diff --git a/db/lqdvi.sql b/db/lqdvi.sql
new file mode 100644
index 00000000..13d40fcb
--- /dev/null
+++ b/db/lqdvi.sql
@@ -0,0 +1,875 @@
+-- phpMyAdmin SQL Dump
+-- version 3.3.9
+-- http://www.phpmyadmin.net
+--
+-- Servidor: localhost
+-- Tiempo de generación: 05-06-2011 a las 22:38:23
+-- Versión del servidor: 5.1.53
+-- Versión de PHP: 5.3.4
+
+SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
+
+
+/*!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 */;
+
+--
+-- Base de datos: `lqdvi`
+--
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `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 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_commentmeta`
+--
+
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `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 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_comments`
+--
+
+INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
+(1, 1, 'Sr WordPress', '', 'http://wordpress.org/', '', '2011-05-30 18:00:38', '2011-05-30 18:00:38', 'Hola, esto es un comentario. Para borrar un comentario sólo tienes que entrar y ver los comentarios de la entrada. Entonces tendrás la opción de editar o borrar.', 0, '1', '', '', 0, 0);
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_facethumb`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_facethumb` (
+ `id` mediumint(9) NOT NULL AUTO_INCREMENT,
+ `time` bigint(11) NOT NULL DEFAULT '0',
+ `name` tinytext NOT NULL,
+ `url` varchar(100) NOT NULL,
+ `link` varchar(100) NOT NULL,
+ UNIQUE KEY `id` (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_facethumb`
+--
+
+INSERT INTO `wp_facethumb` (`id`, `time`, `name`, `url`, `link`) VALUES
+(1, 1306860478, 'MNT-Tech', 'http://localhost/lqdvi/wp-content/plugins/facethumb/uploads/mnt-tech.jpg', 'http://www.mnt-tech.fr/blog/'),
+(2, 1306863272, 'Pseudo', 'http://localhost/lqdvi/wp-content/plugins/facethumb/uploads/1306863272.jpg', 'none');
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `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 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_links`
+--
+
+INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES
+(1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
+(2, 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/feed/'),
+(3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
+(4, 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
+(5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
+(6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
+(7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `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=526 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_options`
+--
+
+INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
+(1, 0, 'siteurl', 'http://localhost/lqdvi/', 'yes'),
+(2, 0, 'blogname', 'Fundación Lo Que De Verdad Importa', 'yes'),
+(3, 0, 'blogdescription', 'El valor lo mueve el cerebro. Los valores, el corazón.', 'yes'),
+(4, 0, 'users_can_register', '0', 'yes'),
+(5, 0, 'admin_email', 'darranz@rodax-software.com', 'yes'),
+(6, 0, 'start_of_week', '1', 'yes'),
+(7, 0, 'use_balanceTags', '1', 'yes'),
+(8, 0, 'use_smilies', '1', 'yes'),
+(9, 0, 'require_name_email', '1', 'yes'),
+(10, 0, 'comments_notify', '1', 'yes'),
+(11, 0, 'posts_per_rss', '10', 'yes'),
+(12, 0, 'rss_use_excerpt', '0', 'yes'),
+(13, 0, 'mailserver_url', 'mail.example.com', 'yes'),
+(14, 0, 'mailserver_login', 'login@example.com', 'yes'),
+(15, 0, 'mailserver_pass', 'password', 'yes'),
+(16, 0, 'mailserver_port', '110', 'yes'),
+(17, 0, 'default_category', '1', 'yes'),
+(18, 0, 'default_comment_status', 'closed', 'yes'),
+(19, 0, 'default_ping_status', 'open', 'yes'),
+(20, 0, 'default_pingback_flag', '1', 'yes'),
+(21, 0, 'default_post_edit_rows', '20', 'yes'),
+(22, 0, 'posts_per_page', '10', 'yes'),
+(23, 0, 'date_format', 'j F, Y', 'yes'),
+(24, 0, 'time_format', 'G:i', 'yes'),
+(25, 0, 'links_updated_date_format', 'j F, Y G:i', 'yes'),
+(26, 0, 'links_recently_updated_prepend', '', 'yes'),
+(27, 0, 'links_recently_updated_append', '', 'yes'),
+(28, 0, 'links_recently_updated_time', '120', 'yes'),
+(29, 0, 'comment_moderation', '', 'yes'),
+(30, 0, 'moderation_notify', '1', 'yes'),
+(31, 0, 'permalink_structure', '', 'yes'),
+(32, 0, 'gzipcompression', '0', 'yes'),
+(33, 0, 'hack_file', '0', 'yes'),
+(34, 0, 'blog_charset', 'UTF-8', 'yes'),
+(35, 0, 'moderation_keys', '', 'no'),
+(36, 0, 'active_plugins', 'a:4:{i:0;s:23:"facethumb/facethumb.php";i:1;s:46:"mimetypes-link-icons/mime_type_link_images.php";i:2;s:45:"simple-local-avatars/simple-local-avatars.php";i:3;s:49:"vipers-video-quicktags/vipers-video-quicktags.php";}', 'yes'),
+(37, 0, 'home', 'http://localhost/lqdvi/', 'yes'),
+(38, 0, 'category_base', '', 'yes'),
+(39, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
+(40, 0, 'advanced_edit', '0', 'yes'),
+(41, 0, 'comment_max_links', '2', 'yes'),
+(42, 0, 'gmt_offset', '1', 'yes'),
+(43, 0, 'default_email_category', '1', 'yes'),
+(44, 0, 'recently_edited', '', 'no'),
+(45, 0, 'template', 'bloggingstream', 'yes'),
+(46, 0, 'stylesheet', 'bloggingstream', 'yes'),
+(47, 0, 'comment_whitelist', '1', 'yes'),
+(48, 0, 'blacklist_keys', '', 'no'),
+(49, 0, 'comment_registration', '', 'yes'),
+(50, 0, 'rss_language', 'en', 'yes'),
+(51, 0, 'html_type', 'text/html', 'yes'),
+(52, 0, 'use_trackback', '0', 'yes'),
+(53, 0, 'default_role', 'subscriber', 'yes'),
+(54, 0, 'db_version', '17516', 'yes'),
+(55, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
+(56, 0, 'upload_path', '', 'yes'),
+(57, 0, 'blog_public', '1', 'yes'),
+(58, 0, 'default_link_category', '2', 'yes'),
+(59, 0, 'show_on_front', 'posts', 'yes'),
+(60, 0, 'tag_base', '', 'yes'),
+(61, 0, 'show_avatars', '1', 'yes'),
+(62, 0, 'avatar_rating', 'G', 'yes'),
+(63, 0, 'upload_url_path', '', 'yes'),
+(64, 0, 'thumbnail_size_w', '150', 'yes'),
+(65, 0, 'thumbnail_size_h', '150', 'yes'),
+(66, 0, 'thumbnail_crop', '1', 'yes'),
+(67, 0, 'medium_size_w', '300', 'yes'),
+(68, 0, 'medium_size_h', '300', 'yes'),
+(69, 0, 'avatar_default', 'mystery', 'yes'),
+(70, 0, 'enable_app', '', 'yes'),
+(71, 0, 'enable_xmlrpc', '', 'yes'),
+(72, 0, 'large_size_w', '1024', 'yes'),
+(73, 0, 'large_size_h', '1024', 'yes'),
+(74, 0, 'image_default_link_type', 'file', 'yes'),
+(75, 0, 'image_default_size', '', 'yes'),
+(76, 0, 'image_default_align', '', 'yes'),
+(77, 0, 'close_comments_for_old_posts', '', 'yes'),
+(78, 0, 'close_comments_days_old', '14', 'yes'),
+(79, 0, 'thread_comments', '1', 'yes'),
+(80, 0, 'thread_comments_depth', '5', 'yes'),
+(81, 0, 'page_comments', '', 'yes'),
+(82, 0, 'comments_per_page', '50', 'yes'),
+(83, 0, 'default_comments_page', 'newest', 'yes'),
+(84, 0, 'comment_order', 'asc', 'yes'),
+(85, 0, 'sticky_posts', 'a:0:{}', 'yes'),
+(86, 0, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
+(87, 0, 'widget_text', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(88, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(89, 0, 'timezone_string', '', 'yes'),
+(90, 0, 'embed_autourls', '1', 'yes'),
+(91, 0, 'embed_size_w', '', 'yes'),
+(92, 0, 'embed_size_h', '600', 'yes'),
+(93, 0, 'page_for_posts', '0', 'yes'),
+(94, 0, 'page_on_front', '0', 'yes'),
+(95, 0, 'default_post_format', '', 'yes'),
+(96, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
+(97, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
+(98, 0, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
+(99, 0, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
+(100, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
+(101, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
+(102, 0, 'sidebars_widgets', 'a:4:{s:19:"wp_inactive_widgets";a:13:{i:0;s:7:"pages-2";i:1;s:10:"calendar-2";i:2;s:7:"links-2";i:3;s:6:"text-2";i:4;s:5:"rss-2";i:5;s:11:"tag_cloud-2";i:6;s:10:"nav_menu-2";i:7;s:8:"search-2";i:8;s:14:"recent-posts-2";i:9;s:17:"recent-comments-2";i:10;s:10:"archives-2";i:11;s:12:"categories-2";i:12;s:6:"meta-2";}s:7:"sidebar";a:1:{i:0;s:9:"facethumb";}s:4:"home";a:0:{}s:13:"array_version";i:3;}', 'yes'),
+(103, 0, 'cron', 'a:4:{i:1307316020;a:1:{s:12:"qs_cron_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1307340041;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:1307383252;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
+(104, 0, '_transient_doing_cron', '1307312433', 'yes'),
+(146, 0, '_site_transient_update_themes', 'O:8:"stdClass":1:{s:12:"last_checked";i:1307309882;}', 'yes'),
+(105, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":7:{s:8:"response";s:6:"latest";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:40:"http://wordpress.org/wordpress-3.1.3.zip";s:7:"current";s:5:"3.1.3";s:6:"locale";s:5:"en_US";s:11:"php_version";s:3:"4.3";s:13:"mysql_version";s:5:"4.1.2";}}s:12:"last_checked";i:1307301749;s:15:"version_checked";s:5:"3.1.3";}', 'yes'),
+(521, 0, '_site_transient_timeout_theme_roots', '1307317044', 'yes'),
+(522, 0, '_site_transient_theme_roots', 'a:2:{s:14:"bloggingstream";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'),
+(110, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(111, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(112, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(113, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(114, 0, 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(115, 0, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:22:"http://localhost/lqdvi";s:4:"link";s:98:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://localhost/lqdvi/";s:3:"url";s:131:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://localhost/lqdvi/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:22:"Blog oficial WordPress";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:30:"Otras noticias sobre WordPress";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
+(365, 0, 'current_theme', 'LQDVI', 'yes'),
+(514, 0, '_transient_timeout_feed_e5ae43d92a7dfc13d81bf1dd35e213c7', '1307345314', 'no'),
+(515, 0, '_transient_feed_e5ae43d92a7dfc13d81bf1dd35e213c7', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"link:http://localhost/lqdvi/ - 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:86:"http://www.google.com/search?ie=utf-8&q=link:http://localhost/lqdvi/&tbm=blg&tbs=sbd:1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:82:"Your search - link:http://localhost/lqdvi/ - did not match any documents. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Sun, 05 Jun 2011 19:28:19 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";s:143:"PREF=ID=b9d7b02b70b34d8a:FF=0:TM=1307302099:LM=1307302099:S=okKsuwJSGw_AP-GM; expires=Tue, 04-Jun-2013 19:28:19 GMT; path=/; domain=.google.com";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'),
+(516, 0, '_transient_timeout_feed_mod_e5ae43d92a7dfc13d81bf1dd35e213c7', '1307345314', 'no'),
+(517, 0, '_transient_feed_mod_e5ae43d92a7dfc13d81bf1dd35e213c7', '1307302114', 'no'),
+(121, 0, 'can_compress_scripts', '1', 'yes'),
+(228, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1306903624', 'no'),
+(229, 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:"Tue, 31 May 2011 16:43:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2855";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"jigowatt on "Jigoshop - WordPress eCommerce"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/jigoshop/#post-25749";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 08 Apr 2011 09:12: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:"25749@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:125:"A feature-packed eCommerce plugin built upon WordPress core functionality ensuring excellent performance and customisability.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"jigowatt";s: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:35:"StephenTallamy on "Video Detective"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/video-detective/#post-26948";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 17:47: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:42:"26948@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Plugin for showing trailers from Video Detective.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"StephenTallamy";s: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:37:"Chuck Reynolds on "Remove Tools Menu"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/remove-tools-menu/#post-26905";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 02:28: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:"26905@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:65:"Super simple plugin to remove the Tools menu from WordPress Admin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Chuck Reynolds";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"peqnuc on "peq Pop Up spry adobe"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/peq-popup-adobe-spry/#post-26141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 27 Apr 2011 12:36:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26141@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:48:"Abre conteúdo dinamico de um post em uma janela";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"peqnuc";s: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:29:"eurotrip on "MapTalks Plugin"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/maptalks-plugin/#post-26973";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 28 May 2011 23:28:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26973@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:"Inserisce nei vostri articoli le vostre mappe di MapTalks.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"eurotrip";s: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:"Akifumi Nishikawa on "Old Custom Fields"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/old-custom-fields/#post-26921";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 08:50:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26921@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:38:"original custom fields setting 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:17:"Akifumi Nishikawa";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"Ramoonus on "Less.js for WordPress (that rhymes)"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/lessjs/#post-26982";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 12:12: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:"26982@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:"LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (IE 6+, Webkit, Firefox)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Ramoonus";s: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:36:"Ramoonus on "Genesis Footer Widgets"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/genesis-footer-widgets/#post-26984";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 14:13: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:"26984@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:60:"This plugin adds 3 footer widgets to Genesis 1.6 and higher.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Ramoonus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"mitcho (Michael ?? Erlewine) on "Nyan Cat!"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/nyan-cat/#post-26626";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 May 2011 21:46: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:"26626@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:111:"The ultimate accessory to WordPress 3.2's Distraction-Free Writing mode. Get in the zone... the NYAN ZONE!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:28:"mitcho (Michael ?? Erlewine)";s: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:23:"Scott Herbert on "ATag"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/atag/#post-26974";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 00:23:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26974@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:60:"Automatically generates tag's for new and updated 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:13:"Scott Herbert";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"ichurakov on "Paid Downloads"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/paid-downloads/#post-26922";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 09:59: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:"26922@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:149:"The plugin allows to sell digital content. It automatically delivers temporary download link to you customer after completed payment done via PayPal.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"ichurakov";s: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:35:"drogbadvc on "Google Sitemap video"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/sitemap-google-video/#post-26986";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 14:43:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26986@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:55:"Sitemap Google video, indexation de videos dailymotion.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"drogbadvc";s: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:25:"imath on "WP Idea Stream"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/wp-idea-stream/#post-26992";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 04: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26992@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Adds an Idea Management System to your 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:5:"imath";s: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:48:"cmsvoteup on "Facebook The Like Box In The Post"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"http://wordpress.org/extend/plugins/facebook-the-like-box-in-the-post-plugin/#post-26979";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 05:54: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:"26979@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:"With this plugin, it will display Facebook The Like Box in a more flexible position in your Wordpress content (post), i.e. top or bottom of the post 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:9:"cmsvoteup";s: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:34:"natsuki1982 on "WP Hyper Response"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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-hyper-response/#post-26994";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 05: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26994@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:144:"This plugin improves the response of WordPress.\nWordPressサイト及び管理画面のレスポンスを向上させるプラグインです。";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"natsuki1982";s: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:"Tue, 31 May 2011 16:47:27 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2011-04-08 09:12:03";s:14:"content-length";s:4:"7644";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'),
+(230, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1306903624', 'no'),
+(231, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1306860424', 'no'),
+(235, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1306860425', 'no'),
+(236, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1306903625', 'no');
+INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
+(237, 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:59:"Weblog Tools Collection: WordPress Plugin Releases for 5/31";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10088";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/njzpPDD5-zk/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1577:"
New plugins
\n
Cleanup HTML adds a button to your visual editor, which when clicked, strips your post HTML of any div or span tags you might have, usually (but not always) junk tags to have in a post.
\n
Easy Modal allows you to easily add a Modal window with just about any content.
\n
Revert is a one-click button to revert a post to its previous revision.
\n
Updated plugins
\n
Admin Menu Tree Page View is a WordPress plugin that adds a page tree in the admin menu, so all your pages will always be available within just one click, no matter where you are in the admin area.
\n
Awesome Flickr Gallery Plugin is a simple, fast and light plugin to create a gallery of your Flickr photos on your WordPress enabled website.
\n
Exploit Scanner 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.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 May 2011 13:00:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:35:"Matt: Benoît Mandelbrot and Chance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=38289";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2011/05/benoit-mandelbrot-and-chance/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:881:"
Louis Pasteur is credited with the observation that chance can only help the well-prepared mind. I also think that my long string of lucky breaks can be credited to my mode of paying attention: I look at funny things and never hesitate to ask questions. Most people would not have noticed the dirty blackboard, or looked at the article that my uncle gave me because he was not interested.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 16:23: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: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:64:"Weblog Tools Collection: Use any WordPress Theme with BuddyPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10083";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/hJ45Rrxy38E/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:922:"
The BuddyPress Template Pack allows you to use any WordPress theme with BuddyPress, and it’s the perfect solutions for businesses and bloggers who are seeking to upgrade to more of a BuddyPress platform without changing too much of their existing design.
\n
Previous users of the BuddyPress Template Pack will be happy to know that the plugin has been upgraded and is now fully compatible with the latest stable release of BuddyPress.
\n
Have you used the BuddyPress Template Pack? Was exactly what you had hoped it to be, or would you recommend any similar plugins or services?
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 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: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:27:"Matt: Liking is for Cowards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=38284";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://ma.tt/2011/05/liking-is-for-cowards/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"
I may be overstating the case, a little bit. Very probably, you’re sick to death of hearing social media disrespected by cranky 51-year-olds. My aim here is mainly to set up a contrast between the narcissistic tendencies of technology and the problem of actual love. My friend Alice Sebold likes to talk about “getting down in the pit and loving somebody.” She has in mind the dirt that love inevitably splatters on the mirror of our self-regard.
bbPress 2.0 Beta 2 has been released. bbPress development is moving much quicker than anticipated due mostly to volunteer contributions. Since the previous release, the following changes have been made:
Adds missing breadcrumbs to various template files
\n
Adds filters for future anti-spam support
\n
Improvements to templates and CSS
\n
Improvements to Theme Compatibility
\n
Improved RTL support
\n
Improved multisite support
\n
Topic/reply trash fixes
\n
\n
bbPress 2 is still not necessarily ready for use on a live site yet, but bbPress theme and plugin developers are encouraged to start testing now. If you encounter any bugs, please report them to the bbPress Trac.
I’ve just released version 1.1 of the BuddyPress Template Pack. BP Template Pack is a plugin that provides you with the necessary templates to make your existing WordPress theme BP-compatible. The plugin now provides templates that are 100% up-to-date with the latest stable release of BuddyPress, which means that users will get all of the features and AJAX niceties enjoyed by sites that use the bp-default theme.
\n
Those upgrading from an older version of the BuddyPress Template Pack can replace their existing BP templates, using the “Reset” button at Dashboard > BP Compatibility. Keep in mind that you’ll need to delete the BP template folders from your active theme (activity, blogs, forums, groups, members, registration) – for purposes of safety, this is must be done manually via FTP. Remember to back up any changes that you’ve made to these template files before deleting.
\n
EDIT: As r-a-y points out, it’s a very smart idea to *back up* or *rename* your existing template directories instead of simply deleting them. Test this on a development installation before you do anything in a production environment, if you can.
Today is WordPress’ official eighth birthday (the anniversary of the first release).
\n
I still marvel at the incredible distance it has come. I’m also still proud that I had a part in its birth. But even more, I marvel at the wonderful contribution of all the WordPress community make to this fantastic project.
\n
A client said to me this morning “This WordPress is brilliant isn’t it?” As I helped him set up his fourth WordPress site. You can’t get much clearer praise than that.
\n
So raise a virtual beer (or other non-alcoholic beverage if, like me, you are teetotal) to WordPress, the community, and to another year.
\n
Update: I just spotted this tweet from Andrew Nacin:
\n#bbpBox_74139775761793024 a { text-decoration:none; color:#277dac; }#bbpBox_74139775761793024 a:hover { text-decoration:underline; }
At more than 20 million WordPress.com blogs, that puts WordPress at north of 45 million sites. Wowza. Happy birthday indeed.
Surprise! The development of bbPress 2.0 is progressing faster than expected! We released Beta 1 only six days ago, and today we’re releasing Beta 2. Huge props go out to everyone that’s already test driving Beta 1. The rapid pre-release cycle is due entirely to you, and sour cream and onion potato chips.
\n
Remember that this is still very much beta software, so don’t go using it on your production sites. If you’re a plugin or theme developer, or a site administrator, you should be running this on test environments and reporting any bugs you find. If you’re a loyal bbPress user who is anxious to see what the future of bbPress looks like, create a secondary WordPress test site and let us know what you think about it in the support forums.
\n
The plan is to keep releasing Beta’s as changes go in, put out release candidates in the next few weeks, and release bbPress 2.0 by the end of June (in tandem with WordPress 3.2.) The more you help us polish the new paint during the beta period means a shinier and longer lasting 2.0, and the more likely we are to stay on schedule and hit our release goals.
\n
Here are some of the important changes since Beta 1:
\n
\n
GlotPress integration
\n
Fixes Forum archive bug on some installations
\n
Fixes and improvements to importer
\n
Adds home link support to breadcrumb
\n
Adds missing breadcrumbs to various template 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 12:46: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:17:"John James Jacoby";s: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:47:"Mark Jaquith: Developing on WordPress using Git";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://markjaquith.wordpress.com/?p=578";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"http://markjaquith.wordpress.com/2011/05/26/developing-on-wordpress-using-git/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6092:"
WordPress uses Subversion (SVN) for revision management. Before Subversion, it used CVS. Right now, Git is a hot option in the SCM category. It offers really nice features such as decentralization, speed, fast and cheap local branching, better merging, more offline capabilities, staging of commits, and lots more. It’s premature to talk about moving WordPress core and plugins to another SCM system — we have a lot invested with Subversion and Trac. But be of good cheer. You can have your Git and commit to Subversion too! Here’s how I do it.
\n
First, tools. You’ll need Git, obviously. But you’ll also need git-svn-diff, a Bash script that generates Subversion-compatible diffs.
You might want to let that run overnight. Really. It’s going to go through each changeset.
\n
Once you’re done, you should be in the Git master branch, which corresponds to WordPress SVN’s trunk. WordPress’ branches are in remotes/{name}
\n
To pull in the latest changes from SVN, use git svn rebase. Important rule: never modify the SVN branches (remotes/{name}). Instead, create a new topic branch.
\n
For example, say that I’m going to work on a ticket for trunk. I’d create a new branch from remotes/trunk like this:
\n
\ngit checkout -b ticket-12345 remotes/trunk\n
\n
That will create a new local Git branch called ticket-12345 based on SVN’s trunk, and then check it out (i.e. switch to it).
\n
If you’re working on a WordPress SVN branch, you can do something like this:
\n
\ngit checkout -b ticket-12345 remotes/3.1\n
\n
Do your work in the branch you created. You can make multiple local Git commits if you want, to break up your work into smaller chunks that make sense to you.
\n
When you’re ready to submit your patch, use git-svn-diff to produce it.
\n
\ngit svn-diff > ~/12345.diff\n
\n
If you have commit access, you can commit to Subversion from this topic branch. But be careful! First you should do git svn rebase to bring your patch up to date. Next, you should squash your local git commits, otherwise each one of them will be individually committed to SVN (hello, flood). So rebase your commits into one commit, like so:
\n
\ngit rebase -i remotes/trunk\n
\n
Use “reword” on the first commit. Use “fixup” on the subsequent ones. That will roll the commits up into one. You’ll then be prompted to enter your amended commit message for that commit amalgam.
\n
Ready? You can now commit to SVN using:
\n
\ngit svn dcommit\n
\n
Git knows which remote SVN branch it came from when you checked out your topic branch. You can verify which one it is attached to by doing:
\n
\ngit svn info\n
\n
A few tips:
\n
Create a .gitignore file. This lists files or directories that you want Git to ignore. First, you want Git to ignore the .gitignore file itself! Next, you want Git to ignore your local wp-config.php Finally, you want to ignore any additional plugins, must-use plugins, themes, uploads, etc. Just do a git status and add anything that you don’t want to commit to WordPress or put in your patches.
\n
I hope you found this helpful! Let me know if you have any questions.
\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 03:14:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:31:"Matt: ZURB Talk in Campbell, CA";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38278";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2011/05/zurb-talk-in-campbell-ca/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:245:"
Don’t delay, upgrade today!™ And, if you run into problems, contact the WordPress Support Forums.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 May 2011 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: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:45:"Matt: I Don’t Care if You Read This Article";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=38273";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2011/05/i-don%e2%80%99t-care-if-you-read-this-article/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:813:"
The Internet measures everything. And I am a slave to those measurements. After so many years of pushing much of my life through this screen, I’ve started measuring my experiences and my sense of self-worth using the same metrics as the Internet uses to measure success. I check my stats relentlessly. The sad truth is that I spend more time measuring than I spend doing.
Download WordPress 3.1.3 or update automatically from the Dashboard → Updates menu in your site’s admin area.
\n\n
WordPress 3.2 Beta 2 also available
\n
In other news, our development of WordPress 3.2 development continues right on schedule. We released Beta 1 thirteen days ago, and today we’re putting out Beta 2 for your testing pleasure.
\n
This is still beta software, so we don’t recommend that you use it on production sites. But if you’re a plugin developer, a theme developer, or a site administrator, you should be running this on your test environments and reporting any bugs you find. If you’re a WordPress user who wants to open your presents early, take advantage of WordPress’ famous 5-minute install and spin up a secondary test site. Let us know what you think!
\n
The plan is to start putting out release candidates in early June, and to release WordPress 3.2 by the end of the month. The more you help us iron out issues during the beta period, the more likely we are to hit those dates. To misappropriate and mangle a quote from Mahatma Gandhi: “Be the punctuality you want to see in the WordPress.” In other words, test now!
\n
Here are some of the things that changed since Beta 1:
\n
\n
Google Chrome Frame is now supported in the admin, if you have it installed. This is especially useful for IE 6 users (remember, IE 6 is otherwise deprecated for the admin).
\n
The admin is less ugly in IE 7.
\n
The blue admin color scheme has caught up to the grey one, and is ready for testing.
\n
We are now bundling jQuery 1.6.1. You should test any JS that uses jQuery. WordPress JavaScript guru Andrew Ozz has a post with more info.
Powered By is a beautifully designed theme, packed with features, and built especially to tear apart and learn from the code.
\n
\n
zeeCorporate is an elegant and light WordPress theme for corporate blogs or business sites.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 May 2011 13:00:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:79:"Lorelle on WP: Managing Multiple Authors: Customizing the WordPress Author 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://lorelle.wordpress.com/?p=5079";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://lorelle.wordpress.com/2011/05/24/managing-multiple-authors-customizing-the-wordpress-author-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:491:"We’ve been covering a lot of different suggestions for increasing the exposure of a contributor in a multiple author blog, and in this article, I want to focus specifically on one of the most important page on a WordPress site to an author, the author page. The author page in WordPress is generated automatically, featuring [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 May 2011 03:21:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:21:"Matt: Opulence Bubble";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=38268";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://ma.tt/2011/05/opulence-bubble/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:843:"
I believe the mini-bubbles above are different ripples in what might call the surface of a superbubble: an opulence bubble. Here’s what I mean by opulence bubble: our conception of the good life, as I’ve discussed with you, has been centered on what I call hedonic opulence — having more, bigger, faster, cheaper, now. But we might be finding out, the hard way, that the pursuit of lowest-common-denominator industrial age stuff might have been steeply overvalued, in terms of its social, human, and financial value.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 May 2011 15:41:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"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:81:"Lorelle on WP: Managing Multiple Bloggers: Author Content Management on 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:36:"http://lorelle.wordpress.com/?p=5039";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"http://lorelle.wordpress.com/2011/05/23/managing-multiple-bloggers-author-content-management-on-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:523:"In the last article I talked about what’s most important to the author and their readers, covering recognition when it comes to researching and developing a website design to accommodate multiple bloggers. In this article, I want to cover the research you need to consider when it comes to content management, which represents the “Aggregation” [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 May 2011 21:55:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:35:"Publisher Blog: AllThingsD redesign";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1507";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://publisherblog.automattic.com/2011/05/23/allthingsd-redesign/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2535:"
AllThingsD, a longtime WordPress.com VIP ever since they launched in 2007, has unveiled a redesign to their popular site.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 May 2011 15:22: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:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 5/23";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10053";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/hq4Cq87Bbtg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1582:"
New plugins
\n
bbPress is forum software with a twist from the creators of WordPress.
\n
Q&A allows any WordPress site to have a fully featured questions and answers section.
\n
Wiki allows you to create a wiki as easily as adding a post.
\n
WP Help allows administrators to create detailed, hierarchical documentation for the site’s authors and editors, viewable in the WordPress admin.
\n
Updated plugins
\n
AddToAny: Share/Bookmark/Email Button helps people share, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Google Buzz, Digg, Delicious, and well over 100 more social bookmarking and sharing sites.
\n
MarketPress brings you a solid, simple yet extensible foundation for a WordPress-Powered store.
\n
WordPress PopUp allows you to display a fancy popup (powered as a popover!) to visitors sitewide or per blog.
The new version of bbPress not only introduces itself as a simple-to-use WordPress plugin for the first time, but it also carries an incredible amount of improvements, according to the launch post:
\n
\n
Seamless integration with your WordPress site and theme
\n
Integrated admin interface for forums, topics, and replies
\n
Split and merge topics within a single forum
\n
Shortcodes to help you customize where your forums appear
\n
Currently comes with a child theme of TwentyTen to get you started
\n
Keep track of changes with topic and reply revisions
\n
Dashboard widget shows you a shapshot of your forums at a glance
\n
Automatically creates a new “Moderator” role for your forums
\n
Mark topics as favorites and view them within your new user profile
\n
Receive emails when new replies are posted to topics you subscribe to
\n
Anonymous posting lets you open your community up to the world
\n
Includes widgets to show latest forum activity
\n
Comes with an importer to move your existing integrated forums over
\n
\n
There are also some snazzy new features just for developers listed at the above-linked post.
\n
bbPress 2 is not necessarily ready for use on a live site yet, but bbPress theme and plugin developers are encouraged to start testing now. If you encounter any bugs, please report them to the bbPress Trac.
\n
Have you tried bbPress 2 Beta 1 yet? What do you think of if compared to bbPress 1?
The next item up for bid is bbPress 2.0, Beta 1 – the first public iteration of bbPress as a plugin for your self hosted WordPress powered website. Several months worth of sweet-tea, BBQ, and pepperoni pizza have gone into making this the easiest forum software you could ever integrate with WordPress, and we’re really excited to give everyone a preview. The bidding, starts (and ends) at $free, for a quantity of unlimited bbPresses.
\n
bbPress 2.0 is still in active development, and we don’t recommend that you run it on a production site. Instead, set up a test site or a local installation to play with. If you do manage to break it, you’ll be doing everyone a huge favor by letting us know. If you manage to fix what you broke on your own, there just might be cake waiting for you when the BBQ is gone.
\n
We are aiming to release bbPress 2.0 by the end of June, to coincide with the WordPress 3.2 launch. The actual release date is a bit of a moving target, based on how both beta periods go. The more help we get with testing and fixing bugs, the sooner the final version ships. If you want to be a beta tester, check out the WordPress Codex article on how to report feedback.
\n
Here’s a taste of the awesomesauce that comes baked in:
\n
\n
Seamless integration with your WordPress site and theme
\n
Integrated admin interface for forums, topics, and replies
\n
Split and merge topics within a single forum
\n
Shortcodes to help you customize where your forums appear
\n
Currently comes with a child theme of TwentyTen to get you started
\n
Keep track of changes with topic and reply revisions
\n
Dashboard widget shows you a shapshot of your forums at a glance
\n
Automatically creates a new ‘Moderator’ role for your forums
\n
Mark topics as favorites and view them within your new user profile
\n
Receive emails when new replies are posted to topics you subscribe to
\n
Anonymous posting lets you open your community up to the world
\n
Includes widgets to show latest forum activity
\n
Comes with an importer to move your existing integrated forums over
\n
\n
Developers, here’s the icing on your cakes:
\n
\n
Fully extendable, with actions and hooks where you need them
\n
Works with Multisite, so you really can have unlimited bbPresses
\n
Adds no additional database tables through the wonders of post types and taxonomies
\n
Uses adjustable meta capabilities for letting you scope out users and roles
\n
Relies on template parts to display themes in pieces that are meant to be overridden
\n
Fully documented PHP, so your IDE will thank you
\n
Plays nicely with BuddyPress Forums (full integration/replacement coming soon!)
\n
Use standard post queries to display custom forum and topic data
\n
Plays nicely with existing WordPress plugins (especially caching)
\n
It still uses the same awesome icons made by Ben Dunkle
\n
\n
You should know this going in:
\n
\n
The migration tool is completely new, and really needs some in depth testing
\n
Query counts increase exponentially with hierarchical forums (fix pending)
\n
It’s possible to orphan topics/replies by deleting its parent forum (fix pending)
\n
If you have a physical /forums folder, your ‘forums’ slug will not work (needs nag)
\n
\n
If you think you found a bug, please report it! Start by bringing it up in the support forums, or if you’ve confirmed that other people are experiencing the same bug you can report it on the bbPress Core Trac. If you find a security vulnerability, please be discrete and let us know privately using one of the methods posted on the WordPress contact page.
\n
Theme and plugin authors, if you haven’t been following the 2.0 development cycle, please start now so that you can update your themes and plugins to be compatible with this new version of bbPress.
Went for Napa / Vacaville hot air balloon ride with Janitorial team at Automattic, had dinner at 54 Mint, and caught the end of the symphony masquerade ball in San Francisco. Here are Nick’s pictures from the same day.
\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\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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 May 2011 08:00:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"Publisher Blog: Major League Baseball MLBlogs migrates to WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1496";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"http://publisherblog.automattic.com/2011/05/19/major-league-baseball-mlblogs-migrates-to-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2505:"
MLBlogs has migrated to WordPress.com – not only will all their users now be blogging on WordPress.com, there are 3 new themes for any user on WordPress.com to join in the fun. Welcome to WordPress!
Google Maps All In One allows you to easily embed and customize Google maps on your WordPress site – in posts, pages or as an easy to use widget.
\n
WPMU DEV SEO is a solution for optimizing your WordPress site to achieve the highest search engine rankings possible.
\n
YouTube White Label Shortcode allows you to white label YouTube videos and comes with a shortcode generator in a metabox on the post screen.
\n
Updated plugins
\n
Floating Menu creates a widget, which adds a floating, sticky, drop down menu from any standard WordPress custom menu using jQuery.
\n
Store Locator empowers you to efficiently display and manage your important stores, locations, or other points of interest on your website in a manner that’s easily searchable by visitors.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 May 2011 13:00:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:61:"WP iPhone: Big Update: WordPress for iOS 2.8 Available Today!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://ios.wordpress.org/?p=1040";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"http://ios.wordpress.org/2011/05/18/big-update-wordpress-for-ios-2-8-available-today/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5910:"
It’s been in the works for about two months, and we hope you agree with us that it was worth the wait. This is the first app version in a long time where we’re actually adding features, previously we’ve been 100% focused on improving stability, error messages, and help. While these efforts will continue indefinitely, we now feel like the app is stable enough to start adding some long-awaited features. The Quick Photo button, lets you snap a picture of something happening right now and blog about it quickly. We’ve added Stats to the app (finally!). The app has also been translated to 10 languages, including Spanish, French, Portuguese, and Japanese.
\n
Quick Photo
\n
The “Quick Photo” button is a big step towards the next-generation WordPress app. It’s the first feature that’s action-centric, meaning that instead of picking the blog, and then selecting what you want to do with it, you pick your action first. The thinking is that an app should be all about getting in and out quickly, performing a specific task.
\n
\n
As you launch the app, you’ll notice there’s now a button in the bottom of your blogs list. Tap it to launch the camera and take a picture, when you’re satisfied you can add a title or a description (if you want, both are optional), and boom — you’re done! The function remembers the last blog you posted a Quick Photo to and will use that for future posts as well. Note: iPhone only for now.
\n
Stats
\n
Finally you’re able to check your blog’s statistics on the go. There are charts for Daily, Weekly, and Monthly page views, swipe over them to see the others. You can also see Daily Views by date, as well as top Post Views, Referrers, Search Terms, and Clicks for the past 7 days.
\n
The Stats feature natively works for all WordPress.com blogs, however you’ll need Jetpack or the stand-alone Stats plugin to see stats for your self-hosted WordPress blog. We recommend that you enable Jetpack on your site, as we’ll add app-specific functions to it in the future to help further enhance the apps in a quicker turnaround time.
\n
Localization
\n
This has been long awaited for a lot of you. We’re happy to report that the WordPress for iOS app is now completely translatable, and 2.8 adds support for 10 languages: Japanese, Italian, Portuguese, Spanish, Swedish, Hebrew, German, Dutch, French, and Croatian.
\n
Is your language not translated yet? You can very easily add it yourself, and we’ll put it in the app in a future release! To get started, visit the WordPress for iOS project on translate.wordpress.org (learn more). You don’t have to translate all strings, other people will join in to translate remaining strings.
\n
Other changes
\n
While we’re excited about adding a few new, much requested features, we know that stability is still an issue. We’ve been able to resolve 3/4 of all crashes in the app. This update fixes a number of additional crashes and bugs. The full list of crash and bug fixes is available in the WordPress for iOS Trac.
\n
Be sure to follow @WordPressiOS on Twitter for the latest news.
Modern Blogger is a very clean and uniquely design WordPress theme thats great for just about any niche. It features some premium like features like a homepage slider, related posts, built-in pagination, social buttons and SuperFish enhanced drop-down menus.
\n
\n
Wiredrive Classic is highly customizable, so you can use it to power a production company website or even a pre-production book.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 May 2011 13:00:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:48:"Matt: BusinessWeek Best Young Tech Entrepreneurs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=38178";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:34:"http://ma.tt/2011/05/businessweek/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:496:"
I’m honored to be have been chosen alongside some cool folks like Kevin Rose, Dave Morin, Andrew Mason, and Charlie Cheever as one of Bloomberg BusinessWeek’s Best Young Tech Entrepreneurs in 2011. I only have 3 more years before I’m too old for these lists.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 May 2011 12:04:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:31:"WPTavern: Thanks For Everything";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5268";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"http://feedproxy.google.com/~r/WordpressTavern/~3/Ql_lytojPHY/thanks-for-everything";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4808:"
A lot has happened in the 2 and a half years since WPTavern began. In fact, a lot has happened since I started my first paid writing gig for WeblogToolsCollection.com back in December of 2007. Back then, I was infected with the WordPress fascination bug. I wanted to write, read, and learn what I could concerning the publishing system. My enthusiasm showed up in my posts and I was not afraid to write about what was on my mind versus towing any line. Unlike most of the people within the WordPress ecosystem who are developer centric, I had the ability to write well about WordPress as an end user with little to no development experience. Over the course of time, I think my ideas, criticisms and suggestions have helped in one way or another either the WordPress platform or a theme or plugin author. However, since my biggest contributions to the project have really only been words, maybe I haven’t done anything to improve the CMS as it relies on code. Regardless of my contributions or lack thereof, my goal was to always try and tell the stories of those making things happen which is a gift I don’t have. I’m a user, not a creator.
\n
Thanks to this thing called WordPress and my enthusiasm for not only the platform, but for the people and community that surrounds it, I was able to travel to various parts of the country to attend WordCamps, local events dedicated to bring WordPress users together. I was able to meet and talk face to face with many of the people that have online celebrity status attached to them and found out most of them are down to earth people. I was able to transform myself from a nobody blogger in Northern Ohio to someone who actually could write a thing or two about WordPress. One of my biggest accomplishments though was being able to turn WPTavern into a respected community within the grander ecosystem that is WordPress. Those who registered to the forum and have spent hours on it responding to or creating threads of their own are the ones to thank for that.
\n
One of my other goals for this site that sort have happened, at least for one year was to generate an income that would allow me to do this full-time. I was on a roll before my fiances father passed away, creating a mudslide of responsibilities and problems that fell into our laps. One year, I was able to generate $10,000 of additional income but to get there, I had to spend 7-9 hours in front of the computer interacting with the community, writing content such as extensive reviews with affiliate links, produce the WordPress weekly podcast on a regular basis on the week-end, essentially be everywhere the news was happening. Once life got in the way of me being able to sit in front of the PC all day, everything started to crumble apart.
\n
The bottom line is, writing about WordPress, being a user and not a creator is not something that is going to put food on the table and is definitely not going to pay for things such as a new roof, driveway, windows, etc. It could certainly be used for supplemental income but I just don’t have the energy or will power to keep trudging through the waste deep mud. I need to be thinking about what I can do to get a career in something that will help pay for this stuff that exists in the real world, not the WordPress world. A job or education to get a job that will help sustain my way of life. Recently, I’ve been thinking about taking a general tradesman certificate course at a local college to see what that’s all about.
\n
So what that all means is that my time with WPTavern and everything that I’ve done in the WordPress world is coming to an end. However, it’s not the end of WPTavern or the things attached to it. You’ll find out what’s happening when the time is right but the future is still bright for this domain and everything attached to it.
\n
If you’re interested in keep tabs on me, you can follow me at http://jeffc.me/
Batters Up: Major League Baseball Now on WordPress.com. MLB’s blogging system used to be powered by Movable Type, and about 15,000 blogs switched over to WordPress.com as part of this. It’s an honor and delight to have so many great bloggers joining the family. They’re also in good company with VIP blogs for the NFL, NBA, NBC Sports…
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 May 2011 06:58: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:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WP iPhone: 3/4 of all crashes fixed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://ios.wordpress.org/?p=1042";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ios.wordpress.org/2011/05/16/crashes-fixed-may/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2352:"
Over the last few versions of WordPress for iOS, we’ve been able to eliminiate more than 75% of the crashes reported. While a lot of work remains to make the app as stable as we want it to be, we wanted to share the chart below which details the number of crashes per app version over the last 5 months.
\n
\n
WordPress for iOS 2.8 will soon become available, which has further stability improvements as well as some exciting new features.
\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 May 2011 17:47:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:70:"Weblog Tools Collection: WordPress Contributors Now Listed in 3.2 Beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10026";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/OX1-Ekb1mXY/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:819:"
Starting with the 3.2 beta, WordPress contributors are now credited on a fancy new page in the Dashboard. Data is pulled from the contributor’s WordPress.org profile (for example, Andrew Nacin’s profile), so make sure that yours is up to date!
\n
It sure is great to see some up-front recognition for all of the contributors to WordPress. What do you think? Is this a step in the right direction?
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 May 2011 13:00:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:60:"Donncha: Howto: Build a contact form with a Polldaddy survey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ocaoimh.ie/?p=89496210";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ocaoimh.ie/2011/05/16/build-contact-form-polldaddy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4933:"
I just added a contact form to the about page here using a Polldaddy survey. While it’s not as straight forward as installing a plugin to do the job, I think it’s worth doing because it touches on all aspects of Polldaddy survey creation. After you’ve created this contact form on your own blog you’ll know how to create a Polldaddy survey, a custom style sheet and how to change the language in the form too. It’s very flexible.
\n
Here’s how I did it.
\n\n
Login to Polldaddy and on the dashboard create a new survey for your contact form. \n
\n
Give your form a descriptive name and select the custom stylesheet. You’ll have to create a new one. I use the WordPress 2010 theme so I based my stylesheet on the Plain White theme. Changes are minor, mainly to accommodate width and font size. Grab the css file here and copy it into your style.
\n
Now on to the questions. I created a simple Name, Email and Comment form. \n
\n
You need to tell the survey where to send responses. After saving, go to Reports->Data and scroll down to the Email Notifications where you can fill in your details. You can also subscribe to an rss feed or send responses to a HTTP URL.\n
\n
To embed the form in your website use the embed popup and choose “Website Inline”. The iframe code should be copied into the new page that will hold your contact form.\n
\n
You’ll have a form that looks like this.\n
\n
You’re not finished yet though. Submit the form and you’ll see the message, “Survey Completed”. That’s not exactly appropriate for a contact form is it? Go to the languages page and create a new Survey Pack. You can change just about every bit of text displayed in the form here. After you’ve saved the language pack go back to the edit survey page and select the correct language pack: \n
\n
The one final job to do is to adjust the iframe size. I made each field of the form mandatory but that raises errors when you submit an empty form. Those errors make the form longer than the default and the iframe is too small to hold it. I bumped the height to 900 pixels and no more ugly scrollbars! There’s more empty whitespace below the form but my contact form is at the end of the page so I don’t mind.
\n\n
You could also use the Javascript embed method, but that loads the survey form in a css popup window. I prefer the iframe method.
\n
As you can see, Polldaddy surveys are incredibly flexible and offer a lot of customization options. I work on Polldaddy code every day so of course I’ll say this but I’d have no hesitation in recommending the service to anyone needing polls, surveys, quizzes or ratings. Create a free account and give it a spin!
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 May 2011 12:48:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:59:"Weblog Tools Collection: WordPress Plugin Releases for 5/15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10022";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/psjuHvxs6wI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1292:"
New plugins
\n
Resize Twenty Eleven Header is a simple plugin which allows you to resize the header in the new Twenty Eleven theme (WordPress 3.2 beta) without modifying any code.
\n
Simple SEO Sitemap essentially goes as far as possible for you to streamline the sitemap generation process so that you don’t have to do much thinking.
\n
Updated plugins
\n
IntenseDebate is a feature-rich comment system for WordPress, Blogger, Tumblr and many other blogging/CMS platforms.
\n
Posts by Tag provides sidebar widgets which can be used to display posts from a specific set of tags.
\n
Twitter Avatar Reloaded adds a new field to the comment form to get the user’s Twitter usrename and uses it to replace the Gravatar with their Twitter avatar when the comment is displayed.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 May 2011 09:45: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: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: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:70:"Weblog Tools Collection: WP On Tour: International WordPress Coworking";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10004";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/-vAcH5j_YgY/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1309:"
WP On Tour is an in-planning international coworking trip geared towards anyone with an interest in WordPress.
\n
The idea is to step out of your daily (office) environment and work at a challenging location somewhere in the world. Like a holiday, but then with WordPress geeks Everybody is welcome: bloggers, designers, programmers, entrepreneurs, etc.
\n
Simply 1 week of fun, working, sightseeing, brainstorming, relaxing and inspiring each other.
\n
The trip is being planned by Automattic Happiness Engineer, Karim Osman, and expected to last anywhere from five to seven days. At this time, there are no details on a location, but wherever it is, there will definitely be plenty of WordPress enthusiasts working and socializing.
What do you think of the event? Would you travel to work alongside an international collection of WordPress stars?
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 14 May 2011 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: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:37:"Matt: Incomplete Manifesto for Growth";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=38174";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://ma.tt/2011/05/incomplete-manifesto-for-growth/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9995:"
Bruce Mau Design Incomplete Manifesto for Growth — “Written in 1998, the Incomplete Manifesto is an articulation of statements exemplifying Bruce Mau’s beliefs, strategies and motivations. Collectively, they are how we approach every project.” I dig. Hat tip: Noel.
\n
\n
Update: Bruce Mau has moved his site to a new CMS (Behance) and broken all previous links, and the Manifesto I linked above is inaccessible or I can’t find it on the site anymore. That is disappointing, but shouldn’t diminish the power of the original document, which I’ve copied below:
\n
1. Allow events to change you.
\n
You have to be willing to grow. Growth is different from something that happens to you. You produce it. You live it. The prerequisites for growth: the openness to experience events and the willingness to be changed by them.
\n
2. Forget about good. \nGood is a known quantity. Good is what we all agree on. Growth is not necessarily good. Growth is an exploration of unlit recesses that may or may not yield to our research. As long as you stick to good you’ll never have real growth.
\n
3. Process is more important than outcome. \nWhen the outcome drives the process we will only ever go to where we’ve already been. If process drives outcome we may not know where were going, but we will know we want to \nbe there.
\n
4. Love your experiments (as you would an ugly child). \nJoy is the engine of growth. Exploit the liberty in casting your work as beautiful experiments, iterations, attempts, trials, and errors. Take the long view and allow yourself the fun of failure every day.
\n
5. Go deep.
\n
The deeper you go the more likely you will discover something of value.
\n
6. Capture accidents. \nThe wrong answer is the right answer in search of a different question. Collect wrong answers as part of the process. Ask different questions.
\n
7. Study. \nA studio is a place of study. Use the necessity of production as an excuse to study. Everyone will benefit.
9. Begin anywhere. \nJohn Cage tells us that not knowing where to begin is a common form of paralysis. His advice: begin anywhere.
\n
10. Everyone is a leader. \nGrowth happens. Whenever it does, allow it to emerge. Learn to follow when it makes sense. Let anyone lead.
\n
11. Harvest ideas. \nEdit applications. Ideas need a dynamic, fluid, generous environment to sustain life. Applications, on the other hand, benefit from critical rigor. Produce a high ratio of ideas \nto applications.
\n
12. Keep moving. \nThe market and its operations have a tendency to reinforce success. Resist it. Allow failure and migration to be part of your practice.
\n
13. Slow down. \nDesynchronize from standard time frames and surprising opportunities may present themselves.
\n
14. Dont be cool. \nCool is conservative fear dressed in black. Free yourself from limits of this sort.
\n
15. Ask stupid questions. \nGrowth is fueled by desire and innocence. Assess the answer, not the question. Imagine learning throughout your life at the rate of an infant.
\n
16. Collaborate. \nThe space between people working together is filled with conflict, friction, strife, exhilaration, delight, and vast creative potential.
\n
17. ____________________. \nIntentionally left blank. Allow space for the ideas you haven’t had yet, and for the ideas
\n
of others.
\n
18. Stay up late. \nStrange things happen when you’ve gone too far, been up too long, worked too hard, and you’re separated from the rest of the world.
\n
19. Work the metaphor. \nEvery object has the capacity to stand for something other than what is apparent. Work on what it stands for.
\n
20. Be careful to take risks. \nTime is genetic. Today is the child of yesterday and the parent of tomorrow. The work you produce today will create your future.
\n
21. Repeat yourself.
\n
If you like it, do it again. If you don’t like it, do it again.
\n
22. Make your own tools. \nHybridize your tools in order to build unique things. Even simple tools that are your own can yield entirely new avenues of exploration. Remember, tools amplify our capacities, so even a small tool can make a big difference.
\n
23. Stand on someones shoulders. \nYou can travel farther carried on the accomplishments of those who came before you. And the view is so much better.
\n
24. Avoid software. \nThe problem with software is that everyone has it.
\n
25. Don’t clean your desk.
\n
You might find something in the morning that you cant see tonight.
\n
26. Don’t enter awards competitions. \nJust don’t. Its not good for you.
\n
27. Read only left-hand pages. \nMarshall McLuhan did this. By decreasing the amount of information, we leave room for what he called our “noodle.”
\n
28. Make new words. \nExpand the lexicon. The new conditions demand a new way of thinking. The thinking demands new forms of expression. The expression generates new conditions.
\n
29. Think with your mind.
\n
Forget technology. Creativity is not device-dependent.
\n
30. Organization = Liberty. \nReal innovation in design, or any other field, happens in context. That context is usually some form of cooperatively managed enterprise. Frank Gehry, for instance, is only able to realize Bilbao because his studio can deliver it on budget. The myth of a split between “creatives” and “suits” is what Leonard Cohen calls a ‘charming artifact of the past.’
\n
31. Don’t borrow money. \nOnce again, Frank Gehrys advice. By maintaining financial control, we maintain creative control. Its not exactly rocket science, but its surprising how hard it is to maintain this discipline, and how many have failed.
\n
32. Listen carefully. \nEvery collaborator who enters our orbit brings with him or her a world more strange and complex than any we could ever hope to imagine. By listening to the details and the subtlety of their needs, desires, or ambitions, we fold their world onto our own. Neither party will ever be the same.
\n
33. Take field trips.
\n
The bandwidth of the world is greater than that of your TV set, or the Internet, or even a totally immersive, interactive, dynamically rendered, object-oriented, real-time, computer graphic simulated environment.
\n
34. Make mistakes faster. \nThis isn’t my idea I borrowed it. I think it belongs to Andy Grove.
\n
35. Imitate. \nDon’t be shy about it. Try to get as close as you can. You’ll never get all the way, and the separation might be truly remarkable. We have only to look to Richard Hamilton and his version of Marcel Duchamps large glass to see how rich, discredited, and underused imitation is as a technique.
\n
36. Scat. \nWhen you forget the words, do what Ella did: make up something else … but not words.
\n
37. Break it, stretch it, bend it, crush it, crack it, fold it.
\n
38. Explore the other edge. \nGreat liberty exists when we avoid trying to run with the technological pack. We cant find the leading edge because its trampled underfoot. Try using old-tech equipment made obsolete by an economic cycle but still rich with potential.
\n
39. Coffee breaks, cab rides, green rooms. \nReal growth often happens outside of where we intend it to, in the interstitial spaces what Dr. Seuss calls “the waiting place.” Hans Ulrich Obrist once organized a science and art conference with all of the infrastructure of a conference the parties, chats, lunches, airport arrivals but with no actual conference. Apparently it was hugely successful and spawned many ongoing collaborations.
\n
40. Avoid fields. \nJump fences. Disciplinary boundaries and regulatory regimes are attempts to control the wilding of creative life. They are often understandable efforts to order what are manifold, complex, evolutionary processes. Our job is to jump the fences and cross the fields.
\n
41. Laugh. \nPeople visiting the studio often comment on how much we laugh. Since I’ve become aware of this, I use it as a barometer of how comfortably we are expressing ourselves.
\n
42. Remember.
\n
Growth is only possible as a product of history. Without memory, innovation is merely novelty. History gives growth a direction. But a memory is never perfect. Every memory is a degraded or composite image of a previous moment or event. That’s what makes us aware of its quality as a past and not a present. It means that every memory is new, a partial construct different from its source, and, as such, a potential for growth itself.
\n
43. Power to the people. \nPlay can only happen when people feel they have control over their lives. We can’t be free agents if were not free.
\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 13 May 2011 17:20:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:58:"Weblog Tools Collection: WordPress Theme Releases for 5/13";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/zPBtsj79oag/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1654:"
\n
Icy Night features vibrant, loud, and bright colors with a cohesive and smooth feel.
\n
\n
The Common Blog is a simple and clean theme to use right out of the gate or to build upon with child themes.
\n
\n
ZenLite Blue is a ZenLite child theme with all of the same functionality as ZenLite, but with a blue skin.
\n
\n
ZenLite Citrus is a bright and juicy child theme for ZenLite with added Google Fonts.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 13 May 2011 13:00:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:29:"Matt: Living with Black Swans";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=38172";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2011/05/living-with-black-swans/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:473:"
Nassim Taleb on Living with Black Swans — “During a recent visit to Wharton as part of The Goldstone Forum, he spoke with Wharton finance professor Richard Herring — who taught Taleb when he was a Wharton MBA student — about events in the Middle East, the oil supply, investing in options, the U.S. economy, the dollar, health care and of course, black swans.”
WordPress 3.2 Beta 1 has been released. It’s not recommended for use on a live site yet, but testing is still encouraged. If you find any bugs, please report them as soon as possible with as much detail as possible.
It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers!
\n
As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.
\n
If all goes well, we hope to release WordPress 3.2 by the end of June, though that is (again, as always) subject to change depending 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. If you want to be a beta tester, you should check out the Codex article on how to report bugs.
\n
Here’s some of what’s new:
\n
\n
Performance improvements like you wouldn’t believe. What’s that mean? Things are faster!
\n
Distraction-free Writing. The visual editor’s full-screen composing experience has gotten a major overhaul, and is now available from HTML mode, too. More than ever, WordPress allows you to focus on what matters most — your content.
\n
Admin UI Refresh. The last major redesign of the WordPress admin was in 2008. This isn’t a major redesign, just a little facelift to keep us feeling young. WordPress turns 8 later this month, you know.
\n
New Default Theme. Introducing Twenty Eleven, based on the popular Duster theme. Rotating header images, post format support, and more.
\n
Browse Happy. WordPress is made to work with modern browsers. If you visit your Dashboard using an outdated web browser, we’ll let you know there’s a newer version available.
\n
Admin Bar. We’ve added more links to the admin bar to make it even more useful.
\n
\n
\n
Be Aware:
\n
\n
\n
WordPress has new minimum system requirements: PHP 5.2.4 and MySQL 5.0.
\n
Internet Explorer 6 will no longer be supported.
\n
The favorites menu has been removed. If you’ve written any plugins that use this menu, it’s time to switch over to an admin bar placement.
\n
\n
\n
\n
Known Issues:
\n
\n
\n
We haven’t updated the blue admin color scheme yet, so do your testing in the gray zone for best results.
\n
\n
\n
Remember, if you find something you think is a bug, report it! You can bring it up in the alpha/beta forum, you can email it to the wp-testers list, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the WordPress Core Trac. (I recommend starting in the forum or on the mailing list.)
\n
Theme and plugin authors, if you haven’t been following the 3.2 development cycle, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.
\n
Note to developers: WordPress is built by the contributions of hundreds of developers. If you’d like to see this release come out on time, I encourage you to pitch in. Even if you don’t have time to do testing on the beta version, you could help us by contributing a fix for one of the many bugs we already know about.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 May 2011 08:22:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:57:"Publisher Blog: Montreal Gazette powered by WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1478";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http://publisherblog.automattic.com/2011/05/11/montreal-gazette-powered-by-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2669:"
Now the Montreal Gazette‘s network of blogs is powered by WordPress and part of the WordPress.com VIP Hosting program. Welcome to the WordPress family!
\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 11 May 2011 18:57: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:10:"Sara Rosso";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Andrew: Server managed cache in the browser";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://azaozz.wordpress.com/?p=145";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://azaozz.wordpress.com/2011/05/11/server-managed-cache-in-the-browser/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7180:"
Imagine browsing to a big web page with lots of images and scripts, and it loads in your browser almost instantly, nearly as fast as loading it from your hard drive. Now imagine you’re browsing a web site with about 60-70 of these pages and they all load very very fast. Sounds interesting? But how to do that? Prime the browser’s cache? Preload all components of the web pages somehow? Is that possible?
\n
Well, yes and no. It is possible by using Gears. It can be set to store all “static” components (JS, CSS, images, etc.) of a web page or a whole web site and load them from the local storage every time they are requested by the browser. However the Gears team shifted their priorities to HTML 5.0 offline storage which was the main idea behind Gears in the first place. Unfortunately the HTML 5.0 specification for offline storage implements only some of the features that were available in Gears, so this type of caching (controlled by the user and managed by the server) is impossible.
\n
But why server managed cache? Isn’t the standard browser caching good enough? Yes, it is good. It has evolved significantly during the 15 or so years since the beginning of the World Wide Web. However it just can’t do that.
\n
Lets take a simplistic look at how the browser cache works:
\n
\n
We (the users) browse to a web page.
\n
The Server tells the Browser: “Hey there, these few files (images, JS, CSS, etc.) are almost never updated, put them in your cache and don’t ask me to send them again for the next 10 years.”
\n
The Browser thinks: “Hmm, put them in the cache you saying? I’ll think about it. You know, I’m a Web Browser. I need to load pages very very fast. I don’t want a huge cache with millions of files in it. That will slow me down. Lets see if the User would come back to this page ever again.”
\n
\n
If we keep going to the same web page eventually the Browser would change his mind: “Maybe that Server was right and I should put these files in my cache. That would speed up page loading. But what will happen if these files are updated… I better keep asking the Server to check if they have been updated so my cache is always fresh.”
\n
Couple of years ago we implemented Gears as WordPress’ Turbo feature. We didn’t use it to make WordPress an offline app, we used it to create server managed cache. It worked great. Even the heaviest pages in the WordPress admin were loading considerably faster regardless of how often the users were visiting them.
\n
The implementation was very simple: we had a manifest that listed all “static” files and couple of user options to enable and initialize the “super cache”. The rest was handled automatically by Gears. So in reality we discovered the perfect way of browser caching for web apps:
\n
\n
The User decides which web sites / web apps are cached and can add or remove them.
\n
The server (i.e. the web app) maintains the cache, updating, adding, deleting files as needed.
\n
\n
The results were spectacular. We didn’t need to concatenate and compress scripts and stylesheets. We even stopped compressing TinyMCE which alone can load about 30-40 files on initialization. And page load time was from 0.5 to 1.5 sec. no matter how heavy the page was. For comparison before implementing this “super caching” pages were loading in 5 to 9 sec.
\n
Why was it performing that well? Simple: it eliminated all requests to the server for the files that were cached. And that means all, even the “HEAD” requests. In our implementation the only file that was loaded from the server was the actual HTML. All other components of the web page were stored in Gears’ offline storage.
\n
That also had the side benefit of eliminating a big chunk of traffic to the server. At first look it doesn’t seem like a lot, 30-40 requests for the web page components followed by 30-40 of HEAD requests per page every now and then (while the browser cache is hot), but think about it in global scope: several millions of these pages are loaded every hour.
\n
So, why not do the same with HTML 5.0 offline storage? Because it doesn’t work that way. The HTML 5.0 specification for offline storage is good only for… Offline storage. It’s missing a lot of the features Gears has. Yes, there is a workaround. We can “store offline” a skeleton of the web page and then load all the dynamic content with XHR (a.k.a. AJAX), but that method has other (quite annoying) limitations. Despite that we will try this method in WordPress for sure, but that discussion is for another post.
\n
In short: the HTML 5.0 offline storage implementation is missing some critical features. For example a file that is stored there is not loaded from the storage when the browser goes to another page on the same website. Yes, it’s sad watching the browser load the same file again and again from the Internet when that file is already on the user’s hard drive.
\n
What can we do about it? Don’t think there is anything that can be done short of changing, or rather enhancing the HTML 5.0 specification for offline storage. The XHR “hack” that makes this kind of caching possible with the current HTML 5.0 is still just a hack.
Multisite Dashboard Feed Widget shows the latest posts from the main site of a multisite install in the top of the Dashboard of the sites hanging under the multisite install.
\n
Slick Contact Forms creates a widget, which adds a contact form using either a floating, drop down button or a sticky, sliding tab.
\n
WCS Custom Permalinks Hotfix is a hotfix for permalink issues encountered with WordPress installations after upgrading to 3.1.x.
\n
WCS QR Code Generator is a QR Code (Quick Response) generator for mobile tagging. It allows you to create one of the ever-popular QR Codes anywhere on a page/post or in a text widget.
\n
WP Users Page uses a shortcode to display a list of users under a specific role.
\n
Updated plugins
\n
OSM displays maps in your WordPress blog using the OpenLayers technology – no API key is needed.
\n
Page.ly MultiEdit uses custom fields to create simple tinyMCE editable regions on page templates.
WordPress jobs are starting to come in high demand again. Automattic is looking for talented folks in a variety of fields, and Crowd Favorite is looking for PHP developers, but you won’t be able to walk into just any office and apply for a WordPress-related position. You’ll need to know where to look first.
\n
Elance seems to be the way to go these days, and it’s definitely worth noticing that “WordPress” is their most in-demand skill set. I used Elance for a few jobs in the past, and it’s incredibly easy. Just signup for an account, pick your client, and they’ll either take care of or walk you through the rest. They even have some nice arbitration options if a client stiffs you on the bill.
\n
Another great place to look is the official WordPress Jobs board. In fact, that’s how I found my job here. The concept is pretty straight-forward. Just find a job posting that catches your eye, contact the poster, and proceed from there. Make sure that you subscribe to the site’s RSS feeds too. You don’t want to miss out on a great job just because someone else saw it before you did.
\n
The most important bit of advice that I can offer is that you need to make yourself known and make an effort to contact potential clients. Don’t expect them to come to you. By all means, set up a site to advertise your services, but don’t expect to anyone to find it without word of mouth references, and don’t expect such references without satisfied clients.
\n
Disclaimer: I work for Weblog Tools Collection (found via WordPress Jobs) and Automattic (found via their site), so you can too! Now, get out there and find a job that you enjoy doing!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 May 2011 13:00:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:47:"Alex King: Hiring: PHP Developers in Denver, CO";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5826";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://alexking.org/blog/2011/05/09/hiring-sr-php-developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2131:"
Want a fun and challenging work environment? Want to build stuff on the cutting edge with and for WordPress? At Crowd Favorite we build cool things for the web. We get to play with the entire web stack, from back-end API architecture to advanced front-end HTML5, CSS and jQuery interfaces.
\n
\n
We are hiring immediately for 2 PHP developers to join our team. You should have the following core qualities and experience:
\n
\n
A love for new challenges. We are constantly taking on new projects for high profile clients, building new integrations, and pushing the limits of what can be done with WordPress.
\n
A desire to work in a developer-centric environment.
\n
A solid knowledge of general web architecture, PHP, JavaScript and some decent HTML and CSS chops.
\n
A self-starter who loves taking ownership of projects.
\n
Experience working in a team environment and a desire to do so.
\n
High standards and willingness to always adhere to our “don’t ship crap” policy.
\n
A willingness to be open and honest about bugs and mistakes.
\n
\n
This position is available immediately in our Denver office, and we are only considering local candidates1 at this time.
\n
All of this sound good? I hope so, and I look forward to hearing from you.
\n\n
We are willing to consider candidates who wish to relocate to Denver. [back]
\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 May 2011 03:59:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"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:57:"Weblog Tools Collection: WordPress Theme Releases for 5/9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9991";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wHuGKLMcFe0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1224:"
\n
Boldly Moody simulates looking through frosted glass to beautiful, colorful fabric or a painting.
\n
\n
Shadows has a very clean and minimal design enhanced with some great CSS3 shadows.
\n
\n
Widodo is based on the 960.gs framework and integrated with Twitter and Flickr, Post Thumbnail, Post Format, Gallery and more.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 09 May 2011 13:00: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:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 31 May 2011 16:47:26 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:"Tue, 31 May 2011 16:30:14 GMT";s:14:"content-length";s:6:"169313";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
+(234, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1306903625', 'no'),
+(232, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1306903625', 'no'),
+(233, 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:"Tue, 31 May 2011 16:35:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2855";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Shahnur Alam on "Support Ticket System"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/support-ticket-system/#post-25966";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 19 Apr 2011 16:35: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:"25966@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:"This plugin will help you to create and manage support tickets";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:28:"Shahnur Alam on "Quick Tabs"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/quick-tabs/#post-26192";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 29 Apr 2011 07:54: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:"26192@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:"This plugin will help you to create and manage tabs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Marco Constancio on "Post Category Index 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:77:"http://wordpress.org/extend/plugins/post-category-index-generator/#post-26216";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 30 Apr 2011 14:58: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:"26216@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:71:"Allows the user to insert a index of posts and categories on page/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:16:"Marco Constancio";s: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:50:"Frederick Townes on "Real Estate Pro by Placester"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/placester/#post-25470";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 28 Mar 2011 02: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:"25470@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:64:"Easily create and manage real estate sites powered by WordPress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"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: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:53:"Shahnur Alam on "Easy Google Analytics for Wordpress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"http://wordpress.org/extend/plugins/easy-google-analytics-for-wordpress/#post-15811";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 06 Feb 2010 18:09:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"15811@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:"Easy google analytics plugin will embed the google analytics code in you 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:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:44:"Shahnur Alam on "Wordpress Shout Box / Chat"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/extend/plugins/wordpress-shout-box-chat/#post-17462";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Apr 2010 22:25:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"17462@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:83:"This plugin can be used to communicate among the online visitor on a 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:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:30:"leo_wallentin on "Säsongsmat"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/sasongsmat/#post-26599";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 May 2011 08:03: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:"26599@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:120:"Connects recipes with the food database at Säsongsmat.nu, adding semantic micro data and information about seasonality.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"leo_wallentin";s: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:28:"Matt Martz on "Shadowbox JS"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/shadowbox-js/#post-4519";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 18 Feb 2008 21:01:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"4519@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:140:"Shadowbox is an online media vieiwing application similar to Lightbox and Thickbox but with more functionality. Supports all types of media.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Matt Martz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"insite_bar on "InsiteBar 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:57:"http://wordpress.org/extend/plugins/insitebar/#post-23674";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jan 2011 14:49:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23674@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:171:"Juice up your website or blog with over 1,000+ Social applications.\nFor more information see http://www.insitebar.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"insite_bar";s: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:32:"Poco on "Google Calendar Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/google-calendar-widget/#post-14154";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 16:06: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:"14154@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:100:"This plugin installs a sidebar widget that can show the upcoming events from a Google Calendar feed.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Poco";s: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:44:"jigowatt on "Jigoshop - WordPress eCommerce"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/jigoshop/#post-25749";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 08 Apr 2011 09:12: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:"25749@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:125:"A feature-packed eCommerce plugin built upon WordPress core functionality ensuring excellent performance and customisability.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"jigowatt";s: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:41:"gopiplus on "graphical statistics report"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/extend/plugins/graphical-statistics-report/#post-12113";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Aug 2009 12:08:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12113@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:119:"This plug-in will display the graphical report for admin about post count, user registration, comments posted activity.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"gopiplus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"frisno on "Remove WP version everywhere"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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-version-everywhere/#post-25929";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 17 Apr 2011 13:07:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25929@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:"Removes Wordpress and version from post, pages and RSS";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"frisno";s: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:50:"gopiplus on "Vertical scroll slideshow gallery v2"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.org/extend/plugins/vertical-scroll-slideshow-gallery-v2/#post-14242";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Nov 2009 05:38:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14242@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:"Vertical scroll slideshow gallery plugin will create the vertical scrolling image slideshow gallery on the wordpress 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"gopiplus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:25:"anewholm on "NineCarrots"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/ninecarrots/#post-26104";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Apr 2011 08:41: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:"26104@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:80:"NineCarrots embeds the local business mapping system in to your WordPress 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:8:"anewholm";s: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:"Tue, 31 May 2011 16:47:28 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2011-04-19 16:35:35";s:14:"content-length";s:4:"7914";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'),
+(138, 0, '_transient_timeout_plugin_slugs', '1307396263', 'no'),
+(139, 0, '_transient_plugin_slugs', 'a:5:{i:0;s:23:"facethumb/facethumb.php";i:1;s:46:"mimetypes-link-icons/mime_type_link_images.php";i:2;s:25:"qtranslate/qtranslate.php";i:3;s:45:"simple-local-avatars/simple-local-avatars.php";i:4;s:49:"vipers-video-quicktags/vipers-video-quicktags.php";}', 'no'),
+(222, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1306903623', 'no'),
+(223, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1306860423', 'no'),
+(224, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1306903623', 'no'),
+(225, 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:"Tue, 31 May 2011 16:39: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2855";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Takayuki Miyoshi on "Contact Form 7"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"edo888 on "GTranslate"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/gtranslate/#post-14437";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Nov 2009 17:35:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14437@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:108:"Get translations with a single click between 58 languages (more than 98% of internet users) on your website!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"edo888";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"uberdose on "All in One SEO Pack"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"753@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Frederick Townes on "W3 Total 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:62:"http://wordpress.org/extend/plugins/w3-total-cache/#post-12073";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Jul 2009 18:46:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12073@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:135:"Improve site performance and user experience via caching: browser, page, object, database, minify and content delivery network 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:16:"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: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:"joostdevalk on "Google Analytics for WordPress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2316@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:145:"Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"joostdevalk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"Brian Colinger on "WordPress Importer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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: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: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:"nicashmu on "Post video players, slideshow albums, photo galleries and music / podcast playlist"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://wordpress.org/extend/plugins/video-playlist-and-gallery-plugin/#post-23415";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Jan 2011 16:16:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23415@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:73:"Post your videos, photo galleries/flash slideshows easily and in seconds.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"nicashmu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"micropat on "AddToAny: Share/Bookmark/Email Buttons"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/add-to-any/#post-498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Mar 2007 23:08:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"498@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:140:"Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, StumbleUpon, Digg and many more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"micropat";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"joostdevalk on "WordPress SEO by Yoast"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"8321@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:135:"Yoast's all in one SEO solution for your WordPress blog: SEO titles, meta descriptions, XML sitemaps, breadcrumbs & much more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"joostdevalk";s: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: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: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:34:"flash gallery on "1 Flash Gallery"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/1-flash-gallery/#post-24163";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Feb 2011 14:02:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24163@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:146:"1 Flash Gallery is a Photo Gallery with slideshow function, many skins and powerfull admin to manage your image gallery without any program skills";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"flash gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:30:"BraveNewCode Inc. on "WPtouch"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/wptouch/#post-5468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 May 2008 04:58:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"5468@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"BraveNewCode Inc.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:33:"Disqus on "Disqus Comment System"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/disqus-comment-system/#post-6808";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 28 Aug 2008 01:22: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:41:"6808@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:113:"The Disqus comment system replaces your WordPress comment system with your comments hosted and powered by Disqus.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Disqus";s: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:"Tue, 31 May 2011 16:47:26 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2007-08-02 12:45:03";s:14:"content-length";s:4:"8038";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'),
+(226, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1306903623', 'no'),
+(227, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1306860423', 'no'),
+(220, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1306903623', 'no');
+INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
+(221, 0, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:50:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 May 2011 15:52:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/?v=3.2-beta2-18055";s:7:"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:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WordPress 3.1.3 (and WordPress 3.2 Beta 2)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/05/wordpress-3-1-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/05/wordpress-3-1-3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 May 2011 18:43:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1838";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:408:"WordPress 3.1.3 is available now and is a security update for all previous versions. It contains the following security fixes and enhancements: Various security hardening by Alexander Concha. Taxonomy query hardening by John Lamansky. Prevent sniffing out user names of non-authors by using canonical redirects. Props Verónica Valeros. Media security fixes by Richard Lundeen of Microsoft, Jesse Ou [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3497:"
WordPress 3.1.3 is available now and is a security update for all previous versions. It contains the following security fixes and enhancements:
Download WordPress 3.1.3 or update automatically from the Dashboard → Updates menu in your site’s admin area.
\n\n
WordPress 3.2 Beta 2 also available
\n
In other news, our development of WordPress 3.2 development continues right on schedule. We released Beta 1 thirteen days ago, and today we’re putting out Beta 2 for your testing pleasure.
\n
This is still beta software, so we don’t recommend that you use it on production sites. But if you’re a plugin developer, a theme developer, or a site administrator, you should be running this on your test environments and reporting any bugs you find. If you’re a WordPress user who wants to open your presents early, take advantage of WordPress’ famous 5-minute install and spin up a secondary test site. Let us know what you think!
\n
The plan is to start putting out release candidates in early June, and to release WordPress 3.2 by the end of the month. The more you help us iron out issues during the beta period, the more likely we are to hit those dates. To misappropriate and mangle a quote from Mahatma Gandhi: “Be the punctuality you want to see in the WordPress.” In other words, test now!
\n
Here are some of the things that changed since Beta 1:
\n
\n
Google Chrome Frame is now supported in the admin, if you have it installed. This is especially useful for IE 6 users (remember, IE 6 is otherwise deprecated for the admin).
\n
The admin is less ugly in IE 7.
\n
The blue admin color scheme has caught up to the grey one, and is ready for testing.
\n
We are now bundling jQuery 1.6.1. You should test any JS that uses jQuery. WordPress JavaScript guru Andrew Ozz has a post with more info.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/05/wordpress-3-1-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:21:"WordPress 3.2, Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 May 2011 08:22:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1816";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:351:"It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers! As always, this is software still in development and we don’t recommend that you run it on [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4230:"
It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers!
\n
As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.
\n
If all goes well, we hope to release WordPress 3.2 by the end of June, though that is (again, as always) subject to change depending 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. If you want to be a beta tester, you should check out the Codex article on how to report bugs.
\n
Here’s some of what’s new:
\n
\n
Performance improvements like you wouldn’t believe. What’s that mean? Things are faster!
\n
Distraction-free Writing. The visual editor’s full-screen composing experience has gotten a major overhaul, and is now available from HTML mode, too. More than ever, WordPress allows you to focus on what matters most — your content.
\n
Admin UI Refresh. The last major redesign of the WordPress admin was in 2008. This isn’t a major redesign, just a little facelift to keep us feeling young. WordPress turns 8 later this month, you know.
\n
New Default Theme. Introducing Twenty Eleven, based on the popular Duster theme. Rotating header images, post format support, and more.
\n
Browse Happy. WordPress is made to work with modern browsers. If you visit your Dashboard using an outdated web browser, we’ll let you know there’s a newer version available.
\n
Admin Bar. We’ve added more links to the admin bar to make it even more useful.
\n
\n
\n
Be Aware:
\n
\n
\n
WordPress has new minimum system requirements: PHP 5.2.4 and MySQL 5.0.
\n
Internet Explorer 6 will no longer be supported.
\n
The favorites menu has been removed. If you’ve written any plugins that use this menu, it’s time to switch over to an admin bar placement.
\n
\n
\n
\n
Known Issues:
\n
\n
\n
We haven’t updated the blue admin color scheme yet, so do your testing in the gray zone for best results.
\n
\n
\n
Remember, if you find something you think is a bug, report it! You can bring it up in the alpha/beta forum, you can email it to the wp-testers list, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the WordPress Core Trac. (I recommend starting in the forum or on the mailing list.)
\n
Theme and plugin authors, if you haven’t been following the 3.2 development cycle, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.
\n
Note to developers: WordPress is built by the contributions of hundreds of developers. If you’d like to see this release come out on time, I encourage you to pitch in. Even if you don’t have time to do testing on the beta version, you could help us by contributing a fix for one of the many bugs we already know about.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 3.1.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/04/wordpress-3-1-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/04/wordpress-3-1-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:"Tue, 26 Apr 2011 19: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1801";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:376:"WordPress 3.1.2 is now available and is a security release for all previous WordPress versions. This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts. The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter. We suggest you update to 3.1.2 promptly, especially if [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:980:"
WordPress 3.1.2 is now available and is a security release for all previous WordPress versions.
\n
This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts.
\n
The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter.
\n
We suggest you update to 3.1.2 promptly, especially if you allow users to register as contributors or if you have untrusted users. This release also fixes a few bugs that missed the boat for version 3.1.1.
\n
Download 3.1.2 or update automatically from the Dashboard → Updates menu in your site’s admin area.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/04/wordpress-3-1-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s: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:21:"Summer WordCamps 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/04/summer-wordcamps-201/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/04/summer-wordcamps-201/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 16 Apr 2011 23:06:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1785";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:379:"Looking for something fun to do during your summer vacation? Why not check out a WordCamp! WordCamps are locally-organized casual conferences of, by, and for WordPress users, developers, and enthusiasts just like you. The focus of a WordCamp is to foster face-to-face connections and collaboration among the local WordPress crowd, but there are usually some out-of-towners [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6113:"
Looking for something fun to do during your summer vacation? Why not check out a WordCamp! WordCamps are locally-organized casual conferences of, by, and for WordPress users, developers, and enthusiasts just like you. The focus of a WordCamp is to foster face-to-face connections and collaboration among the local WordPress crowd, but there are usually some out-of-towners there as well. Here are the WordCamps that have been approved so far for the summer:
\n
April 16: WordCamp Seattle in Seattle, WA. This weekend! After taking a year off, WordCamp Seattle is back with tracks for bloggers, designers, and developers. This year they’ll feature a lineup including presentations by both local speakers and visitors like core committer Andrew Nacin, as well as an Ignite session of lightning talks at the end of the day.
\n
May 5: WordCamp Vancouver (Developer Edition) in Vancouver, BC. This one-day WordCamp is aimed purely at developers working on the WordPress platform, and will not have content aimed at bloggers (as previous Vancouver WordCamps have). I predict we will start seeing more of these types of niche WordCamps moving forward, because they will mean smaller, more intimate events that allow more collaboration (and make it easier to find venues!). Note that we’re working with the organizers to get the tickets to a more reasonable price, so keep your eyes open this week if you’ve held off on buying a ticket because of the price tag.
\n
May 7: WordCamp Switzerland in Brugg, Switzerland. This one will cover a wide range of topics, including getting started with WordPress, advanced development topics, BuddyPress, and an inside look at running a WordPress-based business.
\n
May 14: WordCamp Orange County in Orange, CA. Already sold out! Orange County had their first WordCamp last year, and the organizers have put together another great event this time around.
\n
May 14: WordCamp Paris in Paris, France. One of the last true unconference-style WordCamps, the Paris group will plan their schedule the morning of the event like they do at BarCamps. WordCamp Paris had one of the best WordCamp t-shirts ever a couple of years ago. And it’s in Paris in the spring.
\n
May 21–22: WordCamp Raleigh in Raleigh, NC. Repeat organizers from the Raleigh WordPress Meetup Group are just starting to select speakers and put together their plans, but if it is anything like last year, the venue will be packed with WordPress professionals (and maybe there will be cookies). I’ll be attending this one, as will Nacin.
\n
June 4–5: WordCamp Reno-Lake Tahoe in Reno, NV. Organized by a WordPress core UI group contributor, WordCamp Reno-Lake Tahoe is taking place in Reno and has a packed schedule full of visiting experts.
\n
June 11–12: WordCamp Kansas City in Overland Park, KS. With publisher, designer, and developer tracks, Kansas City’s WordCamp will have a little something for everyone, presented in large part by local speakers.
\n
June 17–19: WordCamp Columbus in Columbus, OH. WordCamp Columbus has a new organizer this year and is bringing the focus more firmly onto WordPress (and less on social media). Their 3-day event includes an entire day for newbies, and another for non-profits, a nice addition to the usual blogger/developer tracks.
\n
July 9–10: WordCamp Montreal in Montreal, Quebec. This group consistently puts on a great every year. If you register now, you can still get a $10 discount and get both days for only $30 (with sessions in both English and French to reflect the bilingual nature of the city). Montreal plays host to a number of festivals throughout the year, and this weekend is no different, including festivals for the arts, comedy, tango, and even circus arts.
\n
July 16: WordCamp San Diego in San Diego, CA. First WordCamp in San Diego! They have talking about this for over a year, and are now starting to really ramp up the planning. They’re finalizing their venue right now, and I would expect a great roster of speakers.
\n
July 16-17: WordCamp Portsmouth in Portsmouth, UK. The annual WordCamp UK that moves from city to city each year alights this year in Portsmouth. This one is notable because Mike Little, co-founder of WordPress, is part of the organizing team.
\n
July 23–24: WordCamp Boston in Boston, MA. Another one just about to lock down some details and get starting with speaker selection, etc. An easy train ride from so many places, and not in the middle of winter this year!
\n
July 30-31: WordCamp Chicago has new organizers and is a new venue this year. A call for speakers, supporters, and volunteers will likely be posted sometime next week.
\n
WordCamp Portland is looking for a venue before deciding on a date this year, as it has outgrown the space it’s used the past two years, but hopes to happen in September. If you would be interested in donating a venue to this popular event, please contact them.
\n
We’ll hold off on posting fall events until later in the summer since there a lot in the planning stages now. To get the most up-to-date information, visit WordCamp Central.
\n
Hope to see you at a WordCamp soon!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/04/summer-wordcamps-201/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 3.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:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/04/wordpress-3-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/04/wordpress-3-1-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 05 Apr 2011 15:10:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1762";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:397:"WordPress 3.1.1 is now available. This maintenance and security release fixes almost thirty issues in 3.1, including: Some security hardening to media uploads Performance improvements Fixes for IIS6 support Fixes for taxonomy and PATHINFO (/index.php/) permalinks Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues Version 3.1.1 also addresses three [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1395:"
Fixes for taxonomy and PATHINFO (/index.php/) permalinks
\n
Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues
\n
\n
Version 3.1.1 also addresses three security issues discovered by WordPress core developers Jon Cave and Peter Westwood, of our security team. The first hardens CSRF prevention in the media uploader. The second avoids a PHP crash in certain environments when handling devilishly devised links in comments, and the third addresses an XSS flaw.
\n
We suggest you update to 3.1.1 promptly. Download 3.1.1 or update automatically from the Dashboard → Updates menu in your site’s admin area.
\n
Our release haiku:
\n
Only the geeks know \nWhat half this stuff even means \nDon’t worry — update
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/04/wordpress-3-1-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:5;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"WordPress Summer of Code 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/#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, 30 Mar 2011 15:57: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:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"GSoC";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1756";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:361:"For the past several years, WordPress has been a proud participant in the Google Summer of Code program (aka GSoC). We’ve been accepted as a mentoring organization again this year, and are looking forward to working with a select handful of talented college students who are interested in developing for WordPress. Student applications are currently [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2993:"
For the past several years, WordPress has been a proud participant in the Google Summer of Code program (aka GSoC). We’ve been accepted as a mentoring organization again this year, and are looking forward to working with a select handful of talented college students who are interested in developing for WordPress. Student applications are currently being accepted, and the deadline to apply is April 8. Are you a college student/developer looking for a summer challenge (or do you know one)? If so, read on to find out how you (or your friend) can make $5,000 developing for WordPress this summer. (Best. Summer. Job. Ever.)
\n
GSoC Logistics:
\n
\n
175 mentoring organizations (including WordPress)
\n
Highly competitive and prestigious program (in 2010, 5539 proposals were submitted by 3464 students, and 1026 were accepted)
\n
You must be enrolled in an accredited college/university
Mentors include WordPress core developers, plugin authors (including BuddyPress and bbPress), mobile app developers, and WordPress professionals.
\n
Projects are limited only by your imagination and ability.
\n
Previous GSoC students have gained responsible roles in WordPress core development, like Dion Hulse and Andrew Nacin (core committers), and Daryl Koopersmith (wrote the internal linking feature in 3.1 and much of the custom menus feature in 3.0).
\n
This year, in addition to accepting project proposals for the main WordPress web app, we’re also encouraging applications for projects with the WordPress mobile apps (iOS, Android, Blackberry, Nokia, Windows Phone 7), for community-developed plugins like BuddyPress and bbPress, and even standalone plugins that could become community projects. Check out our Codex page on GSoC 2011 for some ideas to get you thinking.
\n
Last year we mentored 15 students, and hope to take on about the same number this year.
\n
\n
If you’re a college student/developer, we encourage you to apply. If you’re a professor or a teacher of graduating high school seniors, encourage your students! If you just want to help us spread the word, download the WordPress GSoC flyer and post it on campus bulletin boards in your town. Remember, April 8 is the deadline to apply!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Live from South by Southwest 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.org/news/2011/03/sxsw2011/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/03/sxsw2011/#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, 14 Mar 2011 11:24: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:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:10:"genius bar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"sxsw";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1746";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:322:"If you’ve ever heard Matt Mullenweg talk about the early days of WordPress, the South by Southwest (SxSW) Interactive festival that takes place each spring in Austin, TX usually crops up in the story. South by Southwest is in full swing right now, and WordPress has been all over the place. On Friday the 11th, [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2105:"
If you’ve ever heard Matt Mullenweg talk about the early days of WordPress, the South by Southwest (SxSW) Interactive festival that takes place each spring in Austin, TX usually crops up in the story. South by Southwest is in full swing right now, and WordPress has been all over the place.
\n
On Friday the 11th, Matt was interviewed by John Battelle of Federated Media in front of a packed ballroom, talking about the future of WordPress. That night, the annual SxSW WordPress BBQ party played host to hundreds of WordPress users, developers, and businesspeople, and attendees got an extra treat this year in the form of a t-shirt made especially to commemorate WordPress and its Texas roots.
\n
On Saturday the 12th, a second party co-hosted by the Austin WordPress Meetup Group and GeekAustin (and co-sponsored by the WordPress Foundation and WPEngine) brought together a similar crowd but with the addition of local WordPress community members who were not registered for the SxSW conference.
\n
Starting today, the South by Southwest trade show opens, and this year for the first time it will feature an official WordPress Genius Bar. Staffed by professional WordPress support staff, developers, advanced users, theme designers, and even some of the core contributors and project leaders, the booth will be open from 11am-6pm each day to answer questions and help people with any WordPress problems they might have. If you are at South by Southwest this year, consider stopping by to say hello and pick up a WordPress button or sticker. We’ll also have a limited supply of the special WordPress/Texas shirts that we’ll be giving away at the booth, so if you’re at SxSW between now and Thursday, stop by. Hope to see you there!
\n
Location: The WordPress booth will be in trade show stand numbers 829, 831, 928, and 930 (it’s an endcap booth that combines those four spaces). You can find us in those spaces by following the numbered banners hanging from the ceiling.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://wordpress.org/news/2011/03/sxsw2011/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s: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:26:"WordPress 3.1, lots of fun";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.org/news/2011/02/threeone/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/02/threeone/#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, 23 Feb 2011 14:00:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1704";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:388:"The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 “Reinhardt” is named in honor of the jazz guitarist Django Reinhardt. Version 3.1 is available for download, or you can update from within your dashboard. This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:17146:"
This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an admin bar so you’re never more than a click away from your most-used dashboard pages, a streamlined writing interface that hides many of the seldom-used panels by default to create a simpler and less intimidating writing experience for new bloggers (visit Screen Options in the top right to get old panels back), and a refreshed blue admin scheme available for selection under your personal options.
\n
There’s a bucket of candy for developers as well, including our new Post Formats support which makes it easy for themes to create portable tumblelogs with different styling for different types of posts, new CMS capabilities like archive pages for custom content types, a new Network Admin, an overhaul of the import and export system, and the ability to perform advanced taxonomy and custom fields queries.
\n
With the 3.1 release, WordPress is more of a CMS than ever before. The only limit to what you can build is your imagination.
\n
(No video yet for 3.1, we’re going to add it later.)
\n
By the Numbers
\n
There were over two thousand commits to the codebase in the 3.1 cycle! For a more comprehensive look at everything that has improved in 3.1, check out 3.1’s Codex page or the more than 820 closed issues in Trac.
\n
Now is the time to drop by our development channels if you are interested in being involved with 3.2, as the agenda will be under discussion shortly. We’re hoping to get the 3.2 release out in a shorter development cycle (3.1 took too long) and include some fun improvements around plugins and the speed of the admin. (Don’t worry, we’re still planning on using PHP.)
\n
We’re All in This Together
\n
WordPress is the result of the combined effort of people from all over the world united with a common goal: to make the best darn web software for publishing your story on the web and sharing it with the world. Here is a list of the more than 180 people who helped out with development during the 3.1 cycle:
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://wordpress.org/news/2011/02/threeone/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"WordPress 3.0.5 (and 3.1 Release Candidate 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:50:"http://wordpress.org/news/2011/02/wordpress-3-0-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/02/wordpress-3-0-5/#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, 07 Feb 2011 23:29:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1683";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:366:"WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions. This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update. Three point oh point five Enhances security Three point [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3674:"
WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions.
\n
This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update.
\n
Three point oh point five \nEnhances security \nThree point one comes soon
\n
The release addresses a number of issues and provides two additional enhancements:
\n
Two moderate security issues were fixed that could have allowed a Contributor- or Author-level user to gain further access to the site.
\n
One information disclosure issue was addressed that could have allowed an Author-level user to view contents of posts they should not be able to see, such as draft or private posts.
\n
Two security enhancements were added. One improved the security of any plugins which were not properly leveraging our security API. The other offers additional defense in depth against a vulnerability that was fixed in previous release.
\n
Thanks to Nils Jueneman and Saddy for their private and responsible disclosures to security@wordpress.org for two of the issues. The others were reported or repaired by our security team.
\n
Download 3.0.5 or update automatically from the Dashboard > Updates menu in your site’s admin area. Please update immediately.
\n\n
WordPress 3.1 Release Candidate 4 is also now available.
\n
The Release Candidate 4 build includes the security fixes and enhancements included in 3.0.5 and addresses about two dozen additional bugs. This includes fixes for:
\n
\n
Deleting a user and reassigning their posts to another user.
\n
Marking multiple users or sites as spam in multisite.
\n
PHP4 compatibility.
\n
\n
As outlined in previousRCposts, if you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:
After nearly five months of development and testing, we think we’re very close to a final release. Users and developers, please test your themes and plugins.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/02/wordpress-3-0-5/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:49:"The Annual WordPress Conference: WordCamp SF 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/news/2011/01/wordcamp-sf-2011/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/01/wordcamp-sf-2011/#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, 24 Jan 2011 22:57:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1674";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:368:"Mark your calendars: WordCamp San Francisco, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg’s “State of the Word” address as well as a variety of amazing speakers that you’d normally only get to see at expensive industry [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1450:"
Mark your calendars: WordCamp San Francisco, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg’s “State of the Word” address as well as a variety of amazing speakers that you’d normally only get to see at expensive industry conferences. This year the program will be expanded to three days, with programming for publishers, bloggers, and developers. There will also be related activities, like core team summits, workshops for contributors, designers, and local organizers, and various professional and networking events. The planning is just beginning, so save the date on your calendar and keep an eye on the WordCamp SF 2011 site (and/or follow the @wordcampsf twitter account) for updates as details become available.
\n
*For people who attended WordCamp SF last year who thought the annual event this year would be called WordCon, with WordCamp SF becoming a more locally-oriented event, you can read my long-winded explanation of why we didn’t go that route over the on the WordCamp Central blog.
\n";s: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:56:"http://wordpress.org/news/2011/01/wordcamp-sf-2011/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:31:"http://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 31 May 2011 16:47:25 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 26 May 2011 15:52:05 GMT";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no');
+INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
+(518, 0, '_site_transient_timeout_wporg_theme_feature_list', '1307312933', 'yes'),
+(519, 0, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:18:{i:0;s:8:"blavatar";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:20:"front-page-post-form";i:10;s:19:"full-width-template";i:11;s:12:"microformats";i:12;s:12:"post-formats";i:13;s:20:"rtl-language-support";i:14;s:11:"sticky-post";i:15;s:13:"theme-options";i:16;s:17:"threaded-comments";i:17;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes'),
+(364, 0, 'theme_mods_twentyten', 'a:1:{i:0;b:0;}', 'yes'),
+(148, 0, 'theme_mods_bloggingstream', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:12:"primary-menu";i:3;}}', 'yes'),
+(434, 0, 'woo_themename', 'LQDVI', 'yes'),
+(435, 0, 'woo_shortname', 'woo', 'yes'),
+(436, 0, 'woo_custom_template', 'a:2:{s:5:"image";a:5:{s:4:"name";s:5:"image";s:7:"default";s:0:"";s:5:"label";s:5:"Image";s:4:"type";s:6:"upload";s:4:"desc";s:49:"Enter the URL for image to be shown in your post.";}s:5:"embed";a:6:{s:4:"name";s:5:"embed";s:7:"default";s:0:"";s:5:"label";s:16:"Video Embed Code";s:4:"type";s:8:"textarea";s:4:"desc";s:176:"Paste the embed code for your video here. Video will be resized automatically. Note: You need to tag this post with ''video'' in order to work with the Woo - Video Player widget.";s:5:"input";s:8:"textarea";}}', 'yes'),
+(437, 0, 'woo_custom_seo_template', 'a:3:{i:0;a:5:{s:4:"name";s:10:"seo_info_1";s:3:"std";s:0:"";s:5:"label";s:4:"SEO ";s:4:"type";s:4:"info";s:4:"desc";s:226:"Additional SEO custom fields available: Custom Page Titles, Custom Descriptions, Custom Keywords. Go to SEO Settings page to activate.";}i:1;a:5:{s:4:"name";s:10:"seo_follow";s:3:"std";s:5:"false";s:5:"label";s:16:"SEO - Set follow";s:4:"type";s:8:"checkbox";s:4:"desc";s:77:"Make links from this post/page followable by search engines.";}i:2;a:5:{s:4:"name";s:11:"seo_noindex";s:3:"std";s:5:"false";s:5:"label";s:13:"SEO - Noindex";s:4:"type";s:8:"checkbox";s:4:"desc";s:56:"Set the Page/Post to not be indexed by a search engines.";}}', 'yes'),
+(438, 0, 'woo_logo', 'http://localhost/lqdvi/wp-content/uploads/2011/05/Logo-LQDVI.gif', 'yes'),
+(439, 0, 'woo_custom_favicon', '', 'yes'),
+(440, 0, 'woo_google_analytics', '', 'yes'),
+(441, 0, 'woo_feedburner_url', '', 'yes'),
+(442, 0, 'woo_custom_css', '', 'yes'),
+(443, 0, 'woo_header_layout', 'about.php', 'yes'),
+(444, 0, 'woo_about_bio', 'sadasdas as\nas \ndas\ndasdsadassada sd s', 'yes'),
+(445, 0, 'woo_about_gravatar', 'asda@dsdds.com', 'yes'),
+(446, 0, 'woo_about_readmore', 'www.google.es', 'yes'),
+(447, 0, 'woo_ad_header_adsense', '', 'yes'),
+(448, 0, 'woo_ad_header_image', 'http://www.woothemes.com/ads/468x60b.jpg', 'yes'),
+(449, 0, 'woo_ad_header_url', 'http://www.woothemes.com', 'yes'),
+(450, 0, 'woo_exclude_pages_main', '', 'yes'),
+(451, 0, 'woo_blog_subnavigation', 'false', 'yes'),
+(452, 0, 'woo_exclude_pages_footer', '', 'yes'),
+(453, 0, 'woo_featured_layout', 'small_with_ad.php', 'yes'),
+(454, 0, 'woo_ad_block_adsense', '', 'yes'),
+(455, 0, 'woo_ad_block_image', 'http://www.woothemes.com/ads/300x250b.jpg', 'yes'),
+(456, 0, 'woo_ad_block_url', 'http://www.woothemes.com', 'yes'),
+(457, 0, 'woo_related', 'true', 'yes'),
+(458, 0, 'woo_content_archives', 'false', 'yes'),
+(459, 0, 'woo_post_image_support', 'true', 'yes'),
+(460, 0, 'woo_pis_resize', 'true', 'yes'),
+(461, 0, 'woo_pis_hard_crop', 'true', 'yes'),
+(462, 0, 'woo_resize', 'true', 'yes'),
+(463, 0, 'woo_auto_img', 'false', 'yes'),
+(464, 0, 'woo_image_width', '430', 'yes'),
+(465, 0, 'woo_image_height', '170', 'yes'),
+(466, 0, 'woo_feat_alt_width', '130', 'yes'),
+(467, 0, 'woo_feat_alt_height', '85', 'yes'),
+(468, 0, 'woo_thumb_width', '64', 'yes'),
+(469, 0, 'woo_thumb_height', '64', 'yes'),
+(470, 0, 'woo_image_single', 'false', 'yes'),
+(471, 0, 'woo_single_width', '180', 'yes'),
+(472, 0, 'woo_single_height', '120', 'yes'),
+(473, 0, 'woo_ad_content_enable', 'false', 'yes'),
+(474, 0, 'woo_ad_content_adsense', '', 'yes'),
+(475, 0, 'woo_ad_content_image', 'http://www.woothemes.com/ads/468x60b.jpg', 'yes'),
+(476, 0, 'woo_ad_content_url', 'http://www.woothemes.com', 'yes'),
+(477, 0, 'woo_ads_rotate', 'true', 'yes'),
+(478, 0, 'woo_ad_image_1', 'http://www.woothemes.com/ads/125x125b.jpg', 'yes'),
+(479, 0, 'woo_ad_url_1', 'http://www.woothemes.com', 'yes'),
+(480, 0, 'woo_ad_image_2', 'http://www.woothemes.com/ads/125x125b.jpg', 'yes'),
+(481, 0, 'woo_ad_url_2', 'http://www.woothemes.com', 'yes'),
+(482, 0, 'woo_ad_image_3', 'http://www.woothemes.com/ads/125x125b.jpg', 'yes'),
+(483, 0, 'woo_ad_url_3', 'http://www.woothemes.com', 'yes'),
+(484, 0, 'woo_ad_image_4', 'http://www.woothemes.com/ads/125x125b.jpg', 'yes'),
+(485, 0, 'woo_ad_url_4', 'http://www.woothemes.com', 'yes'),
+(486, 0, 'woo_body_color', '#0079bc', 'yes'),
+(487, 0, 'woo_body_img', '', 'yes'),
+(488, 0, 'woo_body_repeat', 'no-repeat', 'yes'),
+(489, 0, 'woo_body_pos', 'top left', 'yes'),
+(490, 0, 'woo_text_color', '#d9f1ff', 'yes'),
+(491, 0, 'woo_link_color', '#f2ca05', 'yes'),
+(492, 0, 'woo_link_hover_color', '#f0de82', 'yes'),
+(493, 0, 'woo_button_color', '#583', 'yes'),
+(494, 0, 'woo_top_menu_back_color', '#0079bc', 'yes'),
+(495, 0, 'woo_top_menu_active_color', '#4f9fd0', 'yes'),
+(496, 0, 'woo_typography', 'true', 'yes'),
+(497, 0, 'woo_font_body', 'a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}', 'yes'),
+(498, 0, 'woo_font_nav', 'a:5:{s:4:"size";s:2:"14";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}', 'yes'),
+(499, 0, 'woo_font_post_title', 'a:5:{s:4:"size";s:2:"24";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#f2ca05";}', 'yes'),
+(500, 0, 'woo_font_post_meta', 'a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}', 'yes'),
+(501, 0, 'woo_font_post_entry', 'a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}', 'yes'),
+(502, 0, 'woo_font_widget_titles', 'a:5:{s:4:"size";s:2:"16";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}', 'yes'),
+(503, 0, 'woo_options', 'a:68:{s:8:"woo_logo";s:64:"http://localhost/lqdvi/wp-content/uploads/2011/05/Logo-LQDVI.gif";s:18:"woo_custom_favicon";s:0:"";s:20:"woo_google_analytics";s:0:"";s:18:"woo_feedburner_url";s:0:"";s:14:"woo_custom_css";s:0:"";s:17:"woo_header_layout";s:9:"about.php";s:13:"woo_about_bio";s:38:"sadasdas as\nas \ndas\ndasdsadassada sd s";s:18:"woo_about_gravatar";s:14:"asda@dsdds.com";s:18:"woo_about_readmore";s:13:"www.google.es";s:21:"woo_ad_header_adsense";s:0:"";s:19:"woo_ad_header_image";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:17:"woo_ad_header_url";s:24:"http://www.woothemes.com";s:22:"woo_exclude_pages_main";s:0:"";s:22:"woo_blog_subnavigation";s:5:"false";s:24:"woo_exclude_pages_footer";s:0:"";s:19:"woo_featured_layout";s:17:"small_with_ad.php";s:20:"woo_ad_block_adsense";s:0:"";s:18:"woo_ad_block_image";s:41:"http://www.woothemes.com/ads/300x250b.jpg";s:16:"woo_ad_block_url";s:24:"http://www.woothemes.com";s:11:"woo_related";s:4:"true";s:20:"woo_content_archives";s:5:"false";s:22:"woo_post_image_support";s:4:"true";s:14:"woo_pis_resize";s:4:"true";s:17:"woo_pis_hard_crop";s:4:"true";s:10:"woo_resize";s:4:"true";s:12:"woo_auto_img";s:5:"false";s:15:"woo_image_width";s:3:"430";s:16:"woo_image_height";s:3:"170";s:18:"woo_feat_alt_width";s:3:"130";s:19:"woo_feat_alt_height";s:2:"85";s:15:"woo_thumb_width";s:2:"64";s:16:"woo_thumb_height";s:2:"64";s:16:"woo_image_single";s:5:"false";s:16:"woo_single_width";s:3:"180";s:17:"woo_single_height";s:3:"120";s:21:"woo_ad_content_enable";s:5:"false";s:22:"woo_ad_content_adsense";s:0:"";s:20:"woo_ad_content_image";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:18:"woo_ad_content_url";s:24:"http://www.woothemes.com";s:14:"woo_ads_rotate";s:4:"true";s:14:"woo_ad_image_1";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_1";s:24:"http://www.woothemes.com";s:14:"woo_ad_image_2";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_2";s:24:"http://www.woothemes.com";s:14:"woo_ad_image_3";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_3";s:24:"http://www.woothemes.com";s:14:"woo_ad_image_4";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_4";s:24:"http://www.woothemes.com";s:14:"woo_body_color";s:7:"#0079bc";s:12:"woo_body_img";s:0:"";s:15:"woo_body_repeat";s:9:"no-repeat";s:12:"woo_body_pos";s:8:"top left";s:14:"woo_text_color";s:7:"#d9f1ff";s:14:"woo_link_color";s:7:"#f2ca05";s:20:"woo_link_hover_color";s:7:"#f0de82";s:16:"woo_button_color";s:4:"#583";s:23:"woo_top_menu_back_color";s:7:"#0079bc";s:26:"woo_top_submenu_back_color";s:7:"#004971";s:24:"woo_top_menu_hover_color";s:4:"#583";s:25:"woo_top_menu_active_color";s:7:"#4f9fd0";s:14:"woo_typography";s:4:"true";s:13:"woo_font_body";a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}s:14:"woo_font_title";a:5:{s:4:"size";s:1:"9";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#f2ca05";}s:12:"woo_font_nav";a:5:{s:4:"size";s:2:"14";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}s:19:"woo_font_post_title";a:5:{s:4:"size";s:2:"24";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#f2ca05";}s:18:"woo_font_post_meta";a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}s:19:"woo_font_post_entry";a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}s:22:"woo_font_widget_titles";a:5:{s:4:"size";s:2:"16";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}}', 'yes'),
+(504, 0, 'woo_settings_encode', 'PHVsPjxsaT48c3Ryb25nPndvb19sb2dvPC9zdHJvbmc+IC0gaHR0cDovL2xvY2FsaG9zdC9scWR2aS93cC1jb250ZW50L3VwbG9hZHMvMjAxMS8wNS9Mb2dvLUxRRFZJLmdpZjwvbGk+PGxpPjxzdHJvbmc+d29vX2N1c3RvbV9mYXZpY29uPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fZ29vZ2xlX2FuYWx5dGljczwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2ZlZWRidXJuZXJfdXJsPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fY3VzdG9tX2Nzczwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2hlYWRlcl9sYXlvdXQ8L3N0cm9uZz4gLSBhYm91dC5waHA8L2xpPjxsaT48c3Ryb25nPndvb19hYm91dF9iaW88L3N0cm9uZz4gLSBzYWRhc2RhcyBhcwphcyAKZGFzCmRhc2RzYWRhc3NhZGEgc2QgczwvbGk+PGxpPjxzdHJvbmc+d29vX2Fib3V0X2dyYXZhdGFyPC9zdHJvbmc+IC0gYXNkYUBkc2Rkcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19hYm91dF9yZWFkbW9yZTwvc3Ryb25nPiAtIHd3dy5nb29nbGUuZXM8L2xpPjxsaT48c3Ryb25nPndvb19hZF9oZWFkZXJfYWRzZW5zZTwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX2hlYWRlcl9pbWFnZTwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvNDY4eDYwYi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF9oZWFkZXJfdXJsPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tPC9saT48bGk+PHN0cm9uZz53b29fZXhjbHVkZV9wYWdlc19tYWluPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fYmxvZ19zdWJuYXZpZ2F0aW9uPC9zdHJvbmc+IC0gZmFsc2U8L2xpPjxsaT48c3Ryb25nPndvb19leGNsdWRlX3BhZ2VzX2Zvb3Rlcjwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2ZlYXR1cmVkX2xheW91dDwvc3Ryb25nPiAtIHNtYWxsX3dpdGhfYWQucGhwPC9saT48bGk+PHN0cm9uZz53b29fYWRfYmxvY2tfYWRzZW5zZTwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX2Jsb2NrX2ltYWdlPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tL2Fkcy8zMDB4MjUwYi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF9ibG9ja191cmw8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19yZWxhdGVkPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PGxpPjxzdHJvbmc+d29vX2NvbnRlbnRfYXJjaGl2ZXM8L3N0cm9uZz4gLSBmYWxzZTwvbGk+PGxpPjxzdHJvbmc+d29vX3Bvc3RfaW1hZ2Vfc3VwcG9ydDwvc3Ryb25nPiAtIHRydWU8L2xpPjxsaT48c3Ryb25nPndvb19waXNfcmVzaXplPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PGxpPjxzdHJvbmc+d29vX3Bpc19oYXJkX2Nyb3A8L3N0cm9uZz4gLSB0cnVlPC9saT48bGk+PHN0cm9uZz53b29fcmVzaXplPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PGxpPjxzdHJvbmc+d29vX2F1dG9faW1nPC9zdHJvbmc+IC0gZmFsc2U8L2xpPjxsaT48c3Ryb25nPndvb19pbWFnZV93aWR0aDwvc3Ryb25nPiAtIDQzMDwvbGk+PGxpPjxzdHJvbmc+d29vX2ltYWdlX2hlaWdodDwvc3Ryb25nPiAtIDE3MDwvbGk+PGxpPjxzdHJvbmc+d29vX2ZlYXRfYWx0X3dpZHRoPC9zdHJvbmc+IC0gMTMwPC9saT48bGk+PHN0cm9uZz53b29fZmVhdF9hbHRfaGVpZ2h0PC9zdHJvbmc+IC0gODU8L2xpPjxsaT48c3Ryb25nPndvb190aHVtYl93aWR0aDwvc3Ryb25nPiAtIDY0PC9saT48bGk+PHN0cm9uZz53b29fdGh1bWJfaGVpZ2h0PC9zdHJvbmc+IC0gNjQ8L2xpPjxsaT48c3Ryb25nPndvb19pbWFnZV9zaW5nbGU8L3N0cm9uZz4gLSBmYWxzZTwvbGk+PGxpPjxzdHJvbmc+d29vX3NpbmdsZV93aWR0aDwvc3Ryb25nPiAtIDE4MDwvbGk+PGxpPjxzdHJvbmc+d29vX3NpbmdsZV9oZWlnaHQ8L3N0cm9uZz4gLSAxMjA8L2xpPjxsaT48c3Ryb25nPndvb19hZF9jb250ZW50X2VuYWJsZTwvc3Ryb25nPiAtIGZhbHNlPC9saT48bGk+PHN0cm9uZz53b29fYWRfY29udGVudF9hZHNlbnNlPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fYWRfY29udGVudF9pbWFnZTwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvNDY4eDYwYi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF9jb250ZW50X3VybDwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbTwvbGk+PGxpPjxzdHJvbmc+d29vX2Fkc19yb3RhdGU8L3N0cm9uZz4gLSB0cnVlPC9saT48bGk+PHN0cm9uZz53b29fYWRfaW1hZ2VfMTwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvMTI1eDEyNWIuanBnPC9saT48bGk+PHN0cm9uZz53b29fYWRfdXJsXzE8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19hZF9pbWFnZV8yPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tL2Fkcy8xMjV4MTI1Yi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF91cmxfMjwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbTwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX2ltYWdlXzM8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb20vYWRzLzEyNXgxMjViLmpwZzwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX3VybF8zPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tPC9saT48bGk+PHN0cm9uZz53b29fYWRfaW1hZ2VfNDwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvMTI1eDEyNWIuanBnPC9saT48bGk+PHN0cm9uZz53b29fYWRfdXJsXzQ8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19ib2R5X2NvbG9yPC9zdHJvbmc+IC0gIzAwNzliYzwvbGk+PGxpPjxzdHJvbmc+d29vX2JvZHlfaW1nPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fYm9keV9yZXBlYXQ8L3N0cm9uZz4gLSBuby1yZXBlYXQ8L2xpPjxsaT48c3Ryb25nPndvb19ib2R5X3Bvczwvc3Ryb25nPiAtIHRvcCBsZWZ0PC9saT48bGk+PHN0cm9uZz53b29fdGV4dF9jb2xvcjwvc3Ryb25nPiAtICNkOWYxZmY8L2xpPjxsaT48c3Ryb25nPndvb19saW5rX2NvbG9yPC9zdHJvbmc+IC0gI2YyY2EwNTwvbGk+PGxpPjxzdHJvbmc+d29vX2xpbmtfaG92ZXJfY29sb3I8L3N0cm9uZz4gLSAjZjBkZTgyPC9saT48bGk+PHN0cm9uZz53b29fYnV0dG9uX2NvbG9yPC9zdHJvbmc+IC0gIzU4MzwvbGk+PGxpPjxzdHJvbmc+d29vX3RvcF9tZW51X2JhY2tfY29sb3I8L3N0cm9uZz4gLSAjMDA3OWJjPC9saT48bGk+PHN0cm9uZz53b29fdG9wX3N1Ym1lbnVfYmFja19jb2xvcjwvc3Ryb25nPiAtICMwMDQ5NzE8L2xpPjxsaT48c3Ryb25nPndvb190b3BfbWVudV9ob3Zlcl9jb2xvcjwvc3Ryb25nPiAtICM1ODM8L2xpPjxsaT48c3Ryb25nPndvb190b3BfbWVudV9hY3RpdmVfY29sb3I8L3N0cm9uZz4gLSAjNGY5ZmQwPC9saT48bGk+PHN0cm9uZz53b29fdHlwb2dyYXBoeTwvc3Ryb25nPiAtIHRydWU8L2xpPjxsaT48c3Ryb25nPndvb19mb250X2JvZHk8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfdGl0bGU8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfbmF2PC9zdHJvbmc+IC0gQXJyYXk8L2xpPjxsaT48c3Ryb25nPndvb19mb250X3Bvc3RfdGl0bGU8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfcG9zdF9tZXRhPC9zdHJvbmc+IC0gQXJyYXk8L2xpPjxsaT48c3Ryb25nPndvb19mb250X3Bvc3RfZW50cnk8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfd2lkZ2V0X3RpdGxlczwvc3Ryb25nPiAtIEFycmF5PC9saT48L3VsPg==', 'yes'),
+(155, 0, 'pagenavi_options', 'a:11:{s:12:"current_text";s:13:"%PAGE_NUMBER%";s:9:"page_text";s:13:"%PAGE_NUMBER%";s:10:"first_text";s:13:"« First";s:9:"last_text";s:12:"Last »";s:9:"next_text";s:7:"»";s:9:"prev_text";s:7:"«";s:13:"dotright_text";s:3:"...";s:12:"dotleft_text";s:3:"...";s:5:"style";i:1;s:9:"num_pages";i:5;s:11:"always_show";i:0;}', 'yes'),
+(432, 0, 'woo_framework_version', '4.1.0', 'yes'),
+(433, 0, 'woo_template', 'a:74:{i:0;a:3:{s:4:"name";s:16:"General Settings";s:4:"icon";s:7:"general";s:4:"type";s:7:"heading";}i:1;a:5:{s:4:"name";s:11:"Custom Logo";s:4:"desc";s:63:"Upload a logo for your theme, or specify an image URL directly.";s:2:"id";s:8:"woo_logo";s:3:"std";s:0:"";s:4:"type";s:6:"upload";}i:2;a:5:{s:4:"name";s:14:"Custom Favicon";s:4:"desc";s:113:"Upload a 16px x 16px ico image that will represent your website''s favicon.";s:2:"id";s:18:"woo_custom_favicon";s:3:"std";s:0:"";s:4:"type";s:6:"upload";}i:3;a:5:{s:4:"name";s:13:"Tracking Code";s:4:"desc";s:117:"Paste your Google Analytics (or other) tracking code here. This will be added into the footer template of your theme.";s:2:"id";s:20:"woo_google_analytics";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:4;a:5:{s:4:"name";s:7:"RSS URL";s:4:"desc";s:51:"Enter your preferred RSS URL. (Feedburner or other)";s:2:"id";s:18:"woo_feedburner_url";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:5;a:5:{s:4:"name";s:10:"Custom CSS";s:4:"desc";s:62:"Quickly add some CSS to your theme by adding it to this block.";s:2:"id";s:14:"woo_custom_css";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:6;a:3:{s:4:"name";s:15:"Header Settings";s:4:"icon";s:6:"header";s:4:"type";s:7:"heading";}i:7;a:6:{s:4:"name";s:13:"Header Layout";s:4:"desc";s:38:"Select the layout of your header here.";s:2:"id";s:17:"woo_header_layout";s:3:"std";s:9:"about.php";s:4:"type";s:6:"select";s:7:"options";a:2:{i:0;s:9:"about.php";i:1;s:12:"ad468x60.php";}}i:8;a:5:{s:4:"name";s:11:"About - Bio";s:4:"desc";s:118:"Include a short biography of yourself here, which will be displayed if you selected the about.php header layout above.";s:2:"id";s:13:"woo_about_bio";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:9;a:5:{s:4:"name";s:16:"About - Gravatar";s:4:"desc";s:169:"Type your e-mail address here, associated with your Gravatar. This will be displayed if you selected the about.php header layout above.";s:2:"id";s:18:"woo_about_gravatar";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:10;a:5:{s:4:"name";s:28:"About - Read More (Optional)";s:4:"desc";s:118:"Include a read more URL for the bio section. This will be displayed if you selected the about.php header layout above.";s:2:"id";s:18:"woo_about_readmore";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:11;a:5:{s:4:"name";s:31:"468x60 Banner Ad - Adsense code";s:4:"desc";s:108:"Enter your adsense code here. (Note: This will be displayed if you selected the ad468x60.php header layout.)";s:2:"id";s:21:"woo_ad_header_adsense";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:12;a:5:{s:4:"name";s:41:"468x60 Banner Ad Content - Image Location";s:4:"desc";s:112:"Enter the URL for this banner ad. (Note: This will be displayed if you selected the ad468x60.php header layout.)";s:2:"id";s:19:"woo_ad_header_image";s:3:"std";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:4:"type";s:4:"text";}i:13;a:5:{s:4:"name";s:38:"468x60 Banner Ad Content - Destination";s:4:"desc";s:124:"Enter the URL where this banner ad points to. (Note: This will be displayed if you selected the ad468x60.php header layout.)";s:2:"id";s:17:"woo_ad_header_url";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:14;a:3:{s:4:"name";s:19:"Navigation Settings";s:4:"icon";s:3:"nav";s:4:"type";s:7:"heading";}i:15;a:5:{s:4:"name";s:33:"Exclude pages from top navigation";s:4:"desc";s:171:"Enter a comma-separated list of the Page ID''s that you''d like to exclude from the main / top navigation (e.g. 1,2,3,4).";s:2:"id";s:22:"woo_exclude_pages_main";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:16;a:5:{s:4:"name";s:58:"Add blog categories as a drop-down to top navigation link?";s:4:"desc";s:127:"If checked, this option will add a drop-down menu - with all your blog categories - to a Categories link in the top navigation.";s:2:"id";s:22:"woo_blog_subnavigation";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:17;a:5:{s:4:"name";s:36:"Exclude pages from footer navigation";s:4:"desc";s:167:"Enter a comma-separated list of the Page ID''s that you''d like to exclude from the footer navigation (e.g. 1,2,3,4).";s:2:"id";s:24:"woo_exclude_pages_footer";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:18;a:3:{s:4:"name";s:17:"Homepage Settings";s:4:"icon";s:8:"homepage";s:4:"type";s:7:"heading";}i:19;a:6:{s:4:"name";s:15:"Featured Layout";s:4:"desc";s:38:"Select the layout of your header here.";s:2:"id";s:19:"woo_featured_layout";s:3:"std";s:15:"large_no_ad.php";s:4:"type";s:6:"select";s:7:"options";a:2:{i:0;s:15:"large_no_ad.php";i:1;s:17:"small_with_ad.php";}}i:20;a:5:{s:4:"name";s:31:"300x250 Block Ad - Adsense code";s:4:"desc";s:115:"Enter your adsense code here. (Note: This will be displayed if you selected the small_with_ad.php featured layout.)";s:2:"id";s:20:"woo_ad_block_adsense";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:21;a:5:{s:4:"name";s:33:"300x250 Block Ad - Image Location";s:4:"desc";s:119:"Enter the URL for this banner ad. (Note: This will be displayed if you selected the small_with_ad.php featured layout.)";s:2:"id";s:18:"woo_ad_block_image";s:3:"std";s:41:"http://www.woothemes.com/ads/300x250b.jpg";s:4:"type";s:4:"text";}i:22;a:5:{s:4:"name";s:30:"300x250 Block Ad - Destination";s:4:"desc";s:131:"Enter the URL where this banner ad points to. (Note: This will be displayed if you selected the small_with_ad.php featured layout.)";s:2:"id";s:16:"woo_ad_block_url";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:23;a:3:{s:4:"name";s:21:"General Post Settings";s:4:"icon";s:4:"main";s:4:"type";s:7:"heading";}i:24;a:5:{s:4:"name";s:19:"Show related posts?";s:4:"desc";s:71:"Check this to display to display related articles on a single post page";s:2:"id";s:11:"woo_related";s:3:"std";s:4:"true";s:4:"type";s:8:"checkbox";}i:25;a:5:{s:4:"name";s:13:"Archive Posts";s:4:"desc";s:107:"If checked, this section will display the full post content. If unchecked it will display the excerpt only.";s:2:"id";s:20:"woo_content_archives";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:26;a:3:{s:4:"name";s:14:"Dynamic Images";s:4:"type";s:7:"heading";s:4:"icon";s:5:"image";}i:27;a:6:{s:4:"name";s:39:"Enable WordPress Post Thumbnail Support";s:4:"desc";s:64:"Use WordPress post thumbnail support to assign a post thumbnail.";s:2:"id";s:22:"woo_post_image_support";s:3:"std";s:4:"true";s:5:"class";s:9:"collapsed";s:4:"type";s:8:"checkbox";}i:28;a:6:{s:4:"name";s:33:"Dynamically Resize Post Thumbnail";s:4:"desc";s:113:"The post thumbnail will be dynamically resized using native WP resize functionality. (Requires PHP 5.2+)";s:2:"id";s:14:"woo_pis_resize";s:3:"std";s:4:"true";s:5:"class";s:6:"hidden";s:4:"type";s:8:"checkbox";}i:29;a:6:{s:4:"name";s:24:"Hard Crop Post Thumbnail";s:4:"desc";s:59:"The image will be cropped to match the target aspect ratio.";s:2:"id";s:17:"woo_pis_hard_crop";s:3:"std";s:4:"true";s:5:"class";s:11:"hidden last";s:4:"type";s:8:"checkbox";}i:30;a:5:{s:4:"name";s:28:"Enable Dynamic Image Resizer";s:4:"desc";s:84:"This will enable the thumb.php script which dynamically resizes images on your site.";s:2:"id";s:10:"woo_resize";s:3:"std";s:4:"true";s:4:"type";s:8:"checkbox";}i:31;a:5:{s:4:"name";s:22:"Automatic Image Thumbs";s:4:"desc";s:96:"If no image is specified in the ''image'' custom field then the first uploaded post image is used.";s:2:"id";s:12:"woo_auto_img";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:32;a:5:{s:4:"name";s:15:"Featured Images";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:15:"woo_image_width";s:4:"type";s:4:"text";s:3:"std";i:430;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:16:"woo_image_height";s:4:"type";s:4:"text";s:3:"std";i:170;s:4:"meta";s:6:"Height";}}}i:33;a:5:{s:4:"name";s:28:"Featured (Alt Layout) Images";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:18:"woo_feat_alt_width";s:4:"type";s:4:"text";s:3:"std";i:130;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:19:"woo_feat_alt_height";s:4:"type";s:4:"text";s:3:"std";i:85;s:4:"meta";s:6:"Height";}}}i:34;a:5:{s:4:"name";s:15:"Post Thumbnails";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:15:"woo_thumb_width";s:4:"type";s:4:"text";s:3:"std";i:64;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:16:"woo_thumb_height";s:4:"type";s:4:"text";s:3:"std";i:64;s:4:"meta";s:6:"Height";}}}i:35;a:5:{s:4:"name";s:19:"Disable Single Post";s:4:"desc";s:74:"Check this if you don''t want to display the thumbnail on the single posts.";s:2:"id";s:16:"woo_image_single";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:36;a:5:{s:4:"name";s:22:"Single Post Thumbnails";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:16:"woo_single_width";s:4:"type";s:4:"text";s:3:"std";i:180;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:17:"woo_single_height";s:4:"type";s:4:"text";s:3:"std";i:120;s:4:"meta";s:6:"Height";}}}i:37;a:3:{s:4:"name";s:28:"Banner Ad Content (468x60px)";s:4:"icon";s:3:"ads";s:4:"type";s:7:"heading";}i:38;a:5:{s:4:"name";s:9:"Enable Ad";s:4:"desc";s:19:"Enable the ad space";s:2:"id";s:21:"woo_ad_content_enable";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:39;a:5:{s:4:"name";s:12:"Adsense code";s:4:"desc";s:29:"Enter your adsense code here.";s:2:"id";s:22:"woo_ad_content_adsense";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:40;a:5:{s:4:"name";s:34:"Banner Ad Content - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:20:"woo_ad_content_image";s:3:"std";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:4:"type";s:4:"text";}i:41;a:5:{s:4:"name";s:31:"Banner Ad Content - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:18:"woo_ad_content_url";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:42;a:3:{s:4:"name";s:37:"Banner Ads Sidebar - Widget (125x125)";s:4:"icon";s:3:"ads";s:4:"type";s:7:"heading";}i:43;a:5:{s:4:"name";s:15:"Rotate banners?";s:4:"desc";s:45:"Check this to randomly rotate the banner ads.";s:2:"id";s:14:"woo_ads_rotate";s:3:"std";s:4:"true";s:4:"type";s:8:"checkbox";}i:44;a:5:{s:4:"name";s:29:"Banner Ad #1 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_1";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:45;a:5:{s:4:"name";s:26:"Banner Ad #1 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_1";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:46;a:5:{s:4:"name";s:29:"Banner Ad #2 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_2";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:47;a:5:{s:4:"name";s:26:"Banner Ad #2 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_2";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:48;a:5:{s:4:"name";s:29:"Banner Ad #3 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_3";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:49;a:5:{s:4:"name";s:26:"Banner Ad #3 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_3";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:50;a:5:{s:4:"name";s:29:"Banner Ad #4 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_4";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:51;a:5:{s:4:"name";s:26:"Banner Ad #4 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_4";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:52;a:3:{s:4:"name";s:15:"Styling Options";s:4:"type";s:7:"heading";s:4:"icon";s:7:"styling";}i:53;a:5:{s:4:"name";s:21:"Body Background Color";s:4:"desc";s:66:"Pick a custom color for background color of the theme e.g. #697e09";s:2:"id";s:14:"woo_body_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:54;a:5:{s:4:"name";s:21:"Body background image";s:4:"desc";s:42:"Upload an image for the theme''s background";s:2:"id";s:12:"woo_body_img";s:3:"std";s:0:"";s:4:"type";s:6:"upload";}i:55;a:6:{s:4:"name";s:23:"Background image repeat";s:4:"desc";s:56:"Select how you would like to repeat the background-image";s:2:"id";s:15:"woo_body_repeat";s:3:"std";s:9:"no-repeat";s:4:"type";s:6:"select";s:7:"options";a:4:{i:0;s:9:"no-repeat";i:1;s:8:"repeat-x";i:2;s:8:"repeat-y";i:3;s:6:"repeat";}}i:56;a:6:{s:4:"name";s:25:"Background image position";s:4:"desc";s:52:"Select how you would like to position the background";s:2:"id";s:12:"woo_body_pos";s:3:"std";s:3:"top";s:4:"type";s:6:"select";s:7:"options";a:9:{i:0;s:8:"top left";i:1;s:10:"top center";i:2;s:9:"top right";i:3;s:11:"center left";i:4;s:13:"center center";i:5;s:12:"center right";i:6;s:11:"bottom left";i:7;s:13:"bottom center";i:8;s:12:"bottom right";}}i:57;a:5:{s:4:"name";s:10:"Text Color";s:4:"desc";s:72:"Pick a custom color for normal text or add a hex color code e.g. #697e09";s:2:"id";s:14:"woo_text_color";s:3:"std";s:7:"#807c79";s:4:"type";s:5:"color";}i:58;a:5:{s:4:"name";s:10:"Link Color";s:4:"desc";s:66:"Pick a custom color for links or add a hex color code e.g. #697e09";s:2:"id";s:14:"woo_link_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:59;a:5:{s:4:"name";s:16:"Link Hover Color";s:4:"desc";s:72:"Pick a custom color for links hover or add a hex color code e.g. #697e09";s:2:"id";s:20:"woo_link_hover_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:60;a:5:{s:4:"name";s:12:"Button Color";s:4:"desc";s:68:"Pick a custom color for buttons or add a hex color code e.g. #697e09";s:2:"id";s:16:"woo_button_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:61;a:5:{s:4:"name";s:25:"Top Menu Background Color";s:4:"desc";s:32:"Color de fondo del men', 'yes'),
+(276, 0, 'framework_woo_backend_header_image', '', 'yes'),
+(277, 0, 'framework_woo_backend_icon', '', 'yes'),
+(278, 0, 'framework_woo_custom_login_logo', '', 'yes'),
+(267, 0, 'framework_woo_super_user', 'rodax', 'yes'),
+(268, 0, 'framework_woo_seo_disable', 'false', 'yes'),
+(269, 0, 'framework_woo_sbm_disable', 'false', 'yes'),
+(270, 0, 'framework_woo_buy_themes_disable', 'true', 'yes'),
+(271, 0, 'framework_woo_woonav', 'false', 'yes'),
+(272, 0, 'framework_woo_theme_version_checker', 'false', 'yes'),
+(273, 0, 'framework_woo_disable_shortcodes', 'false', 'yes'),
+(274, 0, 'framework_woo_disable_generator', 'false', 'yes'),
+(275, 0, 'framework_woo_default_image', '', 'yes'),
+(210, 0, '_transient_timeout_feed_15f9ff259c5787469fbae2919ab14d9b', '1306822682', 'no');
+INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
+(211, 0, '_transient_feed_15f9ff259c5787469fbae2919ab14d9b', '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:" ";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:101:" ";s:7:"attribs";a:0:{}s:8:"xml_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:9:"WooThemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:24:"http://www.woothemes.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:24:"Premium WordPress 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 13:49: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:9:"generator";a:2:{i:0;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=3.1.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=3.1.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"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:94:{i:0;a:6:{s:4:"data";s: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:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Briefed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://www.woothemes.com/2011/05/briefed/";s: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:50:"http://www.woothemes.com/2011/05/briefed/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 May 2011 14:32:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://www.woothemes.com/?p=11286";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:934:"
Designed by Cameron Moll, Briefed is for all types of designers & creatives thanks to it’s modular layout and clean, minimal design. The home page is completely customizable with a portfolio powered by custom post types, optional Dribbble feed, and jsMasonry for an adaptive layout.
Designed by Cameron Moll, Briefed is for all types of designers & creatives thanks to it’s modular layout and clean, minimal design. The home page is completely customizable with a portfolio powered by custom post types, optional Dribbble feed, and jsMasonry for an adaptive layout.
Canvas is our most ambitious theme to date! Every element of Canvas is highly customizable through our options panel, so you can make the design, layout and typography exactly like you want. If you are after a highly customizable blog design or just a starter theme for your next client project, then Canvas will most definitely work for you!
Canvas is our most ambitious theme to date! Every element of Canvas is highly customizable through our options panel, so you can make the design, layout and typography exactly like you want. If you are after a highly customizable blog design or just a starter theme for your next client project, then Canvas will most definitely work for you!
Transform a WordPress install into a full fledged ticketing application. Upon activation FaultPress totally transforms your install, empowering you and your team to refine your product by engaging the community, requesting bug reports and ticket submission. You can then delegate tasks amongst team members, assign bug fixes to milestones or version releases and discuss any issues via the built-in messages system.
Transform a WordPress install into a full fledged ticketing application. Upon activation FaultPress totally transforms your install, empowering you and your team to refine your product by engaging the community, requesting bug reports and ticket submission. You can then delegate tasks amongst team members, assign bug fixes to milestones or version releases and discuss any issues via the built-in messages system.
Kaboodle is a trendy, pixel-perfect, customizable business theme with a clean layout, featured home page slider, and custom post types for testimonials, portfolio items, mini-features and slides. Every new business can do with a spiffy design like this!
Kaboodle is a trendy, pixel-perfect, customizable business theme with a clean layout, featured home page slider, and custom post types for testimonials, portfolio items, mini-features and slides. Every new business can do with a spiffy design like this!
Saving Grace is a theme specifically for charities & non-profit organizations. Designed by Matthew Smith, the theme features stunning typography and attention to detail. We’ve also included donation functionality so you can accept donations through PayPal and let visitors see the progress of donations in the theme.
Saving Grace is a theme specifically for charities & non-profit organizations. Designed by Matthew Smith, the theme features stunning typography and attention to detail. We’ve also included donation functionality so you can accept donations through PayPal and let visitors see the progress of donations in the theme.
Premiere is a powerful video-based theme that is custom post driven, separating your video posts from your blog content. With a custom single video page template with great social sharing links, the option for your site visitors to recommend videos and a featured home page slider this theme helps videographers, and movie fans alike – with great custom-ability.
Premiere is a powerful video-based theme that is custom post driven, separating your video posts from your blog content. With a custom single video page template with great social sharing links, the option for your site visitors to recommend videos and a featured home page slider this theme helps videographers, and movie fans alike – with great custom-ability.
Simplicity is a business theme that is hugely customizable with a clean layout, featured home page slider, and custom post types for testimonials, portfolio items, mini-features and slides. Make this theme your own and completely configure your home page how you want.
Simplicity is a business theme that is hugely customizable with a clean layout, featured home page slider, and custom post types for testimonials, portfolio items, mini-features and slides. Make this theme your own and completely configure your home page how you want.
Delicious Magazine is versatile enough to be used for a variety of purposes, like a food website as we’ve demonstrated on our preview. It includes a big featured area that captivates the user with large images, and also a sub featured spotlight area that makes your homepage look like more than a blog.
Delicious Magazine is versatile enough to be used for a variety of purposes, like a food website as we’ve demonstrated on our preview. It includes a big featured area that captivates the user with large images, and also a sub featured spotlight area that makes your homepage look like more than a blog.
Bookclub is a child theme for Listings offering the ability to showcase a directory of books that you as a book publisher, bookworm, affiliate advertiser or book club will benefit from. The themes offers a featured books carousel, and custom book author archive pages packaged in a clean and crisp layout.
Bookclub is a child theme for Listings offering the ability to showcase a directory of books that you as a book publisher, bookworm, affiliate advertiser or book club will benefit from. The themes offers a featured books carousel, and custom book author archive pages packaged in a clean and crisp layout.
Fresh News is one of our oldest and best selling themes, but has now been completely overhauled in version 3.0 to compete with the best themes of today. In the updated version you’ll find updated options to control the look, layout and fonts, and also some new features like a featured post slider.
Fresh News is one of our oldest and best selling themes, but has now been completely overhauled in version 3.0 to compete with the best themes of today. In the updated version you’ll find updated options to control the look, layout and fonts, and also some new features like a featured post slider.
Bold News is a clean, well defined magazine theme design with a unique featured post slider to highlight noteworthy content. With 4 widgetized regions and the customization functionality of the WooFramework, this theme really paves the way in the magazine theme space.
Bold News is a clean, well defined magazine theme design with a unique featured post slider to highlight noteworthy content. With 4 widgetized regions and the customization functionality of the WooFramework, this theme really paves the way in the magazine theme space.
This theme is perfect if you have a website in development and you simply need to let your visitors know how to get in touch and how long until the site will launch.
This theme is perfect if you have a website in development and you simply need to let your visitors know how to get in touch and how long until the site will launch.
Built on our winning formula, Biznizz will give your website a fresh new look. It’s integrated slider and custom homepage layout, in addition to the optional portfolio page template, makes Biznizz a great candidate for your next business website.
Built on our winning formula, Biznizz will give your website a fresh new look. It’s integrated slider and custom homepage layout, in addition to the optional portfolio page template, makes Biznizz a great candidate for your next business website.
Designed by James McDonald, and boasting tumblog functionality with a quick publishing form on the dashboard, Auld is perfect for lazy bloggers who want a colorful, vibrant looking site with Tumblr-like ease-of-use.
Designed by James McDonald, and boasting tumblog functionality with a quick publishing form on the dashboard, Auld is perfect for lazy bloggers who want a colorful, vibrant looking site with Tumblr-like ease-of-use.
Listings is one of our most powerful themes that allows any niche to create a listings/directory based website thanks to a Woo-powered content builder for custom post type, taxonomy and custom field generation. The theme showcases your listings in a minimilistic style with advanced search capabilities and the ability to upload a listing from the front end.
Listings is one of our most powerful themes that allows any niche to create a listings/directory based website thanks to a Woo-powered content builder for custom post type, taxonomy and custom field generation. The theme showcases your listings in a minimilistic style with advanced search capabilities and the ability to upload a listing from the front end.
Elefolio combines easy Tumblog publishing and a Portfolio to showcase your work and posts. The portfolio uses custom post types and can also stream from your Dribbble account. It will impress any visitor with its simple yet detailed look.
Elefolio combines easy Tumblog publishing and a Portfolio to showcase your work and posts. The portfolio uses custom post types and can also stream from your Dribbble account. It will impress any visitor with its simple yet detailed look.
Chapters was originally designed by uber-designer, Tim van Damme, and was used to to promote the book “Rockstar Business”. It is a perfect match for anyone wanting a unique design for their blog, and also a perfect way to promote a book.
Chapters was originally designed by uber-designer, Tim van Damme, and was used to to promote the book “Rockstar Business”. It is a perfect match for anyone wanting a unique design for their blog, and also a perfect way to promote a book.
Continuum is designed by Simon Collison and is a Magazine theme which features a custom homepage, custom typography and some extra custom widgets, all to help your news/magazine website get a stylish and functional look.
Continuum is designed by Simon Collison and is a Magazine theme which features a custom homepage, custom typography and some extra custom widgets, all to help your news/magazine website get a stylish and functional look.
The perfect WP theme for restaurant/bar owners showcasing your food menu, your location and allowing for online reservations all the while presented in a slick and spacious layout, powered by custom post types and some additional WooFramework features.
The perfect WP theme for restaurant/bar owners showcasing your food menu, your location and allowing for online reservations all the while presented in a slick and spacious layout, powered by custom post types and some additional WooFramework features.
Skeptical’s layout is very flexible in the sense that you can display “related posts” next to your latest posts on the home page, OR have a completely widgetized sidebar. Not only that, you can also add your Flickr stream to the footer region and showcase three noteworthy blog posts tagged with a specific tag that you declare in the theme options.
Skeptical’s layout is very flexible in the sense that you can display “related posts” next to your latest posts on the home page, OR have a completely widgetized sidebar. Not only that, you can also add your Flickr stream to the footer region and showcase three noteworthy blog posts tagged with a specific tag that you declare in the theme options.
This personal portfolio theme by Ryan Downie’s was originally designed for his own personal use – fueled by his passion for Coffee, Red Bull and lunchtime pot of noodles according to his Twitter stream. It’s perfect for anyone wanting a bold design to show off their work.
This personal portfolio theme by Ryan Downie’s was originally designed for his own personal use – fueled by his passion for Coffee, Red Bull and lunchtime pot of noodles according to his Twitter stream. It’s perfect for anyone wanting a bold design to show off their work.
Designed by Tyler Galpin, and boasting all-new tumblog functionality with a quick publishing form on the dashboard Crisp is perfect for lazy bloggers who want a professional, slick looking site with Tumblr-like ease-of-use.
Designed by Tyler Galpin, and boasting all-new tumblog functionality with a quick publishing form on the dashboard Crisp is perfect for lazy bloggers who want a professional, slick looking site with Tumblr-like ease-of-use.
Sealight is a slick and colorful business theme that helps showcase your product/services using custom post types to highlight key features, testimonials and featured slides on the home page.
Sealight is a slick and colorful business theme that helps showcase your product/services using custom post types to highlight key features, testimonials and featured slides on the home page.
Unite is the perfect personal blog, or microblogging theme, for unifying all the conversation & interaction on your blog. Featuring a fancy pants & unique commenting system, Unite aims to increase reader interaction and make your blog more fun & more valuable.
Unite is the perfect personal blog, or microblogging theme, for unifying all the conversation & interaction on your blog. Featuring a fancy pants & unique commenting system, Unite aims to increase reader interaction and make your blog more fun & more valuable.
Estate is a hugely powerful, yet simple to manage business “theme” built specifically for real estate agencies. Making use of Wordpress 3.0′s custom post types and taxonomies the theme unleashes a new “Properties” management facility when installed – proving it’s far more than just a WordPress theme, it’s a web solution.
Estate is a hugely powerful, yet simple to manage business “theme” built specifically for real estate agencies. Making use of Wordpress 3.0′s custom post types and taxonomies the theme unleashes a new “Properties” management facility when installed – proving it’s far more than just a WordPress theme, it’s a web solution.
The Morning After was the original magazine theme in the WordPress community and after more than a 100 000 downloads, it now has a place in our themes collection. It may be “old”, but this amazing theme is not yet dated! A definite download and one that you will thoroughly enjoy!
The Morning After was the original magazine theme in the WordPress community and after more than a 100 000 downloads, it now has a place in our themes collection. It may be “old”, but this amazing theme is not yet dated! A definite download and one that you will thoroughly enjoy!
Coda is an elegant and feature-rich magazine template with a neat home page js scroller, and an otherwise completely widget based home page design. With a custom styled Twitter module, a “Share this” module and a “Like this” popularity-based post feature this theme will surely woo you.
Coda is an elegant and feature-rich magazine template with a neat home page js scroller, and an otherwise completely widget based home page design. With a custom styled Twitter module, a “Share this” module and a “Like this” popularity-based post feature this theme will surely woo you.
Inspire is a highly functional theme that has a custom homepage with a featured area powered by jQuery, and lovely mini-featured area. This along with the included portfolio page template makes it perfect to use for your business to show off your work or products.
Inspire is a highly functional theme that has a custom homepage with a featured area powered by jQuery, and lovely mini-featured area. This along with the included portfolio page template makes it perfect to use for your business to show off your work or products.
Finally a theme to promote or sell your apps, either for iPhone or other platforms. This theme will show the features of your app in a featured slider, and also make it possible to promote it further via the modular homepage layout.
Finally a theme to promote or sell your apps, either for iPhone or other platforms. This theme will show the features of your app in a featured slider, and also make it possible to promote it further via the modular homepage layout.
Spectrum is a visually rich magazine theme for content rich sites showcasing their content with beautiful imagery. It’s packed with 7 widgetized regions and lots of custom woo widgets, like a video player, Flickr and Twitter streams, to customize huge amounts of the theme on the fly.
Spectrum is a visually rich magazine theme for content rich sites showcasing their content with beautiful imagery. It’s packed with 7 widgetized regions and lots of custom woo widgets, like a video player, Flickr and Twitter streams, to customize huge amounts of the theme on the fly.
Diarise showcases your company/organisation’s events in a neat home page tabber, along with past events, or featured posts in a slick scroller. Easily add events straight to your calendar application and link your events to booking forms. The possibilities are limitless for churches, event organizing companies, sports clubs, schools, etc.
Diarise showcases your company/organisation’s events in a neat home page tabber, along with past events, or featured posts in a slick scroller. Easily add events straight to your calendar application and link your events to booking forms. The possibilities are limitless for churches, event organizing companies, sports clubs, schools, etc.
Boast is a modern business design with a lot of shine & gloss. The theme includes some nifty jQuery touches, which is especially present in the awesome slider on the homepage, as well as the scrolling widget boxes. This is a definite contender for your business makeover.
Boast is a modern business design with a lot of shine & gloss. The theme includes some nifty jQuery touches, which is especially present in the awesome slider on the homepage, as well as the scrolling widget boxes. This is a definite contender for your business makeover.
";s: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:44:"http://www.woothemes.com/2010/04/boast/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:"";}}}}}i:32;a:6:{s:4:"data";s:11:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Retreat";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://www.woothemes.com/2010/03/retreat/";s: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:50:"http://www.woothemes.com/2010/03/retreat/#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, 31 Mar 2010 11:55:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:17:"woo on the slopes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=5997";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1033:"
Based on our hugely successful ‘Woo on the Slopes’ tumblog theme that we used to live blog our company retreat to the Austrian Alps, the aptly named ‘Retreat’ theme is packed full of easy to use quickpress publishing tools, unique to WooThemes. It also comes with a AJAX-based Twitter widget that updates every few minutes, and can track keywords mentioned on Twitter.
Based on our hugely successful ‘Woo on the Slopes’ tumblog theme that we used to live blog our company retreat to the Austrian Alps, the aptly named ‘Retreat’ theme is packed full of easy to use quickpress publishing tools, unique to WooThemes. It also comes with a AJAX-based Twitter widget that updates every few minutes, and can track keywords mentioned on Twitter.
We’ve developed this theme to cater for directory-based wordpress sites. For example, a guide to a city with shops, restaurants and other places of interest all archived in posts with geo-tags, custom content about the locations, and well presented in this killer theme designed by Sam Brown.
We’ve developed this theme to cater for directory-based wordpress sites. For example, a guide to a city with shops, restaurants and other places of interest all archived in posts with geo-tags, custom content about the locations, and well presented in this killer theme designed by Sam Brown.
Cinch is a classy & feature-rich tumblog theme built for WordPress. Incorporating awesome advanced QuickPress functionality (exclusive to WooThemes) and an amazing design (with added jQuery awesomeness), Cinch is most definitely the tumblog theme that you want to use!
Cinch is a classy & feature-rich tumblog theme built for WordPress. Incorporating awesome advanced QuickPress functionality (exclusive to WooThemes) and an amazing design (with added jQuery awesomeness), Cinch is most definitely the tumblog theme that you want to use!
Slanted is a tumblog theme with an extremely unique – and should we say “slanted” – design. Using some progressive CSS3 attributes and jQuery wizardry, this tumblog theme (built for WordPress) is perfect for the more experimental tumbloggers.
Slanted is a tumblog theme with an extremely unique – and should we say “slanted” – design. Using some progressive CSS3 attributes and jQuery wizardry, this tumblog theme (built for WordPress) is perfect for the more experimental tumbloggers.
Postcard is a beautiful travel-blogging theme with neat Google Maps integration allowing you to geo-tag posts with locations and display your recent travels on widgetized maps. Its packed full of all the functionality a traveller needs to publish news and photos for friends and family back home.
Postcard is a beautiful travel-blogging theme with neat Google Maps integration allowing you to geo-tag posts with locations and display your recent travels on widgetized maps. Its packed full of all the functionality a traveller needs to publish news and photos for friends and family back home.
Delegate is a shiny and feature-packed business theme that should appeal to the funky companies out there. Packed with all the goodness of a proper WordPress business theme, Delegate will most definitely make the impact you need from it!
Delegate is a shiny and feature-packed business theme that should appeal to the funky companies out there. Packed with all the goodness of a proper WordPress business theme, Delegate will most definitely make the impact you need from it!
MyStream is a flexible and extremely customizable personal blog theme with massive social media & lifestreaming influences. Change the background to your visual identity, move the many available widgets around and VOILA: you have YourStream.
MyStream is a flexible and extremely customizable personal blog theme with massive social media & lifestreaming influences. Change the background to your visual identity, move the many available widgets around and VOILA: you have YourStream.
Optimize builds on the popularity of Coffee Break theme, with stunning looks and super functionality built in to the brand spanking new WooFramework. The customizable front page will showcase your work or product in a sexy fashion. Impress visitors of your site with this optimized theme now!
Optimize builds on the popularity of Coffee Break theme, with stunning looks and super functionality built in to the brand spanking new WooFramework. The customizable front page will showcase your work or product in a sexy fashion. Impress visitors of your site with this optimized theme now!
Backstage is a powerful niche theme design for musicians and artists showcasing their media, upcoming shows and music using hugely flexible custom widgets and audio players. This beautifully crafted layout was designed by Elliot Jay Stocks and boasts 7 alternate styles.
Backstage is a powerful niche theme design for musicians and artists showcasing their media, upcoming shows and music using hugely flexible custom widgets and audio players. This beautifully crafted layout was designed by Elliot Jay Stocks and boasts 7 alternate styles.
SophisticatedFolio is a great theme for web/graphic designers to showcase their portfolio and blog, but can be used for many other purposes if you just put your imagination to work.
SophisticatedFolio is a great theme for web/graphic designers to showcase their portfolio and blog, but can be used for many other purposes if you just put your imagination to work.
Bueno is a clean, minimalistic design which just oozes sophistication in both it’s typography & structure. Stripped of all fancy design elements; the reader’s focus should be on the great content that you produce. Bueno is perfect for the regular (and not-so-regular) blogger. Get it for free now!
Bueno is a clean, minimalistic design which just oozes sophistication in both it’s typography & structure. Stripped of all fancy design elements; the reader’s focus should be on the great content that you produce. Bueno is perfect for the regular (and not-so-regular) blogger. Get it for free now!
This previous, vibrant blog design of Mark Forrester’s personal site was well received and showcased in many CSS galleries so boasts a solid track record. Bundled with a fully customizable header space, optional sidebar slider and a dedicated portfolio page, together with some minimal corporate alternate styles this theme caters for a wide market.
This previous, vibrant blog design of Mark Forrester’s personal site was well received and showcased in many CSS galleries so boasts a solid track record. Bundled with a fully customizable header space, optional sidebar slider and a dedicated portfolio page, together with some minimal corporate alternate styles this theme caters for a wide market.
Headlines continues where our old magazine themes left off. It has tons of requested features like featured area, social bookmarks, author highlighting, flexible layout to name a few. It’s the perfect platform to launch your magazine or blog and reach out to the world!
Headlines continues where our old magazine themes left off. It has tons of requested features like featured area, social bookmarks, author highlighting, flexible layout to name a few. It’s the perfect platform to launch your magazine or blog and reach out to the world!
f0101 was designed by Veerle Pieters during Breast Cancer Awareness month with the default style especially for the ladies. Never fear though the beautifully illustrated figure can be changed to a male figure or removed completely. Packed full of widgetized goodness and slickly presenting your blog posts this theme is pure eye candy.
f0101 was designed by Veerle Pieters during Breast Cancer Awareness month with the default style especially for the ladies. Never fear though the beautifully illustrated figure can be changed to a male figure or removed completely. Packed full of widgetized goodness and slickly presenting your blog posts this theme is pure eye candy.
Released during Breast Cancer Awareness Month, Royalle is a beautiful pink personal blog theme designed by the equally beautiful Sarah Parmenter, rest assured the theme comes packaged with 4 other equally tasty colour schemes. Packed full with 10 widgets, and a unique social profiles header section.
Released during Breast Cancer Awareness Month, Royalle is a beautiful pink personal blog theme designed by the equally beautiful Sarah Parmenter, rest assured the theme comes packaged with 4 other equally tasty colour schemes. Packed full with 10 widgets, and a unique social profiles header section.
Exposure is revolutionary photo blogging theme with extreme control over image gallery displays in your posts and a completely widgetized home page with each blog post being a widget allowing them to be arranged however you please. One of those themes you just have to see to believe.
Exposure is revolutionary photo blogging theme with extreme control over image gallery displays in your posts and a completely widgetized home page with each blog post being a widget allowing them to be arranged however you please. One of those themes you just have to see to believe.
A powerful, feature-rich & flexible personal blog theme with Izuddin’s signature, vibrant and bubbly design style. This theme showcases your social media profiles neatly, whilst elegantly showcasing your latest blog posts.
A powerful, feature-rich & flexible personal blog theme with Izuddin’s signature, vibrant and bubbly design style. This theme showcases your social media profiles neatly, whilst elegantly showcasing your latest blog posts.
Adii’s previous custom design for his successful personal blog is now available as a free theme. It’s simple layout, and clean colour palette means easy customizations to this neatly coded theme on the ever-popular WooThemes framework.
Adii’s previous custom design for his successful personal blog is now available as a free theme. It’s simple layout, and clean colour palette means easy customizations to this neatly coded theme on the ever-popular WooThemes framework.
Daily Edition is a clean, spacious newspaper/magazine theme designed by Liam McKay. With loads of home page modules to enable/disable and a unique javascript-based featured scroller and video player the theme oozes sophistication.
Daily Edition is a clean, spacious newspaper/magazine theme designed by Liam McKay. With loads of home page modules to enable/disable and a unique javascript-based featured scroller and video player the theme oozes sophistication.
Object is a supremely flexible theme designed to publish your photos and videos perfectly. The design sports 1 – 5 column layout options, 15 amazing colour schemes and one of the sexiest jQuery image galleries you’ve seen in a WP theme.
Object is a supremely flexible theme designed to publish your photos and videos perfectly. The design sports 1 – 5 column layout options, 15 amazing colour schemes and one of the sexiest jQuery image galleries you’ve seen in a WP theme.
Antisocial was one of our most anticipated themes yet. Designed by Tim Van Damme Antisocial is the perfect online business card and personal blog theme to aggregate all your online profiles in a beautiful slick and unique design.
Antisocial was one of our most anticipated themes yet. Designed by Tim Van Damme Antisocial is the perfect online business card and personal blog theme to aggregate all your online profiles in a beautiful slick and unique design.
Coffee Break is a professional theme built specifically to showcase your business, services or products. Heavily influenced by our recent WooThemes re-design, and packed with loads of options, you have complete control over what pages display on the home page.
Coffee Break is a professional theme built specifically to showcase your business, services or products. Heavily influenced by our recent WooThemes re-design, and packed with loads of options, you have complete control over what pages display on the home page.
A hugely flexible theme built on a neat JQuery layout plugin that arranges your posts vertically than horizontally with complete control over the number of columns on the home and archive page. Ideal for magazine, portfolio and gallery based websites.
A hugely flexible theme built on a neat JQuery layout plugin that arranges your posts vertically than horizontally with complete control over the number of columns on the home and archive page. Ideal for magazine, portfolio and gallery based websites.
A very neatly coded, pixel sharp portfolio-based theme designed by the UK based web legend Dan Rubin. This theme boasts an impressive widgetized home page, custom typography, and impressive portfolio handling functionality.
A very neatly coded, pixel sharp portfolio-based theme designed by the UK based web legend Dan Rubin. This theme boasts an impressive widgetized home page, custom typography, and impressive portfolio handling functionality.
A vibrant personal blog theme with a colourful selection of styles, built on WooThemes flexible theme framework, boasting a selection of theme options, most importantly it’s FREE!
A vibrant personal blog theme with a colourful selection of styles, built on WooThemes flexible theme framework, boasting a selection of theme options, most importantly it’s FREE!
Groovy Photo is the third in the 3 part Groovy series. This one is aimed at photobloggers, and joins the growing number of photoblogging themes at WooThemes HQ. A vibrant, fun colour palette set in a neat layout with tons of neat features – what more could you ask for?
Groovy Photo is the third in the 3 part Groovy series. This one is aimed at photobloggers, and joins the growing number of photoblogging themes at WooThemes HQ. A vibrant, fun colour palette set in a neat layout with tons of neat features – what more could you ask for?
Groovy Blog is part of the Groovy Series and is another colourful, funky theme this time aimed at personal bloggers. The customizable home page showcases your blog posts in a neat tabber and your uploaded images in a js gallery component.
Groovy Blog is part of the Groovy Series and is another colourful, funky theme this time aimed at personal bloggers. The customizable home page showcases your blog posts in a neat tabber and your uploaded images in a js gallery component.
Feature Pitch is a niche theme with one purpose: selling whatever you want to sell online (and thus making you money). The homepage sports a very functional design, which highlights all the great things about your products and / or services, whilst it’s a great experience reading more in-depth information on the inner pages. If you want to sell your stuff, then Feature Pitch is for you.
Feature Pitch is a niche theme with one purpose: selling whatever you want to sell online (and thus making you money). The homepage sports a very functional design, which highlights all the great things about your products and / or services, whilst it’s a great experience reading more in-depth information on the inner pages. If you want to sell your stuff, then Feature Pitch is for you.
";s: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:51:"http://www.woothemes.com/2009/06/featurepitch/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:"";}}}}}i:60;a:6:{s:4:"data";s: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:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Suit and Tie";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://www.woothemes.com/2009/06/suitandtie/";s: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:53:"http://www.woothemes.com/2009/06/suitandtie/#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, 10 Jun 2009 08:49:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=1833";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1080:"
Suit & Tie is a stylish business theme by top designer, Bryan Veloso. The clean & trendy style inherit in the design will definitely keep your business up-to-date with current online trends, whilst the attractive homepage slider will be woo-ing most of your customers. Top that off with 13 diverse colour schemes and you’ve got your next business website design right here.
Suit & Tie is a stylish business theme by top designer, Bryan Veloso. The clean & trendy style inherit in the design will definitely keep your business up-to-date with current online trends, whilst the attractive homepage slider will be woo-ing most of your customers. Top that off with 13 diverse colour schemes and you’ve got your next business website design right here.
A neat online newspaper design perfect for web publishers. The Journal places special emphasis on its neat typography and clean grid structure, and not template imagery, making customizing this theme a breeze and showcasing post content and its imagery top priority. With a neat tag based “Highlights” section and a recent posts carousel the home page is completely adaptable to your content.
A neat online newspaper design perfect for web publishers. The Journal places special emphasis on its neat typography and clean grid structure, and not template imagery, making customizing this theme a breeze and showcasing post content and its imagery top priority. With a neat tag based “Highlights” section and a recent posts carousel the home page is completely adaptable to your content.
myweblog is personal blog in the same vein as our most popular themes – Busy Bee & Fresh News. The style is modern and funky, whilst the colour-coded categories are sure to provide you with a little bit of extra fun when crafting that next blog post!
myweblog is personal blog in the same vein as our most popular themes – Busy Bee & Fresh News. The style is modern and funky, whilst the colour-coded categories are sure to provide you with a little bit of extra fun when crafting that next blog post!
Aperture is a multi-functional photo-blogging theme with a unique home page, consisting of a latest posts slider, a visual category display, a blog module and lots of stylish widgetized spaces. With 12 alternate styles and a very visual archive system you should be able to house your photos/portfolio proudly in a theme that caters specifically for your needs.
Aperture is a multi-functional photo-blogging theme with a unique home page, consisting of a latest posts slider, a visual category display, a blog module and lots of stylish widgetized spaces. With 12 alternate styles and a very visual archive system you should be able to house your photos/portfolio proudly in a theme that caters specifically for your needs.
Meta-Morphosis is a visually-rich personal blog, with a magazine layout approach. Incorporating some nifty javascript font replacement and javascript widget slider in the footer, Meta-Morphosis should meet all of your personal blogging needs. Best of all its FREE!
Meta-Morphosis is a visually-rich personal blog, with a magazine layout approach. Incorporating some nifty javascript font replacement and javascript widget slider in the footer, Meta-Morphosis should meet all of your personal blogging needs. Best of all its FREE!
Bloggingstream caters to both those irregular personal bloggers, as well as the more serious publishers. The theme, which sports a nifty, integrated lifestream and sidebar video player, can be used for personal blogs, whilst also satisfying your online magazine needs. The 7 ad spaces definitely contributes to the bottom line as well…
Bloggingstream caters to both those irregular personal bloggers, as well as the more serious publishers. The theme, which sports a nifty, integrated lifestream and sidebar video player, can be used for personal blogs, whilst also satisfying your online magazine needs. The 7 ad spaces definitely contributes to the bottom line as well…
The Station is a super business theme with loads of different options for navigation spaces, widgetized sidebars and custom widgets. Everything has been designed for your user in mind and all of your most important content will stand out within this Station.
The Station is a super business theme with loads of different options for navigation spaces, widgetized sidebars and custom widgets. Everything has been designed for your user in mind and all of your most important content will stand out within this Station.
Groovy Video is a colourful, funky video blogging theme, which is sure to put you at the top of the pile. Video blogging (vlogging) is trendy right now (all the cool kids are doing it), so do get your groove on with this theme! Get it? Got it? Good!
Groovy Video is a colourful, funky video blogging theme, which is sure to put you at the top of the pile. Video blogging (vlogging) is trendy right now (all the cool kids are doing it), so do get your groove on with this theme! Get it? Got it? Good!
Productum is a business theme designed to help market your products or services. A custom home page making good use of prime real estate and a nifty image switcher that stylishly advertises your latest offerings, bundled with a feature rich theme options panel means you should be able to brand this theme to your liking with no hassle.
Productum is a business theme designed to help market your products or services. A custom home page making good use of prime real estate and a nifty image switcher that stylishly advertises your latest offerings, bundled with a feature rich theme options panel means you should be able to brand this theme to your liking with no hassle.
Newsport is a stylish magazine theme aimed at those who want a more professional feel to their site. It includes a well laid out front page that showcases all your news with images, and also a cool category news feed on the side so that all content of your site gets to shine.
Newsport is a stylish magazine theme aimed at those who want a more professional feel to their site. It includes a well laid out front page that showcases all your news with images, and also a cool category news feed on the side so that all content of your site gets to shine.
Irresistible is a visually-rich personal blog, with a little bit of a multimedia focus. Incorporating some nifty video-options and widgets, Irresistible should meet all of your personal blogging needs. Just add your content to the mix.
Irresistible is a visually-rich personal blog, with a little bit of a multimedia focus. Incorporating some nifty video-options and widgets, Irresistible should meet all of your personal blogging needs. Just add your content to the mix.
Cushy is a flexible and stylish business theme, perfectly suited to showcase your products and services, whilst showcasing your business to the world. Incorporating some nifty jQuery and an integrated blog, Cushy is a must for serious business owners.
Cushy is a flexible and stylish business theme, perfectly suited to showcase your products and services, whilst showcasing your business to the world. Incorporating some nifty jQuery and an integrated blog, Cushy is a must for serious business owners.
WooTube is a video player. Need we say more? Based on the same style that has made Busy Bee & Fresh News so popular, WooTube offers you some amazing multimedia goodness. Why not get cracking straight away… All you need is a camera, a nice smile and obviously this theme!
WooTube is a video player. Need we say more? Based on the same style that has made Busy Bee & Fresh News so popular, WooTube offers you some amazing multimedia goodness. Why not get cracking straight away… All you need is a camera, a nice smile and obviously this theme!
Foreword Thinking is a neat 3 column design with a “table of content” magazine-styled home page. This theme comes bundled with a moveable sidebar, a customizable featured posts section, 10 theme styles and the ability to set alternating colours for specific areas of the design.
Foreword Thinking is a neat 3 column design with a “table of content” magazine-styled home page. This theme comes bundled with a moveable sidebar, a customizable featured posts section, 10 theme styles and the ability to set alternating colours for specific areas of the design.
Geometric takes a structured approach to showcasing two rather non-structured things: blogs & design portfolios. The modifications made possible by the widgetized spaces however, takes all of the rigidness out of this template and enables you to be you…
Geometric takes a structured approach to showcasing two rather non-structured things: blogs & design portfolios. The modifications made possible by the widgetized spaces however, takes all of the rigidness out of this template and enables you to be you…
Abstract is a beautifully illustrated and colourful theme that we collaborated with the fabulous Veerle Pieters on. Abstract sports a fun yet professional layout that is flexible enough to be used as either a business theme or a personal theme.
Abstract is a beautifully illustrated and colourful theme that we collaborated with the fabulous Veerle Pieters on. Abstract sports a fun yet professional layout that is flexible enough to be used as either a business theme or a personal theme.
Busy Bee sports a stylish design that will support large amounts of multimedia content. You can definitely use it for a magazine / news site or just for your personal blog, since the out-of-box features allows you to truly make this theme your own and adapt it to your content.
Busy Bee sports a stylish design that will support large amounts of multimedia content. You can definitely use it for a magazine / news site or just for your personal blog, since the out-of-box features allows you to truly make this theme your own and adapt it to your content.
BlogTheme does the simple things well and therein lies to power of this personal blog theme: great structure, trendy style and some nifty jQuery effects in the sidebar. So what’s left for you to do? Well, you can start by adding content…
BlogTheme does the simple things well and therein lies to power of this personal blog theme: great structure, trendy style and some nifty jQuery effects in the sidebar. So what’s left for you to do? Well, you can start by adding content…
Gotham News is a clean and elegant news theme with a focus on creating a blank canvas with a strong structure to display your own personalized news; and broadcast it to the world. What more do you need from a news / magazine theme?
Gotham News is a clean and elegant news theme with a focus on creating a blank canvas with a strong structure to display your own personalized news; and broadcast it to the world. What more do you need from a news / magazine theme?
THiCK is a super-personal theme that focuses on you: the blog owner. With both clean & grunge, dark & light styles, as well as 5 colour schemes for each, you’re sure to find one you like. The theme also includes a bunch of custom widgets to make it a truly unique experience!
THiCK is a super-personal theme that focuses on you: the blog owner. With both clean & grunge, dark & light styles, as well as 5 colour schemes for each, you’re sure to find one you like. The theme also includes a bunch of custom widgets to make it a truly unique experience!
Typebased is a free, personal blog design, with a very clean and elegant style. Along with the great design, we’ve also included all of the other Woo goodies in the backend i.e. custom widgets, integrated banner ad management etc. Gotta love Woo!
Typebased is a free, personal blog design, with a very clean and elegant style. Along with the great design, we’ve also included all of the other Woo goodies in the backend i.e. custom widgets, integrated banner ad management etc. Gotta love Woo!
Over Easy is a minimalistically-elegant theme aimed at companies who’d like a serious, all-in-one online web presence. The homepage is perfectly suited for sales, whilst the inner pages & blog has been hand-crafted to publish important info efficiently and promote engagement through the blog.
Over Easy is a minimalistically-elegant theme aimed at companies who’d like a serious, all-in-one online web presence. The homepage is perfectly suited for sales, whilst the inner pages & blog has been hand-crafted to publish important info efficiently and promote engagement through the blog.
Ambience is a simple, yet elegant, theme designed for personal bloggers. With the customized lifestreaming widget and prominent Twitter status message, the theme is perfect for aggregating all of your online content into one place.
Ambience is a simple, yet elegant, theme designed for personal bloggers. With the customized lifestreaming widget and prominent Twitter status message, the theme is perfect for aggregating all of your online content into one place.
Snapshot is the framework-equivalent of our very own WooThemes Showcase – so that already guarantees you an awesome experience! Snapshot is also flexible and can be used for either a photo showcase, portfolio or design gallery.
Snapshot is the framework-equivalent of our very own WooThemes Showcase – so that already guarantees you an awesome experience! Snapshot is also flexible and can be used for either a photo showcase, portfolio or design gallery.
Open Air can serve as both a magazine-style design or a stylish personal blog. The subtle use of gradients, borders and separating lines gives the theme a very polished and stylish feel, whilst the built-in video player is sure to be a hit for most users.
Open Air can serve as both a magazine-style design or a stylish personal blog. The subtle use of gradients, borders and separating lines gives the theme a very polished and stylish feel, whilst the built-in video player is sure to be a hit for most users.
Fresh Folio is the second in our portfolio based themes created to help you promote your skills on a clean, sophisticated design. With a Fresh News influence by default it boasts 7 other diverse styles to choose from. We are confident you will be wooing new clients in no time.
Fresh Folio is the second in our portfolio based themes created to help you promote your skills on a clean, sophisticated design. With a Fresh News influence by default it boasts 7 other diverse styles to choose from. We are confident you will be wooing new clients in no time.
Papercut is a grungy news theme with beautiful alternating stylesheets, built-in widgets, and layout control via a hand crafted theme options page. It’s the perfect out-of-the-box solution to give your website a stylish new look. Irrespective of your preferred style; Papercut will have one you like.
Papercut is a grungy news theme with beautiful alternating stylesheets, built-in widgets, and layout control via a hand crafted theme options page. It’s the perfect out-of-the-box solution to give your website a stylish new look. Irrespective of your preferred style; Papercut will have one you like.
ProudFolio is most definitely aimed at aspiring designers, developers, artists and photographers who’d like a framework theme which incorporates both a great-looking portfolio and a feature-rich blog. The best thing about this theme – is that you can manage your everything from one place!
ProudFolio is most definitely aimed at aspiring designers, developers, artists and photographers who’d like a framework theme which incorporates both a great-looking portfolio and a feature-rich blog. The best thing about this theme – is that you can manage your everything from one place!
VibrantCMS is our first theme targeted at businesses. The design incorporates some recently popular usability trends (like the featured info scroller on the homepage), which should propell your business into the new online space, whilst creating a new market for your goods.
VibrantCMS is our first theme targeted at businesses. The design incorporates some recently popular usability trends (like the featured info scroller on the homepage), which should propell your business into the new online space, whilst creating a new market for your goods.
Live Wire is a magazine-type Wordpress theme that is packaged with an impressive variety of designs and colour options that should make it appealing to just about any type of web publisher. It’s theme option’s panel entitles even the most novice of users to customize it’s flexible layout.
Live Wire is a magazine-type Wordpress theme that is packaged with an impressive variety of designs and colour options that should make it appealing to just about any type of web publisher. It’s theme option’s panel entitles even the most novice of users to customize it’s flexible layout.
Flash News is a firm favourite amongst our users and it is easy to see why… Using a beautiful, clean rounded corner layout this theme incorporates all the best blogging features. And its unique colour scheme picker allows you to mix & match the colours until you are perfectly happy!
Flash News is a firm favourite amongst our users and it is easy to see why… Using a beautiful, clean rounded corner layout this theme incorporates all the best blogging features. And its unique colour scheme picker allows you to mix & match the colours until you are perfectly happy!
Gazette Edition is arguably our most sophisticated-looking theme to date, whilst the trendy featured scroller makes it very unique. The clean, white layout with professionally designed content areas are perfect for users that’d like to run a community newspaper website or a product showcase.
Gazette Edition is arguably our most sophisticated-looking theme to date, whilst the trendy featured scroller makes it very unique. The clean, white layout with professionally designed content areas are perfect for users that’d like to run a community newspaper website or a product showcase.
NewsPress can be classified as some kind of mashup between a personal blog and a more content-heavy magazine-style layout. The sophistication of the layout can thus offer immeasurable value to ambitious bloggers that would like to display their content in a professional way.
NewsPress can be classified as some kind of mashup between a personal blog and a more content-heavy magazine-style layout. The sophistication of the layout can thus offer immeasurable value to ambitious bloggers that would like to display their content in a professional way.
The Original Premium News Theme, was the very first premium theme that we ever released. This theme may be a bit rough around the edges (in terms of its looks), but we’ve used the same solid base for all our subsequent themes. Enjoy this themes’ minimalistic beauty and make it your own today!
The Original Premium News Theme, was the very first premium theme that we ever released. This theme may be a bit rough around the edges (in terms of its looks), but we’ve used the same solid base for all our subsequent themes. Enjoy this themes’ minimalistic beauty and make it your own today!
";s: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://www.woothemes.com/2007/11/premiumnews/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: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:42:"http://www.woothemes.com/?feed=more_themes";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:9:{s:4:"date";s:29:"Mon, 30 May 2011 18:18:23 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";s:12:"x-powered-by";s:9:"PHP/5.3.2";s:4:"etag";s:34:""faebc43d53789b854fca49ab304ad340"";s:13:"last-modified";s:29:"Mon, 30 May 2011 13:49:08 GMT";s:4:"vary";a:2:{i:0;s:6:"Cookie";i:1;s:10:"User-Agent";}s:10:"x-pingback";s:35:"http://www.woothemes.com/xmlrpc.php";s:12:"content-type";s:23:"text/xml; charset=UTF-8";}s:5:"build";s:14:"20090627192103";}', 'no');
+INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
+(212, 0, '_transient_timeout_feed_mod_15f9ff259c5787469fbae2919ab14d9b', '1306822682', 'no'),
+(213, 0, '_transient_feed_mod_15f9ff259c5787469fbae2919ab14d9b', '1306779482', 'no'),
+(238, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1306903625', 'no'),
+(239, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1306860425', 'no'),
+(240, 0, 'recently_activated', 'a:0:{}', 'yes'),
+(311, 0, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1306948122', 'yes'),
+(312, 0, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"2385";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"1634";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1431";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1209";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1185";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1165";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"856";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"797";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"733";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"728";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"691";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"669";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"652";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"576";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"520";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"510";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"430";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"430";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"423";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"413";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"399";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"372";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"365";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"354";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"350";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"350";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"349";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"335";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"335";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"334";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"333";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"331";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"325";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"316";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"306";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"298";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"296";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"281";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"280";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"280";}}', 'yes'),
+(244, 0, 'plugin_db_version', '', 'yes'),
+(245, 0, 'facethumb_column', '3', 'yes'),
+(246, 0, 'facethumb_line', '5', 'yes'),
+(247, 0, 'facethumb_widget', 'last', 'yes'),
+(248, 0, 'facethumb_link', 'gallery', 'yes'),
+(262, 0, '_transient_random_seed', '03d402475c47b654eddb610b58d9402b', 'yes'),
+(280, 0, 'framework_woo_admin_bar_disable', 'false', 'yes'),
+(281, 0, 'framework_woo_admin_bar_enhancements', 'false', 'yes'),
+(282, 0, 'seo_woo_use_third_party_data', 'false', 'yes'),
+(283, 0, 'seo_woo_hide_fields', 'false', 'yes'),
+(284, 0, 'seo_woo_seperator', '|', 'yes'),
+(285, 0, 'seo_woo_wp_title', 'false', 'yes'),
+(286, 0, 'seo_woo_wp_custom_field_title', 'false', 'yes'),
+(287, 0, 'seo_woo_paged_var', 'Page', 'yes'),
+(288, 0, 'seo_woo_paged_var_pos', 'before', 'yes'),
+(289, 0, 'seo_woo_home_layout', 'a', 'yes'),
+(290, 0, 'seo_woo_single_layout', 'a', 'yes'),
+(291, 0, 'seo_woo_page_layout', 'a', 'yes'),
+(292, 0, 'seo_woo_archive_layout', 'a', 'yes'),
+(293, 0, 'seo_woo_meta_indexing_category', 'true', 'yes'),
+(294, 0, 'seo_woo_meta_indexing_tag', 'false', 'yes'),
+(295, 0, 'seo_woo_meta_indexing_author', 'false', 'yes'),
+(296, 0, 'seo_woo_meta_indexing_search', 'false', 'yes'),
+(297, 0, 'seo_woo_meta_indexing_date', 'false', 'yes'),
+(298, 0, 'seo_woo_meta_single_follow', 'false', 'yes'),
+(299, 0, 'seo_woo_meta_home_desc', 'a', 'yes'),
+(300, 0, 'seo_woo_meta_home_desc_custom', '', 'yes'),
+(301, 0, 'seo_woo_meta_single_desc', 'a', 'yes'),
+(302, 0, 'seo_woo_meta_single_desc_sitewide', 'false', 'yes'),
+(303, 0, 'seo_woo_meta_single_desc_custom', '', 'yes'),
+(304, 0, 'seo_woo_meta_home_key', 'a', 'yes'),
+(305, 0, 'seo_woo_meta_home_key_custom', '', 'yes'),
+(306, 0, 'seo_woo_meta_single_key', 'a', 'yes'),
+(307, 0, 'seo_woo_meta_single_key_sitewide', 'false', 'yes'),
+(308, 0, 'seo_woo_meta_single_key_custom', '', 'yes'),
+(309, 0, 'sbm_woo_sbm_options', 'a:2:{s:8:"sidebars";a:0:{}s:8:"settings";a:1:{s:7:"infobox";s:4:"show";}}', 'yes'),
+(310, 0, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
+(314, 0, 'qtranslate_next_update_mo', '1307543397', 'yes'),
+(315, 0, 'widget_qtranslate', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(317, 0, 'qtranslate_language_names', 'a:15:{s:2:"de";s:7:"Deutsch";s:2:"en";s:7:"English";s:2:"zh";s:6:"中文";s:2:"fi";s:5:"suomi";s:2:"fr";s:9:"Français";s:2:"nl";s:10:"Nederlands";s:2:"sv";s:7:"Svenska";s:2:"it";s:8:"Italiano";s:2:"ro";s:8:"Română";s:2:"hu";s:6:"Magyar";s:2:"ja";s:9:"日本語";s:2:"es";s:8:"Español";s:2:"vi";s:14:"Tiếng Việt";s:2:"ar";s:14:"العربية";s:2:"pt";s:10:"Português";}', 'yes'),
+(316, 0, '_transient_plugins_delete_result_1', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:23:"could_not_remove_plugin";a:1:{i:0;s:57:"Could not fully remove the plugin(s) akismet/akismet.php.";}}s:10:"error_data";a:0:{}}', 'yes'),
+(318, 0, 'qtranslate_enabled_languages', 'a:2:{i:0;s:2:"es";i:1;s:2:"en";}', 'yes'),
+(319, 0, 'qtranslate_default_language', 'es', 'yes'),
+(320, 0, 'qtranslate_flag_location', 'plugins/qtranslate/flags/', 'yes'),
+(321, 0, 'qtranslate_flags', 'a:15:{s:2:"en";s:6:"gb.png";s:2:"de";s:6:"de.png";s:2:"zh";s:6:"cn.png";s:2:"fi";s:6:"fi.png";s:2:"fr";s:6:"fr.png";s:2:"nl";s:6:"nl.png";s:2:"sv";s:6:"se.png";s:2:"it";s:6:"it.png";s:2:"ro";s:6:"ro.png";s:2:"hu";s:6:"hu.png";s:2:"ja";s:6:"jp.png";s:2:"es";s:6:"es.png";s:2:"vi";s:6:"vn.png";s:2:"ar";s:8:"arle.png";s:2:"pt";s:6:"br.png";}', 'yes'),
+(322, 0, 'qtranslate_locales', 'a:15:{s:2:"de";s:5:"de_DE";s:2:"en";s:5:"en_US";s:2:"zh";s:5:"zh_CN";s:2:"fi";s:2:"fi";s:2:"fr";s:5:"fr_FR";s:2:"nl";s:5:"nl_NL";s:2:"se";s:5:"sv_SE";s:2:"it";s:5:"it_IT";s:2:"ro";s:5:"ro_RO";s:2:"hu";s:5:"hu_HU";s:2:"ja";s:2:"ja";s:2:"es";s:5:"es_ES";s:2:"vi";s:2:"vi";s:2:"ar";s:2:"ar";s:2:"pt";s:5:"pt_BR";}', 'yes'),
+(323, 0, 'qtranslate_na_messages', 'a:15:{s:2:"de";s:58:"Leider ist der Eintrag nur auf %LANG:, : und % verfügbar.";s:2:"en";s:55:"Sorry, this entry is only available in %LANG:, : and %.";s:2:"zh";s:50:"对不起,此内容只适用于%LANG:,:和%。";s:2:"fi";s:92:"Anteeksi, mutta tämä kirjoitus on saatavana ainoastaan näillä kielillä: %LANG:, : ja %.";s:2:"fr";s:65:"Désolé, cet article est seulement disponible en %LANG:, : et %.";s:2:"nl";s:78:"Onze verontschuldigingen, dit bericht is alleen beschikbaar in %LANG:, : en %.";s:2:"sv";s:66:"Tyvärr är denna artikel enbart tillgänglig på %LANG:, : och %.";s:2:"it";s:71:"Ci spiace, ma questo articolo è disponibile soltanto in %LANG:, : e %.";s:2:"ro";s:67:"Din păcate acest articol este disponibil doar în %LANG:, : și %.";s:2:"hu";s:73:"Sajnos ennek a bejegyzésnek csak %LANG:, : és % nyelvű változata van.";s:2:"ja";s:97:"申し訳ありません、このコンテンツはただ今 %LANG:、 :と % のみです。";s:2:"es";s:68:"Disculpa, pero esta entrada está disponible sólo en %LANG:, : y %.";s:2:"vi";s:63:"Rất tiếc, mục này chỉ tồn tại ở %LANG:, : và %.";s:2:"ar";s:73:"عفوا، هذه المدخلة موجودة فقط في %LANG:, : و %.";s:2:"pt";s:70:"Desculpe-nos, mas este texto esta apenas disponível em %LANG:, : y %.";}', 'yes'),
+(324, 0, 'qtranslate_date_formats', 'a:15:{s:2:"en";s:14:"%A %B %e%q, %Y";s:2:"de";s:17:"%A, der %e. %B %Y";s:2:"zh";s:5:"%x %A";s:2:"fi";s:8:"%e.&m.%C";s:2:"fr";s:11:"%A %e %B %Y";s:2:"nl";s:8:"%d/%m/%y";s:2:"sv";s:8:"%Y/%m/%d";s:2:"it";s:8:"%e %B %Y";s:2:"ro";s:12:"%A, %e %B %Y";s:2:"hu";s:12:"%Y %B %e, %A";s:2:"ja";s:15:"%Y年%m月%d日";s:2:"es";s:14:"%d de %B de %Y";s:2:"vi";s:8:"%d/%m/%Y";s:2:"ar";s:8:"%d/%m/%Y";s:2:"pt";s:14:"%d de %B de %Y";}', 'yes'),
+(325, 0, 'qtranslate_time_formats', 'a:15:{s:2:"en";s:8:"%I:%M %p";s:2:"de";s:5:"%H:%M";s:2:"zh";s:7:"%I:%M%p";s:2:"fi";s:5:"%H:%M";s:2:"fr";s:5:"%H:%M";s:2:"nl";s:5:"%H:%M";s:2:"sv";s:5:"%H:%M";s:2:"it";s:5:"%H:%M";s:2:"ro";s:5:"%H:%M";s:2:"hu";s:5:"%H:%M";s:2:"ja";s:5:"%H:%M";s:2:"es";s:10:"%H:%M hrs.";s:2:"vi";s:5:"%H:%M";s:2:"ar";s:5:"%H:%M";s:2:"pt";s:10:"%H:%M hrs.";}', 'yes'),
+(326, 0, 'qtranslate_ignore_file_types', 'gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js', 'yes'),
+(327, 0, 'qtranslate_url_mode', '1', 'yes'),
+(328, 0, 'qtranslate_term_name', 'a:0:{}', 'yes'),
+(329, 0, 'qtranslate_use_strftime', '3', 'yes'),
+(330, 0, 'qtranslate_detect_browser_language', '1', 'yes'),
+(331, 0, 'qtranslate_hide_untranslated', '0', 'yes'),
+(332, 0, 'qtranslate_auto_update_mo', '1', 'yes'),
+(333, 0, 'qtranslate_hide_default_language', '1', 'yes'),
+(334, 0, 'qtranslate_qtranslate_services', '0', 'yes'),
+(337, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1307309862;s:7:"checked";a:5:{s:23:"facethumb/facethumb.php";s:5:"0.0.4";s:46:"mimetypes-link-icons/mime_type_link_images.php";s:5:"1.0.6";s:25:"qtranslate/qtranslate.php";s:6:"2.5.20";s:45:"simple-local-avatars/simple-local-avatars.php";s:5:"1.2.3";s:49:"vipers-video-quicktags/vipers-video-quicktags.php";s:5:"6.3.0";}s:8:"response";a:1:{s:25:"qtranslate/qtranslate.php";O:8:"stdClass":5:{s:2:"id";s:4:"2446";s:4:"slug";s:10:"qtranslate";s:11:"new_version";s:6:"2.5.21";s:3:"url";s:47:"http://wordpress.org/extend/plugins/qtranslate/";s:7:"package";s:59:"http://downloads.wordpress.org/plugin/qtranslate.2.5.21.zip";}}}', 'yes'),
+(336, 0, 'vvq_options', 'a:18:{i:0;b:0;s:7:"version";s:5:"6.3.0";s:7:"youtube";a:4:{s:6:"button";i:1;s:5:"width";i:425;s:6:"height";i:344;s:11:"aspectratio";i:1;}s:11:"googlevideo";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:326;s:11:"aspectratio";i:1;}s:5:"vimeo";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:300;s:11:"aspectratio";i:1;}s:11:"dailymotion";a:4:{s:6:"button";i:0;s:5:"width";i:480;s:6:"height";i:221;s:11:"aspectratio";i:1;}s:4:"veoh";a:4:{s:6:"button";i:0;s:5:"width";i:540;s:6:"height";i:438;s:11:"aspectratio";i:1;}s:7:"viddler";a:2:{s:6:"button";i:0;s:11:"aspectratio";i:0;}s:8:"metacafe";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:345;s:11:"aspectratio";i:1;}s:6:"bliptv";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:330;s:11:"aspectratio";i:1;}s:7:"wpvideo";a:2:{s:6:"button";i:0;s:11:"aspectratio";i:0;}s:11:"flickrvideo";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:300;s:11:"aspectratio";i:1;}s:5:"spike";a:4:{s:6:"button";i:0;s:5:"width";i:448;s:6:"height";i:365;s:11:"aspectratio";i:1;}s:7:"myspace";a:4:{s:6:"button";i:0;s:5:"width";i:425;s:6:"height";i:360;s:11:"aspectratio";i:1;}s:3:"flv";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:320;s:11:"aspectratio";i:0;}s:9:"quicktime";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:300;s:11:"aspectratio";i:0;}s:9:"videofile";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:300;s:11:"aspectratio";i:0;}s:5:"flash";a:2:{s:6:"button";i:0;s:11:"aspectratio";i:0;}}', 'yes'),
+(338, 0, 'uninstall_plugins', 'a:2:{i:0;b:0;s:45:"simple-local-avatars/simple-local-avatars.php";s:30:"simple_local_avatars_uninstall";}', 'yes'),
+(339, 0, 'mimetype_link_icon_options', 'a:16:{s:16:"internal_domains";s:9:"localhost";s:10:"image_size";s:2:"48";s:10:"image_type";s:3:"gif";s:10:"enable_pdf";b:1;s:10:"enable_doc";b:1;s:11:"enable_docx";b:1;s:10:"enable_xls";b:1;s:11:"enable_xlsx";b:1;s:10:"enable_csv";b:1;s:10:"enable_zip";b:1;s:10:"enable_ppt";b:1;s:10:"enable_dwg";b:1;s:10:"enable_dwf";b:1;s:10:"enable_skp";b:1;s:10:"enable_jpg";b:0;s:12:"enable_async";b:0;}', 'yes'),
+(511, 0, 'category_children', 'a:0:{}', 'yes'),
+(523, 0, 'woo_custom_upload_tracking', 'a:0:{}', 'yes'),
+(520, 0, 'woo_font_title', 'a:5:{s:4:"size";s:1:"9";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#f2ca05";}', 'yes'),
+(524, 0, 'woo_top_menu_hover_color', '#583', 'yes'),
+(525, 0, 'woo_top_submenu_back_color', '#004971', 'yes');
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `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=138 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_postmeta`
+--
+
+INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
+(1, 2, '_wp_page_template', 'default'),
+(2, 2, '_edit_lock', '1306779582:1'),
+(3, 11, '_edit_last', '1'),
+(4, 11, '_edit_lock', '1307308682:1'),
+(5, 11, '_wp_page_template', 'default'),
+(6, 11, 'image', ''),
+(7, 11, 'seo_follow', 'false'),
+(8, 11, 'seo_noindex', 'false'),
+(9, 17, '_edit_last', '1'),
+(10, 17, '_edit_lock', '1306936716:1'),
+(11, 17, '_wp_page_template', 'default'),
+(12, 17, 'image', ''),
+(13, 17, 'seo_follow', 'false'),
+(14, 17, 'seo_noindex', 'false'),
+(15, 22, '_edit_last', '1'),
+(16, 22, '_edit_lock', '1306936724:1'),
+(17, 22, '_wp_page_template', 'default'),
+(18, 22, 'image', ''),
+(19, 22, 'seo_follow', 'false'),
+(20, 22, 'seo_noindex', 'false'),
+(21, 24, '_edit_last', '1'),
+(22, 24, '_wp_page_template', 'default'),
+(23, 24, 'image', ''),
+(24, 24, 'seo_follow', 'false'),
+(25, 24, 'seo_noindex', 'false'),
+(26, 24, '_edit_lock', '1306936731:1'),
+(27, 29, '_edit_last', '1'),
+(28, 29, '_wp_page_template', 'default'),
+(29, 29, 'image', ''),
+(30, 29, 'seo_follow', 'false'),
+(31, 29, 'seo_noindex', 'false'),
+(32, 29, '_edit_lock', '1306936692:1'),
+(33, 35, '_edit_last', '1'),
+(34, 35, '_wp_page_template', 'default'),
+(35, 35, 'image', ''),
+(36, 35, 'seo_follow', 'false'),
+(37, 35, 'seo_noindex', 'false'),
+(38, 35, '_edit_lock', '1307308675:1'),
+(39, 39, '_menu_item_type', 'post_type'),
+(40, 39, '_menu_item_menu_item_parent', '0'),
+(41, 39, '_menu_item_object_id', '35'),
+(42, 39, '_menu_item_object', 'page'),
+(43, 39, '_menu_item_target', ''),
+(44, 39, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
+(45, 39, '_menu_item_xfn', ''),
+(46, 39, '_menu_item_url', ''),
+(58, 41, '_menu_item_menu_item_parent', '0'),
+(48, 40, '_menu_item_type', 'post_type'),
+(49, 40, '_menu_item_menu_item_parent', '0'),
+(50, 40, '_menu_item_object_id', '29'),
+(51, 40, '_menu_item_object', 'page'),
+(52, 40, '_menu_item_target', ''),
+(53, 40, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
+(54, 40, '_menu_item_xfn', ''),
+(55, 40, '_menu_item_url', ''),
+(57, 41, '_menu_item_type', 'custom'),
+(59, 41, '_menu_item_object_id', '41'),
+(60, 41, '_menu_item_object', 'custom'),
+(61, 41, '_menu_item_target', ''),
+(62, 41, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
+(63, 41, '_menu_item_xfn', ''),
+(64, 41, '_menu_item_url', 'http://localhost/lqdvi/'),
+(65, 41, '_menu_item_orphaned', '1306937269'),
+(76, 48, '_wp_attached_file', '2011/05/Logo-LQDVI.gif'),
+(77, 48, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"117";s:14:"hwstring_small";s:23:"height=''49'' width=''128''";s:4:"file";s:22:"2011/05/Logo-LQDVI.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"Logo-LQDVI-150x117.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"117";}}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:"";}}'),
+(68, 43, '_wp_attached_file', '2011/05/favicon.ico'),
+(69, 43, '_wp_attachment_metadata', 'a:0:{}'),
+(78, 49, '_edit_last', '1'),
+(79, 49, '_edit_lock', '1307309874:1'),
+(80, 49, '_wp_page_template', 'default'),
+(81, 49, 'image', ''),
+(82, 49, 'seo_follow', 'false'),
+(83, 49, 'seo_noindex', 'false'),
+(84, 51, '_menu_item_type', 'post_type'),
+(85, 51, '_menu_item_menu_item_parent', '0'),
+(86, 51, '_menu_item_object_id', '49'),
+(87, 51, '_menu_item_object', 'page'),
+(88, 51, '_menu_item_target', ''),
+(89, 51, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
+(90, 51, '_menu_item_xfn', ''),
+(91, 51, '_menu_item_url', ''),
+(93, 52, '_menu_item_type', 'post_type'),
+(94, 52, '_menu_item_menu_item_parent', '0'),
+(95, 52, '_menu_item_object_id', '35'),
+(96, 52, '_menu_item_object', 'page'),
+(97, 52, '_menu_item_target', ''),
+(98, 52, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
+(99, 52, '_menu_item_xfn', ''),
+(100, 52, '_menu_item_url', ''),
+(101, 52, '_menu_item_orphaned', '1307309905'),
+(102, 53, '_menu_item_type', 'post_type'),
+(103, 53, '_menu_item_menu_item_parent', '40'),
+(104, 53, '_menu_item_object_id', '24'),
+(105, 53, '_menu_item_object', 'page'),
+(106, 53, '_menu_item_target', ''),
+(107, 53, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
+(108, 53, '_menu_item_xfn', ''),
+(109, 53, '_menu_item_url', ''),
+(111, 54, '_menu_item_type', 'post_type'),
+(112, 54, '_menu_item_menu_item_parent', '40'),
+(113, 54, '_menu_item_object_id', '22'),
+(114, 54, '_menu_item_object', 'page'),
+(115, 54, '_menu_item_target', ''),
+(116, 54, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
+(117, 54, '_menu_item_xfn', ''),
+(118, 54, '_menu_item_url', ''),
+(120, 55, '_menu_item_type', 'post_type'),
+(121, 55, '_menu_item_menu_item_parent', '40'),
+(122, 55, '_menu_item_object_id', '17'),
+(123, 55, '_menu_item_object', 'page'),
+(124, 55, '_menu_item_target', ''),
+(125, 55, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
+(126, 55, '_menu_item_xfn', ''),
+(127, 55, '_menu_item_url', ''),
+(129, 56, '_menu_item_type', 'post_type'),
+(130, 56, '_menu_item_menu_item_parent', '39'),
+(131, 56, '_menu_item_object_id', '11'),
+(132, 56, '_menu_item_object', 'page'),
+(133, 56, '_menu_item_target', ''),
+(134, 56, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
+(135, 56, '_menu_item_xfn', ''),
+(136, 56, '_menu_item_url', '');
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `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=57 ;
+
+--
+-- Volcar la base de datos para la tabla `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
+(1, 1, '2011-05-30 18:00:38', '2011-05-30 18:00:38', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a publicar!.', '¡Hola mundo!', '', 'publish', 'open', 'open', '', 'hola-mundo', '', '', '2011-05-30 18:00:38', '2011-05-30 18:00:38', '', 0, 'http://localhost/lqdvi/?p=1', 0, 'post', '', 1),
+(2, 1, '2011-05-30 18:00:38', '2011-05-30 18:00:38', 'Esta es una página de ejemplo, Es diferente a una entrada de un blog porque se mantiene estática y, en la mayoría de temas, se mostrará en la barra de navegación. Casi todo el mundo comienza con una página Sobre mí para presentarse a los potenciales visitantes. Puede decir algo así:\n\n
¡Hola!: Soy físico durante el día, lector de manga por las noches y este es mi blog. Vivo en Albacete y tengo un gato llamado Alex. Me encantan los mojitos (y mirar a la gente corriendo en los parques)
\n\nO algo así:\n\n
La empresa Calcetines XYC se fundó en 1973, y ha estado produciendo calcetines de calidad para sus clientes desde entonces. Se encuentra en Vetusta, tiene unos 2.000 empleados e intenta ayudar en lo que puede para mejorar la vida en Vestusta
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\n
Líneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\n
Actividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n
\r\n
Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n
Kliquers
\r\n
Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\n
Actividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'publish', 'open', 'closed', '', 'mision-y-vision', '', '', '2011-06-01 15:01:57', '2011-06-01 14:01:57', '', 35, 'http://localhost/lqdvi/?page_id=11', 0, 'page', '', 0),
+(12, 1, '2011-06-01 11:56:55', '2011-06-01 11:56:55', '', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision', '', '', '2011-06-01 11:56:55', '2011-06-01 11:56:55', '', 11, 'http://localhost/lqdvi/?p=12', 0, 'revision', '', 0),
+(13, 1, '2011-06-05 22:19:04', '2011-06-05 21:19:04', '
¿Qué es la Fundación ‘Lo que de verdad importa’?
\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\n\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\n\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\n
Líneas de actuación
\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\n
Actividades educativas/formativas
\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\n
\n
Congreso de Jóvenes ‘Lo que de verdad importa’
\n
Kliquers
\n
Voluntariado con valores (Guinea Ecuatorial)
\n
\n
Actividades destinadas a empresas
\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'inherit', 'open', 'open', '', '11-autosave', '', '', '2011-06-05 22:19:04', '2011-06-05 21:19:04', '', 11, 'http://localhost/lqdvi/?p=13', 0, 'revision', '', 0),
+(14, 1, '2011-06-01 11:57:08', '2011-06-01 11:57:08', '', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision-2', '', '', '2011-06-01 11:57:08', '2011-06-01 11:57:08', '', 11, 'http://localhost/lqdvi/?p=14', 0, 'revision', '', 0),
+(15, 1, '2011-06-01 11:57:21', '2011-06-01 11:57:21', '', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision-3', '', '', '2011-06-01 11:57:21', '2011-06-01 11:57:21', '', 11, 'http://localhost/lqdvi/?p=15', 0, 'revision', '', 0),
+(16, 1, '2011-06-01 11:59:50', '2011-06-01 11:59:50', 'La Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision-4', '', '', '2011-06-01 11:59:50', '2011-06-01 11:59:50', '', 11, 'http://localhost/lqdvi/?p=16', 0, 'revision', '', 0),
+(17, 1, '2011-06-01 12:12:50', '2011-06-01 12:12:50', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\n
Congresos ‘Lo que de verdad importa’ en 2011
\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n
\r\n
Palma de Mallorca (I Edición)
\r\n
A Coruña (II Edición)
\r\n
\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n
\r\n
Bilbao (III Edición)
\r\n
Zaragoza (II Edición)
\r\n
Valencia (III Edición)
\r\n
Barcelona (III Edición)
\r\n
Sevilla (IV Edición)
\r\n
Madrid (V Edición)
\r\n
\r\n ', 'Congresos "Lo que de verdad importa"', '', 'publish', 'open', 'closed', '', 'congresos-lo-que-de-verdad-importa', '', '', '2011-06-01 13:58:36', '2011-06-01 13:58:36', '', 29, 'http://localhost/lqdvi/?page_id=17', 0, 'page', '', 0),
+(18, 1, '2011-06-01 12:10:36', '2011-06-01 12:10:36', '', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-revision', '', '', '2011-06-01 12:10:36', '2011-06-01 12:10:36', '', 17, 'http://localhost/lqdvi/?p=18', 0, 'revision', '', 0),
+(19, 1, '2011-06-01 13:33:32', '2011-06-01 13:33:32', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\n\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\n\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\n\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\n
Congresos ‘Lo que de verdad importa’ en 2011
\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\n
\n
Palma de Mallorca (I Edición)
\n
A Coruña (II Edición)
\n
\nEntre los meses de octubre y noviembre se celebrará en:\n
\n
Bilbao (III Edición)
\n
Zaragoza (II Edición)
\n
Valencia (III Edición)
\n
Barcelona (III Edición)
\n
Sevilla (IV Edición)
\n
Madrid (V Edición)
\n
\n ', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-autosave', '', '', '2011-06-01 13:33:32', '2011-06-01 13:33:32', '', 17, 'http://localhost/lqdvi/?p=19', 0, 'revision', '', 0),
+(20, 1, '2011-06-01 12:12:50', '2011-06-01 12:12:50', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las\r\ndrogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es\r\nla presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-revision-2', '', '', '2011-06-01 12:12:50', '2011-06-01 12:12:50', '', 17, 'http://localhost/lqdvi/?p=20', 0, 'revision', '', 0),
+(21, 1, '2011-06-01 12:16:05', '2011-06-01 12:16:05', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-revision-3', '', '', '2011-06-01 12:16:05', '2011-06-01 12:16:05', '', 17, 'http://localhost/lqdvi/?p=21', 0, 'revision', '', 0),
+(22, 1, '2011-06-01 13:44:14', '2011-06-01 13:44:14', '
Kliquers, proyecto de educación en valores
\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\n
Kliquers en 2011
\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\nAlcobendas (II Edición)\r\nPozuelo de Alarcón (I Edición)\r\nVillaviciosa de Odón (I Edición)', 'Kliquers', '', 'publish', 'open', 'closed', '', 'kliquers', '', '', '2011-06-01 13:58:44', '2011-06-01 13:58:44', '', 29, 'http://localhost/lqdvi/?page_id=22', 0, 'page', '', 0),
+(23, 1, '2011-06-01 13:42:01', '2011-06-01 13:42:01', 'Kliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\nasertividad.\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\n
Kliquers en 2011
\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\nDurante el año 2011 se ha celebrado en las ciudades de:\nAlcobendas (II Edición)\nPozuelo de Alarcón (I Edición)\nVillaviciosa de Odón (I Edición)', 'Kliquers', '', 'inherit', 'open', 'open', '', '22-revision', '', '', '2011-06-01 13:42:01', '2011-06-01 13:42:01', '', 22, 'http://localhost/lqdvi/?p=23', 0, 'revision', '', 0),
+(24, 1, '2011-06-01 13:45:25', '2011-06-01 13:45:25', '
Guinea Ecuatorial
\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n
\r\n
Construcción de un pozo de agua potable
\r\n
Construcción de un aula para los alumnos de preescolar
\r\n
Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.
\r\n
Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces
\r\n
Hacerles llegar un container con material escolar, ropa, etc.
\r\n
\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'publish', 'open', 'closed', '', 'voluntariado-con-valores', '', '', '2011-06-01 13:58:51', '2011-06-01 13:58:51', '', 29, 'http://localhost/lqdvi/?page_id=24', 0, 'page', '', 0),
+(25, 1, '2011-06-01 13:45:19', '2011-06-01 13:45:19', '', 'Borrador automático', '', 'inherit', 'open', 'open', '', '24-revision', '', '', '2011-06-01 13:45:19', '2011-06-01 13:45:19', '', 24, 'http://localhost/lqdvi/?p=25', 0, 'revision', '', 0),
+(26, 1, '2011-06-01 13:45:26', '2011-06-01 13:45:26', '', 'Voluntariado con valores', '', 'inherit', 'open', 'open', '', '24-revision-2', '', '', '2011-06-01 13:45:26', '2011-06-01 13:45:26', '', 24, 'http://localhost/lqdvi/?p=26', 0, 'revision', '', 0),
+(27, 1, '2011-06-01 13:56:23', '2011-06-01 13:56:23', 'Voluntariado con valores\r\nGUINEA ECUATORIAL\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\nConstrucción de un pozo de agua potable\r\nConstrucción de un aula para los alumnos de preescolar\r\nCampamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.\r\nLlevar un grupo electrógeno y un equipo de audio con amplificador y altavoces\r\nHacerles llegar un container con material escolar, ropa, etc.\r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'inherit', 'open', 'open', '', '24-revision-3', '', '', '2011-06-01 13:56:23', '2011-06-01 13:56:23', '', 24, 'http://localhost/lqdvi/?p=27', 0, 'revision', '', 0),
+(28, 1, '2011-06-01 13:57:10', '2011-06-01 13:57:10', '
Guinea Ecuatorial
\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n
\r\n
Construcción de un pozo de agua potable
\r\n
Construcción de un aula para los alumnos de preescolar
\r\n
Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.
\r\n
Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces
\r\n
Hacerles llegar un container con material escolar, ropa, etc.
\r\n
\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'inherit', 'open', 'open', '', '24-revision-4', '', '', '2011-06-01 13:57:10', '2011-06-01 13:57:10', '', 24, 'http://localhost/lqdvi/?p=28', 0, 'revision', '', 0),
+(29, 1, '2011-06-01 13:58:11', '2011-06-01 13:58:11', '', 'Proyectos', '', 'publish', 'open', 'open', '', 'proyectos', '', '', '2011-06-01 13:58:11', '2011-06-01 13:58:11', '', 0, 'http://localhost/lqdvi/?page_id=29', 0, 'page', '', 0),
+(30, 1, '2011-06-01 13:58:03', '2011-06-01 13:58:03', '', 'Borrador automático', '', 'inherit', 'open', 'open', '', '29-revision', '', '', '2011-06-01 13:58:03', '2011-06-01 13:58:03', '', 29, 'http://localhost/lqdvi/?p=30', 0, 'revision', '', 0),
+(31, 1, '2011-06-01 13:32:29', '2011-06-01 13:32:29', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\n
Congresos ‘Lo que de verdad importa’ en 2011
\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n
\r\n
Palma de Mallorca (I Edición)
\r\n
A Coruña (II Edición)
\r\n
\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n
\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\n
Kliquers en 2011
\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\nAlcobendas (II Edición)\r\nPozuelo de Alarcón (I Edición)\r\nVillaviciosa de Odón (I Edición)', 'Kliquers', '', 'inherit', 'open', 'open', '', '22-revision-2', '', '', '2011-06-01 13:44:14', '2011-06-01 13:44:14', '', 22, 'http://localhost/lqdvi/?p=32', 0, 'revision', '', 0),
+(33, 1, '2011-06-01 13:57:32', '2011-06-01 13:57:32', '
Guinea Ecuatorial
\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n
\r\n
Construcción de un pozo de agua potable
\r\n
Construcción de un aula para los alumnos de preescolar
\r\n
Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.
\r\n
Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces
\r\n
Hacerles llegar un container con material escolar, ropa, etc.
\r\n
\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'inherit', 'open', 'open', '', '24-revision-5', '', '', '2011-06-01 13:57:32', '2011-06-01 13:57:32', '', 24, 'http://localhost/lqdvi/?p=33', 0, 'revision', '', 0),
+(34, 1, '2011-06-01 12:02:49', '2011-06-01 12:02:49', '
¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\n
Líneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\n
Actividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n
\r\n
Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n
Kliquers
\r\n
Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\n
Actividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision-5', '', '', '2011-06-01 12:02:49', '2011-06-01 12:02:49', '', 11, 'http://localhost/lqdvi/?p=34', 0, 'revision', '', 0),
+(35, 1, '2011-06-01 13:59:12', '2011-06-01 13:59:12', '', 'Presentación', '', 'publish', 'open', 'open', '', 'presentacion', '', '', '2011-06-01 13:59:12', '2011-06-01 13:59:12', '', 0, 'http://localhost/lqdvi/?page_id=35', 0, 'page', '', 0),
+(36, 1, '2011-06-01 13:59:06', '2011-06-01 13:59:06', '', 'Borrador automático', '', 'inherit', 'open', 'open', '', '35-revision', '', '', '2011-06-01 13:59:06', '2011-06-01 13:59:06', '', 35, 'http://localhost/lqdvi/?p=36', 0, 'revision', '', 0),
+(37, 1, '2011-06-01 13:59:04', '2011-06-01 13:59:04', '
¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\n
Líneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\n
Actividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n
\r\n
Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n
Kliquers
\r\n
Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\n
Actividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'inherit', 'open', 'open', '', '11-revision-6', '', '', '2011-06-01 13:59:04', '2011-06-01 13:59:04', '', 11, 'http://localhost/lqdvi/?p=37', 0, 'revision', '', 0),
+(38, 1, '2011-06-01 13:59:25', '2011-06-01 13:59:25', '
¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\n
Líneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\n
Actividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n
\r\n
Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n
Kliquers
\r\n
Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\n
Actividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'inherit', 'open', 'open', '', '11-revision-7', '', '', '2011-06-01 13:59:25', '2011-06-01 13:59:25', '', 11, 'http://localhost/lqdvi/?p=38', 0, 'revision', '', 0),
+(39, 1, '2011-06-01 15:07:32', '2011-06-01 14:07:32', ' ', '', '', 'publish', 'closed', 'open', '', '39', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 0, 'http://localhost/lqdvi/?p=39', 1, 'nav_menu_item', '', 0),
+(40, 1, '2011-06-01 15:07:32', '2011-06-01 14:07:32', ' ', '', '', 'publish', 'closed', 'open', '', '40', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 0, 'http://localhost/lqdvi/?p=40', 3, 'nav_menu_item', '', 0),
+(41, 1, '2011-06-01 15:07:49', '0000-00-00 00:00:00', '', 'Inicio', '', 'draft', 'closed', 'open', '', '', '', '', '2011-06-01 15:07:49', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?p=41', 1, 'nav_menu_item', '', 0),
+(48, 1, '2011-06-01 18:47:29', '2011-06-01 17:47:29', '', 'Logo-LQDVI', '', 'inherit', 'closed', 'open', '', 'logo-lqdvi', '', '', '2011-06-01 18:47:29', '2011-06-01 17:47:29', '', 4, 'http://localhost/lqdvi/wp-content/uploads/2011/05/Logo-LQDVI.gif', 0, 'attachment', 'image/gif', 0),
+(43, 1, '2011-06-01 16:19:01', '2011-06-01 15:19:01', '', 'favicon', '', 'inherit', 'closed', 'open', '', 'favicon', '', '', '2011-06-01 16:19:01', '2011-06-01 15:19:01', '', 5, 'http://localhost/lqdvi/wp-content/uploads/2011/05/favicon.ico', 0, 'attachment', 'image/x-icon', 0),
+(44, 1, '2011-06-01 16:51:20', '0000-00-00 00:00:00', '', 'Woo Body Img', '', 'draft', 'closed', 'closed', '', 'woo-wf-woo_body_img', '', '', '2011-06-01 16:51:20', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=44', 0, 'wooframework', '', 0),
+(49, 1, '2011-06-05 22:37:53', '2011-06-05 21:37:53', '', 'Contacto', '', 'publish', 'closed', 'open', '', 'contacto', '', '', '2011-06-05 22:37:53', '2011-06-05 21:37:53', '', 0, 'http://localhost/lqdvi/?page_id=49', 0, 'page', '', 0),
+(50, 1, '2011-06-05 22:37:41', '2011-06-05 21:37:41', '', 'Contacto', '', 'inherit', 'closed', 'open', '', '49-revision', '', '', '2011-06-05 22:37:41', '2011-06-05 21:37:41', '', 49, 'http://localhost/lqdvi/?p=50', 0, 'revision', '', 0),
+(51, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', ' ', '', '', 'publish', 'closed', 'open', '', '51', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 0, 'http://localhost/lqdvi/?p=51', 7, 'nav_menu_item', '', 0),
+(52, 1, '2011-06-05 22:38:25', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'open', '', '', '', '', '2011-06-05 22:38:25', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?p=52', 1, 'nav_menu_item', '', 0),
+(53, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', 'Guinea Ecuatorial\r\nTras cinco años de celebración de los Congresos “Lo que de verdad importa”, la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n\r\n Construcción de un pozo de agua potable\r\n Construcción de un aula para los alumnos de preescolar\r\n Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.\r\n Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces\r\n Hacerles llegar un container con material escolar, ropa, etc.\r\n\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', '', '', 'publish', 'closed', 'open', '', '53', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 29, 'http://localhost/lqdvi/?p=53', 6, 'nav_menu_item', '', 0);
+INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
+(54, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', 'Kliquers, proyecto de educación en valores\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como “Hermano Mayor” o “El Campamento”. La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\nKliquers en 2011\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\nAlcobendas (II Edición)\r\nPozuelo de Alarcón (I Edición)\r\nVillaviciosa de Odón (I Edición)', '', '', 'publish', 'closed', 'open', '', '54', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 29, 'http://localhost/lqdvi/?p=54', 5, 'nav_menu_item', '', 0),
+(55, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n Palma de Mallorca (I Edición)\r\n A Coruña (II Edición)\r\n\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n Bilbao (III Edición)\r\n Zaragoza (II Edición)\r\n Valencia (III Edición)\r\n Barcelona (III Edición)\r\n Sevilla (IV Edición)\r\n Madrid (V Edición)\r\n\r\n ', 'Congresos "Lo que de verdad importa"', '', 'publish', 'closed', 'open', '', 'congresos-lo-que-de-verdad-importa', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 29, 'http://localhost/lqdvi/?p=55', 4, 'nav_menu_item', '', 0),
+(56, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', '¿Qué es la Fundación ‘Lo que de verdad importa’?\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\nLíneas de actuación\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\nActividades educativas/formativas\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n Congreso de Jóvenes ‘Lo que de verdad importa’\r\n Kliquers\r\n Voluntariado con valores (Guinea Ecuatorial)\r\n\r\nActividades destinadas a empresas\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', '', '', 'publish', 'closed', 'open', '', '56', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 35, 'http://localhost/lqdvi/?p=56', 2, 'nav_menu_item', '', 0);
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `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=4 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_terms`
+--
+
+INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
+(1, 'Sin categoría', 'sin-categoria', 0),
+(2, 'Sitios de interés', 'sitios-de-interes', 0),
+(3, 'Menú principal', 'menu-principal', 0);
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `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;
+
+--
+-- Volcar la base de datos para la tabla `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),
+(1, 1, 0),
+(39, 3, 0),
+(40, 3, 0),
+(56, 3, 0),
+(55, 3, 0),
+(54, 3, 0),
+(53, 3, 0),
+(51, 3, 0);
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `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=4 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_term_taxonomy`
+--
+
+INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
+(1, 1, 'category', '', 0, 1),
+(2, 2, 'link_category', '', 0, 7),
+(3, 3, 'nav_menu', '', 0, 7);
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `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=26 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_usermeta`
+--
+
+INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
+(1, 1, 'first_name', ''),
+(2, 1, 'last_name', ''),
+(3, 1, 'nickname', 'rodax'),
+(4, 1, 'description', ''),
+(5, 1, 'rich_editing', 'true'),
+(6, 1, 'comment_shortcuts', 'false'),
+(7, 1, 'admin_color', 'fresh'),
+(8, 1, 'use_ssl', '0'),
+(9, 1, 'show_admin_bar_front', 'true'),
+(10, 1, 'show_admin_bar_admin', 'false'),
+(11, 1, 'aim', ''),
+(12, 1, 'yim', ''),
+(13, 1, 'jabber', ''),
+(14, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'),
+(15, 1, 'wp_user_level', '10'),
+(16, 1, 'wp_dashboard_quick_press_last_post_id', '3'),
+(17, 1, 'closedpostboxes_dashboard', 'a:0:{}'),
+(18, 1, 'metaboxhidden_dashboard', 'a:3:{i:0;s:17:"dashboard_plugins";i:1;s:17:"dashboard_primary";i:2;s:19:"dashboard_secondary";}'),
+(19, 1, 'wp_user-settings', 'm6=o&hidetb=1&editor=tinymce&m10=o&m5=o'),
+(20, 1, 'wp_user-settings-time', '1306937016'),
+(21, 1, 'closedpostboxes_page', 'a:0:{}'),
+(22, 1, 'metaboxhidden_page', 'a:5:{i:0;s:10:"postcustom";i:1;s:16:"commentstatusdiv";i:2;s:11:"commentsdiv";i:3;s:7:"slugdiv";i:4;s:12:"revisionsdiv";}'),
+(23, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
+(24, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
+(25, 1, 'nav_menu_recently_edited', '3');
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_users`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_users` (
+ `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
+ `user_login` varchar(60) NOT NULL DEFAULT '',
+ `user_pass` varchar(64) NOT NULL DEFAULT '',
+ `user_nicename` varchar(50) NOT NULL DEFAULT '',
+ `user_email` varchar(100) NOT NULL DEFAULT '',
+ `user_url` varchar(100) NOT NULL DEFAULT '',
+ `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+ `user_activation_key` varchar(60) NOT NULL DEFAULT '',
+ `user_status` int(11) NOT NULL DEFAULT '0',
+ `display_name` varchar(250) NOT NULL DEFAULT '',
+ PRIMARY KEY (`ID`),
+ KEY `user_login_key` (`user_login`),
+ KEY `user_nicename` (`user_nicename`)
+) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
+
+--
+-- Volcar la base de datos para la tabla `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, 'rodax', '$P$Bj6LDD2lQh.Kt12iu3lht2IVjGI1T/0', 'rodax', 'darranz@rodax-software.com', '', '2011-05-30 18:00:37', '', 0, 'rodax');
diff --git a/información/LQDVI-congresos.jpg b/información/LQDVI-congresos.jpg
new file mode 100644
index 00000000..5e140d63
Binary files /dev/null and b/información/LQDVI-congresos.jpg differ
diff --git a/información/LQDVI-nadal.JPG b/información/LQDVI-nadal.JPG
new file mode 100644
index 00000000..76878fa2
Binary files /dev/null and b/información/LQDVI-nadal.JPG differ
diff --git a/información/Logo LQDVI.psd b/información/Logo LQDVI.psd
new file mode 100644
index 00000000..a4ee9109
Binary files /dev/null and b/información/Logo LQDVI.psd differ
diff --git a/información/Logo-LQDVI.gif b/información/Logo-LQDVI.gif
new file mode 100644
index 00000000..cdeeb001
Binary files /dev/null and b/información/Logo-LQDVI.gif differ
diff --git a/información/favicon.ico b/información/favicon.ico
new file mode 100644
index 00000000..94a9db91
Binary files /dev/null and b/información/favicon.ico differ
diff --git a/información/lqdvi_logo_corazon.gif b/información/lqdvi_logo_corazon.gif
new file mode 100644
index 00000000..a09a76fc
Binary files /dev/null and b/información/lqdvi_logo_corazon.gif differ
diff --git a/referencia/plantillas/featuredbg.psd b/referencia/plantillas/featuredbg.psd
new file mode 100644
index 00000000..ecf7d5dd
Binary files /dev/null and b/referencia/plantillas/featuredbg.psd differ
diff --git a/referencia/plantillas/glowbg.psd b/referencia/plantillas/glowbg.psd
new file mode 100644
index 00000000..0cd0c627
Binary files /dev/null and b/referencia/plantillas/glowbg.psd differ
diff --git a/referencia/plantillas/nav_active.psd b/referencia/plantillas/nav_active.psd
new file mode 100644
index 00000000..b25444ff
Binary files /dev/null and b/referencia/plantillas/nav_active.psd differ
diff --git a/referencia/plantillas/singlecontentbg.psd b/referencia/plantillas/singlecontentbg.psd
new file mode 100644
index 00000000..9b0d458d
Binary files /dev/null and b/referencia/plantillas/singlecontentbg.psd differ
diff --git a/src/nbproject/private/private.xml b/src/nbproject/private/private.xml
new file mode 100644
index 00000000..dae2efe1
--- /dev/null
+++ b/src/nbproject/private/private.xml
@@ -0,0 +1,9 @@
+
+
+
+
+ wp-content/themes/bloggingstream/includes/theme-options.php
+ 412
+
+
+
diff --git a/src/wp-content/plugins/akismet/admin.php b/src/wp-content/plugins/akismet/admin.php
deleted file mode 100644
index 91cedb29..00000000
--- a/src/wp-content/plugins/akismet/admin.php
+++ /dev/null
@@ -1,750 +0,0 @@
-
".sprintf(__('Akismet %s requires WordPress 3.0 or higher.'), AKISMET_VERSION) ." ".sprintf(__('Please upgrade WordPress to a current version, or downgrade to version 2.4 of the Akismet plugin.'), 'http://codex.wordpress.org/Upgrading_WordPress', 'http://wordpress.org/extend/plugins/akismet/download/'). "
- ";
- }
- add_action('admin_notices', 'akismet_version_warning');
-
- return;
- }
-
- if ( function_exists( 'get_plugin_page_hook' ) )
- $hook = get_plugin_page_hook( 'akismet-stats-display', 'index.php' );
- else
- $hook = 'dashboard_page_akismet-stats-display';
- add_action('admin_head-'.$hook, 'akismet_stats_script');
- add_meta_box('akismet-status', __('Comment History'), 'akismet_comment_status_meta_box', 'comment', 'normal');
- wp_register_style('akismet.css', AKISMET_PLUGIN_URL . 'akismet.css');
- wp_enqueue_style('akismet.css');
- wp_register_script('akismet.js', AKISMET_PLUGIN_URL . 'akismet.js', array('jquery'));
- wp_enqueue_script('akismet.js');
-}
-add_action('admin_init', 'akismet_admin_init');
-
-function akismet_nonce_field($action = -1) { return wp_nonce_field($action); }
-$akismet_nonce = 'akismet-update-key';
-
-function akismet_config_page() {
- if ( function_exists('add_submenu_page') )
- add_submenu_page('plugins.php', __('Akismet Configuration'), __('Akismet Configuration'), 'manage_options', 'akismet-key-config', 'akismet_conf');
-}
-
-function akismet_plugin_action_links( $links, $file ) {
- if ( $file == plugin_basename( dirname(__FILE__).'/akismet.php' ) ) {
- $links[] = ''.__('Settings').'';
- }
-
- return $links;
-}
-
-add_filter( 'plugin_action_links', 'akismet_plugin_action_links', 10, 2 );
-
-function akismet_conf() {
- global $akismet_nonce, $wpcom_api_key;
-
- if ( isset($_POST['submit']) ) {
- if ( function_exists('current_user_can') && !current_user_can('manage_options') )
- die(__('Cheatin’ uh?'));
-
- check_admin_referer( $akismet_nonce );
- $key = preg_replace( '/[^a-h0-9]/i', '', $_POST['key'] );
- $home_url = parse_url( get_bloginfo('url') );
-
- if ( empty($key) ) {
- $key_status = 'empty';
- $ms[] = 'new_key_empty';
- delete_option('wordpress_api_key');
- } elseif ( empty($home_url['host']) ) {
- $key_status = 'empty';
- $ms[] = 'bad_home_url';
- } else {
- $key_status = akismet_verify_key( $key );
- }
-
- if ( $key_status == 'valid' ) {
- update_option('wordpress_api_key', $key);
- $ms[] = 'new_key_valid';
- } else if ( $key_status == 'invalid' ) {
- $ms[] = 'new_key_invalid';
- } else if ( $key_status == 'failed' ) {
- $ms[] = 'new_key_failed';
- }
-
- if ( isset( $_POST['akismet_discard_month'] ) )
- update_option( 'akismet_discard_month', 'true' );
- else
- update_option( 'akismet_discard_month', 'false' );
-
- if ( isset( $_POST['akismet_show_user_comments_approved'] ) )
- update_option( 'akismet_show_user_comments_approved', 'true' );
- else
- update_option( 'akismet_show_user_comments_approved', 'false' );
-
- } elseif ( isset($_POST['check']) ) {
- akismet_get_server_connectivity(0);
- }
-
- if ( empty( $key_status) || $key_status != 'valid' ) {
- $key = get_option('wordpress_api_key');
- if ( empty( $key ) ) {
- if ( empty( $key_status ) || $key_status != 'failed' ) {
- if ( akismet_verify_key( '1234567890ab' ) == 'failed' )
- $ms[] = 'no_connection';
- else
- $ms[] = 'key_empty';
- }
- $key_status = 'empty';
- } else {
- $key_status = akismet_verify_key( $key );
- }
- if ( $key_status == 'valid' ) {
- $ms[] = 'key_valid';
- } else if ( $key_status == 'invalid' ) {
- delete_option('wordpress_api_key');
- $ms[] = 'key_empty';
- } else if ( !empty($key) && $key_status == 'failed' ) {
- $ms[] = 'key_failed';
- }
- }
-
- $messages = array(
- 'new_key_empty' => array('color' => 'aa0', 'text' => __('Your key has been cleared.')),
- 'new_key_valid' => array('color' => '4AB915', 'text' => __('Your key has been verified. Happy blogging!')),
- 'new_key_invalid' => array('color' => '888', 'text' => __('The key you entered is invalid. Please double-check it.')),
- 'new_key_failed' => array('color' => '888', 'text' => __('The key you entered could not be verified because a connection to akismet.com could not be established. Please check your server configuration.')),
- 'no_connection' => array('color' => '888', 'text' => __('There was a problem connecting to the Akismet server. Please check your server configuration.')),
- 'key_empty' => array('color' => 'aa0', 'text' => sprintf(__('Please enter an API key. (Get your key.)'), 'http://akismet.com/get/')),
- 'key_valid' => array('color' => '4AB915', 'text' => __('This key is valid.')),
- 'key_failed' => array('color' => 'aa0', 'text' => __('The key below was previously validated but a connection to akismet.com can not be established at this time. Please check your server configuration.')),
- 'bad_home_url' => array('color' => '888', 'text' => sprintf( __('Your WordPress home URL %s is invalid. Please fix the home option.'), esc_html( get_bloginfo('url') ), admin_url('options.php#home') ) ),
- );
-?>
-
-
-
-
-
-
-
Sign up success! Please check your email for your Akismet API Key and enter it below.' ); ?>
'.sprintf( _n( 'Akismet has protected your site from %3$s spam comments.', 'Akismet has protected your site from %3$s spam comments.', $count ), 'http://akismet.com/', clean_url("$link?page=akismet-admin"), number_format_i18n($count) ).'
';
-}
-add_action('activity_box_end', 'akismet_stats');
-
-function akismet_admin_warnings() {
- global $wpcom_api_key;
- if ( !get_option('wordpress_api_key') && !$wpcom_api_key && !isset($_POST['submit']) ) {
- function akismet_warning() {
- echo "
-
".__('Akismet is almost ready.')." ".sprintf(__('You must enter your Akismet API key for it to work.'), "plugins.php?page=akismet-key-config")."
".__('Akismet has detected a problem.')." ".sprintf(_n('A server or network problem prevented Akismet from checking %d comment. It has been temporarily held for moderation and will be automatically re-checked in %s.', 'A server or network problem prevented Akismet from checking %d comments. They have been temporarily held for moderation and will be automatically re-checked in %s.', $waiting), number_format_i18n( $waiting ), $next_check)."
- ";
- }
- add_action('admin_notices', 'akismet_warning');
- return;
- }
-}
-
-// FIXME placeholder
-
-function akismet_comment_row_action( $a, $comment ) {
-
- // failsafe for old WP versions
- if ( !function_exists('add_comment_meta') )
- return $a;
-
- $akismet_result = get_comment_meta( $comment->comment_ID, 'akismet_result', true );
- $user_result = get_comment_meta( $comment->comment_ID, 'akismet_user_result', true);
- $comment_status = wp_get_comment_status( $comment->comment_ID );
- $desc = null;
- if ( !$user_result || $user_result == $akismet_result ) {
- // Show the original Akismet result if the user hasn't overridden it, or if their decision was the same
- if ( $akismet_result == 'true' && $comment_status != 'spam' && $comment_status != 'trash' )
- $desc = __( 'Flagged as spam by Akismet' );
- elseif ( $akismet_result == 'false' && $comment_status == 'spam' )
- $desc = __( 'Cleared by Akismet' );
- } else {
- $who = get_comment_meta( $comment->comment_ID, 'akismet_user', true );
- if ( $user_result == 'true' )
- $desc = sprintf( __('Flagged as spam by %s'), $who );
- else
- $desc = sprintf( __('Un-spammed by %s'), $who );
- }
-
- // add a History item to the hover links, just after Edit
- if ( $akismet_result ) {
- $b = array();
- foreach ( $a as $k => $item ) {
- $b[ $k ] = $item;
- if ( $k == 'edit' )
- $b['history'] = ' '. __('History') . '';
- }
-
- $a = $b;
- }
-
- if ( $desc )
- echo ''.htmlspecialchars($desc).'';
-
- if ( apply_filters( 'akismet_show_user_comments_approved', get_option('akismet_show_user_comments_approved') ) == 'true' ) {
- $comment_count = akismet_get_user_comments_approved( $comment->user_id, $comment->comment_author_email, $comment->comment_author, $comment->comment_author_url );
- $comment_count = intval( $comment_count );
- echo ' '.sprintf( _n( '%s approved', '%s approved', $comment_count ), number_format_i18n( $comment_count ) ) . '';
- }
-
- return $a;
-}
-
-add_filter( 'comment_row_actions', 'akismet_comment_row_action', 10, 2 );
-
-function akismet_comment_status_meta_box($comment) {
- $history = akismet_get_comment_history( $comment->comment_ID );
-
- if ( $history ) {
- echo '
';
- foreach ( $history as $row ) {
- $time = date( 'D d M Y @ h:i:m a', $row['time'] ) . ' GMT';
- echo '
%1$s spam for you since you first installed it.'), number_format_i18n($count) ); ?>
-'.__('You have no spam currently in the queue. Must be your lucky day. :)').'';
- echo '
';
-} else {
- echo '
'.__('You can delete all of the spam from your database with a single click. This operation cannot be undone, so you may wish to check to ensure that no legitimate comments got through first. Spam is automatically deleted after 15 days, so don’t sweat it.').'
';
-?>
-
-
-
-
-
-
-
-
-'.__('These are the latest comments identified as spam by Akismet. If you see any mistakes, simply mark the comment as "not spam" and Akismet will learn from the submission. If you wish to recover a comment from spam, simply select the comment, and click Not Spam. After 15 days we clean out the junk for you.').''; ?>
-
-escape($_POST['s']);
- $comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE
- (comment_author LIKE '%$s%' OR
- comment_author_email LIKE '%$s%' OR
- comment_author_url LIKE ('%$s%') OR
- comment_author_IP LIKE ('%$s%') OR
- comment_content LIKE ('%$s%') ) AND
- comment_approved = 'spam'
- ORDER BY comment_date DESC");
-} else {
- if ( isset( $_GET['apage'] ) )
- $page = (int) $_GET['apage'];
- else
- $page = 1;
-
- if ( $page < 2 )
- $page = 1;
-
- $current_type = false;
- if ( isset( $_GET['ctype'] ) )
- $current_type = preg_replace( '|[^a-z]|', '', $_GET['ctype'] );
-
- $comments = akismet_spam_comments( $current_type, $page );
- $total = akismet_spam_count( $current_type );
- $totals = akismet_spam_totals();
-?>
-
' . $button, $page );
- return $page;
- }
-
- if ( $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '0'" ) )
- ob_start( 'akismet_recheck_button' );
-}
-
-// This option causes tons of FPs, was removed in 2.1
-function akismet_kill_proxy_check( $option ) { return 0; }
-add_filter('option_open_proxy_check', 'akismet_kill_proxy_check');
diff --git a/src/wp-content/plugins/akismet/readme.txt b/src/wp-content/plugins/akismet/readme.txt
deleted file mode 100644
index fbd3513b..00000000
--- a/src/wp-content/plugins/akismet/readme.txt
+++ /dev/null
@@ -1,130 +0,0 @@
-=== Akismet ===
-Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, automattic
-Tags: akismet, comments, spam
-Requires at least: 3.0
-Tested up to: 3.1
-Stable tag: 2.5.3
-License: GPLv2 or later
-
-Akismet checks your comments against the Akismet web service to see if they look like spam or not.
-
-== Description ==
-
-Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you
-review the spam it catches under your blog's "Comments" admin screen.
-
-Major new features in Akismet 2.5 include:
-
-* A comment status history, so you can easily see which comments were caught or cleared by Akismet, and which were spammed or unspammed by a moderator
-* Links are highlighted in the comment body, to reveal hidden or misleading links
-* If your web host is unable to reach Akismet's servers, the plugin will automatically retry when your connection is back up
-* Moderators can see the number of approved comments for each user
-* Spam and Unspam reports now include more information, to help improve accuracy
-
-PS: You'll need an [Akismet.com API key](http://akismet.com/get/) to use it. Keys are free for personal blogs, with paid subscriptions available for businesses and commercial sites.
-
-== Installation ==
-
-Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.com API key](http://akismet.com/get/).
-
-1, 2, 3: You're done!
-
-== Changelog ==
-
-= 2.5.3 =
-* Specify the license is GPL v2 or later
-* Fix a bug that could result in orphaned commentmeta entries
-* Include hotfix for WordPress 3.0.5 filter issue
-
-= 2.5.2 =
-
-* Properly format the comment count for author counts
-* Look for super admins on multisite installs when looking up user roles
-* Increase the HTTP request timeout
-* Removed padding for author approved count
-* Fix typo in function name
-* Set Akismet stats iframe height to fixed 2500px. Better to have one tall scroll bar than two side by side.
-
-= 2.5.1 =
-
-* Fix a bug that caused the "Auto delete" option to fail to discard comments correctly
-* Remove the comment nonce form field from the 'Akismet Configuration' page in favor of using a filter, akismet_comment_nonce
-* Fixed padding bug in "author" column of posts screen
-* Added margin-top to "cleared by ..." badges on dashboard
-* Fix possible error when calling akismet_cron_recheck()
-* Fix more PHP warnings
-* Clean up XHTML warnings for comment nonce
-* Fix for possible condition where scheduled comment re-checks could get stuck
-* Clean up the comment meta details after deleting a comment
-* Only show the status badge if the comment status has been changed by someone/something other than Akismet
-* Show a 'History' link in the row-actions
-* Translation fixes
-* Reduced font-size on author name
-* Moved "flagged by..." notification to top right corner of comment container and removed heavy styling
-* Hid "flagged by..." notification while on dashboard
-
-= 2.5.0 =
-
-* Track comment actions under 'Akismet Status' on the edit comment screen
-* Fix a few remaining deprecated function calls ( props Mike Glendinning )
-* Use HTTPS for the stats IFRAME when wp-admin is using HTTPS
-* Use the WordPress HTTP class if available
-* Move the admin UI code to a separate file, only loaded when needed
-* Add cron retry feature, to replace the old connectivity check
-* Display Akismet status badge beside each comment
-* Record history for each comment, and display it on the edit page
-* Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham
-* Highlight links in comment content
-* New option, "Show the number of comments you've approved beside each comment author."
-* New option, "Use a nonce on the comment form."
-
-= 2.4.0 =
-
-* Spell out that the license is GPLv2
-* Fix PHP warnings
-* Fix WordPress deprecated function calls
-* Fire the delete_comment action when deleting comments
-* Move code specific for older WP versions to legacy.php
-* General code clean up
-
-= 2.3.0 =
-
-* Fix "Are you sure" nonce message on config screen in WPMU
-* Fix XHTML compliance issue in sidebar widget
-* Change author link; remove some old references to WordPress.com accounts
-* Localize the widget title (core ticket #13879)
-
-= 2.2.9 =
-
-* Eliminate a potential conflict with some plugins that may cause spurious reports
-
-= 2.2.8 =
-
-* Fix bug in initial comment check for ipv6 addresses
-* Report comments as ham when they are moved from spam to moderation
-* Report comments as ham when clicking undo after spam
-* Use transition_comment_status action when available instead of older actions for spam/ham submissions
-* Better diagnostic messages when PHP network functions are unavailable
-* Better handling of comments by logged-in users
-
-= 2.2.7 =
-
-* Add a new AKISMET_VERSION constant
-* Reduce the possibility of over-counting spam when another spam filter plugin is in use
-* Disable the connectivity check when the API key is hard-coded for WPMU
-
-= 2.2.6 =
-
-* Fix a global warning introduced in 2.2.5
-* Add changelog and additional readme.txt tags
-* Fix an array conversion warning in some versions of PHP
-* Support a new WPCOM_API_KEY constant for easier use with WordPress MU
-
-= 2.2.5 =
-
-* Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls
-
-= 2.2.4 =
-
-* Fixed a key problem affecting the stats feature in WordPress MU
-* Provide additional blog information in Akismet API calls
diff --git a/src/wp-content/plugins/akismet/widget.php b/src/wp-content/plugins/akismet/widget.php
deleted file mode 100644
index e9a3f626..00000000
--- a/src/wp-content/plugins/akismet/widget.php
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-
-
'.sprintf(__('Switching language to %1$s... If the Dashboard isn\'t loading, use this link.','qtranslate'),$q_config['language_name'][qtrans_getLanguage()],admin_url()).'';
- exit();
- }
-
- // init some needed variables
- $error = '';
- $original_lang = '';
- $language_code = '';
- $language_name = '';
- $language_locale = '';
- $language_date_format = '';
- $language_time_format = '';
- $language_na_message = '';
- $language_flag = '';
- $language_default = '';
- $altered_table = false;
-
- $message = apply_filters('qtranslate_configuration_pre','');
-
- // check for action
- if(isset($_POST['qtranslate_reset']) && isset($_POST['qtranslate_reset2'])) {
- $message = __('qTranslate has been reset.', 'qtranslate');
- } elseif(isset($_POST['default_language'])) {
- // save settings
- qtrans_checkSetting('default_language', true, QT_LANGUAGE);
- qtrans_checkSetting('flag_location', true, QT_URL);
- qtrans_checkSetting('ignore_file_types', true, QT_STRING);
- qtrans_checkSetting('detect_browser_language', true, QT_BOOLEAN);
- qtrans_checkSetting('hide_untranslated', true, QT_BOOLEAN);
- qtrans_checkSetting('use_strftime', true, QT_INTEGER);
- qtrans_checkSetting('url_mode', true, QT_INTEGER);
- qtrans_checkSetting('auto_update_mo', true, QT_BOOLEAN);
- qtrans_checkSetting('hide_default_language', true, QT_BOOLEAN);
- if(isset($_POST['update_mo_now']) && $_POST['update_mo_now']=='1' && qtrans_updateGettextDatabases(true))
- $message = __('Gettext databases updated.', 'qtranslate');
- }
-
- if(isset($_POST['original_lang'])) {
- // validate form input
- if($_POST['language_na_message']=='') $error = __('The Language must have a Not-Available Message!', 'qtranslate');
- if(strlen($_POST['language_locale'])<2) $error = __('The Language must have a Locale!', 'qtranslate');
- if($_POST['language_name']=='') $error = __('The Language must have a name!', 'qtranslate');
- if(strlen($_POST['language_code'])!=2) $error = __('Language Code has to be 2 characters long!', 'qtranslate');
- if($_POST['original_lang']==''&&$error=='') {
- // new language
- if(isset($q_config['language_name'][$_POST['language_code']])) {
- $error = __('There is already a language with the same Language Code!', 'qtranslate');
- }
- }
- if($_POST['original_lang']!=''&&$error=='') {
- // language update
- if($_POST['language_code']!=$_POST['original_lang']&&isset($q_config['language_name'][$_POST['language_code']])) {
- $error = __('There is already a language with the same Language Code!', 'qtranslate');
- } else {
- // remove old language
- unset($q_config['language_name'][$_POST['original_lang']]);
- unset($q_config['flag'][$_POST['original_lang']]);
- unset($q_config['locale'][$_POST['original_lang']]);
- unset($q_config['date_format'][$_POST['original_lang']]);
- unset($q_config['time_format'][$_POST['original_lang']]);
- unset($q_config['not_available'][$_POST['original_lang']]);
- if(in_array($_POST['original_lang'],$q_config['enabled_languages'])) {
- // was enabled, so set modified one to enabled too
- for($i = 0; $i < sizeof($q_config['enabled_languages']); $i++) {
- if($q_config['enabled_languages'][$i] == $_POST['original_lang']) {
- $q_config['enabled_languages'][$i] = $_POST['language_code'];
- }
- }
- }
- if($_POST['original_lang']==$q_config['default_language'])
- // was default, so set modified the default
- $q_config['default_language'] = $_POST['language_code'];
- }
- }
- if(get_magic_quotes_gpc()) {
- if(isset($_POST['language_date_format'])) $_POST['language_date_format'] = stripslashes($_POST['language_date_format']);
- if(isset($_POST['language_time_format'])) $_POST['language_time_format'] = stripslashes($_POST['language_time_format']);
- }
- if($error=='') {
- // everything is fine, insert language
- $q_config['language_name'][$_POST['language_code']] = $_POST['language_name'];
- $q_config['flag'][$_POST['language_code']] = $_POST['language_flag'];
- $q_config['locale'][$_POST['language_code']] = $_POST['language_locale'];
- $q_config['date_format'][$_POST['language_code']] = $_POST['language_date_format'];
- $q_config['time_format'][$_POST['language_code']] = $_POST['language_time_format'];
- $q_config['not_available'][$_POST['language_code']] = $_POST['language_na_message'];
- }
- if($error!=''||isset($_GET['edit'])) {
- // get old values in the form
- $original_lang = $_POST['original_lang'];
- $language_code = $_POST['language_code'];
- $language_name = $_POST['language_name'];
- $language_locale = $_POST['language_locale'];
- $language_date_format = $_POST['language_date_format'];
- $language_time_format = $_POST['language_time_format'];
- $language_na_message = $_POST['language_na_message'];
- $language_flag = $_POST['language_flag'];
- $language_default = $_POST['language_default'];
- }
- } elseif(isset($_GET['convert'])){
- // update language tags
- global $wpdb;
- $wpdb->show_errors();
- foreach($q_config['enabled_languages'] as $lang) {
- $wpdb->query('UPDATE '.$wpdb->posts.' set post_title = REPLACE(post_title, "[lang_'.$lang.']","")');
- $wpdb->query('UPDATE '.$wpdb->posts.' set post_title = REPLACE(post_title, "[/lang_'.$lang.']","")');
- $wpdb->query('UPDATE '.$wpdb->posts.' set post_content = REPLACE(post_content, "[lang_'.$lang.']","")');
- $wpdb->query('UPDATE '.$wpdb->posts.' set post_content = REPLACE(post_content, "[/lang_'.$lang.']","")');
- }
- $message = "Database Update successful!";
- } elseif(isset($_GET['markdefault'])){
- // update language tags
- global $wpdb;
- $wpdb->show_errors();
- $result = $wpdb->get_results('SELECT ID, post_title, post_content FROM '.$wpdb->posts.' WHERE NOT (post_content LIKE "%%" OR post_title LIKE "%%")');
- foreach($result as $post) {
- $content = qtrans_split($post->post_content);
- $title = qtrans_split($post->post_title);
- foreach($q_config['enabled_languages'] as $language) {
- if($language != $q_config['default_language']) {
- $content[$language] = "";
- $title[$language] = "";
- }
- }
- $content = qtrans_join($content);
- $title = qtrans_join($title);
- $wpdb->query('UPDATE '.$wpdb->posts.' set post_content = "'.mysql_escape_string($content).'", post_title = "'.mysql_escape_string($title).'" WHERE ID='.$post->ID);
- }
- $message = "All Posts marked as default language!";
- } elseif(isset($_GET['edit'])){
- $original_lang = $_GET['edit'];
- $language_code = $_GET['edit'];
- $language_name = $q_config['language_name'][$_GET['edit']];
- $language_locale = $q_config['locale'][$_GET['edit']];
- $language_date_format = $q_config['date_format'][$_GET['edit']];
- $language_time_format = $q_config['time_format'][$_GET['edit']];
- $language_na_message = $q_config['not_available'][$_GET['edit']];
- $language_flag = $q_config['flag'][$_GET['edit']];
- } elseif(isset($_GET['delete'])) {
- // validate delete (protect code)
- if($q_config['default_language']==$_GET['delete'])
- $error = 'Cannot delete Default Language!';
- if(!isset($q_config['language_name'][$_GET['delete']])||strtolower($_GET['delete'])=='code')
- $error = 'No such language!';
- if($error=='') {
- // everything seems fine, delete language
- qtrans_disableLanguage($_GET['delete']);
- unset($q_config['language_name'][$_GET['delete']]);
- unset($q_config['flag'][$_GET['delete']]);
- unset($q_config['locale'][$_GET['delete']]);
- unset($q_config['date_format'][$_GET['delete']]);
- unset($q_config['time_format'][$_GET['delete']]);
- unset($q_config['not_available'][$_GET['delete']]);
- }
- } elseif(isset($_GET['enable'])) {
- // enable validate
- if(!qtrans_enableLanguage($_GET['enable'])) {
- $error = __('Language is already enabled or invalid!', 'qtranslate');
- }
- } elseif(isset($_GET['disable'])) {
- // enable validate
- if($_GET['disable']==$q_config['default_language'])
- $error = __('Cannot disable Default Language!', 'qtranslate');
- if(!qtrans_isEnabled($_GET['disable']))
- if(!isset($q_config['language_name'][$_GET['disable']]))
- $error = __('No such language!', 'qtranslate');
- // everything seems fine, disable language
- if($error=='' && !qtrans_disableLanguage($_GET['disable'])) {
- $error = __('Language is already disabled!', 'qtranslate');
- }
- } elseif(isset($_GET['moveup'])) {
- $languages = qtrans_getSortedLanguages();
- $message = __('No such language!', 'qtranslate');
- foreach($languages as $key => $language) {
- if($language==$_GET['moveup']) {
- if($key==0) {
- $message = __('Language is already first!', 'qtranslate');
- break;
- }
- $languages[$key] = $languages[$key-1];
- $languages[$key-1] = $language;
- $q_config['enabled_languages'] = $languages;
- $message = __('New order saved.', 'qtranslate');
- break;
- }
- }
- } elseif(isset($_GET['movedown'])) {
- $languages = qtrans_getSortedLanguages();
- $message = __('No such language!', 'qtranslate');
- foreach($languages as $key => $language) {
- if($language==$_GET['movedown']) {
- if($key==sizeof($languages)-1) {
- $message = __('Language is already last!', 'qtranslate');
- break;
- }
- $languages[$key] = $languages[$key+1];
- $languages[$key+1] = $language;
- $q_config['enabled_languages'] = $languages;
- $message = __('New order saved.', 'qtranslate');
- break;
- }
- }
- }
-
- $everything_fine = ((isset($_POST['submit'])||isset($_GET['delete'])||isset($_GET['enable'])||isset($_GET['disable'])||isset($_GET['moveup'])||isset($_GET['movedown']))&&$error=='');
- if($everything_fine) {
- // settings might have changed, so save
- qtrans_saveConfig();
- if(empty($message)) {
- $message = __('Options saved.', 'qtranslate');
- }
- }
- if($q_config['auto_update_mo']) {
- if(!is_dir(WP_LANG_DIR) || !$ll = @fopen(trailingslashit(WP_LANG_DIR).'qtranslate.test','a')) {
- $error = sprintf(__('Could not write to "%s", Gettext Databases could not be downloaded!', 'qtranslate'), WP_LANG_DIR);
- } else {
- @fclose($ll);
- @unlink(trailingslashit(WP_LANG_DIR).'qtranslate.test');
- }
- }
- // don't accidently delete/enable/disable twice
- $clean_uri = preg_replace("/&(delete|enable|disable|convert|markdefault|moveup|movedown)=[^]*/i","",$_SERVER['REQUEST_URI']);
- $clean_uri = apply_filters('qtranslate_clean_uri', $clean_uri);
-
-// Generate XHTML
-
- ?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
qTranslate FAQ and the Support Forum.', 'qtranslate'), 'http://www.qianqin.de/qtranslate/faq/', 'http://www.qianqin.de/qtranslate/forum/viewforum.php?f=3'); ?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $language){ if($lang!='code') { ?>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/wp-content/plugins/qtranslate/qtranslate_core.php b/src/wp-content/plugins/qtranslate/qtranslate_core.php
deleted file mode 100644
index 17b4669a..00000000
--- a/src/wp-content/plugins/qtranslate/qtranslate_core.php
+++ /dev/null
@@ -1,826 +0,0 @@
- $priority) {
- if(strlen($language)>2) $language = substr($language,0,2);
- if(qtrans_isEnabled($language)) {
- if($q_config['hide_default_language'] && $language == $q_config['default_language']) break;
- $target = qtrans_convertURL(get_option('home'),$language);
- break;
- }
- }
- }
- $target = apply_filters("qtranslate_language_detect_redirect", $target);
- if($target !== false) {
- wp_redirect($target);
- exit();
- }
- }
-
- /*
- // Check for WP Secret Key Missmatch
- global $wp_default_secret_key;
- if(strpos($q_config['url_info']['url'],'wp-login.php')!==false && defined('AUTH_KEY') && isset($wp_default_secret_key) && $wp_default_secret_key != AUTH_KEY) {
- global $error;
- $error = __('Your $wp_default_secret_key is mismatchting with your AUTH_KEY. This might cause you not to be able to login anymore.','qtranslate');
- }
- */
-
- // Filter all options for language tags
- if(!defined('WP_ADMIN')) {
- $alloptions = wp_load_alloptions();
- foreach($alloptions as $option => $value) {
- add_filter('option_'.$option, 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0);
- }
- }
-
- // load plugin translations
- load_plugin_textdomain('qtranslate', false, dirname(plugin_basename( __FILE__ )).'/lang');
-
- // remove traces of language (or better not?)
- //unset($_GET['lang']);
- $_SERVER['REQUEST_URI'] = $q_config['url_info']['url'];
- $_SERVER['HTTP_HOST'] = $q_config['url_info']['host'];
-
- // fix url to prevent xss
- $q_config['url_info']['url'] = qtrans_convertURL(add_query_arg('lang',$q_config['default_language'],$q_config['url_info']['url']));
-}
-
-// returns cleaned string and language information
-function qtrans_extractURL($url, $host = '', $referer = '') {
- global $q_config;
- $home = qtrans_parseURL(get_option('home'));
- $home['path'] = trailingslashit($home['path']);
- $referer = qtrans_parseURL($referer);
-
- $result = array();
- $result['language'] = $q_config['default_language'];
- $result['url'] = $url;
- $result['original_url'] = $url;
- $result['host'] = $host;
- $result['redirect'] = false;
- $result['internal_referer'] = false;
- $result['home'] = $home['path'];
-
- switch($q_config['url_mode']) {
- case QT_URL_PATH:
- // pre url
- $url = substr($url, strlen($home['path']));
- if($url) {
- // might have language information
- if(preg_match("#^([a-z]{2})(/.*)?$#i",$url,$match)) {
- if(qtrans_isEnabled($match[1])) {
- // found language information
- $result['language'] = $match[1];
- $result['url'] = $home['path'].substr($url, 3);
- }
- }
- }
- break;
- case QT_URL_DOMAIN:
- // pre domain
- if($host) {
- if(preg_match("#^([a-z]{2}).#i",$host,$match)) {
- if(qtrans_isEnabled($match[1])) {
- // found language information
- $result['language'] = $match[1];
- $result['host'] = substr($host, 3);
- }
- }
- }
- break;
- }
-
- // check if referer is internal
- if($referer['host']==$result['host'] && qtrans_startsWith($referer['path'], $home['path'])) {
- // user coming from internal link
- $result['internal_referer'] = true;
- }
-
- if(isset($_GET['lang']) && qtrans_isEnabled($_GET['lang'])) {
- // language override given
- $result['language'] = $_GET['lang'];
- $result['url'] = preg_replace("#(&|\?)lang=".$result['language']."&?#i","$1",$result['url']);
- $result['url'] = preg_replace("#[\?\&]+$#i","",$result['url']);
- } elseif($home['host'] == $result['host'] && $home['path'] == $result['url']) {
- if(empty($referer['host'])||!$q_config['hide_default_language']) {
- $result['redirect'] = true;
- } else {
- // check if activating language detection is possible
- if(preg_match("#^([a-z]{2}).#i",$referer['host'],$match)) {
- if(qtrans_isEnabled($match[1])) {
- // found language information
- $referer['host'] = substr($referer['host'], 3);
- }
- }
- if(!$result['internal_referer']) {
- // user coming from external link
- $result['redirect'] = true;
- }
- }
- }
-
- return $result;
-}
-
-function qtrans_validateBool($var, $default) {
- if($var==='0') return false; elseif($var==='1') return true; else return $default;
-}
-
-// loads config via get_option and defaults to values set on top
-function qtrans_loadConfig() {
- global $q_config;
-
- // Load everything
- $language_names = get_option('qtranslate_language_names');
- $enabled_languages = get_option('qtranslate_enabled_languages');
- $default_language = get_option('qtranslate_default_language');
- $flag_location = get_option('qtranslate_flag_location');
- $flags = get_option('qtranslate_flags');
- $locales = get_option('qtranslate_locales');
- $na_messages = get_option('qtranslate_na_messages');
- $date_formats = get_option('qtranslate_date_formats');
- $time_formats = get_option('qtranslate_time_formats');
- $use_strftime = get_option('qtranslate_use_strftime');
- $ignore_file_types = get_option('qtranslate_ignore_file_types');
- $url_mode = get_option('qtranslate_url_mode');
- $detect_browser_language = get_option('qtranslate_detect_browser_language');
- $hide_untranslated = get_option('qtranslate_hide_untranslated');
- $auto_update_mo = get_option('qtranslate_auto_update_mo');
- $term_name = get_option('qtranslate_term_name');
- $hide_default_language = get_option('qtranslate_hide_default_language');
-
- // default if not set
- if(!is_array($date_formats)) $date_formats = $q_config['date_format'];
- if(!is_array($time_formats)) $time_formats = $q_config['time_format'];
- if(!is_array($na_messages)) $na_messages = $q_config['not_available'];
- if(!is_array($locales)) $locales = $q_config['locale'];
- if(!is_array($flags)) $flags = $q_config['flag'];
- if(!is_array($language_names)) $language_names = $q_config['language_name'];
- if(!is_array($enabled_languages)) $enabled_languages = $q_config['enabled_languages'];
- if(!is_array($term_name)) $term_name = $q_config['term_name'];
- if(empty($ignore_file_types)) $ignore_file_types = $q_config['ignore_file_types'];
- if(empty($default_language)) $default_language = $q_config['default_language'];
- if(empty($use_strftime)) $use_strftime = $q_config['use_strftime'];
- if(empty($url_mode)) $url_mode = $q_config['url_mode'];
- if(!is_string($flag_location) || $flag_location==='') $flag_location = $q_config['flag_location'];
- $detect_browser_language = qtrans_validateBool($detect_browser_language, $q_config['detect_browser_language']);
- $hide_untranslated = qtrans_validateBool($hide_untranslated, $q_config['hide_untranslated']);
- $auto_update_mo = qtrans_validateBool($auto_update_mo, $q_config['auto_update_mo']);
- $hide_default_language = qtrans_validateBool($hide_default_language, $q_config['hide_default_language']);
-
- // url fix for upgrading users
- $flag_location = trailingslashit(preg_replace('#^wp-content/#','',$flag_location));
-
- // check for invalid permalink/url mode combinations
- $permalink_structure = get_option('permalink_structure');
- if($permalink_structure===""||strpos($permalink_structure,'?')!==false||strpos($permalink_structure,'index.php')!==false) $url_mode = QT_URL_QUERY;
-
- // overwrite default values with loaded values
- $q_config['date_format'] = $date_formats;
- $q_config['time_format'] = $time_formats;
- $q_config['not_available'] = $na_messages;
- $q_config['locale'] = $locales;
- $q_config['flag'] = $flags;
- $q_config['language_name'] = $language_names;
- $q_config['enabled_languages'] = $enabled_languages;
- $q_config['default_language'] = $default_language;
- $q_config['flag_location'] = $flag_location;
- $q_config['use_strftime'] = $use_strftime;
- $q_config['ignore_file_types'] = $ignore_file_types;
- $q_config['url_mode'] = $url_mode;
- $q_config['detect_browser_language'] = $detect_browser_language;
- $q_config['hide_untranslated'] = $hide_untranslated;
- $q_config['auto_update_mo'] = $auto_update_mo;
- $q_config['hide_default_language'] = $hide_default_language;
- $q_config['term_name'] = $term_name;
-
- do_action('qtranslate_loadConfig');
-}
-
-// saves entire configuration
-function qtrans_saveConfig() {
- global $q_config;
-
- // save everything
- update_option('qtranslate_language_names', $q_config['language_name']);
- update_option('qtranslate_enabled_languages', $q_config['enabled_languages']);
- update_option('qtranslate_default_language', $q_config['default_language']);
- update_option('qtranslate_flag_location', $q_config['flag_location']);
- update_option('qtranslate_flags', $q_config['flag']);
- update_option('qtranslate_locales', $q_config['locale']);
- update_option('qtranslate_na_messages', $q_config['not_available']);
- update_option('qtranslate_date_formats', $q_config['date_format']);
- update_option('qtranslate_time_formats', $q_config['time_format']);
- update_option('qtranslate_ignore_file_types', $q_config['ignore_file_types']);
- update_option('qtranslate_url_mode', $q_config['url_mode']);
- update_option('qtranslate_term_name', $q_config['term_name']);
- update_option('qtranslate_use_strftime', $q_config['use_strftime']);
- if($q_config['detect_browser_language'])
- update_option('qtranslate_detect_browser_language', '1');
- else
- update_option('qtranslate_detect_browser_language', '0');
- if($q_config['hide_untranslated'])
- update_option('qtranslate_hide_untranslated', '1');
- else
- update_option('qtranslate_hide_untranslated', '0');
- if($q_config['auto_update_mo'])
- update_option('qtranslate_auto_update_mo', '1');
- else
- update_option('qtranslate_auto_update_mo', '0');
- if($q_config['hide_default_language'])
- update_option('qtranslate_hide_default_language', '1');
- else
- update_option('qtranslate_hide_default_language', '0');
-
- do_action('qtranslate_saveConfig');
-}
-
-function qtrans_updateGettextDatabases($force = false, $only_for_language = '') {
- global $q_config;
- if(!is_dir(WP_LANG_DIR)) {
- if(!@mkdir(WP_LANG_DIR))
- return false;
- }
- $next_update = get_option('qtranslate_next_update_mo');
- if(time() < $next_update && !$force) return true;
- update_option('qtranslate_next_update_mo', time() + 7*24*60*60);
- foreach($q_config['locale'] as $lang => $locale) {
- if(qtrans_isEnabled($only_for_language) && $lang != $only_for_language) continue;
- if(!qtrans_isEnabled($lang)) continue;
- if($ll = @fopen(trailingslashit(WP_LANG_DIR).$locale.'.mo.filepart','a')) {
- // can access .mo file
- fclose($ll);
- // try to find a .mo file
- if(!($locale == 'en_US' && $lcr = @fopen('http://www.qianqin.de/wp-content/languages/'.$locale.'.mo','r')))
- if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.$locale.'/tags/'.$GLOBALS['wp_version'].'/messages/'.$locale.'.mo','r'))
- if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.substr($locale,0,2).'/tags/'.$GLOBALS['wp_version'].'/messages/'.$locale.'.mo','r'))
- if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.$locale.'/branches/'.$GLOBALS['wp_version'].'/messages/'.$locale.'.mo','r'))
- if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.substr($locale,0,2).'/branches/'.$GLOBALS['wp_version'].'/messages/'.$locale.'.mo','r'))
- if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.$locale.'/branches/'.$GLOBALS['wp_version'].'/'.$locale.'.mo','r'))
- if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.substr($locale,0,2).'/branches/'.$GLOBALS['wp_version'].'/'.$locale.'.mo','r'))
- if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.$locale.'/trunk/messages/'.$locale.'.mo','r'))
- if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.substr($locale,0,2).'/trunk/messages/'.$locale.'.mo','r')) {
- // couldn't find a .mo file
- if(filesize(trailingslashit(WP_LANG_DIR).$locale.'.mo.filepart')==0) unlink(trailingslashit(WP_LANG_DIR).$locale.'.mo.filepart');
- continue;
- }
- // found a .mo file, update local .mo
- $ll = fopen(trailingslashit(WP_LANG_DIR).$locale.'.mo.filepart','w');
- while(!feof($lcr)) {
- // try to get some more time
- @set_time_limit(30);
- $lc = fread($lcr, 8192);
- fwrite($ll,$lc);
- }
- fclose($lcr);
- fclose($ll);
- // only use completely download .mo files
- rename(trailingslashit(WP_LANG_DIR).$locale.'.mo.filepart',trailingslashit(WP_LANG_DIR).$locale.'.mo');
- }
- }
- return true;
-}
-
-function qtrans_updateTermLibrary() {
- global $q_config;
- if(!isset($_POST['action'])) return;
- switch($_POST['action']) {
- case 'editedtag':
- case 'addtag':
- case 'editedcat':
- case 'addcat':
- case 'add-cat':
- case 'add-tag':
- case 'add-link-cat':
- if(isset($_POST['qtrans_term_'.$q_config['default_language']]) && $_POST['qtrans_term_'.$q_config['default_language']]!='') {
- $default = htmlspecialchars(qtrans_stripSlashesIfNecessary($_POST['qtrans_term_'.$q_config['default_language']]), ENT_NOQUOTES);
- if(!isset($q_config['term_name'][$default]) || !is_array($q_config['term_name'][$default])) $q_config['term_name'][$default] = array();
- foreach($q_config['enabled_languages'] as $lang) {
- $_POST['qtrans_term_'.$lang] = qtrans_stripSlashesIfNecessary($_POST['qtrans_term_'.$lang]);
- if($_POST['qtrans_term_'.$lang]!='') {
- $q_config['term_name'][$default][$lang] = htmlspecialchars($_POST['qtrans_term_'.$lang], ENT_NOQUOTES);
- } else {
- $q_config['term_name'][$default][$lang] = $default;
- }
- }
- update_option('qtranslate_term_name',$q_config['term_name']);
- }
- break;
- }
-}
-
-/* BEGIN DATE TIME FUNCTIONS */
-
-function qtrans_strftime($format, $date, $default = '', $before = '', $after = '') {
- // don't do anything if format is not given
- if($format=='') return $default;
- // add date suffix ability (%q) to strftime
- $day = intval(ltrim(strftime("%d",$date),'0'));
- $search = array();
- $replace = array();
-
- // date S
- $search[] = '/(([^%])%q|^%q)/';
- if($day==1||$day==21||$day==31) {
- $replace[] = '$2st';
- } elseif($day==2||$day==22) {
- $replace[] = '$2nd';
- } elseif($day==3||$day==23) {
- $replace[] = '$2rd';
- } else {
- $replace[] = '$2th';
- }
-
- $search[] = '/(([^%])%E|^%E)/'; $replace[] = '${2}'.$day; // date j
- $search[] = '/(([^%])%f|^%f)/'; $replace[] = '${2}'.date('w',$date); // date w
- $search[] = '/(([^%])%F|^%F)/'; $replace[] = '${2}'.date('z',$date); // date z
- $search[] = '/(([^%])%i|^%i)/'; $replace[] = '${2}'.date('n',$date); // date i
- $search[] = '/(([^%])%J|^%J)/'; $replace[] = '${2}'.date('t',$date); // date t
- $search[] = '/(([^%])%k|^%k)/'; $replace[] = '${2}'.date('L',$date); // date L
- $search[] = '/(([^%])%K|^%K)/'; $replace[] = '${2}'.date('B',$date); // date B
- $search[] = '/(([^%])%l|^%l)/'; $replace[] = '${2}'.date('g',$date); // date g
- $search[] = '/(([^%])%L|^%L)/'; $replace[] = '${2}'.date('G',$date); // date G
- $search[] = '/(([^%])%N|^%N)/'; $replace[] = '${2}'.date('u',$date); // date u
- $search[] = '/(([^%])%Q|^%Q)/'; $replace[] = '${2}'.date('e',$date); // date e
- $search[] = '/(([^%])%o|^%o)/'; $replace[] = '${2}'.date('I',$date); // date I
- $search[] = '/(([^%])%O|^%O)/'; $replace[] = '${2}'.date('O',$date); // date O
- $search[] = '/(([^%])%s|^%s)/'; $replace[] = '${2}'.date('P',$date); // date P
- $search[] = '/(([^%])%v|^%v)/'; $replace[] = '${2}'.date('T',$date); // date T
- $search[] = '/(([^%])%1|^%1)/'; $replace[] = '${2}'.date('Z',$date); // date Z
- $search[] = '/(([^%])%2|^%2)/'; $replace[] = '${2}'.date('c',$date); // date c
- $search[] = '/(([^%])%3|^%3)/'; $replace[] = '${2}'.date('r',$date); // date r
- $search[] = '/(([^%])%4|^%4)/'; $replace[] = '${2}'.$date; // date U
- $format = preg_replace($search,$replace,$format);
- return $before.strftime($format, $date).$after;
-}
-
-function qtrans_dateFromPostForCurrentLanguage($old_date, $format ='', $before = '', $after = '') {
- global $post;
- return qtrans_strftime(qtrans_convertDateFormat($format), mysql2date('U',$post->post_date), $old_date, $before, $after);
-}
-
-function qtrans_dateModifiedFromPostForCurrentLanguage($old_date, $format ='') {
- global $post;
- return qtrans_strftime(qtrans_convertDateFormat($format), mysql2date('U',$post->post_modified), $old_date);
-}
-
-function qtrans_timeFromPostForCurrentLanguage($old_date, $format = '', $post = null, $gmt = false) {
- $post = get_post($post);
-
- $post_date = $gmt? $post->post_date_gmt : $post->post_date;
- return qtrans_strftime(qtrans_convertTimeFormat($format), mysql2date('U',$post_date), $old_date);
-}
-
-function qtrans_timeModifiedFromPostForCurrentLanguage($old_date, $format = '', $gmt = false) {
- global $post;
- $post_date = $gmt? $post->post_modified_gmt : $post->post_modified;
- return qtrans_strftime(qtrans_convertTimeFormat($format), mysql2date('U',$post_date), $old_date);
-}
-
-function qtrans_dateFromCommentForCurrentLanguage($old_date, $format ='') {
- global $comment;
- return qtrans_strftime(qtrans_convertDateFormat($format), mysql2date('U',$comment->comment_date), $old_date);
-}
-
-function qtrans_timeFromCommentForCurrentLanguage($old_date, $format = '', $gmt = false, $translate = true) {
- if(!$translate) return $old_date;
- global $comment;
- $comment_date = $gmt? $comment->comment_date_gmt : $comment->comment_date;
- return qtrans_strftime(qtrans_convertTimeFormat($format), mysql2date('U',$comment_date), $old_date);
-}
-
-/* END DATE TIME FUNCTIONS */
-
-function qtrans_useTermLib($obj) {
- global $q_config;
- if(is_array($obj)) {
- // handle arrays recursively
- foreach($obj as $key => $t) {
- $obj[$key] = qtrans_useTermLib($obj[$key]);
- }
- return $obj;
- }
- if(is_object($obj)) {
- // object conversion
- if(isset($q_config['term_name'][$obj->name][$q_config['language']])) {
- $obj->name = $q_config['term_name'][$obj->name][$q_config['language']];
- }
- } elseif(isset($q_config['term_name'][$obj][$q_config['language']])) {
- $obj = $q_config['term_name'][$obj][$q_config['language']];
- }
- return $obj;
-}
-
-function qtrans_convertBlogInfoURL($url, $what) {
- if($what=='stylesheet_url') return $url;
- if($what=='template_url') return $url;
- if($what=='template_directory') return $url;
- if($what=='stylesheet_directory') return $url;
- return qtrans_convertURL($url);
-}
-
-function qtrans_convertURL($url='', $lang='', $forceadmin = false) {
- global $q_config;
-
- // invalid language
- if($url=='') $url = esc_url($q_config['url_info']['url']);
- if($lang=='') $lang = $q_config['language'];
- if(defined('WP_ADMIN')&&!$forceadmin) return $url;
- if(!qtrans_isEnabled($lang)) return "";
-
- // & workaround
- $url = str_replace('&','&',$url);
- $url = str_replace('&','&',$url);
-
- // check for trailing slash
- $nottrailing = (strpos($url,'?')===false && strpos($url,'#')===false && substr($url,-1,1)!='/');
-
- // check if it's an external link
- $urlinfo = qtrans_parseURL($url);
- $home = rtrim(get_option('home'),"/");
- if($urlinfo['host']!='') {
- // check for already existing pre-domain language information
- if($q_config['url_mode'] == QT_URL_DOMAIN && preg_match("#^([a-z]{2}).#i",$urlinfo['host'],$match)) {
- if(qtrans_isEnabled($match[1])) {
- // found language information, remove it
- $url = preg_replace("/".$match[1]."\./i","",$url, 1);
- // reparse url
- $urlinfo = qtrans_parseURL($url);
- }
- }
- if(substr($url,0,strlen($home))!=$home) {
- return $url;
- }
- // strip home path
- $url = substr($url,strlen($home));
- } else {
- // relative url, strip home path
- $homeinfo = qtrans_parseURL($home);
- if($homeinfo['path']==substr($url,0,strlen($homeinfo['path']))) {
- $url = substr($url,strlen($homeinfo['path']));
- }
- }
-
- // check for query language information and remove if found
- if(preg_match("#(&|\?)lang=([^&\#]+)#i",$url,$match) && qtrans_isEnabled($match[2])) {
- $url = preg_replace("#(&|\?)lang=".$match[2]."&?#i","$1",$url);
- }
-
- // remove any slashes out front
- $url = ltrim($url,"/");
-
- // remove any useless trailing characters
- $url = rtrim($url,"?&");
-
- // reparse url without home path
- $urlinfo = qtrans_parseURL($url);
-
- // check if its a link to an ignored file type
- $ignore_file_types = preg_split('/\s*,\s*/', strtolower($q_config['ignore_file_types']));
- $pathinfo = pathinfo($urlinfo['path']);
- if(isset($pathinfo['extension']) && in_array(strtolower($pathinfo['extension']), $ignore_file_types)) {
- return $home."/".$url;
- }
-
- // ignore wp internal links
- if(preg_match("#^(wp-login.php|wp-signup.php|wp-register.php|wp-admin/)#", $url)) {
- return $home."/".$url;
- }
-
- switch($q_config['url_mode']) {
- case QT_URL_PATH: // pre url
- // might already have language information
- if(preg_match("#^([a-z]{2})/#i",$url,$match)) {
- if(qtrans_isEnabled($match[1])) {
- // found language information, remove it
- $url = substr($url, 3);
- }
- }
- if(!$q_config['hide_default_language']||$lang!=$q_config['default_language']) $url = $lang."/".$url;
- break;
- case QT_URL_DOMAIN: // pre domain
- if(!$q_config['hide_default_language']||$lang!=$q_config['default_language']) $home = preg_replace("#//#","//".$lang.".",$home,1);
- break;
- default: // query
- if(!$q_config['hide_default_language']||$lang!=$q_config['default_language']){
- if(strpos($url,'?')===false) {
- $url .= '?';
- } else {
- $url .= '&';
- }
- $url .= "lang=".$lang;
- }
- }
-
- // see if cookies are activated
- if(!$q_config['cookie_enabled'] && !$q_config['url_info']['internal_referer'] && $urlinfo['path'] == '' && $lang == $q_config['default_language'] && $q_config['language'] != $q_config['default_language'] && $q_config['hide_default_language']) {
- // :( now we have to make unpretty URLs
- $url = preg_replace("#(&|\?)lang=".$match[2]."&?#i","$1",$url);
- if(strpos($url,'?')===false) {
- $url .= '?';
- } else {
- $url .= '&';
- }
- $url .= "lang=".$lang;
- }
-
- // & workaround
- $complete = str_replace('&','&',$home."/".$url);
-
- // remove trailing slash if there wasn't one to begin with
- if($nottrailing && strpos($complete,'?')===false && strpos($complete,'#')===false && substr($complete,-1,1)=='/')
- $complete = substr($complete,0,-1);
-
- return $complete;
-}
-
-// splits text with language tags into array
-function qtrans_split($text, $quicktags = true) {
- global $q_config;
-
- //init vars
- $split_regex = "#(|\[:[a-z]{2}\])#ism";
- $current_language = "";
- $result = array();
- foreach($q_config['enabled_languages'] as $language) {
- $result[$language] = "";
- }
-
- // split text at all xml comments
- $blocks = preg_split($split_regex, $text, -1, PREG_SPLIT_NO_EMPTY|PREG_SPLIT_DELIM_CAPTURE);
- foreach($blocks as $block) {
- # detect language tags
- if(preg_match("#^$#ism", $block, $matches)) {
- if(qtrans_isEnabled($matches[1])) {
- $current_language = $matches[1];
- } else {
- $current_language = "invalid";
- }
- continue;
- // detect quicktags
- } elseif($quicktags && preg_match("#^\[:([a-z]{2})\]$#ism", $block, $matches)) {
- if(qtrans_isEnabled($matches[1])) {
- $current_language = $matches[1];
- } else {
- $current_language = "invalid";
- }
- continue;
- // detect ending tags
- } elseif(preg_match("#^$#ism", $block, $matches)) {
- $current_language = "";
- continue;
- // detect defective more tag
- } elseif(preg_match("#^$#ism", $block, $matches)) {
- foreach($q_config['enabled_languages'] as $language) {
- $result[$language] .= $block;
- }
- continue;
- }
- // correctly categorize text block
- if($current_language == "") {
- // general block, add to all languages
- foreach($q_config['enabled_languages'] as $language) {
- $result[$language] .= $block;
- }
- } elseif($current_language != "invalid") {
- // specific block, only add to active language
- $result[$current_language] .= $block;
- }
- }
- foreach($result as $lang => $lang_content) {
- $result[$lang] = preg_replace("#(|)+$#ism","",$lang_content);
- }
- return $result;
-}
-
-function qtrans_join($texts) {
- global $q_config;
- if(!is_array($texts)) $texts = qtrans_split($texts, false);
- $split_regex = "##ism";
- $max = 0;
- $text = "";
-
- foreach($q_config['enabled_languages'] as $language) {
- $texts[$language] = preg_split($split_regex, $texts[$language]);
- if(sizeof($texts[$language]) > $max) $max = sizeof($texts[$language]);
- }
- for($i=0;$i<$max;$i++) {
- if($i>=1) {
- $text .= '';
- }
- foreach($q_config['enabled_languages'] as $language) {
- if(isset($texts[$language][$i]) && $texts[$language][$i] !== '') {
- $text .= ''.$texts[$language][$i].'';
- }
- }
- }
- return $text;
-}
-
-function qtrans_disableLanguage($lang) {
- global $q_config;
- if(qtrans_isEnabled($lang)) {
- $new_enabled = array();
- for($i = 0; $i < sizeof($q_config['enabled_languages']); $i++) {
- if($q_config['enabled_languages'][$i] != $lang) {
- $new_enabled[] = $q_config['enabled_languages'][$i];
- }
- }
- $q_config['enabled_languages'] = $new_enabled;
- return true;
- }
- return false;
-}
-
-function qtrans_enableLanguage($lang) {
- global $q_config;
- if(qtrans_isEnabled($lang) || !isset($q_config['language_name'][$lang])) {
- return false;
- }
- $q_config['enabled_languages'][] = $lang;
- // force update of .mo files
- if ($q_config['auto_update_mo']) qtrans_updateGettextDatabases(true, $lang);
- return true;
-}
-
-function qtrans_use($lang, $text, $show_available=false) {
- global $q_config;
- // return full string if language is not enabled
- if(!qtrans_isEnabled($lang)) return $text;
- if(is_array($text)) {
- // handle arrays recursively
- foreach($text as $key => $t) {
- $text[$key] = qtrans_use($lang,$text[$key],$show_available);
- }
- return $text;
- }
-
- if(is_object($text)||@get_class($text) == '__PHP_Incomplete_Class') {
- foreach(get_object_vars($text) as $key => $t) {
- $text->$key = qtrans_use($lang,$text->$key,$show_available);
- }
- return $text;
- }
-
- // prevent filtering weird data types and save some resources
- if(!is_string($text) || $text == '') {
- return $text;
- }
-
- // get content
- $content = qtrans_split($text);
- // find available languages
- $available_languages = array();
- foreach($content as $language => $lang_text) {
- $lang_text = trim($lang_text);
- if(!empty($lang_text)) $available_languages[] = $language;
- }
-
- // if no languages available show full text
- if(sizeof($available_languages)==0) return $text;
- // if content is available show the content in the requested language
- if(!empty($content[$lang])) {
- return $content[$lang];
- }
- // content not available in requested language (bad!!) what now?
- if(!$show_available){
- // check if content is available in default language, if not return first language found. (prevent empty result)
- if($lang!=$q_config['default_language'])
- return "(".$q_config['language_name'][$q_config['default_language']].") ".qtrans_use($q_config['default_language'], $text, $show_available);
- foreach($content as $language => $lang_text) {
- $lang_text = trim($lang_text);
- if(!empty($lang_text)) {
- return "(".$q_config['language_name'][$language].") ".$lang_text;
- }
- }
- }
- // display selection for available languages
- $available_languages = array_unique($available_languages);
- $language_list = "";
- if(preg_match('/%LANG:([^:]*):([^%]*)%/',$q_config['not_available'][$lang],$match)) {
- $normal_seperator = $match[1];
- $end_seperator = $match[2];
- // build available languages string backward
- $i = 0;
- foreach($available_languages as $language) {
- if($i==1) $language_list = $end_seperator.$language_list;
- if($i>1) $language_list = $normal_seperator.$language_list;
- $language_list = "".$q_config['language_name'][$language]."".$language_list;
- $i++;
- }
- }
- return "
'.__('The qTranslate Editor has disabled itself because it hasn\'t been tested with your Wordpress version yet. This is done to prevent Wordpress from malfunctioning. You can reenable it by clicking here (may cause data loss! Use at own risk!). To remove this message permanently, please update qTranslate to the corresponding version.', 'qtranslate').'