-- phpMyAdmin SQL Dump -- version 2.11.9.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Dec 09, 2008 at 09:12 PM -- Server version: 5.0.67 -- PHP Version: 5.2.6 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 */; -- -- Database: `inspen` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_canvas` -- CREATE TABLE IF NOT EXISTS `wp_canvas` ( `block_id` int(11) NOT NULL auto_increment, `module_id` int(11) NOT NULL, `type` tinytext NOT NULL, `zone` tinytext NOT NULL, `position` int(6) NOT NULL, `author` tinytext NOT NULL, `description` text NOT NULL, `block_group` tinytext NOT NULL, `uri` text NOT NULL, `path` text NOT NULL, `theme` tinytext NOT NULL, `ubi` text NOT NULL, `template_name` text NOT NULL, `template_size` text NOT NULL, `duplicate_id` int(11) NOT NULL, `page` text NOT NULL, PRIMARY KEY (`block_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `wp_canvas` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_canvas_duplicates` -- CREATE TABLE IF NOT EXISTS `wp_canvas_duplicates` ( `duplicate_id` int(11) NOT NULL auto_increment, `module_id` int(11) NOT NULL, `duplicate_name` text NOT NULL, PRIMARY KEY (`duplicate_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `wp_canvas_duplicates` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_canvas_variables` -- CREATE TABLE IF NOT EXISTS `wp_canvas_variables` ( `variable_id` int(11) NOT NULL auto_increment, `variable_name` text NOT NULL, `parent` int(11) NOT NULL, `type` text NOT NULL, `value` text NOT NULL, `default_value` text NOT NULL, `description` text NOT NULL, PRIMARY KEY (`variable_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `wp_canvas_variables` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_canvas_var_options` -- CREATE TABLE IF NOT EXISTS `wp_canvas_var_options` ( `option_id` int(11) NOT NULL auto_increment, `var_id` int(11) NOT NULL, `option_text` text NOT NULL, `option_value` text NOT NULL, `option_params` text NOT NULL, PRIMARY KEY (`option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `wp_canvas_var_options` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_canvas_zone_options` -- CREATE TABLE IF NOT EXISTS `wp_canvas_zone_options` ( `option_id` int(11) NOT NULL auto_increment, `zone` text NOT NULL, `option_name` text NOT NULL, `value` text NOT NULL, `theme` text NOT NULL, PRIMARY KEY (`option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `wp_canvas_zone_options` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_comments` -- CREATE TABLE IF NOT EXISTS `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` int(11) 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) NOT NULL default '0', `user_id` bigint(20) 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`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `wp_comments` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_ink` -- CREATE TABLE IF NOT EXISTS `wp_ink` ( `element_id` int(11) NOT NULL auto_increment, `element` text NOT NULL, `theme` text NOT NULL, `color` text NOT NULL, `background` text NOT NULL, `border` text NOT NULL, `font_family` text NOT NULL, `font_size` text NOT NULL, `font_style` text NOT NULL, `other` text NOT NULL, PRIMARY KEY (`element_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `wp_ink` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_links` -- CREATE TABLE IF NOT EXISTS `wp_links` ( `link_id` bigint(20) 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_category` bigint(20) NOT NULL default '0', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` int(11) 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_category` (`link_category`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ; -- -- Dumping data for table `wp_links` -- INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_category`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES (1, 'http://codex.wordpress.org/', 'Documentation', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (2, 'http://wordpress.org/development/', 'Development Blog', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/development/feed/'), (3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (4, 'http://wordpress.org/support/', 'Support Forum', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''); -- -------------------------------------------------------- -- -- Table structure for table `wp_options` -- CREATE TABLE IF NOT EXISTS `wp_options` ( `option_id` bigint(20) 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`,`blog_id`,`option_name`), KEY `option_name` (`option_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=216 ; -- -- Dumping data for table `wp_options` -- INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 0, 'siteurl', 'http://127.0.0.1/inspen', 'yes'), (2, 0, 'blogname', 'Inspen CMS System', 'yes'), (3, 0, 'blogdescription', '', 'yes'), (4, 0, 'users_can_register', '', 'yes'), (5, 0, 'admin_email', 'tarm@candidsyndrome.com', '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', '1', 'yes'), (10, 0, 'comments_notify', '1', 'yes'), (11, 0, 'posts_per_rss', '10', 'yes'), (12, 0, 'rss_excerpt_length', '50', 'yes'), (13, 0, 'rss_use_excerpt', '0', 'yes'), (14, 0, 'mailserver_url', 'mail.example.com', 'yes'), (15, 0, 'mailserver_login', 'login@example.com', 'yes'), (16, 0, 'mailserver_pass', 'password', 'yes'), (17, 0, 'mailserver_port', '110', 'yes'), (18, 0, 'default_category', '1', 'yes'), (19, 0, 'default_comment_status', 'open', 'yes'), (20, 0, 'default_ping_status', 'open', 'yes'), (21, 0, 'default_pingback_flag', '1', 'yes'), (22, 0, 'default_post_edit_rows', '10', 'yes'), (23, 0, 'posts_per_page', '10', 'yes'), (24, 0, 'what_to_show', 'posts', 'yes'), (25, 0, 'date_format', 'F j, Y', 'yes'), (26, 0, 'time_format', 'g:i a', 'yes'), (27, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'), (28, 0, 'links_recently_updated_prepend', '', 'yes'), (29, 0, 'links_recently_updated_append', '', 'yes'), (30, 0, 'links_recently_updated_time', '120', 'yes'), (31, 0, 'comment_moderation', '0', 'yes'), (32, 0, 'moderation_notify', '1', 'yes'), (33, 0, 'permalink_structure', '', 'yes'), (34, 0, 'gzipcompression', '0', 'yes'), (35, 0, 'hack_file', '0', 'yes'), (36, 0, 'blog_charset', 'UTF-8', 'yes'), (37, 0, 'moderation_keys', '', 'no'), (38, 0, 'active_plugins', 'a:5:{i:0;s:16:"Flutter/Main.php";i:1;s:53:"disable-wordpress-core-update/disable-core-update.php";i:2;s:27:"kwebble_archives_by_cat.php";i:3;s:33:"wp-filemanager/wp-filemanager.php";i:4;s:17:"wplite/wplite.php";}', 'yes'), (39, 0, 'home', 'http://127.0.0.1/inspen', 'yes'), (40, 0, 'category_base', '', 'yes'), (41, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (42, 0, 'advanced_edit', '0', 'yes'), (43, 0, 'comment_max_links', '2', 'yes'), (44, 0, 'gmt_offset', '0', 'yes'), (45, 0, 'default_email_category', '1', 'yes'), (46, 0, 'recently_edited', '', 'no'), (47, 0, 'use_linksupdate', '0', 'yes'), (48, 0, 'template', 'default', 'yes'), (49, 0, 'stylesheet', 'default', 'yes'), (50, 0, 'comment_whitelist', '1', 'yes'), (51, 0, 'page_uris', '', 'yes'), (52, 0, 'blacklist_keys', '', 'no'), (53, 0, 'comment_registration', '', 'yes'), (54, 0, 'rss_language', 'en', 'yes'), (55, 0, 'html_type', 'text/html', 'yes'), (56, 0, 'use_trackback', '0', 'yes'), (57, 0, 'default_role', 'subscriber', 'yes'), (58, 0, 'db_version', '8204', 'yes'), (59, 0, 'uploads_use_yearmonth_folders', '1', 'yes'), (60, 0, 'upload_path', 'C:\\xampp\\htdocs\\inspen/wp-content/uploads', 'yes'), (61, 0, 'random_seed', '725a0b29e3c22bf3809c326f02b02ac2', 'yes'), (62, 0, 'secret', ')rrO75D4MWP0Lp$*CCz^G*ij$h3)h0nCU0uI*cyc&8igzfXM!kGx&EYlRWTcKI*&', 'yes'), (63, 0, 'blog_public', '1', 'yes'), (64, 0, 'default_link_category', '2', 'yes'), (65, 0, 'show_on_front', 'posts', 'yes'), (66, 0, 'tag_base', '', 'yes'), (67, 0, 'show_avatars', '1', 'yes'), (68, 0, 'avatar_rating', 'G', 'yes'), (69, 0, 'upload_url_path', '', 'yes'), (70, 0, 'thumbnail_size_w', '150', 'yes'), (71, 0, 'thumbnail_size_h', '150', 'yes'), (72, 0, 'thumbnail_crop', '1', 'yes'), (73, 0, 'medium_size_w', '300', 'yes'), (74, 0, 'medium_size_h', '300', 'yes'), (75, 0, 'avatar_default', 'mystery', 'yes'), (76, 0, 'enable_app', '0', 'yes'), (77, 0, 'enable_xmlrpc', '0', 'yes'), (78, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:23:"Administrator|User role";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:21:"Create Flutter Panels";b:1;s:22:"Create Flutter Modules";b:1;s:21:"Change Flutter Layout";b:1;s:20:"Change Flutter Style";b:1;s:7:"terkini";b:1;s:6:"berita";b:1;s:6:"tender";b:1;s:10:"muat_turun";b:1;s:10:"multimedia";b:1;s:13:"galeri_gambar";b:1;s:9:"direktori";b:1;}}s:6:"editor";a:2:{s:4:"name";s:16:"Editor|User role";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:16:"Author|User role";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:21:"Contributor|User role";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:20:"Subscriber|User role";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'), (79, 0, 'cron', 'a:2:{i:1228890748;a:1:{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:7:"version";i:2;}', 'yes'), (80, 0, 'auth_salt', 'Q040m4cA%pye', 'yes'), (81, 0, 'update_core', 'O:8:"stdClass":5:{s:12:"last_checked";i:1228242989;s:15:"version_checked";s:5:"2.6.5";s:8:"response";s:6:"latest";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"current";s:5:"2.6.5";}', 'yes'), (82, 0, 'doing_cron', '0', 'yes'), (83, 0, 'update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1228856860;s:7:"checked";a:7:{s:19:"akismet/akismet.php";s:5:"2.2.1";s:27:"kwebble_archives_by_cat.php";s:3:"1.3";s:53:"disable-wordpress-core-update/disable-core-update.php";s:3:"1.2";s:16:"Flutter/Main.php";s:5:".2.26";s:9:"hello.php";s:3:"1.5";s:33:"wp-filemanager/wp-filemanager.php";s:5:"1.2.1";s:17:"wplite/wplite.php";s:5:"1.3.1";}s:8:"response";a:2:{s:19:"akismet/akismet.php";O:8:"stdClass":5:{s:2:"id";s:2:"15";s:4:"slug";s:7:"akismet";s:11:"new_version";s:5:"2.2.3";s:3:"url";s:44:"http://wordpress.org/extend/plugins/akismet/";s:7:"package";s:49:"http://downloads.wordpress.org/plugin/akismet.zip";}s:16:"Flutter/Main.php";O:8:"stdClass":5:{s:2:"id";s:4:"1115";s:4:"slug";s:10:"fresh-page";s:11:"new_version";s:3:".23";s:3:"url";s:47:"http://wordpress.org/extend/plugins/fresh-page/";s:7:"package";s:57:"http://downloads.wordpress.org/plugin/fresh-page.0.23.zip";}}}', 'yes'), (84, 0, 'update_core', 'O:8:"stdClass":5:{s:12:"last_checked";i:1228242989;s:15:"version_checked";s:5:"2.6.5";s:8:"response";s:6:"latest";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"current";s:5:"2.6.5";}', 'yes'), (85, 0, 'logged_in_salt', 'q*tJW)$Yt3n#', 'yes'), (86, 0, 'dashboard_widget_options', 'a:3:{s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:23:"http://127.0.0.1/inspen";s:4:"link";s:105:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://127.0.0.1/inspen/";s:3:"url";s:138:"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://127.0.0.1/inspen/";s:5:"items";i:5;s:9:"show_date";i:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:33:"http://wordpress.org/development/";s:3:"url";s:38:"http://wordpress.org/development/feed/";s:5:"title";s:26:"WordPress Development Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:4:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:15;}}', 'yes'), (87, 0, 'current_theme', 'WordPress Default', 'yes'), (88, 0, 'sidebars_widgets', 'a:1:{s:13:"array_version";i:3;}', 'yes'), (89, 0, 'rss_7558c32994e8ff2f56c983fe2ba11ec3', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:4:{s:5:"title";s:50:"link:http://127.0.0.1/inspen/ - Google Blog Search";s:4:"link";s:108:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://127.0.0.1/inspen/";s:11:"description";s:84:"Your search - link:http://127.0.0.1/inspen/ - did not match any documents. ";s:7:"tagline";s:84:"Your search - link:http://127.0.0.1/inspen/ - did not match any documents. ";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no'), (90, 0, 'rss_7558c32994e8ff2f56c983fe2ba11ec3_ts', '1228246429', 'no'), (91, 0, 'rss_57bc725ad6568758915363af670fd8bc', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:15:{i:0;a:7:{s:5:"title";s:27:"roya khosravi on "SingSong"";s:4:"link";s:55:"http://wordpress.org/extend/plugins/singsong/#post-7911";s:7:"pubdate";s:31:"Tue, 02 Dec 2008 13:19:13 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"roya khosravi";}s:4:"guid";s:41:"7911@http://wordpress.org/extend/plugins/";s:11:"description";s:61:"Add a Background sound or music to each section of your Blog.";s:7:"summary";s:61:"Add a Background sound or music to each section of your Blog.";}i:1;a:7:{s:5:"title";s:18:"hkvn on "WP-Blast"";s:4:"link";s:55:"http://wordpress.org/extend/plugins/wp-blast/#post-7910";s:7:"pubdate";s:31:"Tue, 02 Dec 2008 13:00:01 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"hkvn";}s:4:"guid";s:41:"7910@http://wordpress.org/extend/plugins/";s:11:"description";s:75:"A simple plugin to display your blast in your wordpress site as Yahoo! 360.";s:7:"summary";s:75:"A simple plugin to display your blast in your wordpress site as Yahoo! 360.";}i:2;a:7:{s:5:"title";s:23:"xenlab on "In The Loop"";s:4:"link";s:58:"http://wordpress.org/extend/plugins/in-the-loop/#post-7907";s:7:"pubdate";s:31:"Tue, 02 Dec 2008 07:21:00 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"xenlab";}s:4:"guid";s:41:"7907@http://wordpress.org/extend/plugins/";s:11:"description";s:144:"Be in the loop! Easily add any HTML, CSS, JavaScript or PHP to the begining or end of a post. Great for when plugins forget to add this ability.";s:7:"summary";s:144:"Be in the loop! Easily add any HTML, CSS, JavaScript or PHP to the begining or end of a post. Great for when plugins forget to add this ability.";}i:3;a:7:{s:5:"title";s:21:"demetris on "Tangofy"";s:4:"link";s:54:"http://wordpress.org/extend/plugins/tangofy/#post-7902";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 21:31:41 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"demetris";}s:4:"guid";s:41:"7902@http://wordpress.org/extend/plugins/";s:11:"description";s:96:"Replaces the admin menu icons of WordPress 2.7 with a mixture of Firefox, GNOME and Tango icons.";s:7:"summary";s:96:"Replaces the admin menu icons of WordPress 2.7 with a mixture of Firefox, GNOME and Tango icons.";}i:4;a:7:{s:5:"title";s:52:"vladbabii on "VB''s way to simply add YouTube videos"";s:4:"link";s:83:"http://wordpress.org/extend/plugins/vbs-way-to-simply-add-youtube-videos/#post-7901";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 21:26:18 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"vladbabii";}s:4:"guid";s:41:"7901@http://wordpress.org/extend/plugins/";s:11:"description";s:103:"A simple way to add a youtube video. Just put youtube::video_id:: and you''ll see the video in the post.";s:7:"summary";s:103:"A simple way to add a youtube video. Just put youtube::video_id:: and you''ll see the video in the post.";}i:5;a:7:{s:5:"title";s:23:"sojweb on "SoJ Favicon"";s:4:"link";s:58:"http://wordpress.org/extend/plugins/soj-favicon/#post-7898";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 16:44:40 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"sojweb";}s:4:"guid";s:41:"7898@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"Just a real simple plugin to change the favicon for the admin pages; helpful if you''ve got a bunch of tabs open in Firefox so you can quickly see whic";s:7:"summary";s:150:"Just a real simple plugin to change the favicon for the admin pages; helpful if you''ve got a bunch of tabs open in Firefox so you can quickly see whic";}i:6;a:7:{s:5:"title";s:48:"digitalbricklayer on "Popularity Contest Widget"";s:4:"link";s:72:"http://wordpress.org/extend/plugins/popularity-contest-widget/#post-7896";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 14:13:30 +0000";s:2:"dc";a:1:{s:7:"creator";s:17:"digitalbricklayer";}s:4:"guid";s:41:"7896@http://wordpress.org/extend/plugins/";s:11:"description";s:134:"The Popularity Contest Widget is a sidebar widget for displaying your blog''s top posts as indicated by the Popularity \nContest plugin.";s:7:"summary";s:134:"The Popularity Contest Widget is a sidebar widget for displaying your blog''s top posts as indicated by the Popularity \nContest plugin.";}i:7;a:7:{s:5:"title";s:30:"realTM on "All in One Gallery"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/all-in-one-gallery/#post-7895";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 13:36:02 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"realTM";}s:4:"guid";s:41:"7895@http://wordpress.org/extend/plugins/";s:11:"description";s:105:"Display and browse all the images on your wordpress website in one place using the new gallery shortcode.";s:7:"summary";s:105:"Display and browse all the images on your wordpress website in one place using the new gallery shortcode.";}i:8;a:7:{s:5:"title";s:40:"mschertel on "Shockingly Simple Favicon"";s:4:"link";s:72:"http://wordpress.org/extend/plugins/shockingly-simple-favicon/#post-7894";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 13:17:45 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"mschertel";}s:4:"guid";s:41:"7894@http://wordpress.org/extend/plugins/";s:11:"description";s:42:"A shockingly simple favicon for your site.";s:7:"summary";s:42:"A shockingly simple favicon for your site.";}i:9;a:7:{s:5:"title";s:39:"scottlenger on "Liturgical Year Themes"";s:4:"link";s:69:"http://wordpress.org/extend/plugins/liturgical-year-themes/#post-7893";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 02:20:43 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"scottlenger";}s:4:"guid";s:41:"7893@http://wordpress.org/extend/plugins/";s:11:"description";s:75:"This plugin adds a stylesheet for the day or season of the Liturgical year.";s:7:"summary";s:75:"This plugin adds a stylesheet for the day or season of the Liturgical year.";}i:10;a:7:{s:5:"title";s:33:"cchetanonline on "WP-CopyProtect"";s:4:"link";s:61:"http://wordpress.org/extend/plugins/wp-copyprotect/#post-7887";s:7:"pubdate";s:31:"Sun, 30 Nov 2008 15:28:32 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"cchetanonline";}s:4:"guid";s:41:"7887@http://wordpress.org/extend/plugins/";s:11:"description";s:93:"Protect your blog content from being copied. A simple plug-in developed to stop the Copy cats";s:7:"summary";s:93:"Protect your blog content from being copied. A simple plug-in developed to stop the Copy cats";}i:11;a:7:{s:5:"title";s:22:"payday81 on "Ciao Box"";s:4:"link";s:55:"http://wordpress.org/extend/plugins/ciao-box/#post-7885";s:7:"pubdate";s:31:"Sun, 30 Nov 2008 14:42:00 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"payday81";}s:4:"guid";s:41:"7885@http://wordpress.org/extend/plugins/";s:11:"description";s:53:"Allows the user to display a Ciao Box in the sidebar.";s:7:"summary";s:53:"Allows the user to display a Ciao Box in the sidebar.";}i:12;a:7:{s:5:"title";s:23:"fbern on "Autodownload"";s:4:"link";s:59:"http://wordpress.org/extend/plugins/autodownload/#post-7883";s:7:"pubdate";s:31:"Sun, 30 Nov 2008 11:23:50 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"fbern";}s:4:"guid";s:41:"7883@http://wordpress.org/extend/plugins/";s:11:"description";s:106:"Autodownload enables you to add links to files in your posts and pages without\ninteracting with Wordpress.";s:7:"summary";s:106:"Autodownload enables you to add links to files in your posts and pages without\ninteracting with Wordpress.";}i:13;a:7:{s:5:"title";s:38:"powtac on "Show authors without posts"";s:4:"link";s:73:"http://wordpress.org/extend/plugins/show-authors-without-posts/#post-7881";s:7:"pubdate";s:31:"Sat, 29 Nov 2008 22:04:58 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"powtac";}s:4:"guid";s:41:"7881@http://wordpress.org/extend/plugins/";s:11:"description";s:54:"Shows the authors page even if the author has no post.";s:7:"summary";s:54:"Shows the authors page even if the author has no post.";}i:14;a:7:{s:5:"title";s:38:"thamizhchelvan on "Related Blog Links"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/related-blog-links/#post-7878";s:7:"pubdate";s:31:"Sat, 29 Nov 2008 18:59:29 +0000";s:2:"dc";a:1:{s:7:"creator";s:14:"thamizhchelvan";}s:4:"guid";s:41:"7878@http://wordpress.org/extend/plugins/";s:11:"description";s:82:"This wordpress plugin will display the blog links related to your posts and pages.";s:7:"summary";s:82:"This wordpress plugin will display the blog links related to your posts and pages.";}}s:7:"channel";a:6:{s:5:"title";s:6:"Newest";s:4:"link";s:36:"http://wordpress.org/extend/plugins/";s:11:"description";s:6:"Newest";s:8:"language";s:2:"en";s:7:"pubdate";s:31:"Tue, 02 Dec 2008 19:33:50 +0000";s:7:"tagline";s:6:"Newest";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:21:"2008-12-02 13:19:13\r\n";s:4:"etag";s:36:""a24cad3c69485e8deccc9f9110aa4184"\r\n";}', 'no'), (92, 0, 'rss_57bc725ad6568758915363af670fd8bc_ts', '1228246430', 'no'), (93, 0, 'rss_1a5f760f2e2b48827d4974a60857e7c2', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:15:{i:0;a:7:{s:5:"title";s:52:"vladbabii on "VB''s way to simply add YouTube videos"";s:4:"link";s:83:"http://wordpress.org/extend/plugins/vbs-way-to-simply-add-youtube-videos/#post-7901";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 21:26:18 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"vladbabii";}s:4:"guid";s:41:"7901@http://wordpress.org/extend/plugins/";s:11:"description";s:103:"A simple way to add a youtube video. Just put youtube::video_id:: and you''ll see the video in the post.";s:7:"summary";s:103:"A simple way to add a youtube video. Just put youtube::video_id:: and you''ll see the video in the post.";}i:1;a:7:{s:5:"title";s:33:"robfelty on "Collapsing Archives"";s:4:"link";s:66:"http://wordpress.org/extend/plugins/collapsing-archives/#post-2784";s:7:"pubdate";s:31:"Mon, 07 Jan 2008 02:25:04 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"robfelty";}s:4:"guid";s:41:"2784@http://wordpress.org/extend/plugins/";s:11:"description";s:141:"This plugin uses Javascript to dynamically expand or collaps the set of\nmonths for each year and posts for each month in the archive listing.";s:7:"summary";s:141:"This plugin uses Javascript to dynamically expand or collaps the set of\nmonths for each year and posts for each month in the archive listing.";}i:2;a:7:{s:5:"title";s:25:"dolfelt on "ICS Calendar"";s:4:"link";s:69:"http://wordpress.org/extend/plugins/wordpress-ics-importer/#post-4924";s:7:"pubdate";s:31:"Sun, 23 Mar 2008 03:01:54 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"dolfelt";}s:4:"guid";s:41:"4924@http://wordpress.org/extend/plugins/";s:11:"description";s:51:"Display upcoming events from a shared ics calendar.";s:7:"summary";s:51:"Display upcoming events from a shared ics calendar.";}i:3;a:7:{s:5:"title";s:21:"demetris on "Tangofy"";s:4:"link";s:54:"http://wordpress.org/extend/plugins/tangofy/#post-7902";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 21:31:41 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"demetris";}s:4:"guid";s:41:"7902@http://wordpress.org/extend/plugins/";s:11:"description";s:96:"Replaces the admin menu icons of WordPress 2.7 with a mixture of Firefox, GNOME and Tango icons.";s:7:"summary";s:96:"Replaces the admin menu icons of WordPress 2.7 with a mixture of Firefox, GNOME and Tango icons.";}i:4;a:7:{s:5:"title";s:23:"sojweb on "SoJ Favicon"";s:4:"link";s:58:"http://wordpress.org/extend/plugins/soj-favicon/#post-7898";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 16:44:40 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"sojweb";}s:4:"guid";s:41:"7898@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"Just a real simple plugin to change the favicon for the admin pages; helpful if you''ve got a bunch of tabs open in Firefox so you can quickly see whic";s:7:"summary";s:150:"Just a real simple plugin to change the favicon for the admin pages; helpful if you''ve got a bunch of tabs open in Firefox so you can quickly see whic";}i:5;a:7:{s:5:"title";s:23:"fbern on "Autodownload"";s:4:"link";s:59:"http://wordpress.org/extend/plugins/autodownload/#post-7883";s:7:"pubdate";s:31:"Sun, 30 Nov 2008 11:23:50 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"fbern";}s:4:"guid";s:41:"7883@http://wordpress.org/extend/plugins/";s:11:"description";s:106:"Autodownload enables you to add links to files in your posts and pages without\ninteracting with Wordpress.";s:7:"summary";s:106:"Autodownload enables you to add links to files in your posts and pages without\ninteracting with Wordpress.";}i:6;a:7:{s:5:"title";s:26:"alfaguru on "Side Content"";s:4:"link";s:59:"http://wordpress.org/extend/plugins/side-content/#post-6186";s:7:"pubdate";s:31:"Fri, 04 Jul 2008 19:04:02 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"alfaguru";}s:4:"guid";s:41:"6186@http://wordpress.org/extend/plugins/";s:11:"description";s:91:"Side Content enables you to create widgets which have different content on different pages.";s:7:"summary";s:91:"Side Content enables you to create widgets which have different content on different pages.";}i:7;a:7:{s:5:"title";s:30:"realTM on "All in One Gallery"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/all-in-one-gallery/#post-7895";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 13:36:02 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"realTM";}s:4:"guid";s:41:"7895@http://wordpress.org/extend/plugins/";s:11:"description";s:105:"Display and browse all the images on your wordpress website in one place using the new gallery shortcode.";s:7:"summary";s:105:"Display and browse all the images on your wordpress website in one place using the new gallery shortcode.";}i:8;a:7:{s:5:"title";s:32:"julien51 on "Notifixious Plugin"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/notifixious-plugin/#post-7039";s:7:"pubdate";s:31:"Mon, 15 Sep 2008 17:26:59 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"julien51";}s:4:"guid";s:41:"7039@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"Current Version : 0.7\n\nThis a plugin for Wordpress that uses the [Notifixio.us](http://www.notifixio.us) API. Notifixious is a simple notification ser";s:7:"summary";s:150:"Current Version : 0.7\n\nThis a plugin for Wordpress that uses the [Notifixio.us](http://www.notifixio.us) API. Notifixious is a simple notification ser";}i:9;a:7:{s:5:"title";s:39:"scottlenger on "Liturgical Year Themes"";s:4:"link";s:69:"http://wordpress.org/extend/plugins/liturgical-year-themes/#post-7893";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 02:20:43 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"scottlenger";}s:4:"guid";s:41:"7893@http://wordpress.org/extend/plugins/";s:11:"description";s:75:"This plugin adds a stylesheet for the day or season of the Liturgical year.";s:7:"summary";s:75:"This plugin adds a stylesheet for the day or season of the Liturgical year.";}i:10;a:7:{s:5:"title";s:40:"mschertel on "Shockingly Simple Favicon"";s:4:"link";s:72:"http://wordpress.org/extend/plugins/shockingly-simple-favicon/#post-7894";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 13:17:45 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"mschertel";}s:4:"guid";s:41:"7894@http://wordpress.org/extend/plugins/";s:11:"description";s:42:"A shockingly simple favicon for your site.";s:7:"summary";s:42:"A shockingly simple favicon for your site.";}i:11;a:7:{s:5:"title";s:48:"digitalbricklayer on "Popularity Contest Widget"";s:4:"link";s:72:"http://wordpress.org/extend/plugins/popularity-contest-widget/#post-7896";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 14:13:30 +0000";s:2:"dc";a:1:{s:7:"creator";s:17:"digitalbricklayer";}s:4:"guid";s:41:"7896@http://wordpress.org/extend/plugins/";s:11:"description";s:134:"The Popularity Contest Widget is a sidebar widget for displaying your blog''s top posts as indicated by the Popularity \nContest plugin.";s:7:"summary";s:134:"The Popularity Contest Widget is a sidebar widget for displaying your blog''s top posts as indicated by the Popularity \nContest plugin.";}i:12;a:7:{s:5:"title";s:42:"mschertel on "Shocking Red Publish Button"";s:4:"link";s:67:"http://wordpress.org/extend/plugins/shocking-red-publish/#post-6981";s:7:"pubdate";s:31:"Wed, 10 Sep 2008 17:32:02 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"mschertel";}s:4:"guid";s:41:"6981@http://wordpress.org/extend/plugins/";s:11:"description";s:49:"A Shocking Red Publish Button for your post page.";s:7:"summary";s:49:"A Shocking Red Publish Button for your post page.";}i:13;a:7:{s:5:"title";s:27:"roya khosravi on "SingSong"";s:4:"link";s:55:"http://wordpress.org/extend/plugins/singsong/#post-7911";s:7:"pubdate";s:31:"Tue, 02 Dec 2008 13:19:13 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"roya khosravi";}s:4:"guid";s:41:"7911@http://wordpress.org/extend/plugins/";s:11:"description";s:61:"Add a Background sound or music to each section of your Blog.";s:7:"summary";s:61:"Add a Background sound or music to each section of your Blog.";}i:14;a:7:{s:5:"title";s:18:"hkvn on "WP-Blast"";s:4:"link";s:55:"http://wordpress.org/extend/plugins/wp-blast/#post-7910";s:7:"pubdate";s:31:"Tue, 02 Dec 2008 13:00:01 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"hkvn";}s:4:"guid";s:41:"7910@http://wordpress.org/extend/plugins/";s:11:"description";s:75:"A simple plugin to display your blast in your wordpress site as Yahoo! 360.";s:7:"summary";s:75:"A simple plugin to display your blast in your wordpress site as Yahoo! 360.";}}s:7:"channel";a:6:{s:5:"title";s:16:"Recently Updated";s:4:"link";s:36:"http://wordpress.org/extend/plugins/";s:11:"description";s:16:"Recently Updated";s:8:"language";s:2:"en";s:7:"pubdate";s:31:"Tue, 02 Dec 2008 19:33:51 +0000";s:7:"tagline";s:16:"Recently Updated";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:21:"2008-12-01 21:26:18\r\n";s:4:"etag";s:36:""74201eb03cfa57da0155fb75bbd42d7a"\r\n";}', 'no'), (94, 0, 'rss_1a5f760f2e2b48827d4974a60857e7c2_ts', '1228246432', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (123, 0, 'rss_0ff4b43bd116a9d8720d689c80e7dfd4', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:12:{s:5:"title";s:33:"WordPress 2.7 Release Candidate 1";s:4:"link";s:74:"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/";s:8:"comments";s:83:"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/#comments";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 22:26:14 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Ryan Boren";}s:8:"category";s:8:"Releases";s:4:"guid";s:39:"http://wordpress.org/development/?p=467";s:11:"description";s:312:"With the release of RC1, we’re in the final leg of development before the release of 2.7. 280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.\nWe think RC1 is ready for everyone to try [...]";s:7:"content";a:1:{s:7:"encoded";s:843:"
With the release of RC1, we’re in the final leg of development before the release of 2.7. 280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.
\nWe think RC1 is ready for everyone to try out. Please download RC1 and help us make the final release the best it can be. As always, back up your blog before upgrading.
\n\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:79:"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/feed/";}s:7:"summary";s:312:"With the release of RC1, we’re in the final leg of development before the release of 2.7. 280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.\nWe think RC1 is ready for everyone to try [...]";s:12:"atom_content";s:843:"With the release of RC1, we’re in the final leg of development before the release of 2.7. 280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.
\nWe think RC1 is ready for everyone to try out. Please download RC1 and help us make the final release the best it can be. As always, back up your blog before upgrading.
\n\n";}i:1;a:12:{s:5:"title";s:15:"WordPress 2.6.5";s:4:"link";s:55:"http://wordpress.org/development/2008/11/wordpress-265/";s:8:"comments";s:64:"http://wordpress.org/development/2008/11/wordpress-265/#comments";s:7:"pubdate";s:31:"Tue, 25 Nov 2008 17:33:56 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Ryan Boren";}s:8:"category";s:11:"Development";s:4:"guid";s:39:"http://wordpress.org/development/?p=462";s:11:"description";s:391:"WordPress 2.6.5 is immediately available and fixes one security problem and three bugs. We recommend everyone upgrade to this release.\nThe security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from [...]";s:7:"content";a:1:{s:7:"encoded";s:1251:"WordPress 2.6.5 is immediately available and fixes one security problem and three bugs. We recommend everyone upgrade to this release.
\nThe security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from the 2.6.5 release package.
2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the full changeset between 2.6.3 and 2.6.5.
\nNote that we are skipping version 2.6.4 and jumping from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds. There is not and never will be a version 2.6.4.
\n\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:60:"http://wordpress.org/development/2008/11/wordpress-265/feed/";}s:7:"summary";s:391:"WordPress 2.6.5 is immediately available and fixes one security problem and three bugs. We recommend everyone upgrade to this release.\nThe security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from [...]";s:12:"atom_content";s:1251:"WordPress 2.6.5 is immediately available and fixes one security problem and three bugs. We recommend everyone upgrade to this release.
\nThe security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from the 2.6.5 release package.
2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the full changeset between 2.6.3 and 2.6.5.
\nNote that we are skipping version 2.6.4 and jumping from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds. There is not and never will be a version 2.6.4.
\n\n";}i:2;a:12:{s:5:"title";s:27:"The Results of Project Icon";s:4:"link";s:69:"http://wordpress.org/development/2008/11/the-results-of-project-icon/";s:8:"comments";s:78:"http://wordpress.org/development/2008/11/the-results-of-project-icon/#comments";s:7:"pubdate";s:31:"Mon, 17 Nov 2008 17:02:34 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Jane Wells";}s:8:"category";s:29:"User Interface2.7contesticons";s:4:"guid";s:39:"http://wordpress.org/development/?p=441";s:11:"description";s:345:"The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID “BD,” otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we’ll be attaching that set to the alternate color palette that is selectable from [...]";s:7:"content";a:1:{s:7:"encoded";s:8013:"
The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID “BD,” otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we’ll be attaching that set to the alternate color palette that is selectable from the profile screen. As we prepare for RC1, Ben and Verena will be revising a couple of their icons so that both sets will use the same metaphors, creating the colored “on” states, and creating the larger size of each icon for use in the h2 screen headers. We are very grateful to have had the opportunity to select from so many great options, and would like to express again our appreciation for all the designers who participated in the contest. Thanks also to the more than 3700 people who completed the voting survey and took the time to weigh on on the individual icon sets.
| Q.18 Which one of the sets do you think we should use as a basis for the 2.7 icons? | \n||
| Icon Set | \n# of votes | \n% of votes | \n
| BD | \n1285 | \n35% | \n
| VS | \n1080 | \n29% | \n
| GB2 | \n424 | \n11% | \n
| OSD | \n376 | \n10% | \n
| LS | \n300 | \n8% | \n
| GB1 | \n235 | \n6% | \n
The wide lead of BD and VS made it clear that voters had a clear preference for these sets.
\n| Q.20 If you could choose a runner-up, which would you choose? | \n||
| Icon Set | \n# of votes | \n% of votes | \n
| VS | \n916 | \n27% | \n
| BD | \n647 | \n19% | \n
| LS | \n522 | \n16% | \n
| OSD | \n488 | \n14% | \n
| GB2 | \n462 | \n14% | \n
| GB1 | \n331 | \n10% | \n
Question 20 was not mandatory, so a few hundred people skipped it, but the responses we did get (3366 of them) reinforced the fact that the two most popular sets were also the most popular 2nd choices, which made the decision of the judges to go with the popular vote an easy one (take that, electoral college!).
\nA few of the individual icon metaphors also had a significant lead over the other choices.
\nDashboard: 1333 voters (40%) chose a house as the best metaphor. We agree, so both Ben and Verena will be replacing their Dashboard icons.
Media: 2097 voters (65%) chose the combination camera + musical note icon, which was part of Ben’s set. We also really loved it, and Verena will amend her media icon to incorporate this idea.
\nPlugins: 1682 voters (53%) selected the outlet plug metaphor, which both Ben and Verena used in their sets.
\nTools: 1581 voters (49%) liked the combination of two tools better than anything else, so Ben and Verena will try this approach.
\nSo those are the results, and soon you’ll see the new icons coming to a 2.7 installation near you.
\nNeed another look at the entries to remember which one you liked best? Here are some reminder images, as well as the identity of each set’s creator.
\n BD was Ben Dunkle, a designer, professor and artist from upstate/western New York State. In case you’ve already forgotten, Ben’s icon set is the winner of Project Icon and will become the default icon set after a few minor changes. | \n VS was Verena Segert, our runner-up, a designer from Germany who presented sets in both grayscale and blue. Her blue icons received more specific voter comments than the gray ones, so we’re planning the second color palette to be in shades of blue so that we can use the blue icon set. | \n
![]() GB was Guillaume Berry, a designer from France who submitted two sets in the same style in order to propose a couple of different metaphors. One of his sets came in third while the other came in last, but whether you only look at the higher scoring set or you combine their votes, Guillaume had the next highest percentage of votes, and many people liked the metaphors he used for various icons. In fact, given the enthusiasm of the community for Guillaume’s icons, we think a great plugin would be one that would allow the user to upload the icon set of their choice. Any volunteers? | \n|
OSD was the Open Source Design class at Parson’s in New york City, taught by Mushon Zer-Aviv and consisting of students Alexandra Zsigmond, Ed Nacional, Karen Messing, Khurram Bajwa, Leonie Leibenfrost. Teacher and students worked together to determine their metaphors and visual style. | \n LS was Luke Smith, a designer from Iowa who specializes in icons among his other design pursuits. | \n
If you need to hire an icon designer any time soon, we highly recommend our Project Icon contestants, who all delivered great work in a very short timeframe. It was great to work with all of them, even for such a short assignment.
\nSo, to sum up:
\nThanks again to everyone who participated in this experiment, and we hope you enjoyed it as much as we did. And congratulations again to Ben and Verena!
\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:74:"http://wordpress.org/development/2008/11/the-results-of-project-icon/feed/";}s:7:"summary";s:345:"The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID “BD,” otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we’ll be attaching that set to the alternate color palette that is selectable from [...]";s:12:"atom_content";s:8013:"
The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID “BD,” otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we’ll be attaching that set to the alternate color palette that is selectable from the profile screen. As we prepare for RC1, Ben and Verena will be revising a couple of their icons so that both sets will use the same metaphors, creating the colored “on” states, and creating the larger size of each icon for use in the h2 screen headers. We are very grateful to have had the opportunity to select from so many great options, and would like to express again our appreciation for all the designers who participated in the contest. Thanks also to the more than 3700 people who completed the voting survey and took the time to weigh on on the individual icon sets.
| Q.18 Which one of the sets do you think we should use as a basis for the 2.7 icons? | \n||
| Icon Set | \n# of votes | \n% of votes | \n
| BD | \n1285 | \n35% | \n
| VS | \n1080 | \n29% | \n
| GB2 | \n424 | \n11% | \n
| OSD | \n376 | \n10% | \n
| LS | \n300 | \n8% | \n
| GB1 | \n235 | \n6% | \n
The wide lead of BD and VS made it clear that voters had a clear preference for these sets.
\n| Q.20 If you could choose a runner-up, which would you choose? | \n||
| Icon Set | \n# of votes | \n% of votes | \n
| VS | \n916 | \n27% | \n
| BD | \n647 | \n19% | \n
| LS | \n522 | \n16% | \n
| OSD | \n488 | \n14% | \n
| GB2 | \n462 | \n14% | \n
| GB1 | \n331 | \n10% | \n
Question 20 was not mandatory, so a few hundred people skipped it, but the responses we did get (3366 of them) reinforced the fact that the two most popular sets were also the most popular 2nd choices, which made the decision of the judges to go with the popular vote an easy one (take that, electoral college!).
\nA few of the individual icon metaphors also had a significant lead over the other choices.
\nDashboard: 1333 voters (40%) chose a house as the best metaphor. We agree, so both Ben and Verena will be replacing their Dashboard icons.
Media: 2097 voters (65%) chose the combination camera + musical note icon, which was part of Ben’s set. We also really loved it, and Verena will amend her media icon to incorporate this idea.
\nPlugins: 1682 voters (53%) selected the outlet plug metaphor, which both Ben and Verena used in their sets.
\nTools: 1581 voters (49%) liked the combination of two tools better than anything else, so Ben and Verena will try this approach.
\nSo those are the results, and soon you’ll see the new icons coming to a 2.7 installation near you.
\nNeed another look at the entries to remember which one you liked best? Here are some reminder images, as well as the identity of each set’s creator.
\n BD was Ben Dunkle, a designer, professor and artist from upstate/western New York State. In case you’ve already forgotten, Ben’s icon set is the winner of Project Icon and will become the default icon set after a few minor changes. | \n VS was Verena Segert, our runner-up, a designer from Germany who presented sets in both grayscale and blue. Her blue icons received more specific voter comments than the gray ones, so we’re planning the second color palette to be in shades of blue so that we can use the blue icon set. | \n
![]() GB was Guillaume Berry, a designer from France who submitted two sets in the same style in order to propose a couple of different metaphors. One of his sets came in third while the other came in last, but whether you only look at the higher scoring set or you combine their votes, Guillaume had the next highest percentage of votes, and many people liked the metaphors he used for various icons. In fact, given the enthusiasm of the community for Guillaume’s icons, we think a great plugin would be one that would allow the user to upload the icon set of their choice. Any volunteers? | \n|
OSD was the Open Source Design class at Parson’s in New york City, taught by Mushon Zer-Aviv and consisting of students Alexandra Zsigmond, Ed Nacional, Karen Messing, Khurram Bajwa, Leonie Leibenfrost. Teacher and students worked together to determine their metaphors and visual style. | \n LS was Luke Smith, a designer from Iowa who specializes in icons among his other design pursuits. | \n
If you need to hire an icon designer any time soon, we highly recommend our Project Icon contestants, who all delivered great work in a very short timeframe. It was great to work with all of them, even for such a short assignment.
\nSo, to sum up:
\nThanks again to everyone who participated in this experiment, and we hope you enjoyed it as much as we did. And congratulations again to Ben and Verena!
\n";}i:3;a:12:{s:5:"title";s:20:"WordPress 2.7 Beta 3";s:4:"link";s:61:"http://wordpress.org/development/2008/11/wordpress-27-beta-3/";s:8:"comments";s:70:"http://wordpress.org/development/2008/11/wordpress-27-beta-3/#comments";s:7:"pubdate";s:31:"Sat, 15 Nov 2008 20:43:47 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"Mark Jaquith";}s:8:"category";s:11:"Releases2.7";s:4:"guid";s:39:"http://wordpress.org/development/?p=437";s:11:"description";s:387:"WordPress 2.7 Beta 3 has been released for your testing pleasure. Here are some of the changes since Beta 2 (over 160 changes in total):\n\nNumerous style improvements and refinements.\nAll admin notices now go under the page title.\nPHP Notice fixes.\nDashboard widget options now properly save.\nMenu fixes.\nNew design for Quick Edit.\nCanonical feed URL fixes.\nWalker fixes.\nAn update [...]";s:7:"content";a:1:{s:7:"encoded";s:1720:"WordPress 2.7 Beta 3 has been released for your testing pleasure. Here are some of the changes since Beta 2 (over 160 changes in total):
\nIf you have already installed Beta 1 or Beta 2, you can update to Beta 3 via the Tools -> Update menu. If you have problems, or if this is your first time in the 2.7 beta ring, you can download and upgrade the old fashioned way.
\n\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:66:"http://wordpress.org/development/2008/11/wordpress-27-beta-3/feed/";}s:7:"summary";s:387:"WordPress 2.7 Beta 3 has been released for your testing pleasure. Here are some of the changes since Beta 2 (over 160 changes in total):\n\nNumerous style improvements and refinements.\nAll admin notices now go under the page title.\nPHP Notice fixes.\nDashboard widget options now properly save.\nMenu fixes.\nNew design for Quick Edit.\nCanonical feed URL fixes.\nWalker fixes.\nAn update [...]";s:12:"atom_content";s:1720:"WordPress 2.7 Beta 3 has been released for your testing pleasure. Here are some of the changes since Beta 2 (over 160 changes in total):
\nIf you have already installed Beta 1 or Beta 2, you can update to Beta 3 via the Tools -> Update menu. If you have problems, or if this is your first time in the 2.7 beta ring, you can download and upgrade the old fashioned way.
\n\n";}i:4;a:12:{s:5:"title";s:27:"WordPress 2.7: Project Icon";s:4:"link";s:67:"http://wordpress.org/development/2008/11/wordpress-27-project-icon/";s:8:"comments";s:76:"http://wordpress.org/development/2008/11/wordpress-27-project-icon/#comments";s:7:"pubdate";s:31:"Thu, 13 Nov 2008 19:13:10 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Jane Wells";}s:8:"category";s:22:"User Interface2.7icons";s:4:"guid";s:39:"http://wordpress.org/development/?p=419";s:11:"description";s:316:"Earlier in the beta period, we put out a call here on the development blog for designers in the WordPress community who might be interested in designing custom icons for the 2.7 admin interface. Over a dozen icon designers from around the world responded, so rather than choose just one, we decided to turn the [...]";s:7:"content";a:1:{s:7:"encoded";s:3398:"Earlier in the beta period, we put out a call here on the development blog for designers in the WordPress community who might be interested in designing custom icons for the 2.7 admin interface. Over a dozen icon designers from around the world responded, so rather than choose just one, we decided to turn the icon design assignment into a contest so that more people could participate and the community could have a vote in what the new icons should look like.
\nOnce we decided to go with a contest format instead of a single-designer gig, about half the original volunteers changed their minds. The remaining designers each submitted two icons (Posts, Links) in their proposed style. At this stage a couple of designers were thanked for their submissions but eliminated from the competition because their icons were considered too far afield from the WordPress visual style. The remaining designers were given feedback on the icons they had submitted and given about a week to complete the icon set for the menu as well as the list/excerpt icons that are shown on the Edit Posts screen. All but one of these designers finished a complete set, giving us five sets in total.
\nSo now we need to choose a direction. For each of the icon sets, we’ll show you the set itself, the designer’s introduction, and some feedback from the lead developers. After you’ve reviewed all five, place your vote for the set you think has the visual style that is the most suitable for WordPress 2.7. This will be followed by additional votes on specific icons, so if you like the specific image used in one set but like the style of another, you can vote to change the metaphor for a given icon. You’ll also be able to leave general feedback throughout the voting process. When voting has concluded, we’ll review the comments and the votes, and will declare a winner.
\nThings to bear in mind when making your selections:
\nA week is not a long time to create 13 icons. The winning set will undergo a revision to be refined, and some icons may be substituted. We asked for all icons in grayscale for the contest. An “on” state and a larger size for screen headers will be designed by the winner. It seemed like too much work to have everyone do multiple states for so many icons.
Ready? Go and take the icon survey. (The survey has now been closed.) Voting will remain open for 48 hours from the time of this post to allow people from all time zones a chance to participate before we close the survey and make a decision (since we’d like to include the new icons in Beta 3).
\nA Note Regarding the 2.7 Release Date:
\nAs we approach Beta 3, bug tickets continue to be added to Trac, the pain of making things look good in IE6 continues to be felt, and the need to improve accessibility looms. If you love WordPress, are a decent coder, and want to contribute like these icon designers contributed, please consider contributing a patch to help with one of these efforts. Jump right in on current Trac tickets, or pop into the #wordpress-dev IRC channel to ask what to do.
Earlier in the beta period, we put out a call here on the development blog for designers in the WordPress community who might be interested in designing custom icons for the 2.7 admin interface. Over a dozen icon designers from around the world responded, so rather than choose just one, we decided to turn the icon design assignment into a contest so that more people could participate and the community could have a vote in what the new icons should look like.
\nOnce we decided to go with a contest format instead of a single-designer gig, about half the original volunteers changed their minds. The remaining designers each submitted two icons (Posts, Links) in their proposed style. At this stage a couple of designers were thanked for their submissions but eliminated from the competition because their icons were considered too far afield from the WordPress visual style. The remaining designers were given feedback on the icons they had submitted and given about a week to complete the icon set for the menu as well as the list/excerpt icons that are shown on the Edit Posts screen. All but one of these designers finished a complete set, giving us five sets in total.
\nSo now we need to choose a direction. For each of the icon sets, we’ll show you the set itself, the designer’s introduction, and some feedback from the lead developers. After you’ve reviewed all five, place your vote for the set you think has the visual style that is the most suitable for WordPress 2.7. This will be followed by additional votes on specific icons, so if you like the specific image used in one set but like the style of another, you can vote to change the metaphor for a given icon. You’ll also be able to leave general feedback throughout the voting process. When voting has concluded, we’ll review the comments and the votes, and will declare a winner.
\nThings to bear in mind when making your selections:
\nA week is not a long time to create 13 icons. The winning set will undergo a revision to be refined, and some icons may be substituted. We asked for all icons in grayscale for the contest. An “on” state and a larger size for screen headers will be designed by the winner. It seemed like too much work to have everyone do multiple states for so many icons.
Ready? Go and take the icon survey. (The survey has now been closed.) Voting will remain open for 48 hours from the time of this post to allow people from all time zones a chance to participate before we close the survey and make a decision (since we’d like to include the new icons in Beta 3).
\nA Note Regarding the 2.7 Release Date:
\nAs we approach Beta 3, bug tickets continue to be added to Trac, the pain of making things look good in IE6 continues to be felt, and the need to improve accessibility looms. If you love WordPress, are a decent coder, and want to contribute like these icon designers contributed, please consider contributing a patch to help with one of these efforts. Jump right in on current Trac tickets, or pop into the #wordpress-dev IRC channel to ask what to do.
WordPress 2.7 Beta 2 is ready. Here is a quick rundown of changes since beta 1.
\nIf you have already installed beta 1, you can update to beta 2 via the Tools -> Update menu. Beta 1 does have a bug in the automatic upgrade that breaks certain setups, so be prepared to download and install Beta 2 manually if you experience problems.
\n\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:66:"http://wordpress.org/development/2008/11/wordpress-27-beta-2/feed/";}s:7:"summary";s:395:"WordPress 2.7 Beta 2 is ready. Here is a quick rundown of changes since beta 1.\n\nThe Upload button didn’t always show. Fixed.\nJS on the Dashboard broke for blogs with no comments, causing several UI elements to “freeze”. Fixed.\nRecent Drafts Dashboard module didn’t show correct times. Fixed.\nVarious Autosave fixes.\nRedirect after deleting a page from the editor [...]";s:12:"atom_content";s:1726:"WordPress 2.7 Beta 2 is ready. Here is a quick rundown of changes since beta 1.
\nIf you have already installed beta 1, you can update to beta 2 via the Tools -> Update menu. Beta 1 does have a bug in the automatic upgrade that breaks certain setups, so be prepared to download and install Beta 2 manually if you experience problems.
\n\n";}i:6;a:12:{s:5:"title";s:48:"What’s your favorite thing about the 2.7 Beta?";s:4:"link";s:85:"http://wordpress.org/development/2008/11/whats-your-favorite-thing-about-the-27-beta/";s:8:"comments";s:94:"http://wordpress.org/development/2008/11/whats-your-favorite-thing-about-the-27-beta/#comments";s:7:"pubdate";s:31:"Sun, 02 Nov 2008 20:09:19 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Jane Wells";}s:8:"category";s:8:"Features";s:4:"guid";s:39:"http://wordpress.org/development/?p=396";s:11:"description";s:317:"There have been a lot of posts and twitter announcements by people checking out the WordPress 2.7 Beta since it was announced yesterday. What’s your favorite thing about 2.7 so far? Or if you haven’t made the leap yet, to which feature are you most looking forward? Tell us in the poll below. \n What [...]";s:7:"content";a:1:{s:7:"encoded";s:1051:"There have been a lot of posts and twitter announcements by people checking out the WordPress 2.7 Beta since it was announced yesterday. What’s your favorite thing about 2.7 so far? Or if you haven’t made the leap yet, to which feature are you most looking forward? Tell us in the poll below.
\n\nIf you have a extra minute or two, we’ve also put together a survey that lists all the new features and allows you to rate them, as well as give additional feedback if you’re so inclined. If you want to participate, take the 2.7 Beta Favorite Features survey.
\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:90:"http://wordpress.org/development/2008/11/whats-your-favorite-thing-about-the-27-beta/feed/";}s:7:"summary";s:317:"There have been a lot of posts and twitter announcements by people checking out the WordPress 2.7 Beta since it was announced yesterday. What’s your favorite thing about 2.7 so far? Or if you haven’t made the leap yet, to which feature are you most looking forward? Tell us in the poll below. \n What [...]";s:12:"atom_content";s:1051:"There have been a lot of posts and twitter announcements by people checking out the WordPress 2.7 Beta since it was announced yesterday. What’s your favorite thing about 2.7 so far? Or if you haven’t made the leap yet, to which feature are you most looking forward? Tell us in the poll below.
\n\nIf you have a extra minute or two, we’ve also put together a survey that lists all the new features and allows you to rate them, as well as give additional feedback if you’re so inclined. If you want to participate, take the 2.7 Beta Favorite Features survey.
\n";}i:7;a:12:{s:5:"title";s:20:"WordPress 2.7 Beta 1";s:4:"link";s:61:"http://wordpress.org/development/2008/11/wordpress-27-beta-1/";s:8:"comments";s:70:"http://wordpress.org/development/2008/11/wordpress-27-beta-1/#comments";s:7:"pubdate";s:31:"Sat, 01 Nov 2008 08:00:11 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Ryan Boren";}s:8:"category";s:8:"Releases";s:4:"guid";s:39:"http://wordpress.org/development/?p=387";s:11:"description";s:332:"The first public beta of WordPress 2.7 is here at last. Join the thousands of people already testing 2.7 by downloading 2.7 Beta 1. As previously mentioned on this blog, 2.7 is bringing a new visual design. This design is almost completely implemented, but there are still a few areas that aren’t quite finished in [...]";s:7:"content";a:1:{s:7:"encoded";s:1662:"The first public beta of WordPress 2.7 is here at last. Join the thousands of people already testing 2.7 by downloading 2.7 Beta 1. As previously mentioned on this blog, 2.7 is bringing a new visual design. This design is almost completely implemented, but there are still a few areas that aren’t quite finished in Beta 1. There are also several glitches in certain browsers. Beta 1 provides the best experience in Firefox and Safari. Don’t worry, we are working on IE and Opera and will have those looking good in time for the final release.
\nSpeaking of the final release, it will not be available on November 10th as originally scheduled. We are two weeks behind schedule at the moment. We need a little more time to finish the visual design, do a round of user testing against that finished design, and do a proper round of public beta testing. Our plan is to keep working as if Nov. 10 is still the release date. However, instead of releasing the final 2.7 on the 10th, we will make a release candidate available instead. The release candidate is intended to be a high-quality, almost-finished release that we are comfortable recommending for broad use. After Nov. 10, the focus will be on fixing high impact bugs turned up by those of you testing the release candidate. I suspect 2.7 will be ready for final release by the end of November. A specific date will be set as we progress through the public beta cycle and get a feel for how solid the release is.
\n\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:66:"http://wordpress.org/development/2008/11/wordpress-27-beta-1/feed/";}s:7:"summary";s:332:"The first public beta of WordPress 2.7 is here at last. Join the thousands of people already testing 2.7 by downloading 2.7 Beta 1. As previously mentioned on this blog, 2.7 is bringing a new visual design. This design is almost completely implemented, but there are still a few areas that aren’t quite finished in [...]";s:12:"atom_content";s:1662:"The first public beta of WordPress 2.7 is here at last. Join the thousands of people already testing 2.7 by downloading 2.7 Beta 1. As previously mentioned on this blog, 2.7 is bringing a new visual design. This design is almost completely implemented, but there are still a few areas that aren’t quite finished in Beta 1. There are also several glitches in certain browsers. Beta 1 provides the best experience in Firefox and Safari. Don’t worry, we are working on IE and Opera and will have those looking good in time for the final release.
\nSpeaking of the final release, it will not be available on November 10th as originally scheduled. We are two weeks behind schedule at the moment. We need a little more time to finish the visual design, do a round of user testing against that finished design, and do a proper round of public beta testing. Our plan is to keep working as if Nov. 10 is still the release date. However, instead of releasing the final 2.7 on the 10th, we will make a release candidate available instead. The release candidate is intended to be a high-quality, almost-finished release that we are comfortable recommending for broad use. After Nov. 10, the focus will be on fixing high impact bugs turned up by those of you testing the release candidate. I suspect 2.7 will be ready for final release by the end of November. A specific date will be set as we progress through the public beta cycle and get a feel for how solid the release is.
\n\n";}i:8;a:12:{s:5:"title";s:8:"Showcase";s:4:"link";s:50:"http://wordpress.org/development/2008/11/showcase/";s:8:"comments";s:59:"http://wordpress.org/development/2008/11/showcase/#comments";s:7:"pubdate";s:31:"Sat, 01 Nov 2008 00:36:27 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"Nick Momrik";}s:8:"category";s:4:"Meta";s:4:"guid";s:39:"http://wordpress.org/development/?p=380";s:11:"description";s:355:"Today we launched the WordPress Showcase, a display of some of the best and brightest WordPress users, who are using it to do a whole lot more than blog.\n\nPick your flavor and check out the possibilities available through WordPress MU, WordPress.com, WordPress.com VIP and WordPress.org.\nSite screenshots are constantly updated, so what you see is a [...]";s:7:"content";a:1:{s:7:"encoded";s:960:"Today we launched the WordPress Showcase, a display of some of the best and brightest WordPress users, who are using it to do a whole lot more than blog.
\n\nPick your flavor and check out the possibilities available through WordPress MU, WordPress.com, WordPress.com VIP and WordPress.org.
\nSite screenshots are constantly updated, so what you see is a realtime look at what’s going on with our hottest users.
\nDon’t see something there that should be? Suggest an addition! We’ll check it out and add it to the bunch if we think it makes the cut.
\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:55:"http://wordpress.org/development/2008/11/showcase/feed/";}s:7:"summary";s:355:"Today we launched the WordPress Showcase, a display of some of the best and brightest WordPress users, who are using it to do a whole lot more than blog.\n\nPick your flavor and check out the possibilities available through WordPress MU, WordPress.com, WordPress.com VIP and WordPress.org.\nSite screenshots are constantly updated, so what you see is a [...]";s:12:"atom_content";s:960:"Today we launched the WordPress Showcase, a display of some of the best and brightest WordPress users, who are using it to do a whole lot more than blog.
\n\nPick your flavor and check out the possibilities available through WordPress MU, WordPress.com, WordPress.com VIP and WordPress.org.
\nSite screenshots are constantly updated, so what you see is a realtime look at what’s going on with our hottest users.
\nDon’t see something there that should be? Suggest an addition! We’ll check it out and add it to the bunch if we think it makes the cut.
\n";}i:9;a:12:{s:5:"title";s:44:"Usability Testing Report: 2.5 and Crazyhorse";s:4:"link";s:84:"http://wordpress.org/development/2008/10/usability-testing-report-25-and-crazyhorse/";s:8:"comments";s:93:"http://wordpress.org/development/2008/10/usability-testing-report-25-and-crazyhorse/#comments";s:7:"pubdate";s:31:"Wed, 29 Oct 2008 00:06:33 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Jane Wells";}s:8:"category";s:43:"User Interface2.5crazyhorsetestingusability";s:4:"guid";s:39:"http://wordpress.org/development/?p=375";s:11:"description";s:327:"A question I hear pretty frequently is, “Why a redesign of the admin panel so soon after 2.5?” Those who have attended WordCamps in the past few months have already heard the answer, but for the people who haven’t had that opportunity, this post is for you. \nWhen the community response to the 2.5 admin [...]";s:7:"content";a:1:{s:7:"encoded";s:4403:"A question I hear pretty frequently is, “Why a redesign of the admin panel so soon after 2.5?” Those who have attended WordCamps in the past few months have already heard the answer, but for the people who haven’t had that opportunity, this post is for you.
\nWhen the community response to the 2.5 admin redesign was mixed, it seemed like a good idea to do usability testing to find out which issues were based on actual interface problems vs. which complaints were just a result of not liking change. To prevent bias, a third party was contracted to conduct usability testing, Ball State University’s Center for Media Design, Insight and Research division. Try saying that three times fast with a mouth full of peanut butter. Or fitting it on a business card. To save time, we’ll just call that third party CMD, since that’s what they call themselves.
\nThe plan that was developed involved multiple rounds of testing, as well as the creation of two prototypes, hardcore! The first phase involved a usability review of 2.5 by CMD, the results of which were discussed with lead developers. A quick prototype was created that addressed some of the lightweight issues, so that the test participants could use both 2.5 on their own blogs and the prototype on a test site. Results would be analyzed and compared, leading to a second round of suggestions. A second prototype would be developed over a week or two, which would then be tested with the same participants, and a final report delivered. But you know what they say… the best laid plans of designers and developers often go awry.
\nAfter the first round of testing, it was clear that a prototype delivering the kind of fixes that could be coded in a week or two wouldn’t make much of a difference overall. We all decided a more ambitious prototype was in order, one that would experiment with a new approach to screen real estate and attempt to address as many of the issues from 2.5 as was possible with a few extra weeks of time. A rapid design process was followed by an even more rapid development cycle. The second prototype is what you know as Crazyhorse.
\nThe second round of testing blew everyone away. The research team had never seen such consistent results. Tasks were completed faster, participant opinions rated it higher, understanding of how interface elements worked was greater, and it wasn’t even a fully functional application. Of the test participants, every single one said they would choose the prototype over their current administrative interface, and it wasn’t even pretty (those of you who remember the original Crazyhorse will vouch for this).
\nA presentation on the process from start to finish was part of the schedule at WordCamp 2008 in San Francisco, and the slides are available online, but as always the slides only tell you so much without the videos, live demo and verbal narration that went with it. (Use Google and you can see audience videos of the presentation.)
\nHere, then, is a PDF of reasonable size that you can download and peruse at your leisure that outlines the usability testing project in some detail. I wanted to include some eye tracking videos, but the file was so huge it would have been ridiculous for anyone to download it, so I stuck with eye tracking outputs called gaze trails to illustrate the findings. I also tried to pare down the text to the more salient points, since more than 50 hours of test video really does reveal an insane amount of data. I also cut out the section about designing Crazyhorse in the interest of staying under 25 pages. Hopefully you’ll think it’s a good balance. I’ll try to put together a separate document on the design process of 2.7 in a couple of weeks that will include the early Crazyhorse material.
\nSo, if you want to know what we learned from the usability testing this summer that caused us to create what is now 2.7, go ahead and read the report.
\nWordPress 2.5/Crazyhorse Usability Testing Report (PDF)
\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:89:"http://wordpress.org/development/2008/10/usability-testing-report-25-and-crazyhorse/feed/";}s:7:"summary";s:327:"A question I hear pretty frequently is, “Why a redesign of the admin panel so soon after 2.5?” Those who have attended WordCamps in the past few months have already heard the answer, but for the people who haven’t had that opportunity, this post is for you. \nWhen the community response to the 2.5 admin [...]";s:12:"atom_content";s:4403:"A question I hear pretty frequently is, “Why a redesign of the admin panel so soon after 2.5?” Those who have attended WordCamps in the past few months have already heard the answer, but for the people who haven’t had that opportunity, this post is for you.
\nWhen the community response to the 2.5 admin redesign was mixed, it seemed like a good idea to do usability testing to find out which issues were based on actual interface problems vs. which complaints were just a result of not liking change. To prevent bias, a third party was contracted to conduct usability testing, Ball State University’s Center for Media Design, Insight and Research division. Try saying that three times fast with a mouth full of peanut butter. Or fitting it on a business card. To save time, we’ll just call that third party CMD, since that’s what they call themselves.
\nThe plan that was developed involved multiple rounds of testing, as well as the creation of two prototypes, hardcore! The first phase involved a usability review of 2.5 by CMD, the results of which were discussed with lead developers. A quick prototype was created that addressed some of the lightweight issues, so that the test participants could use both 2.5 on their own blogs and the prototype on a test site. Results would be analyzed and compared, leading to a second round of suggestions. A second prototype would be developed over a week or two, which would then be tested with the same participants, and a final report delivered. But you know what they say… the best laid plans of designers and developers often go awry.
\nAfter the first round of testing, it was clear that a prototype delivering the kind of fixes that could be coded in a week or two wouldn’t make much of a difference overall. We all decided a more ambitious prototype was in order, one that would experiment with a new approach to screen real estate and attempt to address as many of the issues from 2.5 as was possible with a few extra weeks of time. A rapid design process was followed by an even more rapid development cycle. The second prototype is what you know as Crazyhorse.
\nThe second round of testing blew everyone away. The research team had never seen such consistent results. Tasks were completed faster, participant opinions rated it higher, understanding of how interface elements worked was greater, and it wasn’t even a fully functional application. Of the test participants, every single one said they would choose the prototype over their current administrative interface, and it wasn’t even pretty (those of you who remember the original Crazyhorse will vouch for this).
\nA presentation on the process from start to finish was part of the schedule at WordCamp 2008 in San Francisco, and the slides are available online, but as always the slides only tell you so much without the videos, live demo and verbal narration that went with it. (Use Google and you can see audience videos of the presentation.)
\nHere, then, is a PDF of reasonable size that you can download and peruse at your leisure that outlines the usability testing project in some detail. I wanted to include some eye tracking videos, but the file was so huge it would have been ridiculous for anyone to download it, so I stuck with eye tracking outputs called gaze trails to illustrate the findings. I also tried to pare down the text to the more salient points, since more than 50 hours of test video really does reveal an insane amount of data. I also cut out the section about designing Crazyhorse in the interest of staying under 25 pages. Hopefully you’ll think it’s a good balance. I’ll try to put together a separate document on the design process of 2.7 in a couple of weeks that will include the early Crazyhorse material.
\nSo, if you want to know what we learned from the usability testing this summer that caused us to create what is now 2.7, go ahead and read the report.
\nWordPress 2.5/Crazyhorse Usability Testing Report (PDF)
\n";}}s:7:"channel";a:8:{s:5:"title";s:26:"WordPress Development Blog";s:4:"link";s:32:"http://wordpress.org/development";s:11:"description";s:33:"WordPress development and updates";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 22:30:00 +0000";s:9:"generator";s:42:"http://wordpress.org/?v=2.7-almost-rc-9997";s:8:"language";s:2:"en";s:2:"sy";a:2:{s:12:"updateperiod";s:6:"hourly";s:15:"updatefrequency";s:1:"1";}s:7:"tagline";s:33:"WordPress development and updates";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:31:"Mon, 01 Dec 2008 22:30:00 GMT\r\n";s:4:"etag";s:36:""418e86dfef75058f9748434c4778e683"\r\n";}', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (124, 0, 'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts', '1228246436', 'no'), (97, 0, 'rc_custom_write_panel', 's:401:"a:14:{s:15:"hide-write-post";s:1:"1";s:15:"hide-write-page";N;s:19:"prompt-editing-post";N;s:14:"assign-to-role";N;s:12:"use-snipshot";N;s:17:"enable-editnplace";N;s:16:"enable-swfupload";N;s:26:"default-custom-write-panel";s:0:"";s:19:"enable-HTMLPurifier";s:1:"1";s:10:"tidy-level";s:6:"medium";s:24:"canvas_show_instructions";N;s:21:"canvas_show_zone_name";N;s:11:"canvas_show";N;s:8:"ink_show";N;}";', 'yes'), (98, 0, 'RC_CWP_BLOG_DB_VERSION', '26', 'yes'), (99, 0, 'enableInk', 'false', 'yes'), (100, 0, 'canvas_auto_publish', 'false', 'yes'), (101, 0, 'RC_CWP_DB_VERSION', '26', 'yes'), (102, 0, 'FLUTTER_fist_time', '1', 'yes'), (122, 0, 'rss_a5420c83891a9c88ad2a4f04584a5efc_ts', '1228246429', 'no'), (215, 0, 'category_children', 'a:2:{i:13;a:20:{i:0;s:2:"27";i:1;s:2:"30";i:2;s:2:"21";i:3;s:2:"17";i:4;s:2:"24";i:5;s:2:"20";i:6;s:2:"31";i:7;s:2:"14";i:8;s:2:"33";i:9;s:2:"19";i:10;s:2:"16";i:11;s:2:"22";i:12;s:2:"18";i:13;s:2:"32";i:14;s:2:"23";i:15;s:2:"29";i:16;s:2:"25";i:17;s:2:"28";i:18;s:2:"15";i:19;s:2:"26";}i:5;a:7:{i:0;s:1:"7";i:1;s:1:"8";i:2;s:1:"6";i:3;s:2:"11";i:4;s:2:"10";i:5;s:2:"34";i:6;s:1:"9";}}', 'yes'), (121, 0, 'rss_a5420c83891a9c88ad2a4f04584a5efc', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:15:{i:0;a:7:{s:5:"title";s:17:"matt on "Akismet"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"pubdate";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"matt";}s:4:"guid";s:39:"15@http://wordpress.org/extend/plugins/";s:11:"description";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"summary";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";}i:1;a:7:{s:5:"title";s:33:"uberdose on "All in One SEO Pack"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"pubdate";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"uberdose";}s:4:"guid";s:40:"753@http://wordpress.org/extend/plugins/";s:11:"description";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s:7:"summary";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";}i:2;a:7:{s:5:"title";s:27:"donncha on "WP Super Cache"";s:4:"link";s:61:"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572";s:7:"pubdate";s:31:"Mon, 05 Nov 2007 11:40:04 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"donncha";}s:4:"guid";s:41:"2572@http://wordpress.org/extend/plugins/";s:11:"description";s:73:"A very fast caching engine for WordPress that produces static html files.";s:7:"summary";s:73:"A very fast caching engine for WordPress that produces static html files.";}i:3;a:7:{s:5:"title";s:36:"olivers on "cformsII - contact form"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/cforms/#post-925";s:7:"pubdate";s:31:"Mon, 09 Apr 2007 22:12:26 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"olivers";}s:4:"guid";s:40:"925@http://wordpress.org/extend/plugins/";s:11:"description";s:119:"cforms II is the most customizable, flexible & powerful ajax supporting contact form plugin (& comment form)!";s:7:"summary";s:119:"cforms II is the most customizable, flexible & powerful ajax supporting contact form plugin (& comment form)!";}i:4;a:7:{s:5:"title";s:29:"andy on "WordPress.com Stats"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/stats/#post-1355";s:7:"pubdate";s:31:"Sun, 06 May 2007 02:15:03 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"andy";}s:4:"guid";s:41:"1355@http://wordpress.org/extend/plugins/";s:11:"description";s:119:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com''s stat system.";s:7:"summary";s:119:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com''s stat system.";}i:5;a:7:{s:5:"title";s:30:"arnee on "Google XML Sitemaps"";s:4:"link";s:70:"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132";s:7:"pubdate";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"arnee";}s:4:"guid";s:40:"132@http://wordpress.org/extend/plugins/";s:11:"description";s:87:"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.";s:7:"summary";s:87:"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.";}i:6;a:7:{s:5:"title";s:29:"alexrabe on "NextGEN Gallery"";s:4:"link";s:62:"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169";s:7:"pubdate";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"alexrabe";}s:4:"guid";s:41:"1169@http://wordpress.org/extend/plugins/";s:11:"description";s:102:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.";s:7:"summary";s:102:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.";}i:7;a:7:{s:5:"title";s:44:"keithdsouza on "Wordpress Automatic upgrade"";s:4:"link";s:74:"http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/#post-2560";s:7:"pubdate";s:31:"Sat, 27 Oct 2007 20:55:05 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"keithdsouza";}s:4:"guid";s:41:"2560@http://wordpress.org/extend/plugins/";s:11:"description";s:112:"Wordpress automatic upgrade allows a user to automatically upgrade the wordpress installation to the latest one.";s:7:"summary";s:112:"Wordpress automatic upgrade allows a user to automatically upgrade the wordpress installation to the latest one.";}i:8;a:7:{s:5:"title";s:41:"Viper007Bond on "Viper''s Video Quicktags"";s:4:"link";s:68:"http://wordpress.org/extend/plugins/vipers-video-quicktags/#post-810";s:7:"pubdate";s:31:"Tue, 03 Apr 2007 00:08:41 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"Viper007Bond";}s:4:"guid";s:40:"810@http://wordpress.org/extend/plugins/";s:11:"description";s:114:"Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.";s:7:"summary";s:114:"Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.";}i:9;a:7:{s:5:"title";s:35:"Utkarsh Kukreti on "Plugin Manager"";s:4:"link";s:61:"http://wordpress.org/extend/plugins/plugin-manager/#post-6737";s:7:"pubdate";s:31:"Fri, 22 Aug 2008 16:11:19 +0000";s:2:"dc";a:1:{s:7:"creator";s:15:"Utkarsh Kukreti";}s:4:"guid";s:41:"6737@http://wordpress.org/extend/plugins/";s:11:"description";s:129:"View, download and install plugins from WordPress.org Plugin Database from an AJAX''ed interface with a single click of the mouse.";s:7:"summary";s:129:"View, download and install plugins from WordPress.org Plugin Database from an AJAX''ed interface with a single click of the mouse.";}i:10;a:7:{s:5:"title";s:51:"micropat on "Add to Any Share/Save/Bookmark Button"";s:4:"link";s:56:"http://wordpress.org/extend/plugins/add-to-any/#post-498";s:7:"pubdate";s:31:"Sat, 17 Mar 2007 23:08:16 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"micropat";}s:4:"guid";s:40:"498@http://wordpress.org/extend/plugins/";s:11:"description";s:141:"Helps readers share, save, and bookmark your posts and pages using any service, such as Delicious, Digg, Facebook, MySpace, and all the rest.";s:7:"summary";s:141:"Helps readers share, save, and bookmark your posts and pages using any service, such as Delicious, Digg, Facebook, MySpace, and all the rest.";}i:11;a:7:{s:5:"title";s:30:"weefselkweekje on "WP-Cumulus"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/wp-cumulus/#post-6499";s:7:"pubdate";s:31:"Thu, 31 Jul 2008 10:00:57 +0000";s:2:"dc";a:1:{s:7:"creator";s:14:"weefselkweekje";}s:4:"guid";s:41:"6499@http://wordpress.org/extend/plugins/";s:11:"description";s:91:"WP-Cumulus displays your tags and/or categories in 3D by placing them on a rotating sphere.";s:7:"summary";s:91:"WP-Cumulus displays your tags and/or categories in 3D by placing them on a rotating sphere.";}i:12;a:7:{s:5:"title";s:32:"takayukister on "Contact Form 7"";s:4:"link";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"pubdate";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"takayukister";}s:4:"guid";s:41:"2141@http://wordpress.org/extend/plugins/";s:11:"description";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"summary";s:54:"Just another contact form plugin. Simple but flexible.";}i:13;a:7:{s:5:"title";s:25:"joostdevalk on "Sociable"";s:4:"link";s:55:"http://wordpress.org/extend/plugins/sociable/#post-2865";s:7:"pubdate";s:31:"Thu, 31 Jan 2008 11:36:17 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"joostdevalk";}s:4:"guid";s:41:"2865@http://wordpress.org/extend/plugins/";s:11:"description";s:100:"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.";s:7:"summary";s:100:"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.";}i:14;a:7:{s:5:"title";s:23:"johnny5 on "HeadSpace2"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/headspace2/#post-2255";s:7:"pubdate";s:31:"Fri, 07 Sep 2007 05:45:11 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"johnny5";}s:4:"guid";s:41:"2255@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"Controls almost every aspect of your site''s meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!";s:7:"summary";s:150:"Controls almost every aspect of your site''s meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!";}}s:7:"channel";a:6:{s:5:"title";s:12:"Most Popular";s:4:"link";s:36:"http://wordpress.org/extend/plugins/";s:11:"description";s:12:"Most Popular";s:8:"language";s:2:"en";s:7:"pubdate";s:31:"Tue, 02 Dec 2008 19:33:49 +0000";s:7:"tagline";s:12:"Most Popular";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:21:"2007-03-09 22:11:30\r\n";s:4:"etag";s:36:""8675051e89bf6e8eba42545ba20839d9"\r\n";}', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (125, 0, 'rss_867bd5c64f85878d03a060509cd2f92c', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:50:{i:0;a:7:{s:5:"title";s:59:"Weblog Tools Collection: WordPress Theme Releases for 12/02";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4693";s:4:"link";s:87:"http://weblogtoolscollection.com/archives/2008/12/02/wordpress-theme-releases-for-1202/";s:11:"description";s:1576:"\n
An elegant 2 column, widget-ready WordPress theme featuring a clean design great for blogs of all kinds.
\n\n\nSingle column, fixed width widget and gravatar ready theme with threaded and paged comments.
\n\n\nTwo column theme with a beautiful background featuring the Northern Lights
\n\n\nA two column simple WordPress theme with a nice big photo.
";s:7:"pubdate";s:31:"Tue, 02 Dec 2008 15:45:28 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:1576:"\n
An elegant 2 column, widget-ready WordPress theme featuring a clean design great for blogs of all kinds.
\n\n\nSingle column, fixed width widget and gravatar ready theme with threaded and paged comments.
\n\n\nTwo column theme with a beautiful background featuring the Northern Lights
\n\n\nA two column simple WordPress theme with a nice big photo.
";}i:1;a:7:{s:5:"title";s:43:"Dev Blog: WordPress 2.7 Release Candidate 1";s:4:"guid";s:39:"http://wordpress.org/development/?p=467";s:4:"link";s:74:"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/";s:11:"description";s:842:"With the release of RC1, we’re in the final leg of development before the release of 2.7. 280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.
\nWe think RC1 is ready for everyone to try out. Please download RC1 and help us make the final release the best it can be. As always, back up your blog before upgrading.
\n";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 22:26:14 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Ryan Boren";}s:7:"summary";s:842:"With the release of RC1, we’re in the final leg of development before the release of 2.7. 280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.
\nWe think RC1 is ready for everyone to try out. Please download RC1 and help us make the final release the best it can be. As always, back up your blog before upgrading.
\n";}i:2;a:7:{s:5:"title";s:52:"Weblog Tools Collection: Another WordPress Milestone";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4685";s:4:"link";s:81:"http://weblogtoolscollection.com/archives/2008/12/01/another-wordpress-milestone/";s:11:"description";s:1060:"At approximately 19:38:33 on December 1, 2008 Ryan Boren became the owner of the 10,000th changeset to the WordPress code. This particular code set change was a re-ordering of font families for Windows font selection that was initially patched by Matt Thomas. There has been a discussion taking place within the WP-Testers mailing list that the Bitstream font is horrible and that it needed to be replaced by Verdana. Looks like they received their wish.
\nBy the way, the first Changeset to appear since the WordPress team began using Trac happened on April 1, 2003 (6 years ago). The changeset involved a new respository initialized by cvs2svn and the author is anonymous.
\n\ncvs2svn is a program that can be used to migrate a CVS repository to Subversion (otherwise known as “SVN”) or git. Documentation:
A hearty congratulations goes out to not only the core development team, but to all those who have submitted patches that in turn were committed to the core.
";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 19:50:08 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"Jeff Chandler";}s:7:"summary";s:1060:"At approximately 19:38:33 on December 1, 2008 Ryan Boren became the owner of the 10,000th changeset to the WordPress code. This particular code set change was a re-ordering of font families for Windows font selection that was initially patched by Matt Thomas. There has been a discussion taking place within the WP-Testers mailing list that the Bitstream font is horrible and that it needed to be replaced by Verdana. Looks like they received their wish.
\nBy the way, the first Changeset to appear since the WordPress team began using Trac happened on April 1, 2003 (6 years ago). The changeset involved a new respository initialized by cvs2svn and the author is anonymous.
\n\ncvs2svn is a program that can be used to migrate a CVS repository to Subversion (otherwise known as “SVN”) or git. Documentation:
A hearty congratulations goes out to not only the core development team, but to all those who have submitted patches that in turn were committed to the core.
";}i:3;a:7:{s:5:"title";s:60:"Weblog Tools Collection: WordPress Plugin Releases for 12/01";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4683";s:4:"link";s:88:"http://weblogtoolscollection.com/archives/2008/12/01/wordpress-plugin-releases-for-1201/";s:11:"description";s:3286:"A simple plugin that will disabled right-click and prevent selection of text on your blog.
\n\nAllows the user to display a Ciao Box in the sidebar.
\n\nAutodownload is a WordPress plugin that enables your blog to provide downloadable files either in your posts or pages.
\n\nShows the authors page even if the author has no post.
\nThis plugin shows you all active WP cronjobs (scheduled tasks) of your weblog in the “Site Admin” area and if you want, you can stop the cronjob(s).
\n\nThis plugin is a data manager for any recurrent datasets. It can be used to manage and list a DVD collection,to to present portraits (e.g. athletes of a team) or anything you can think of.
\n\nThis plugin uses Javascript to dynamically expand or collapse the set of months for each year and posts for each month in the archive listing.
\n\nThis plugin grabs your recent phpBB forum topics for you to display in WordPress.
\n\nDisplays news items from selectable Send2Press RSS feeds, inline, as a widget or in a theme. Multiple feeds allowed. Local caching.
\n\nThis plugin allows you to add an interactive video player that includes an upload/import tool and a web-based video mixer.
\n\nNoFollow Free removes the “nofollow” attribute from your WordPress blog’s comments (precisely from the author’s links) and/or from the comments text links and it inserts (if you want) an image band at the top of your pages with the phrase: “NOFOLLOW FREE”.
\n\nWP Wall is a “Wall” widget that appears in your blog’s side bar. Readers can add a quick comment about the blog as a whole, and the comment will appear in the sidebar immediately (without reloading the page).
\n\nThis plugin allows you to have global archive and single page archive per post styles.
\n\nLifestream displays your social feeds and photos much like you would see it on many of the social networking sites.
";s:7:"pubdate";s:31:"Mon, 01 Dec 2008 16:57:10 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:3286:"A simple plugin that will disabled right-click and prevent selection of text on your blog.
\n\nAllows the user to display a Ciao Box in the sidebar.
\n\nAutodownload is a WordPress plugin that enables your blog to provide downloadable files either in your posts or pages.
\n\nShows the authors page even if the author has no post.
\nThis plugin shows you all active WP cronjobs (scheduled tasks) of your weblog in the “Site Admin” area and if you want, you can stop the cronjob(s).
\n\nThis plugin is a data manager for any recurrent datasets. It can be used to manage and list a DVD collection,to to present portraits (e.g. athletes of a team) or anything you can think of.
\n\nThis plugin uses Javascript to dynamically expand or collapse the set of months for each year and posts for each month in the archive listing.
\n\nThis plugin grabs your recent phpBB forum topics for you to display in WordPress.
\n\nDisplays news items from selectable Send2Press RSS feeds, inline, as a widget or in a theme. Multiple feeds allowed. Local caching.
\n\nThis plugin allows you to add an interactive video player that includes an upload/import tool and a web-based video mixer.
\n\nNoFollow Free removes the “nofollow” attribute from your WordPress blog’s comments (precisely from the author’s links) and/or from the comments text links and it inserts (if you want) an image band at the top of your pages with the phrase: “NOFOLLOW FREE”.
\n\nWP Wall is a “Wall” widget that appears in your blog’s side bar. Readers can add a quick comment about the blog as a whole, and the comment will appear in the sidebar immediately (without reloading the page).
\n\nThis plugin allows you to have global archive and single page archive per post styles.
\n\nLifestream displays your social feeds and photos much like you would see it on many of the social networking sites.
";}i:4;a:7:{s:5:"title";s:19:"Matt: Around Sydney";s:4:"guid";s:20:"http://ma.tt/?p=8978";s:4:"link";s:35:"http://ma.tt/2008/11/around-sydney/";s:11:"description";s:21079:"Arriving in Sydney, NSW Art Gallery, and dinner at Sands Bistro on Coogee before WordCamp AU.
\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\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:"pubdate";s:31:"Mon, 01 Dec 2008 07:00:24 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:21079:"Arriving in Sydney, NSW Art Gallery, and dinner at Sands Bistro on Coogee before WordCamp AU.
\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\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
";}i:5;a:7:{s:5:"title";s:17:"Matt: WordCamp AU";s:4:"guid";s:20:"http://ma.tt/?p=8864";s:4:"link";s:33:"http://ma.tt/2008/11/wordcamp-au/";s:11:"description";s:22227:"WordCamp Australia at the Red Box in Sydney, and dinner afterwards (including an arm wrestle).
\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\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:"pubdate";s:31:"Mon, 01 Dec 2008 04:34:57 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:22227:"WordCamp Australia at the Red Box in Sydney, and dinner afterwards (including an arm wrestle).
\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\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
";}i:6;a:7:{s:5:"title";s:52:"Weblog Tools Collection: Drupal 5.9 To WordPress 2.6";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4678";s:4:"link";s:79:"http://weblogtoolscollection.com/archives/2008/11/30/drupal-59-to-wordpress-26/";s:11:"description";s:2171:"For quite awhile now, I’ve been monitoring a specific blog post from May 15th, 2007 which is a tutorial on how to migrate from Drupal 5 to WordPress 2. Many things have changed since then between both pieces of software and thus, the scripts provided on the site will not work.
\nEvery now and then, someone publishes a comment that contains a link to an updated version of the script to work with newer versions of Drupal and WordPress. DovDox is the latest blog to publish an updated portion of the script albeit with a caveat.
\n\nTaking my usual hacksaw-and-duct-tape approach, I simply deleted the portions that didn’t work. That means my version moved all of the posts and comments to the new blog, but didn’t preserve any of their categories. Drupal’s ridiculous “taxonomy” system just isn’t easy to map onto Wordpress’s much more rational categories and tags, and in any case the hard part of the move was getting the posts and comments over.
DovDox takes the script and makes it so that the content and comments are transfered between a Drupal 5.9 installation into a WordPress 2.6 install but due to the taxonomy system, categories are not migrated. If you choose to use the script provided by DovDox, be aware that it may cause a loss of data so be sure to back up everything before you do anything.
\nI wanted to put the call out to the community to see if anyone knew of a script or an individual that is consitently producing a migration script to move from Drupal to WordPress. If so, I’ll edit this post and add those resources to the bottom. I’ll also try to place those resources in the WordPress Codex.
";s:7:"pubdate";s:31:"Sun, 30 Nov 2008 22:32:32 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"Jeff Chandler";}s:7:"summary";s:2171:"For quite awhile now, I’ve been monitoring a specific blog post from May 15th, 2007 which is a tutorial on how to migrate from Drupal 5 to WordPress 2. Many things have changed since then between both pieces of software and thus, the scripts provided on the site will not work.
\nEvery now and then, someone publishes a comment that contains a link to an updated version of the script to work with newer versions of Drupal and WordPress. DovDox is the latest blog to publish an updated portion of the script albeit with a caveat.
\n\nTaking my usual hacksaw-and-duct-tape approach, I simply deleted the portions that didn’t work. That means my version moved all of the posts and comments to the new blog, but didn’t preserve any of their categories. Drupal’s ridiculous “taxonomy” system just isn’t easy to map onto Wordpress’s much more rational categories and tags, and in any case the hard part of the move was getting the posts and comments over.
DovDox takes the script and makes it so that the content and comments are transfered between a Drupal 5.9 installation into a WordPress 2.6 install but due to the taxonomy system, categories are not migrated. If you choose to use the script provided by DovDox, be aware that it may cause a loss of data so be sure to back up everything before you do anything.
\nI wanted to put the call out to the community to see if anyone knew of a script or an individual that is consitently producing a migration script to move from Drupal to WordPress. If so, I’ll edit this post and add those resources to the bottom. I’ll also try to place those resources in the WordPress Codex.
";}i:7;a:7:{s:5:"title";s:106:"WordPress Podcast: Episode 48: WordPress 2.6.5 released, Mark Jaquith on 2.7, WordPress Direct controversy";s:4:"guid";s:30:"http://wp-community.org/?p=300";s:4:"link";s:117:"http://wp-community.org/2008/11/30/episode-48-wordpress-265-released-mark-jaquith-on-27-wordpress-direct-controversy/";s:11:"description";s:363:"In this episode:\n\nWe’re joined by Mark Jaquith, WordPress Ninja at b5media and core developer.\nWe discuss the release of WordPress 2.6.5, which fixes for a very obscure security bug and three more bugs.\nWe warn of a bogus WordPress 2.6.4 version out there.\nWe congratulate Ben Dunkle and Verena Segert, winners of the Project Icon contest.\nWe weigh in [...]";s:7:"pubdate";s:31:"Sun, 30 Nov 2008 19:25:48 +0000";s:2:"dc";a:1:{s:7:"creator";s:37:"Charles Stricklin and Jonathan Bailey";}s:7:"summary";s:363:"In this episode:\n\nWe’re joined by Mark Jaquith, WordPress Ninja at b5media and core developer.\nWe discuss the release of WordPress 2.6.5, which fixes for a very obscure security bug and three more bugs.\nWe warn of a bogus WordPress 2.6.4 version out there.\nWe congratulate Ben Dunkle and Verena Segert, winners of the Project Icon contest.\nWe weigh in [...]";}i:8;a:7:{s:5:"title";s:60:"Weblog Tools Collection: WordPress Plugin Releases for 11/30";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4676";s:4:"link";s:88:"http://weblogtoolscollection.com/archives/2008/11/30/wordpress-plugin-releases-for-1130/";s:11:"description";s:3918:"Add to Feed is a feed enhancement plugin that allows you to easily add a copyright notice and custom text/HTML to your WordPress blog feed. The custom text can be entered before and/or after the content of your blog post.
\n\nAmazon shop plugin that allows a blogger to add products with Amazon associate ID embedded in it and earn revenue by showing Amazon products right into the blog posts.
\n\nThis WordPress plugin will display the blog links related to your posts and pages.
\n\nThis plugin allows you to embed YouTube videos on your blog.
\n\nDisplay FLV and YouTube Video in you blog in a Custom Player.
\n\nThis plugin adds the JW Image Rotator to the WordPress Media.
\n\nEasy AdSenser provides a very easy way to insert Google AdSense code into your existing blog posts.
\n\nAdd an image that displays the number of comments to your feed items.
\nThe FormBuilder plugin is a WordPress plugin that allows the blog or website owner to easily and quickly create forms for display on their sites.
\n\nThe SendFeed Plugin for WordPress allows you to send your latest post from your RSS feed to an external Mailing List Manager in both text and HTML formats.
\n\nThis plugin will allow you to turn your WordPress website or blog into a money making machine while at the same time offering valuable additional related materials to your visitors. It will automatically search for and display products from Amazon.com which are specifically related to the topics you write about.
\n\nAuthors can write a new Quiz question and answer for each post, fall back on a default question, or have no question at all. Commenters must correctly answer the question before their comment is submitted.
\n\nProtects Categories, Pages and Posts for specific users & anonymous visitor.
\n\nSide Content enables you to create widgets which have different content on different pages.
\n\nEasy LaTeX provides a very easy way to display math and equations in your posts.
\n\nWp-Donators offer a smart donation function to auto-leave the sponsor information in a container after payment. Sponsor can donate and submit name/URL or TextLink ad, the information of the latest donors are displayed in the cloud. The more a person donations, the bigger their link will be.
\n\nCreate more useful 404 error pages, including email notifications for bad links.
";s:7:"pubdate";s:31:"Sun, 30 Nov 2008 18:35:41 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:3918:"Add to Feed is a feed enhancement plugin that allows you to easily add a copyright notice and custom text/HTML to your WordPress blog feed. The custom text can be entered before and/or after the content of your blog post.
\n\nAmazon shop plugin that allows a blogger to add products with Amazon associate ID embedded in it and earn revenue by showing Amazon products right into the blog posts.
\n\nThis WordPress plugin will display the blog links related to your posts and pages.
\n\nThis plugin allows you to embed YouTube videos on your blog.
\n\nDisplay FLV and YouTube Video in you blog in a Custom Player.
\n\nThis plugin adds the JW Image Rotator to the WordPress Media.
\n\nEasy AdSenser provides a very easy way to insert Google AdSense code into your existing blog posts.
\n\nAdd an image that displays the number of comments to your feed items.
\nThe FormBuilder plugin is a WordPress plugin that allows the blog or website owner to easily and quickly create forms for display on their sites.
\n\nThe SendFeed Plugin for WordPress allows you to send your latest post from your RSS feed to an external Mailing List Manager in both text and HTML formats.
\n\nThis plugin will allow you to turn your WordPress website or blog into a money making machine while at the same time offering valuable additional related materials to your visitors. It will automatically search for and display products from Amazon.com which are specifically related to the topics you write about.
\n\nAuthors can write a new Quiz question and answer for each post, fall back on a default question, or have no question at all. Commenters must correctly answer the question before their comment is submitted.
\n\nProtects Categories, Pages and Posts for specific users & anonymous visitor.
\n\nSide Content enables you to create widgets which have different content on different pages.
\n\nEasy LaTeX provides a very easy way to display math and equations in your posts.
\n\nWp-Donators offer a smart donation function to auto-leave the sponsor information in a container after payment. Sponsor can donate and submit name/URL or TextLink ad, the information of the latest donors are displayed in the cloud. The more a person donations, the bigger their link will be.
\n\nCreate more useful 404 error pages, including email notifications for bad links.
";}i:9;a:7:{s:5:"title";s:32:"Akismet: Akismet for Textpattern";s:4:"guid";s:35:"http://akismet.wordpress.com/?p=116";s:4:"link";s:59:"http://blog.akismet.com/2008/11/30/akismet-for-textpattern/";s:11:"description";s:1445:"Michael Manfre has created a plugin for Textpattern . You can download the plugin from his website and have protection from the spam. Thanks Michael!
\n
Michael Manfre has created a plugin for Textpattern . You can download the plugin from his website and have protection from the spam. Thanks Michael!
\n
Episode 31 of WordPress Weekly featured a special 1 hour 26 minute interview with none other than Lisa Sabin Wilson, the author of WordPress For Dummies. Keith and I grilled Lisa on the topics of:
Keith and I really enjoyed our time with Lisa and wish her the best for the second edition of WordPress For Dummies.
\nAnnouncements: The two lucky recipients who will each receive a signed copy of WordPess For Dummies 2nd Edition are Chris Thompson and Lenire.
\nNext Episode: Friday December 5th, 2008 8P.M. EST
\nSubscribe To WPWeekly Via Itunes: Click here to subscribe
\nLength Of Episode: 1 Hour 26 Minutes
\nDownload The Show: WordPressWeeklyEpisode31.mp3
\nListen To Episode #31:
\n
Episode 31 of WordPress Weekly featured a special 1 hour 26 minute interview with none other than Lisa Sabin Wilson, the author of WordPress For Dummies. Keith and I grilled Lisa on the topics of:
Keith and I really enjoyed our time with Lisa and wish her the best for the second edition of WordPress For Dummies.
\nAnnouncements: The two lucky recipients who will each receive a signed copy of WordPess For Dummies 2nd Edition are Chris Thompson and Lenire.
\nNext Episode: Friday December 5th, 2008 8P.M. EST
\nSubscribe To WPWeekly Via Itunes: Click here to subscribe
\nLength Of Episode: 1 Hour 26 Minutes
\nDownload The Show: WordPressWeeklyEpisode31.mp3
\nListen To Episode #31:
\n

Journalized is a one, two or three column theme available in six different themes, with threaded and paged comments with an administration interface.
\n\n\nIt’s a 5 Column (main content, 2 sidebars and 2 top sections), widget-ready fixed width theme in soothing Creme and Brown colors featuring an author box, author info page, gravatars and with Custom Archives, Sitemap and full width No Sidebars page templates.
\n\n\nFixed width, three columns, widget ready theme
\n\n\nWidget ready, three columns, fixed width theme with adsense / advert ready areas which are easily edited for ease of use and monetization. Available in 10 colors.
";s:7:"pubdate";s:31:"Fri, 28 Nov 2008 18:23:20 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:2082:"\n
Journalized is a one, two or three column theme available in six different themes, with threaded and paged comments with an administration interface.
\n\n\nIt’s a 5 Column (main content, 2 sidebars and 2 top sections), widget-ready fixed width theme in soothing Creme and Brown colors featuring an author box, author info page, gravatars and with Custom Archives, Sitemap and full width No Sidebars page templates.
\n\n\nFixed width, three columns, widget ready theme
\n\n\nWidget ready, three columns, fixed width theme with adsense / advert ready areas which are easily edited for ease of use and monetization. Available in 10 colors.
";}i:12;a:7:{s:5:"title";s:51:"Lorelle on WP: WordPress 2.7 Release News and Links";s:4:"guid";s:36:"http://lorelle.wordpress.com/?p=3305";s:4:"link";s:76:"http://lorelle.wordpress.com/2008/11/27/wordpress-27-release-news-and-links/";s:11:"description";s:16031:"
Below is an updated list of articles I’ve found about WordPress 2.7 features and issues to prepare you for the exciting upcoming version of WordPress due out any moment. But first, this announcement.
WordPress 2.6.5 Released: A security release of WordPress has come out and you are highly recommended to upgrade now, rather than wait for the release of WordPress 2.7. The release version is 2.6.5, not to be confused with the malicious version, WordPress 2.6.4. WordPress 2.6.5 tackles an XSS exploit that impacts only IP-based virtual servers running Apache 2.x and three other fixes. You can upgrade the whole thing, or just the five files which have been changed.
\nPlease don’t wait. Upgrade the five files immediately to protect yourself. Too many blogs, including several of mine, have been hacked recently due to failure to upgrade in a timely and immediately manner. Hackers are looking for out-dated WordPress blogs and targetting them, no matter who you are. It’s better to be safe than sorry later. Upgrade now.
\nRumors are still flying, but it appears that WordPress 2.7, the long awaited new version of WordPress with a new interface, will be released within the next few days, possibly a week. Since Matt Mullenweg likes to make big announcements at WordPress events, it is likely it will be announced and released this weekend at WordCamp Australia in Sydney.
\nThe WordPress 2.7 Beta 3 version is the latest test version available. It features a redesigned interface for the Administration Panels, tighter integration with the help files and documentation on the WordPress Codex, the online manual for WordPress Users, a new login screen, colors, threaded comments, reply from the Comments Panel, sticky posts, inline comment replies, improved Dashboard and quick blogging and comment ability and management, faster caching, auto upgrade of the program and Themes, parent/child WordPress Themes, and a lot more tremendous features.
\nI expect that WordPress 2.7 will make your blogging life faster and easier than ever before.
\nThere are some changes to WordPress Themes, though it should be backwards compatible. However, WordPress Plugins that depend upon specific Administration Panel hooks and design elements must be upgraded to work with the new Administration Panel interface. Be sure and check with your favorite WordPress Theme and Plugin authors to ensure you have the latest version before upgrading.
\nHere are some articles with the news, screencasts, video, and features you have to look forward to in WordPress 2.7.
\nfunctions.phpHave you written up a new WordPress 2.7 feature in depth? I’d love to add it to my list.
\nQuestion: Will Automatic Upgrade Work With Your Web Host? WordPress 2.7 features the new Core Update automatic upgrading for WordPress, but can your server handle it? A article on the WordPress Codex called “Core Update Host Compatibility” explores whether or not the new feature will work with a specific web hosting company.
\nNOTE: The upgrade feature may not work when updating to WordPress 2.7. It is designed to work after upgrading. To upgrade, you will have to it the traditional method first, then be able to use the Automatic Upgrading feature for future releases.
\n
\n
Site Search Tags: wordpress 2.7, wordpress news, wordpress updates, wordpress versions, wordpress upgrades, wordpress themes, wordpress plugins
\n
Subscribe
Via Feedburner
Subscribe by Email
Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won''t Tell You About Blogging.

Below is an updated list of articles I’ve found about WordPress 2.7 features and issues to prepare you for the exciting upcoming version of WordPress due out any moment. But first, this announcement.
WordPress 2.6.5 Released: A security release of WordPress has come out and you are highly recommended to upgrade now, rather than wait for the release of WordPress 2.7. The release version is 2.6.5, not to be confused with the malicious version, WordPress 2.6.4. WordPress 2.6.5 tackles an XSS exploit that impacts only IP-based virtual servers running Apache 2.x and three other fixes. You can upgrade the whole thing, or just the five files which have been changed.
\nPlease don’t wait. Upgrade the five files immediately to protect yourself. Too many blogs, including several of mine, have been hacked recently due to failure to upgrade in a timely and immediately manner. Hackers are looking for out-dated WordPress blogs and targetting them, no matter who you are. It’s better to be safe than sorry later. Upgrade now.
\nRumors are still flying, but it appears that WordPress 2.7, the long awaited new version of WordPress with a new interface, will be released within the next few days, possibly a week. Since Matt Mullenweg likes to make big announcements at WordPress events, it is likely it will be announced and released this weekend at WordCamp Australia in Sydney.
\nThe WordPress 2.7 Beta 3 version is the latest test version available. It features a redesigned interface for the Administration Panels, tighter integration with the help files and documentation on the WordPress Codex, the online manual for WordPress Users, a new login screen, colors, threaded comments, reply from the Comments Panel, sticky posts, inline comment replies, improved Dashboard and quick blogging and comment ability and management, faster caching, auto upgrade of the program and Themes, parent/child WordPress Themes, and a lot more tremendous features.
\nI expect that WordPress 2.7 will make your blogging life faster and easier than ever before.
\nThere are some changes to WordPress Themes, though it should be backwards compatible. However, WordPress Plugins that depend upon specific Administration Panel hooks and design elements must be upgraded to work with the new Administration Panel interface. Be sure and check with your favorite WordPress Theme and Plugin authors to ensure you have the latest version before upgrading.
\nHere are some articles with the news, screencasts, video, and features you have to look forward to in WordPress 2.7.
\nfunctions.phpHave you written up a new WordPress 2.7 feature in depth? I’d love to add it to my list.
\nQuestion: Will Automatic Upgrade Work With Your Web Host? WordPress 2.7 features the new Core Update automatic upgrading for WordPress, but can your server handle it? A article on the WordPress Codex called “Core Update Host Compatibility” explores whether or not the new feature will work with a specific web hosting company.
\nNOTE: The upgrade feature may not work when updating to WordPress 2.7. It is designed to work after upgrading. To upgrade, you will have to it the traditional method first, then be able to use the Automatic Upgrading feature for future releases.
\n
\n
Site Search Tags: wordpress 2.7, wordpress news, wordpress updates, wordpress versions, wordpress upgrades, wordpress themes, wordpress plugins
\n
Subscribe
Via Feedburner
Subscribe by Email
Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won''t Tell You About Blogging.


\nHere in the states, it is Thanksgiving. The time of year when most stop to think about what it is they are thankful for. In keeping with that tradition, I wanted to give my thanks to the WordPress development team but the thanks doesn’t end there. I also pass on my thanks to each and every one of you who have contributed code to the WordPress project. I’m no coder and I appreciate those who are to help guide me around the more interesting parts of WordPress. A very special thanks goes out to plugin and theme developers. You folks really enable end users to take WordPress up to the next level. I would also like to give thanks and recognize those who cover WordPress within the community. These are sites which keep users informed, provide great information, and increase the end users knowledge of what this piece of software is capable of doing. Each time I go to work on the weekend, I remind myself how thankful I am to those who produce podcasts centered around WordPress. Without these podcasts, my 9PM - 5AM shift would be extremely boring.
Despite everything that is going on within the world of content publishing, the fact remains that WordPress is still the easiest way to publish content onto the web. For that alone, I think is worthy of being thankful.
\nIf you feel thankful for WordPress or any aspect of the project, join in the tradition of giving thanks by means of commenting. Tell us what it is your thankful for as it relates to WordPress.
";s:7:"pubdate";s:31:"Thu, 27 Nov 2008 15:41:52 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"Jeff Chandler";}s:7:"summary";s:1862:"
\nHere in the states, it is Thanksgiving. The time of year when most stop to think about what it is they are thankful for. In keeping with that tradition, I wanted to give my thanks to the WordPress development team but the thanks doesn’t end there. I also pass on my thanks to each and every one of you who have contributed code to the WordPress project. I’m no coder and I appreciate those who are to help guide me around the more interesting parts of WordPress. A very special thanks goes out to plugin and theme developers. You folks really enable end users to take WordPress up to the next level. I would also like to give thanks and recognize those who cover WordPress within the community. These are sites which keep users informed, provide great information, and increase the end users knowledge of what this piece of software is capable of doing. Each time I go to work on the weekend, I remind myself how thankful I am to those who produce podcasts centered around WordPress. Without these podcasts, my 9PM - 5AM shift would be extremely boring.
Despite everything that is going on within the world of content publishing, the fact remains that WordPress is still the easiest way to publish content onto the web. For that alone, I think is worthy of being thankful.
\nIf you feel thankful for WordPress or any aspect of the project, join in the tradition of giving thanks by means of commenting. Tell us what it is your thankful for as it relates to WordPress.
";}i:14;a:7:{s:5:"title";s:60:"Weblog Tools Collection: WordPress Plugin Releases for 11/27";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4652";s:4:"link";s:90:"http://weblogtoolscollection.com/archives/2008/11/27/wordpress-plugin-releases-for-1127-2/";s:11:"description";s:5016:"Niceforms is a script that will replace the most commonly used form elements with custom designed ones.
\n\nK2 Hook Up exposes the seven hooks in K2 theme to the admin as friendly input boxes, where you place any HTML, CSS, JavaScript or PHP code (including template tags, other WordPress functions, or even code from other plugins) that you like.
\n\nProvides a drop-down to select different templates for posts from the post edit screen. The templates replace single.php for the specified post.
\n\nAnimated Gallery slideshow uses Mootools 1.2 javascript replaces WordPress gallery with a slideshow.
\n\nA number of the javascript libraries distributed with WordPress are also hosted on Google’s AJAX Libraries API. This plugin allows your WordPress site to use the content distribution network side of Google’s AJAX Library API, rather than serving these files from your WordPress install directly.
\n\nThis plugin will automate adding Chitika|Premium to your blog posts. Chitika|Premium is an AdSense Alternative/Compatible search targeted ad solution.
\n\nThis plugin enables you to automatically advertise products from Amazon.com which are specifically related to the topic you are writing about.
\n\nDisplay Addynamo ads before, after or in the middle of a post without modify the theme. This plugin inserts and embeds the code into your website.
\nSimple Social Bookmarking Plugin
\nWill add bookmark icon for each post and page to share with popular social bookmarking sites.
\nDisplays a collage or quilt of screen shots of the websites that you link or specify in your WordPress blogroll. After installing and activating the plugin, insert the tag “[webcollage]” (without quotes) in any post or page where you’d like to display the collage. Webcollage uses websnapr.com’s screen shot generation service.
\nFTP Plugin for WP Database Backup Plugin
\nThis plugin adds a fourth way to save the database backup files from the WP DB Backup Plugin of Austin Matzko, Scott Merril and other authors. With the standard WP Database Backup plugin you can save the database tables of your weblog a file. This backup file can stored on the server of your weblog, send to an email account or saved (manually) to your local harddisk.
\n\nJust simply click one of the new buttons that this plugin adds to the write screen (rich editor included) and then paste the URL that the video is located at into the prompt box — easy as that. You can fully configure how the videos are displayed (width, height, colors, alignment on the page) and much more. Your site will even stay (X)HTML valid unlike with the code provided by most video sites.
\n\nSimple antispam plugin without questions on Javascript-solution. Without JS-Solutions give it an textbox.
\n\nAdds breadcrumb navigation showing the visitor’s path to their current location.
\n\nAkismet checks your comments against the Akismet web service to see if they look like spam or not.
\n\nStumble! for WordPress extends WordPress to support a “random article” feature, similar to StumbleUpon’s StumbleThru and Wikipedia’s (Mediawiki’s) random article feature.
\n\nThis plug-in makes it possible to exclude certain parts of your posts in your feeds.
";s:7:"pubdate";s:31:"Thu, 27 Nov 2008 13:23:20 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:5016:"Niceforms is a script that will replace the most commonly used form elements with custom designed ones.
\n\nK2 Hook Up exposes the seven hooks in K2 theme to the admin as friendly input boxes, where you place any HTML, CSS, JavaScript or PHP code (including template tags, other WordPress functions, or even code from other plugins) that you like.
\n\nProvides a drop-down to select different templates for posts from the post edit screen. The templates replace single.php for the specified post.
\n\nAnimated Gallery slideshow uses Mootools 1.2 javascript replaces WordPress gallery with a slideshow.
\n\nA number of the javascript libraries distributed with WordPress are also hosted on Google’s AJAX Libraries API. This plugin allows your WordPress site to use the content distribution network side of Google’s AJAX Library API, rather than serving these files from your WordPress install directly.
\n\nThis plugin will automate adding Chitika|Premium to your blog posts. Chitika|Premium is an AdSense Alternative/Compatible search targeted ad solution.
\n\nThis plugin enables you to automatically advertise products from Amazon.com which are specifically related to the topic you are writing about.
\n\nDisplay Addynamo ads before, after or in the middle of a post without modify the theme. This plugin inserts and embeds the code into your website.
\nSimple Social Bookmarking Plugin
\nWill add bookmark icon for each post and page to share with popular social bookmarking sites.
\nDisplays a collage or quilt of screen shots of the websites that you link or specify in your WordPress blogroll. After installing and activating the plugin, insert the tag “[webcollage]” (without quotes) in any post or page where you’d like to display the collage. Webcollage uses websnapr.com’s screen shot generation service.
\nFTP Plugin for WP Database Backup Plugin
\nThis plugin adds a fourth way to save the database backup files from the WP DB Backup Plugin of Austin Matzko, Scott Merril and other authors. With the standard WP Database Backup plugin you can save the database tables of your weblog a file. This backup file can stored on the server of your weblog, send to an email account or saved (manually) to your local harddisk.
\n\nJust simply click one of the new buttons that this plugin adds to the write screen (rich editor included) and then paste the URL that the video is located at into the prompt box — easy as that. You can fully configure how the videos are displayed (width, height, colors, alignment on the page) and much more. Your site will even stay (X)HTML valid unlike with the code provided by most video sites.
\n\nSimple antispam plugin without questions on Javascript-solution. Without JS-Solutions give it an textbox.
\n\nAdds breadcrumb navigation showing the visitor’s path to their current location.
\n\nAkismet checks your comments against the Akismet web service to see if they look like spam or not.
\n\nStumble! for WordPress extends WordPress to support a “random article” feature, similar to StumbleUpon’s StumbleThru and Wikipedia’s (Mediawiki’s) random article feature.
\n\nThis plug-in makes it possible to exclude certain parts of your posts in your feeds.
";}i:15;a:7:{s:5:"title";s:44:"Gravatar: Ip.Board 3.0 Adds Gravatar Support";s:4:"guid";s:35:"http://gravatar.wordpress.com/?p=90";s:4:"link";s:69:"http://blog.gravatar.com/2008/11/27/ipboard-30-adds-gravatar-support/";s:11:"description";s:1804:"Invision Power recently announced that they’re adding native Gravatar support with the 3.0 release of their forum software, IP.Board. You can read the announcement here. That’s awesome news, and I think it’ll be a real win for all the forum posters out there. For those of you IP.Board admins out there who don’t want to wait for 3.0 Vadim recently submitted an add-on for the current version available here.
\nInvision Power recently announced that they’re adding native Gravatar support with the 3.0 release of their forum software, IP.Board. You can read the announcement here. That’s awesome news, and I think it’ll be a real win for all the forum posters out there. For those of you IP.Board admins out there who don’t want to wait for 3.0 Vadim recently submitted an add-on for the current version available here.
\nEveryone is honored and excited today that Change.gov, the website of President Elect Barack Obama, has turned on IntenseDebate comments to discuss things like health care.
\nMicah Sifry has an excellent write up of the topic.
\n\nImagine what happens if those numbers–on not just any “centralized site” but the one that symbolically and perhaps literally has the attention of the President-elect–start climbing into the five- and six-digits. Before our eyes, we are witnessing the beginning of a rebooting of the American political system. [emphasis added]
\n[...]
\nBy using IntenseDebate (and the OpenID framework), the Obama transition is actually enabling a lot of interesting community development to start happening beneath the surface of a threaded discussion. Users get their own “commenter profile” on IntenseDebate, along with reputation points, and they can carry those profiles onto other sites that use the same system. Users can also choose to follow other IntenseDebate users, so if someone is really diligent they could start to gather a group or a crowd around them.
It has even started to make the cable news, as evidenced in this clip.
\n\nPretty exciting! And it’s also a reaffirmation of Automattic’s platform-agnostic approach to Akismet, Gravatar, PollDaddy, and IntenseDebate that although Change.gov uses Expression Engine for their CMS they’ve chosen IntenseDebate for their comments.
";s:7:"pubdate";s:31:"Wed, 26 Nov 2008 18:35:20 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:2035:"Everyone is honored and excited today that Change.gov, the website of President Elect Barack Obama, has turned on IntenseDebate comments to discuss things like health care.
\nMicah Sifry has an excellent write up of the topic.
\n\nImagine what happens if those numbers–on not just any “centralized site” but the one that symbolically and perhaps literally has the attention of the President-elect–start climbing into the five- and six-digits. Before our eyes, we are witnessing the beginning of a rebooting of the American political system. [emphasis added]
\n[...]
\nBy using IntenseDebate (and the OpenID framework), the Obama transition is actually enabling a lot of interesting community development to start happening beneath the surface of a threaded discussion. Users get their own “commenter profile” on IntenseDebate, along with reputation points, and they can carry those profiles onto other sites that use the same system. Users can also choose to follow other IntenseDebate users, so if someone is really diligent they could start to gather a group or a crowd around them.
It has even started to make the cable news, as evidenced in this clip.
\n\nPretty exciting! And it’s also a reaffirmation of Automattic’s platform-agnostic approach to Akismet, Gravatar, PollDaddy, and IntenseDebate that although Change.gov uses Expression Engine for their CMS they’ve chosen IntenseDebate for their comments.
";}i:17;a:7:{s:5:"title";s:33:"Donncha: WordPress 2.6 Easter Egg";s:4:"guid";s:29:"http://ocaoimh.ie/?p=89494254";s:4:"link";s:53:"http://ocaoimh.ie/2008/11/26/wordpress-26-easter-egg/";s:11:"description";s:1241:"This is new to me, even though others have known about it for months. There’s a Matrix Easter Egg in WordPress 2.6 and in the betas of WordPress 2.7. To activate it:\n
\n\nDanger !
\nSelf-comparison detected.
\nInitiating infinite loop eschewal protocol.
\nSelf destruct in… 3
\n2
\n1
\nWake up, Donncha…
\nThe Matrix has you…
\nDon’t let this happen again. Go Back.
Related Posts
";s:7:"pubdate";s:31:"Wed, 26 Nov 2008 10:10:02 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"Donncha";}s:7:"summary";s:1241:"This is new to me, even though others have known about it for months. There’s a Matrix Easter Egg in WordPress 2.6 and in the betas of WordPress 2.7. To activate it:\n
\n\nDanger !
\nSelf-comparison detected.
\nInitiating infinite loop eschewal protocol.
\nSelf destruct in… 3
\n2
\n1
\nWake up, Donncha…
\nThe Matrix has you…
\nDon’t let this happen again. Go Back.
Related Posts
";}i:18;a:7:{s:5:"title";s:50:"Mike Little: Journalized Theme 2.7 Final Released.";s:4:"guid";s:35:"http://zed1.com/journalized/?p=1286";s:4:"link";s:84:"http://zed1.com/journalized/archives/2008/11/26/journalized-theme-27-final-released/";s:11:"description";s:950:"After feedback from users and some minor tweaks, my Journalized Theme version 2.7 is finally released! The theme is no longer in beta and is ready for the big time.
\nA reminder of some of the new features:
\nGo get it now!. As usual, leave feedback on the theme page please.
";s:7:"pubdate";s:31:"Wed, 26 Nov 2008 00:49:30 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"mike";}s:7:"summary";s:950:"After feedback from users and some minor tweaks, my Journalized Theme version 2.7 is finally released! The theme is no longer in beta and is ready for the big time.
\nA reminder of some of the new features:
\nGo get it now!. As usual, leave feedback on the theme page please.
";}i:19;a:7:{s:5:"title";s:32:"Matt: Entertainment Gathering 08";s:4:"guid";s:20:"http://ma.tt/?p=8858";s:4:"link";s:48:"http://ma.tt/2008/11/entertainment-gathering-08/";s:11:"description";s:1011:"Tim said it better than I could, but I’m also very much looking forward to attending Entertainment Gathering this year. I was there covering the event last year and it was a huge creative recharge and very inspiring.
\nMy favorite story from last year was at lunch I noticed this amazing looking device that was totally readable in broad LA daylight sitting on a table. I was gawking at it and a voice behind me said “Pick it up! You can play with it.” It was Jeff Bezos with his trademark laugh and the device was a Kindle. He gave a personal demo and I was sold, I pre-ordered one as soon as I got online and have loved it ever since. (Except it’s broken now, but that’s another story.) Registration is currently open here.
";s:7:"pubdate";s:31:"Tue, 25 Nov 2008 21:26:26 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:1011:"Tim said it better than I could, but I’m also very much looking forward to attending Entertainment Gathering this year. I was there covering the event last year and it was a huge creative recharge and very inspiring.
\nMy favorite story from last year was at lunch I noticed this amazing looking device that was totally readable in broad LA daylight sitting on a table. I was gawking at it and a voice behind me said “Pick it up! You can play with it.” It was Jeff Bezos with his trademark laugh and the device was a Kindle. He gave a personal demo and I was sold, I pre-ordered one as soon as I got online and have loved it ever since. (Except it’s broken now, but that’s another story.) Registration is currently open here.
";}i:20;a:7:{s:5:"title";s:27:"Donncha: WordPress MU 2.6.5";s:4:"guid";s:29:"http://ocaoimh.ie/?p=89494246";s:4:"link";s:46:"http://ocaoimh.ie/2008/11/25/wordpress-mu-265/";s:11:"description";s:2975:"\nWordPress MU, the multi blog version of WordPress that runs on such sites as WordPress.com has been updated to version 2.6.5 to address an XSS vulnerability in the feeds offered to users.
\nMore details will be forthcoming but for the time being, there’s also the WordPress.org announcement post.
\nThis release also has a number of bug fixes, including a fix and improvements to rss caching. This is a required upgrade, so please install it as soon as you can.
After you’ve upgraded, check out the nominations for the 2008 WPMU Awards and vote for your favourite!
\nIn related news, a new version of WP Super Cache is also available. This version hopefully fixes:\n
It also adds a number of filters:\n
Related Posts
";s:7:"pubdate";s:31:"Tue, 25 Nov 2008 20:27:11 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"Donncha";}s:7:"summary";s:2975:"\nWordPress MU, the multi blog version of WordPress that runs on such sites as WordPress.com has been updated to version 2.6.5 to address an XSS vulnerability in the feeds offered to users.
\nMore details will be forthcoming but for the time being, there’s also the WordPress.org announcement post.
\nThis release also has a number of bug fixes, including a fix and improvements to rss caching. This is a required upgrade, so please install it as soon as you can.
After you’ve upgraded, check out the nominations for the 2008 WPMU Awards and vote for your favourite!
\nIn related news, a new version of WP Super Cache is also available. This version hopefully fixes:\n
It also adds a number of filters:\n
Related Posts
";}i:21;a:7:{s:5:"title";s:41:"Peter Westwood: WordPress 2.6.5 in detail";s:4:"guid";s:32:"http://westi.wordpress.com/?p=61";s:4:"link";s:62:"http://westi.wordpress.com/2008/11/25/wordpress-265-in-detail/";s:11:"description";s:2723:"WordPress 2.6.5 has been released and includes a number of changes including one security fix, here is a list of the changes in detail:
\nblogger.editPost and blogger.deletePost (#8267).update_post_meta() and delete_post_meta() to ensure they work correctly with post revisions and don’t create the meta on the revision instead of the post (#7925).For a complete list of all the changes you can read this section of the branches/2.6 log on the WordPress bug tracker.
\nNote that we have skipping version 2.6.4 and jumped from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds.
\nThere is not and never will be a version 2.6.4.
\n Tagged: wordpress-2.6.5, xmlrpc, xss
WordPress 2.6.5 has been released and includes a number of changes including one security fix, here is a list of the changes in detail:
\nblogger.editPost and blogger.deletePost (#8267).update_post_meta() and delete_post_meta() to ensure they work correctly with post revisions and don’t create the meta on the revision instead of the post (#7925).For a complete list of all the changes you can read this section of the branches/2.6 log on the WordPress bug tracker.
\nNote that we have skipping version 2.6.4 and jumped from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds.
\nThere is not and never will be a version 2.6.4.
\n Tagged: wordpress-2.6.5, xmlrpc, xss
WordPress 2.6.5 is immediately available and fixes one security problem and three bugs. We recommend everyone upgrade to this release.
\nThe security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from the 2.6.5 release package.
2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the full changeset between 2.6.3 and 2.6.5.
\nNote that we are skipping version 2.6.4 and jumping from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds. There is not and never will be a version 2.6.4.
\n";s:7:"pubdate";s:31:"Tue, 25 Nov 2008 17:33:56 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Ryan Boren";}s:7:"summary";s:1250:"WordPress 2.6.5 is immediately available and fixes one security problem and three bugs. We recommend everyone upgrade to this release.
\nThe security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from the 2.6.5 release package.
2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the full changeset between 2.6.3 and 2.6.5.
\nNote that we are skipping version 2.6.4 and jumping from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds. There is not and never will be a version 2.6.4.
\n";}i:23;a:7:{s:5:"title";s:59:"Weblog Tools Collection: WordPress Theme Releases for 11/25";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4648";s:4:"link";s:87:"http://weblogtoolscollection.com/archives/2008/11/25/wordpress-theme-releases-for-1125/";s:11:"description";s:2942:"\n\nSirup is a magazine and blog layout for WordPress 2.5 and above. It has a fixed width, is valid XHTML 1.0 Transitional, supports Gravatars and Sidebar Widgets. You can customize the appearance of your site with an options page.
\n\n\nA light two column design with sleek and clean lines and cool colors.
\n\n\nTwo column, gravatar and widget ready theme with seven different styles.
\n\n\nClean and simple magazine styled widget ready theme.
\n\n\nThree column, widget ready, with right and left sidebar SEO theme optimized for Google Adsense.
\n\n\nA light three column design with an elegant topper with floral prints and cute little butterfly subjects.
\n\n\nA rainy two column design full of the cool wet air of a fresh thunderstorm.
";s:7:"pubdate";s:31:"Tue, 25 Nov 2008 16:58:27 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:2942:"\n\nSirup is a magazine and blog layout for WordPress 2.5 and above. It has a fixed width, is valid XHTML 1.0 Transitional, supports Gravatars and Sidebar Widgets. You can customize the appearance of your site with an options page.
\n\n\nA light two column design with sleek and clean lines and cool colors.
\n\n\nTwo column, gravatar and widget ready theme with seven different styles.
\n\n\nClean and simple magazine styled widget ready theme.
\n\n\nThree column, widget ready, with right and left sidebar SEO theme optimized for Google Adsense.
\n\n\nA light three column design with an elegant topper with floral prints and cute little butterfly subjects.
\n\n\nA rainy two column design full of the cool wet air of a fresh thunderstorm.
";}i:24;a:7:{s:5:"title";s:52:"Weblog Tools Collection: WordPress News for 11/25/08";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4631";s:4:"link";s:79:"http://weblogtoolscollection.com/archives/2008/11/25/wordpress-news-for-112508/";s:11:"description";s:1781:"First on the list is a large collection of WordPress video tutorials, tips and tricks ranging from the very basic to the very advanced from SpeckyBoy. This list also includes our very own Weblog Tools Videos which lists various WordPress and blogging videos, tips, tutorials and reviews.
\nNoupe has listed 11 new “Most Wanted” hacks for WordPress in a nice illustrated list. The new hacks include protecting your pictures from hotlinking and Custom Google Search for WordPress.
\nWPMU has received 37 nominations for their WordPress MU awards for 2008 and are looking for people to help choose the winners. View the nominations and vote for them.
\nMichael Kubler has written up a tutorial to make WordPress captioned images work as expected on your WordPress theme. Captioned images were introduced in WordPress 2.6 (I believe). This blog had the same problem till we managed to wrangle the extra CSS code for it to work.
\nDownload Squad is linking to a Firefox add-on that allows a blogger to post screenshots/screengrabs directly to a WordPress blog. This can be very useful if you do a lot of reviews and such where you post screengrabs. Be wary of bugs.
";s:7:"pubdate";s:31:"Tue, 25 Nov 2008 14:38:01 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Mark Ghosh";}s:7:"summary";s:1781:"First on the list is a large collection of WordPress video tutorials, tips and tricks ranging from the very basic to the very advanced from SpeckyBoy. This list also includes our very own Weblog Tools Videos which lists various WordPress and blogging videos, tips, tutorials and reviews.
\nNoupe has listed 11 new “Most Wanted” hacks for WordPress in a nice illustrated list. The new hacks include protecting your pictures from hotlinking and Custom Google Search for WordPress.
\nWPMU has received 37 nominations for their WordPress MU awards for 2008 and are looking for people to help choose the winners. View the nominations and vote for them.
\nMichael Kubler has written up a tutorial to make WordPress captioned images work as expected on your WordPress theme. Captioned images were introduced in WordPress 2.6 (I believe). This blog had the same problem till we managed to wrangle the extra CSS code for it to work.
\nDownload Squad is linking to a Firefox add-on that allows a blogger to post screenshots/screengrabs directly to a WordPress blog. This can be very useful if you do a lot of reviews and such where you post screengrabs. Be wary of bugs.
";}i:25;a:7:{s:5:"title";s:22:"Matt: Cooking Tsatziki";s:4:"guid";s:38:"http://ma.tt/2008/11/cooking-tsatziki/";s:4:"link";s:38:"http://ma.tt/2008/11/cooking-tsatziki/";s:11:"description";s:328:"\nIf you ever wanted to see me talking about cooking, specifically tsatziki, or in an apron. (Which is probably the most complex thing I could make.) Luckily I had some professional help. Thanks to KTEH for the opportunity.
";s:7:"pubdate";s:31:"Tue, 25 Nov 2008 01:19:29 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:328:"\nIf you ever wanted to see me talking about cooking, specifically tsatziki, or in an apron. (Which is probably the most complex thing I could make.) Luckily I had some professional help. Thanks to KTEH for the opportunity.
";}i:26;a:7:{s:5:"title";s:60:"Weblog Tools Collection: WordPress Plugin Releases for 11/24";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4632";s:4:"link";s:88:"http://weblogtoolscollection.com/archives/2008/11/24/wordpress-plugin-releases-for-1124/";s:11:"description";s:4498:"Strip! is a WordPress plugin that allows you hide links from a given comment. Unlike other plugins that do the same purpose, you can restore the links anytime you want.
\n\nA cross-poster supporting multiple LiveJournal Server journals.
\n\nThis widget makes it possible that any visitor of your blog can test his bandwidth speed. The widget ist hosted on Amazon S3 storage and checks the speed from the nearest server worldwide. (Page in German)
\n\nQuizzin lets you add quizzes to your blog. This plugin is designed to be as easy to use as possible. Quizzes, questions and answers can be added from the admin side. This will appear in your post if you add a small HTML snippet in your post.
\n\nMy tag cloud provides you with a widget that actually gives you the ability to list the tags of your posts in a diiferent way than a tag cloud.
\n\nConvert your ancient Exhibit 1.1b galleries to modern WordPress attachments / galleries
\nNo Follow Tags In Posts [REMOVED DUE TO SPONSORED LINKS]
\nNo Follow Tags In Posts Links searches for links to large websites that use the ‘nofollow’ tags for external links, and puts the same tag on your links to those sites.
\n\nThis is a simple plugin that just lets you use a shortcode in your WordPress Pages or Posts to quickly and easily insert a Gravatar.
\n\nDelete revision post from Database.
\n\nOnce activated this plugin will use the ‘body_class’ filter to add Internet Explorer browser classes to the body tag of the sites front end, (public), pages. The reason this is needed is because Internet Explorer has a long history of incorrectly rendering css styles.
\nHide Admin Icons hides the admin icons when the menu bar is expanded. The icons remain visible when the menu is in its collapsed state.
\n\nCounts the number of comments by user IDs or author names (display name).
\n\nStar Rating plugin allows you to set up rating system for pages and/or posts in your blog. Also includes the widget for displaying votes and rating statistics for all posts and pages with votes.
\n\nZdMultilang is a Multilingual plugin for WordPress allowing you to blog in more than one language. You can define multiple languages and translate posts/tags/categories using the interface that will be added to your blog’s administration panel.
\n\nBy organizing your galleries as multiple child pages of one parent page, you can use this plugin to see a preview thumbnail and description of each gallery.
\n\nCache the output of your blog widgets. Usually it will significantly reduce the SQL queries to your database and speed up your site.
\n\nSecure your WordPress Installation with small functions.
\n\nThis plugin can be used to manage any number of projects with recurrent datasets (e.g. portrait system, dvd collection)
";s:7:"pubdate";s:31:"Mon, 24 Nov 2008 20:08:08 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:4498:"Strip! is a WordPress plugin that allows you hide links from a given comment. Unlike other plugins that do the same purpose, you can restore the links anytime you want.
\n\nA cross-poster supporting multiple LiveJournal Server journals.
\n\nThis widget makes it possible that any visitor of your blog can test his bandwidth speed. The widget ist hosted on Amazon S3 storage and checks the speed from the nearest server worldwide. (Page in German)
\n\nQuizzin lets you add quizzes to your blog. This plugin is designed to be as easy to use as possible. Quizzes, questions and answers can be added from the admin side. This will appear in your post if you add a small HTML snippet in your post.
\n\nMy tag cloud provides you with a widget that actually gives you the ability to list the tags of your posts in a diiferent way than a tag cloud.
\n\nConvert your ancient Exhibit 1.1b galleries to modern WordPress attachments / galleries
\nNo Follow Tags In Posts [REMOVED DUE TO SPONSORED LINKS]
\nNo Follow Tags In Posts Links searches for links to large websites that use the ‘nofollow’ tags for external links, and puts the same tag on your links to those sites.
\n\nThis is a simple plugin that just lets you use a shortcode in your WordPress Pages or Posts to quickly and easily insert a Gravatar.
\n\nDelete revision post from Database.
\n\nOnce activated this plugin will use the ‘body_class’ filter to add Internet Explorer browser classes to the body tag of the sites front end, (public), pages. The reason this is needed is because Internet Explorer has a long history of incorrectly rendering css styles.
\nHide Admin Icons hides the admin icons when the menu bar is expanded. The icons remain visible when the menu is in its collapsed state.
\n\nCounts the number of comments by user IDs or author names (display name).
\n\nStar Rating plugin allows you to set up rating system for pages and/or posts in your blog. Also includes the widget for displaying votes and rating statistics for all posts and pages with votes.
\n\nZdMultilang is a Multilingual plugin for WordPress allowing you to blog in more than one language. You can define multiple languages and translate posts/tags/categories using the interface that will be added to your blog’s administration panel.
\n\nBy organizing your galleries as multiple child pages of one parent page, you can use this plugin to see a preview thumbnail and description of each gallery.
\n\nCache the output of your blog widgets. Usually it will significantly reduce the SQL queries to your database and speed up your site.
\n\nSecure your WordPress Installation with small functions.
\n\nThis plugin can be used to manage any number of projects with recurrent datasets (e.g. portrait system, dvd collection)
";}i:27;a:7:{s:5:"title";s:54:"Weblog Tools Collection: WordPress For Dummies 2nd Ed.";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4626";s:4:"link";s:82:"http://weblogtoolscollection.com/archives/2008/11/24/wordpress-for-dummies-2nd-ed/";s:11:"description";s:1695:"This Friday at 8PM EST on WordPress Weekly, our special one hour guest will be Lisa Sabin Wilson who is the author of the book, WordPress For Dummies. During the show, we plan on discussing how hard it is to write about a piece of software that moves 100mph in print format, Lisa’s background in web design and what it is like to theme for WordPress, WordPress For Dummies The Second Edition and much more.
\n
This Thursday is Thanksgiving here in the states. On Friday, I want to give my thanks to those of you who continue to show your support while telling your friends about the show and downloading it on a regular basis. On Friday, we will be giving away two signed copies of WordPress For Dummies 2nd Edition. Lisa will sign the copies and ship them once the new edition has been published. So how will we give these away?
\nOne book will be given away to a lucky caller while the other copy will be given away to a lucky recipient in the chat room. So be sure to join us live this Friday, for a fun filled discussion related to the book as well as WordPress. (Special thanks to Lisa for donating the two signed copies.)
";s:7:"pubdate";s:31:"Mon, 24 Nov 2008 13:16:17 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"Jeff Chandler";}s:7:"summary";s:1695:"This Friday at 8PM EST on WordPress Weekly, our special one hour guest will be Lisa Sabin Wilson who is the author of the book, WordPress For Dummies. During the show, we plan on discussing how hard it is to write about a piece of software that moves 100mph in print format, Lisa’s background in web design and what it is like to theme for WordPress, WordPress For Dummies The Second Edition and much more.
\n
This Thursday is Thanksgiving here in the states. On Friday, I want to give my thanks to those of you who continue to show your support while telling your friends about the show and downloading it on a regular basis. On Friday, we will be giving away two signed copies of WordPress For Dummies 2nd Edition. Lisa will sign the copies and ship them once the new edition has been published. So how will we give these away?
\nOne book will be given away to a lucky caller while the other copy will be given away to a lucky recipient in the chat room. So be sure to join us live this Friday, for a fun filled discussion related to the book as well as WordPress. (Special thanks to Lisa for donating the two signed copies.)
";}i:28;a:7:{s:5:"title";s:15:"Matt: TwitterFE";s:4:"guid";s:31:"http://ma.tt/2008/11/twitterfe/";s:4:"link";s:31:"http://ma.tt/2008/11/twitterfe/";s:11:"description";s:176:"Rewriting Twitter for web best practices. It has some rough edges, but pretty neat.
";s:7:"pubdate";s:31:"Sat, 22 Nov 2008 18:29:38 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:176:"Rewriting Twitter for web best practices. It has some rough edges, but pretty neat.
";}i:29;a:7:{s:5:"title";s:60:"Weblog Tools Collection: WordPress Plugin Releases for 11/22";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4620";s:4:"link";s:90:"http://weblogtoolscollection.com/archives/2008/11/22/wordpress-plugin-releases-for-1122-2/";s:11:"description";s:3291:"Show random quotes/tips/links/pictures/something to visitors. These quotes can be added from the admin side. You can add the quotes one by one - or you can bulk import the stuff from a text file.
\n\nThis plugin takes marked-up scripture references and pulls the verses from YouVersion.
\n\nOut-of-the-box support for full CMS navigation in your WordPress site including drop down menus, breadcrumbs trail and sidebar navigation.
\n\nTurns any blog into a haven of safe politically correct content.
\n\nAssigns the default category to all posts that have no category after you’ve converted your categories to tags.
\n\nDisplays the artists you have “ilike’d” from your ilike.com profile on your blog.
\nzeList is a plugin to run a directory on a WordPress power website.
\n\nGet Flickr Thumbnails plugin can get thumbnails for photos on your site that from flickr.com
\n\nWordPress Link Directory is a link directory plugin for WordPress which allows you to keep a directory of links and allow other webmasters to add their link to your site.
\n\nThumbnail For Excerpts allow easily, without any further work, to add thumbnails wherever you show excerpts.
\n\nSnazzy Archives is a visualization plugin for your WordPress site featuring an unique way to display all your posts.
\n\nShows a number of ‘recent posts’ for each link in your Blogroll in a popup box, using Ajax.
\n\nLets you easily embed Amazon products into your posts by use of [asa]ASIN[/asa] tags. Supports the use of templates.
\n\nThis plugin uses JavaScript to dynamically expand or collapsible the set of posts for each category.
\n\nSmart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.
";s:7:"pubdate";s:31:"Sat, 22 Nov 2008 14:29:54 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:3291:"Show random quotes/tips/links/pictures/something to visitors. These quotes can be added from the admin side. You can add the quotes one by one - or you can bulk import the stuff from a text file.
\n\nThis plugin takes marked-up scripture references and pulls the verses from YouVersion.
\n\nOut-of-the-box support for full CMS navigation in your WordPress site including drop down menus, breadcrumbs trail and sidebar navigation.
\n\nTurns any blog into a haven of safe politically correct content.
\n\nAssigns the default category to all posts that have no category after you’ve converted your categories to tags.
\n\nDisplays the artists you have “ilike’d” from your ilike.com profile on your blog.
\nzeList is a plugin to run a directory on a WordPress power website.
\n\nGet Flickr Thumbnails plugin can get thumbnails for photos on your site that from flickr.com
\n\nWordPress Link Directory is a link directory plugin for WordPress which allows you to keep a directory of links and allow other webmasters to add their link to your site.
\n\nThumbnail For Excerpts allow easily, without any further work, to add thumbnails wherever you show excerpts.
\n\nSnazzy Archives is a visualization plugin for your WordPress site featuring an unique way to display all your posts.
\n\nShows a number of ‘recent posts’ for each link in your Blogroll in a popup box, using Ajax.
\n\nLets you easily embed Amazon products into your posts by use of [asa]ASIN[/asa] tags. Supports the use of templates.
\n\nThis plugin uses JavaScript to dynamically expand or collapsible the set of posts for each category.
\n\nSmart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.
";}i:30;a:7:{s:5:"title";s:48:"Weblog Tools Collection: How Many Cans Of Worms?";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4616";s:4:"link";s:76:"http://weblogtoolscollection.com/archives/2008/11/22/how-many-cans-of-worms/";s:11:"description";s:5355:"
Keith, Andrew, Jacob and I discussed the news of the week. In fact, I tried to break the world record by opening up as many cans of worms as possible within a 60 minute period. You’ll have to listen to the show to hear if I was successful.
WordPress Weekly is brought to you by the fine advertisers on WeblogToolsCollection.com. Without their continued support, this show would not be possible. If you are interested in advertising on WordPress Weekly, please contact me at wpweekly at gmail dot com..
\nIntegrating Plugins - Is This Bad For WordPress?
\nAdding A Twitter ID Field To Comments
\n\n10 Best WordPress Web Hosts Compared
\nWe encourage you to leave a comment whether it be feedback, questions, rants, or corrections then tune in and see if your comment made it on the air! To send us feedback via email, conect us at wpweekly at gmail dot com.
\nJeff - WPTuner – WP Tuner for WordPress is a powerful and easy way to answer hard questions about why your blog is slow or cranky. What’s causing the slowdown? Is it a plugin? Is it your host? This plugin will help you find out. Used with a bit of common sense, this powerful plugin helps blog administrators as well as software developers improve their WordPress blog performance - One caveat with this particular plugin is that it’s not for the faint of heart. While I was able to understand what the plugin was showing me, it may not be that obvious to you. Be sure to read the plugins readme file and the associated help documents before using it.
\nKeith - Comment Approval Notification - This WordPress plugin will send an email to comment authors once their held-for-moderation comment is approved.
\nBill needs some help working with WordPress. He came away from WordCamp Dallas excited to use the software but has run into a few roadblocks and thus, needs our help. So to help Bill out, we have created the WolfHound segment because we know that not everything we cover on the show is addressed to a specific audience. I’ve been told numerous times by new comers who listen to the show that the content flies over their head. If this sounds familiar, this segment is for you.
\nThe Short History Of The Blog And Near Term Goals:
\nHere is a quick history of Bills blog. - Installed a late 1.x version and have been updating along the way and experimenting with themes. Just recently I finally installed Akismet after I starting get hit with spam. Being that I still considered it to be “in work” I never really let the world know it was out there. I guess you could say that I have two sets of goals. One being near term and the other long term.
First, the near term goals.
\n1) Get my logo to work on my chosen theme (Chameleon 1.0 by Ainslie Johnson)
\n2) Only have most recent articles (2 max) appear on front page
\n3) Settle on what should be considered “must-have” plug-ins
Listen to the show to hear our responses. If you disagree and feel you can help Bill out better than we did, leave a comment with your tips and suggestions.
\nAnnouncements: Lisa Sabin Wilson, Author of the WordPress For Dummies book is scheduled to appear on November 28th.
\nNext Episode: Friday November 28th, 2008 8P.M. EST
\nSubscribe To WPWeekly Via Itunes: Click here to subscribe
\nLength Of Episode: 1 Hour 6 Minutes
\nDownload The Show: WordPressWeeklyEpisode30.mp3
\nListen To Episode #30:
\n
Keith, Andrew, Jacob and I discussed the news of the week. In fact, I tried to break the world record by opening up as many cans of worms as possible within a 60 minute period. You’ll have to listen to the show to hear if I was successful.
WordPress Weekly is brought to you by the fine advertisers on WeblogToolsCollection.com. Without their continued support, this show would not be possible. If you are interested in advertising on WordPress Weekly, please contact me at wpweekly at gmail dot com..
\nIntegrating Plugins - Is This Bad For WordPress?
\nAdding A Twitter ID Field To Comments
\n\n10 Best WordPress Web Hosts Compared
\nWe encourage you to leave a comment whether it be feedback, questions, rants, or corrections then tune in and see if your comment made it on the air! To send us feedback via email, conect us at wpweekly at gmail dot com.
\nJeff - WPTuner – WP Tuner for WordPress is a powerful and easy way to answer hard questions about why your blog is slow or cranky. What’s causing the slowdown? Is it a plugin? Is it your host? This plugin will help you find out. Used with a bit of common sense, this powerful plugin helps blog administrators as well as software developers improve their WordPress blog performance - One caveat with this particular plugin is that it’s not for the faint of heart. While I was able to understand what the plugin was showing me, it may not be that obvious to you. Be sure to read the plugins readme file and the associated help documents before using it.
\nKeith - Comment Approval Notification - This WordPress plugin will send an email to comment authors once their held-for-moderation comment is approved.
\nBill needs some help working with WordPress. He came away from WordCamp Dallas excited to use the software but has run into a few roadblocks and thus, needs our help. So to help Bill out, we have created the WolfHound segment because we know that not everything we cover on the show is addressed to a specific audience. I’ve been told numerous times by new comers who listen to the show that the content flies over their head. If this sounds familiar, this segment is for you.
\nThe Short History Of The Blog And Near Term Goals:
\nHere is a quick history of Bills blog. - Installed a late 1.x version and have been updating along the way and experimenting with themes. Just recently I finally installed Akismet after I starting get hit with spam. Being that I still considered it to be “in work” I never really let the world know it was out there. I guess you could say that I have two sets of goals. One being near term and the other long term.
First, the near term goals.
\n1) Get my logo to work on my chosen theme (Chameleon 1.0 by Ainslie Johnson)
\n2) Only have most recent articles (2 max) appear on front page
\n3) Settle on what should be considered “must-have” plug-ins
Listen to the show to hear our responses. If you disagree and feel you can help Bill out better than we did, leave a comment with your tips and suggestions.
\nAnnouncements: Lisa Sabin Wilson, Author of the WordPress For Dummies book is scheduled to appear on November 28th.
\nNext Episode: Friday November 28th, 2008 8P.M. EST
\nSubscribe To WPWeekly Via Itunes: Click here to subscribe
\nLength Of Episode: 1 Hour 6 Minutes
\nDownload The Show: WordPressWeeklyEpisode30.mp3
\nListen To Episode #30:
\n
“The era that defined Wall Street is finally, officially over. Michael Lewis, who chronicled its excess in Liar’s Poker, returns to his old haunt to figure out what went wrong.” — The End of Wall Street’s Boom.
";s:7:"pubdate";s:31:"Fri, 21 Nov 2008 20:55:15 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:363:"“The era that defined Wall Street is finally, officially over. Michael Lewis, who chronicled its excess in Liar’s Poker, returns to his old haunt to figure out what went wrong.” — The End of Wall Street’s Boom.
";}i:33;a:7:{s:5:"title";s:59:"Weblog Tools Collection: WordPress Theme Releases for 11/21";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4613";s:4:"link";s:87:"http://weblogtoolscollection.com/archives/2008/11/21/wordpress-theme-releases-for-1121/";s:11:"description";s:1880:"\n\nHybrid is a WordPress theme framework that has been actively developed on WordPress 2.7 but is compatible down to 2.5. It removes the need to use SEO plugins. It was developed with child themes in mind, so you’ll never have to lose your customizations with a theme update. The theme comes packaged with 13 page templates and supports 15+ plugins out of the box. You can run anything from a small family blog to a complex site with thousands of visitors.
\n\n
Two column, fixed width, widget ready that looks just like Google Chrome.
\n\n
Two / Three column, SEO theme based on CSS framework “Blueprint”
\n\n\nThree column, fixed width, red, white and blue, widget ready theme.
";s:7:"pubdate";s:31:"Fri, 21 Nov 2008 19:09:32 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:1880:"\n\nHybrid is a WordPress theme framework that has been actively developed on WordPress 2.7 but is compatible down to 2.5. It removes the need to use SEO plugins. It was developed with child themes in mind, so you’ll never have to lose your customizations with a theme update. The theme comes packaged with 13 page templates and supports 15+ plugins out of the box. You can run anything from a small family blog to a complex site with thousands of visitors.
\n\n
Two column, fixed width, widget ready that looks just like Google Chrome.
\n\n
Two / Three column, SEO theme based on CSS framework “Blueprint”
\n\n\nThree column, fixed width, red, white and blue, widget ready theme.
";}i:34;a:7:{s:5:"title";s:16:"Matt: Apple HDCP";s:4:"guid";s:32:"http://ma.tt/2008/11/apple-hdcp/";s:4:"link";s:32:"http://ma.tt/2008/11/apple-hdcp/";s:11:"description";s:142:"Apple Bends to Studios, Adds Copyright Protection to MacBooks.
";s:7:"pubdate";s:31:"Fri, 21 Nov 2008 07:39:25 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:142:"Apple Bends to Studios, Adds Copyright Protection to MacBooks.
";}i:35;a:7:{s:5:"title";s:36:"Alex King: Carrington on Google Code";s:4:"guid";s:61:"http://alexking.org/blog/2008/11/20/carrington-on-google-code";s:4:"link";s:61:"http://alexking.org/blog/2008/11/20/carrington-on-google-code";s:11:"description";s:1526:"Google Code is now hosting the SVN repository for Carrington. Carrington is an elegant WordPress theme framework from my company, Crowd Favorite.
\nGet the details on the Carrington web site.
\n\n ";s:7:"pubdate";s:31:"Fri, 21 Nov 2008 03:01:59 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Alex";}s:7:"summary";s:1526:"Google Code is now hosting the SVN repository for Carrington. Carrington is an elegant WordPress theme framework from my company, Crowd Favorite.
\nGet the details on the Carrington web site.
\n\n ";}i:36;a:7:{s:5:"title";s:60:"Weblog Tools Collection: WordPress Plugin Releases for 11/20";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4607";s:4:"link";s:90:"http://weblogtoolscollection.com/archives/2008/11/20/wordpress-plugin-releases-for-1120-2/";s:11:"description";s:3211:"This plugin allows the blog owner to customize the tag cloud so that any reader mousing over the tag cloud will see the words in the tag cloud flicker with a customizable effect. This is just a fancy bell and whistle to add to your blog.
\n\nAdds a widget to show the most popular posts in your WordPress blog.
\n\nMakes the comments from post author not to be counted. The post author must login before giving a comment.
\n\nAdd surveys to you blog. You can let the visitors take surveys and see the result from the admin side.
\n\nCreate and add polls to your blog. It can be shown to your visitors who will be able to vote in the poll.
\n\nCreate posts in advance have them automatically publish when you’d like. You can then set when different parts of a post are viewable.
\n\nAppends .html to the URL of PAGES when using permalinks
\n\nAdds the ability to move comments between posts / pages to the comment edit page.
\n\nUse shortcodes for blog URLs and post URLs, so that your posts always have the correct internal links.
\nThis plugin allows you to setup a series of dates to countdown to in terms of years, days, hours, minutes, and/or seconds.
\n\nSearch the files and database of your WordPress install for malicious code or spammy links left by a hacker.
\n\nEmbed JonDesign’s SmoothGallery into your posts and pages.
\n\nEasily, powerfully, discover why your blog or plugin is slow or cranky. Comprehensive time and database access analyzer.
\n\nMobilePress is a WordPress plugin that will render your WordPress blog on mobile handsets, with the ability to use customized themes.
\nYet Another Related Posts Plugin
\nReturns a list of the related entries based on a unique algorithm using titles, post bodies, tags, and categories.
";s:7:"pubdate";s:31:"Thu, 20 Nov 2008 19:31:14 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:3211:"This plugin allows the blog owner to customize the tag cloud so that any reader mousing over the tag cloud will see the words in the tag cloud flicker with a customizable effect. This is just a fancy bell and whistle to add to your blog.
\n\nAdds a widget to show the most popular posts in your WordPress blog.
\n\nMakes the comments from post author not to be counted. The post author must login before giving a comment.
\n\nAdd surveys to you blog. You can let the visitors take surveys and see the result from the admin side.
\n\nCreate and add polls to your blog. It can be shown to your visitors who will be able to vote in the poll.
\n\nCreate posts in advance have them automatically publish when you’d like. You can then set when different parts of a post are viewable.
\n\nAppends .html to the URL of PAGES when using permalinks
\n\nAdds the ability to move comments between posts / pages to the comment edit page.
\n\nUse shortcodes for blog URLs and post URLs, so that your posts always have the correct internal links.
\nThis plugin allows you to setup a series of dates to countdown to in terms of years, days, hours, minutes, and/or seconds.
\n\nSearch the files and database of your WordPress install for malicious code or spammy links left by a hacker.
\n\nEmbed JonDesign’s SmoothGallery into your posts and pages.
\n\nEasily, powerfully, discover why your blog or plugin is slow or cranky. Comprehensive time and database access analyzer.
\n\nMobilePress is a WordPress plugin that will render your WordPress blog on mobile handsets, with the ability to use customized themes.
\nYet Another Related Posts Plugin
\nReturns a list of the related entries based on a unique algorithm using titles, post bodies, tags, and categories.
";}i:37;a:7:{s:5:"title";s:48:"Andy Skelton: Upgrade Memcached Before WordPress";s:4:"guid";s:32:"http://andy.wordpress.com/?p=219";s:4:"link";s:72:"http://andy.wordpress.com/2008/11/19/upgrade-memcached-before-wordpress/";s:11:"description";s:2427:"Self-hosted WordPress and WordPress MU administrators: if you are using the memcached object cache (a prerequisite for batcache), upgrade it before upgrading WordPress. There is a bug that keeps the old db_version in the options cache, preventing WordPress from remembering that it has been upgraded, and this causes it to ask you to upgrade again. In a pinch you can resolve the problem by restarting the memcached daemon.
\nThe memcached object cache can’t be automatically upgraded because it’s not a normal plugin. Make sure to use the right version: 1.0 (sockets) or 2.0 (PECL). Only one line was changed, so you might prefer to update by hand: 1.0, 2.0.
\nIf you aren’t sure whether you are using memcached, look for a file named object-cache.php in wp-content. If that file exists, look inside to see if the plugin name is “Memcached”.
\n
Self-hosted WordPress and WordPress MU administrators: if you are using the memcached object cache (a prerequisite for batcache), upgrade it before upgrading WordPress. There is a bug that keeps the old db_version in the options cache, preventing WordPress from remembering that it has been upgraded, and this causes it to ask you to upgrade again. In a pinch you can resolve the problem by restarting the memcached daemon.
\nThe memcached object cache can’t be automatically upgraded because it’s not a normal plugin. Make sure to use the right version: 1.0 (sockets) or 2.0 (PECL). Only one line was changed, so you might prefer to update by hand: 1.0, 2.0.
\nIf you aren’t sure whether you are using memcached, look for a file named object-cache.php in wp-content. If that file exists, look inside to see if the plugin name is “Memcached”.
\n
Clean Press is a 2 column WordPress theme that’s designed to focus on the content, rather than the design, and it’s the theme that powers this site.
\n\n\niQ2 is a fixed width, widget ready, photoblog theme that fully integrates with the PhotoQ Photoblog Plugin.
\n\n\nFixed width, two column, widget ready theme with a left sidebar
\n\n
Three column, widget and gravatar ready theme
";s:7:"pubdate";s:31:"Wed, 19 Nov 2008 19:45:30 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:1790:"\n\nClean Press is a 2 column WordPress theme that’s designed to focus on the content, rather than the design, and it’s the theme that powers this site.
\n\n\niQ2 is a fixed width, widget ready, photoblog theme that fully integrates with the PhotoQ Photoblog Plugin.
\n\n\nFixed width, two column, widget ready theme with a left sidebar
\n\n
Three column, widget and gravatar ready theme
";}i:39;a:7:{s:5:"title";s:43:"Weblog Tools Collection: Why 2.7 Is Not 3.0";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4597";s:4:"link";s:70:"http://weblogtoolscollection.com/archives/2008/11/19/why-27-is-not-30/";s:11:"description";s:1562:"Over the past few weeks, I’ve witnessed many discussions throughout the WordPress community pertaining to the version number of WordPress. Many think that because of the reworked user interface and the large number of features that this version (2.7) will contain, this should allow the software to be bumped up to version 3.0
\nI asked the WP-Testers mailing list to see if I could get a word from either Ryan or Matt to tell me if 2.7 would remain or if it would be bumped up to 3.0. Jane Wells chimed in saying that Matt doesn’t want to skip version numbers anymore, and that there will be ten increments between integers, so 2.9 > 3.0, not 2.9 > 2.10. Yes, 2.7 is a major change, but the numbers are based on timing, not volume or significance of change.
\nSo there you have it. WordPress 2.7 will be, WordPress 2.7. 2.8 will arrive then 2.9 then 3.0 etc. The feature set has no context when giving it a version number label.
\nWhile were on the topic of version numbers, it’s important to note that typically, versions such as 2.7, 2.8 are major releases that usually contain new features or UI improvements. The incremental releases e.g. 2.7.1, 2.7.2 usually contain bug fixes as well as security patches. One last thing to note regarding version numbers. Each major release of WordPress is named after jazz musicians the team admires.
\nI hope this clears up some of the confusion regarding WordPress versioning.
";s:7:"pubdate";s:31:"Wed, 19 Nov 2008 16:36:53 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"Jeff Chandler";}s:7:"summary";s:1562:"Over the past few weeks, I’ve witnessed many discussions throughout the WordPress community pertaining to the version number of WordPress. Many think that because of the reworked user interface and the large number of features that this version (2.7) will contain, this should allow the software to be bumped up to version 3.0
\nI asked the WP-Testers mailing list to see if I could get a word from either Ryan or Matt to tell me if 2.7 would remain or if it would be bumped up to 3.0. Jane Wells chimed in saying that Matt doesn’t want to skip version numbers anymore, and that there will be ten increments between integers, so 2.9 > 3.0, not 2.9 > 2.10. Yes, 2.7 is a major change, but the numbers are based on timing, not volume or significance of change.
\nSo there you have it. WordPress 2.7 will be, WordPress 2.7. 2.8 will arrive then 2.9 then 3.0 etc. The feature set has no context when giving it a version number label.
\nWhile were on the topic of version numbers, it’s important to note that typically, versions such as 2.7, 2.8 are major releases that usually contain new features or UI improvements. The incremental releases e.g. 2.7.1, 2.7.2 usually contain bug fixes as well as security patches. One last thing to note regarding version numbers. Each major release of WordPress is named after jazz musicians the team admires.
\nI hope this clears up some of the confusion regarding WordPress versioning.
";}i:40;a:7:{s:5:"title";s:24:"Matt: StartUP on Current";s:4:"guid";s:20:"http://ma.tt/?p=8844";s:4:"link";s:40:"http://ma.tt/2008/11/startup-on-current/";s:11:"description";s:242:"There’s a cool 10 minute piece covering TechStars on Current TV. They were filming the day I was there talking to the companies so I have a cameo appearance a few times.
";s:7:"pubdate";s:31:"Tue, 18 Nov 2008 20:37:50 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:242:"There’s a cool 10 minute piece covering TechStars on Current TV. They were filming the day I was there talking to the companies so I have a cameo appearance a few times.
";}i:41;a:7:{s:5:"title";s:60:"Weblog Tools Collection: WordPress Plugin Releases for 11/18";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4595";s:4:"link";s:88:"http://weblogtoolscollection.com/archives/2008/11/18/wordpress-plugin-releases-for-1118/";s:11:"description";s:4118:"Add Project HoneyPot traps to your blog to help catch these spammers and comment spammers.
\n\nUse your blog as an event management tool. You can create an event - the plugin will let people sign up for the event - it can also show a list of all the attendees. Once the event is done, you can deactivate the event and no more sign ups will be allowed.
\n\nShared Items Post is a WordPress plugin that automagically creates a blog post from your Google Reader Shared Items feed. You can schedule the post to go out daily, weekly, or monthly and even set the time of day.
\n\nThis plugin provides a widget which allows you to show avatars of blog users.
\n\nThe plugin affects the uploaded image while it is uploaded. Straight after it is uploaded, it will be resized physically to the given width. There is no original image or backup left.
\n\nThis plugin allows you to insert high quality and YouTube videos and also video in normal quality.
\n\nAutoFields will auto fill the Excerpt and add an Image custom field based on the data you entered into the contents editor.
\n\nDisplay links to your most ‘interesting’ posts, where interestingness is determined automatically by a Bayesian learning algorithm.
\n\nAllows the insertion of code to display an external webpage within an iframe.
\n\nGet the current Twitter message for your blog authors.
\nGoCodes lets you create shortcut URLs to anywhere on the internet, right from your WordPress Admin.
\n\nThe AllWebMenus WordPress Menu add-in & plugin combination is designed to retrieve information from your blog (such as posts, pages, etc.) and import it into the AllWebMenus application to create stylish menus based on the structure of your blog.
\n\nA plugin for WordPress which allows you to send an email to the registered blog users.
\n\nA plugin that allows you to create and use templates in order to facilitate writing of similar posts/pages.
\n\nTwitter Tools is a plugin that creates a complete integration between your WordPress blog and your Twitter account.
\n\nAdd Post Footer automatically add any custom paragraph, html code, ad code, Technorati tags and/or related links list to the end of every posts.
\n\nThis plugin displays the posts (and pages - if you want) that have been recently viewed by the visitor (single view).
";s:7:"pubdate";s:31:"Tue, 18 Nov 2008 19:11:13 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:4118:"Add Project HoneyPot traps to your blog to help catch these spammers and comment spammers.
\n\nUse your blog as an event management tool. You can create an event - the plugin will let people sign up for the event - it can also show a list of all the attendees. Once the event is done, you can deactivate the event and no more sign ups will be allowed.
\n\nShared Items Post is a WordPress plugin that automagically creates a blog post from your Google Reader Shared Items feed. You can schedule the post to go out daily, weekly, or monthly and even set the time of day.
\n\nThis plugin provides a widget which allows you to show avatars of blog users.
\n\nThe plugin affects the uploaded image while it is uploaded. Straight after it is uploaded, it will be resized physically to the given width. There is no original image or backup left.
\n\nThis plugin allows you to insert high quality and YouTube videos and also video in normal quality.
\n\nAutoFields will auto fill the Excerpt and add an Image custom field based on the data you entered into the contents editor.
\n\nDisplay links to your most ‘interesting’ posts, where interestingness is determined automatically by a Bayesian learning algorithm.
\n\nAllows the insertion of code to display an external webpage within an iframe.
\n\nGet the current Twitter message for your blog authors.
\nGoCodes lets you create shortcut URLs to anywhere on the internet, right from your WordPress Admin.
\n\nThe AllWebMenus WordPress Menu add-in & plugin combination is designed to retrieve information from your blog (such as posts, pages, etc.) and import it into the AllWebMenus application to create stylish menus based on the structure of your blog.
\n\nA plugin for WordPress which allows you to send an email to the registered blog users.
\n\nA plugin that allows you to create and use templates in order to facilitate writing of similar posts/pages.
\n\nTwitter Tools is a plugin that creates a complete integration between your WordPress blog and your Twitter account.
\n\nAdd Post Footer automatically add any custom paragraph, html code, ad code, Technorati tags and/or related links list to the end of every posts.
\n\nThis plugin displays the posts (and pages - if you want) that have been recently viewed by the visitor (single view).
";}i:42;a:7:{s:5:"title";s:53:"Weblog Tools Collection: Instapundit Now On WordPress";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4590";s:4:"link";s:82:"http://weblogtoolscollection.com/archives/2008/11/18/instapundit-now-on-wordpress/";s:11:"description";s:514:"Instapundit which is one of the most highly trafficked political blogs on the net recently confirmed that they have switched from Movable Type to WordPress. The site doesn’t appear to be hosted on the WordPress.com VIP network but instead, is using a self hosted install of WordPress 2.6.3. Hat Tip to Doug Stewart.
";s:7:"pubdate";s:31:"Tue, 18 Nov 2008 16:03:58 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"Jeff Chandler";}s:7:"summary";s:514:"Instapundit which is one of the most highly trafficked political blogs on the net recently confirmed that they have switched from Movable Type to WordPress. The site doesn’t appear to be hosted on the WordPress.com VIP network but instead, is using a self hosted install of WordPress 2.6.3. Hat Tip to Doug Stewart.
";}i:43;a:7:{s:5:"title";s:32:"Matt: Two Thunderbird Extensions";s:4:"guid";s:20:"http://ma.tt/?p=8841";s:4:"link";s:48:"http://ma.tt/2008/11/two-thunderbird-extensions/";s:11:"description";s:617:"I find there are two extensions that I install for Thunderbird every time I set up a new computer. The first is Plaxo for Thunderbird, which does a pretty good job at syncing contacts. The second is Messagefaces with Gravatar support turned on, which you can find in Add-ons > Options > Online Services. (Wish it was on by default, it doesn’t really work without it.) Plaxo has an avatar feature but I turn it off because way more people have Gravatars than Plaxo avatars.
";s:7:"pubdate";s:31:"Mon, 17 Nov 2008 19:52:25 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:617:"I find there are two extensions that I install for Thunderbird every time I set up a new computer. The first is Plaxo for Thunderbird, which does a pretty good job at syncing contacts. The second is Messagefaces with Gravatar support turned on, which you can find in Add-ons > Options > Online Services. (Wish it was on by default, it doesn’t really work without it.) Plaxo has an avatar feature but I turn it off because way more people have Gravatars than Plaxo avatars.
";}i:44;a:7:{s:5:"title";s:30:"Alex King: Carrington Blog 1.3";s:4:"guid";s:54:"http://alexking.org/blog/2008/11/17/carrington-blog-13";s:4:"link";s:54:"http://alexking.org/blog/2008/11/17/carrington-blog-13";s:11:"description";s:2204:"(cross-posted to the Carrington web site)
\nVersion 1.3 of Carrington Blog is now available for download.
\nUpgrading is strongly recommended due to a security patch in this release.
\nThis version has a couple of changes - both bug fixes and new features:
\nEnjoy! Let us know in the forums if you run into trouble.
\n\n ";s:7:"pubdate";s:31:"Mon, 17 Nov 2008 18:48:21 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Alex";}s:7:"summary";s:2204:"(cross-posted to the Carrington web site)
\nVersion 1.3 of Carrington Blog is now available for download.
\nUpgrading is strongly recommended due to a security patch in this release.
\nThis version has a couple of changes - both bug fixes and new features:
\nEnjoy! Let us know in the forums if you run into trouble.
\n\n ";}i:45;a:7:{s:5:"title";s:37:"Dev Blog: The Results of Project Icon";s:4:"guid";s:39:"http://wordpress.org/development/?p=441";s:4:"link";s:69:"http://wordpress.org/development/2008/11/the-results-of-project-icon/";s:11:"description";s:8012:"
The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID “BD,” otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we’ll be attaching that set to the alternate color palette that is selectable from the profile screen. As we prepare for RC1, Ben and Verena will be revising a couple of their icons so that both sets will use the same metaphors, creating the colored “on” states, and creating the larger size of each icon for use in the h2 screen headers. We are very grateful to have had the opportunity to select from so many great options, and would like to express again our appreciation for all the designers who participated in the contest. Thanks also to the more than 3700 people who completed the voting survey and took the time to weigh on on the individual icon sets.
| Q.18 Which one of the sets do you think we should use as a basis for the 2.7 icons? | \n||
| Icon Set | \n# of votes | \n% of votes | \n
| BD | \n1285 | \n35% | \n
| VS | \n1080 | \n29% | \n
| GB2 | \n424 | \n11% | \n
| OSD | \n376 | \n10% | \n
| LS | \n300 | \n8% | \n
| GB1 | \n235 | \n6% | \n
The wide lead of BD and VS made it clear that voters had a clear preference for these sets.
\n| Q.20 If you could choose a runner-up, which would you choose? | \n||
| Icon Set | \n# of votes | \n% of votes | \n
| VS | \n916 | \n27% | \n
| BD | \n647 | \n19% | \n
| LS | \n522 | \n16% | \n
| OSD | \n488 | \n14% | \n
| GB2 | \n462 | \n14% | \n
| GB1 | \n331 | \n10% | \n
Question 20 was not mandatory, so a few hundred people skipped it, but the responses we did get (3366 of them) reinforced the fact that the two most popular sets were also the most popular 2nd choices, which made the decision of the judges to go with the popular vote an easy one (take that, electoral college!).
\nA few of the individual icon metaphors also had a significant lead over the other choices.
\nDashboard: 1333 voters (40%) chose a house as the best metaphor. We agree, so both Ben and Verena will be replacing their Dashboard icons.
Media: 2097 voters (65%) chose the combination camera + musical note icon, which was part of Ben’s set. We also really loved it, and Verena will amend her media icon to incorporate this idea.
\nPlugins: 1682 voters (53%) selected the outlet plug metaphor, which both Ben and Verena used in their sets.
\nTools: 1581 voters (49%) liked the combination of two tools better than anything else, so Ben and Verena will try this approach.
\nSo those are the results, and soon you’ll see the new icons coming to a 2.7 installation near you.
\nNeed another look at the entries to remember which one you liked best? Here are some reminder images, as well as the identity of each set’s creator.
\n BD was Ben Dunkle, a designer, professor and artist from upstate/western New York State. In case you’ve already forgotten, Ben’s icon set is the winner of Project Icon and will become the default icon set after a few minor changes. | \n VS was Verena Segert, our runner-up, a designer from Germany who presented sets in both grayscale and blue. Her blue icons received more specific voter comments than the gray ones, so we’re planning the second color palette to be in shades of blue so that we can use the blue icon set. | \n
![]() GB was Guillaume Berry, a designer from France who submitted two sets in the same style in order to propose a couple of different metaphors. One of his sets came in third while the other came in last, but whether you only look at the higher scoring set or you combine their votes, Guillaume had the next highest percentage of votes, and many people liked the metaphors he used for various icons. In fact, given the enthusiasm of the community for Guillaume’s icons, we think a great plugin would be one that would allow the user to upload the icon set of their choice. Any volunteers? | \n|
OSD was the Open Source Design class at Parson’s in New york City, taught by Mushon Zer-Aviv and consisting of students Alexandra Zsigmond, Ed Nacional, Karen Messing, Khurram Bajwa, Leonie Leibenfrost. Teacher and students worked together to determine their metaphors and visual style. | \n LS was Luke Smith, a designer from Iowa who specializes in icons among his other design pursuits. | \n
If you need to hire an icon designer any time soon, we highly recommend our Project Icon contestants, who all delivered great work in a very short timeframe. It was great to work with all of them, even for such a short assignment.
\nSo, to sum up:
\nThanks again to everyone who participated in this experiment, and we hope you enjoyed it as much as we did. And congratulations again to Ben and Verena!
";s:7:"pubdate";s:31:"Mon, 17 Nov 2008 17:02:34 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Jane Wells";}s:7:"summary";s:8012:"
The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID “BD,” otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we’ll be attaching that set to the alternate color palette that is selectable from the profile screen. As we prepare for RC1, Ben and Verena will be revising a couple of their icons so that both sets will use the same metaphors, creating the colored “on” states, and creating the larger size of each icon for use in the h2 screen headers. We are very grateful to have had the opportunity to select from so many great options, and would like to express again our appreciation for all the designers who participated in the contest. Thanks also to the more than 3700 people who completed the voting survey and took the time to weigh on on the individual icon sets.
| Q.18 Which one of the sets do you think we should use as a basis for the 2.7 icons? | \n||
| Icon Set | \n# of votes | \n% of votes | \n
| BD | \n1285 | \n35% | \n
| VS | \n1080 | \n29% | \n
| GB2 | \n424 | \n11% | \n
| OSD | \n376 | \n10% | \n
| LS | \n300 | \n8% | \n
| GB1 | \n235 | \n6% | \n
The wide lead of BD and VS made it clear that voters had a clear preference for these sets.
\n| Q.20 If you could choose a runner-up, which would you choose? | \n||
| Icon Set | \n# of votes | \n% of votes | \n
| VS | \n916 | \n27% | \n
| BD | \n647 | \n19% | \n
| LS | \n522 | \n16% | \n
| OSD | \n488 | \n14% | \n
| GB2 | \n462 | \n14% | \n
| GB1 | \n331 | \n10% | \n
Question 20 was not mandatory, so a few hundred people skipped it, but the responses we did get (3366 of them) reinforced the fact that the two most popular sets were also the most popular 2nd choices, which made the decision of the judges to go with the popular vote an easy one (take that, electoral college!).
\nA few of the individual icon metaphors also had a significant lead over the other choices.
\nDashboard: 1333 voters (40%) chose a house as the best metaphor. We agree, so both Ben and Verena will be replacing their Dashboard icons.
Media: 2097 voters (65%) chose the combination camera + musical note icon, which was part of Ben’s set. We also really loved it, and Verena will amend her media icon to incorporate this idea.
\nPlugins: 1682 voters (53%) selected the outlet plug metaphor, which both Ben and Verena used in their sets.
\nTools: 1581 voters (49%) liked the combination of two tools better than anything else, so Ben and Verena will try this approach.
\nSo those are the results, and soon you’ll see the new icons coming to a 2.7 installation near you.
\nNeed another look at the entries to remember which one you liked best? Here are some reminder images, as well as the identity of each set’s creator.
\n BD was Ben Dunkle, a designer, professor and artist from upstate/western New York State. In case you’ve already forgotten, Ben’s icon set is the winner of Project Icon and will become the default icon set after a few minor changes. | \n VS was Verena Segert, our runner-up, a designer from Germany who presented sets in both grayscale and blue. Her blue icons received more specific voter comments than the gray ones, so we’re planning the second color palette to be in shades of blue so that we can use the blue icon set. | \n
![]() GB was Guillaume Berry, a designer from France who submitted two sets in the same style in order to propose a couple of different metaphors. One of his sets came in third while the other came in last, but whether you only look at the higher scoring set or you combine their votes, Guillaume had the next highest percentage of votes, and many people liked the metaphors he used for various icons. In fact, given the enthusiasm of the community for Guillaume’s icons, we think a great plugin would be one that would allow the user to upload the icon set of their choice. Any volunteers? | \n|
OSD was the Open Source Design class at Parson’s in New york City, taught by Mushon Zer-Aviv and consisting of students Alexandra Zsigmond, Ed Nacional, Karen Messing, Khurram Bajwa, Leonie Leibenfrost. Teacher and students worked together to determine their metaphors and visual style. | \n LS was Luke Smith, a designer from Iowa who specializes in icons among his other design pursuits. | \n
If you need to hire an icon designer any time soon, we highly recommend our Project Icon contestants, who all delivered great work in a very short timeframe. It was great to work with all of them, even for such a short assignment.
\nSo, to sum up:
\nThanks again to everyone who participated in this experiment, and we hope you enjoyed it as much as we did. And congratulations again to Ben and Verena!
";}i:46;a:7:{s:5:"title";s:59:"Weblog Tools Collection: WordPress Theme Releases for 11/17";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4586";s:4:"link";s:87:"http://weblogtoolscollection.com/archives/2008/11/17/wordpress-theme-releases-for-1117/";s:11:"description";s:1813:"\n\nFixed width, three columns, widget ready theme
\n\n\nFixed width, widget ready, two column, right sidebar theme
\n\n
Two column, fixed width, widget ready theme with pingbacks and trackbacks separated from comments.
\n\n
This is a free, simple WordPress theme with a smooth clean layout, however the true beauty of this template lies in the Admin panel. This template has a built in options page where you can control just about every aspect of the themes colors, fonts and even layout without touching any code!
\n\n
Are you a theme author? Read how you can submit your themes to us.
";s:7:"pubdate";s:31:"Mon, 17 Nov 2008 14:12:24 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:1813:"\n\nFixed width, three columns, widget ready theme
\n\n\nFixed width, widget ready, two column, right sidebar theme
\n\n
Two column, fixed width, widget ready theme with pingbacks and trackbacks separated from comments.
\n\n
This is a free, simple WordPress theme with a smooth clean layout, however the true beauty of this template lies in the Admin panel. This template has a built in options page where you can control just about every aspect of the themes colors, fonts and even layout without touching any code!
\n\n
Are you a theme author? Read how you can submit your themes to us.
";}i:47;a:7:{s:5:"title";s:40:"Alex King: Twitter Tools Digest Problems";s:4:"guid";s:65:"http://alexking.org/blog/2008/11/16/twitter-tools-digest-problems";s:4:"link";s:65:"http://alexking.org/blog/2008/11/16/twitter-tools-digest-problems";s:11:"description";s:3826:"I’ve heard from a number of people that have had trouble with the digest features in the current version of Twitter Tools. I’m guessing that there are a couple of bugs in there that are causing the problems.
\nAt this time, the digest features of Twitter Tools should be considered experimental and should not be relied upon.
\nIt was important to get the 1.5 version of Twitter Tools released because the 1.5 betas had a bug that was causing Twitter Tools to behave badly. Apparently that haste has resulted in the digest features being released before they were fully baked.
\nUnfortunately I’m not sure when I’m going to be able to attack these problems due to other current commitments1. I welcome patches from anyone who may have time to check this out and find solutions. The SVN repository is publicly accessible. Please send patches to me through the contact page.
\nThe problems that I’ve heard:
\nThe way I think the digests should work, at a high level, is that digest activity should get kicked off after the plugin connects to Twitter to download tweets. It should check to see if anything needs to happen and do the right thing. There is already (working) code in place to make those checks one at a time and only once every 10 minutes. We just need to get the digests working properly.
\nThanks in advance to anyone who is able to send in a patch, and to everyone for your patience while this gets squared away.
\nUPDATE 2008-11-17: A fix has been committed that may solve the duplicate digests. Thanks Greg! Download the latest to give it a try.
\nI’ve heard from a number of people that have had trouble with the digest features in the current version of Twitter Tools. I’m guessing that there are a couple of bugs in there that are causing the problems.
\nAt this time, the digest features of Twitter Tools should be considered experimental and should not be relied upon.
\nIt was important to get the 1.5 version of Twitter Tools released because the 1.5 betas had a bug that was causing Twitter Tools to behave badly. Apparently that haste has resulted in the digest features being released before they were fully baked.
\nUnfortunately I’m not sure when I’m going to be able to attack these problems due to other current commitments1. I welcome patches from anyone who may have time to check this out and find solutions. The SVN repository is publicly accessible. Please send patches to me through the contact page.
\nThe problems that I’ve heard:
\nThe way I think the digests should work, at a high level, is that digest activity should get kicked off after the plugin connects to Twitter to download tweets. It should check to see if anything needs to happen and do the right thing. There is already (working) code in place to make those checks one at a time and only once every 10 minutes. We just need to get the digests working properly.
\nThanks in advance to anyone who is able to send in a patch, and to everyone for your patience while this gets squared away.
\nUPDATE 2008-11-17: A fix has been committed that may solve the duplicate digests. Thanks Greg! Download the latest to give it a try.
\nQuickly Add - Free Keyword Targeted Content to your Word Press Blog.
\n\nIntegrates the EditArea advanced code editor into WordPress. This adds real time syntax highlighting, line numbering, full screen editing, and more to the code editor in the “Add New Post” and “Add New Page” screens. Makes editing posts in HTML much easier!
\n\nIntegrate WordPress with Plurk.
\n\nAutomatically inserts a link to share and tell a friend about the post or page as well as provide a link for visitors to subscribe to the RSS feed.
\n\nGets a listing of Picasa Web Albums and displays album thumbnails on your page.
\n\nForget to put manually your links, just choose a word and a URL and this plugin will replace all matches in the posts of your blog.
\n\nGet Flickr Thumbnails plugin can get thumbnails for photos on your site that from flickr.com
\n\nDisplays the WordPress.com STATS graph directly in your Dashboard. No more tiresomely opening the Blog Stats tab and manually logging in.
\n\nThis plugin adds client-side validation to the Wordpress comment form, using the jQuery validation plugin.
\nThis plugin lets you show a different greeting message to your new visitors depending on their referrer url.
\n\nWP-Cumulus displays your tags and/or categories in 3D by placing them on a rotating sphere.
\n\nWP-CodeBox provides clean syntax highlighting and AJAX advanced features for embedding source code within pages or posts.
\n\nShow different number of posts in home, category, search or archive page.
\n\nSecretly discover what your readers want to read in your blog.
\nMulti Author Comment Notification
\nGet email notifications for comments made at other author’s posts as well.
\n\nEasily add favicon to your blog without editing any wordpress files.
\nAre you a plugin author? Read how to submit your plugin to us.
";s:7:"pubdate";s:31:"Sun, 16 Nov 2008 14:28:56 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ajay";}s:7:"summary";s:3558:"Quickly Add - Free Keyword Targeted Content to your Word Press Blog.
\n\nIntegrates the EditArea advanced code editor into WordPress. This adds real time syntax highlighting, line numbering, full screen editing, and more to the code editor in the “Add New Post” and “Add New Page” screens. Makes editing posts in HTML much easier!
\n\nIntegrate WordPress with Plurk.
\n\nAutomatically inserts a link to share and tell a friend about the post or page as well as provide a link for visitors to subscribe to the RSS feed.
\n\nGets a listing of Picasa Web Albums and displays album thumbnails on your page.
\n\nForget to put manually your links, just choose a word and a URL and this plugin will replace all matches in the posts of your blog.
\n\nGet Flickr Thumbnails plugin can get thumbnails for photos on your site that from flickr.com
\n\nDisplays the WordPress.com STATS graph directly in your Dashboard. No more tiresomely opening the Blog Stats tab and manually logging in.
\n\nThis plugin adds client-side validation to the Wordpress comment form, using the jQuery validation plugin.
\nThis plugin lets you show a different greeting message to your new visitors depending on their referrer url.
\n\nWP-Cumulus displays your tags and/or categories in 3D by placing them on a rotating sphere.
\n\nWP-CodeBox provides clean syntax highlighting and AJAX advanced features for embedding source code within pages or posts.
\n\nShow different number of posts in home, category, search or archive page.
\n\nSecretly discover what your readers want to read in your blog.
\nMulti Author Comment Notification
\nGet email notifications for comments made at other author’s posts as well.
\n\nEasily add favicon to your blog without editing any wordpress files.
\nAre you a plugin author? Read how to submit your plugin to us.
";}i:49;a:7:{s:5:"title";s:49:"Weblog Tools Collection: WordPress News for 11/15";s:4:"guid";s:40:"http://weblogtoolscollection.com/?p=4555";s:4:"link";s:77:"http://weblogtoolscollection.com/archives/2008/11/15/wordpress-news-for-1115/";s:11:"description";s:2400:"Help test the new version of WordPress for iPhone using the iPhone simulator by downloading the latest 1.2beta1 code from the WordPress trac. Details about the features of the new version and the download links are available from the WordPress for iPhone blog. Thank TUAW and The Blog Herald.
\nA nice roundup of photoblogging themes and plugins available for WordPress was published by WPCandy. Many of the links are collections themselves. Definitely worth a looksee if you are looking for a nice photoblog.
\nNathan Rice posted a Definitive guide to Sticky posts in WordPress 2.7 complete with screenshots, style suggestions, code examples and custom loop suggestions. He even outlines a method to ignore stickies completely.
\nIntense Debate, recently acquired by Automattic, is back with a stronger product and a much more integerated and user friendly WordPress plugin that makes the task of switching back and forth from ID easier and less painful. Let us know if you switched and how it went. Thanks to RWW and a bunch of other sources.
\nTo round off this news round up, we have 8 Common Sense Tips for Writing Clean WordPress Blog Posts. Lots of well illustrated tips on cleaning up your blog posts and making them more presentable for both humans and machines. I think this would be one of those must have bookmarks for people just starting off in blogging with WordPress.
";s:7:"pubdate";s:31:"Sun, 16 Nov 2008 00:20:45 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Mark Ghosh";}s:7:"summary";s:2400:"Help test the new version of WordPress for iPhone using the iPhone simulator by downloading the latest 1.2beta1 code from the WordPress trac. Details about the features of the new version and the download links are available from the WordPress for iPhone blog. Thank TUAW and The Blog Herald.
\nA nice roundup of photoblogging themes and plugins available for WordPress was published by WPCandy. Many of the links are collections themselves. Definitely worth a looksee if you are looking for a nice photoblog.
\nNathan Rice posted a Definitive guide to Sticky posts in WordPress 2.7 complete with screenshots, style suggestions, code examples and custom loop suggestions. He even outlines a method to ignore stickies completely.
\nIntense Debate, recently acquired by Automattic, is back with a stronger product and a much more integerated and user friendly WordPress plugin that makes the task of switching back and forth from ID easier and less painful. Let us know if you switched and how it went. Thanks to RWW and a bunch of other sources.
\nTo round off this news round up, we have 8 Common Sense Tips for Writing Clean WordPress Blog Posts. Lots of well illustrated tips on cleaning up your blog posts and making them more presentable for both humans and machines. I think this would be one of those must have bookmarks for people just starting off in blogging with WordPress.
";}}s:7:"channel";a:5:{s:5:"title";s:16:"WordPress Planet";s:4:"link";s:28:"http://planet.wordpress.org/";s:8:"language";s:2:"en";s:11:"description";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"tagline";s:47:"WordPress Planet - http://planet.wordpress.org/";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:4:"etag";s:25:""36190-49358ce0-c10597"\r\n";s:13:"last_modified";s:31:"Tue, 02 Dec 2008 19:30:40 GMT\r\n";}', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (126, 0, 'rss_867bd5c64f85878d03a060509cd2f92c_ts', '1228246443', 'no'), (140, 0, 'wplite_default_menu', 'a:10:{i:0;a:3:{i:0;s:9:"Dashboard";i:1;s:4:"read";i:2;s:9:"index.php";}i:5;a:3:{i:0;s:6:"Manage";i:1;s:10:"edit_posts";i:2;s:47:"edit.php?filter-posts=1&custom-write-panel-id=1";}i:10;a:3:{i:0;s:3:"New";i:1;s:10:"edit_posts";i:2;s:12:"post-new.php";}i:15;a:3:{i:0;s:6:"Design";i:1;s:13:"switch_themes";i:2;s:10:"themes.php";}i:20;a:3:{i:0;s:92:"Comments 0";i:1;s:10:"edit_posts";i:2;s:17:"edit-comments.php";}i:30;a:3:{i:0;s:8:"Settings";i:1;s:14:"manage_options";i:2;s:19:"options-general.php";}i:35;a:3:{i:0;s:92:"Plugins 2";i:1;s:16:"activate_plugins";i:2;s:11:"plugins.php";}i:40;a:3:{i:0;s:5:"Users";i:1;s:10:"edit_users";i:2;s:9:"users.php";}i:41;a:4:{i:0;s:7:"Flutter";i:1;s:21:"Create Flutter Panels";i:2;s:22:"Flutter/RCCWP_Menu.php";i:3;s:16:"Flutter > Manage";}i:42;a:4:{i:0;s:11:"FileManager";i:1;i:8;i:2;s:18:"../wp-admin/fm.php";i:3;s:11:"FileManager";}}', 'yes'), (141, 0, 'wplite_default_submenu', 'a:7:{s:12:"post-new.php";a:9:{i:10;a:3:{i:0;s:4:"Page";i:1;s:10:"edit_pages";i:2;s:12:"page-new.php";}i:15;a:3:{i:0;s:4:"Link";i:1;s:12:"manage_links";i:2;s:12:"link-add.php";}i:16;a:4:{i:0;s:7:"Terkini";i:1;s:10:"edit_posts";i:2;s:36:"post-new.php?custom-write-panel-id=1";i:3;s:7:"Terkini";}i:17;a:4:{i:0;s:6:"Berita";i:1;s:10:"edit_posts";i:2;s:36:"post-new.php?custom-write-panel-id=2";i:3;s:6:"Berita";}i:18;a:4:{i:0;s:6:"Tender";i:1;s:10:"edit_posts";i:2;s:36:"post-new.php?custom-write-panel-id=3";i:3;s:6:"Tender";}i:19;a:4:{i:0;s:13:"Galeri Gambar";i:1;s:10:"edit_posts";i:2;s:36:"post-new.php?custom-write-panel-id=6";i:3;s:13:"Galeri Gambar";}i:20;a:4:{i:0;s:10:"Muat Turun";i:1;s:10:"edit_posts";i:2;s:36:"post-new.php?custom-write-panel-id=4";i:3;s:10:"Muat Turun";}i:21;a:4:{i:0;s:10:"Multimedia";i:1;s:10:"edit_posts";i:2;s:36:"post-new.php?custom-write-panel-id=5";i:3;s:10:"Multimedia";}i:22;a:4:{i:0;s:9:"Direktori";i:1;s:10:"edit_posts";i:2;s:36:"post-new.php?custom-write-panel-id=7";i:3;s:9:"Direktori";}}s:9:"users.php";a:2:{i:5;a:3:{i:0;s:19:"Authors & Users";i:1;s:10:"edit_users";i:2;s:9:"users.php";}i:10;a:3:{i:0;s:12:"Your Profile";i:1;s:4:"read";i:2;s:11:"profile.php";}}s:19:"options-general.php";a:10:{i:10;a:3:{i:0;s:7:"General";i:1;s:14:"manage_options";i:2;s:19:"options-general.php";}i:15;a:3:{i:0;s:7:"Writing";i:1;s:14:"manage_options";i:2;s:19:"options-writing.php";}i:20;a:3:{i:0;s:7:"Reading";i:1;s:14:"manage_options";i:2;s:19:"options-reading.php";}i:25;a:3:{i:0;s:10:"Discussion";i:1;s:14:"manage_options";i:2;s:22:"options-discussion.php";}i:30;a:3:{i:0;s:7:"Privacy";i:1;s:14:"manage_options";i:2;s:19:"options-privacy.php";}i:35;a:3:{i:0;s:10:"Permalinks";i:1;s:14:"manage_options";i:2;s:21:"options-permalink.php";}i:40;a:3:{i:0;s:13:"Miscellaneous";i:1;s:14:"manage_options";i:2;s:16:"options-misc.php";}i:41;a:4:{i:0;s:7:"Flutter";i:1;s:14:"manage_options";i:2;s:21:"RCCWP_OptionsPage.php";i:3;s:15:"Flutter Options";}i:42;a:4:{i:0;s:7:"Kwebble";i:1;s:14:"manage_options";i:2;s:15:"kwebble_options";i:3;s:7:"Kwebble";}i:43;a:4:{i:0;s:6:"WPlite";i:1;i:8;i:2;s:10:"wplite.php";i:3;s:6:"WPlite";}}s:11:"plugins.php";a:2:{i:5;a:3:{i:0;s:7:"Plugins";i:1;s:16:"activate_plugins";i:2;s:11:"plugins.php";}i:10;a:3:{i:0;s:13:"Plugin Editor";i:1;s:12:"edit_plugins";i:2;s:17:"plugin-editor.php";}}s:10:"themes.php";a:3:{i:5;a:3:{i:0;s:6:"Themes";i:1;s:13:"switch_themes";i:2;s:10:"themes.php";}i:7;a:3:{i:0;s:7:"Widgets";i:1;s:13:"switch_themes";i:2;s:11:"widgets.php";}i:10;a:3:{i:0;s:12:"Theme Editor";i:1;s:11:"edit_themes";i:2;s:16:"theme-editor.php";}}s:8:"edit.php";a:7:{i:0;a:4:{i:0;s:7:"Terkini";i:1;s:10:"edit_posts";i:2;s:47:"edit.php?filter-posts=1&custom-write-panel-id=1";i:3;s:7:"Terkini";}i:1;a:4:{i:0;s:6:"Berita";i:1;s:10:"edit_posts";i:2;s:47:"edit.php?filter-posts=1&custom-write-panel-id=2";i:3;s:6:"Berita";}i:2;a:4:{i:0;s:6:"Tender";i:1;s:10:"edit_posts";i:2;s:47:"edit.php?filter-posts=1&custom-write-panel-id=3";i:3;s:6:"Tender";}i:3;a:4:{i:0;s:13:"Galeri Gambar";i:1;s:10:"edit_posts";i:2;s:47:"edit.php?filter-posts=1&custom-write-panel-id=6";i:3;s:13:"Galeri Gambar";}i:4;a:4:{i:0;s:10:"Muat Turun";i:1;s:10:"edit_posts";i:2;s:47:"edit.php?filter-posts=1&custom-write-panel-id=4";i:3;s:10:"Muat Turun";}i:5;a:4:{i:0;s:10:"Multimedia";i:1;s:10:"edit_posts";i:2;s:47:"edit.php?filter-posts=1&custom-write-panel-id=5";i:3;s:10:"Multimedia";}i:6;a:4:{i:0;s:9:"Direktori";i:1;s:10:"edit_posts";i:2;s:47:"edit.php?filter-posts=1&custom-write-panel-id=7";i:3;s:9:"Direktori";}}s:22:"Flutter/RCCWP_Menu.php";a:2:{i:0;a:4:{i:0;s:12:"Write Panels";i:1;s:21:"Create Flutter Panels";i:2;s:22:"Flutter/RCCWP_Menu.php";i:3;s:12:"Write Panels";}i:1;a:4:{i:0;s:7:"Modules";i:1;s:22:"Create Flutter Modules";i:2;s:20:"FlutterManageModules";i:3;s:7:"Modules";}}}', 'yes'), (142, 0, 'wplite_disabled_menu_items', 'a:7:{i:0;s:9:"index.php";i:1;s:10:"themes.php";i:2;s:17:"edit-comments.php";i:3;s:19:"options-general.php";i:4;s:11:"plugins.php";i:5;s:9:"users.php";i:6;s:22:"Flutter/RCCWP_Menu.php";}', 'yes'), (143, 0, 'wplite_disabled_submenu_items', 'a:2:{i:0;s:12:"page-new.php";i:1;s:12:"link-add.php";}', 'yes'), (144, 0, 'wplite_disabled_metas', 'a:0:{}', 'yes'); -- -------------------------------------------------------- -- -- Table structure for table `wp_postmeta` -- CREATE TABLE IF NOT EXISTS `wp_postmeta` ( `meta_id` bigint(20) NOT NULL auto_increment, `post_id` bigint(20) NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=777 ; -- -- Dumping data for table `wp_postmeta` -- INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (119, 33, '_wp_page_template', 'page_terkini.php'), (118, 32, '_edit_last', '1'), (117, 32, '_edit_lock', '1228250024'), (10, 5, '_edit_lock', '1228157392'), (11, 5, '_edit_last', '1'), (12, 5, '_rc_cwp_write_panel_id', '1'), (24, 5, 'Thumbnail', ''), (25, 8, '_edit_lock', '1228157430'), (26, 8, '_edit_last', '1'), (27, 8, '_rc_cwp_write_panel_id', '1'), (33, 8, 'Thumbnail', ''), (34, 10, '_edit_lock', '1228157454'), (35, 10, '_edit_last', '1'), (36, 10, '_rc_cwp_write_panel_id', '1'), (42, 10, 'Thumbnail', ''), (43, 12, '_edit_lock', '1228157479'), (44, 12, '_edit_last', '1'), (45, 12, '_rc_cwp_write_panel_id', '1'), (51, 12, 'Thumbnail', ''), (52, 14, '_edit_lock', '1228157525'), (53, 14, '_edit_last', '1'), (54, 14, '_rc_cwp_write_panel_id', '2'), (60, 14, 'Thumbnail', '1228157501_2_1_1_Thumbnail.jpg'), (61, 16, '_edit_lock', '1228157554'), (62, 16, '_edit_last', '1'), (63, 16, '_rc_cwp_write_panel_id', '2'), (69, 16, 'Thumbnail', '1228157538_2_1_1_Thumbnail.jpg'), (70, 18, '_edit_lock', '1228157583'), (71, 18, '_edit_last', '1'), (72, 18, '_rc_cwp_write_panel_id', '2'), (78, 18, 'Thumbnail', '1228157577_2_1_1_Thumbnail.jpg'), (79, 20, '_edit_lock', '1228157618'), (80, 20, '_edit_last', '1'), (81, 20, '_rc_cwp_write_panel_id', '2'), (87, 20, 'Thumbnail', '1228157606_2_1_1_Thumbnail.jpg'), (88, 22, '_edit_lock', '1228157835'), (89, 22, '_edit_last', '1'), (90, 22, '_rc_cwp_write_panel_id', '2'), (96, 22, 'Thumbnail', '1228157635_2_1_1_Thumbnail.jpg'), (97, 24, '_edit_lock', '1228157722'), (98, 24, '_edit_last', '1'), (99, 24, '_rc_cwp_write_panel_id', '3'), (102, 26, '_edit_lock', '1228157748'), (103, 26, '_edit_last', '1'), (104, 26, '_rc_cwp_write_panel_id', '3'), (107, 28, '_edit_lock', '1228157761'), (108, 28, '_edit_last', '1'), (109, 28, '_rc_cwp_write_panel_id', '3'), (112, 30, '_edit_lock', '1228157801'), (113, 30, '_edit_last', '1'), (114, 30, '_rc_cwp_write_panel_id', '3'), (120, 33, '_edit_lock', '1228250025'), (121, 33, '_edit_last', '1'), (122, 34, '_edit_lock', '1228250306'), (123, 34, '_edit_last', '1'), (124, 34, '_wp_page_template', 'page_berita.php'), (125, 36, '_edit_lock', '1228250472'), (126, 36, '_edit_last', '1'), (127, 37, '_wp_page_template', 'page_tender.php'), (128, 37, '_edit_lock', '1228254788'), (129, 37, '_edit_last', '1'), (130, 39, '_edit_lock', '1228852090'), (131, 39, '_edit_last', '1'), (132, 39, '_rc_cwp_write_panel_id', '7'), (442, 39, 'Telefon', '03-89247001'), (456, 83, 'E-mail', 'yrbd@inspen.gov.my'), (445, 83, '_edit_last', '1'), (443, 39, 'E-mail', 'faridah@inspen.gov.my'), (444, 83, '_edit_lock', '1228852169'), (145, 42, '_edit_lock', '1228852072'), (146, 42, '_edit_last', '1'), (147, 42, '_rc_cwp_write_panel_id', '7'), (432, 42, 'Telefon', '03-89247014'), (158, 44, '_edit_lock', '1228852051'), (433, 42, 'E-mail', ''), (159, 44, '_edit_last', '1'), (160, 44, '_rc_cwp_write_panel_id', '7'), (422, 44, 'Telefon', '03-89247009'), (171, 46, '_edit_lock', '1228852033'), (423, 44, 'E-mail', 'fadariah@inspen.gov.my'), (172, 46, '_edit_last', '1'), (173, 46, '_rc_cwp_write_panel_id', '7'), (412, 46, 'Telefon', '03-89247166'), (413, 46, 'E-mail', 'fariza@inspen.gov.my'), (184, 48, '_edit_lock', '1228852016'), (185, 48, '_edit_last', '1'), (186, 48, '_rc_cwp_write_panel_id', '7'), (402, 48, 'Telefon', '03-89247159'), (197, 50, '_edit_lock', '1228851998'), (403, 48, 'E-mail', 'rahimah@inspen.gov.my'), (198, 50, '_edit_last', '1'), (199, 50, '_rc_cwp_write_panel_id', '7'), (392, 50, 'Telefon', '03-89247198'), (393, 50, 'E-mail', 'zaiton@inspen.gov.my'), (210, 52, '_edit_lock', '1228851968'), (211, 52, '_edit_last', '1'), (212, 52, '_rc_cwp_write_panel_id', '7'), (382, 52, 'Telefon', '03-89247165'), (223, 54, '_edit_lock', '1228851948'), (383, 52, 'E-mail', 'norhudah@inspen.gov.my'), (224, 54, '_edit_last', '1'), (225, 54, '_rc_cwp_write_panel_id', '7'), (372, 54, 'Telefon', '03-89247144'), (373, 54, 'E-mail', 'abmutalib@inspen.gov.my'), (236, 56, '_edit_lock', '1228851930'), (237, 56, '_edit_last', '1'), (238, 56, '_rc_cwp_write_panel_id', '7'), (362, 56, 'Telefon', '03-89247113'), (249, 58, '_edit_lock', '1228851914'), (363, 56, 'E-mail', 'nfarhana@inspen.gov.my'), (250, 58, '_edit_last', '1'), (251, 58, '_rc_cwp_write_panel_id', '7'), (352, 58, 'Telefon', '03-89247149'), (353, 58, 'E-mail', 'suraya@inspen.gov.my'), (262, 60, '_edit_lock', '1228851893'), (263, 60, '_edit_last', '1'), (264, 60, '_rc_cwp_write_panel_id', '7'), (343, 60, 'E-mail', 'noorfarehan@inspen.gov.my'), (342, 60, 'Telefon', '03-89247132'), (284, 63, '_edit_lock', '1228851847'), (277, 62, '_rc_cwp_write_panel_id', '7'), (333, 62, 'E-mail', 'rosila@inspen.gov.my'), (282, 62, '_edit_lock', '1228851868'), (283, 62, '_edit_last', '1'), (285, 63, '_edit_last', '1'), (286, 63, '_rc_cwp_write_panel_id', '7'), (323, 63, 'E-mail', 'rosni@inspen.gov.my'), (298, 65, '_edit_last', '1'), (297, 65, '_edit_lock', '1228852123'), (299, 66, '_edit_lock', '1228851791'), (300, 66, '_edit_last', '1'), (301, 66, '_rc_cwp_write_panel_id', '7'), (311, 66, 'E-mail', 'syedanuar@inspen.gov.my'), (312, 68, '_edit_lock', '1228851817'), (310, 66, 'Telefon', '03-89247008'), (313, 68, '_edit_last', '1'), (322, 63, 'Telefon', '03-89247138'), (332, 62, 'Telefon', '03-89247013'), (446, 83, '_rc_cwp_write_panel_id', '7'), (455, 83, 'Telefon', '03-89247023'), (457, 85, '_edit_lock', '1228852211'), (458, 85, '_edit_last', '1'), (459, 85, '_rc_cwp_write_panel_id', '7'), (478, 85, 'Telefon', '03-89247127'), (481, 88, '_edit_last', '1'), (480, 88, '_edit_lock', '1228852241'), (479, 85, 'E-mail', 'shasan@inspen.gov.my'), (482, 88, '_rc_cwp_write_panel_id', '7'), (492, 88, 'E-mail', 'zulkhairi@inspen.gov.my'), (493, 90, '_edit_lock', '1228852297'), (491, 88, 'Telefon', '03-89247122'), (494, 90, '_edit_last', '1'), (495, 90, '_rc_cwp_write_panel_id', '7'), (505, 90, 'E-mail', 'malyagus@inspen.gov.my'), (506, 92, '_edit_lock', '1228852325'), (504, 90, 'Telefon', '03-89247016'), (507, 92, '_edit_last', '1'), (508, 92, '_rc_cwp_write_panel_id', '7'), (518, 92, 'E-mail', 'm_khalid@inspen.gov.my'), (519, 94, '_edit_lock', '1228852347'), (517, 92, 'Telefon', '03-89247143'), (520, 94, '_edit_last', '1'), (521, 94, '_rc_cwp_write_panel_id', '7'), (531, 94, 'E-mail', 'norhayati@inspen.gov.my'), (532, 96, '_edit_lock', '1228852373'), (530, 94, 'Telefon', '03-89247013'), (533, 96, '_edit_last', '1'), (534, 96, '_rc_cwp_write_panel_id', '7'), (544, 96, 'E-mail', 'yusdira@inspen.gov.my'), (545, 98, '_edit_lock', '1228852395'), (543, 96, 'Telefon', '03-89247100'), (546, 98, '_edit_last', '1'), (547, 98, '_rc_cwp_write_panel_id', '7'), (557, 98, 'E-mail', 'rohana@inspen.gov.my'), (558, 100, '_edit_lock', '1228852416'), (556, 98, 'Telefon', '03-89247142'), (559, 100, '_edit_last', '1'), (560, 100, '_rc_cwp_write_panel_id', '7'), (570, 100, 'E-mail', 'rasidah@inspen.gov.my'), (571, 102, '_edit_lock', '1228852438'), (569, 100, 'Telefon', '03-89247011'), (572, 102, '_edit_last', '1'), (573, 102, '_rc_cwp_write_panel_id', '7'), (583, 102, 'E-mail', 'kamarudin@inspen.gov.my'), (584, 104, '_edit_lock', '1228852470'), (582, 102, 'Telefon', '03-89247010'), (585, 104, '_edit_last', '1'), (586, 104, '_rc_cwp_write_panel_id', '7'), (596, 104, 'E-mail', 'kalthum@inspen.gov.my'), (597, 106, '_edit_lock', '1228852493'), (595, 104, 'Telefon', '03-89247005'), (598, 106, '_edit_last', '1'), (599, 106, '_rc_cwp_write_panel_id', '7'), (609, 106, 'E-mail', 'rasidah@inspen.gov.my'), (610, 108, '_edit_lock', '1228852512'), (608, 106, 'Telefon', '03-8924249'), (611, 108, '_edit_last', '1'), (612, 108, '_rc_cwp_write_panel_id', '7'), (622, 108, 'E-mail', 'khairulamri@inspen.gov.my'), (621, 108, 'Telefon', '03-8924246'), (623, 110, '_edit_lock', '1228852535'), (624, 110, '_edit_last', '1'), (625, 110, '_rc_cwp_write_panel_id', '7'), (635, 110, 'E-mail', 'shamsiah@inspen.gov.my'), (636, 112, '_edit_lock', '1228852555'), (634, 110, 'Telefon', '03-8924224'), (637, 112, '_edit_last', '1'), (638, 112, '_rc_cwp_write_panel_id', '7'), (648, 112, 'E-mail', 'anita@inspen.gov.my'), (650, 114, '_edit_last', '1'), (649, 114, '_edit_lock', '1228852576'), (647, 112, 'Telefon', '03-8924235'), (651, 114, '_rc_cwp_write_panel_id', '7'), (661, 114, 'E-mail', 'yusneta@inspen.gov.my'), (662, 116, '_edit_lock', '1228852596'), (660, 114, 'Telefon', '03-8924207'), (663, 116, '_edit_last', '1'), (664, 116, '_rc_cwp_write_panel_id', '7'), (674, 116, 'E-mail', 'yusof@inspen.gov.my'), (676, 118, '_edit_last', '1'), (675, 118, '_edit_lock', '1228852621'), (673, 116, 'Telefon', '03-8924232'), (677, 118, '_rc_cwp_write_panel_id', '7'), (687, 118, 'E-mail', 'suhana@inspen.gov.my'), (688, 120, '_edit_lock', '1228854328'), (686, 118, 'Telefon', '03-8924244'), (689, 120, '_edit_last', '1'), (690, 120, '_rc_cwp_write_panel_id', '6'), (693, 122, '_edit_lock', '1228854497'), (694, 122, '_edit_last', '1'), (695, 123, '_wp_page_template', 'page_gal.php'), (696, 123, '_edit_lock', '1228854500'), (697, 123, '_edit_last', '1'), (698, 124, '_edit_lock', '1228854691'), (699, 124, '_edit_last', '1'), (700, 124, '_rc_cwp_write_panel_id', '4'), (706, 124, 'File', '1228854682desktop.ini'), (707, 126, '_edit_lock', '1228854730'), (708, 126, '_edit_last', '1'), (709, 126, '_rc_cwp_write_panel_id', '4'), (715, 126, 'File', '1228854722desktop.ini'), (716, 128, '_edit_lock', '1228854790'), (717, 128, '_edit_last', '1'), (718, 128, '_rc_cwp_write_panel_id', '4'), (730, 128, 'File', '1228854758desktop.ini'), (731, 131, '_edit_lock', '1228854829'), (732, 131, '_edit_last', '1'), (733, 131, '_rc_cwp_write_panel_id', '4'), (739, 131, 'File', '1228854819desktop.ini'), (740, 133, '_edit_lock', '1228854852'), (741, 133, '_edit_last', '1'), (742, 134, '_edit_lock', '1228854916'), (743, 134, '_edit_last', '1'), (744, 134, '_rc_cwp_write_panel_id', '4'), (750, 134, 'File', '1228854907desktop.ini'), (751, 136, '_edit_lock', '1228855429'), (752, 136, '_edit_last', '1'), (753, 137, '_wp_page_template', 'page_borang.php'), (754, 137, '_edit_lock', '1228855865'), (755, 137, '_edit_last', '1'), (756, 138, '_edit_lock', '1228855877'), (757, 138, '_edit_last', '1'), (758, 138, '_wp_page_template', 'page_risalah.php'), (759, 140, '_edit_lock', '1228856080'), (760, 140, '_edit_last', '1'), (761, 140, '_rc_cwp_write_panel_id', '5'), (771, 140, 'Video', '1228856072desktop.ini'), (770, 140, 'Thumbnailmm', '1228856064videogaleri.jpg'), (772, 142, '_edit_lock', '1228856390'), (773, 142, '_edit_last', '1'), (774, 143, '_wp_page_template', 'page_multimedia.php'), (775, 143, '_edit_lock', '1228856393'), (776, 143, '_edit_last', '1'); -- -------------------------------------------------------- -- -- Table structure for table `wp_posts` -- CREATE TABLE IF NOT EXISTS `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_category` int(4) NOT NULL default '0', `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` text NOT NULL, `post_parent` bigint(20) NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=144 ; -- -- Dumping data for table `wp_posts` -- INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `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 (32, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'Terkini', 0, '', 'draft', 'open', 'open', '', '', '', '', '2008-12-02 20:33:44', '2008-12-02 20:33:44', '', 0, 'http://127.0.0.1/inspen/?page_id=32', 0, 'page', '', 0), (33, 1, '2008-12-02 20:33:44', '2008-12-02 20:33:44', '', 'Terkini', 0, '', 'publish', 'open', 'open', '', 'terkini', '', '', '2008-12-02 20:33:44', '2008-12-02 20:33:44', '', 0, 'http://127.0.0.1/inspen/?page_id=33', 0, 'page', '', 0), (2, 1, '2008-12-01 18:31:56', '2008-12-01 18:31:56', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'About', 0, '', 'publish', 'open', 'open', '', 'about', '', '', '2008-12-01 18:31:56', '2008-12-01 18:31:56', '', 0, 'http://127.0.0.1/inspen/?page_id=2', 0, 'page', '', 0), (34, 1, '2008-12-02 20:38:25', '2008-12-02 20:38:25', '', 'Berita', 0, '', 'publish', 'open', 'open', '', 'berita', '', '', '2008-12-02 20:38:25', '2008-12-02 20:38:25', '', 0, 'http://127.0.0.1/inspen/?page_id=34', 0, 'page', '', 0), (35, 1, '2008-12-02 20:38:22', '2008-12-02 20:38:22', '', 'Berita', 0, '', 'inherit', 'open', 'open', '', '34-revision', '', '', '2008-12-02 20:38:22', '2008-12-02 20:38:22', '', 34, 'http://127.0.0.1/inspen/?p=35', 0, 'revision', '', 0), (5, 1, '2008-03-01 18:49:31', '2008-03-01 18:49:31', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.', 'Penganugerahan JPN bagi Anugerah KKSN 2007', 0, '', 'publish', 'open', 'open', '', 'penganugerahan-jpn-bagi-anugerah-kksn-2007', '', '', '2008-12-01 18:49:50', '2008-12-01 18:49:50', '', 0, 'http://127.0.0.1/inspen/?p=5', 0, 'post', '', 0), (6, 1, '2008-12-01 18:48:47', '2008-12-01 18:48:47', '', 'Penganugerahan JPN bagi Anugerah KKSN 2007', 0, '', 'inherit', 'open', 'open', '', '5-revision', '', '', '2008-12-01 18:48:47', '2008-12-01 18:48:47', '', 5, 'http://127.0.0.1/inspen/?p=6', 0, 'revision', '', 0), (7, 1, '2008-12-01 18:49:31', '2008-12-01 18:49:31', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Penganugerahan JPN bagi Anugerah KKSN 2007', 0, '', 'inherit', 'open', 'open', '', '5-revision-2', '', '', '2008-12-01 18:49:31', '2008-12-01 18:49:31', '', 5, 'http://127.0.0.1/inspen/?p=7', 0, 'revision', '', 0), (8, 1, '2008-03-02 18:50:07', '2008-03-02 18:50:07', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Perutusan Khas KPPN Sempena Penganugerahan JPN bagi Anugerah KKSN 2007', 0, '', 'publish', 'open', 'open', '', 'perutusan-khas-kppn-sempena-penganugerahan-jpn-bagi-anugerah-kksn-2007', '', '', '2008-12-01 18:50:30', '2008-12-01 18:50:30', '', 0, 'http://127.0.0.1/inspen/?p=8', 0, 'post', '', 0), (9, 1, '2008-12-01 18:50:12', '2008-12-01 18:50:12', '', 'Perutusan Khas KPPN Sempena Penganugerahan JPN bagi Anugerah KKSN 2007', 0, '', 'inherit', 'open', 'open', '', '8-revision', '', '', '2008-12-01 18:50:12', '2008-12-01 18:50:12', '', 8, 'http://127.0.0.1/inspen/?p=9', 0, 'revision', '', 0), (10, 1, '2008-03-02 18:50:32', '2008-03-02 18:50:32', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Perutusan KPPN Sempena Tahun Baru 2008', 0, '', 'publish', 'open', 'open', '', 'perutusan-kppn-sempena-tahun-baru-2008', '', '', '2008-12-01 18:50:53', '2008-12-01 18:50:53', '', 0, 'http://127.0.0.1/inspen/?p=10', 0, 'post', '', 0), (11, 1, '2008-12-01 18:50:43', '2008-12-01 18:50:43', '', 'Perutusan KPPN Sempena Tahun Baru 2008', 0, '', 'inherit', 'open', 'open', '', '10-revision', '', '', '2008-12-01 18:50:43', '2008-12-01 18:50:43', '', 10, 'http://127.0.0.1/inspen/?p=11', 0, 'revision', '', 0), (12, 1, '2008-03-17 18:50:55', '2008-03-17 18:50:55', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Senarai pemenang Anugerah Kualiti KHEDN 2007', 0, '', 'publish', 'open', 'open', '', 'senarai-pemenang-anugerah-kualiti-khedn-2007', '', '', '2008-12-01 18:51:19', '2008-12-01 18:51:19', '', 0, 'http://127.0.0.1/inspen/?p=12', 0, 'post', '', 0), (13, 1, '2008-12-01 18:51:08', '2008-12-01 18:51:08', '', 'Senarai pemenang Anugerah Kualiti KHEDN 2007', 0, '', 'inherit', 'open', 'open', '', '12-revision', '', '', '2008-12-01 18:51:08', '2008-12-01 18:51:08', '', 12, 'http://127.0.0.1/inspen/?p=13', 0, 'revision', '', 0), (14, 1, '2008-03-10 18:51:24', '2008-03-10 18:51:24', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Perutusan KPPN Sempena Tahun Baru 2008', 0, '', 'publish', 'open', 'open', '', 'perutusan-kppn-sempena-tahun-baru-2008-2', '', '', '2008-12-01 18:52:05', '2008-12-01 18:52:05', '', 0, 'http://127.0.0.1/inspen/?p=14', 0, 'post', '', 0), (15, 1, '2008-12-01 18:51:54', '2008-12-01 18:51:54', '', 'Perutusan KPPN Sempena Tahun Baru 2008', 0, '', 'inherit', 'open', 'open', '', '14-revision', '', '', '2008-12-01 18:51:54', '2008-12-01 18:51:54', '', 14, 'http://127.0.0.1/inspen/?p=15', 0, 'revision', '', 0), (16, 1, '2008-03-10 18:52:06', '2008-03-10 18:52:06', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Senarai pemenang Anugerah Kualiti KHEDN 2007', 0, '', 'publish', 'open', 'open', '', 'senarai-pemenang-anugerah-kualiti-khedn-2007-2', '', '', '2008-12-01 18:52:33', '2008-12-01 18:52:33', '', 0, 'http://127.0.0.1/inspen/?p=16', 0, 'post', '', 0), (17, 1, '2008-12-01 18:52:19', '2008-12-01 18:52:19', '', 'Senarai pemenang Anugerah Kualiti KHEDN 2007', 0, '', 'inherit', 'open', 'open', '', '16-revision', '', '', '2008-12-01 18:52:19', '2008-12-01 18:52:19', '', 16, 'http://127.0.0.1/inspen/?p=17', 0, 'revision', '', 0), (18, 1, '2008-03-10 18:52:35', '2008-03-10 18:52:35', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Perutusan KPPN Sempena Tahun Baru 2008', 0, '', 'publish', 'open', 'open', '', 'perutusan-kppn-sempena-tahun-baru-2008-3', '', '', '2008-12-01 18:53:03', '2008-12-01 18:53:03', '', 0, 'http://127.0.0.1/inspen/?p=18', 0, 'post', '', 0), (19, 1, '2008-12-01 18:52:41', '2008-12-01 18:52:41', '', 'Perutusan KPPN Sempena Tahun Baru 2008', 0, '', 'inherit', 'open', 'open', '', '18-revision', '', '', '2008-12-01 18:52:41', '2008-12-01 18:52:41', '', 18, 'http://127.0.0.1/inspen/?p=19', 0, 'revision', '', 0), (20, 1, '2008-03-10 18:53:05', '2008-03-10 18:53:05', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Senarai pemenang Anugerah Kualiti KHEDN 2007', 0, '', 'publish', 'open', 'open', '', 'senarai-pemenang-anugerah-kualiti-khedn-2007-3', '', '', '2008-12-01 18:53:37', '2008-12-01 18:53:37', '', 0, 'http://127.0.0.1/inspen/?p=20', 0, 'post', '', 0), (21, 1, '2008-12-01 18:53:11', '2008-12-01 18:53:11', '', 'Senarai pemenang Anugerah Kualiti KHEDN 2007', 0, '', 'inherit', 'open', 'open', '', '20-revision', '', '', '2008-12-01 18:53:11', '2008-12-01 18:53:11', '', 20, 'http://127.0.0.1/inspen/?p=21', 0, 'revision', '', 0), (22, 1, '2008-03-10 18:53:39', '2008-03-10 18:53:39', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Senarai pemenang Anugerah Kualiti JPN 2007', 0, '', 'publish', 'open', 'open', '', 'senarai-pemenang-anugerah-kualiti-jpn-2007', '', '', '2008-12-01 18:54:02', '2008-12-01 18:54:02', '', 0, 'http://127.0.0.1/inspen/?p=22', 0, 'post', '', 0), (23, 1, '2008-12-01 18:53:45', '2008-12-01 18:53:45', '', 'Senarai pemenang Anugerah Kualiti JPN 2007', 0, '', 'inherit', 'open', 'open', '', '22-revision', '', '', '2008-12-01 18:53:45', '2008-12-01 18:53:45', '', 22, 'http://127.0.0.1/inspen/?p=23', 0, 'revision', '', 0), (24, 1, '2008-12-01 18:55:22', '2008-12-01 18:55:22', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Iklan Tender JKR (INSPEN)', 0, '', 'publish', 'open', 'open', '', 'iklan-tender-jkr-inspen', '', '', '2008-12-01 18:55:22', '2008-12-01 18:55:22', '', 0, 'http://127.0.0.1/inspen/?p=24', 0, 'post', '', 0), (25, 1, '2008-12-01 18:55:16', '2008-12-01 18:55:16', '', 'Iklan Tender JKR (INSPEN)', 0, '', 'inherit', 'open', 'open', '', '24-revision', '', '', '2008-12-01 18:55:16', '2008-12-01 18:55:16', '', 24, 'http://127.0.0.1/inspen/?p=25', 0, 'revision', '', 0), (26, 1, '2008-12-01 18:55:47', '2008-12-01 18:55:47', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Iklan Sebutharga SH/2/2008', 0, '', 'publish', 'open', 'open', '', 'iklan-sebutharga-sh22008', '', '', '2008-12-01 18:55:47', '2008-12-01 18:55:47', '', 0, 'http://127.0.0.1/inspen/?p=26', 0, 'post', '', 0), (27, 1, '2008-12-01 18:55:33', '2008-12-01 18:55:33', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Iklan Sebutharga SH/2/2008', 0, '', 'inherit', 'open', 'open', '', '26-revision', '', '', '2008-12-01 18:55:33', '2008-12-01 18:55:33', '', 26, 'http://127.0.0.1/inspen/?p=27', 0, 'revision', '', 0), (28, 1, '2008-12-01 18:56:01', '2008-12-01 18:56:01', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Iklan Tender T/01/2008', 0, '', 'publish', 'open', 'open', '', 'iklan-tender-t012008', '', '', '2008-12-01 18:56:01', '2008-12-01 18:56:01', '', 0, 'http://127.0.0.1/inspen/?p=28', 0, 'post', '', 0), (29, 1, '2008-12-01 18:55:56', '2008-12-01 18:55:56', '', 'Iklan Tender T/01/2008', 0, '', 'inherit', 'open', 'open', '', '28-revision', '', '', '2008-12-01 18:55:56', '2008-12-01 18:55:56', '', 28, 'http://127.0.0.1/inspen/?p=29', 0, 'revision', '', 0), (30, 1, '2008-12-01 18:56:40', '2008-12-01 18:56:40', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla pharetra commodo elit. Nunc dignissim pretium mauris. Phasellus malesuada eleifend justo. In magna neque, egestas iaculis, faucibus at, vulputate in, enim. Vivamus ultrices porta justo. Nam euismod egestas orci. Nunc nunc. Nam vitae ipsum non leo posuere elementum. Quisque nec massa. Suspendisse consectetuer, nisl rhoncus pellentesque lobortis, dui magna bibendum mauris, et suscipit erat quam sed orci. Donec aliquam ipsum nec mauris. Proin hendrerit justo vitae enim. Phasellus scelerisque rhoncus ligula. Sed sagittis enim vitae lacus.\r\n\r\nMaecenas sollicitudin viverra urna. Duis tristique mauris non lorem. Duis a risus. Morbi facilisis condimentum elit. Quisque imperdiet nunc non enim. Praesent mollis sodales diam. Nulla eget lacus. Nulla pellentesque libero quis urna. Pellentesque mollis ullamcorper quam. Aliquam erat volutpat. Mauris dui. Integer consectetuer varius nisi. Aliquam feugiat fringilla felis. In nec lectus sit amet ipsum gravida sodales. Praesent porttitor, velit vitae laoreet condimentum, augue nisi tristique sem, quis tincidunt eros sapien ut purus.\r\n\r\nFusce magna nisl, suscipit vel, mollis id, sollicitudin a, tortor. Praesent mi orci, scelerisque ut, dictum ac, posuere suscipit, sapien. In auctor imperdiet est. Suspendisse cursus. Donec consequat nunc. Proin tempor pellentesque nisl. Donec at leo eu mi adipiscing porttitor. Nulla convallis. Donec at libero. In dignissim, erat ut egestas rutrum, leo augue pretium orci, eu ullamcorper quam turpis at odio. Duis turpis. Aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut elementum eleifend massa. Phasellus iaculis malesuada dui. Nullam quis dui vitae est pulvinar placerat. Morbi ultrices pede sed nisl.\r\n\r\nAliquam porta felis nec lectus. Nam eget eros. Donec vehicula, nibh in molestie aliquam, nisi justo convallis nunc, et consectetuer nulla mauris vel ligula. Duis condimentum. Maecenas convallis, lorem vitae condimentum ullamcorper, mi ante dapibus nulla, in auctor velit dui nec ipsum. Suspendisse scelerisque vehicula leo. Duis pharetra porta libero. Nam placerat arcu eu est. Nam augue pede, aliquam mollis, lacinia nec, condimentum sit amet, odio. Praesent mollis diam sit amet lectus. Sed velit odio, pulvinar ac, consequat et, interdum sed, est. Integer ac eros in turpis adipiscing vehicula. Proin tincidunt ullamcorper augue. Praesent urna justo, ornare sed, mattis sit amet, pellentesque non, velit. Aliquam erat volutpat.\r\n', 'Sebutharga Iklan Sebutharga SH/04/2008', 0, '', 'publish', 'open', 'open', '', 'sebutharga-iklan-sebutharga-sh042008', '', '', '2008-12-01 18:56:40', '2008-12-01 18:56:40', '', 0, 'http://127.0.0.1/inspen/?p=30', 0, 'post', '', 0), (31, 1, '2008-12-01 18:56:16', '2008-12-01 18:56:16', '', 'Sebutharga Iklan Sebutharga SH/04/2008', 0, '', 'inherit', 'open', 'open', '', '30-revision', '', '', '2008-12-01 18:56:16', '2008-12-01 18:56:16', '', 30, 'http://127.0.0.1/inspen/?p=31', 0, 'revision', '', 0), (36, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'Tender', 0, '', 'draft', 'open', 'open', '', '', '', '', '2008-12-02 20:41:12', '2008-12-02 20:41:12', '', 0, 'http://127.0.0.1/inspen/?page_id=36', 0, 'page', '', 0), (37, 1, '2008-12-02 20:41:15', '2008-12-02 20:41:15', '', 'Tender', 0, '', 'publish', 'open', 'open', '', 'tender', '', '', '2008-12-02 20:42:03', '2008-12-02 20:42:03', '', 0, 'http://127.0.0.1/inspen/?page_id=37', 0, 'page', '', 0), (38, 1, '2008-12-02 20:41:15', '2008-12-02 20:41:15', '', 'Tender', 0, '', 'inherit', 'open', 'open', '', '37-revision', '', '', '2008-12-02 20:41:15', '2008-12-02 20:41:15', '', 37, 'http://127.0.0.1/inspen/?p=38', 0, 'revision', '', 0), (39, 1, '2008-12-09 19:35:00', '2008-12-09 19:35:00', '', 'Faridah Mohammed', 0, '', 'publish', 'open', 'open', '', 'faridah-mohammed', '', '', '2008-12-09 19:48:08', '2008-12-09 19:48:08', '', 0, 'http://127.0.0.1/inspen/?p=39', 0, 'post', '', 0), (40, 1, '2008-12-09 19:34:22', '2008-12-09 19:34:22', '', 'Faridah Mohammed', 0, '', 'inherit', 'open', 'open', '', '39-revision', '', '', '2008-12-09 19:34:22', '2008-12-09 19:34:22', '', 39, 'http://127.0.0.1/inspen/?p=40', 0, 'revision', '', 0), (82, 1, '2008-12-09 19:42:15', '2008-12-09 19:42:15', '', 'Rosimah Surib', 0, '', 'inherit', 'open', 'open', '', '65-revision', '', '', '2008-12-09 19:42:15', '2008-12-09 19:42:15', '', 65, 'http://127.0.0.1/inspen/?p=82', 0, 'revision', '', 0), (42, 1, '2008-12-09 19:36:00', '2008-12-09 19:36:00', '', 'PA', 0, '', 'publish', 'open', 'open', '', 'pa', '', '', '2008-12-09 19:47:50', '2008-12-09 19:47:50', '', 0, 'http://127.0.0.1/inspen/?p=42', 0, 'post', '', 0), (43, 1, '2008-12-09 19:35:50', '2008-12-09 19:35:50', '', '03-89247014', 0, '', 'inherit', 'open', 'open', '', '42-revision', '', '', '2008-12-09 19:35:50', '2008-12-09 19:35:50', '', 42, 'http://127.0.0.1/inspen/?p=43', 0, 'revision', '', 0), (44, 1, '2008-12-09 19:36:39', '2008-12-09 19:36:39', '', 'Fadariah Yaakob', 0, '', 'publish', 'open', 'open', '', 'fadariah-yaakob', '', '', '2008-12-09 19:47:28', '2008-12-09 19:47:28', '', 0, 'http://127.0.0.1/inspen/?p=44', 0, 'post', '', 0); INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `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 (45, 1, '2008-12-09 19:36:27', '2008-12-09 19:36:27', '', 'Fadariah Yaakob', 0, '', 'inherit', 'open', 'open', '', '44-revision', '', '', '2008-12-09 19:36:27', '2008-12-09 19:36:27', '', 44, 'http://127.0.0.1/inspen/?p=45', 0, 'revision', '', 0), (46, 1, '2008-12-09 19:37:02', '2008-12-09 19:37:02', '', 'Noor Fariza Abu Bakar', 0, '', 'publish', 'open', 'open', '', 'noor-fariza-abu-bakar', '', '', '2008-12-09 19:47:11', '2008-12-09 19:47:11', '', 0, 'http://127.0.0.1/inspen/?p=46', 0, 'post', '', 0), (47, 1, '2008-12-09 19:36:56', '2008-12-09 19:36:56', '', 'Noor Fariza Abu Bakar', 0, '', 'inherit', 'open', 'open', '', '46-revision', '', '', '2008-12-09 19:36:56', '2008-12-09 19:36:56', '', 46, 'http://127.0.0.1/inspen/?p=47', 0, 'revision', '', 0), (48, 1, '2008-12-09 19:37:29', '2008-12-09 19:37:29', '', 'Rahimat Bt. Usman', 0, '', 'publish', 'open', 'open', '', 'rahimat-bt-usman', '', '', '2008-12-09 19:46:54', '2008-12-09 19:46:54', '', 0, 'http://127.0.0.1/inspen/?p=48', 0, 'post', '', 0), (49, 1, '2008-12-09 19:37:22', '2008-12-09 19:37:22', '', 'Rahimat Bt. Usman', 0, '', 'inherit', 'open', 'open', '', '48-revision', '', '', '2008-12-09 19:37:22', '2008-12-09 19:37:22', '', 48, 'http://127.0.0.1/inspen/?p=49', 0, 'revision', '', 0), (50, 1, '2008-12-09 19:38:09', '2008-12-09 19:38:09', '', 'Hajah Zaiton Ismail', 0, '', 'publish', 'open', 'open', '', 'hajah-zaiton-ismail', '', '', '2008-12-09 19:46:36', '2008-12-09 19:46:36', '', 0, 'http://127.0.0.1/inspen/?p=50', 0, 'post', '', 0), (51, 1, '2008-12-09 19:37:46', '2008-12-09 19:37:46', '', 'Hajah Zaiton Ismail', 0, '', 'inherit', 'open', 'open', '', '50-revision', '', '', '2008-12-09 19:37:46', '2008-12-09 19:37:46', '', 50, 'http://127.0.0.1/inspen/?p=51', 0, 'revision', '', 0), (52, 1, '2008-12-09 19:38:30', '2008-12-09 19:38:30', '', 'Norhudah Ab. Halim (PA)', 0, '', 'publish', 'open', 'open', '', 'norhudah-ab-halim-pa', '', '', '2008-12-09 19:46:06', '2008-12-09 19:46:06', '', 0, 'http://127.0.0.1/inspen/?p=52', 0, 'post', '', 0), (53, 1, '2008-12-09 19:38:23', '2008-12-09 19:38:23', '', 'Norhudah Ab. Halim (PA)', 0, '', 'inherit', 'open', 'open', '', '52-revision', '', '', '2008-12-09 19:38:23', '2008-12-09 19:38:23', '', 52, 'http://127.0.0.1/inspen/?p=53', 0, 'revision', '', 0), (54, 1, '2008-12-09 19:39:06', '2008-12-09 19:39:06', '', 'Abdul Mutalib Osman', 0, '', 'publish', 'open', 'open', '', 'abdul-mutalib-osman', '', '', '2008-12-09 19:45:46', '2008-12-09 19:45:46', '', 0, 'http://127.0.0.1/inspen/?p=54', 0, 'post', '', 0), (55, 1, '2008-12-09 19:38:57', '2008-12-09 19:38:57', '', 'Abdul Mutalib Osman', 0, '', 'inherit', 'open', 'open', '', '54-revision', '', '', '2008-12-09 19:38:57', '2008-12-09 19:38:57', '', 54, 'http://127.0.0.1/inspen/?p=55', 0, 'revision', '', 0), (56, 1, '2008-12-09 19:39:31', '2008-12-09 19:39:31', '', 'Noor Farhana Wahiza Abdul Latif', 0, '', 'publish', 'open', 'open', '', 'noor-farhana-wahiza-abdul-latif', '', '', '2008-12-09 19:45:28', '2008-12-09 19:45:28', '', 0, 'http://127.0.0.1/inspen/?p=56', 0, 'post', '', 0), (57, 1, '2008-12-09 19:39:24', '2008-12-09 19:39:24', '', 'Noor Farhana Wahiza Abdul Latif', 0, '', 'inherit', 'open', 'open', '', '56-revision', '', '', '2008-12-09 19:39:24', '2008-12-09 19:39:24', '', 56, 'http://127.0.0.1/inspen/?p=57', 0, 'revision', '', 0), (58, 1, '2008-12-09 19:40:06', '2008-12-09 19:40:06', '', 'Suraya Mat Salleh', 0, '', 'publish', 'open', 'open', '', 'suraya-mat-salleh', '', '', '2008-12-09 19:45:11', '2008-12-09 19:45:11', '', 0, 'http://127.0.0.1/inspen/?p=58', 0, 'post', '', 0), (59, 1, '2008-12-09 19:39:58', '2008-12-09 19:39:58', '', 'Suraya Mat Salleh', 0, '', 'inherit', 'open', 'open', '', '58-revision', '', '', '2008-12-09 19:39:58', '2008-12-09 19:39:58', '', 58, 'http://127.0.0.1/inspen/?p=59', 0, 'revision', '', 0), (60, 1, '2008-12-09 19:40:42', '2008-12-09 19:40:42', '', 'Noor Farehan Hussein ', 0, '', 'publish', 'open', 'open', '', 'noor-farehan-hussein', '', '', '2008-12-09 19:44:51', '2008-12-09 19:44:51', '', 0, 'http://127.0.0.1/inspen/?p=60', 0, 'post', '', 0), (61, 1, '2008-12-09 19:40:33', '2008-12-09 19:40:33', '', 'Noor Farehan Hussein', 0, '', 'inherit', 'open', 'open', '', '60-revision', '', '', '2008-12-09 19:40:33', '2008-12-09 19:40:33', '', 60, 'http://127.0.0.1/inspen/?p=61', 0, 'revision', '', 0), (62, 1, '2008-12-09 19:41:19', '2008-12-09 19:41:19', '', 'Rosila Yasin', 0, '', 'publish', 'open', 'open', '', 'rosila-yasin', '', '', '2008-12-09 19:44:26', '2008-12-09 19:44:26', '', 0, 'http://127.0.0.1/inspen/?p=62', 0, 'post', '', 0), (63, 1, '2008-12-09 19:41:42', '2008-12-09 19:41:42', '', 'Rosni Ali', 0, '', 'publish', 'open', 'open', '', 'rosni-ali', '', '', '2008-12-09 19:44:05', '2008-12-09 19:44:05', '', 0, 'http://127.0.0.1/inspen/?p=63', 0, 'post', '', 0), (64, 1, '2008-12-09 19:41:35', '2008-12-09 19:41:35', '', 'Rosni Ali', 0, '', 'inherit', 'open', 'open', '', '63-revision', '', '', '2008-12-09 19:41:35', '2008-12-09 19:41:35', '', 63, 'http://127.0.0.1/inspen/?p=64', 0, 'revision', '', 0), (65, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'Rosimah Surib', 0, '', 'draft', 'open', 'open', '', '', '', '', '2008-12-09 19:48:41', '2008-12-09 19:48:41', '', 0, 'http://127.0.0.1/inspen/?p=65', 0, 'post', '', 0), (66, 1, '2008-12-09 19:43:10', '2008-12-09 19:43:10', '', 'Syed Anuar Syed Norddin', 0, '', 'publish', 'open', 'open', '', 'syed-anuar-syed-norddin', '', '', '2008-12-09 19:43:10', '2008-12-09 19:43:10', '', 0, 'http://127.0.0.1/inspen/?p=66', 0, 'post', '', 0), (67, 1, '2008-12-09 19:43:01', '2008-12-09 19:43:01', '', 'Syed Anuar Syed Norddin', 0, '', 'inherit', 'open', 'open', '', '66-revision', '', '', '2008-12-09 19:43:01', '2008-12-09 19:43:01', '', 66, 'http://127.0.0.1/inspen/?p=67', 0, 'revision', '', 0), (68, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'Yang Redzuan Din', 0, '', 'draft', 'open', 'open', '', '', '', '', '2008-12-09 19:43:37', '2008-12-09 19:43:37', '', 0, 'http://127.0.0.1/inspen/?p=68', 0, 'post', '', 0), (69, 1, '2008-12-09 19:41:42', '2008-12-09 19:41:42', '', 'Rosni Ali', 0, '', 'inherit', 'open', 'open', '', '63-revision-2', '', '', '2008-12-09 19:41:42', '2008-12-09 19:41:42', '', 63, 'http://127.0.0.1/inspen/?p=69', 0, 'revision', '', 0), (70, 1, '2008-12-09 19:41:19', '2008-12-09 19:41:19', '', 'Rosila Yasin', 0, '', 'inherit', 'open', 'open', '', '62-revision', '', '', '2008-12-09 19:41:19', '2008-12-09 19:41:19', '', 62, 'http://127.0.0.1/inspen/?p=70', 0, 'revision', '', 0), (71, 1, '2008-12-09 19:40:42', '2008-12-09 19:40:42', '', 'Noor Farehan Hussein ', 0, '', 'inherit', 'open', 'open', '', '60-revision-2', '', '', '2008-12-09 19:40:42', '2008-12-09 19:40:42', '', 60, 'http://127.0.0.1/inspen/?p=71', 0, 'revision', '', 0), (72, 1, '2008-12-09 19:40:06', '2008-12-09 19:40:06', '', 'Suraya Mat Salleh', 0, '', 'inherit', 'open', 'open', '', '58-revision-2', '', '', '2008-12-09 19:40:06', '2008-12-09 19:40:06', '', 58, 'http://127.0.0.1/inspen/?p=72', 0, 'revision', '', 0), (73, 1, '2008-12-09 19:39:31', '2008-12-09 19:39:31', '', 'Noor Farhana Wahiza Abdul Latif', 0, '', 'inherit', 'open', 'open', '', '56-revision-2', '', '', '2008-12-09 19:39:31', '2008-12-09 19:39:31', '', 56, 'http://127.0.0.1/inspen/?p=73', 0, 'revision', '', 0), (74, 1, '2008-12-09 19:39:06', '2008-12-09 19:39:06', '', 'Abdul Mutalib Osman', 0, '', 'inherit', 'open', 'open', '', '54-revision-2', '', '', '2008-12-09 19:39:06', '2008-12-09 19:39:06', '', 54, 'http://127.0.0.1/inspen/?p=74', 0, 'revision', '', 0), (75, 1, '2008-12-09 19:38:30', '2008-12-09 19:38:30', '', 'Norhudah Ab. Halim (PA)', 0, '', 'inherit', 'open', 'open', '', '52-revision-2', '', '', '2008-12-09 19:38:30', '2008-12-09 19:38:30', '', 52, 'http://127.0.0.1/inspen/?p=75', 0, 'revision', '', 0), (76, 1, '2008-12-09 19:38:09', '2008-12-09 19:38:09', '', 'Hajah Zaiton Ismail', 0, '', 'inherit', 'open', 'open', '', '50-revision-2', '', '', '2008-12-09 19:38:09', '2008-12-09 19:38:09', '', 50, 'http://127.0.0.1/inspen/?p=76', 0, 'revision', '', 0), (77, 1, '2008-12-09 19:37:29', '2008-12-09 19:37:29', '', 'Rahimat Bt. Usman', 0, '', 'inherit', 'open', 'open', '', '48-revision-2', '', '', '2008-12-09 19:37:29', '2008-12-09 19:37:29', '', 48, 'http://127.0.0.1/inspen/?p=77', 0, 'revision', '', 0), (78, 1, '2008-12-09 19:37:02', '2008-12-09 19:37:02', '', 'Noor Fariza Abu Bakar', 0, '', 'inherit', 'open', 'open', '', '46-revision-2', '', '', '2008-12-09 19:37:02', '2008-12-09 19:37:02', '', 46, 'http://127.0.0.1/inspen/?p=78', 0, 'revision', '', 0), (79, 1, '2008-12-09 19:36:39', '2008-12-09 19:36:39', '', 'Fadariah Yaakob', 0, '', 'inherit', 'open', 'open', '', '44-revision-2', '', '', '2008-12-09 19:36:39', '2008-12-09 19:36:39', '', 44, 'http://127.0.0.1/inspen/?p=79', 0, 'revision', '', 0), (80, 1, '2008-12-09 19:36:00', '2008-12-09 19:36:00', '', 'PA', 0, '', 'inherit', 'open', 'open', '', '42-revision-2', '', '', '2008-12-09 19:36:00', '2008-12-09 19:36:00', '', 42, 'http://127.0.0.1/inspen/?p=80', 0, 'revision', '', 0), (81, 1, '2008-12-09 19:35:00', '2008-12-09 19:35:00', '', 'Faridah Mohammed', 0, '', 'inherit', 'open', 'open', '', '39-revision-2', '', '', '2008-12-09 19:35:00', '2008-12-09 19:35:00', '', 39, 'http://127.0.0.1/inspen/?p=81', 0, 'revision', '', 0), (83, 1, '2008-12-09 19:49:28', '2008-12-09 19:49:28', '', 'Yang Redzuan Din', 0, '', 'publish', 'open', 'open', '', 'yang-redzuan-din', '', '', '2008-12-09 19:49:28', '2008-12-09 19:49:28', '', 0, 'http://127.0.0.1/inspen/?p=83', 0, 'post', '', 0), (84, 1, '2008-12-09 19:49:19', '2008-12-09 19:49:19', '', 'Yang Redzuan Din', 0, '', 'inherit', 'open', 'open', '', '83-revision', '', '', '2008-12-09 19:49:19', '2008-12-09 19:49:19', '', 83, 'http://127.0.0.1/inspen/?p=84', 0, 'revision', '', 0), (85, 1, '2008-12-09 19:49:51', '2008-12-09 19:49:51', '', 'Hasan Shakri Mohd Noor', 0, '', 'publish', 'open', 'open', '', 'hasan-shakri-mohd-noor', '', '', '2008-12-09 19:50:09', '2008-12-09 19:50:09', '', 0, 'http://127.0.0.1/inspen/?p=85', 0, 'post', '', 0), (86, 1, '2008-12-09 19:49:42', '2008-12-09 19:49:42', '', 'Hasan Shakri Mohd Noor', 0, '', 'inherit', 'open', 'open', '', '85-revision', '', '', '2008-12-09 19:49:42', '2008-12-09 19:49:42', '', 85, 'http://127.0.0.1/inspen/?p=86', 0, 'revision', '', 0), (87, 1, '2008-12-09 19:49:51', '2008-12-09 19:49:51', '', 'Hasan Shakri Mohd Noor', 0, '', 'inherit', 'open', 'open', '', '85-revision-2', '', '', '2008-12-09 19:49:51', '2008-12-09 19:49:51', '', 85, 'http://127.0.0.1/inspen/?p=87', 0, 'revision', '', 0), (88, 1, '2008-12-09 19:50:40', '2008-12-09 19:50:40', '', 'Zulkhairi Ismail', 0, '', 'publish', 'open', 'open', '', 'zulkhairi-ismail', '', '', '2008-12-09 19:50:40', '2008-12-09 19:50:40', '', 0, 'http://127.0.0.1/inspen/?p=88', 0, 'post', '', 0), (89, 1, '2008-12-09 19:50:32', '2008-12-09 19:50:32', '', 'Zulkhairi Ismail', 0, '', 'inherit', 'open', 'open', '', '88-revision', '', '', '2008-12-09 19:50:32', '2008-12-09 19:50:32', '', 88, 'http://127.0.0.1/inspen/?p=89', 0, 'revision', '', 0), (90, 1, '2008-12-09 19:51:37', '2008-12-09 19:51:37', '', 'Malyagus Tagi', 0, '', 'publish', 'open', 'open', '', 'malyagus-tagi', '', '', '2008-12-09 19:51:37', '2008-12-09 19:51:37', '', 0, 'http://127.0.0.1/inspen/?p=90', 0, 'post', '', 0), (91, 1, '2008-12-09 19:51:29', '2008-12-09 19:51:29', '', 'Malyagus Tagi', 0, '', 'inherit', 'open', 'open', '', '90-revision', '', '', '2008-12-09 19:51:29', '2008-12-09 19:51:29', '', 90, 'http://127.0.0.1/inspen/?p=91', 0, 'revision', '', 0), (92, 1, '2008-12-09 19:52:04', '2008-12-09 19:52:04', '', 'Mohamed Khalid Zakaria', 0, '', 'publish', 'open', 'open', '', 'mohamed-khalid-zakaria', '', '', '2008-12-09 19:52:04', '2008-12-09 19:52:04', '', 0, 'http://127.0.0.1/inspen/?p=92', 0, 'post', '', 0), (93, 1, '2008-12-09 19:51:47', '2008-12-09 19:51:47', '', 'Mohamed Khalid Zakaria', 0, '', 'inherit', 'open', 'open', '', '92-revision', '', '', '2008-12-09 19:51:47', '2008-12-09 19:51:47', '', 92, 'http://127.0.0.1/inspen/?p=93', 0, 'revision', '', 0), (94, 1, '2008-12-09 19:52:26', '2008-12-09 19:52:26', '', 'Norhayati Daud', 0, '', 'publish', 'open', 'open', '', 'norhayati-daud', '', '', '2008-12-09 19:52:26', '2008-12-09 19:52:26', '', 0, 'http://127.0.0.1/inspen/?p=94', 0, 'post', '', 0), (95, 1, '2008-12-09 19:52:18', '2008-12-09 19:52:18', '', 'Norhayati Daud', 0, '', 'inherit', 'open', 'open', '', '94-revision', '', '', '2008-12-09 19:52:18', '2008-12-09 19:52:18', '', 94, 'http://127.0.0.1/inspen/?p=95', 0, 'revision', '', 0), (96, 1, '2008-12-09 19:52:52', '2008-12-09 19:52:52', '', 'Yusdira Yusof', 0, '', 'publish', 'open', 'open', '', 'yusdira-yusof', '', '', '2008-12-09 19:52:52', '2008-12-09 19:52:52', '', 0, 'http://127.0.0.1/inspen/?p=96', 0, 'post', '', 0), (97, 1, '2008-12-09 19:52:42', '2008-12-09 19:52:42', '', 'Yusdira Yusof', 0, '', 'inherit', 'open', 'open', '', '96-revision', '', '', '2008-12-09 19:52:42', '2008-12-09 19:52:42', '', 96, 'http://127.0.0.1/inspen/?p=97', 0, 'revision', '', 0), (98, 1, '2008-12-09 19:53:14', '2008-12-09 19:53:14', '', 'Rohana Abd Rahman', 0, '', 'publish', 'open', 'open', '', 'rohana-abd-rahman', '', '', '2008-12-09 19:53:14', '2008-12-09 19:53:14', '', 0, 'http://127.0.0.1/inspen/?p=98', 0, 'post', '', 0), (99, 1, '2008-12-09 19:53:03', '2008-12-09 19:53:03', '', 'Rohana Abd Rahman', 0, '', 'inherit', 'open', 'open', '', '98-revision', '', '', '2008-12-09 19:53:03', '2008-12-09 19:53:03', '', 98, 'http://127.0.0.1/inspen/?p=99', 0, 'revision', '', 0), (100, 1, '2008-12-09 19:53:35', '2008-12-09 19:53:35', '', 'Roszaimahtun Razali', 0, '', 'publish', 'open', 'open', '', 'roszaimahtun-razali', '', '', '2008-12-09 19:53:35', '2008-12-09 19:53:35', '', 0, 'http://127.0.0.1/inspen/?p=100', 0, 'post', '', 0), (101, 1, '2008-12-09 19:53:28', '2008-12-09 19:53:28', '', 'Roszaimahtun Razali', 0, '', 'inherit', 'open', 'open', '', '100-revision', '', '', '2008-12-09 19:53:28', '2008-12-09 19:53:28', '', 100, 'http://127.0.0.1/inspen/?p=101', 0, 'revision', '', 0), (102, 1, '2008-12-09 19:53:57', '2008-12-09 19:53:57', '', 'Kamarudin Yusof', 0, '', 'publish', 'open', 'open', '', 'kamarudin-yusof', '', '', '2008-12-09 19:53:57', '2008-12-09 19:53:57', '', 0, 'http://127.0.0.1/inspen/?p=102', 0, 'post', '', 0), (103, 1, '2008-12-09 19:53:46', '2008-12-09 19:53:46', '', 'Kamarudin Yusof', 0, '', 'inherit', 'open', 'open', '', '102-revision', '', '', '2008-12-09 19:53:46', '2008-12-09 19:53:46', '', 102, 'http://127.0.0.1/inspen/?p=103', 0, 'revision', '', 0), (104, 1, '2008-12-09 19:54:29', '2008-12-09 19:54:29', '', 'Kalthum Mohd Ghazalli', 0, '', 'publish', 'open', 'open', '', 'kalthum-mohd-ghazalli', '', '', '2008-12-09 19:54:29', '2008-12-09 19:54:29', '', 0, 'http://127.0.0.1/inspen/?p=104', 0, 'post', '', 0), (105, 1, '2008-12-09 19:54:22', '2008-12-09 19:54:22', '', 'Kalthum Mohd Ghazalli', 0, '', 'inherit', 'open', 'open', '', '104-revision', '', '', '2008-12-09 19:54:22', '2008-12-09 19:54:22', '', 104, 'http://127.0.0.1/inspen/?p=105', 0, 'revision', '', 0), (106, 1, '2008-12-09 19:54:53', '2008-12-09 19:54:53', '', 'Fadariah Yaakob', 0, '', 'publish', 'open', 'open', '', 'fadariah-yaakob-2', '', '', '2008-12-09 19:54:53', '2008-12-09 19:54:53', '', 0, 'http://127.0.0.1/inspen/?p=106', 0, 'post', '', 0), (107, 1, '2008-12-09 19:54:44', '2008-12-09 19:54:44', '', 'Fadariah Yaakob', 0, '', 'inherit', 'open', 'open', '', '106-revision', '', '', '2008-12-09 19:54:44', '2008-12-09 19:54:44', '', 106, 'http://127.0.0.1/inspen/?p=107', 0, 'revision', '', 0), (108, 1, '2008-12-09 19:55:12', '2008-12-09 19:55:12', '', 'Khairul Amri (PA)', 0, '', 'publish', 'open', 'open', '', 'khairul-amri-pa', '', '', '2008-12-09 19:55:12', '2008-12-09 19:55:12', '', 0, 'http://127.0.0.1/inspen/?p=108', 0, 'post', '', 0), (109, 1, '2008-12-09 19:55:03', '2008-12-09 19:55:03', '', 'Khairul Amri (PA)', 0, '', 'inherit', 'open', 'open', '', '108-revision', '', '', '2008-12-09 19:55:03', '2008-12-09 19:55:03', '', 108, 'http://127.0.0.1/inspen/?p=109', 0, 'revision', '', 0), (110, 1, '2008-12-09 19:55:34', '2008-12-09 19:55:34', '', 'Shamsiah Ajmain', 0, '', 'publish', 'open', 'open', '', 'shamsiah-ajmain', '', '', '2008-12-09 19:55:34', '2008-12-09 19:55:34', '', 0, 'http://127.0.0.1/inspen/?p=110', 0, 'post', '', 0), (111, 1, '2008-12-09 19:55:26', '2008-12-09 19:55:26', '', 'Shamsiah Ajmain', 0, '', 'inherit', 'open', 'open', '', '110-revision', '', '', '2008-12-09 19:55:26', '2008-12-09 19:55:26', '', 110, 'http://127.0.0.1/inspen/?p=111', 0, 'revision', '', 0), (112, 1, '2008-12-09 19:55:54', '2008-12-09 19:55:54', '', 'Anita Mohamed', 0, '', 'publish', 'open', 'open', '', 'anita-mohamed', '', '', '2008-12-09 19:55:54', '2008-12-09 19:55:54', '', 0, 'http://127.0.0.1/inspen/?p=112', 0, 'post', '', 0), (113, 1, '2008-12-09 19:55:47', '2008-12-09 19:55:47', '', 'Anita Mohamed', 0, '', 'inherit', 'open', 'open', '', '112-revision', '', '', '2008-12-09 19:55:47', '2008-12-09 19:55:47', '', 112, 'http://127.0.0.1/inspen/?p=113', 0, 'revision', '', 0), (114, 1, '2008-12-09 19:56:15', '2008-12-09 19:56:15', '', 'Yusneta Idon', 0, '', 'publish', 'open', 'open', '', 'yusneta-idon', '', '', '2008-12-09 19:56:15', '2008-12-09 19:56:15', '', 0, 'http://127.0.0.1/inspen/?p=114', 0, 'post', '', 0), (115, 1, '2008-12-09 19:56:08', '2008-12-09 19:56:08', '', 'Yusneta Idon', 0, '', 'inherit', 'open', 'open', '', '114-revision', '', '', '2008-12-09 19:56:08', '2008-12-09 19:56:08', '', 114, 'http://127.0.0.1/inspen/?p=115', 0, 'revision', '', 0), (116, 1, '2008-12-09 19:56:36', '2008-12-09 19:56:36', '', 'Mohd Yusof Mardi', 0, '', 'publish', 'open', 'open', '', 'mohd-yusof-mardi', '', '', '2008-12-09 19:56:36', '2008-12-09 19:56:36', '', 0, 'http://127.0.0.1/inspen/?p=116', 0, 'post', '', 0), (117, 1, '2008-12-09 19:56:28', '2008-12-09 19:56:28', '', 'Mohd Yusof Mardi', 0, '', 'inherit', 'open', 'open', '', '116-revision', '', '', '2008-12-09 19:56:28', '2008-12-09 19:56:28', '', 116, 'http://127.0.0.1/inspen/?p=117', 0, 'revision', '', 0), (118, 1, '2008-12-09 19:57:00', '2008-12-09 19:57:00', '', 'Suhana Ibrahim', 0, '', 'publish', 'open', 'open', '', 'suhana-ibrahim', '', '', '2008-12-09 19:57:00', '2008-12-09 19:57:00', '', 0, 'http://127.0.0.1/inspen/?p=118', 0, 'post', '', 0), (119, 1, '2008-12-09 19:56:48', '2008-12-09 19:56:48', '', 'Suhana Ibrahim', 0, '', 'inherit', 'open', 'open', '', '118-revision', '', '', '2008-12-09 19:56:48', '2008-12-09 19:56:48', '', 118, 'http://127.0.0.1/inspen/?p=119', 0, 'revision', '', 0), (120, 1, '2008-12-09 20:25:28', '2008-12-09 20:25:28', 'Sample Gallery', 'Sample Gallery', 0, '', 'publish', 'open', 'open', '', 'sample-gallery', '', '', '2008-12-09 20:25:28', '2008-12-09 20:25:28', '', 0, 'http://127.0.0.1/inspen/?p=120', 0, 'post', '', 0), (121, 1, '2008-12-09 20:25:21', '2008-12-09 20:25:21', '', 'Sample Gallery', 0, '', 'inherit', 'open', 'open', '', '120-revision', '', '', '2008-12-09 20:25:21', '2008-12-09 20:25:21', '', 120, 'http://127.0.0.1/inspen/?p=121', 0, 'revision', '', 0), (122, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'Gallery', 0, '', 'draft', 'open', 'open', '', '', '', '', '2008-12-09 20:28:17', '2008-12-09 20:28:17', '', 0, 'http://127.0.0.1/inspen/?page_id=122', 0, 'page', '', 0), (123, 1, '2008-12-09 20:28:19', '2008-12-09 20:28:19', '', 'Gallery', 0, '', 'publish', 'open', 'open', '', 'gallery', '', '', '2008-12-09 20:28:19', '2008-12-09 20:28:19', '', 0, 'http://127.0.0.1/inspen/?page_id=123', 0, 'page', '', 0), (124, 1, '2008-12-09 20:31:30', '2008-12-09 20:31:30', '', 'Borang Kemasukan Pelajar 2009', 0, '', 'publish', 'open', 'open', '', 'borang-kemasukan-pelajar-2009', '', '', '2008-12-09 20:31:30', '2008-12-09 20:31:30', '', 0, 'http://127.0.0.1/inspen/?p=124', 0, 'post', '', 0), (125, 1, '2008-12-09 20:31:23', '2008-12-09 20:31:23', '', 'Borang Kemasukan Pelajar 2009', 0, '', 'inherit', 'open', 'open', '', '124-revision', '', '', '2008-12-09 20:31:23', '2008-12-09 20:31:23', '', 124, 'http://127.0.0.1/inspen/?p=125', 0, 'revision', '', 0), (126, 1, '2008-12-09 20:32:09', '2008-12-09 20:32:09', '', 'Permohonan Sijil Kelayakan', 0, '', 'publish', 'open', 'open', '', 'permohonan-sijil-kelayakan', '', '', '2008-12-09 20:32:09', '2008-12-09 20:32:09', '', 0, 'http://127.0.0.1/inspen/?p=126', 0, 'post', '', 0), (127, 1, '2008-12-09 20:31:58', '2008-12-09 20:31:58', '', 'Permohonan Sijil Kelayakan', 0, '', 'inherit', 'open', 'open', '', '126-revision', '', '', '2008-12-09 20:31:58', '2008-12-09 20:31:58', '', 126, 'http://127.0.0.1/inspen/?p=127', 0, 'revision', '', 0), (128, 1, '2008-12-09 20:32:51', '2008-12-09 20:32:51', '', 'Syarat Kelayakan Kursus', 0, '', 'publish', 'open', 'open', '', 'syarat-kelayakan-kursus', '', '', '2008-12-09 20:33:08', '2008-12-09 20:33:08', '', 0, 'http://127.0.0.1/inspen/?p=128', 0, 'post', '', 0), (129, 1, '2008-12-09 20:32:40', '2008-12-09 20:32:40', '', 'Syarat Kelayakan Kursus', 0, '', 'inherit', 'open', 'open', '', '128-revision', '', '', '2008-12-09 20:32:40', '2008-12-09 20:32:40', '', 128, 'http://127.0.0.1/inspen/?p=129', 0, 'revision', '', 0), (130, 1, '2008-12-09 20:32:51', '2008-12-09 20:32:51', '', 'Syarat Kelayakan Kursus', 0, '', 'inherit', 'open', 'open', '', '128-revision-2', '', '', '2008-12-09 20:32:51', '2008-12-09 20:32:51', '', 128, 'http://127.0.0.1/inspen/?p=130', 0, 'revision', '', 0), (131, 1, '2008-12-09 20:33:48', '2008-12-09 20:33:48', '', 'Garis Panduan Kursus', 0, '', 'publish', 'open', 'open', '', 'garis-panduan-kursus', '', '', '2008-12-09 20:33:48', '2008-12-09 20:33:48', '', 0, 'http://127.0.0.1/inspen/?p=131', 0, 'post', '', 0), (132, 1, '2008-12-09 20:33:40', '2008-12-09 20:33:40', '', 'Garis Panduan Kursus', 0, '', 'inherit', 'open', 'open', '', '131-revision', '', '', '2008-12-09 20:33:40', '2008-12-09 20:33:40', '', 131, 'http://127.0.0.1/inspen/?p=132', 0, 'revision', '', 0), (133, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'Pekeliling 2008', 0, '', 'draft', 'open', 'open', '', '', '', '', '2008-12-09 20:34:12', '2008-12-09 20:34:12', '', 0, 'http://127.0.0.1/inspen/?p=133', 0, 'post', '', 0), (134, 1, '2008-12-09 20:35:15', '2008-12-09 20:35:15', '', 'Pekeliling 2008', 0, '', 'publish', 'open', 'open', '', 'pekeliling-2008', '', '', '2008-12-09 20:35:15', '2008-12-09 20:35:15', '', 0, 'http://127.0.0.1/inspen/?p=134', 0, 'post', '', 0), (135, 1, '2008-12-09 20:35:09', '2008-12-09 20:35:09', '', 'Pekeliling 2008', 0, '', 'inherit', 'open', 'open', '', '134-revision', '', '', '2008-12-09 20:35:09', '2008-12-09 20:35:09', '', 134, 'http://127.0.0.1/inspen/?p=135', 0, 'revision', '', 0), (136, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'Borang', 0, '', 'draft', 'open', 'open', '', '', '', '', '2008-12-09 20:43:49', '2008-12-09 20:43:49', '', 0, 'http://127.0.0.1/inspen/?page_id=136', 0, 'page', '', 0), (137, 1, '2008-12-09 20:43:50', '2008-12-09 20:43:50', '', 'Risalah', 0, '', 'draft', 'open', 'open', '', 'borang', '', '', '2008-12-09 20:51:05', '2008-12-09 20:51:05', '', 0, 'http://127.0.0.1/inspen/?page_id=137', 0, 'page', '', 0), (138, 1, '2008-12-09 20:51:16', '2008-12-09 20:51:16', '', 'Risalah', 0, '', 'publish', 'open', 'open', '', 'risalah', '', '', '2008-12-09 20:51:16', '2008-12-09 20:51:16', '', 0, 'http://127.0.0.1/inspen/?page_id=138', 0, 'page', '', 0), (139, 1, '2008-12-09 20:51:13', '2008-12-09 20:51:13', '', 'Risalah', 0, '', 'inherit', 'open', 'open', '', '138-revision', '', '', '2008-12-09 20:51:13', '2008-12-09 20:51:13', '', 138, 'http://127.0.0.1/inspen/?p=139', 0, 'revision', '', 0), (140, 1, '2008-12-09 20:54:39', '2008-12-09 20:54:39', '', 'Majlis Anugerah Inspen 2008', 0, '', 'publish', 'open', 'open', '', 'majlis-anugerah-inspen-2008', '', '', '2008-12-09 20:54:39', '2008-12-09 20:54:39', '', 0, 'http://127.0.0.1/inspen/?p=140', 0, 'post', '', 0), (141, 1, '2008-12-09 20:54:12', '2008-12-09 20:54:12', '', 'Majlis Anugerah Inspen 2008', 0, '', 'inherit', 'open', 'open', '', '140-revision', '', '', '2008-12-09 20:54:12', '2008-12-09 20:54:12', '', 140, 'http://127.0.0.1/inspen/?p=141', 0, 'revision', '', 0), (142, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'Multimedia', 0, '', 'draft', 'open', 'open', '', '', '', '', '2008-12-09 20:59:50', '2008-12-09 20:59:50', '', 0, 'http://127.0.0.1/inspen/?page_id=142', 0, 'page', '', 0), (143, 1, '2008-12-09 20:59:53', '2008-12-09 20:59:53', '', 'Multimedia', 0, '', 'publish', 'open', 'open', '', 'multimedia', '', '', '2008-12-09 20:59:53', '2008-12-09 20:59:53', '', 0, 'http://127.0.0.1/inspen/?page_id=143', 0, 'page', '', 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_rc_cwp_custom_field_options` -- CREATE TABLE IF NOT EXISTS `wp_rc_cwp_custom_field_options` ( `custom_field_id` int(11) NOT NULL, `options` text, `default_option` text, PRIMARY KEY (`custom_field_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_rc_cwp_custom_field_options` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_rc_cwp_custom_field_properties` -- CREATE TABLE IF NOT EXISTS `wp_rc_cwp_custom_field_properties` ( `custom_field_id` int(11) NOT NULL auto_increment, `properties` text, PRIMARY KEY (`custom_field_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ; -- -- Dumping data for table `wp_rc_cwp_custom_field_properties` -- INSERT INTO `wp_rc_cwp_custom_field_properties` (`custom_field_id`, `properties`) VALUES (1, 'a:0:{}'), (2, 'a:0:{}'), (3, 'a:0:{}'), (5, 'a:0:{}'), (6, 'a:0:{}'), (8, 'a:1:{s:4:"size";s:2:"25";}'), (9, 'a:1:{s:4:"size";s:2:"25";}'); -- -------------------------------------------------------- -- -- Table structure for table `wp_rc_cwp_custom_field_types` -- CREATE TABLE IF NOT EXISTS `wp_rc_cwp_custom_field_types` ( `id` tinyint(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `description` varchar(100) default NULL, `has_options` enum('true','false') NOT NULL, `has_properties` enum('true','false') NOT NULL, `allow_multiple_values` enum('true','false') NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ; -- -- Dumping data for table `wp_rc_cwp_custom_field_types` -- INSERT INTO `wp_rc_cwp_custom_field_types` (`id`, `name`, `description`, `has_options`, `has_properties`, `allow_multiple_values`) VALUES (1, 'Textbox', NULL, 'false', 'true', 'false'), (2, 'Multiline Textbox', NULL, 'false', 'true', 'false'), (3, 'Checkbox', NULL, 'false', 'false', 'false'), (4, 'Checkbox List', NULL, 'true', 'false', 'true'), (5, 'Radiobutton List', NULL, 'true', 'false', 'false'), (6, 'Dropdown List', NULL, 'true', 'false', 'false'), (7, 'Listbox', NULL, 'true', 'true', 'true'), (8, 'File', NULL, 'false', 'false', 'false'), (9, 'Image', NULL, 'false', 'true', 'false'), (10, 'Date', NULL, 'false', 'true', 'false'), (11, 'Audio', NULL, 'false', 'false', 'false'); -- -------------------------------------------------------- -- -- Table structure for table `wp_rc_cwp_modules` -- CREATE TABLE IF NOT EXISTS `wp_rc_cwp_modules` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `description` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -- Dumping data for table `wp_rc_cwp_modules` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_rc_cwp_module_groups` -- CREATE TABLE IF NOT EXISTS `wp_rc_cwp_module_groups` ( `id` int(11) NOT NULL auto_increment, `panel_id` int(11) NOT NULL, `name` varchar(50) NOT NULL, `duplicate` tinyint(1) NOT NULL, `at_right` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ; -- -- Dumping data for table `wp_rc_cwp_module_groups` -- INSERT INTO `wp_rc_cwp_module_groups` (`id`, `panel_id`, `name`, `duplicate`, `at_right`) VALUES (1, 1, '__default', 0, 0), (2, 2, '__default', 0, 0), (3, 3, '__default', 0, 0), (4, 4, '__default', 0, 0), (5, 5, '__default', 0, 0), (6, 6, '__default', 0, 0), (7, 7, '__default', 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_rc_cwp_panel_category` -- CREATE TABLE IF NOT EXISTS `wp_rc_cwp_panel_category` ( `panel_id` int(11) NOT NULL, `cat_id` int(11) NOT NULL, PRIMARY KEY (`panel_id`,`cat_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_rc_cwp_panel_category` -- INSERT INTO `wp_rc_cwp_panel_category` (`panel_id`, `cat_id`) VALUES (1, 1), (2, 3), (3, 4), (5, 11), (6, 12); -- -------------------------------------------------------- -- -- Table structure for table `wp_rc_cwp_panel_custom_field` -- CREATE TABLE IF NOT EXISTS `wp_rc_cwp_panel_custom_field` ( `id` int(11) NOT NULL auto_increment, `group_id` int(11) NOT NULL, `name` varchar(50) NOT NULL, `description` varchar(255) default NULL, `display_order` tinyint(4) default NULL, `display_name` enum('true','false') NOT NULL, `display_description` enum('true','false') NOT NULL, `type` tinyint(4) NOT NULL, `CSS` varchar(100) default NULL, `required_field` tinyint(4) default NULL, `duplicate` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ; -- -- Dumping data for table `wp_rc_cwp_panel_custom_field` -- INSERT INTO `wp_rc_cwp_panel_custom_field` (`id`, `group_id`, `name`, `description`, `display_order`, `display_name`, `display_description`, `type`, `CSS`, `required_field`, `duplicate`) VALUES (4, 4, 'File', 'File', 0, 'true', 'true', 8, 'freshout', 0, 0), (2, 2, 'Thumbnail', 'Thumbnail at the front page', 0, 'true', 'true', 9, '', 0, 0), (6, 5, 'Thumbnailmm', 'Video Thumbnail', 0, 'true', 'true', 9, 'freshout', 0, 0), (7, 5, 'Video', 'Video File', 0, 'true', 'true', 8, 'freshout', 0, 0), (8, 7, 'Telefon', 'No. Telefon', 0, 'true', 'true', 1, 'freshout', 0, 0), (9, 7, 'E-mail', 'E-Mail', 0, 'true', 'true', 1, 'freshout', 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_rc_cwp_panel_standard_field` -- CREATE TABLE IF NOT EXISTS `wp_rc_cwp_panel_standard_field` ( `panel_id` int(11) NOT NULL, `standard_field_id` int(11) NOT NULL, PRIMARY KEY (`panel_id`,`standard_field_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_rc_cwp_panel_standard_field` -- INSERT INTO `wp_rc_cwp_panel_standard_field` (`panel_id`, `standard_field_id`) VALUES (1, 2), (1, 12), (1, 15), (1, 16), (1, 17), (2, 2), (2, 12), (2, 15), (2, 16), (2, 17), (3, 12), (3, 15), (3, 16), (3, 17), (4, 2), (4, 15), (4, 16), (4, 17), (5, 15), (5, 16), (5, 17), (6, 12), (6, 15), (6, 16), (6, 17), (7, 2), (7, 15), (7, 16), (7, 17); -- -------------------------------------------------------- -- -- Table structure for table `wp_rc_cwp_post_meta` -- CREATE TABLE IF NOT EXISTS `wp_rc_cwp_post_meta` ( `id` int(11) NOT NULL, `group_count` int(11) NOT NULL, `field_count` int(11) NOT NULL, `post_id` int(11) NOT NULL, `field_name` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `wp_rc_cwp_post_meta` -- INSERT INTO `wp_rc_cwp_post_meta` (`id`, `group_count`, `field_count`, `post_id`, `field_name`) VALUES (133, 1, 1, 40, 'Telefon'), (13, 1, 1, 6, 'Thumbnail'), (24, 1, 1, 5, 'Thumbnail'), (19, 1, 1, 7, 'Thumbnail'), (28, 1, 1, 9, 'Thumbnail'), (33, 1, 1, 8, 'Thumbnail'), (37, 1, 1, 11, 'Thumbnail'), (42, 1, 1, 10, 'Thumbnail'), (46, 1, 1, 13, 'Thumbnail'), (51, 1, 1, 12, 'Thumbnail'), (55, 1, 1, 15, 'Thumbnail'), (60, 1, 1, 14, 'Thumbnail'), (64, 1, 1, 17, 'Thumbnail'), (69, 1, 1, 16, 'Thumbnail'), (73, 1, 1, 19, 'Thumbnail'), (78, 1, 1, 18, 'Thumbnail'), (82, 1, 1, 21, 'Thumbnail'), (87, 1, 1, 20, 'Thumbnail'), (91, 1, 1, 23, 'Thumbnail'), (96, 1, 1, 22, 'Thumbnail'), (134, 1, 1, 40, 'E-mail'), (442, 1, 1, 39, 'Telefon'), (443, 1, 1, 39, 'E-mail'), (148, 1, 1, 43, 'Telefon'), (149, 1, 1, 43, 'E-mail'), (432, 1, 1, 42, 'Telefon'), (433, 1, 1, 42, 'E-mail'), (161, 1, 1, 45, 'Telefon'), (162, 1, 1, 45, 'E-mail'), (422, 1, 1, 44, 'Telefon'), (423, 1, 1, 44, 'E-mail'), (174, 1, 1, 47, 'Telefon'), (175, 1, 1, 47, 'E-mail'), (412, 1, 1, 46, 'Telefon'), (413, 1, 1, 46, 'E-mail'), (187, 1, 1, 49, 'Telefon'), (188, 1, 1, 49, 'E-mail'), (402, 1, 1, 48, 'Telefon'), (403, 1, 1, 48, 'E-mail'), (200, 1, 1, 51, 'Telefon'), (201, 1, 1, 51, 'E-mail'), (392, 1, 1, 50, 'Telefon'), (393, 1, 1, 50, 'E-mail'), (213, 1, 1, 53, 'Telefon'), (214, 1, 1, 53, 'E-mail'), (382, 1, 1, 52, 'Telefon'), (383, 1, 1, 52, 'E-mail'), (226, 1, 1, 55, 'Telefon'), (227, 1, 1, 55, 'E-mail'), (372, 1, 1, 54, 'Telefon'), (373, 1, 1, 54, 'E-mail'), (239, 1, 1, 57, 'Telefon'), (240, 1, 1, 57, 'E-mail'), (362, 1, 1, 56, 'Telefon'), (363, 1, 1, 56, 'E-mail'), (252, 1, 1, 59, 'Telefon'), (253, 1, 1, 59, 'E-mail'), (352, 1, 1, 58, 'Telefon'), (353, 1, 1, 58, 'E-mail'), (265, 1, 1, 61, 'Telefon'), (266, 1, 1, 61, 'E-mail'), (342, 1, 1, 60, 'Telefon'), (343, 1, 1, 60, 'E-mail'), (333, 1, 1, 62, 'E-mail'), (332, 1, 1, 62, 'Telefon'), (287, 1, 1, 64, 'Telefon'), (288, 1, 1, 64, 'E-mail'), (322, 1, 1, 63, 'Telefon'), (323, 1, 1, 63, 'E-mail'), (302, 1, 1, 67, 'Telefon'), (303, 1, 1, 67, 'E-mail'), (311, 1, 1, 66, 'E-mail'), (310, 1, 1, 66, 'Telefon'), (314, 1, 1, 69, 'Telefon'), (315, 1, 1, 69, 'E-mail'), (324, 1, 1, 70, 'Telefon'), (325, 1, 1, 70, 'E-mail'), (334, 1, 1, 71, 'Telefon'), (335, 1, 1, 71, 'E-mail'), (344, 1, 1, 72, 'Telefon'), (345, 1, 1, 72, 'E-mail'), (354, 1, 1, 73, 'Telefon'), (355, 1, 1, 73, 'E-mail'), (364, 1, 1, 74, 'Telefon'), (365, 1, 1, 74, 'E-mail'), (374, 1, 1, 75, 'Telefon'), (375, 1, 1, 75, 'E-mail'), (384, 1, 1, 76, 'Telefon'), (385, 1, 1, 76, 'E-mail'), (394, 1, 1, 77, 'Telefon'), (395, 1, 1, 77, 'E-mail'), (404, 1, 1, 78, 'Telefon'), (405, 1, 1, 78, 'E-mail'), (414, 1, 1, 79, 'Telefon'), (415, 1, 1, 79, 'E-mail'), (424, 1, 1, 80, 'Telefon'), (425, 1, 1, 80, 'E-mail'), (434, 1, 1, 81, 'Telefon'), (435, 1, 1, 81, 'E-mail'), (447, 1, 1, 84, 'Telefon'), (448, 1, 1, 84, 'E-mail'), (456, 1, 1, 83, 'E-mail'), (455, 1, 1, 83, 'Telefon'), (460, 1, 1, 86, 'Telefon'), (461, 1, 1, 86, 'E-mail'), (478, 1, 1, 85, 'Telefon'), (479, 1, 1, 85, 'E-mail'), (470, 1, 1, 87, 'Telefon'), (471, 1, 1, 87, 'E-mail'), (483, 1, 1, 89, 'Telefon'), (484, 1, 1, 89, 'E-mail'), (492, 1, 1, 88, 'E-mail'), (491, 1, 1, 88, 'Telefon'), (496, 1, 1, 91, 'Telefon'), (497, 1, 1, 91, 'E-mail'), (505, 1, 1, 90, 'E-mail'), (504, 1, 1, 90, 'Telefon'), (509, 1, 1, 93, 'Telefon'), (510, 1, 1, 93, 'E-mail'), (518, 1, 1, 92, 'E-mail'), (517, 1, 1, 92, 'Telefon'), (522, 1, 1, 95, 'Telefon'), (523, 1, 1, 95, 'E-mail'), (531, 1, 1, 94, 'E-mail'), (530, 1, 1, 94, 'Telefon'), (535, 1, 1, 97, 'Telefon'), (536, 1, 1, 97, 'E-mail'), (544, 1, 1, 96, 'E-mail'), (543, 1, 1, 96, 'Telefon'), (548, 1, 1, 99, 'Telefon'), (549, 1, 1, 99, 'E-mail'), (557, 1, 1, 98, 'E-mail'), (556, 1, 1, 98, 'Telefon'), (561, 1, 1, 101, 'Telefon'), (562, 1, 1, 101, 'E-mail'), (570, 1, 1, 100, 'E-mail'), (569, 1, 1, 100, 'Telefon'), (574, 1, 1, 103, 'Telefon'), (575, 1, 1, 103, 'E-mail'), (583, 1, 1, 102, 'E-mail'), (582, 1, 1, 102, 'Telefon'), (587, 1, 1, 105, 'Telefon'), (588, 1, 1, 105, 'E-mail'), (596, 1, 1, 104, 'E-mail'), (595, 1, 1, 104, 'Telefon'), (600, 1, 1, 107, 'Telefon'), (601, 1, 1, 107, 'E-mail'), (609, 1, 1, 106, 'E-mail'), (608, 1, 1, 106, 'Telefon'), (613, 1, 1, 109, 'Telefon'), (614, 1, 1, 109, 'E-mail'), (622, 1, 1, 108, 'E-mail'), (621, 1, 1, 108, 'Telefon'), (626, 1, 1, 111, 'Telefon'), (627, 1, 1, 111, 'E-mail'), (635, 1, 1, 110, 'E-mail'), (634, 1, 1, 110, 'Telefon'), (639, 1, 1, 113, 'Telefon'), (640, 1, 1, 113, 'E-mail'), (648, 1, 1, 112, 'E-mail'), (647, 1, 1, 112, 'Telefon'), (652, 1, 1, 115, 'Telefon'), (653, 1, 1, 115, 'E-mail'), (661, 1, 1, 114, 'E-mail'), (660, 1, 1, 114, 'Telefon'), (665, 1, 1, 117, 'Telefon'), (666, 1, 1, 117, 'E-mail'), (674, 1, 1, 116, 'E-mail'), (673, 1, 1, 116, 'Telefon'), (678, 1, 1, 119, 'Telefon'), (679, 1, 1, 119, 'E-mail'), (687, 1, 1, 118, 'E-mail'), (686, 1, 1, 118, 'Telefon'), (701, 1, 1, 125, 'File'), (706, 1, 1, 124, 'File'), (710, 1, 1, 127, 'File'), (715, 1, 1, 126, 'File'), (719, 1, 1, 129, 'File'), (730, 1, 1, 128, 'File'), (725, 1, 1, 130, 'File'), (734, 1, 1, 132, 'File'), (739, 1, 1, 131, 'File'), (745, 1, 1, 135, 'File'), (750, 1, 1, 134, 'File'), (762, 1, 1, 141, 'Thumbnailmm'), (763, 1, 1, 141, 'Video'), (771, 1, 1, 140, 'Video'), (770, 1, 1, 140, 'Thumbnailmm'); -- -------------------------------------------------------- -- -- Table structure for table `wp_rc_cwp_write_panels` -- CREATE TABLE IF NOT EXISTS `wp_rc_cwp_write_panels` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `description` varchar(255) default NULL, `display_order` tinyint(4) default NULL, `capability_name` varchar(50) NOT NULL, `type` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ; -- -- Dumping data for table `wp_rc_cwp_write_panels` -- INSERT INTO `wp_rc_cwp_write_panels` (`id`, `name`, `description`, `display_order`, `capability_name`, `type`) VALUES (1, 'Terkini', NULL, 0, 'terkini', 'post'), (2, 'Berita', NULL, 0, 'berita', 'post'), (3, 'Tender', NULL, 0, 'tender', 'post'), (4, 'Muat Turun', NULL, 5, 'muat_turun', 'post'), (5, 'Multimedia', NULL, 6, 'multimedia', 'post'), (6, 'Galeri Gambar', NULL, 4, 'galeri_gambar', 'post'), (7, 'Direktori', NULL, 7, 'direktori', 'post'); -- -------------------------------------------------------- -- -- Table structure for table `wp_terms` -- CREATE TABLE IF NOT EXISTS `wp_terms` ( `term_id` bigint(20) NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=35 ; -- -- Dumping data for table `wp_terms` -- INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Terkini', 'terkini', 0), (2, 'Blogroll', 'blogroll', 0), (3, 'Berita', 'berita', 0), (4, 'Tender', 'tender', 0), (5, 'Muat Turun', 'muat-turun', 0), (6, 'Borang - Pusat Akademik', 'borang-pusat-akademik', 0), (7, 'Borang - Bahagian Latihan', 'borang-bahagian-latihan', 0), (8, 'Borang - Lain-Lain', 'borang-lain-lain', 0), (9, 'Risalah - Pusat Akademik', 'risalah-pusat-akademik', 0), (10, 'Risalah - Bahagian Latihan', 'risalah-bahagian-latihan', 0), (11, 'Multimedia', 'multimedia', 0), (12, 'Galeri Gambar', 'galeri-gambar', 0), (13, 'Direktori', 'direktori', 0), (14, 'Pengarah', 'pengarah', 0), (15, 'Unit Korporat', 'unit-korporat', 0), (16, 'Pentadbiran & Sumber Manusia', 'pentadbiran-sumber-manusia', 0), (17, 'Kewangan', 'kewangan', 0), (18, 'Peperiksaan', 'peperiksaan', 0), (19, 'Pengurusan Harta', 'pengurusan-harta', 0), (20, 'Pembangunan', 'pembangunan', 0), (21, 'Keselamatan', 'keselamatan', 0), (22, 'Penyelidikan', 'penyelidikan', 0), (23, 'Perundingan & Pembangunan Produk', 'perundingan-pembangunan-produk', 0), (24, 'NAPREC', 'naprec', 0), (25, 'Teknologi Maklumat & Media', 'teknologi-maklumat-media', 0), (26, 'Unit Penerbitan', 'unit-penerbitan', 0), (27, 'Akademik & Hal Ehwal Pelajar', 'akademik-hal-ehwal-pelajar', 0), (28, 'Timbalan Pengarah (Latihan & Akademik)', 'timbalan-pengarah-latihan-akademik', 0), (29, 'Pusat Penilaian & Perkhidmatan Harta', 'pusat-penilaian-perkhidmatan-harta', 0), (30, 'Domestik', 'domestik', 0), (31, 'Pembangunan Profesional & Eksekutif', 'pembangunan-profesional-eksekutif', 0), (32, 'Perpustakaan', 'perpustakaan', 0), (33, 'Pengurusan & Teknologi Maklumat', 'pengurusan-teknologi-maklumat', 0), (34, 'Risalah - Lain-lain', 'risalah-lain-lain', 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_term_relationships` -- CREATE TABLE IF NOT EXISTS `wp_term_relationships` ( `object_id` bigint(20) NOT NULL default '0', `term_taxonomy_id` bigint(20) NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_term_relationships` -- INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1, 2, 0), (2, 2, 0), (3, 2, 0), (4, 2, 0), (5, 2, 0), (6, 2, 0), (7, 2, 0), (32, 1, 0), (34, 1, 0), (33, 1, 0), (5, 1, 0), (6, 1, 0), (7, 1, 0), (8, 1, 0), (9, 1, 0), (10, 1, 0), (11, 1, 0), (12, 1, 0), (13, 1, 0), (14, 3, 0), (15, 1, 0), (16, 3, 0), (17, 1, 0), (18, 3, 0), (19, 1, 0), (20, 3, 0), (21, 1, 0), (22, 3, 0), (23, 1, 0), (24, 4, 0), (25, 1, 0), (26, 4, 0), (27, 1, 0), (28, 4, 0), (29, 1, 0), (30, 4, 0), (31, 1, 0), (35, 1, 0), (36, 1, 0), (37, 1, 0), (38, 1, 0), (83, 19, 0), (39, 14, 0), (40, 1, 0), (82, 1, 0), (81, 1, 0), (43, 1, 0), (42, 14, 0), (80, 1, 0), (45, 1, 0), (44, 15, 0), (79, 1, 0), (47, 1, 0), (46, 15, 0), (78, 1, 0), (49, 1, 0), (48, 15, 0), (77, 1, 0), (51, 1, 0), (50, 16, 0), (76, 1, 0), (53, 1, 0), (52, 16, 0), (75, 1, 0), (54, 16, 0), (55, 1, 0), (74, 1, 0), (57, 1, 0), (56, 17, 0), (73, 1, 0), (58, 17, 0), (59, 1, 0), (72, 1, 0), (60, 17, 0), (61, 1, 0), (71, 1, 0), (62, 18, 0), (70, 1, 0), (64, 1, 0), (63, 18, 0), (84, 1, 0), (65, 18, 0), (67, 1, 0), (66, 19, 0), (69, 1, 0), (86, 1, 0), (89, 1, 0), (87, 1, 0), (85, 19, 0), (88, 20, 0), (90, 21, 0), (91, 1, 0), (93, 1, 0), (92, 21, 0), (95, 1, 0), (94, 22, 0), (97, 1, 0), (96, 23, 0), (99, 1, 0), (98, 24, 0), (101, 1, 0), (100, 25, 0), (103, 1, 0), (102, 26, 0), (104, 27, 0), (105, 1, 0), (107, 1, 0), (106, 28, 0), (109, 1, 0), (108, 28, 0), (111, 1, 0), (110, 29, 0), (113, 1, 0), (112, 30, 0), (115, 1, 0), (114, 31, 0), (117, 1, 0), (116, 32, 0), (119, 1, 0), (118, 33, 0), (120, 12, 0), (121, 1, 0), (122, 1, 0), (123, 1, 0), (124, 6, 0), (125, 1, 0), (127, 1, 0), (126, 7, 0), (130, 1, 0), (129, 1, 0), (132, 1, 0), (128, 9, 0), (131, 10, 0), (135, 1, 0), (134, 34, 0), (136, 1, 0), (137, 1, 0), (138, 1, 0), (139, 1, 0), (140, 11, 0), (141, 1, 0), (142, 1, 0), (143, 1, 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_term_taxonomy` -- CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) NOT NULL auto_increment, `term_id` bigint(20) NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=35 ; -- -- Dumping data for table `wp_term_taxonomy` -- INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', 0, 4), (2, 2, 'link_category', '', 0, 7), (3, 3, 'category', '', 0, 5), (4, 4, 'category', '', 0, 4), (5, 5, 'category', '', 0, 0), (6, 6, 'category', '', 5, 1), (7, 7, 'category', '', 5, 1), (8, 8, 'category', '', 5, 0), (9, 9, 'category', '', 5, 1), (10, 10, 'category', '', 5, 1), (11, 11, 'category', '', 5, 1), (12, 12, 'category', '', 0, 1), (13, 13, 'category', '', 0, 0), (14, 14, 'category', '', 13, 2), (15, 15, 'category', '', 13, 3), (16, 16, 'category', '', 13, 3), (17, 17, 'category', '', 13, 3), (18, 18, 'category', '', 13, 2), (19, 19, 'category', '', 13, 3), (20, 20, 'category', '', 13, 1), (21, 21, 'category', '', 13, 2), (22, 22, 'category', '', 13, 1), (23, 23, 'category', '', 13, 1), (24, 24, 'category', '', 13, 1), (25, 25, 'category', '', 13, 1), (26, 26, 'category', '', 13, 1), (27, 27, 'category', '', 13, 1), (28, 28, 'category', '', 13, 2), (29, 29, 'category', '', 13, 1), (30, 30, 'category', '', 13, 1), (31, 31, 'category', '', 13, 1), (32, 32, 'category', '', 13, 1), (33, 33, 'category', '', 13, 1), (34, 34, 'category', '', 5, 1); -- -------------------------------------------------------- -- -- Table structure for table `wp_usermeta` -- CREATE TABLE IF NOT EXISTS `wp_usermeta` ( `umeta_id` bigint(20) NOT NULL auto_increment, `user_id` bigint(20) NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ; -- -- Dumping data for table `wp_usermeta` -- INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'admin'), (2, 1, 'rich_editing', 'true'), (3, 1, 'admin_color', 'fresh'), (4, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'), (5, 1, 'wp_user_level', '10'), (6, 1, 'closedpostboxes_post', 'a:6:{i:0;s:11:"postexcerpt";i:1;s:13:"trackbacksdiv";i:2;s:10:"postcustom";i:3;s:16:"commentstatusdiv";i:4;s:11:"passworddiv";i:5;s:7:"slugdiv";}'), (7, 1, 'wp_autosave_draft_ids', 'a:47:{i:-1228850835;i:39;i:-1228851303;i:41;i:-1228851343;i:42;i:-1228851362;i:44;i:-1228851401;i:46;i:-1228851425;i:48;i:-1228851452;i:50;i:-1228851491;i:52;i:-1228851512;i:54;i:-1228851549;i:56;i:-1228851573;i:58;i:-1228851608;i:60;i:-1228851644;i:62;i:-1228851681;i:63;i:-1228851704;i:65;i:-1228851758;i:66;i:-1228851792;i:68;i:-1228852148;i:83;i:-1228852170;i:85;i:-1228852222;i:88;i:-1228852242;i:90;i:-1228852299;i:92;i:-1228852326;i:94;i:-1228852348;i:96;i:-1228852374;i:98;i:-1228852396;i:100;i:-1228852417;i:102;i:-1228852440;i:104;i:-1228852472;i:106;i:-1228852495;i:108;i:-1228852514;i:110;i:-1228852536;i:112;i:-1228852557;i:114;i:-1228852578;i:116;i:-1228852598;i:118;i:-1228854310;i:120;i:-1228854487;i:123;i:-1228854638;i:124;i:-1228854692;i:126;i:-1228854731;i:128;i:-1228854807;i:131;i:-1228854831;i:133;i:-1228854896;i:134;i:-1228855418;i:137;i:-1228855863;i:138;i:-1228855987;i:140;i:-1228856381;i:143;}'), (8, 1, 'closedpostboxes_page', 'a:6:{i:0;s:13:"pagecustomdiv";i:1;s:20:"pagecommentstatusdiv";i:2;s:15:"pagepassworddiv";i:3;s:11:"pageslugdiv";i:4;s:13:"pageparentdiv";i:5;s:12:"pageorderdiv";}'); -- -------------------------------------------------------- -- -- Table structure for table `wp_users` -- CREATE TABLE IF NOT EXISTS `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `wp_users` -- INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'admin', '$P$BHEvMCJZF0gew9vEAO65niQ/jcD3Zv1', 'admin', 'tarm@candidsyndrome.com', 'http://', '2008-12-01 18:31:56', '', 0, 'admin');