-- phpMyAdmin SQL Dump
-- version 3.2.0.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Czas wygenerowania: 03 Lis 2010, 08:33
-- Wersja serwera: 5.1.36
-- Wersja PHP: 5.3.0
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 */;
--
-- Baza danych: `wordpress`
--
-- --------------------------------------------------------
--
-- Struktura tabeli dla `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
--
-- Zrzut danych tabeli `wp_commentmeta`
--
INSERT INTO `wp_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(1, 1, '_wp_trash_meta_status', '1'),
(2, 1, '_wp_trash_meta_time', '1287146717');
-- --------------------------------------------------------
--
-- Struktura tabeli dla `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
CREATE TABLE IF NOT EXISTS `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_approved` (`comment_approved`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Zrzut danych tabeli `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, 'Pan WordPress', '', 'http://wordpress.org/', '', '2010-10-15 09:19:18', '2010-10-15 09:19:18', 'Cześć, to jest komentarz.
Aby skasować komentarz po prostu zaloguj się i wyświetl komentarze do wpisu, gdzie znajdują się opcje ich edycji oraz usuwania.', 0, 'trash', '', '', 0, 0);
-- --------------------------------------------------------
--
-- Struktura tabeli dla `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
CREATE TABLE IF NOT EXISTS `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
--
-- Zrzut danych tabeli `wp_links`
--
-- --------------------------------------------------------
--
-- Struktura tabeli dla `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
CREATE TABLE IF NOT EXISTS `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`blog_id` int(11) NOT NULL DEFAULT '0',
`option_name` varchar(64) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=379 ;
--
-- Zrzut danych tabeli `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, 'siteurl', 'http://localhost/wordpress', 'yes'),
(2, 0, 'blogname', 'AEROGEL', 'yes'),
(3, 0, 'blogdescription', 'Najlepsze na świecie izolacje termiczne', 'yes'),
(4, 0, 'users_can_register', '0', 'yes'),
(5, 0, 'admin_email', 'wmk@wmk.pl', 'yes'),
(6, 0, 'start_of_week', '1', 'yes'),
(7, 0, 'use_balanceTags', '0', 'yes'),
(8, 0, 'use_smilies', '1', 'yes'),
(9, 0, 'require_name_email', '', 'yes'),
(10, 0, 'comments_notify', '', 'yes'),
(11, 0, 'posts_per_rss', '1', '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', 'closed', 'yes'),
(20, 0, 'default_pingback_flag', '', 'yes'),
(21, 0, 'default_post_edit_rows', '10', 'yes'),
(22, 0, 'posts_per_page', '1', 'yes'),
(23, 0, 'date_format', 'j F Y', 'yes'),
(24, 0, 'time_format', 'H:i', 'yes'),
(25, 0, 'links_updated_date_format', 'j F Y \\o H: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', '', '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:0:{}', 'yes'),
(37, 0, 'home', 'http://localhost/wordpress', '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', '0', 'yes'),
(43, 0, 'default_email_category', '1', 'yes'),
(44, 0, 'recently_edited', 'a:5:{i:0;s:57:"C:\\wamp\\www\\wordpress/wp-content/themes/wallow/header.php";i:1;s:56:"C:\\wamp\\www\\wordpress/wp-content/themes/wallow/style.css";i:2;s:54:"C:\\wamp\\www\\wordpress/wp-content/themes/wallow/404.php";i:3;s:57:"C:\\wamp\\www\\wordpress/wp-content/themes/wallow/footer.php";i:4;s:58:"C:\\wamp\\www\\wordpress/wp-content/themes/wallow/sidebar.php";}', 'no'),
(45, 0, 'template', 'wallow', 'yes'),
(46, 0, 'stylesheet', 'wallow', 'yes'),
(47, 0, 'comment_whitelist', '', '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', '15477', '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', '0', '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', '0', 'yes'),
(71, 0, 'enable_xmlrpc', '0', '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', '', '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:3:{i:3;a:6:{s:5:"title";s:0:"";s:3:"url";s:0:"";s:5:"items";i:10;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}i:4;a:6:{s:5:"title";s:0:"";s:3:"url";s:0:"";s:5:"items";i:10;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i: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, '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'),
(96, 0, 'widget_search', 'a:3:{i:2;a:1:{s:5:"title";s:0:"";}i:3;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 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'),
(98, 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'),
(99, 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'),
(100, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 0, 'sidebars_widgets', 'a:3:{s:19:"wp_inactive_widgets";a:17:{i:0;s:7:"pages-2";i:1;s:10:"calendar-2";i:2;s:5:"rss-4";i:3;s:7:"links-2";i:4;s:6:"text-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";i:13;s:5:"rss-3";i:14;s:7:"pages-6";i:15;s:8:"search-3";i:16;s:10:"nav_menu-3";}s:9:"sidebar-1";a:1:{i:0;s:7:"pages-7";}s:13:"array_version";i:3;}', 'yes'),
(159, 0, 'fusion_options', 'a:11:{s:12:"metakeywords";s:0:"";s:9:"logoimage";s:0:"";s:11:"hidehometab";s:0:"";s:14:"hidecategories";s:0:"";s:10:"hidesearch";s:0:"";s:12:"categorytabs";s:0:"";s:10:"layouttype";s:5:"fluid";s:10:"sidebarpos";s:5:"right";s:15:"nolayoutcontrol";s:8:"checkbox";s:8:"nojquery";s:0:"";s:9:"customcss";s:0:"";}', 'yes'),
(102, 0, 'cron', 'a:3:{i:1288646363;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:1288689575;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'),
(103, 0, '_transient_doing_cron', '1288605641', 'yes'),
(377, 0, '_site_transient_timeout_theme_roots', '1288623759', 'yes'),
(378, 0, '_site_transient_theme_roots', 'a:7:{s:10:"Skyye-News";s:7:"/themes";s:6:"fusion";s:7:"/themes";s:11:"killerlight";s:7:"/themes";s:10:"paperblock";s:7:"/themes";s:8:"personal";s:7:"/themes";s:9:"twentyten";s:7:"/themes";s:6:"wallow";s:7:"/themes";}', 'yes'),
(109, 0, 'widget_pages', 'a:4:{i:2;a:0:{}i:6;a:3:{s:5:"title";s:11:"bez tytułu";s:6:"sortby";s:10:"post_title";s:7:"exclude";s:0:"";}i:7;a:3:{s:5:"title";s:0:"";s:6:"sortby";s:10:"menu_order";s:7:"exclude";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(106, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:2:{i:0;O:8:"stdClass":7:{s:8:"response";s:6:"latest";s:3:"url";s:24:"http://pl.wordpress.org/";s:7:"package";s:49:"http://pl.wordpress.org/wordpress-3.0.1-pl_PL.zip";s:7:"current";s:5:"3.0.1";s:6:"locale";s:5:"pl_PL";s:11:"php_version";s:3:"4.3";s:13:"mysql_version";s:5:"4.1.2";}i:1;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.0.1.zip";s:7:"current";s:5:"3.0.1";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:1288603194;s:15:"version_checked";s:5:"3.0.1";}', 'yes'),
(107, 0, '_site_transient_update_plugins', 'O:8:"stdClass":2:{s:12:"last_checked";i:1288608392;s:8:"response";a:0:{}}', 'yes'),
(157, 0, '_transient_plugins_delete_result_1', '1', 'yes'),
(108, 0, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1288603255;s:7:"checked";a:7:{s:10:"Skyye-News";s:3:"1.0";s:6:"fusion";s:3:"2.6";s:11:"killerlight";s:3:"1.0";s:10:"paperblock";s:5:"1.4.2";s:8:"personal";s:5:"1.4.1";s:9:"twentyten";s:3:"1.1";s:6:"wallow";s:4:"0.35";}s:8:"response";a:2:{s:6:"fusion";a:3:{s:11:"new_version";s:3:"3.1";s:3:"url";s:41:"http://wordpress.org/extend/themes/fusion";s:7:"package";s:58:"http://wordpress.org/extend/themes/download/fusion.3.1.zip";}s:6:"wallow";a:3:{s:11:"new_version";s:4:"0.44";s:3:"url";s:41:"http://wordpress.org/extend/themes/wallow";s:7:"package";s:59:"http://wordpress.org/extend/themes/download/wallow.0.44.zip";}}}', 'yes'),
(110, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(112, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(113, 0, 'widget_nav_menu', 'a:3:{i:2;a:0:{}i:3;a:2:{s:5:"title";s:0:"";s:8:"nav_menu";i:3;}s:12:"_multiwidget";i:1;}', 'yes'),
(114, 0, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:26:"http://localhost/wordpress";s:4:"link";s:102:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://localhost/wordpress/";s:3:"url";s:135:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://localhost/wordpress/";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:15:"Blog WordPressa";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:41:"Pozostałe nowości dotyczące WordPressa";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
(184, 0, 'current_theme', 'Wallow', 'yes'),
(185, 0, 'wallow_options', 'a:7:{s:16:"wallow_theme_set";s:1:"1";s:20:"wallow_theme_genlook";s:3:"air";s:20:"wallow_theme_sidebar";s:3:"air";s:18:"wallow_theme_pages";s:3:"air";s:18:"wallow_theme_popup";s:3:"air";s:21:"wallow_theme_quickbar";s:3:"air";s:19:"wallow_theme_avatar";s:3:"air";}', 'yes'),
(332, 0, '_transient_timeout_settings_errors', '1288614072', 'no'),
(188, 0, '_transient_random_seed', 'e94e1d118ab8defa278a76425a4f38c1', 'yes'),
(358, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1288648818', 'no'),
(359, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1288605618', 'no'),
(360, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1288648820', 'no'),
(361, 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:"Mon, 01 Nov 2010 10:00:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2539";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Matt Mullenweg on "Akismet"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"15@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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: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:25:"Bravenewcode on "WPtouch"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/wptouch/#post-5468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 May 2008 04:58:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"5468@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Bravenewcode";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:"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: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:"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:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Mike Challis on "Fast Secure Contact Form"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/si-contact-form/#post-12636";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Aug 2009 01:20:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12636@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:139:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. Packed with settings and features.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mike Challis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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: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:29:"andy on "WordPress.com Stats"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/stats/#post-1355";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 06 May 2007 02:15:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"1355@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:124:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com's stat system.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"andy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:27:"donncha on "WP Super Cache"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Nov 2007 11:40:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2572@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:73:"A very fast caching engine for WordPress that produces static html files.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"donncha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"casibus on "ourSTATS Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 29 May 2010 14:16:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18282@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:51:"create a widget for the ourstats.de counter service";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"casibus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Michael_ on "Maintenance Mode"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/maintenance-mode/#post-2088";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jun 2007 19:15:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2088@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:90:"Adds a splash page to your blog that lets visitors know your blog is down for maintenance.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Michael_";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"Brian Colinger on "WordPress Importer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:96:"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:28:"Lester Chan on "WP-PageNavi"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/wp-pagenavi/#post-363";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 23:17:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"363@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:62:"Adds a more advanced paging navigation to your WordPress site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Lester Chan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:"Dan Milward on "WP e-Commerce"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/wp-e-commerce/#post-739";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 06:08: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:40:"739@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:"WP e-Commerce is a Web 2.0 application designed with usability, aesthetics, and presentation in mind.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Dan Milward";s: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:51:"micropat on "AddToAny: Share/Bookmark/Email Button"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/add-to-any/#post-498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Mar 2007 23:08:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"498@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:140:"Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google Buzz, 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:"";}}}}}}}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:7:{s:13:"last-modified";s:19:"2007-03-09 22:11:30";s:4:"etag";s:34:""8675051e89bf6e8eba42545ba20839d9"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"7687";s:4:"date";s:29:"Mon, 01 Nov 2010 10:00:19 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'),
(356, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1288648818', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(357, 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, 30 Sep 2010 03: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: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:33:"http://wordpress.org/?v=3.1-alpha";s:7:"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:56:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress for iPhone/iPad v2.6 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.org/news/2010/09/ios-v2-6/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2010/09/ios-v2-6/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 30 Sep 2010 03: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:8:"category";a:6:{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:5:"apple";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"ios";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:4:"ipad";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:6:"iphone";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:6:"mobile";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1497";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:335:"Attention Apple-gadget-owning WordPress users! Have you been using the WordPress iOS app for iPhone and iPad? Or maybe you tried it a while back and thought it wasn’t for you? Either way, the new release — v2.6 — will knock your socks off. Why? A bunch of reasons: Video. Record, upload, attach, and play videos [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:2319:"
Attention Apple-gadget-owning WordPress users! Have you been using the WordPress iOS app for iPhone and iPad? Or maybe you tried it a while back and thought it wasn’t for you? Either way, the new release — v2.6 — will knock your socks off. Why? A bunch of reasons:
\nThere are also numerous bugfixes and performance enhancements in this release, so if you haven’t been using the app lately, you should consider giving it another try. I’m personally pretty excited to start using the iPhone version more often now that there are all these fixes and new features. Especially the video upload. You know, for those creative moments that make life fun.
You can read the full 2.6 release post on the WordPress for iOS blog, and can download v2.6 from iTunes/the app store. Happy mobile blogging!
\n* * *
\nNot an iPhone user? We’ve still got your on-the-go back! Check out the WordPress apps for Android, Blackberry, and Nokia (beta). They’re all 100% GPL, of course, and we’re always looking for contributors to the development projects, so check the blogs if you have mobile dev skills and want to get involved.
\n";s: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/2010/09/ios-v2-6/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:50:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Trademark Changes Hands";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/09/trademark-to-wpf/";s: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/2010/09/trademark-to-wpf/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Sep 2010 23:14:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:7:"General";s: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:"Automattic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"Trademark";s: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:20:"WordPress Foundation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1488";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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:"The WordPress community took a big step forward today when Matt announced that Automattic has donated the WordPress trademark to the non-profit WordPress Foundation. Moving forward, the Foundation will be responsible for safeguarding the trademarked name and logo from misuse toward the end of protecting WordPress and preventing confusion among people trying to figure out [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:502:"The WordPress community took a big step forward today when Matt announced that Automattic has donated the WordPress trademark to the non-profit WordPress Foundation. Moving forward, the Foundation will be responsible for safeguarding the trademarked name and logo from misuse toward the end of protecting WordPress and preventing confusion among people trying to figure out if a resource is “official” or not.
\n";s: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/2010/09/trademark-to-wpf/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 3.0.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2010/07/wordpress-3-0-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2010/07/wordpress-3-0-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Jul 2010 21:38:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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=1475";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:338:"After nearly 11 million downloads of WordPress 3.0 in just 42 days, we’re releasing WordPress 3.0.1. The requisite haiku: Three dot oh dot one Bug fixes to make you smile Update your WordPress This maintenance release addresses about 50 minor issues. The testing many of you contributed prior to the release of 3.0 helped make [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:951:"After nearly 11 million downloads of WordPress 3.0 in just 42 days, we’re releasing WordPress 3.0.1. The requisite haiku:
\nThree dot oh dot one
\nBug fixes to make you smile
\nUpdate your WordPress
This maintenance release addresses about 50 minor issues. The testing many of you contributed prior to the release of 3.0 helped make it one of the best and most stable releases we’ve had.
\nDownload 3.0.1 or update automatically from the Dashboard > Updates menu in your site’s admin area.
\nNote: If you downloaded 3.0.1 in the first 20 minutes of release (before 2200 UTC), you’ll want to reinstall it, which you can do right from your Updates screen. Our bad.
\n";s: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/2010/07/wordpress-3-0-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:50:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"PHP 4 and MySQL 4 End of Life Announcement";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 23 Jul 2010 19:01: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:4:{i:0;a:5:{s:4:"data";s:7:"Hosting";s: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:5:"MySQL";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"PHP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:12:"requirements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1447";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:348:"Our approach with WordPress has always been to make it run on common server configurations. We want users to have flexibility when choosing a host for their precious content. Because of this strategy, WordPress runs pretty much anywhere. Web hosting platforms, however, change over time, and we occasionally are able to reevaluate some of the [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:3021:"Our approach with WordPress has always been to make it run on common server configurations. We want users to have flexibility when choosing a host for their precious content. Because of this strategy, WordPress runs pretty much anywhere. Web hosting platforms, however, change over time, and we occasionally are able to reevaluate some of the requirements for running WordPress. Now is one of those times. You probably guessed it from the title — we’re finally ready to announce the end of support for PHP 4 and MySQL 4!
\nFirst up, the announcement that developers really care about. WordPress 3.1, due in late 2010, will be the last version of WordPress to support PHP 4.
\nFor WordPress 3.2, due in the first half of 2011, we will be raising the minimum required PHP version to 5.2. Why 5.2? Because that’s what the vast majority of WordPress users are using, and it offers substantial improvements over earlier PHP 5 releases. It is also the minimum PHP version that the Drupal and Joomla projects will be supporting in their next versions, both due out this year.
\nThe numbers are now, finally, strongly in favor of this move. Only around 11 percent of WordPress installs are running on a PHP version below 5.2. Many of them are on hosts who support PHP 5.2 — users merely need to change a setting in their hosting control panel to activate it. We believe that percentage will only go down over the rest of the year as hosting providers realize that to support the newest versions of WordPress (or Drupal, or Joomla), they’re going to have to pull the trigger.
\nIn less exciting news, we are also going to be dropping support for MySQL 4 after WordPress 3.1. Fewer than 6 percent of WordPress users are running MySQL 4. The new required MySQL version for WordPress 3.2 will be 5.0.15.
\nWordPress users will not be able to upgrade to WordPress 3.2 if their hosting environment does not meet these requirements (the built-in updater will prevent it). In order to determine which versions your host provides, we’ve created the Health Check plugin. You can download it manually, or use this handy plugin installation tool I whipped up. Right now, Health Check will only tell you if you’re ready for WordPress 3.2. In a future release it will provide all sorts of useful information about your server and your WordPress install, so hang on to it!
\nIn summary: WordPress 3.1, due in late 2010, will be the last version of WordPress to support PHP 4 and MySQL 4. WordPress 3.2, due in the first half of 2011, will require PHP 5.2 or higher, and MySQL 5.0.15 or higher. Install the Health Check plugin to see if you’re ready!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/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:41:"100 Million Plugin Downloads and Counting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/news/2010/07/100-million/";s: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:55:"http://wordpress.org/news/2010/07/100-million/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Jul 2010 17:48:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1429";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:364:"WordPress 3.0 Thelonious passed 3 million downloads yesterday, and today the plugin directory followed suit with a milestone of its own: 100 million downloads. The WordPress community’s growth over the years has been tremendous, and we want to reinvest in it. So we’re taking the next two months to concentrate on improving WordPress.org. A major [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2319:"WordPress 3.0 Thelonious passed 3 million downloads yesterday, and today the plugin directory followed suit with a milestone of its own: 100 million downloads.
\nThe WordPress community’s growth over the years has been tremendous, and we want to reinvest in it. So we’re taking the next two months to concentrate on improving WordPress.org. A major part of that will be improving the infrastructure of the plugins directory. More than 10,000 plugins are in the directory, every one of them GPL compatible and free as in both beer and speech. Here’s what we have in mind:
\nWe want to provide developers the tools they need to build the best possible plugins. We’re going to provide better integration with the forums so you can support your users. We’ll make more statistics available to you so you can analyze your user base, and over time we hope to make it easier for you to manage, build, and release localized plugins.
\nWe want to improve how the core software works with your plugin and the plugin directory. We’re going to focus on ensuring seamless upgrades by making the best possible determinations about compatibility, and offer continual improvements to the plugin installer. And we also want to give you a better developer tool set like SVN notifications and improvements to the bug tracker.
\nWe’re also going to experiment with other great ideas to help the community help plugin authors. We want it to be easy for you to offer comments to plugin authors and the community, including user reviews and better feedback. We may experiment with an adoption process for abandoned plugins as a way to revitalize hidden gems in the directory. I’m not sure there is a better way to show how extendable WordPress is and how awesome this community is at the same time.
\nAs Matt said in the 3.0 release announcement, our goal isn’t to make everything perfect all at once. But we think incremental improvements can provide us with a great base for 3.1 and beyond, and for the tens of millions of users, and hundreds of millions of plugin downloads to come.
\n";s: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://wordpress.org/news/2010/07/100-million/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Summer of 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:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://wordpress.org/news/2010/06/summer-of-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/news/2010/06/summer-of-wordcamp/#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, 29 Jun 2010 17:19:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1418";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:355:"It’s been summer for about a week now. Whether you’re on vacation or burning the midnight oil, attending a local/nearby WordCamp is a great way to spend a weekend. Meet other WordPress users, developers, designers & consultants, learn a little something, maybe share a little of your own experience and knowledge, and break bread (or [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:5678:"It’s been summer for about a week now. Whether you’re on vacation or burning the midnight oil, attending a local/nearby WordCamp is a great way to spend a weekend. Meet other WordPress users, developers, designers & consultants, learn a little something, maybe share a little of your own experience and knowledge, and break bread (or raise a toast) with new friends and collaborators. Here are the WordCamps scheduled for this summer, along with what I know about them.
\nJuly 3: WordCamp Germany – Berlin, Germany. I love it that they’re using BuddyPress for their event site. They have multiple tracks, and what looks to be a nice variety of sessions. It’s only a few days away, so if you’re thinking of going, get your tickets now!
\nJuly 10: WordCamp Boulder – Boulder, Colorado, USA. This was WordCamp Denver last year, but the organizers have decided to mix it up and go back and forth between Denver and Boulder, which also has a thriving tech community. This year the venue is the Boulder Theater (so pretty!), and there will sessions for bloggers and devs alike, plus a Genius Bar to help people get their WordPress sites all fixed up. The speaker lineup looks good, and I hear they’re pumping up the wifi this year. I’ll be there, likely hunched over a notebook with Lisa Sabin-Wilson (author of WordPress for Dummies and BuddyPress for Dummies) to talk about the WordPress User Handbook project, and/or hunched over a sketchbook with Kevin Conboy (designed the new lighter “on” state for admin menus in WordPress 3.0) to work out a new default WordCamp.org theme (using BuddyPress). You can still get tickets!
\nJuly 17–18: WordCamp UK- Manchester, England, UK. The roving WordCamp UK will be in Manchester this year, and is probably the closest to BarCamp style of all the WordCamps, using a wiki to plan some speakers/sessions and organizing the rest ad-hoc on the first day of the event. I’ll be attending this one as well, and am looking forward to seeing WordPress lead developer Peter Westwood again. I’m also looking forward to meeting some core contributors for the first time in person, like Simon Wheatley and John O’Nolan. Mike Little, co-founder of WordPress, is on the organizing team of WordCamp UK. Tickets on sale now!
\nJuly 24: WordCamp Nigeria – Lagos, Nigeria. Their site seems to have a virus, so no link from here, but if you’re in Nigeria and interested in attending/getting involved, a quick Google search will get you to the organizers.
\nAugust 7: WordCamp Houston – Houston, TX, USA. Houston, Texas, birthplace of WordPress! Fittingly, Matt Mullenweg will be there to give the keynote. WordCamp Houston is running three tracks — Business, Blogger and Developer — in recognition of the fact that people who are interested in using WordPress for their business may not actually be bloggers or developers themselves. This used to get labeled as a “CMS” track at previous WordCamps (including NYC 2009), but with WordPress 3.0 supporting CMS functionality out of the box, “Business” is a much more appropriate label. Who wants to bet on if there will be BBQ for lunch?
\nAugust 7 : WordCamp Iowa – Des Moines, Iowa, USA. Another placeholder page. Happening, not happening? I’ve emailed the organizer and will update this post once I know more.
\nAugust 7–8: WordCamp New Zealand – Auckland, New Zealand. They haven’t announced this year’s speakers or topics, but they’ve been running polls to get community input into the program. Of note: in 2011 WordCamp New Zealand will be shifting seasons and will be in February instead, when the weather is nicer.
\nAugust 20–22: WordCamp Savannah – Savannah, Georgia, USA. Disclaimer: I am completely biased about Savannah, since I’m one of the organizers. This will be the first WordCamp in Savannah, and it’s being held at the Savannah College of Art and Design River Club, an awesome venue that used to be a cotton warehouse or something like that. Since Savannah doesn’t really have a cohesive WordPress community yet (though a fair number of people from Savannah attended WordCamp Atlanta earlier this year), this WordCamp is aimed squarely at building a local community. We’ll have a local meet-and-greet, regular sessions with visiting speakers (lots of core contributors coming to this one, plus Matt), and on Sunday it will be combination unconference/genius bar/collaborative workspace. Oh, and a potluck! We’ll also be running a pre-WordCamp workshop for people who have never used WordPress but want to get started, so that they’ll be able to follow the presentations and conversations littered with WordPress-specific vocabulary over the weekend. Ticket sales just opened, so get your tickets now.
\nFor a schedule of all upcoming WordCamps, visit wordcamp.org. The autumn schedule is already packed! If you don’t see WordCamp in your area and are interested in organizing one, get more information and let us know.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/news/2010/06/summer-of-wordcamp/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WordPress 3.0 "Thelonious"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/news/2010/06/thelonious/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/news/2010/06/thelonious/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Jun 2010 16:26: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: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:40:"http://wordpress.org/development/?p=1380";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:341:"Arm your vuvuzelas: WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default theme called Twenty Ten. Theme developers have new APIs that allow [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:38078:"Arm your vuvuzelas: WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default theme called Twenty Ten. Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, menus (no more file editing), post types, and taxonomies. (Twenty Ten theme shows all of that off.) Developers and network admins will appreciate the long-awaited merge of MU and WordPress, creating the new multi-site functionality which makes it possible to run one blog or ten million from the same installation. As a user, you will love the new lighter interface, the contextual help on every screen, the 1,217 bug fixes and feature enhancements, bulk updates so you can upgrade 15 plugins at once with a single click, and blah blah blah just watch the video. (In HD, if you can, so you can catch the Easter eggs.)
If you’d like to embed the WordPress 3.0 video tour in your blog, copy and paste this code for the high quality version:
\n<embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" type="application/x-shockwave-flash" width="640" height="360" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=BQtfIEY1&width=640&height=360&locksize=no&dynamicseek=false&qc_publisherId=p-18-mFEk4J448M" title="Introducing WordPress 3.0 "Thelonious""></embed>\n
For a more comprehensive look at everything that has improved in 3.0 check out 3.0′s Codex page or the long list of issues in Trac. (We’re trying to keep these announcement posts shorter.) Whew! That’s a lot packed into one release. I can’t think of a better way to kick off the 3.X cycle we’ll be in for the next two and a half years.
\nNormally this is where I’d say we’re about to start work on 3.1, but we’re actually not. We’re going to take a release cycle off to focus on all of the things around WordPress. The growth of the community has been breathtaking, including over 10.3 million downloads of version 2.9, but so much of our effort has been focused on the core software it hasn’t left much time for anything else. Over the next three months we’re going to split into ninja/pirate teams focused on different areas of the around-WordPress experience, including the showcase, Codex, forums, profiles, update and compatibility APIs, theme directory, plugin directory, mailing lists, core plugins, wordcamp.org… the possibilities are endless. The goal of the teams isn’t going to be to make things perfect all at once, just better than they are today. We think this investment of time will give us a much stronger infrastructure to grow WordPress.org for the many tens of millions of users that will join us during the 3.X release cycle.
\nI’m proud to acknowledge the contributions of the following 218 people to the 3.0 release cycle. These are the folks that make WordPress what it is, whose collaboration and hard work enable us to build something greater than the sum of our parts. In alphabetical order, of course.
\nCommitters: azaozz (Andrew Ozz) (prof), dd32 (Dion Hulse) (prof), donncha (Donncha O Caoimh) (prof), iammattthomas (Matt Thomas) (prof), josephscott (Joseph Scott) (prof), markjaquith (Mark Jaquith) (prof), matt (Matt Mullenweg) (prof), nacin (Andrew Nacin) (prof), nbachiyski (Николай Бачийски) (prof), ryan (Ryan Boren) (prof), westi (Peter Westwood) (prof), and wpmuguru (Ron Rennick) (prof). Contributors: aaroncampbell (Aaron Campbell) (prof), akerem (prof), alexkingorg (Alex King) (prof), amattie (prof), ampt (Luke Gallagher) (prof), andrea_r (prof), andreasnrb (Andreas Nurbo) (prof), anilo4ever (Angelo Verona) (prof), apeatling (Andy Peatling) (prof), apokalyptik (Demitrious Kelly) (prof), arena (André Renaut) (prof), barry (Barry Abrahamson) (prof), batmoo (Mohammad Jangda) (prof), beaulebens (Beau Lebens) (prof), belg4mit (prof), bigdawggi (Matthew G. Richmond) (prof), blepoxp (Glenn Ansley) (prof), brentes (Brent Shepherd) (prof), briancolinger (Brian Colinger) (prof), bumbu (prof), caesarsgrunt (Caesar Schinas) (prof), camiloclc (prof), CAMWebDesign (prof), carbolineum (prof), caspie (prof), catiakitahara (Cátia Kitahara) (prof), CharlesClarkson (Charles Clarkson) (prof), chdorner (Christof Dorner) (prof), chrisbliss18 (Chris Jean) (prof), chrisscott (Chris Scott) (prof), cnorris23 (Brandon Allen) (prof), coffee2code (Scott Reilly) (prof), computerwiz908 (prof), cyberhobo (Dylan Kuhn) (prof), dancole (Dan Cole) (prof), Daniel Koskinen , deepak.seth (Deepak Seth), demetris (Δημήτρης Κίκιζας) (prof), Denis-de-Bernardy (prof), dimadin (Milan Dinić) (prof), dndrnkrd (Dan Drinkard) (prof), docwhat (prof), dougwrites (\n href="http://profiles.wordpress.org/dougwrites">prof), dphiffer (Dan Phiffer) (prof), dragoonis (prof), dremeda (Dre Armeda) (prof), dtoj , dougal (Dougal Campbell) (prof), duck_ (Jon Cave) (prof), dxjones (David Jones) (prof), eddieringle (Eddie Ringle) (prof), edward mindreantre (Edward Hevlund), eoinomurchu (prof), empireoflight/Ben Dunkle (prof), ericmann (Eric Mann) (prof), etiger13 (Eddie Monge Jr.) (prof), filosofo (Austin Matzko) (prof), firebird75 (prof), frankieroberto (Frankie Roberto) (prof), Frumph (Philip M. Hofer) (prof), garyc40 (Gary Cao) (prof), gautam2011 (prof), Gary Ross (Gazzer) , GDragoN (Milan Petrovic) (prof), greenshady (Justin Tadlock) (prof), GIGALinux (Dennis Morhardt) (prof), hakre (prof), husky (prof), iandstewart (Ian Stewart) (prof), ipstenu (Mika Epstein) (prof), jacobsantos (Jacob Santos) (prof), jamescollins (James Collins) (prof), jane (Jane Wells) (prof), jbsil (Jesse Silverstein) (prof), jdub (Jeff Waugh) (prof), jeffikus (Jeffrey Pearce) (prof), jeffstieler (Jeff Stieler) (prof), jeremyclarke (Jeremy Clarke) (prof), jfarthing84 (Jeff Farthing) (prof), Jick (James Dimick) (prof), jmstacey (Jon Stacey) (prof), jobjorn (Jobjörn Folkesson) (prof), johanee (Johan Eenfeldt) (prof), johnbillion (John Blackbourn) (prof), johnjamesjacoby/jjj (John James Jacoby) (prof), johnjosephbachir (John Joseph Bachir) (prof), johnl1479 (John Luetke) (prof), johnonolan (John O’Nolan) (prof), JohnPBloch/wmrom (John Bloch) (prof), joostdevalk/yoast (Joost de Valk) (prof), jorbin (Aaron Jorbin) (prof), joshtime (prof), jshreve (prof), junsuijin (prof), kallewangstedt (Karl Wångstedt) (prof), keighl (Kyle Truscott) (prof), kevinB (Kevin Behrens) (prof), koopersmith (Daryl Koopersmith) (prof), kpdesign (Kim Parsell)
\n (prof), ktdreyer (Ken Dreyer) (prof), kurtmckee (Kurt McKee) (prof), laceous (prof), lancewillett (Lance Willett) (prof), lloydbudd (Lloyd Budd) (prof), lriggle (prof), markauk (prof), markmcwilliams (Mark McWilliams) (prof), markoheijnen (Marko Heijnen) (prof), markup (Sasha Mukhin) (prof), mattsains (prof), matveb (Matias Ventura) (prof), mdawaffe (Michael Adams) (prof) , mentel_br (prof), messenlehner (Brian Messenlehner) (prof), miau_jp (prof), Michael (Michael Heilemann) (prof), MichaelH (prof), mikeschinkel (Mike Schinkel) (prof), Miloslav Beňo , minusfive (prof), miqrogroove (Robert Chapin) (prof), misterbisson (Casey Bisson) (prof), mitchoyoshitaka (mitcho (Michael 芳貴 Erlewine)) (prof), MMN-o (prof), momo360modena (Amaury Balmer) (prof), morganestes (Morgan Estes) (prof), mrmist (David McFarlane) (prof), mtdewvirus (Nick Momrik) (prof), nadavvin (prof), Nao (Naoko McCracken) (prof), nathanrice (Nathan Rice) (prof), neoxx (Bernhard Riedl) (prof), niallkennedy (Niall Kennedy) (prof), ninjaWR (Ryan Murphy) (prof), noel (Noël Jackson) (prof), nomulous (Fletcher Tomalty) (prof), ocean90 (Dominik Schilling) (prof), Otto42 (Samuel Wood) (prof), pedger (prof), PeteMall (prof), pampfelimetten (prof), pnettle (prof), PotterSys (Juan) (prof), prettyboymp (Michael Pretty) (prof), ptahdunbar (Ptah Dunbar) (prof), ramiy (prof), RanYanivHartstein (Ran Yaniv Hartstein) (prof), reaperhulk (Paul Kehrer) (prof), reko (prof), remi (Rémi Prévost) (prof), rlerdorf (Rasmus Lerdorf) (prof) , rmccue (Ryan McCue) (prof), rooodini (prof), rovo89 (prof), ruslany (\n"http://profiles.wordpress.org/ruslany">prof), sc0ttkclark (Scott Kingsley Clark) (prof), scottbasgaard (Scott Basgaard) (prof), ScottMac (prof), scribu (prof), SergeyBiryukov (Сергей Бирюков) (prof), ShaneF (prof), sillybean (Stephanie Leary) (prof), Simek (Bartosz Kaszubowski) (prof), simonwheatley (Simon Wheatley) (prof), simosx (Σίμος Ξενιτέλλης) (prof), sirzooro (Daniel Frużyński) (prof), sivel (Matt Martz) (prof), skeltoac (Andy Skelton) (prof), snumb130 (Luke Howell) (prof), solarissmoke (Samir Shah) (prof), sorich87 (prof), ssandison (prof), stencil (prof), stephdau (Stephane Daury) (prof), tai (prof), TECannon (Tracy Cannon) (prof), technosailor (Aaron Brazell) (prof), tenpura (prof), thales.tede , TheDeadMedic (prof), thee17 (Charles E. Frees-Melvin) (prof), thetoine (Antoine Girard) (prof), tinkerpriest (c.bavota) (prof), TobiasBg (Tobias Bäthge) (prof), tomtomp (prof), tychay (Terry Chay) (prof), typeomedia (prof), uglyrobot (Aaron Edwards) (prof), UnderWordPressure (prof), usermrpapa (prof), Utkarsh (Utkarsh Kukreti) (prof), validben (Benoit Gilloz ) (prof), Viper007Bond (Alex Mills) (prof), vladimir_kolesnikov (Vladimir Kolesnikov) (prof), willmot (Tom Willmot) (prof), wahgnube (prof), waltervos (Walter Vos) (prof), wds-chris (Christopher Cochran) (prof), williamsba1 (Brad Williams) (prof), wnorris (Will Norris) (prof), xibe (Xavier Borderie) (prof), yoavf (Yoav Farhi) (prof), zeo (Safirul Alredha) (prof), znarfor (François Hodierne) (prof), and zoranzaric (Zoran Zaric) (prof).
If you’ve made it this far, check out my 2010 State of the Word speech at WordCamp San Francisco, it’s jam-packed with information on the growth of WordPress, 3.0, what we’re planning for the future, and the philosophy of WordPress.
\n\n";s: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://wordpress.org/news/2010/06/thelonious/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:"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:"";}}}}}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:7:"3.0 RC3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://wordpress.org/news/2010/06/3-0-rc3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/news/2010/06/3-0-rc3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Jun 2010 20:49:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1376";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:257:"A weekend present, in haiku: Last call; final bugs Itch, scratch, contort; calmly wait For now: RC3 That’s right. What will hopefully be the final release candidate, RC3, is now available for download and testing. Plugin developers: test your plugins!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:438:"A weekend present, in haiku:
\n\nLast call; final bugs
\nItch, scratch, contort; calmly wait
\nFor now: RC3
That’s right. What will hopefully be the final release candidate, RC3, is now available for download and testing.
\nPlugin developers: test your 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:47:"http://wordpress.org/news/2010/06/3-0-rc3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:37:"Expanding the Theme Review Experiment";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2010/06/expanding-the-theme-review-experiment/";s: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:81:"http://wordpress.org/news/2010/06/expanding-the-theme-review-experiment/#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, 09 Jun 2010 16:06:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:6:"Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1347";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:272:"When I was a kid my dad used to practice his typing skills (on a real typewriter no less) with the phrase: Now is the time for all good men to come to the aid of their country. For some reason that has stuck with me all these years. Today I’m going to rephrase and [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Joseph Scott";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1962:"When I was a kid my dad used to practice his typing skills (on a real typewriter no less) with the phrase:
\n\nNow is the time for all good men to come to the aid of their country.
For some reason that has stuck with me all these years. Today I’m going to rephrase and re-purpose that line:
\n\nNow is the time for great theme developers to come to the aid of their community.
The theme directory has been chugging along for more than a year now. During that time we’ve tinkered with the review process and some of the management tools, but haven’t really opened it up as much as we’d like. It’s time to rip off the band-aid and take some action; to that end, we’re looking for community members to help with the process of reviewing themes for the directory.
\nRight now this is a bit like a New Year’s resolution to exercise every day: it’s what we need to do, but we’re still figuring out exactly how it will all work. That’s part of the community involvement as well — we expect that those who pitch in will also help shape the process.
\nWhat’s involved in reviewing themes for the directory? There are some obvious things, such as being familiar with PHP and WordPress theme code (and the theme development checklist), with an eye for security issues. You would also need to have the ability to set up a separate install of the latest version of WordPress for testing theme submissions.
\nHopefully a few talented theme developers are reading this right now and saying to themselves, “I’d love to help! How do I get started?” Just join the new theme reviewers mailing list and we’ll get you up to speed on this new opportunity to come to the aid of your community.
\n";s: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:77:"http://wordpress.org/news/2010/06/expanding-the-theme-review-experiment/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:31:"WordPress 3.0 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2010/05/wordpress-3-0-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/news/2010/05/wordpress-3-0-release-candidate/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 May 2010 02:35:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1358";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:"As Matt teased earlier, the first release candidate (RC1) for WordPress 3.0 is now available. What’s an RC? An RC comes after beta and before the final launch. It means we think we’ve got everything done: all features finished, all bugs squashed, and all potential issues addressed. But, then, with over 20 million people using [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1993:"As Matt teased earlier, the first release candidate (RC1) for WordPress 3.0 is now available. What’s an RC? An RC comes after beta and before the final launch. It means we think we’ve got everything done: all features finished, all bugs squashed, and all potential issues addressed. But, then, with over 20 million people using WordPress with a wide variety of configurations and hosting setups, it’s entirely possible that we’ve missed something. So! For the brave of heart, please download the RC and test it out (but not on your live site unless you’re extra adventurous). Some things to know:
\nIf you are testing the RC and come across a bug, you can:
\nWe hope you enjoy playing with the 3.0 RC as much as we’ve enjoyed making it for you. Enjoy!
\n\n";s: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:71:"http://wordpress.org/news/2010/05/wordpress-3-0-release-candidate/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:7:{s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 30 Sep 2010 03:23:31 GMT";s:4:"etag";s:34:""ad899bf1e50edaa60775593ca5bd6b30"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"date";s:29:"Mon, 01 Nov 2010 10:00:15 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (330, 0, 'mods_Wallow', 'a:1:{s:18:"nav_menu_locations";a:1:{s:7:"primary";i:3;}}', 'yes'), (331, 0, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'), (333, 0, '_transient_settings_errors', 'a:1:{i:0;a:4:{s:7:"setting";s:7:"general";s:4:"code";s:16:"settings_updated";s:7:"message";s:29:"Ustawienia zostały zapisane.";s:4:"type";s:7:"updated";}}', 'no'), (354, 0, '_transient_timeout_feed_mod_eebbfad72cfaf76c4edc5695ad275b05', '1288648817', 'no'), (355, 0, '_transient_feed_mod_eebbfad72cfaf76c4edc5695ad275b05', '1288605617', 'no'), (372, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1288648823', 'no'), (373, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1288605623', 'no'), (368, 0, '_transient_timeout_plugin_slugs', '1288694794', 'no'), (369, 0, '_transient_plugin_slugs', 'a:0:{}', 'no'), (364, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1288648823', 'no'), (365, 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:"Mon, 01 Nov 2010 10:00:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2539";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Hit Reach on "Allow PHP in Posts and Pages"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/extend/plugins/allow-php-in-posts-and-pages/#post-21836";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 13:46:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"21836@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:93:"Allow PHP in posts and pages allows you to add php functionality to Wordpress Posts and Pages";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Hit Reach";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Justin_K on "WP-FB-AutoConnect"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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-fb-autoconnect/#post-16658";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 Mar 2010 06:04:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16658@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:139:"A LoginLogout widget with Facebook Connect button, offering hassle-free login for your readers. Clean and extensible. Supports 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Justin_K";s: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:29:"Desertsnowman on "DB Toolkit"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/db-toolkit/#post-18292";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 30 May 2010 11:57:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18292@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:86:"Create interfaces (forms, reports, graphs etc.) from database tables already existing.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Desertsnowman";s: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:"XYDAC on "Ultimate Taxonomy Manager"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/extend/plugins/ultimate-taxonomy-manager/#post-21247";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2010 20:29:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"21247@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 is an Easy to use Plugin to Create, Customize, Manage Taxonomies as well as Manage its Custom Meta Fields. Now add images to category/tags.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"XYDAC";s: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:31:"unijimpe on "WP YouTube Player"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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-youtube-player/#post-20501";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Aug 2010 21:42:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20501@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:40:"Insert Flash Movies into WordPress blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"unijimpe";s: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:63:"sanketh1990.11 on "Blog Protector Final - Protect Your Content"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/blog-protector-final/#post-21555";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 14 Oct 2010 18:56:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"21555@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:"Protect your valuable blog content as well as images from getting copied.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"sanketh1990.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:"";}}}}}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:26:"jquindlen on "wpStoreCart"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wpstorecart/#post-20952";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 Sep 2010 17:09:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"20952@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:"wpStoreCart is a full e-commerce Wordpress plugin that accepts PayPal out of the box. It includes multiple widgets, dashboard widgets, shortcodes, and";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"jquindlen";s: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:29:"RPG84 on "Tradetracker-Store"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/tradetracker-store/#post-21893";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 18:00: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:"21893@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:72:"A plugin that lets you create a store from the Tradetracker productfeed.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"RPG84";s: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:36:"ChrisWiegman on "Better WP 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:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/better-wp-security/#post-21738";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 22 Oct 2010 22:06:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"21738@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:"A collection of numerous security fixes and modifications to help protect a standard wordpress installation.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"ChrisWiegman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"coffeesnobdavis on "Yelp It"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/yelp-it/#post-21852";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 06:39:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"21852@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:"Queries Yelp API and returns a single business: Name (link), Rating, Review Count, and Picture. Shortcode only for now.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"coffeesnobdavis";s: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:27:"violetcharm on "post-views"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/post-views/#post-21900";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 08:12: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:"21900@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:"A plugin logging how many times your post/page has been visited.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"violetcharm";s: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:48:"BlogTrafficExchange on "Old Post Promoter (OPP)"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/extend/plugins/old-post-promoter/#post-8017";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 09 Dec 2008 00:26:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"8017@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:"Randomly choose an old post and reset the publication date to now. Promote older posts back to front page and RSS feed.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:19:"BlogTrafficExchange";s: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:39:"BlogTrafficExchange on "Related Tweets"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/related-tweets/#post-12160";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Aug 2009 21:15:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12160@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:"Using your blog as the seed, find quality content from the Blog Traffic Exchange and tweet it automatically.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:19:"BlogTrafficExchange";s: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:34:"Travis Ballard on "TBTestimonials"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/tb-testimonials/#post-19719";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Jul 2010 15:18: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:"19719@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:"Testimonials managed by Custom Post Types. Supports a testimonial.php template file for single testimonial pages. Testimonial Shortcode to insert test";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Travis Ballard";s: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:36:"Soleil Golden on "Anyfeed Slideshow"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/anyfeed-slideshow/#post-21877";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 01:34: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:42:"21877@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:133:"Anyfeed Slideshow is a fully customizable slide show widget which displays a feed of images from any RSS or Atom feed provided to it.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Soleil Golden";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/updated";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:13:"last-modified";s:19:"2010-10-26 13:46:11";s:4:"etag";s:34:""4b841daf3999ed248c63f186765a0de3"";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:4:"7968";s:4:"date";s:29:"Mon, 01 Nov 2010 10:00:21 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'), (366, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1288648823', 'no'), (367, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1288605623', 'no'), (370, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1288648823', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (371, 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:60:"Weblog Tools Collection: WordPress Plugin Releases for 10/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:40:"http://weblogtoolscollection.com/?p=8912";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"http://weblogtoolscollection.com/archives/2010/10/31/wordpress-plugin-releases-for-1031/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1977:"AdsCaptcha allows you to put CAPTCHA boxes for spam prevention, and also gain profit from it.
\nContent Slide allows you to create fully customizable jquery fading image slideshows anywhere within your WordPress site.
\nTravelmap helps you show your travels on a Google map in any post or page.
\nEdit Flow improves the WordPress admin interface for a multi-user newsroom’s editorial workflow. (see the slides from the WordCamp Philly presentation)
\nMeteor Slides makes it simple to manage slideshows with WordPress by adding a custom post type for slides.
\nShorten2Ping sends status updates to Ping.fm everytime you publish a post, using your own domain, bit.ly, wp.me, su.pr, is.gd and others for shortened permalinks.
\nWPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre, Samsung touch and BlackBerry Storm/Torch mobile devices.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 31 Oct 2010 18:27: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: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:60:"Weblog Tools Collection: WordPress Applies to Google Code-in";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8907";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http://weblogtoolscollection.com/archives/2010/10/30/wordpress-applies-to-google-code-in/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1060:"The WordPress development team has applied to be a part of Google’s Code-in contest to encourage eager high school and secondary school students to contribute WordPress’ future.
\nThe development team is currently compiling a task list and looking for suggestions from the community, which can be left as comments here.
\nDo you plan to be a part of Google’s Code-in contest, and will you claiming any of the WordPress tasks this year?
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 13:00:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Theme Releases for 10/29";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8902";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http://weblogtoolscollection.com/archives/2010/10/29/wordpress-theme-releases-for-1029-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1402:"ManuEdian is a modern look design with a slider in the home page for your featured posts or the latest posts.
\nPlatform is a drag-and-drop framework for WordPress.
\nSuburbia is a clean and flexible WordPress grid-based magazine theme designed in a modern and minimalist style.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 13:00:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:74:"WordPress Podcast: A Taste of WPCandy: Your Breaking Community News Source";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://wp-community.org/?p=803";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://feedproxy.google.com/~r/wordpresspodcast/~3/abXvEZk3JJg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2091:"Ryan Imel, Editor-in-Chief of WP Candy transformed what was once a tutorial site for the past years into a face-paced breaking WordPress news site. Ryan is a serial entrepreneur having created projects like COMMENTbits and others. On the show we review Ryan’s goals for the transformation and how he feels value is provided to the readership. Upon visiting WP Candy, users will find the latest and greatest news, WordCamp recaps, reviews, podcasts, interviews, podcasts, plugins, themes and of course tutorials as always. Among the interesting goodies tucked away in the site is the theme finder. We also discuss mechanics of getting a new site started including site structure, taxonomies and uses of tags and tag clouds.
We invite everyone to submit reviews and tips at WP Candy and help Ryan and his team continue to help us all stay up-to-date with WordPress news.
Plugin Picks of the Week:
There are many ways to backup WordPress, but none as easy and thorough as VaultPress. VaultPress is one of the newest Automattic projects and is definitely a powerhouse in its field.
\nOne of the many things that sets VaultPress apart from the rest is its set it and forget it ease of use. Simply install the VaultPress plugin and watch as it begins to analyze and backup your database, plugins, themes, and uploads. After the first backup is complete, VaultPress will update your backup whenever a change is made, even for something as trivial as adjusting a setting. The result is a series of up to the minute full backups ready to be restored as soon as you need them.
\nIn contrast, iDrive is VaultPress’ closest competitor. Though iDrive’s service starts free, you’re only allotted 2GB before a paid upgrade is required, and the backups are only generated once every 24 hours. VaultPress is not free, but space is unlimited and backups occur immediately and as often as necessary.
\nIn addition to extensive real-time backups, VaultPress offers intuitive stats that use data from your backups to help you determine your blog’s most popular day and hour (based on % of comments received) and your blog’s most productive day and hour (based on % of posts published), and if you upgrade to a premium account, VaultPress will regularly scan your files for known exploits and threats. This is an invaluable feature for popular sites as VaultPress will notify you the minute an exploit or threat is found and you’ll be able to immediately restore from the latest clean backup.
\nFortunately, I have not had the need to test the restorability of VaultPress’ backups, but I have determined by visual inspection that they seem to be complete, and several success stories have been recorded.
\nIf you’re in need of a simple and complete backup solution, look not further than VaultPress. VaultPress is still in beta and new features are being added often. After applying for VaultPress, you’ll be placed on a waiting list until space is available, but the special beta rates are well worth the wait.
\nDisclaimers: VaultPress is one of our advertisers.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 13:00:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Mark Ghosh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"Alex King: GarageBand Theme with Carrington Build";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=4956";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://alexking.org/blog/2010/10/27/garageband-theme-with-carrington-build";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:864:"Congratulations to our friends at UpThemes for shipping GarageBand, a great Band theme that includes Carrington Build (developer version).
\n\nI have it on good authority that we may see more Carrington Build enabled themes from UpThemes in the future, with even tighter integrations.
\nCommenters lets you display images of persons who added comments to your blog posts.
\nContent by Permission adds a couple shortcodes where you can specify what permission is required to view the content.
\nFeedfabrik allows you to print your blog as a PDF or real book via Feedfabrik.
\nHikari Krumo is a port of the Krumo debugging too.
\nHikari Tools Framework is a development framework with tools to be used by other plugins, so that they don’t need to duplicate the same code over and over again.
\nIn Their Language detects the user’s browser language preferences and attempts to switch your site/blog to that language.
\nPlugin Dependencies is a meta-plugin that enables regular plugins to define which other plugins they need to function properly.
\nnrelate Related Content analyzes your website content and displays other related posts from your website.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 13:00:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: Google Finally Updates FeedBurner";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8889";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://weblogtoolscollection.com/archives/2010/10/26/google-finally-updates-feedburner/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1535:"After over three years since its acquisition, Google has finally launched a major upgrade to FeedBurner with an emphasis on real-time stats.
\n\nThe new interface provides real time stats for clicks, views, and podcast downloads, which means you can start seeing what content is drawing traffic from feed readers, Twitter, and other syndicated sources as it happens.
The interface can be accessed by clicking the “Try out the NEW (beta) version!” link at the top of your FeedBurner account page. According to the launch article, “The best way to see these real time features is to publish a new post and then switch to the ‘Last two hours’ view to begin seeing updates.”
\nAt this time, the new interface is primarily for the showcasing the new real-time stats. All other account actions will still need to be done from the old interface.
\nWhat’s your take on the new FeedBurner upgrade? Is this just what FeedBurner needs to bring life back into the service, a step in the wrong direction, or too little too late?
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 13:00:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WP iPhone: Version 2.6.2 Has Been Submitted";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://ios.wordpress.org/?p=872";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ios.wordpress.org/2010/10/25/2-6-2-submitted/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3318:"We wanted to let all of you know that we submitted Version 2.6.2 to the App Store tonight. This version includes several important bugfixes and improvements to features we added in 2.6, as well as fixes for some already existing features that we made buggy.
\nHere’s the full list:
\nWe’ll follow this up with a post as soon as this version is live in the App Store. Thank you for your continued patience while we worked to make sure this release took care of several nasty bugs. You can rest assured that future releases will be much more stable and reliable.
\nAs always, your feedback is appreciated here in the comments, in the forum, and on Twitter.
\nMy Engine is a simple orange, grey, and white theme with an engine background.
\nPrototype is a specialized parent theme with multiple nav menus, several widget areas, and per-post layouts, allowing anyone from designers to users to quickly creates beautiful sites.
\nTravelofe is a very clean and sleek travel theme.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 25 Oct 2010 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: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:53:"Weblog Tools Collection: Blog Action Day 2010 Wrap Up";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8857";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://weblogtoolscollection.com/archives/2010/10/24/blog-action-day-2010-wrap-up/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1572:"On this year’s Blog Action Day, over 5,700 blogs from 143 countries reached an estimated 41,231,000 readers regarding the world’s various water problems.
\nSeveral popular blogs contributed this year, including The White House Blog and The Official Google Blog, and feel free to stop by our post for a great way to share your fundraising goals with your readers.
\nDespite the broad reach of this year’s Blog Action Day it was a rather steep decline from the over 31,000 blogs that participated last year regarding climate change. We’ll let you know as soon as voting begins for next year’s Blog Action Day topic, and hopefully we’ll wind up with a topic that more bloggers are passionate about.
\nIf you published a post for this year’s Blog Action Day, kudos to you for participating, and please feel free to share it with us.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 24 Oct 2010 13:00:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 10/23";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8879";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"http://weblogtoolscollection.com/archives/2010/10/23/wordpress-plugin-releases-for-1023/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2188:"MultiTags displays correct tags when calling a tag-page with more than one tag.
\nRegister IP – Multiste helps you fight back against spam, troll, and sock puppet accounts by logging the IP address used at the time of creation.
\nWooTumblog allows you to create a tumblr style blog.
\nWP README Parser displays a WordPress plugin’s README file in XHTML format, for embedding in a post or page.
\nBuddyPress allows you to build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
\nFacebook Like for Tags allows you to automatically share to Facebook when posting new articles with specific tags or categories.
\nOzh’ Admin Drop Down Menu makes all admin links available in a neat horizontal drop down menu.
\nUltimate Post Type Manager is an easy to use custom post type manager.
\nWordPress Twitter Forums Plugin places a unique floating Twitter Forums button on the right edge of your WordPress blog that expands with an animated slide-in effect to reveal a Retweet@ Twitter powered forum.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 23 Oct 2010 13:00:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"Weblog Tools Collection: BuddyPress 1.2.6 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8872";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"http://weblogtoolscollection.com/archives/2010/10/22/buddypress-1-2-6-released/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1249:"The latest version of BuddyPress, WordPress’ powerful “social network in a box” plugin, has been released. This long-awaited update improves compatibility with WordPress 3.0, adds some minor tweaks to the base theme, and resolves 91 issues!
\nNow that Paul Gibbs and Boone Gorges have joined the team, the next major release is on track for the end of 2010.
\nBuddyPress has been rapidly building its user base since 1.0 was released in April of 2009. Have you built something with BuddyPress? If so, we’d love to hear about it!
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 22 Oct 2010 13:00:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:60:"WordPress Podcast: Interview with Brian Clark of Copyblogger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://wp-community.org/?p=790";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://feedproxy.google.com/~r/wordpresspodcast/~3/zMAFwlboh4w/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1057:"Brian Clark
This weeks guest was Brian Clark of Copyblogger. Copyblogger recently merged with StudioPress to form Copyblogger Media, and as Brian was also already involved with the Scribe SEO plugin too, that was added to the group as well. This means the Copyblogger Media group is now a serious powerhouse of WordPress knowledge, which is what we discussed with Brian.
Due to some technical issues the show ended a bit early, which is why we’ll do another show with Brian soon on the topic of SEO for your blog. Nonetheless, this is a very interesting show to listen to!
Atom is a new WordPress theme framework.
\nBack My Book is a clean, well designed theme that has the key features every author needs.
\nFazio is a grey/blue theme which supports almost all of WordPress 3′s new features.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Oct 2010 13:00:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"BuddyPress: BuddyPress 1.2.6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://buddypress.org/?p=1379";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://buddypress.org/2010/10/buddypress-1-2-6/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2005:"Ready immediately is BuddyPress 1.2.6 which includes a number of important bug fixes to the 1.2 branch of code and is another highly recommended upgrade. As always, be sure to back-up your installations before upgrading, and deactivate any dependent plugins that you might have to ensure there are no conflicts or errors during the process.
\nThis version improves WordPress 3.0 compatibility, makes some minor tweaks to the included theme, and fixes a total of 91 reported issues! Check out the BuddyPress release history for details on the important fixes in this release.
\nWith almost 100 bugs fixed and issues addressed in 1.2.6, you can bet we have some people to thank. Firstly, congrats and thanks again to Boone and Paul for all of their help and contributions. They are both huge assets to the BuddyPress project and Andy and I are really happy to have their continued support. Props go out to benfremer, cnorris23, dwenaus, erich73, francescolaffi, hempsworth, intimez, jeffsayre, kunalb, paulhastings0, r-a-y, wpmuguru, and everyone else that contributed. (If I missed you, slap me with a trout and leave a comment below.)
\nPaul, Boone, and I spent almost 3 full days together at WordCamp New York talking about what we’d like to focus on and what direction we’d like to see things go. This version of BuddyPress has been one of our longest development cycles to date since we’ve gone 1.0. By bringing on Paul and Boone we’re going to ramp up production and set our sights on the next major version somewhere around the end of 2010.
\nHave fun and thanks for using 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 21 Oct 2010 01:16: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: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: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:24:"Matt: Mashable Interview";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=35908";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://ma.tt/2010/10/mashable-interview/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:305:"Sarah Kessler at Mashable did an interview with me she’s posted under the title WordPress Founder on the Key to Open Source Success. We talk about capitalism, IPOs, how the internet has changed, and Open Source.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 20 Oct 2010 22:35:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:61:"Weblog Tools Collection: Automattic is now a Domain Registrar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"http://weblogtoolscollection.com/archives/2010/10/20/automattic-is-now-a-domain-registrar/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1151:"Automattic recently appeared on ICANN’s list of accredited registrars as ID #1531, meaning that the company is now a full-fledged accredited domain registrar.
\nWordPress.com is one of Automattic’s most popular services, and domain mapping is one of their most popular upgrades, so this is potentially yet another game-changing move for the company.
\nAccording to Automattic founder Matt Mullenweg, Automattic will continue to partner with GoDaddy until they have finished building tools to take advantage of their new registrar status over the next few months.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 20 Oct 2010 13:00: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: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: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:17:"Matt: Adobe on WP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=35906";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:33:"http://ma.tt/2010/10/adobe-on-wp/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:166:"Adobe Migrates to WordPress, switching 1,200 blogs from Movable Type.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 20 Oct 2010 07:31:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:43:"Matt: Automattic Becomes a Domain Registrar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=35902";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:31:"http://ma.tt/2010/10/registrar/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1097:"As some folks have noticed already, Automattic is now a “real” domain registrar (ID #1531). This has been a goal of mine for several years now, chiefly because I am a bit of a domain collector myself and I’ve never been completely satisfied with the domain buying or management experience on any of the usual players. Second, custom domains are a popular feature on WordPress.com and should become even more popular with some changes we’re introducing this month and it’ll be good to be able to provide a fully integrated experience for our users there. It’ll be a few months while we build all the tools necessary to begin taking advantage of our registrar status so in the meantime we’ll continue to use Godaddy, who has been an excellent partner.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 20 Oct 2010 07:28: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:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"Weblog Tools Collection: WordPress Plugin Releases for 10/19";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8853";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"http://weblogtoolscollection.com/archives/2010/10/19/wordpress-plugin-releases-for-1019/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2113:"CleanCodeNZ Exclude Pages Plugin hides pages from navigation or other purposes using custom fields.
\nCleanCodeNZ Favorite Posts Plugin uses Google Analytics API to get the stats of favorite posts of your WordPress blogs and list them in a table.
\nCustom Metadata Manager provides an easy way to add custom fields to your object types
\nAddToAny: 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.
\neShop is an accessible shopping cart plugin for WordPress, packed with various features.
\nEvents Manager is a full-featured event management solution for WordPress.
\nGD Star Rating allows you to set up a rating and review system for posts, pages and comments in your blog.
\nUpdate: There is currently a problem with the official plugin directory where some plugin downloads may return 404 (not found) errors. The issue should resolve itself within the next 24 hours. More details are available here.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 13:00:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"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: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:54:"WP Blackberry: WordPress for BlackBerry 1.4.4 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:38:"http://blackberry.wordpress.org/?p=397";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://blackberry.wordpress.org/2010/10/18/release-1-4-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2970:"WordPress for BlackBerry version 1.4.4 has been released to BlackBerry App World.
\nDepending on your region or country, you may not see the latest version in BlackBerry App World yet. However, the new release should be available for download on your device starting today.
\n1.4.4 adds the following features:
\nWe also squeezed in some bug fixes, including the media uploading issue on the 9800 Torch device:
\nDo you have questions or feedback on how we can make the app better? Please visit the WordPress for BlackBerry forums and tell us your thoughts!
\nPsst.. Follow us on Twitter for the latest news: @WPBlackBerry.
\nThanks to Pavel Ushakov for letting us know that our friends at Adobe have just completed the migration of hundreds of their blogs from Movable Type to WordPress. You can see the collection of blogs over on blogs.adobe.com:
\n
Pavel’s firm Blog Consulting worked on the migration with Adobe:
\n\n\nIn 2010 Adobe contacted Blog Consulting to migrate total of 1200 blogs from Movable Type to WordPress 3.0. The project was successfully completed within 2 months.
\nAdobe uses Blog Consulting’s Monthly Maintenance and Support package, and outsources all their blog support requests to our consultants, available 24 hours a day, 7 days a week.\n
[ Visit blogs.adobe.com ]
\nThere are thousands of themes available for WordPress. Today, the largest collection of WordPress themes can still be found through the official Theme Directory and its Tag Filter, but two new directories have brought some new concepts to the plate when it comes to finding your next WordPress theme.
\nWPCandy’s Theme Finder offers an elimination-style overview of available themes utilizing color, number of columns, and price (free v.s paid) as factors.
\nTheme Garden’s Layout Browser offers a very comprehensive directory of themes based strictly on layout.
\nWhile WPCandy’s Theme Finder is filled with mostly premium themes and Theme Garden’s Layout Browser is restricted solely to their theme marketplace, the two bring something new to a field that was long thought to be well saturated by the official Theme Directory.
\nWhat do you think of these new theme directories? Do you think that some of these features should be added to WordPress’ official Theme Directory?
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 13:00:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Theme Releases for 10/17";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8844";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http://weblogtoolscollection.com/archives/2010/10/17/wordpress-theme-releases-for-1017-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2232:"Blogum is a simple, grid based WordPress theme, designed in a modern and minimalist style.
\nClear Line is a clear and very lightweight theme.
\nCodium is simple and minimalist, but fully customizable: change the background color, incorporate a background image, and add automatic post thumbnails on the homepage.
\nDocOut Historical is a child theme of the default Twenty Ten theme with a great document outline.
\nFresh and Clean is a super minimal yet very elegant and modern WordPress theme.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 13:00: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: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:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Matt: Price of Aid";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2010/10/price-of-aid/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/10/price-of-aid/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:291:"Disturbing but worthwhile article in the New Yorker about how humanitarian aid can prolong and intensify conflict and strife. Link is just an abstract — anyone have a full copy?
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 10:29:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"BuddyPress: Introducing Paul and Boone";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:59:"http://buddypress.org/2010/10/introducing-paul-and-boone-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:59:"http://buddypress.org/2010/10/introducing-paul-and-boone-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:857:"Today at WordCamp New York (about 30 minutes ago in fact) I had the privilege of introducing Boone B. Gorges and Paul Gibbs as new core committers to the BuddyPress project.
\nIn recent months both Boone and Paul have been heavily involved in team meetings, forum moderation, and producing outstanding core code patches. If you spend any amount of time in our forums or in our development Trac, then you have definitely spent some time with them and know that this isn’t really a huge surprise.
You know what this means, right? Look forward to some more awesome stuff coming in the next few weeks from the BuddyPress team, the project as a whole, and stay tuned to this blog for more news coming soon!
\nCongrats gents!
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 15:16: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: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: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:60:"Weblog Tools Collection: WordPress 3.1 Feature Status Update";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8837";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http://weblogtoolscollection.com/archives/2010/10/16/wordpress-3-1-feature-status-update/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3781:"Work is well underway on WordPress 3.1 and a quick update detailing the status of some of the new features as we approach the November 1st code freeze has been posted. The following features will more than likely be included in WordPress 3.1:
\nI’m looking forward to the extra customization that post formats will offer and the shortcuts to admin functions provided by the admin bar. Which new features are you looking forward to the most?
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 13:00:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"Matt: FSF Profile";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=35899";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:33:"http://ma.tt/2010/10/fsf-profile/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:309:"The Free Software Foundation has a new profile/interview of me on their site. The pull-quote: “Fundamental issues of freedom in software are fundamental issues in our lives, even if most people can’t see it.”
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 03:29: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:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Matt: Email Graphs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=35897";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/10/email-graphs/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:182:"The email levels on my contact page now show graphs when you click on them. I’ve found this new feature to be very motivating for me.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 15 Oct 2010 18:44:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"Weblog Tools Collection: Track your Clean Water Fundraising in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8835";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://weblogtoolscollection.com/archives/2010/10/15/track-your-clean-water-fundraising-in-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1969:"Today is Blog Action Day 2010, and this year’s topic is water. To many of us, water is a commonplace item. We don’t have to walk for miles for a simple drink of water or risk our lives with every sip, yet over 800 people world-wide have no access to clean water, and over 3 million people succumb to water-related diseases every year.
\nOrganizations like Charity: Water, Children’s Safe Drinking Water, and Water.org are collecting donations to provide wells and water filtration to communities around the world, so wouldn’t it be nice if you could set a fundraising goal on your WordPress blog and share the experience with your readers?
\nTracking your fundraising progress on your own blog is incredibly easy thanks to ChipIn. Just register for a free account and create a new event. Once your event has been setup, click the “Create Widgets Now” button. Customize your widget in step 1, select WordPress in step 2, copy the code in step 3, but forget about step 4. Just go to Appearance/Widgets in your WordPress admin panel, drag a text widget to your sidebar, title it or leave the title blank, paste the code into the body of the widget, and click “Save.”
\nYour visitors will now be able to donate and view your fundraising progress from your sidebar.
\nWe’re curious to read your posts for this year’s Blog Action Day, so please feel free to share them with us.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 15 Oct 2010 14:00:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 10/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:40:"http://weblogtoolscollection.com/?p=8833";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"http://weblogtoolscollection.com/archives/2010/10/15/wordpress-plugin-releases-for-1015-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2031:"Drafts Scheduler will schedule all of your drafts to be published at some time in the future.
\nUltimate Post Type Manager is an easy to use custom post type manager.
\nWordPress SEO is an all in one solution to search engine optimize your WordPress blog, featuring titles, meta descriptions, optimized breadcrumbs, and XML sitemaps.
\nWordPress Twitter Forums places a unique floating Twitter Forums button on the right edge of your WordPress Blog that expands with an animated slide-in effect to reveal a Retweet@ Twitter powered forum.
\nInline Quote Tag adds a button to the WordPress Visual editor to add an inline quote tag.
\nRegister Plus Redux enhances the user registration process with complete customization and additional administration options.
\nswfObject Reloaded allows easy embedding and better management of swf files.
\nWP System Health provides a comprehensive overview of your WordPress parameter and server performance.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 15 Oct 2010 13:00:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:23:"Matt: Experience Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=35895";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://ma.tt/2010/10/experience-design/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:274:"Information Architects – Can Experience be Designed?.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 14 Oct 2010 16:42: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: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:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress General Troubleshooting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8829";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://weblogtoolscollection.com/archives/2010/10/14/wordpress-general-troubleshooting/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3858:"Like any web platform, application, or operating system, WordPress can be hit by sudden unexpected problems. Fortunately, general troubleshooting is easy and will usually reveal the source of (and sometimes fix) most problems. Before we continue to general troubleshooting, there are a few popular cases that have relatively specific fixes.
\nIf you’re seeing a blank white screen, consult WordPress and the White Screen of Death. If you’re seeing “Fatal error: Allowed memory size,” consult WordPress and the Fatal Memory Error. If you’re seeing an internal server error or error 500, consult WordPress and the Internal Server Error. And, if you’re seeing a headers already sent warning, consult WordPress and the Headers Already Sent Warning.
\nAs you can probably guess from the articles linked to above, many sudden WordPress problems can be traced back to plugins, themes, or corrupt core files. If your problem is not directly related to one of these cases, it’s time to move through the general troubleshooting steps to find the cause of the problem and maybe even fix it along the way.
\nIf you have access to your admin panel, try deactivating all plugins. If you don’t have access to your admin panel, try manually resetting your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
\nIf your blog showed no signs of improvement after deactivating your plugins, then it’s time to move on to your currently active theme. If you have access to your admin panel, try switching to the Default theme (WordPress 1.5 – 2.9.2) or the Twenty Ten theme (WordPress 3.0 and higher). If you don’t have access to your admin panel, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the Default theme (WordPress 1.5 – 2.9.2) or the Twenty Ten theme (WordPress 3.0 and higher) to activate and hopefully rule-out a theme-specific issue.
\nIf your blog showed no signs of improvement after deactivating your plugins and switching your theme, try downloading WordPress again and delete then replace your copies of everything except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings. Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.
\nIf the general troubleshooting steps have failed to identify the cause of the problem, the volunteers in the WordPress Support Forums will be more than happy to help you, especially if you list all the steps you have taken so far.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 14 Oct 2010 13:00:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Dougal Campbell: WordPress and Drupal: Convergence?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://dougal.gunters.org/?p=26888";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:129:"http://dougal.gunters.org/blog/2010/10/13/wordpress-and-drupal-convergence?utm_source=rss&utm_medium=rss&utm_campaign=rss";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8745:"Obviously, as a once-upon-a-time core developer for the project, and as someone who continues to work in that community, I am pretty familiar with WordPress. There’s hardly a day that goes by that I’m not hip-deep in WordPress code and news. I’ve watched its evolution over these past 7+ years as it has moved from a simple blogging system towards becoming a more full-featured CMS.
\nBefore WordPress was born, I was searching for a platform to build my own site on. I was waffling over whether to write my own from scratch or to use an already existing program. One of the projects I looked at early on was Drupal (in fact, my drupal.org user account is 2 years older than my wordpress.org account). It was kind of interesting, from a philosophical/architectural point of view, but it wasn’t easy to set up and use. I tinkered with it briefly, shrugged, and moved on to inspect the next tool for consideration.
\nIn recent years, my wife, Susan, began using Drupal at her job, which brought me a couple of opportunities to look at it when she had questions that she thought I could help her with. When I watched her configuring her Drupal sites, I could see that while it had some nice architectural features, it still had a steep learning curve. So when the D7UX initiative came around, with the goal of making Drupal 7 easier to use through a new-and-improved interface, it piqued my interest. Also, Susan has been involved with the organization of DrupalCamp Atlanta for its first two years (as the voice of the @DrupalCamp_ATL account, AKA “Drupal Peachy Head”). So I’ve gone with her to those two DrupalCamp events, and had the opportunity to learn more about that CMS.
\nI’ll admit that I’m still not terribly familiar with actually using Drupal, though I did finally install D7-alpha-6 on my laptop recently. But I have had the opportunity to observe its community some — online, in person, and through podcasts — and I’ve learned a little bit about how they manage the release of a new version. And so I have a pretty good perspective on comparing some traits the WordPress and Drupal communities. I’ve said it before, and I’ll say it again: there is a lot we can learn from each other, and I think that it is a win-win for the community in doing so.
\nFirst of all, what can Drupal learn from WordPress? Well the main thing is one that they are already working on: they should improve their user interface. It’s no secret that probably one of the biggest factors of the success and popularity of WordPress is that it is so darned easy to use. It starts with “the famous 5-minute install”. You don’t have to be any kind of technical wizard to set up WordPress. Pretty much all you need to get started is the database information that will be provided by your hosting company in most cases. And then once you’re past the install phase, the rest of the software is pretty intuitive. The ability to upgrade plugins, themes, and even the core system itself at the click of a button is icing on the cake.
\nThis slideshow presentation from Jen Lampton makes most of the salient points:
\nAnd what can WordPress learn from Drupal? They have a really solid core architecture with amazing introspection capabilities. The Features module for Drupal makes it easy to export modules — along with their dependencies, configuration, and data — from one installation to another. WordPress will be hard-pressed (no pun intended) to emulate something like that for many versions to come. Drupal has automated runs of unit tests whenever someone contributes a patch for core or a module, giving developers almost instant feedback of problems and regressions. It is common for Drupal developers to build modules which do nothing more than provide infrastructure and APIs for other modules to leverage. Having a dependencies system in place makes this possible.
\nDrupal developers will sometimes scoff at WordPress and deride it as “just a blogging platform”. WordPress developers might point out how hard it is to do certain tasks in Drupal which just work “right out of the box” in WordPress. But some of those same Drupal developers look at how easy WordPress is, or how popular it is, and feel a little jealous. A few WordPress devs recognize our lack of database independence, dependency checking, or flexible URL routing, and wish we could push these things into core now.
\nDrupal devs note that WordPress has been beefing up its custom taxonomy and content type support, and say that WordPress is just copying Drupal. WordPress devs point out how often Drupal gets compared to WordPress when discussions of good UI come up, or tout how even Mark Boulton Design put their D7UX blog in WordPress to start with, because it was easier to use than Drupal at the time.
\nBut I think these changes are a pretty natural evolution for both systems. If you could imagine “The Perfect CMS”, what would it be like? It would be easy to use, and it would be full of powerful features, right? It would be lovely to look at, and it would have a strong underlying architecture and API.
\nI think WordPress and Drupal are both heading in that direction — they just had different starting points. WordPress started with good usability, but a limited architecture and feature set. Drupal started with a strong architecture, but a very developer-centric user experience. But WordPress has been steadily improving its architecture. And Drupal has been working on its UI. They had different origins, and they have taken different paths, but they are both evolving towards CMS Nirvana. And we users get to ride along.
If you could bring a feature from one system to the other, what would it be?
\n\n\nRelated posts:
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 13 Oct 2010 13:22:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:59:"Weblog Tools Collection: WordPress Theme Releases for 10/13";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8823";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://weblogtoolscollection.com/archives/2010/10/13/wordpress-theme-releases-for-1013/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1725:"Constellation is an assemblage of awesome resources, put together to form an extremely flexible WordPress foundation.
\nMy Theme with Grass and Dew is a beautiful green and white simple theme for WordPress.
\nMy Lovely Theme is a beautiful pink, black, red, and white simple theme for WordPress.
\nSimpleDark is a dark right-sidebar theme.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 13 Oct 2010 13:00:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:41:"WP iPhone: Version 2.6.1 is Now Available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://ios.wordpress.org/?p=846";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ios.wordpress.org/2010/10/12/version-2-6-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:3926:"We are very pleased to announce that WordPress for iOS Version 2.6.1 is now available in the App Store. This release addresses issues many of our users reported with Version 2.6.
\nLike always, we owe a great deal of thanks and credit to the WordPress community for providing us with such amazing feedback. Your comments, forum posts, and tickets helped us address the issues as quickly as possible. Without your help, this update would likely have been delayed another week as we worked to track down and reproduce the issues.
\n\nWhile there are a ton of new features and enhancements in this version, the one we’re most excited about is Video. Because upload limits can vary greatly from host to host and blog to blog, we wanted to make sure to give you our recommended settings for WordPress.org users who would like to use this new feature. If you’re running WordPress 2.9.2 or later please be sure to add the following lines to your root .htaccess file:
\nphp_value memory_limit 128M
\nphp_value upload_max_filesize 128M
\nphp_value post_max_size 128M
\nphp_value max_execution_time 120
You may need to adjust these numbers depending on the size of the video you’re trying to upload. If you need help, be sure to check out the WordPress for iOS Forums.
\nAgain, we’re grateful for all of the feedback we’ve received from our users, and we intend to expand our Beta Team even further in the future to ensure we get an appropriate range of device and blog combinations moving forward. We hope that our continued efforts to expand testing before each new release will result in more bug-free updates in the future.
\nThank you for using WordPress for iOS!
\nWe’d like to welcome the Los Angeles Times to the WordPress.com VIP program. They’ve launched two new exciting blogs — Framework, and Hero Complex:
\n
\n
Both sites were designed and developed from scratch, and are really impressive in their design & editorial content.
\n[ Visit Framework, and Hero Complex ]
\nA couple of days ago, James mentioned the 2010 WordPress Honors website, which aims to be to WordPress what the Oscars are to the movie industry. This site is a very good initiative and there are three compelling reasons why you should register and vote.
\n
This one is pretty obvious: there are plenty of stuff to win, and you might win one. Check out the Sponsors page and peruse the growing list of goodies provided by several benefactors of our community. Vote and one could be yours. Not interested in any prize? Vote anyway, win one and sell it during your next front yard sell!
\nOur community consists in users using products, and authors crafting those products (themes, plugins, tutorials and news sites…). This event is an occasion for users to show their support, admiration, thankfulness or love to makers. Some of the products in our community are commercial and as such require a financial effort, but most are free and don’t get too many feedback on how users are pleased to use them. And anyway this is not about money here: this is about love. Tell makers you love them. Vote for them. And if your favorite product maker is not nominated yet, submit them.
\nThat is actually my personal favorite reason why you should register to the site.
\nA little background information for those who are starting to get lost? WordPress can register different types of posts, and uses internally a few of them: “posts” in the traditional way, “pages” as you know them, but also attachments, revisions and nav menus. Users and authors can also define custom post types (sometimes referred to as CPT) to further extend the way they will manage their content with WordPress.
\nThe 2010 WordPress Honors website makes good use of custom post types, to file Sites, Plugins, Themes and Personalities. You probably have seen a few tutorials already explaining how to implement CPT into your theme or plugin, but if you are not that tech savvy and just want to understand how the end result might look like and work, register and poke around the admin interface. Then, of course, browse the site itself and vote!
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Oct 2010 14:40:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:3:"Ozh";s: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:70:"Weblog Tools Collection: WordPress.com Launches Text Messaging Feature";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8810";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://weblogtoolscollection.com/archives/2010/10/12/wordpress-com-launches-text-messaging-feature/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1378:"WordPress.com has just launched a new text messaging feature. Users can now do a variety of blog management tasks via the new 77377 (PRESS) short code.
\nBy simply activating the service at Settings/Text Messaging in your admin panel, you can receive notifications when users are added or removed, and when the theme and privacy settings have changed.
\nUsers who choose to upgrade the service for only $20/year will be able to add extra protection to their blog via an SMS-enabled two-step login process, receive new comment notifications with the ability to moderate or reply via text message, receive new post notifications, and publish a post of 160 characters or less.
\nThis feature is only available in the USA, though the WordPress.com team will look into expanding the service to other countries if the feature proves popular enough. As always, standard text messaging and data rates apply.
\nWhat do you think of the new text messaging feature?
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Oct 2010 13:00:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 10/11";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8802";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"http://weblogtoolscollection.com/archives/2010/10/11/wordpress-plugin-releases-for-1011-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1636:"Beautiful Image Widget allows you to display random image from Beautiful Landscape’s huge high-quality image collection on the sidebar of your blog.
\nWP Overview shows overview and memory usage on your dashboard.
\nGravatar Signup Encouragement encourages users without a Gravatar to make one.
\nHighlight Search Terms is a lightweight search terms highlighter using jQuery.
\nPosts 2 Posts allows you to create many-to-many relationships between posts of all types.
\nWP-DBManager allows you to optimize, repair, backup, and restore your database, as well as drop/empty tables and run selected queries.
\nWP SlimStat is a simple but powerful real-time web analytics plugin for WordPress.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 11 Oct 2010 13:00:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:62:"Weblog Tools Collection: Add Hovercards to Your WordPress Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=8795";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:91:"http://weblogtoolscollection.com/archives/2010/10/10/add-hovercards-to-your-wordpress-blog/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2637:"Gravatar recently launched Hovercards, a new feature that servers as a nifty bridge between your Gravatar and your Gravatar Profile.
\nHovercards have already been enabled throughout WordPress.com and WordPress.org, and there is an official plugin in the works, but what if you can’t wait for the official plugin to add Hovercards to your WordPress blog?
\nIf your theme has a functions.php file, just add the following line within the file:
\nwp_enqueue_script( ''gprofiles'', ''http://s.gravatar.com/js/gprofiles.js'', array( ''jquery'' ), ''e'', true );
If your theme doesn’t have a functions.php file, or you’d rather not mess with it, use a plain text editor to create a file called hovercards.php with the following content, then use an FTP or SFTP client to upload it to the /wp-content/plugins/ directory, and activate it via the Plugins section of the admin panel.
\n<?php
\n/*
\nPlugin Name: Hovercards
\n*/
\nwp_enqueue_script( ''gprofiles'', ''http://s.gravatar.com/js/gprofiles.js'', array( ''jquery'' ), ''e'', true );
\n?>
Credit for the above code goes entirely to Otto and Alex. It is not official and not supported, so you should probably switch over to Gravatar’s official plugin when it’s released, but at least this will hold you over until then.
\nWhat do you think of the new Hovercard feature? Will you be adding it to your blog?
\nUpdate: The code listed above, while leaner, enables Hovercards everywhere (including the admin panel), which may not be a desired outcome for some users. If you find this to be a tad bit annoying, Otto’s code properly displays Hovercards on the blog side only.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Oct 2010 13:00:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Matt: Blue Angels + Golden Gate Park";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=35778";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/10/blue-angels-golden-gate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:27419:"I snapped a few photos of the Blue Angels Fleet Week show on Saturday with a lens I’ve been waiting to try out, a 500mm f/4. It was really one of the coolest things I’ve seen, and the pictures turned out pretty well. Afterward went to Golden Gate park for Kevin and Coley’s wedding pre-party, and then back to my place for dinner.
\n\n\n
Friendly Fast is both fast loading and optimized for our search engine friend Google.
\nParquetry is a simple 2-column right sidebar WordPress template with a woodgrain background and an eye-catching header graphic.
\nPurpleSatin was designed using stylish purple colors and a slim design.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 09 Oct 2010 13:00:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:61:"Publisher Blog: MediaPost: “The winner will be 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=1063";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://publisherblog.automattic.com/2010/10/08/mediapost-the-winner-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:3312:"Interesting post from Philip Leigh of MediaPost this week, titled “The Implications Of Blogging“:
\n\n…Similarly, it’s likely that the future of blogging — and the future spread of knowledge — will reflect the characteristics of whatever blog platform achieves dominance. Increasingly it appears that the winner will be WordPress. It first appeared seven years ago as a successor to software typically used for online diaries. Thus, it was originally text-based, but has since evolved to also encompass audio, video, and animation. It has even become a popular platform for entire websites as well as important components of prominent sites such as The New York Times.
(Emphasis mine).
\nPhilip goes on to state:
\n\nIn short, WordPress is not merely a blogging tool. It’s a platform that can lead to an explosion of new media properties capable of text, video, audio, music, animation, interactivity, online merchandising, podcasting, and even social networking. Successful innovations will rapidly take root and expand while unsuccessful ones will quickly perish or remain marginal.
[ Read the full article on MediaPost.com ]
\nThe 2010 WordPress Honors launched earlier this week and is currently seeking submissions and votes for your favorite WordPress plugins, themes, sites, and personalities.
\nFinal voting will begin once the nominees have been announced in mid November, and the winners will be announced in early January.
\nWhat’s your take on award ceremonies like this? Will WPHonors show the best that the WordPress community has to offer, or will this be just another popularity content?
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 13:00:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"BuddyPress: Vote for 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:29:"http://buddypress.org/?p=1358";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://buddypress.org/2010/10/vote-for-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2206:"The Open Source Awards is an annual online event held by Packt Publishing to distinguish excellence among Open Source projects.
\nNow in its fifth year, the Award (formerly known as the Open Source Content Management System (CMS) Award) is designed to encourage, support, recognize and reward not only CMSes but a wider range of Open Source projects.
\nThis year BuddyPress has the honor of being a finalist in the “Most Promising Open Source Project” category, which is for all Open Source projects that made their debut within the past 2 years. We’re up against some stiff competition with LiveStreet CMS, Pimcore, Tomato CMS, and WolfCMS, so we’re asking for your support!
\nI’d be lying if I said I didn’t want or care about the $2,500 prize for winning our category. Andy would really like a sweet 3D-TV, and I could use a posh new living room set myself, but we decided donating the proceeds to the WordPress Foundation was probably the best way to use any cash winnings.
To help make voting worth your while, PacktPub is giving away free Amazon Kindles to random voters and nominees. If showing your BuddyPress pride isn’t enough, do it for the opportunity to score a free Kindle!
\nSo click the banner below and be whisked away to Packt Pubs voting page, where you can [help Andy enjoy Jurassic Park like it was meant to be enjoyed] [help John take epic naps on a new comfy couch] help support BuddyPress and maybe win yourself a Kindle!
EZWebPlayer Video Plugin allows you to post your videos, report on views, track which videos have been posted and where, and has a simple toolbar plugin that allows you to add videos quickly.
\nHikari Featured Comments is a simple plugin that adds 3 new custom fields to comments, allowing you to add special properties to each of them.
\nPost Gallery Widget is a rotating gallery widget using a custom post type for gallery content.
\nswfObject Reloaded allows easy embedding of swf files and better media management for swf files, allowing swf files to have a height, width, and their own minimum flash version.
\nDisqus Comment System replaces your WordPress comment system with your comments hosted and powered by Disqus.
\neShop is an accessible shopping cart plugin.
\nMembership allows you to transform your WordPress site into a fully functional membership site. (Disclaimer: Incsub is a sponsor of Weblog Tools Collection.)
\nRegister Plus Redux enhances the user registration process with complete customization and additional administration options.
\nUltimate Taxonomy Manager is an easy to use taxonomy manager to customize taxonomies and custom fields with a great user interface.
\nTweet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 07 Oct 2010 13:00:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:46:"Gravatar: Gravatar Hovercards on WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://blog.gravatar.com/?p=261";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://blog.gravatar.com/2010/10/06/gravatar-hovercards-on-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3590:"You thought Gravatar Profiles were cool? Wait until you see them on all WordPress.com blogs.
\nToday we’re upping your Gravatar Profile to a new level of awesomeness with Gravatar Hovercards. It’s now easy to find out about who is behind your favorite comments on WordPress.com simply by moving your mouse over their Gravatar. This new feature is enabled by default across WordPress.com.
\nGravatar Hovercards show information about a person: name, bio, pictures, and their contact info at other services they use on the web like Twitter, Facebook or LinkedIn.
\nAs a commenter, Hovercards offer a great way to show your Internet presence and help people find your own blog. If you’re a blogger on WordPress.com, you can quickly check out who’s commenting on your blog, and have an easier time connecting with them.
\nYou can see other people’s Hovercards by moving your mouse over their Gravatar picture in comments on any WordPress.com blog, and after a moment the Hovercard will appear. The information shown is taken directly from the person’s Gravatar profile. The more info in the profile, the more we show in the Hovercard.
\nIf you haven’t set up your Gravatar Profile yet, just log in to Gravatar.com and fill out your details under Edit My Profile. If you don’t have an account yet, you can sign up here.
\nCheck back soon for details on how to add hovercards to your own website, or any site currently using Gravatars.
\nHipmunk is a flight search tool with a twist, and even if you don’t travel as much as I do you should give it a try next time you’re taking a trip somewhere. (It’s hard to describe, but easy to use.) As announced elsewhere, I’m happy to be part of a group of people supporting the team as an investor.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 06 Oct 2010 20:59:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:4:"date";s:29:"Mon, 01 Nov 2010 10:00:18 GMT";s:6:"server";s:9:"LiteSpeed";s:13:"accept-ranges";s:5:"bytes";s:4:"etag";s:24:""29eab-4cce8c40-174c398"";s:13:"last-modified";s:29:"Mon, 01 Nov 2010 09:45:36 GMT";s:12:"content-type";s:15:"application/xml";s:14:"content-length";s:6:"171691";s:7:"expires";s:29:"Mon, 01 Nov 2010 10:03:14 GMT";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (362, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1288648820', 'no'), (363, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1288605620', 'no'), (352, 0, '_transient_timeout_feed_eebbfad72cfaf76c4edc5695ad275b05', '1288648817', 'no'), (353, 0, '_transient_feed_eebbfad72cfaf76c4edc5695ad275b05', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:1:"\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:8:"\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:4:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"link:http://localhost/wordpress/ - 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:105:"http://blogsearch.google.com/blogsearch?scoring=d&ie=ISO-8859-1&num=10&q=link:http://localhost/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:110:"Google Blog Search Results: 8 results for link:http://localhost/wordpress/ - showing 1 through 8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:8:{i:0;a:6:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"Cara Install Wordpress Di Komputer Pribadi atau Localhost | BartIQY";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"http://www.internetberitaku.com/2010/08/cara-install-wordpress-di-komputer.html";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:222:"Jika anda ingin mengakses form login untuk mengedit isi content atau artikel website/blog wordpress anda yang sudah ter install di kemudian hari bisa mengaksesnya dengan link http://localhost/wordpress/wp-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:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:57:"Bisnis Online | Tutorial Blog | Berita Internet | BartIQY";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"bartiqy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Thu, 26 Aug 2010 06:43:00 GMT";s: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:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"Using XAMPP for Local WordPress Theme Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:110:"http://sixrevisions.com/tutorials/web-development-tutorials/using-xampp-for-local-wordpress-theme-development/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:240:"I just have one problem, I followed the tutorial to a t, but when trying to install wordpress at the link http://localhost/wordpress/wp-admin/install.php it comes up saying that it can''t select the database. That the username and ...";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:13:"Six Revisions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jacob Gube";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Sun, 26 Apr 2009 17:02:52 GMT";s: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:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"Como instalar WordPress offline no Windows XP ou Vista";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://www.fmatt.com/2008/04/02/como-instalar-wordpress-offline-no-windows-xp-ou-vista/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:248:"Quando acesso ao link: http://localhost/wordpress/wp-admin/install.php, abre a tela para seguir em frente para criar BD, porém quando coloco os dados e mando seguir em frente, dá erro, dizendo que talves o usuário e senha não estejam ...";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:5:"FMatt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Franco";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Mon, 04 Feb 2008 08:00:00 GMT";s: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:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"RSS output of a Prologue post [rss] [wordpress] [prologue]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://snippets.dzone.com/posts/show/5053";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:235:"Grubość* | \r\n5 mm | \r\n10 mm | \r\n
Wymiary* | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 80 m | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 47 m | \r\n
Maks. temp. użycia | \r\n+650°C | \r\n|
Kolor | \r\nBeżowy | \r\n|
Gęstość* | \r\n0,18 g/cc | \r\n|
Hydrofobowość | \r\nTak | \r\n
WMK SERVICE
\r\n\r\nBiuro handlowe : 03-741 Warszawa ul.Białostocka 24 lok 114 tel/fax. (22) 679 14 42\r\nmobile : 501 281 355
\r\ne-mail wmk@wmk.pl
\r\n\r\n\r\n
\r\n\r\nWMK SERVICE NIP: 524-102-22-99
\r\nBIURO HANDLOWE:
\r\n03-741 Warszawa, ul. Białostocka 24 lokal 114 tel. /fax. (0-22) 679-14-42
\r\nwww.wmk.pl www.securio.com.pl
\r\n\r\nWMK SERVICE
\n\n\n
\nBiuro handlowe :
\n03-741 Warszawa
\nul.Białostocka 24 lok 114
\ntel/fax. (22) 679 14 42
\nmobile : 501 281 355
\ne-mail wmk@wmk.pl
\n\n\n
\n\nWMK SERVICE NIP: 524-102-22-99
\nBIURO HANDLOWE:
\n03-741 Warszawa, ul. Białostocka 24 lokal 114 tel. /fax. (0-22) 679-14-42
\nwww.wmk.pl www.securio.com.pl
\n\nWMK SERVICE
\r\nBiuro handlowe :
\r\n03-741 Warszawa
\r\nul.Białostocka 24 lok 114
\r\ntel/fax. (22) 679 14 42
\r\nmobile : 501 281 355
\r\ne-mail wmk@wmk.pl\r\n
', 'Gdzie kupić ?', '', 'inherit', 'open', 'open', '', '14-revision-3', '', '', '2010-10-15 13:09:56', '2010-10-15 13:09:56', '', 14, 'http://localhost/wordpress/?p=18', 0, 'revision', '', 0), (19, 1, '2010-10-15 13:10:21', '2010-10-15 13:10:21', 'WMK SERVICE
\r\nBiuro handlowe :
\r\n03-741 Warszawa
\r\nul.Białostocka 24 lok 114
\r\ntel/fax. (22) 679 14 42
\r\nmobile : 501 281 355
\r\ne-mail wmk@wmk.pl\r\n
', 'Gdzie kupić ?', '', 'inherit', 'open', 'open', '', '14-revision-4', '', '', '2010-10-15 13:10:21', '2010-10-15 13:10:21', '', 14, 'http://localhost/wordpress/?p=19', 0, 'revision', '', 0), (20, 1, '2010-10-15 13:10:45', '2010-10-15 13:10:45', 'WMK SERVICE
\r\nBiuro handlowe :
\r\n03-741 Warszawa
\r\nul.Białostocka 24 lok 114
\r\ntel/fax. (22) 679 14 42
\r\nmobile : 501 281 355
\r\ne-mail wmk@wmk.pl\r\n
', 'Gdzie kupić ?', '', 'inherit', 'open', 'open', '', '14-revision-5', '', '', '2010-10-15 13:10:45', '2010-10-15 13:10:45', '', 14, 'http://localhost/wordpress/?p=20', 0, 'revision', '', 0); INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (21, 1, '2010-10-15 13:02:05', '2010-10-15 13:02:05', 'Aerogel składa się w 90% z powietrza, co czyni go bardzo skutecznym izolatorem o najniższym w świecie wskaźniku przewodnictwa termicznego. Producent stosując nanotechnologię wytworzył z Aerogelu bardzo wytrzymałe, cienkie i elastyczne materiały izolacyjne, których skuteczność jest od 2 do 8 razy większa niż tradycyjnych izolacji.\r\n\r\nAerogel jest dodatkowo odporny na nacisk i posiada właściwości hydrofobowe (wodoodporne), co daje mu bardzo szerokie spektrum zastosowań.\r\n\r\nProdukty Aspen Aerogels wykorzystują nanoporowate struktury minimalizujące trzy mechanizmy przewodnictwa cieplnego, w wyniku czego wartość przewodności cieplnej wynosi w granicach 12-15 mW/m.\r\n\r\nIzolacja Aerogel zapewnia podwójne korzyści w postaci ekstremalnej wydajności termicznej i elastycznej formy blankietu.\r\n\r\nAerogel – Najlepsza ochrona termiczna\r\n\r\nIzolacja Aspen Aerogel wykonana jest z nanoporowatego materiału, który jest obecnie najnowocześniejszym i najbardziej skutecznym materiałem izolacyjnym na świecie. Izolacja Aerogel działa skutecznie w szerokim zakresie temperatur: od - 265˚C do +650˚C, co umożliwia jego stosowanie w środowiskach o wysokiej, niskiej oraz zmiennej temperaturze.\r\n\r\nProdukty Aspen Aerogel nie zawierają nanocząsteczek. Analizy niezależnych laboratoriów potwierdzają, że najmniejsza cząsteczka aerogelu jest ponad siedem razy większa niż największa nanocząstka.\r\n\r\nMateriały firmy Aspen Aerogels uznawane są za produkty nanotechnologi jedynie w zakresie przestrzeni próżniowej, a nie w zakresie materiału stosowanego, jako podłoże. Przestrzeń próżniowa jest tym, co podnosi wyjątkową wydajność izolacyjną materiałów. 97% objętości Aerogelu stanowi powietrze zawarte w bardzo małych nanoporach. Struktura Aerogelu wykracza swoją wielkością poza skalę nanometryczną, natomiast pory w strukturze Aerogel posiadają cechy odpowiadające wielkością nanotechnologi.\r\n\r\nWłaściwości te sprawiają, że Aerogel jest ciałem stałym o najmniejszej gęstości, lżejszym od powietrza o najlepszych parametrach izolacyjnych. Blankiety izolacyjne Aspen Aerogel są niezwykle wytrzymałe, cienkie i odporne na czynniki atmosferyczne.\r\n\r\n \r\n\r\n \r\n\r\nKorzyści ze stosowania izolacji Aerogel:\r\n\r\n● ekstremalna wydajność termiczna przy elastycznej i cienkiej formie blankietu\r\n\r\n● stała i wysoka skuteczność izolacyjna przez cały okres użytkowania\r\n\r\n● od dwóch do ośmiu razy wyższa efektywność izolacyjna w porównaniu do\r\n\r\ntradycyjnych izolacji\r\n\r\n● cienki profil zmniejszający objętość izolowanych powierzchni, ułatwia montaż w\r\n\r\nciasnych przestrzeniach.\r\n\r\n● elastyczne opcje montażu, wykrawania, laminowania i składania\r\n\r\n● naturalny produkt, przyjazny środowisku\r\n\r\n● doskonałe właściwości hydrofobowe\r\n\r\n● obniżenie wagi izolacji, w porównaniu z tradycyjnymi materiałami.\r\n\r\n● odporność na płomienie i emisję dymów \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ', 'Czym jest AEROGEL ?', '', 'inherit', 'open', 'open', '', '1-revision-5', '', '', '2010-10-15 13:02:05', '2010-10-15 13:02:05', '', 1, 'http://localhost/wordpress/?p=21', 0, 'revision', '', 0), (22, 1, '2010-10-15 13:29:13', '2010-10-15 13:29:13', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n.
\r\n\r\nAerogel izoluje ciasne kabiny zapewniając ciepło w łodziach mieszkalnych.
\r\nZapewnia izolację w obszarach gdzie inne izolacje nie pasują .
\r\n.
\r\n.
\r\n\r\n\r\nIzolacja Aerogel maksymalizuje przestrzeń minimalizując jednocześnie utratę ciepła na pokładzie klasycznie opalanych olejem statków.
\r\nCieńsze blankiety Aerogel oszczędzają przestrzeń spełniając jednocześnie wysokie wymagania eksploatacyjne.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel pozwala znacząco zaoszczędzić przestrzeń i wagę instalacji wydechowych na jachtach.
\r\nAerogel zapewnia wysoką odporność na temperaturę oraz elastyczność pozwalającą na dopasowanie.
\r\n.
\r\n.
\r\n\r\nInnowacyjne rozwiązanie osłaniające elektryczne okablowanie w pociągach metra.
\r\n.
\r\n.
\r\n.
\r\n\r\nZbiornik oleju ciągnika zabezpieczony osłoną termiczną Aerogel w niewielkiej przestrzeni.
\r\nIzolacja utrzymuje wysoką wydajność nawet w odsłoniętym środowisku.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem stawiają czoło ujemnym temperaturom Mount Everestu.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem wytrzymują ekstremalne gorąco Doliny Śmierci na dystansie 135 mil ultra-maratonu.
\r\nUtrzymują wnętrze obuwia wyraźnie chłodniejsze.
\r\n.
\r\n.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nKurtki i wkładki z Aerogelem pozwalają wspinaczom zachować ciepło w ciężkich warunkach pogodowych na Mont Blanc.
\r\nZapewnia uczucie komfortu nawet w ciężkich warunkach.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zachowuje najwyższą wydajność termiczną w intensywnych warunkach.
\r\nNawet skompresowany Aerogel daje stopom maksymalną ochronę.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel umożliwia osiągnięcie niezwykle zwartych i lekkich przedmiotów do spania.
\r\nPoprawia wydajność termiczną przy jednoczesnym zmniejszeniu przestrzeni.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zapewnia wyjątkową ochronę przed ciepłem cienkim
\r\npodkładkom do laptopa.
\r\nAerogel łatwo dostosować do projektu zachowując wymagania termiczne
\r\n.
\r\n\r\nWiązki przewodów o 33% mniejsze i 30% lżejsze dzięki zastosowaniu izolacji Aerogel.
\r\nAerogel zapewnia równą ochronę termiczną jak izolacja z włókien szklanych.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'publish', 'closed', 'closed', '', 'zastosowania', '', '', '2010-10-31 13:23:37', '2010-10-31 13:23:37', '', 0, 'http://localhost/wordpress/?page_id=22', 10, 'page', '', 0), (23, 1, '2010-10-15 13:29:00', '2010-10-15 13:29:00', '', 'Automatycznie zapisany szkic', '', 'inherit', 'open', 'open', '', '22-revision', '', '', '2010-10-15 13:29:00', '2010-10-15 13:29:00', '', 22, 'http://localhost/wordpress/?p=23', 0, 'revision', '', 0), (24, 1, '2010-10-15 13:29:13', '2010-10-15 13:29:13', '', 'Zastosowania', '', 'inherit', 'open', 'open', '', '22-revision-2', '', '', '2010-10-15 13:29:13', '2010-10-15 13:29:13', '', 22, 'http://localhost/wordpress/?p=24', 0, 'revision', '', 0), (25, 1, '2010-10-15 13:30:44', '2010-10-15 13:30:44', 'ble ble bel\r\n', 'Zastosowania', '', 'inherit', 'open', 'open', '', '22-revision-3', '', '', '2010-10-15 13:30:44', '2010-10-15 13:30:44', '', 22, 'http://localhost/wordpress/?p=25', 0, 'revision', '', 0), (26, 1, '2010-10-15 13:55:49', '2010-10-15 13:55:49', '', 'zastosowanie_01', '', 'inherit', 'open', 'open', '', 'zastosowanie_01', '', '', '2010-10-15 13:55:49', '2010-10-15 13:55:49', '', 22, 'http://localhost/wordpress/wp-content/uploads/2010/10/zastosowanie_01.tif', 0, 'attachment', 'image/tiff', 0), (27, 1, '2010-10-15 13:30:58', '2010-10-15 13:30:58', 'ble ble bel\r\n', 'Zastosowania', '', 'inherit', 'open', 'open', '', '22-revision-4', '', '', '2010-10-15 13:30:58', '2010-10-15 13:30:58', '', 22, 'http://localhost/wordpress/?p=27', 0, 'revision', '', 0), (28, 1, '2010-10-15 09:19:18', '2010-10-15 09:19:18', 'To jest przykładowa strona WordPressa. Możesz ją zmodyfikować, aby umieścić tu informacje o sobie lub swojej witrynie, by czytelnicy wiedzieli, kim jesteś. Możesz utworzyć takich stron ile tylko zechcesz, możesz również tworzyć podstrony i zarządzać wszystkim z poziomu panelu administracyjnego WordPressa.', 'Informacje', '', 'inherit', 'closed', 'closed', '', '2-revision', '', '', '2010-10-15 09:19:18', '2010-10-15 09:19:18', '', 2, 'http://localhost/wordpress/?p=28', 0, 'revision', '', 0), (29, 1, '2010-10-18 13:44:18', '2010-10-18 13:44:18', 'To jest przykładowa strona WordPressa. Możesz ją zmodyfikować, aby umieścić tu informacje o sobie lub swojej witrynie, by czytelnicy wiedzieli, kim jesteś. Możesz utworzyć takich stron ile tylko zechcesz, możesz również tworzyć podstrony i zarządzać wszystkim z poziomu panelu administracyjnego WordPressa.', 'Informacje', '', 'inherit', 'closed', 'closed', '', '2-revision-2', '', '', '2010-10-18 13:44:18', '2010-10-18 13:44:18', '', 2, 'http://localhost/wordpress/?p=29', 0, 'revision', '', 0), (30, 1, '2010-10-18 13:44:51', '2010-10-18 13:44:51', 'To jest przykładowa strona WordPressa. Możesz ją zmodyfikować, aby umieścić tu informacje o sobie lub swojej witrynie, by czytelnicy wiedzieli, kim jesteś. Możesz utworzyć takich stron ile tylko zechcesz, możesz również tworzyć podstrony i zarządzać wszystkim z poziomu panelu administracyjnego WordPressa.', 'PRODUKTY', '', 'inherit', 'closed', 'closed', '', '2-revision-3', '', '', '2010-10-18 13:44:51', '2010-10-18 13:44:51', '', 2, 'http://localhost/wordpress/?p=30', 0, 'revision', '', 0), (31, 1, '2010-10-18 13:47:29', '2010-10-18 13:47:29', 'WMK SERVICE
\r\nBiuro handlowe :
\r\n03-741 Warszawa
\r\nul.Białostocka 24 lok 114
\r\ntel/fax. (22) 679 14 42
\r\nmobile : 501 281 355
\r\ne-mail wmk@wmk.pl\r\n
', 'Gdzie kupić ?', '', 'inherit', 'closed', 'closed', '', '14-revision-6', '', '', '2010-10-15 13:15:23', '2010-10-15 13:15:23', '', 14, 'http://localhost/wordpress/?p=74', 0, 'revision', '', 0), (75, 1, '2010-10-15 13:56:45', '2010-10-15 13:56:45', '\r\n', 'Zastosowania', '', 'inherit', 'closed', 'closed', '', '22-revision-5', '', '', '2010-10-15 13:56:45', '2010-10-15 13:56:45', '', 22, 'http://localhost/wordpress/?p=75', 0, 'revision', '', 0), (76, 1, '2010-10-18 13:47:29', '2010-10-18 13:47:29', '', 'SPACELOFT', '', 'inherit', 'closed', 'closed', '', '31-revision-2', '', '', '2010-10-18 13:47:29', '2010-10-18 13:47:29', '', 31, 'http://localhost/wordpress/?p=76', 0, 'revision', '', 0), (77, 1, '2010-10-18 13:46:46', '2010-10-18 13:46:46', 'To jest przykładowa strona WordPressa. Możesz ją zmodyfikować, aby umieścić tu informacje o sobie lub swojej witrynie, by czytelnicy wiedzieli, kim jesteś. Możesz utworzyć takich stron ile tylko zechcesz, możesz również tworzyć podstrony i zarządzać wszystkim z poziomu panelu administracyjnego WordPressa.', 'POROGEL', '', 'inherit', 'closed', 'closed', '', '2-revision-4', '', '', '2010-10-18 13:46:46', '2010-10-18 13:46:46', '', 2, 'http://localhost/wordpress/?p=77', 0, 'revision', '', 0), (78, 1, '2010-10-22 11:02:49', '2010-10-22 11:02:49', 'Cryogel Z\r\nELASTYCZNA IZOLACJIA PRZEMYSŁOWA POSIADAJĄCA BARIERĘ PRZECIW PAROWANIU DO ZASTOSOWAŃ W WARUNKACH NISKICH I KRIOGENICZNYCH TEMPERATUR.\r\n\r\nCryogel™ Z jest to elastyczny blankiet aerogel ze zintegrowaną barierą przeciw parowaniu. Jest skonstruowany tak by zapewniać maksymalną ochronę termiczną przy minimalnej wadze i grubości oraz zerowej przepuszczalności pary wodnej.\r\n\r\nUnikalne właściwości Cryogel Z tj. niezwykle niska przewodność termiczna, najwyższa elastyczność, odporność na nacisk, hydrofobowość i łatwość użycia, czynią ten produkt niezbędnym dla osób poszukujących najwyższej ochrony termicznej w zastosowaniach kriogenicznych.\r\n\r\nKorzystając z opatentowanej nanotechnologii, izolacja Cryogel Z łączy żel krzemionkowy ze wzmocnionymi włóknami aby dostarczyć produkt wiodącej w branży przemysłowej, łatwy w montażu i bezpieczny dla środowiska.\r\n\r\nNiezwykle niska przewodność termiczna Cryogel Z obniża przenikanie ciepła, forma jego blankietu minimalizuje wkład pracy, a jego elastyczność sprawia, że produkt jest trwały i odporny na uszkodzenia mechaniczne.\r\n\r\nWłaściwości fizyczne\r\nGrubość* : 5 mm,10 mm\r\nWymiary*\r\nSzerokość: 1450 mm\r\nDługość rolki: 64 m ( dla grubości 5 mm ) , 38 m ( dla grubości 10 mm )\r\nMaks. temp. użycia : +90°C\r\nKolor :Biały\r\nGęstość* : 0,13 g/cc\r\nHydrofobowość : Tak\r\n* wartości nominalne\r\n\r\nZALETY\r\n\r\nNajwyższa wydajność termiczna\r\n2 do 3 razy większa wydajność niż konkurencyjne produkty izolacyjne\r\n\r\nZmniejszona grubość i profil\r\nRówna odporność termicza przy ułamkowej grubości\r\n\r\nMniejszy nakład czasu i pracy przy instalacji\r\nŁatwy do cięcia i dopasowania kształtu do krzywizn i trudno dostępnych miejsc\r\n\r\nZerowa przepuszczalność dzięki zintegrowanej barierze przeciw parowaniu \r\nŁatwy do instalowania pakiet zapewnia ochronę przeciw zbędnej wilgoci\r\n\r\nFizyczna odporność\r\nMiękki i elastyczny, ale z doskonałą sprężystością, Cryogel Z odzyskuje swoją termiczną wydajność nawet przy nacisku 850 psi\r\n\r\nOszczędność kosztów wysyłki i magazynowania \r\nZmniejszona objętość materiału, wysoka gęstość pakowania i niski poziom uszkodzeń może zmniejszyć koszty logistyczne pięciokrotnie w porównaniu do sztywnych, uformowanych izolacji.\r\n\r\nEliminuje przerwy przeciwskurczowe\r\nPonieważ pozostaje elastyczny nawet w temperaturach kriogenicznych, Cryogel Z likwiduje przerwy przeciwskurczowe używane w innych materiałach izolacyjnych aby zapobiec pęknięciom\r\n\r\nBezpieczny dla środowiska\r\nOdpady można składować na wysypisku, nie zawiera włókien groźnych dla układu oddechowego\r\n\r\nCharakterystyki\r\nCryogel Z można docinać przy użyciu konwencjonalnych narzędzi tnących w tym nożyczek, nożyc do blachy, noży ze składanym ostrzem itp. Materiał może być zakurzony, wobec tego zaleca się użycie rękawic, okularów ochronnych i maski przeciwpyłowej przy instalacji materiału.\r\nInne dostępne materiały\r\nAspen Aerogels produkuje kilka rodzajów elastycznych blankietów aerogel do gorących i zimnych zastosowań. W celu uzyskania dodatkowych informacji prosimy o kontakt.\r\n\r\nFolder ( j.angielski)\r\nFolder 2 ( j.angielski)', 'CRYOGEL', '', 'inherit', 'closed', 'closed', '', '33-revision-22', '', '', '2010-10-22 11:02:49', '2010-10-22 11:02:49', '', 33, 'http://localhost/wordpress/?p=78', 0, 'revision', '', 0), (79, 1, '2010-10-22 11:05:10', '2010-10-22 11:05:10', 'WMK SERVICE
\r\nBiuro handlowe :
\r\n03-741 Warszawa
\r\nul.Białostocka 24 lok 114
\r\ntel/fax. (22) 679 14 42
\r\nmobile : 501 281 355
\r\ne-mail wmk@wmk.pl\r\n
', 'Gdzie kupić ?', '', 'inherit', 'closed', 'closed', '', '14-revision-7', '', '', '2010-10-22 11:05:10', '2010-10-22 11:05:10', '', 14, 'http://localhost/wordpress/?p=79', 0, 'revision', '', 0), (81, 1, '2010-10-25 08:51:39', '2010-10-25 08:51:39', '', 'Automatycznie zapisany szkic', '', 'inherit', 'closed', 'closed', '', '80-revision', '', '', '2010-10-25 08:51:39', '2010-10-25 08:51:39', '', 80, 'http://localhost/wordpress/?p=81', 0, 'revision', '', 0), (82, 1, '2010-10-22 11:06:06', '2010-10-22 11:06:06', '', 'Zastosowania', '', 'inherit', 'closed', 'closed', '', '22-revision-6', '', '', '2010-10-22 11:06:06', '2010-10-22 11:06:06', '', 22, 'http://localhost/wordpress/?p=82', 0, 'revision', '', 0), (83, 1, '2010-10-25 08:52:50', '2010-10-25 08:52:50', '', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-7', '', '', '2010-10-25 08:52:50', '2010-10-25 08:52:50', '', 22, 'http://localhost/wordpress/?p=83', 0, 'revision', '', 0), (84, 1, '2010-10-25 08:49:02', '2010-10-25 08:49:02', 'WMK SERVICE
\r\n\r\nBiuro handlowe : 03-741 Warszawa ul.Białostocka 24 lok 114 tel/fax. (22) 679 14 42\r\nmobile : 501 281 355
\r\ne-mail wmk@wmk.pl
\r\n\r\n\r\n
\r\n\r\nWMK SERVICE NIP: 524-102-22-99
\r\nBIURO HANDLOWE:
\r\n03-741 Warszawa, ul. Białostocka 24 lokal 114 tel. /fax. (0-22) 679-14-42
\r\nwww.wmk.pl www.securio.com.pl
\r\n\r\nWMK SERVICE
\r\n\r\nBiuro handlowe : 03-741 Warszawa ul.Białostocka 24 lok 114 tel/fax. (22) 679 14 42\r\nmobile : 501 281 355
\r\ne-mail wmk@wmk.pl
\r\n\r\n\r\n
\r\n\r\nWMK SERVICE NIP: 524-102-22-99
\r\nBIURO HANDLOWE:
\r\n03-741 Warszawa, ul. Białostocka 24 lokal 114 tel. /fax. (0-22) 679-14-42
\r\nwww.wmk.pl www.securio.com.pl
\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\n.
\n.
\n\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\n.
\n.
\n\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\n.
\n.
\n\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\n.
\n.
\n\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\n.
\n.
\n.
\n\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\n.
\n.
\n\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\n.
\n.
\n.
\n\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\n.
\n.
\n.
\n\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\n.
\n.
\n.
\n\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\n.
\n.
\n.
\n\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\nzużycie energii i emisję dwutlenku węgla.
\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\n.
\n.
\n.
\n\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\n.
\n.
\n.
\n\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\n.
\n.
\n.
\n\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\n.
\n.
\n\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\n.
\n.
\n.
\n\n\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\nsamolotów.
\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\n.
\n\nAerogel izoluje ciasne kabiny zapewniając ciepło w łodziach mieszkalnych.
\nZapewnia izolację w obszarach gdzie inne izolacje nie pasują .
\n.
\n.
\n\n\nIzolacja Aerogel maksymalizuje przestrzeń minimalizując jednocześnie utratę ciepła na pokładzie klasycznie opalanych olejem statków.
\nCieńsze blankiety Aerogel oszczędzają przestrzeń spełniając jednocześnie wysokie wymagania eksploatacyjne.
\n.
\n.
\n\nIzolacja Aerogel pozwala znacząco zaoszczędzić przestrzeń i wagę instalacji wydechowych na jachtach.
\nAerogel zapewnia wysoką odporność na temperaturę oraz elastyczność pozwalającą na dopasowanie.
\n.
\n.
\n\nInnowacyjne rozwiązanie osłaniające elektryczne okablowanie w pociągach metra.
\n.
\n.
\n.
\n\nZbiornik oleju ciągnika zabezpieczony osłoną termiczną Aerogel w niewielkiej przestrzeni.
\nIzolacja utrzymuje wysoką wydajność nawet w odsłoniętym środowisku.
\n.
\n.
\n\nWkładki do butów z Aerogelem stawiają czoło ujemnym temperaturom Mount Everestu.
\n.
\n.
\n\nWkładki do butów z Aerogelem wytrzymują ekstremalne gorąco Doliny Śmierci na dystansie 135 mil ultra-maratonu.
\nUtrzymują wnętrze obuwia wyraźnie chłodniejsze.
\n.
\n.
\n\n\n\n\n\n\n\n\n\nKurtki i wkładki z Aerogelem pozwalają wspinaczom zachować ciepło w ciężkich warunkach pogodowych na Mont Blanc.
\nZapewnia uczucie komfortu nawet w ciężkich warunkach.
\n.
\n.
\n.
\n\n\nAerogel zachowuje najwyższą wydajność termiczną w intensywnych warunkach.
\nNawet skompresowany Aerogel daje stopom maksymalną ochronę.
\n.
\n.
\n\nIzolacja Aerogel umożliwia osiągnięcie niezwykle zwartych i lekkich przedmiotów do spania.
\nPoprawia wydajność termiczną przy jednoczesnym zmniejszeniu przestrzeni.
\n.
\n.
\n\nIzolacja Aerogel zapewnia wyjątkową ochronę przed ciepłem cienkim
\npodkładkom do laptopa.
\nAerogel łatwo dostosować do projektu zachowując wymagania termiczne
\n.
\n\nWiązki przewodów o 33% mniejsze i 30% lżejsze dzięki zastosowaniu izolacji Aerogel.
\nAerogel zapewnia równą ochronę termiczną jak izolacja z włókien szklanych.
\n\n\n\n\n\n\n\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-autosave', '', '', '2010-10-31 13:24:44', '2010-10-31 13:24:44', '', 22, 'http://localhost/wordpress/?p=118', 0, 'revision', '', 0), (117, 1, '2010-10-28 13:54:40', '2010-10-28 13:54:40', '[gallery]\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-11', '', '', '2010-10-28 13:54:40', '2010-10-28 13:54:40', '', 22, 'http://localhost/wordpress/?p=117', 0, 'revision', '', 0), (119, 1, '2010-10-28 13:55:12', '2010-10-28 13:55:12', '', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-12', '', '', '2010-10-28 13:55:12', '2010-10-28 13:55:12', '', 22, 'http://localhost/wordpress/?p=119', 0, 'revision', '', 0), (120, 1, '2010-10-28 14:02:56', '2010-10-28 14:02:56', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-22', '', '', '2010-10-28 14:08:43', '2010-10-28 14:08:43', '', 22, 'http://localhost/wordpress/?p=129', 0, 'revision', '', 0), (130, 1, '2010-10-28 14:10:00', '2010-10-28 14:10:00', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-23', '', '', '2010-10-28 14:10:00', '2010-10-28 14:10:00', '', 22, 'http://localhost/wordpress/?p=130', 0, 'revision', '', 0), (131, 1, '2010-10-28 14:13:13', '2010-10-28 14:13:13', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-24', '', '', '2010-10-28 14:13:13', '2010-10-28 14:13:13', '', 22, 'http://localhost/wordpress/?p=131', 0, 'revision', '', 0), (132, 1, '2010-10-28 14:13:39', '2010-10-28 14:13:39', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n\r\n\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-25', '', '', '2010-10-28 14:13:39', '2010-10-28 14:13:39', '', 22, 'http://localhost/wordpress/?p=132', 0, 'revision', '', 0), (134, 1, '2010-10-28 14:14:35', '2010-10-28 14:14:35', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n\r\n\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-27', '', '', '2010-10-28 14:14:35', '2010-10-28 14:14:35', '', 22, 'http://localhost/wordpress/?p=134', 0, 'revision', '', 0), (133, 1, '2010-10-28 14:13:53', '2010-10-28 14:13:53', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n\r\n\r\n\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-26', '', '', '2010-10-28 14:13:53', '2010-10-28 14:13:53', '', 22, 'http://localhost/wordpress/?p=133', 0, 'revision', '', 0), (135, 1, '2010-10-28 14:14:59', '2010-10-28 14:14:59', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n\r\n\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-28', '', '', '2010-10-28 14:14:59', '2010-10-28 14:14:59', '', 22, 'http://localhost/wordpress/?p=135', 0, 'revision', '', 0), (136, 1, '2010-10-28 14:15:41', '2010-10-28 14:15:41', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-29', '', '', '2010-10-28 14:15:41', '2010-10-28 14:15:41', '', 22, 'http://localhost/wordpress/?p=136', 0, 'revision', '', 0), (137, 1, '2010-10-28 14:16:20', '2010-10-28 14:16:20', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-30', '', '', '2010-10-28 14:16:20', '2010-10-28 14:16:20', '', 22, 'http://localhost/wordpress/?p=137', 0, 'revision', '', 0); INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (138, 1, '2010-10-28 14:17:05', '2010-10-28 14:17:05', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-31', '', '', '2010-10-28 14:17:05', '2010-10-28 14:17:05', '', 22, 'http://localhost/wordpress/?p=138', 0, 'revision', '', 0), (139, 1, '2010-10-28 14:18:30', '2010-10-28 14:18:30', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-34', '', '', '2010-10-28 14:28:58', '2010-10-28 14:28:58', '', 22, 'http://localhost/wordpress/?p=141', 0, 'revision', '', 0), (142, 1, '2010-10-28 14:29:35', '2010-10-28 14:29:35', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-35', '', '', '2010-10-28 14:29:35', '2010-10-28 14:29:35', '', 22, 'http://localhost/wordpress/?p=142', 0, 'revision', '', 0), (143, 1, '2010-10-28 14:43:04', '2010-10-28 14:43:04', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa efektywność energetyczną o 15 %.
Ekonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika przenikania ciepła o 44 % oraz obniża
zużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-36', '', '', '2010-10-28 14:43:04', '2010-10-28 14:43:04', '', 22, 'http://localhost/wordpress/?p=143', 0, 'revision', '', 0), (144, 1, '2010-10-28 14:44:06', '2010-10-28 14:44:06', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-37', '', '', '2010-10-28 14:44:06', '2010-10-28 14:44:06', '', 22, 'http://localhost/wordpress/?p=144', 0, 'revision', '', 0), (145, 1, '2010-10-28 14:52:10', '2010-10-28 14:52:11', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n\r\nWMK SERVICE
\r\n\r\nBiuro handlowe : 03-741 Warszawa ul.Białostocka 24 lok 114 tel/fax. (22) 679 14 42\r\nmobile : 501 281 355
\r\ne-mail wmk@wmk.pl
\r\n\r\n\r\n
\r\n\r\nWMK SERVICE NIP: 524-102-22-99
\r\nBIURO HANDLOWE:
\r\n03-741 Warszawa, ul. Białostocka 24 lokal 114 tel. /fax. (0-22) 679-14-42
\r\nwww.wmk.pl www.securio.com.pl
\r\n\r\nGrubość* | \n5 mm | \n10 mm | \n
Wymiary* | \nSzerokość: 1500 mm\n\nDługość rolki: 80 m | \nSzerokość: 1500 mm\n\nDługość rolki: 47 m | \n
Maks. temp. użycia | \n+650°C | \n|
Kolor | \nBeżowy | \n|
Gęstość* | \n0,18 g/cc | \n|
Hydrofobowość | \nTak | \n
Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-45', '', '', '2010-10-31 11:47:58', '2010-10-31 11:47:58', '', 22, 'http://localhost/wordpress/?p=172', 0, 'revision', '', 0), (173, 1, '2010-10-31 11:49:44', '2010-10-31 11:49:44', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n.
\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n.
\r\n\r\nAerogel izoluje ciasne kabiny zapewniając ciepło w łodziach mieszkalnych.
\r\nZapewnia izolację w obszarach gdzie inne izolacje nie pasują .
\r\n.
\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n.
\r\n\r\nAerogel izoluje ciasne kabiny zapewniając ciepło w łodziach mieszkalnych.
\r\nZapewnia izolację w obszarach gdzie inne izolacje nie pasują .
\r\n.
\r\n.
\r\n\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n.
\r\n\r\nAerogel izoluje ciasne kabiny zapewniając ciepło w łodziach mieszkalnych.
\r\nZapewnia izolację w obszarach gdzie inne izolacje nie pasują .
\r\n.
\r\n.
\r\n\r\n\r\nIzolacja Aerogel maksymalizuje przestrzeń minimalizując jednocześnie utratę ciepła na pokładzie klasycznie opalanych olejem statków.
\r\nCieńsze blankiety Aerogel oszczędzają przestrzeń spełniając jednocześnie wysokie wymagania eksploatacyjne.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel pozwala znacząco zaoszczędzić przestrzeń i wagę instalacji wydechowych na jachtach.
\r\nAerogel zapewnia wysoką odporność na temperaturę oraz elastyczność pozwalającą na dopasowanie.
\r\n.
\r\n.
\r\n\r\nInnowacyjne rozwiązanie osłaniające elektryczne okablowanie w pociągach metra.
\r\n.
\r\n.
\r\n.
\r\n\r\nZbiornik oleju ciągnika zabezpieczony osłoną termiczną Aerogel w niewielkiej przestrzeni.
\r\nIzolacja utrzymuje wysoką wydajność nawet w odsłoniętym środowisku.
\r\n.
\r\n.
\r\n\r\n\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-49', '', '', '2010-10-31 12:03:00', '2010-10-31 12:03:00', '', 22, 'http://localhost/wordpress/?p=176', 0, 'revision', '', 0); INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (177, 1, '2010-10-31 12:07:46', '2010-10-31 12:07:46', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n.
\r\n\r\nAerogel izoluje ciasne kabiny zapewniając ciepło w łodziach mieszkalnych.
\r\nZapewnia izolację w obszarach gdzie inne izolacje nie pasują .
\r\n.
\r\n.
\r\n\r\n\r\nIzolacja Aerogel maksymalizuje przestrzeń minimalizując jednocześnie utratę ciepła na pokładzie klasycznie opalanych olejem statków.
\r\nCieńsze blankiety Aerogel oszczędzają przestrzeń spełniając jednocześnie wysokie wymagania eksploatacyjne.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel pozwala znacząco zaoszczędzić przestrzeń i wagę instalacji wydechowych na jachtach.
\r\nAerogel zapewnia wysoką odporność na temperaturę oraz elastyczność pozwalającą na dopasowanie.
\r\n.
\r\n.
\r\n\r\nInnowacyjne rozwiązanie osłaniające elektryczne okablowanie w pociągach metra.
\r\n.
\r\n.
\r\n.
\r\n\r\nZbiornik oleju ciągnika zabezpieczony osłoną termiczną Aerogel w niewielkiej przestrzeni.
\r\nIzolacja utrzymuje wysoką wydajność nawet w odsłoniętym środowisku.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem stawiają czoło ujemnym temperaturom Mount Everestu.
\r\n\r\n\r\n\r\n\r\n\r\nIzolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n.
\r\n\r\nAerogel izoluje ciasne kabiny zapewniając ciepło w łodziach mieszkalnych.
\r\nZapewnia izolację w obszarach gdzie inne izolacje nie pasują .
\r\n.
\r\n.
\r\n\r\n\r\nIzolacja Aerogel maksymalizuje przestrzeń minimalizując jednocześnie utratę ciepła na pokładzie klasycznie opalanych olejem statków.
\r\nCieńsze blankiety Aerogel oszczędzają przestrzeń spełniając jednocześnie wysokie wymagania eksploatacyjne.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel pozwala znacząco zaoszczędzić przestrzeń i wagę instalacji wydechowych na jachtach.
\r\nAerogel zapewnia wysoką odporność na temperaturę oraz elastyczność pozwalającą na dopasowanie.
\r\n.
\r\n.
\r\n\r\nInnowacyjne rozwiązanie osłaniające elektryczne okablowanie w pociągach metra.
\r\n.
\r\n.
\r\n.
\r\n\r\nZbiornik oleju ciągnika zabezpieczony osłoną termiczną Aerogel w niewielkiej przestrzeni.
\r\nIzolacja utrzymuje wysoką wydajność nawet w odsłoniętym środowisku.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem stawiają czoło ujemnym temperaturom Mount Everestu.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem wytrzymują ekstremalne gorąco Doliny Śmierci na dystansie 135 mil ultra-maratonu.
\r\nUtrzymują wnętrze obuwia wyraźnie chłodniejsze.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nKurtki i wkładki z Aerogelem pozwalanją wspinaczom zachować ciepło w ciężkich warunkach pogodowych na Mont Blanc.
\r\nZapewnia uczucie komfortu nawet w ciężkich warunkach.
\r\n.
\r\n.
\r\n\r\nAerogel zachowuje najwyższą wydajność termiczną w intensywnych warunkach.
\r\nNawet skompresowany Aerogel daje stopom maksymalną ochronę.
\r\n\r\n\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-51', '', '', '2010-10-31 12:15:23', '2010-10-31 12:15:23', '', 22, 'http://localhost/wordpress/?p=178', 0, 'revision', '', 0); INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (179, 1, '2010-10-31 12:16:01', '2010-10-31 12:16:01', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n.
\r\n\r\nAerogel izoluje ciasne kabiny zapewniając ciepło w łodziach mieszkalnych.
\r\nZapewnia izolację w obszarach gdzie inne izolacje nie pasują .
\r\n.
\r\n.
\r\n\r\n\r\nIzolacja Aerogel maksymalizuje przestrzeń minimalizując jednocześnie utratę ciepła na pokładzie klasycznie opalanych olejem statków.
\r\nCieńsze blankiety Aerogel oszczędzają przestrzeń spełniając jednocześnie wysokie wymagania eksploatacyjne.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel pozwala znacząco zaoszczędzić przestrzeń i wagę instalacji wydechowych na jachtach.
\r\nAerogel zapewnia wysoką odporność na temperaturę oraz elastyczność pozwalającą na dopasowanie.
\r\n.
\r\n.
\r\n\r\nInnowacyjne rozwiązanie osłaniające elektryczne okablowanie w pociągach metra.
\r\n.
\r\n.
\r\n.
\r\n\r\nZbiornik oleju ciągnika zabezpieczony osłoną termiczną Aerogel w niewielkiej przestrzeni.
\r\nIzolacja utrzymuje wysoką wydajność nawet w odsłoniętym środowisku.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem stawiają czoło ujemnym temperaturom Mount Everestu.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem wytrzymują ekstremalne gorąco Doliny Śmierci na dystansie 135 mil ultra-maratonu.
\r\nUtrzymują wnętrze obuwia wyraźnie chłodniejsze.
\r\n.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nKurtki i wkładki z Aerogelem pozwalanją wspinaczom zachować ciepło w ciężkich warunkach pogodowych na Mont Blanc.
\r\nZapewnia uczucie komfortu nawet w ciężkich warunkach.
\r\n.
\r\n.
\r\n\r\nAerogel zachowuje najwyższą wydajność termiczną w intensywnych warunkach.
\r\nNawet skompresowany Aerogel daje stopom maksymalną ochronę.
\r\n\r\n\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-52', '', '', '2010-10-31 12:16:01', '2010-10-31 12:16:01', '', 22, 'http://localhost/wordpress/?p=179', 0, 'revision', '', 0), (180, 1, '2010-10-31 12:16:33', '2010-10-31 12:16:33', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n.
\r\n\r\nAerogel izoluje ciasne kabiny zapewniając ciepło w łodziach mieszkalnych.
\r\nZapewnia izolację w obszarach gdzie inne izolacje nie pasują .
\r\n.
\r\n.
\r\n\r\n\r\nIzolacja Aerogel maksymalizuje przestrzeń minimalizując jednocześnie utratę ciepła na pokładzie klasycznie opalanych olejem statków.
\r\nCieńsze blankiety Aerogel oszczędzają przestrzeń spełniając jednocześnie wysokie wymagania eksploatacyjne.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel pozwala znacząco zaoszczędzić przestrzeń i wagę instalacji wydechowych na jachtach.
\r\nAerogel zapewnia wysoką odporność na temperaturę oraz elastyczność pozwalającą na dopasowanie.
\r\n.
\r\n.
\r\n\r\nInnowacyjne rozwiązanie osłaniające elektryczne okablowanie w pociągach metra.
\r\n.
\r\n.
\r\n.
\r\n\r\nZbiornik oleju ciągnika zabezpieczony osłoną termiczną Aerogel w niewielkiej przestrzeni.
\r\nIzolacja utrzymuje wysoką wydajność nawet w odsłoniętym środowisku.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem stawiają czoło ujemnym temperaturom Mount Everestu.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem wytrzymują ekstremalne gorąco Doliny Śmierci na dystansie 135 mil ultra-maratonu.
\r\nUtrzymują wnętrze obuwia wyraźnie chłodniejsze.
\r\n.
\r\n.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nKurtki i wkładki z Aerogelem pozwalanją wspinaczom zachować ciepło w ciężkich warunkach pogodowych na Mont Blanc.
\r\nZapewnia uczucie komfortu nawet w ciężkich warunkach.
\r\n.
\r\n.
\r\n\r\nAerogel zachowuje najwyższą wydajność termiczną w intensywnych warunkach.
\r\nNawet skompresowany Aerogel daje stopom maksymalną ochronę.
\r\n\r\n\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-53', '', '', '2010-10-31 12:16:33', '2010-10-31 12:16:33', '', 22, 'http://localhost/wordpress/?p=180', 0, 'revision', '', 0); INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (181, 1, '2010-10-31 12:17:11', '2010-10-31 12:17:11', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n.
\r\n\r\nAerogel izoluje ciasne kabiny zapewniając ciepło w łodziach mieszkalnych.
\r\nZapewnia izolację w obszarach gdzie inne izolacje nie pasują .
\r\n.
\r\n.
\r\n\r\n\r\nIzolacja Aerogel maksymalizuje przestrzeń minimalizując jednocześnie utratę ciepła na pokładzie klasycznie opalanych olejem statków.
\r\nCieńsze blankiety Aerogel oszczędzają przestrzeń spełniając jednocześnie wysokie wymagania eksploatacyjne.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel pozwala znacząco zaoszczędzić przestrzeń i wagę instalacji wydechowych na jachtach.
\r\nAerogel zapewnia wysoką odporność na temperaturę oraz elastyczność pozwalającą na dopasowanie.
\r\n.
\r\n.
\r\n\r\nInnowacyjne rozwiązanie osłaniające elektryczne okablowanie w pociągach metra.
\r\n.
\r\n.
\r\n.
\r\n\r\nZbiornik oleju ciągnika zabezpieczony osłoną termiczną Aerogel w niewielkiej przestrzeni.
\r\nIzolacja utrzymuje wysoką wydajność nawet w odsłoniętym środowisku.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem stawiają czoło ujemnym temperaturom Mount Everestu.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem wytrzymują ekstremalne gorąco Doliny Śmierci na dystansie 135 mil ultra-maratonu.
\r\nUtrzymują wnętrze obuwia wyraźnie chłodniejsze.
\r\n.
\r\n.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nKurtki i wkładki z Aerogelem pozwalanją wspinaczom zachować ciepło w ciężkich warunkach pogodowych na Mont Blanc.
\r\nZapewnia uczucie komfortu nawet w ciężkich warunkach.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zachowuje najwyższą wydajność termiczną w intensywnych warunkach.
\r\nNawet skompresowany Aerogel daje stopom maksymalną ochronę.
\r\n\r\n\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-54', '', '', '2010-10-31 12:17:11', '2010-10-31 12:17:11', '', 22, 'http://localhost/wordpress/?p=181', 0, 'revision', '', 0), (182, 1, '2010-10-31 12:51:41', '2010-10-31 12:51:41', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n.
\r\n\r\nAerogel izoluje ciasne kabiny zapewniając ciepło w łodziach mieszkalnych.
\r\nZapewnia izolację w obszarach gdzie inne izolacje nie pasują .
\r\n.
\r\n.
\r\n\r\n\r\nIzolacja Aerogel maksymalizuje przestrzeń minimalizując jednocześnie utratę ciepła na pokładzie klasycznie opalanych olejem statków.
\r\nCieńsze blankiety Aerogel oszczędzają przestrzeń spełniając jednocześnie wysokie wymagania eksploatacyjne.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel pozwala znacząco zaoszczędzić przestrzeń i wagę instalacji wydechowych na jachtach.
\r\nAerogel zapewnia wysoką odporność na temperaturę oraz elastyczność pozwalającą na dopasowanie.
\r\n.
\r\n.
\r\n\r\nInnowacyjne rozwiązanie osłaniające elektryczne okablowanie w pociągach metra.
\r\n.
\r\n.
\r\n.
\r\n\r\nZbiornik oleju ciągnika zabezpieczony osłoną termiczną Aerogel w niewielkiej przestrzeni.
\r\nIzolacja utrzymuje wysoką wydajność nawet w odsłoniętym środowisku.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem stawiają czoło ujemnym temperaturom Mount Everestu.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem wytrzymują ekstremalne gorąco Doliny Śmierci na dystansie 135 mil ultra-maratonu.
\r\nUtrzymują wnętrze obuwia wyraźnie chłodniejsze.
\r\n.
\r\n.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nKurtki i wkładki z Aerogelem pozwalają wspinaczom zachować ciepło w ciężkich warunkach pogodowych na Mont Blanc.
\r\nZapewnia uczucie komfortu nawet w ciężkich warunkach.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zachowuje najwyższą wydajność termiczną w intensywnych warunkach.
\r\nNawet skompresowany Aerogel daje stopom maksymalną ochronę.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel umożliwia osiągnięcie niezwykle zwartych i lekkich przedmiotów do spania.
\r\nPoprawia wydajność termiczną przy jednoczesnym zmniejszeniu przestrzeni.
\r\n.
\r\n.
\r\n\r\n\r\n\r\n\r\n\r\n', 'ZASTOSOWANIA', '', 'inherit', 'closed', 'closed', '', '22-revision-55', '', '', '2010-10-31 12:51:41', '2010-10-31 12:51:41', '', 22, 'http://localhost/wordpress/?p=182', 0, 'revision', '', 0); INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (183, 1, '2010-10-31 12:53:53', '2010-10-31 12:53:53', 'Izolacja dużych zbiorników za pomocą Aerogelu jest szybsza i oszczędna
\r\nCieńszy AEROGEL jest łatwiejszy w obsłudze, przechowywaniu i instalacji niż szkło piankowe - przy równej wydajności termicznej.
\r\n.
\r\n.
\r\n\r\nCienka izolacja Aerogel jest łatwa w instalacji na podziemnych rurociągach parowych.
Elastyczny , wodoodporny Aerogel idealnie sprawdza się w ciasnych tunelach rurowych.
\r\n.
\r\n.
\r\n\r\nBlankiety Aerogel służą do izolacji całych nowych wytwórni poliwęglanu.
Łatwy montaż na całych rurociągach, wieżach, zbiornikach i bębnach w fabryce.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zmniejsza utratę ciepła z małych rur w zamkniętych przestrzeniach.
Spełnia rygorystyczne wymogi oszczędności energii.
\r\n.
\r\n.
\r\n\r\nCienka warstwa izolacji Aerogel obniża o połowę temperaturę powierzchni reaktora.
Poprawa warunków pracy w pobliżu reaktora, spadek zużycia energii.
\r\n.
\r\n.
\r\n.
\r\n\r\nJedna warstwa izolacji Aerogel drastycznie obniża temperaturę powierzchni zewnętrznej instalacji rurowych.
Bezpieczna temperatura dotykowa osiągnięta przy minimalnej ilości izolacji Aerogel.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zatrzymuje utratę ciepła z rur, poprawia bezpieczeństwo w ciasnych pomieszczeniach.
Cienka warstwa izolacji pozwala uniknąć uszkodzeń podczas instalacji rur.
\r\n.
\r\n.
\r\n.
\r\n\r\nUtrata ciepła przewodów wydechowych zmniejszona o 50 procent.
Znacząca poprawa temperatury pracy w pobliży jednostki.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel zamienia stary dom w dom energooszczędny.
Aerogel znacznie poprawia efektywność energetyczną przy jednoczesnej oszczędności przestrzeni i zachowaniu naturalnych cech budynku.
\r\n.
\r\n.
\r\n.
\r\n\r\nSzkielet konstrukcji drewnianej zaizolowany za pomocą Aerogelu zwiększa
efektywność energetyczną o 15 %.
\r\nEkonomiczna metoda eliminowania mostków termicznych w budynkach.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja ścian wewnętrznych za pomocą Aerogelu zmniejsza wartości współczynnika
przenikania ciepła o 44 % oraz obniża
\r\nzużycie energii i emisję dwutlenku węgla.
\r\nAerogel jest cienki i szybko się go instaluje we wnętrzach mieszkań i domów.
\r\n.
\r\n.
\r\n.
\r\n\r\nAerogel znacząco poprawia komfort cieplny podłogi w domu.
Elastyczne blankiety Aerogel montuje się w ciągu około 0,5 godziny.
\r\n.
\r\n.
\r\n.
\r\n\r\nSystem paneli izolacyjnych Aerogel zmniejsza wartości wsp. przenikania ciepła o 55 % i emisję dwutlenku węgla o 1 tonę rocznie.
Izolacja Aerogelowa jest niezwylke łatwa i szybka w montażu.
\r\n.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel jest idealna do cienkich paneli słonecznych.
.
\r\n.
\r\n.
\r\n\r\nOsłona cieplna Aerogel poprawia komfort pasażerów autobusu przy mniejszej objętości.
Aerogel jest znacznie cieńszy od innych izolatorów i zapewnia barierę termiczną wysokiej wydajności.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zapewnia izolację termiczną oraz ochronę przed ogniem w przegrodach ogniotrwałych
\r\nsamolotów.
\r\nWysoka wydajność i odporność na płomienie czyni z Aerogel idealną barierę cieplną
\r\n.
\r\n\r\nAerogel izoluje ciasne kabiny zapewniając ciepło w łodziach mieszkalnych.
\r\nZapewnia izolację w obszarach gdzie inne izolacje nie pasują .
\r\n.
\r\n.
\r\n\r\n\r\nIzolacja Aerogel maksymalizuje przestrzeń minimalizując jednocześnie utratę ciepła na pokładzie klasycznie opalanych olejem statków.
\r\nCieńsze blankiety Aerogel oszczędzają przestrzeń spełniając jednocześnie wysokie wymagania eksploatacyjne.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel pozwala znacząco zaoszczędzić przestrzeń i wagę instalacji wydechowych na jachtach.
\r\nAerogel zapewnia wysoką odporność na temperaturę oraz elastyczność pozwalającą na dopasowanie.
\r\n.
\r\n.
\r\n\r\nInnowacyjne rozwiązanie osłaniające elektryczne okablowanie w pociągach metra.
\r\n.
\r\n.
\r\n.
\r\n\r\nZbiornik oleju ciągnika zabezpieczony osłoną termiczną Aerogel w niewielkiej przestrzeni.
\r\nIzolacja utrzymuje wysoką wydajność nawet w odsłoniętym środowisku.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem stawiają czoło ujemnym temperaturom Mount Everestu.
\r\n.
\r\n.
\r\n\r\nWkładki do butów z Aerogelem wytrzymują ekstremalne gorąco Doliny Śmierci na dystansie 135 mil ultra-maratonu.
\r\nUtrzymują wnętrze obuwia wyraźnie chłodniejsze.
\r\n.
\r\n.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nKurtki i wkładki z Aerogelem pozwalają wspinaczom zachować ciepło w ciężkich warunkach pogodowych na Mont Blanc.
\r\nZapewnia uczucie komfortu nawet w ciężkich warunkach.
\r\n.
\r\n.
\r\n.
\r\n\r\n\r\nAerogel zachowuje najwyższą wydajność termiczną w intensywnych warunkach.
\r\nNawet skompresowany Aerogel daje stopom maksymalną ochronę.
\r\n.
\r\n.
\r\n\r\nIzolacja Aerogel umożliwia osiągnięcie niezwykle zwartych i lekkich przedmiotów do spania.
\r\nPoprawia wydajność termiczną przy jednoczesnym zmniejszeniu przestrzeni.
\r\n.
\r\n.
\r\n\r\nGrubość* | \r\n5 mm | \r\n10 mm | \r\n
Wymiary* | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 80 m | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 47 m | \r\n
Maks. temp. użycia | \r\n+650°C | \r\n|
Kolor | \r\nBeżowy | \r\n|
Gęstość* | \r\n0,18 g/cc | \r\n|
Hydrofobowość | \r\nTak | \r\n
Grubość* | \r\n5 mm | \r\n10 mm | \r\n
Wymiary* | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 80 m | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 47 m | \r\n
Maks. temp. użycia | \r\n+650°C | \r\n|
Kolor | \r\nBeżowy | \r\n|
Gęstość* | \r\n0,18 g/cc | \r\n|
Hydrofobowość | \r\nTak | \r\n
Aspen_Aerogels_Modular_Structures
\r\n\r\n\r\nAspen_Aerogels_Industrial_Insulation
\r\n\r\n\r\n\r\n', 'PLIKI DO POBRANIA', '', 'inherit', 'closed', 'closed', '', '80-revision-6', '', '', '2010-10-31 14:56:16', '2010-10-31 14:56:16', '', 80, 'http://localhost/wordpress/?p=206', 0, 'revision', '', 0), (207, 1, '2010-10-31 14:57:07', '2010-10-31 14:57:07', 'Grubość* | \r\n5 mm | \r\n10 mm | \r\n
Wymiary* | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 80 m | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 47 m | \r\n
Maks. temp. użycia | \r\n+650°C | \r\n|
Kolor | \r\nBeżowy | \r\n|
Gęstość* | \r\n0,18 g/cc | \r\n|
Hydrofobowość | \r\nTak | \r\n
Grubość* | \r\n5 mm | \r\n10 mm | \r\n
Wymiary* | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 80 m | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 47 m | \r\n
Maks. temp. użycia | \r\n+650°C | \r\n|
Kolor | \r\nBeżowy | \r\n|
Gęstość* | \r\n0,18 g/cc | \r\n|
Hydrofobowość | \r\nTak | \r\n
Grubość* | \r\n5 mm | \r\n10 mm | \r\n
Wymiary* | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 80 m | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 47 m | \r\n
Maks. temp. użycia | \r\n+650°C | \r\n|
Kolor | \r\nBeżowy | \r\n|
Gęstość* | \r\n0,18 g/cc | \r\n|
Hydrofobowość | \r\nTak | \r\n
Grubość* | \r\n5 mm | \r\n10 mm | \r\n
Wymiary* | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 80 m | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 47 m | \r\n
Maks. temp. użycia | \r\n+650°C | \r\n|
Kolor | \r\nBeżowy | \r\n|
Gęstość* | \r\n0,18 g/cc | \r\n|
Hydrofobowość | \r\nTak | \r\n
Przewodność cieplna
\r\nMetoda ASTM C 177
\r\nGrubość* | \r\n5 mm | \r\n10 mm | \r\n
Wymiary* | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 80 m | \r\nSzerokość: 1500 mm\r\n\r\nDługość rolki: 47 m | \r\n
Maks. temp. użycia | \r\n+650°C | \r\n|
Kolor | \r\nBeżowy | \r\n|
Gęstość* | \r\n0,18 g/cc | \r\n|
Hydrofobowość | \r\nTak | \r\n