DROP TABLE wp_commentmeta; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE wp_comments; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_approved` (`comment_approved`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO wp_comments VALUES("1","1","Mr WordPress","","http://wordpress.org/","","2010-08-16 16:28:51","2010-08-16 16:28:51","Hi, this is a comment.
To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.","0","1","","","0","0"); DROP TABLE wp_contact_form_7; CREATE TABLE `wp_contact_form_7` ( `cf7_unit_id` bigint(20) unsigned NOT NULL auto_increment, `title` varchar(200) NOT NULL default '', `form` text NOT NULL, `mail` text NOT NULL, `mail_2` text NOT NULL, `messages` text NOT NULL, `additional_settings` text NOT NULL, PRIMARY KEY (`cf7_unit_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO wp_contact_form_7 VALUES("1","Contact form 1"," \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Full Name*:[text* text-823 /80]
E-mail*:[email* email-880 /100]
Telephone Number:[text text-495 /30]
Best Time to be reached:[text text-154]
Services:Select one or more areas of interest by checking the boxes below or write your questions, service requests or comments in the message area below. \n
\n [checkbox checkbox-648 \"Computing Industry Association Certifications\" \"Cisco Network Certifications\" \"Microsoft Office Applications Certifications\" \"Microsoft Technology & Server Specialization Certifications\" \"Medical Billing & Coding Certifications\" \"Career Counseling Services \" \"Advisory Services for Families with Children (K-12)\" \"Customized Language Training\" \"Cross-cultural Training\" \"Tutorial Services\" \"IT Consultancy Services for Businesses/Organizations\"] \n
Message:[textarea textarea-985]
[submit]
","a:7:{s:7:\"subject\";s:8:\"Edservit\";s:6:\"sender\";s:24:\"[text-823] <[email-880]>\";s:4:\"body\";s:646:\" \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Full Name:[text-823]
E-mail:[email-880]
Telephone Number:[text-495]
Best Time to be reached:[text-154]
Services Interested:[checkbox-648]
Comments/Questions:[textarea-985]
\";s:9:\"recipient\";s:23:\"deeksha.a@glowtouch.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:1:\"1\";}","a:8:{s:6:\"active\";s:0:\"\";s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:1:\"1\";}","a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:17:\"akismet_says_spam\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}",""); DROP TABLE wp_links; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; INSERT INTO wp_links VALUES("1","http://codex.wordpress.org/","Documentation","","","","Y","1","0","0000-00-00 00:00:00","","",""); INSERT INTO wp_links VALUES("2","http://wordpress.org/news/","WordPress Blog","","","","Y","1","0","0000-00-00 00:00:00","","","http://wordpress.org/news/feed/"); INSERT INTO wp_links VALUES("3","http://wordpress.org/extend/ideas/","Suggest Ideas","","","","Y","1","0","0000-00-00 00:00:00","","",""); INSERT INTO wp_links VALUES("4","http://wordpress.org/support/","Support Forum","","","","Y","1","0","0000-00-00 00:00:00","","",""); INSERT INTO wp_links VALUES("5","http://wordpress.org/extend/plugins/","Plugins","","","","Y","1","0","0000-00-00 00:00:00","","",""); INSERT INTO wp_links VALUES("6","http://wordpress.org/extend/themes/","Themes","","","","Y","1","0","0000-00-00 00:00:00","","",""); INSERT INTO wp_links VALUES("7","http://planet.wordpress.org/","WordPress Planet","","","","Y","1","0","0000-00-00 00:00:00","","",""); DROP TABLE wp_options; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `blog_id` int(11) NOT NULL default '0', `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=441 DEFAULT CHARSET=utf8; INSERT INTO wp_options VALUES("1","0","siteurl","http://designdemo.glowtouch.com/edservit","yes"); INSERT INTO wp_options VALUES("2","0","blogname","Education Services International (ESI)","yes"); INSERT INTO wp_options VALUES("3","0","blogdescription","Education Services International (ESI)","yes"); INSERT INTO wp_options VALUES("4","0","users_can_register","0","yes"); INSERT INTO wp_options VALUES("5","0","admin_email","deeksha.a@glowtouch.com","yes"); INSERT INTO wp_options VALUES("6","0","start_of_week","1","yes"); INSERT INTO wp_options VALUES("7","0","use_balanceTags","0","yes"); INSERT INTO wp_options VALUES("8","0","use_smilies","1","yes"); INSERT INTO wp_options VALUES("9","0","require_name_email","1","yes"); INSERT INTO wp_options VALUES("10","0","comments_notify","1","yes"); INSERT INTO wp_options VALUES("11","0","posts_per_rss","10","yes"); INSERT INTO wp_options VALUES("12","0","rss_use_excerpt","0","yes"); INSERT INTO wp_options VALUES("13","0","mailserver_url","mail.example.com","yes"); INSERT INTO wp_options VALUES("14","0","mailserver_login","login@example.com","yes"); INSERT INTO wp_options VALUES("15","0","mailserver_pass","password","yes"); INSERT INTO wp_options VALUES("16","0","mailserver_port","110","yes"); INSERT INTO wp_options VALUES("17","0","default_category","1","yes"); INSERT INTO wp_options VALUES("18","0","default_comment_status","open","yes"); INSERT INTO wp_options VALUES("19","0","default_ping_status","open","yes"); INSERT INTO wp_options VALUES("20","0","default_pingback_flag","1","yes"); INSERT INTO wp_options VALUES("21","0","default_post_edit_rows","10","yes"); INSERT INTO wp_options VALUES("22","0","posts_per_page","10","yes"); INSERT INTO wp_options VALUES("23","0","date_format","F j, Y","yes"); INSERT INTO wp_options VALUES("24","0","time_format","g:i a","yes"); INSERT INTO wp_options VALUES("25","0","links_updated_date_format","F j, Y g:i a","yes"); INSERT INTO wp_options VALUES("26","0","links_recently_updated_prepend","","yes"); INSERT INTO wp_options VALUES("27","0","links_recently_updated_append","","yes"); INSERT INTO wp_options VALUES("28","0","links_recently_updated_time","120","yes"); INSERT INTO wp_options VALUES("29","0","comment_moderation","0","yes"); INSERT INTO wp_options VALUES("30","0","moderation_notify","1","yes"); INSERT INTO wp_options VALUES("31","0","permalink_structure","/%postname%","yes"); INSERT INTO wp_options VALUES("32","0","gzipcompression","0","yes"); INSERT INTO wp_options VALUES("33","0","hack_file","0","yes"); INSERT INTO wp_options VALUES("34","0","blog_charset","UTF-8","yes"); INSERT INTO wp_options VALUES("35","0","moderation_keys","","no"); INSERT INTO wp_options VALUES("36","0","active_plugins","a:2:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:39:\"search-everything/search-everything.php\";}","yes"); INSERT INTO wp_options VALUES("37","0","home","http://designdemo.glowtouch.com/edservit","yes"); INSERT INTO wp_options VALUES("38","0","category_base","","yes"); INSERT INTO wp_options VALUES("39","0","ping_sites","http://rpc.pingomatic.com/","yes"); INSERT INTO wp_options VALUES("40","0","advanced_edit","0","yes"); INSERT INTO wp_options VALUES("41","0","comment_max_links","2","yes"); INSERT INTO wp_options VALUES("42","0","gmt_offset","0","yes"); INSERT INTO wp_options VALUES("43","0","default_email_category","1","yes"); INSERT INTO wp_options VALUES("44","0","recently_edited","a:5:{i:0;s:65:\"/usr/local/bluehost/edservit/wp-content/themes/edservit/style.css\";i:1;s:68:\"/usr/local/bluehost/edservit/wp-content/themes/edservit/sidebar2.php\";i:2;s:68:\"/usr/local/bluehost/edservit/wp-content/themes/edservit/sidebar1.php\";i:4;s:64:\"/usr/local/bluehost/edservit/wp-content/themes/edservit/page.php\";i:5;s:65:\"/usr/local/bluehost/edservit/wp-content/themes/edservit/links.php\";}","no"); INSERT INTO wp_options VALUES("45","0","template","edservit","yes"); INSERT INTO wp_options VALUES("46","0","stylesheet","edservit","yes"); INSERT INTO wp_options VALUES("47","0","comment_whitelist","1","yes"); INSERT INTO wp_options VALUES("48","0","blacklist_keys","","no"); INSERT INTO wp_options VALUES("49","0","comment_registration","0","yes"); INSERT INTO wp_options VALUES("50","0","rss_language","en","yes"); INSERT INTO wp_options VALUES("51","0","html_type","text/html","yes"); INSERT INTO wp_options VALUES("52","0","use_trackback","0","yes"); INSERT INTO wp_options VALUES("53","0","default_role","subscriber","yes"); INSERT INTO wp_options VALUES("54","0","db_version","15477","yes"); INSERT INTO wp_options VALUES("55","0","uploads_use_yearmonth_folders","1","yes"); INSERT INTO wp_options VALUES("56","0","upload_path","","yes"); INSERT INTO wp_options VALUES("57","0","blog_public","1","yes"); INSERT INTO wp_options VALUES("58","0","default_link_category","2","yes"); INSERT INTO wp_options VALUES("59","0","show_on_front","page","yes"); INSERT INTO wp_options VALUES("60","0","tag_base","","yes"); INSERT INTO wp_options VALUES("61","0","show_avatars","1","yes"); INSERT INTO wp_options VALUES("62","0","avatar_rating","G","yes"); INSERT INTO wp_options VALUES("63","0","upload_url_path","","yes"); INSERT INTO wp_options VALUES("64","0","thumbnail_size_w","150","yes"); INSERT INTO wp_options VALUES("65","0","thumbnail_size_h","150","yes"); INSERT INTO wp_options VALUES("66","0","thumbnail_crop","1","yes"); INSERT INTO wp_options VALUES("67","0","medium_size_w","300","yes"); INSERT INTO wp_options VALUES("68","0","medium_size_h","300","yes"); INSERT INTO wp_options VALUES("69","0","avatar_default","mystery","yes"); INSERT INTO wp_options VALUES("70","0","enable_app","0","yes"); INSERT INTO wp_options VALUES("71","0","enable_xmlrpc","0","yes"); INSERT INTO wp_options VALUES("72","0","large_size_w","1024","yes"); INSERT INTO wp_options VALUES("73","0","large_size_h","1024","yes"); INSERT INTO wp_options VALUES("74","0","image_default_link_type","file","yes"); INSERT INTO wp_options VALUES("75","0","image_default_size","","yes"); INSERT INTO wp_options VALUES("76","0","image_default_align","","yes"); INSERT INTO wp_options VALUES("77","0","close_comments_for_old_posts","0","yes"); INSERT INTO wp_options VALUES("78","0","close_comments_days_old","14","yes"); INSERT INTO wp_options VALUES("79","0","thread_comments","1","yes"); INSERT INTO wp_options VALUES("80","0","thread_comments_depth","5","yes"); INSERT INTO wp_options VALUES("81","0","page_comments","0","yes"); INSERT INTO wp_options VALUES("82","0","comments_per_page","50","yes"); INSERT INTO wp_options VALUES("83","0","default_comments_page","newest","yes"); INSERT INTO wp_options VALUES("84","0","comment_order","asc","yes"); INSERT INTO wp_options VALUES("85","0","sticky_posts","a:0:{}","yes"); INSERT INTO wp_options VALUES("86","0","widget_categories","a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("87","0","widget_text","a:3:{i:2;a:0:{}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1155:\"
EVENTS
\n

ESI’s Grand Opening
\nFriday, August 27, 2010 6 PM - 9 PM
\nSaturday, August 28th 11 AM - 5 PM
\nSunday, August 29th 2 PM - 6 PM

\n

More

\n
ESI SERVICES
\n\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("88","0","widget_rss","a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("89","0","timezone_string","","yes"); INSERT INTO wp_options VALUES("90","0","embed_autourls","1","yes"); INSERT INTO wp_options VALUES("91","0","embed_size_w","","yes"); INSERT INTO wp_options VALUES("92","0","embed_size_h","600","yes"); INSERT INTO wp_options VALUES("93","0","page_for_posts","0","yes"); INSERT INTO wp_options VALUES("94","0","page_on_front","2","yes"); INSERT INTO wp_options VALUES("95","0","wp_user_roles","a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}","yes"); INSERT INTO wp_options VALUES("96","0","widget_search","a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("97","0","widget_recent-posts","a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("98","0","widget_recent-comments","a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("99","0","widget_archives","a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("100","0","widget_meta","a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("101","0","sidebars_widgets","a:4:{s:19:\"wp_inactive_widgets\";a:13:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:7:\"links-2\";i:3;s:6:\"text-2\";i:4;s:5:\"rss-2\";i:5;s:11:\"tag_cloud-2\";i:6;s:10:\"nav_menu-2\";i:7;s:8:\"search-2\";i:8;s:14:\"recent-posts-2\";i:9;s:17:\"recent-comments-2\";i:10;s:10:\"archives-2\";i:11;s:12:\"categories-2\";i:12;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-5\";}s:13:\"array_version\";i:3;}","yes"); INSERT INTO wp_options VALUES("102","0","cron","a:3:{i:1283272143;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1283272153;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}","yes"); INSERT INTO wp_options VALUES("103","0","_transient_doing_cron","1283242127","yes"); INSERT INTO wp_options VALUES("439","0","_site_transient_timeout_theme_roots","1283273013","yes"); INSERT INTO wp_options VALUES("440","0","_site_transient_theme_roots","a:2:{s:8:\"edservit\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";}","yes"); INSERT INTO wp_options VALUES("109","0","_transient_random_seed","65fe098cf66f7b4bc1f72207d26a871a","yes"); INSERT INTO wp_options VALUES("106","0","_site_transient_update_core","O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":7:{s:8:\"response\";s:6:\"latest\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"package\";s:40:\"http://wordpress.org/wordpress-3.0.1.zip\";s:7:\"current\";s:5:\"3.0.1\";s:6:\"locale\";s:5:\"en_US\";s:11:\"php_version\";s:3:\"4.3\";s:13:\"mysql_version\";s:5:\"4.1.2\";}}s:12:\"last_checked\";i:1283242128;s:15:\"version_checked\";s:5:\"3.0.1\";}","yes"); INSERT INTO wp_options VALUES("107","0","_site_transient_update_plugins","O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1283258904;s:7:\"checked\";a:4:{s:19:\"akismet/akismet.php\";s:5:\"2.3.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"2.3.1\";s:9:\"hello.php\";s:5:\"1.5.1\";s:39:\"search-everything/search-everything.php\";s:3:\"6.6\";}s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:11:\"new_version\";s:5:\"2.4.0\";s:3:\"url\";s:44:\"http://wordpress.org/extend/plugins/akismet/\";s:7:\"package\";s:55:\"http://downloads.wordpress.org/plugin/akismet.2.4.0.zip\";}}}","yes"); INSERT INTO wp_options VALUES("108","0","_site_transient_update_themes","O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1283242130;}","yes"); INSERT INTO wp_options VALUES("110","0","auth_salt","*!2ZI![$+|/Slo[hn[ vw3fG&};]3~-9&-PId1:IZi<1OvEihDU8DM++xcFF UBtcf~28P","yes"); INSERT INTO wp_options VALUES("112","0","widget_pages","a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("113","0","widget_calendar","a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("114","0","widget_links","a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("115","0","widget_tag_cloud","a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("116","0","widget_nav_menu","a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}","yes"); INSERT INTO wp_options VALUES("117","0","dashboard_widget_options","a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:40:\"http://designdemo.glowtouch.com/edservit\";s:4:\"link\";s:116:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://designdemo.glowtouch.com/edservit/\";s:3:\"url\";s:149:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://designdemo.glowtouch.com/edservit/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}","yes"); INSERT INTO wp_options VALUES("118","0","nonce_salt","?IX^:ZTL&TjK~`ov%yRYw6eh=Z Zp&(_22;XYM,pf`WVHzw[I;tG8>@9cd|n@Wob","yes"); INSERT INTO wp_options VALUES("121","0","current_theme","Edservit","yes"); INSERT INTO wp_options VALUES("120","0","can_compress_scripts","1","yes"); INSERT INTO wp_options VALUES("428","0","rewrite_rules","a:112:{s:14:\".*wp-atom.php$\";s:19:\"index.php?feed=atom\";s:13:\".*wp-rdf.php$\";s:18:\"index.php?feed=rdf\";s:13:\".*wp-rss.php$\";s:18:\"index.php?feed=rss\";s:14:\".*wp-rss2.php$\";s:19:\"index.php?feed=rss2\";s:14:\".*wp-feed.php$\";s:19:\"index.php?feed=feed\";s:22:\".*wp-commentsrss2.php$\";s:34:\"index.php?feed=rss2&withcomments=1\";s:30:\"about-us/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"about-us/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"about-us/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"about-us/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"about-us/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:23:\"(about-us)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:43:\"(about-us)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"(about-us)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:31:\"(about-us)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:38:\"(about-us)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:23:\"(about-us)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:32:\"contact-us/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"contact-us/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"contact-us/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"contact-us/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"contact-us/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:25:\"(contact-us)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:45:\"(contact-us)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:40:\"(contact-us)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:33:\"(contact-us)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:40:\"(contact-us)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(contact-us)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:30:\"services/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"services/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"services/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"services/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"services/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:23:\"(services)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:43:\"(services)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"(services)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:31:\"(services)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:38:\"(services)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:23:\"(services)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:33:\"news-events/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"news-events/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"news-events/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"news-events/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"news-events/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"(news-events)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:46:\"(news-events)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:41:\"(news-events)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:34:\"(news-events)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:41:\"(news-events)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:26:\"(news-events)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"about/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"about/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"about/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"about/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"about/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(about)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(about)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(about)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(about)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(about)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(about)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:29:\"comments/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:42:\"tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:37:\"tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"tag/(.+?)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:12:\"tag/(.+?)/?$\";s:25:\"index.php?tag=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}","yes"); INSERT INTO wp_options VALUES("422","0","_transient_timeout_feed_57bc725ad6568758915363af670fd8bc","1283290726","no"); INSERT INTO wp_options VALUES("423","0","_transient_feed_57bc725ad6568758915363af670fd8bc","a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/extend/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Aug 2010 09:29:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2536\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Kittyridge on \"Kindle-3-White-Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/kindle-3-white-widget/#post-20364\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2010 04:14:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20364@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"The simple way to show what your reading on your Kindle 3 White or e-reader.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Kittyridge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Kittyridge on \"Kobo-Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/kobo-widget/#post-20365\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2010 04:15:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20365@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"The simple way to show what your reading on your Kobo or e-reader.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Kittyridge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Kittyridge on \"Kindle-DX-3-Graphite-Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/extend/plugins/kindle-dx-3-graphite-widget/#post-20366\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2010 04:17:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20366@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"The simple way to show what your reading on your Kindle DX 3 Graphite or e-reader.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Kittyridge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Kittyridge on \"Kindle-3-Graphite-Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/extend/plugins/kindle-3-graphite-widget/#post-20367\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2010 04:18:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20367@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"The simple way to show what your reading on your Kindle 3 Graphite or e-reader.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Kittyridge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"jkrill on \"WP Jump Menu\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/wp-jump-menu/#post-20425\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Aug 2010 18:17:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20425@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Creates a drop-down menu in a bar across the bottom or top of the screen that makes it easy to jump to a page or post in the admin area for editing.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"jkrill\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"ipungapache on \"Kalender Hijriah / Hijri Calendar\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/kalender-hijriah/#post-20195\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Aug 2010 12:43:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20195@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Kalender Hijriah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"ipungapache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"bpmee31 on \"NHL Hockey Power Rankings Lite\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/nhl-power-rankings-lite/#post-20478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Aug 2010 04:30:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20478@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"NHL Power Rankings shows the top teams, updated every 3-4 hours during the regular season.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"bpmee31\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"jschires on \"Mingle User Location\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/extend/plugins/mingle-user-location/#post-20467\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 Aug 2010 15:27:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20467@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"Widget for displaying User with location and website in your sidebar or anywhere using the shortcode < ? php Live_UsersLoc_shortcode(); ? >\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"jschires\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"ipungapache on \"Kalender Jawa / Javanese Calendar\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/kalender-jawa/#post-20194\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Aug 2010 12:33:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20194@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Kalender Jawa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"ipungapache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"roohit on \"Rooh.It Simplifier\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/roohit-plugin/#post-20428\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Aug 2010 22:27:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20428@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"Enables colored-highlights on your webpage & EASILY save/share the highlights to Facebook, Twitter..100+ such sites, and to your OWN BLOG!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"roohit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Amaury on \"Simple Taxonomy\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/simple-taxonomy/#post-18660\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Jun 2010 14:39:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18660@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"WordPress 3.0 and up allow for reasonably simple custom taxonomy, this plugin makes it even simpler, removing the need for you to write any code.\n\nAll\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Amaury\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"pro3x on \"Pro3x Easy Slides\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/pro3x-easy-slides/#post-20470\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 Aug 2010 18:27:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20470@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"Simple and free slider plugin for Wordpress. This plugin is wrapper for jQuery Easy Slider script developed by Alen Grakalic.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"pro3x\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"samwho on \"LBAK Google Checkout\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/extend/plugins/lbak-google-checkout/#post-20464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 Aug 2010 14:20:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20464@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"A simple, easy to use Google Checkout integration WordPress plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"samwho\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Trasherk on \"One Core Multi Domain\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/one-core-multi-domain/#post-20469\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 Aug 2010 16:28:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20469@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Enable access multiple domain.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Trasherk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Intermedi8 on \"IM8 Exclude Pages\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/im8-exclude-pages/#post-20486\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Aug 2010 11:25:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20486@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"Adds a checkbox to page write panels where you can set to show or exclude each page in site navigation menus.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Intermedi8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:48:\"http://wordpress.org/extend/plugins/rss/view/new\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:13:\"last-modified\";s:19:\"2010-08-25 04:14:13\";s:4:\"etag\";s:34:\"\"5841385efd73428afa49d66e158ff32e\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"7656\";s:4:\"date\";s:29:\"Tue, 31 Aug 2010 09:29:25 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}","no"); INSERT INTO wp_options VALUES("424","0","_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc","1283290726","no"); INSERT INTO wp_options VALUES("425","0","_transient_feed_mod_57bc725ad6568758915363af670fd8bc","1283247526","no"); INSERT INTO wp_options VALUES("426","0","_transient_timeout_plugin_slugs","1283345305","no"); INSERT INTO wp_options VALUES("427","0","_transient_plugin_slugs","a:4:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:9:\"hello.php\";i:3;s:39:\"search-everything/search-everything.php\";}","no"); INSERT INTO wp_options VALUES("431","0","_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2","1283302068","no"); INSERT INTO wp_options VALUES("432","0","_transient_feed_1a5f760f2e2b48827d4974a60857e7c2","a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/updated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Aug 2010 12:38:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2536\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Amaury on \"Relation Post Types\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/relation-post-types/#post-18661\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Jun 2010 14:42:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18661@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Allow to build relations between 2 custom types.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Amaury\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Marco on \"Facebook Comment Control\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/extend/plugins/facebook-comment-control/#post-19919\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Aug 2010 13:26:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"19919@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"You have replaced the default Wordpress comments template with the Facebook fb:comments? Then this plugin is what you need!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Marco\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"pasyuk on \"GRAND Flash Album Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/flash-album-gallery/#post-12109\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Jul 2009 21:48:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12109@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"GRAND Flash Album Gallery is a full integrated (flash skin based, slideshow) Image Gallery plugin with a powerfull admin back end.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"pasyuk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"philrich123 on \"Lock edition of past days post\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/extend/plugins/lock-past-days-post-edition/#post-20481\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Aug 2010 08:46:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20481@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"This plugin lock the edition possibility of a post after 12pm.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"philrich123\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"John Godley on \"Sharedaddy\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/sharedaddy/#post-20488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Aug 2010 13:05:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20488@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Share your posts with Twitter, Facebook, and a host of other services\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Godley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"tmb on \"Cloud-O-Google Queries\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/cloogooq/#post-5836\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Jun 2008 18:48:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5836@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Cloud-O-Google Queries is a filter to display keyword clouds based on search engine queries.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"tmb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Chris Wilkins on \"Fraxion Payments Micropayments\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/fraxion/#post-16394\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Mar 2010 00:18:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"16394@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:151:\""Micropayments for bloggers". You can sell your articles or short stories for as little as 1c. You set the price and readers "unlock&qu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wilkins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Pigi_the_digg on \"Wordpress Simple Website Screenshot\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.org/extend/plugins/wordpress-simple-website-screenshot/#post-19533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Jul 2010 09:54:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"19533@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Use this plugin to make a website screenshot in your wordpress posts !!!NEW!!!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Pigi_the_digg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"fredericgalline on \"Easy ToolBox\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/easy-toolbox/#post-19156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jul 2010 12:15:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"19156@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"This plugin is simple, all in one and really simplifies your life (SEO, Social networks, google adsense and more).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"fredericgalline\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Kittyridge on \"Kindle-3-White-Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/kindle-3-white-widget/#post-20364\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2010 04:14:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20364@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"The simple way to show what your reading on your Kindle 3 White or e-reader.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Kittyridge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Kittyridge on \"Kobo-Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/kobo-widget/#post-20365\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2010 04:15:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20365@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"The simple way to show what your reading on your Kobo or e-reader.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Kittyridge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"jackyfox on \"Sociable RE\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/sociable-re/#post-18413\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 06 Jun 2010 19:12:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18413@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"Добавляет кнопки для публикации ссылок на страницы блога в соц. сетях.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"jackyfox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Kittyridge on \"Kindle-DX-3-Graphite-Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/extend/plugins/kindle-dx-3-graphite-widget/#post-20366\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2010 04:17:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20366@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"The simple way to show what your reading on your Kindle DX 3 Graphite or e-reader.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Kittyridge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Kittyridge on \"Kindle-3-Graphite-Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/extend/plugins/kindle-3-graphite-widget/#post-20367\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2010 04:18:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20367@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"The simple way to show what your reading on your Kindle 3 Graphite or e-reader.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Kittyridge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"ipungapache on \"Kalender Hijriah / Hijri Calendar\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/kalender-hijriah/#post-20195\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Aug 2010 12:43:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20195@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Kalender Hijriah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"ipungapache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/updated\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:13:\"last-modified\";s:19:\"2010-06-18 14:42:42\";s:4:\"etag\";s:34:\"\"42186fbec47536bd883644693e00eef2\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"7708\";s:4:\"date\";s:29:\"Tue, 31 Aug 2010 12:38:27 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}","no"); INSERT INTO wp_options VALUES("414","0","_transient_timeout_feed_f5c4c3056e10e4ca08210d0f3a1e46dc","1283290718","no"); INSERT INTO wp_options VALUES("415","0","_transient_feed_f5c4c3056e10e4ca08210d0f3a1e46dc","a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:1:\"\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"link:http://designdemo.glowtouch.com/edservit/ - Google Blog Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://blogsearch.google.com/blogsearch?scoring=d&ie=ISO-8859-1&num=10&q=link:http://designdemo.glowtouch.com/edservit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Your search - link:http://designdemo.glowtouch.com/edservit/ - did not match any documents. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"startIndex\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:4:\"date\";s:29:\"Tue, 31 Aug 2010 09:29:17 GMT\";s:6:\"pragma\";s:8:\"no-cache\";s:7:\"expires\";s:29:\"Fri, 01 Jan 1990 00:00:00 GMT\";s:13:\"cache-control\";s:25:\"no-cache, must-revalidate\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"set-cookie\";s:138:\"PREF=ID=1d695d6dbf4582d4:TM=1283246957:LM=1283246957:S=wO8h9JWkPTchQgTj; expires=Thu, 30-Aug-2012 09:29:17 GMT; path=/; domain=.google.com\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:6:\"server\";s:4:\"bsfe\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";}s:5:\"build\";s:14:\"20090627192103\";}","no"); INSERT INTO wp_options VALUES("416","0","_transient_timeout_feed_mod_f5c4c3056e10e4ca08210d0f3a1e46dc","1283290718","no"); INSERT INTO wp_options VALUES("417","0","_transient_feed_mod_f5c4c3056e10e4ca08210d0f3a1e46dc","1283247518","no"); INSERT INTO wp_options VALUES("433","0","_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2","1283302068","no"); INSERT INTO wp_options VALUES("434","0","_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2","1283258868","no"); INSERT INTO wp_options VALUES("435","0","_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca","1283302074","no"); INSERT INTO wp_options VALUES("436","0","_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca","a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jul 2010 22:33:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/?v=3.1-alpha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 3.0.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2010/07/wordpress-3-0-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2010/07/wordpress-3-0-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jul 2010 21:38:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1475\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"After nearly 11 million downloads of WordPress 3.0 in just 42 days, we’re releasing WordPress 3.0.1. The requisite haiku: Three dot oh dot one Bug fixes to make you smile Update your WordPress This maintenance release addresses about 50 minor issues. The testing many of you contributed prior to the release of 3.0 helped make [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:951:\"

After nearly 11 million downloads of WordPress 3.0 in just 42 days, we’re releasing WordPress 3.0.1. The requisite haiku:

\n

Three dot oh dot one
\nBug fixes to make you smile
\nUpdate your WordPress

\n

This maintenance release addresses about 50 minor issues. The testing many of you contributed prior to the release of 3.0 helped make it one of the best and most stable releases we’ve had.

\n

Download 3.0.1 or update automatically from the Dashboard > Updates menu in your site’s admin area.

\n

Note: If you downloaded 3.0.1 in the first 20 minutes of release (before 2200 UTC), you’ll want to reinstall it, which you can do right from your Updates screen. Our bad.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2010/07/wordpress-3-0-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"PHP 4 and MySQL 4 End of Life Announcement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Jul 2010 19:01:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"MySQL\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"requirements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1447\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:348:\"Our approach with WordPress has always been to make it run on common server configurations. We want users to have flexibility when choosing a host for their precious content. Because of this strategy, WordPress runs pretty much anywhere. Web hosting platforms, however, change over time, and we occasionally are able to reevaluate some of the [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3021:\"

Our approach with WordPress has always been to make it run on common server configurations. We want users to have flexibility when choosing a host for their precious content. Because of this strategy, WordPress runs pretty much anywhere. Web hosting platforms, however, change over time, and we occasionally are able to reevaluate some of the requirements for running WordPress. Now is one of those times. You probably guessed it from the title — we’re finally ready to announce the end of support for PHP 4 and MySQL 4!

\n

First up, the announcement that developers really care about. WordPress 3.1, due in late 2010, will be the last version of WordPress to support PHP 4.

\n

For WordPress 3.2, due in the first half of 2011, we will be raising the minimum required PHP version to 5.2. Why 5.2? Because that’s what the vast majority of WordPress users are using, and it offers substantial improvements over earlier PHP 5 releases. It is also the minimum PHP version that the Drupal and Joomla projects will be supporting in their next versions, both due out this year.

\n

The numbers are now, finally, strongly in favor of this move. Only around 11 percent of WordPress installs are running on a PHP version below 5.2. Many of them are on hosts who support PHP 5.2 — users merely need to change a setting in their hosting control panel to activate it. We believe that percentage will only go down over the rest of the year as hosting providers realize that to support the newest versions of WordPress (or Drupal, or Joomla), they’re going to have to pull the trigger.

\n

In less exciting news, we are also going to be dropping support for MySQL 4 after WordPress 3.1. Fewer than 6 percent of WordPress users are running MySQL 4. The new required MySQL version for WordPress 3.2 will be 5.0.15.

\n

WordPress users will not be able to upgrade to WordPress 3.2 if their hosting environment does not meet these requirements (the built-in updater will prevent it). In order to determine which versions your host provides, we’ve created the Health Check plugin. You can download it manually, or use this handy plugin installation tool I whipped up. Right now, Health Check will only tell you if you’re ready for WordPress 3.2. In a future release it will provide all sorts of useful information about your server and your WordPress install, so hang on to it!

\n

In summary: WordPress 3.1, due in late 2010, will be the last version of WordPress to support PHP 4 and MySQL 4. WordPress 3.2, due in the first half of 2011, will require PHP 5.2 or higher, and MySQL 5.0.15 or higher. Install the Health Check plugin to see if you’re ready!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"100 Million Plugin Downloads and Counting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://wordpress.org/news/2010/07/100-million/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2010/07/100-million/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jul 2010 17:48:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1429\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"WordPress 3.0 Thelonious passed 3 million downloads yesterday, and today the plugin directory followed suit with a milestone of its own: 100 million downloads. The WordPress community’s growth over the years has been tremendous, and we want to reinvest in it. So we’re taking the next two months to concentrate on improving WordPress.org. A major [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2319:\"

WordPress 3.0 Thelonious passed 3 million downloads yesterday, and today the plugin directory followed suit with a milestone of its own: 100 million downloads.

\n

The WordPress community’s growth over the years has been tremendous, and we want to reinvest in it. So we’re taking the next two months to concentrate on improving WordPress.org. A major part of that will be improving the infrastructure of the plugins directory. More than 10,000 plugins are in the directory, every one of them GPL compatible and free as in both beer and speech. Here’s what we have in mind:

\n

We want to provide developers the tools they need to build the best possible plugins. We’re going to provide better integration with the forums so you can support your users. We’ll make more statistics available to you so you can analyze your user base, and over time we hope to make it easier for you to manage, build, and release localized plugins.

\n

We want to improve how the core software works with your plugin and the plugin directory. We’re going to focus on ensuring seamless upgrades by making the best possible determinations about compatibility, and offer continual improvements to the plugin installer. And we also want to give you a better developer tool set like SVN notifications and improvements to the bug tracker.

\n

We’re also going to experiment with other great ideas to help the community help plugin authors. We want it to be easy for you to offer comments to plugin authors and the community, including user reviews and better feedback. We may experiment with an adoption process for abandoned plugins as a way to revitalize hidden gems in the directory. I’m not sure there is a better way to show how extendable WordPress is and how awesome this community is at the same time.

\n

As Matt said in the 3.0 release announcement, our goal isn’t to make everything perfect all at once. But we think incremental improvements can provide us with a great base for 3.1 and beyond, and for the tens of millions of users, and hundreds of millions of plugin downloads to come.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/news/2010/07/100-million/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Summer of WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/news/2010/06/summer-of-wordcamp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/news/2010/06/summer-of-wordcamp/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Jun 2010 17:19:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1418\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"It’s been summer for about a week now. Whether you’re on vacation or burning the midnight oil, attending a local/nearby WordCamp is a great way to spend a weekend. Meet other WordPress users, developers, designers & consultants, learn a little something, maybe share a little of your own experience and knowledge, and break bread (or [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5678:\"

It’s been summer for about a week now. Whether you’re on vacation or burning the midnight oil, attending a local/nearby WordCamp is a great way to spend a weekend. Meet other WordPress users, developers, designers & consultants, learn a little something, maybe share a little of your own experience and knowledge, and break bread (or raise a toast) with new friends and collaborators. Here are the WordCamps scheduled for this summer, along with what I know about them.

\n

July 3: WordCamp Germany – Berlin, Germany. I love it that they’re using BuddyPress for their event site. They have multiple tracks, and what looks to be a nice variety of sessions. It’s only a few days away, so if you’re thinking of going, get your tickets now!

\n

July 10: WordCamp Boulder – Boulder, Colorado, USA. This was WordCamp Denver last year, but the organizers have decided to mix it up and go back and forth between Denver and Boulder, which also has a thriving tech community. This year the venue is the Boulder Theater (so pretty!), and there will sessions for bloggers and devs alike, plus a Genius Bar to help people get their WordPress sites all fixed up. The speaker lineup looks good, and I hear they’re pumping up the wifi this year. I’ll be there, likely hunched over a notebook with Lisa Sabin-Wilson (author of WordPress for Dummies and BuddyPress for Dummies) to talk about the WordPress User Handbook project, and/or hunched over a sketchbook with Kevin Conboy (designed the new lighter “on” state for admin menus in WordPress 3.0) to work out a new default WordCamp.org theme (using BuddyPress). You can still get tickets!

\n

July 17–18: WordCamp UK- Manchester, England, UK. The roving WordCamp UK will be in Manchester this year, and is probably the closest to BarCamp style of all the WordCamps, using a wiki to plan some speakers/sessions and organizing the rest ad-hoc on the first day of the event. I’ll be attending this one as well, and am looking forward to seeing WordPress lead developer Peter Westwood again. I’m also looking forward to meeting some core contributors for the first time in person, like Simon Wheatley and John O’Nolan. Mike Little, co-founder of WordPress, is on the organizing team of WordCamp UK. Tickets on sale now!

\n

July 24: WordCamp Nigeria – Lagos, Nigeria. Their site seems to have a virus, so no link from here, but if you’re in Nigeria and interested in attending/getting involved, a quick Google search will get you to the organizers.

\n

August 7: WordCamp Houston – Houston, TX, USA. Houston, Texas, birthplace of WordPress! Fittingly, Matt Mullenweg will be there to give the keynote. WordCamp Houston is running three tracks — Business, Blogger and Developer — in recognition of the fact that people who are interested in using WordPress for their business may not actually be bloggers or developers themselves. This used to get labeled as a “CMS” track at previous WordCamps (including NYC 2009), but with WordPress 3.0 supporting CMS functionality out of the box, “Business” is a much more appropriate label. Who wants to bet on if there will be BBQ for lunch?

\n

August 7 : WordCamp Iowa – Des Moines, Iowa, USA. Another placeholder page. Happening, not happening? I’ve emailed the organizer and will update this post once I know more.

\n

August 7–8: WordCamp New Zealand – Auckland, New Zealand. They haven’t announced this year’s speakers or topics, but they’ve been running polls to get community input into the program. Of note: in 2011 WordCamp New Zealand will be shifting seasons and will be in February instead, when the weather is nicer.

\n

August 20–22: WordCamp Savannah – Savannah, Georgia, USA. Disclaimer: I am completely biased about Savannah, since I’m one of the organizers. This will be the first WordCamp in Savannah, and it’s being held at the Savannah College of Art and Design River Club, an awesome venue that used to be a cotton warehouse or something like that. Since Savannah doesn’t really have a cohesive WordPress community yet (though a fair number of people from Savannah attended WordCamp Atlanta earlier this year), this WordCamp is aimed squarely at building a local community. We’ll have a local meet-and-greet, regular sessions with visiting speakers (lots of core contributors coming to this one, plus Matt), and on Sunday it will be combination unconference/genius bar/collaborative workspace. Oh, and a potluck! We’ll also be running a pre-WordCamp workshop for people who have never used WordPress but want to get started, so that they’ll be able to follow the presentations and conversations littered with WordPress-specific vocabulary over the weekend. Ticket sales just opened, so get your tickets now.

\n

For a schedule of all upcoming WordCamps, visit wordcamp.org. The autumn schedule is already packed! If you don’t see WordCamp in your area and are interested in organizing one, get more information and let us know.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/news/2010/06/summer-of-wordcamp/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 3.0 \"Thelonious\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2010/06/thelonious/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/news/2010/06/thelonious/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Jun 2010 16:26:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1380\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"Arm your vuvuzelas: WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default theme called Twenty Ten. Theme developers have new APIs that allow [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:38078:\"

Arm your vuvuzelas: WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default theme called Twenty Ten. Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, menus (no more file editing), post types, and taxonomies. (Twenty Ten theme shows all of that off.) Developers and network admins will appreciate the long-awaited merge of MU and WordPress, creating the new multi-site functionality which makes it possible to run one blog or ten million from the same installation. As a user, you will love the new lighter interface, the contextual help on every screen, the 1,217 bug fixes and feature enhancements, bulk updates so you can upgrade 15 plugins at once with a single click, and blah blah blah just watch the video. \':)\' (In HD, if you can, so you can catch the Easter eggs.)

\n

\n

If you’d like to embed the WordPress 3.0 video tour in your blog, copy and paste this code for the high quality version:

\n
<embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" type="application/x-shockwave-flash" width="640" height="360" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" title="Introducing WordPress 3.0 &quot;Thelonious&quot;"></embed>
\n

For a more comprehensive look at everything that has improved in 3.0 check out 3.0′s Codex page or the long list of issues in Trac. (We’re trying to keep these announcement posts shorter.) Whew! That’s a lot packed into one release. I can’t think of a better way to kick off the 3.X cycle we’ll be in for the next two and a half years.

\n

The Future

\n

Normally this is where I’d say we’re about to start work on 3.1, but we’re actually not. We’re going to take a release cycle off to focus on all of the things around WordPress. The growth of the community has been breathtaking, including over 10.3 million downloads of version 2.9, but so much of our effort has been focused on the core software it hasn’t left much time for anything else. Over the next three months we’re going to split into ninja/pirate teams focused on different areas of the around-WordPress experience, including the showcase, Codex, forums, profiles, update and compatibility APIs, theme directory, plugin directory, mailing lists, core plugins, wordcamp.org… the possibilities are endless. The goal of the teams isn’t going to be to make things perfect all at once, just better than they are today. We think this investment of time will give us a much stronger infrastructure to grow WordPress.org for the many tens of millions of users that will join us during the 3.X release cycle.

\n

It Takes a Village

\n

I’m proud to acknowledge the contributions of the following 218 people to the 3.0 release cycle. These are the folks that make WordPress what it is, whose collaboration and hard work enable us to build something greater than the sum of our parts. In alphabetical order, of course.

\n

Committers: azaozz (Andrew Ozz) (prof), dd32 (Dion Hulse) (prof), donncha (Donncha O Caoimh) (prof), iammattthomas (Matt Thomas) (prof), josephscott (Joseph Scott) (prof), markjaquith (Mark Jaquith) (prof), matt (Matt Mullenweg) (prof), nacin (Andrew Nacin) (prof), nbachiyski (Николай Бачийски) (prof), ryan (Ryan Boren) (prof), westi (Peter Westwood) (prof), and wpmuguru (Ron Rennick) (prof). Contributors: aaroncampbell (Aaron Campbell) (prof), akerem (prof), alexkingorg (Alex King) (prof), amattie (prof), ampt (Luke Gallagher) (prof), andrea_r (prof), andreasnrb (Andreas Nurbo) (prof), anilo4ever (Angelo Verona) (prof), apeatling (Andy Peatling) (prof), apokalyptik (Demitrious Kelly) (prof), arena (André Renaut) (prof), barry (Barry Abrahamson) (prof), batmoo (Mohammad Jangda) (prof), beaulebens (Beau Lebens) (prof), belg4mit (prof), bigdawggi (Matthew G. Richmond) (prof), blepoxp (Glenn Ansley) (prof), brentes (Brent Shepherd) (prof), briancolinger (Brian Colinger) (prof), bumbu (prof), caesarsgrunt (Caesar Schinas) (prof), camiloclc (prof), CAMWebDesign (prof), carbolineum (prof), caspie (prof), catiakitahara (Cátia Kitahara) (prof), CharlesClarkson (Charles Clarkson) (prof), chdorner (Christof Dorner) (prof), chrisbliss18 (Chris Jean) (prof), chrisscott (Chris Scott) (prof), cnorris23 (Brandon Allen) (prof), coffee2code (Scott Reilly) (prof), computerwiz908 (prof), cyberhobo (Dylan Kuhn) (prof), dancole (Dan Cole) (prof), Daniel Koskinen , deepak.seth (Deepak Seth), demetris (Δημήτρης Κίκιζας) (prof), Denis-de-Bernardy (prof), dimadin (Milan Dinić) (prof), dndrnkrd (Dan Drinkard) (prof), docwhat (prof), dougwrites (\n href=\"http://profiles.wordpress.org/dougwrites\">prof), dphiffer (Dan Phiffer) (prof), dragoonis (prof), dremeda (Dre Armeda) (prof), dtoj , dougal (Dougal Campbell) (prof), duck_ (Jon Cave) (prof), dxjones (David Jones) (prof), eddieringle (Eddie Ringle) (prof), edward mindreantre (Edward Hevlund), eoinomurchu (prof), empireoflight/Ben Dunkle (prof), ericmann (Eric Mann) (prof), etiger13 (Eddie Monge Jr.) (prof), filosofo (Austin Matzko) (prof), firebird75 (prof), frankieroberto (Frankie Roberto) (prof), Frumph (Philip M. Hofer) (prof), garyc40 (Gary Cao) (prof), gautam2011 (prof), Gary Ross (Gazzer) , GDragoN (Milan Petrovic) (prof), greenshady (Justin Tadlock) (prof), GIGALinux (Dennis Morhardt) (prof), hakre (prof), husky (prof), iandstewart (Ian Stewart) (prof), ipstenu (Mika Epstein) (prof), jacobsantos (Jacob Santos) (prof), jamescollins (James Collins) (prof), jane (Jane Wells) (prof), jbsil (Jesse Silverstein) (prof), jdub (Jeff Waugh) (prof), jeffikus (Jeffrey Pearce) (prof), jeffstieler (Jeff Stieler) (prof), jeremyclarke (Jeremy Clarke) (prof), jfarthing84 (Jeff Farthing) (prof), Jick (James Dimick) (prof), jmstacey (Jon Stacey) (prof), jobjorn (Jobjörn Folkesson) (prof), johanee (Johan Eenfeldt) (prof), johnbillion (John Blackbourn) (prof), johnjamesjacoby/jjj (John James Jacoby) (prof), johnjosephbachir (John Joseph Bachir) (prof), johnl1479 (John Luetke) (prof), johnonolan (John O’Nolan) (prof), JohnPBloch/wmrom (John Bloch) (prof), joostdevalk/yoast (Joost de Valk) (prof), jorbin (Aaron Jorbin) (prof), joshtime (prof), jshreve (prof), junsuijin (prof), kallewangstedt (Karl Wångstedt) (prof), keighl (Kyle Truscott) (prof), kevinB (Kevin Behrens) (prof), koopersmith (Daryl Koopersmith) (prof), kpdesign (Kim Parsell)
\n
(prof), ktdreyer (Ken Dreyer) (prof), kurtmckee (Kurt McKee) (prof), laceous (prof), lancewillett (Lance Willett) (prof), lloydbudd (Lloyd Budd) (prof), lriggle (prof), markauk (prof), markmcwilliams (Mark McWilliams) (prof), markoheijnen (Marko Heijnen) (prof), markup (Sasha Mukhin) (prof), mattsains (prof), matveb (Matias Ventura) (prof), mdawaffe (Michael Adams) (prof) , mentel_br (prof), messenlehner (Brian Messenlehner) (prof), miau_jp (prof), Michael (Michael Heilemann) (prof), MichaelH (prof), mikeschinkel (Mike Schinkel) (prof), Miloslav Beňo , minusfive (prof), miqrogroove (Robert Chapin) (prof), misterbisson (Casey Bisson) (prof), mitchoyoshitaka (mitcho (Michael 芳貴 Erlewine)) (prof), MMN-o (prof), momo360modena (Amaury Balmer) (prof), morganestes (Morgan Estes) (prof), mrmist (David McFarlane) (prof), mtdewvirus (Nick Momrik) (prof), nadavvin (prof), Nao (Naoko McCracken) (prof), nathanrice (Nathan Rice) (prof), neoxx (Bernhard Riedl) (prof), niallkennedy (Niall Kennedy) (prof), ninjaWR (Ryan Murphy) (prof), noel (Noël Jackson) (prof), nomulous (Fletcher Tomalty) (prof), ocean90 (Dominik Schilling) (prof), Otto42 (Samuel Wood) (prof), pedger (prof), PeteMall (prof), pampfelimetten (prof), pnettle (prof), PotterSys (Juan) (prof), prettyboymp (Michael Pretty) (prof), ptahdunbar (Ptah Dunbar) (prof), ramiy (prof), RanYanivHartstein (Ran Yaniv Hartstein) (prof), reaperhulk (Paul Kehrer) (prof), reko (prof), remi (Rémi Prévost) (prof), rlerdorf (Rasmus Lerdorf) (prof) , rmccue (Ryan McCue) (prof), rooodini (prof), rovo89 (prof), ruslany (\n\"http://profiles.wordpress.org/ruslany\">prof), sc0ttkclark (Scott Kingsley Clark) (prof), scottbasgaard (Scott Basgaard) (prof), ScottMac (prof), scribu (prof), SergeyBiryukov (Сергей Бирюков) (prof), ShaneF (prof), sillybean (Stephanie Leary) (prof), Simek (Bartosz Kaszubowski) (prof), simonwheatley (Simon Wheatley) (prof), simosx (Σίμος Ξενιτέλλης) (prof), sirzooro (Daniel Frużyński) (prof), sivel (Matt Martz) (prof), skeltoac (Andy Skelton) (prof), snumb130 (Luke Howell) (prof), solarissmoke (Samir Shah) (prof), sorich87 (prof), ssandison (prof), stencil (prof), stephdau (Stephane Daury) (prof), tai (prof), TECannon (Tracy Cannon) (prof), technosailor (Aaron Brazell) (prof), tenpura (prof), thales.tede , TheDeadMedic (prof), thee17 (Charles E. Frees-Melvin) (prof), thetoine (Antoine Girard) (prof), tinkerpriest (c.bavota) (prof), TobiasBg (Tobias Bäthge) (prof), tomtomp (prof), tychay (Terry Chay) (prof), typeomedia (prof), uglyrobot (Aaron Edwards) (prof), UnderWordPressure (prof), usermrpapa (prof), Utkarsh (Utkarsh Kukreti) (prof), validben (Benoit Gilloz ) (prof), Viper007Bond (Alex Mills) (prof), vladimir_kolesnikov (Vladimir Kolesnikov) (prof), willmot (Tom Willmot) (prof), wahgnube (prof), waltervos (Walter Vos) (prof), wds-chris (Christopher Cochran) (prof), williamsba1 (Brad Williams) (prof), wnorris (Will Norris) (prof), xibe (Xavier Borderie) (prof), yoavf (Yoav Farhi) (prof), zeo (Safirul Alredha) (prof), znarfor (François Hodierne) (prof), and zoranzaric (Zoran Zaric) (prof).

\n

Bonus

\n

If you’ve made it this far, check out my 2010 State of the Word speech at WordCamp San Francisco, it’s jam-packed with information on the growth of WordPress, 3.0, what we’re planning for the future, and the philosophy of WordPress.

\n

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2010/06/thelonious/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3.0 RC3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://wordpress.org/news/2010/06/3-0-rc3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/news/2010/06/3-0-rc3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Jun 2010 20:49:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1376\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:257:\"A weekend present, in haiku: Last call; final bugs Itch, scratch, contort; calmly wait For now: RC3 That’s right. What will hopefully be the final release candidate, RC3, is now available for download and testing. Plugin developers: test your plugins!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:438:\"

A weekend present, in haiku:

\n

Last call; final bugs
\nItch, scratch, contort; calmly wait
\nFor now: RC3

\n

That’s right. What will hopefully be the final release candidate, RC3, is now available for download and testing.

\n

Plugin developers: test your plugins!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/news/2010/06/3-0-rc3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Expanding the Theme Review Experiment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/news/2010/06/expanding-the-theme-review-experiment/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.org/news/2010/06/expanding-the-theme-review-experiment/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Jun 2010 16:06:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1347\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:272:\"When I was a kid my dad used to practice his typing skills (on a real typewriter no less) with the phrase: Now is the time for all good men to come to the aid of their country. For some reason that has stuck with me all these years. Today I’m going to rephrase and [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1962:\"

When I was a kid my dad used to practice his typing skills (on a real typewriter no less) with the phrase:

\n

Now is the time for all good men to come to the aid of their country.

\n

For some reason that has stuck with me all these years. Today I’m going to rephrase and re-purpose that line:

\n

Now is the time for great theme developers to come to the aid of their community.

\n

The theme directory has been chugging along for more than a year now. During that time we’ve tinkered with the review process and some of the management tools, but haven’t really opened it up as much as we’d like. It’s time to rip off the band-aid and take some action; to that end, we’re looking for community members to help with the process of reviewing themes for the directory.

\n

Right now this is a bit like a New Year’s resolution to exercise every day: it’s what we need to do, but we’re still figuring out exactly how it will all work. That’s part of the community involvement as well — we expect that those who pitch in will also help shape the process.

\n

What’s involved in reviewing themes for the directory? There are some obvious things, such as being familiar with PHP and WordPress theme code (and the theme development checklist), with an eye for security issues. You would also need to have the ability to set up a separate install of the latest version of WordPress for testing theme submissions.

\n

Hopefully a few talented theme developers are reading this right now and saying to themselves, “I’d love to help! How do I get started?” Just join the new theme reviewers mailing list and we’ll get you up to speed on this new opportunity to come to the aid of your community.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2010/06/expanding-the-theme-review-experiment/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2010/05/wordpress-3-0-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2010/05/wordpress-3-0-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 May 2010 02:35:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1358\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"As Matt teased earlier, the first release candidate (RC1) for WordPress 3.0 is now available. What’s an RC? An RC comes after beta and before the final launch. It means we think we’ve got everything done: all features finished, all bugs squashed, and all potential issues addressed. But, then, with over 20 million people using [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1993:\"

As Matt teased earlier, the first release candidate (RC1) for WordPress 3.0 is now available. What’s an RC? An RC comes after beta and before the final launch. It means we think we’ve got everything done: all features finished, all bugs squashed, and all potential issues addressed. But, then, with over 20 million people using WordPress with a wide variety of configurations and hosting setups, it’s entirely possible that we’ve missed something. So! For the brave of heart, please download the RC and test it out (but not on your live site unless you’re extra adventurous). Some things to know:

\n\n

If you are testing the RC and come across a bug, you can:

\n\n

We hope you enjoy playing with the 3.0 RC as much as we’ve enjoyed making it for you. Enjoy!

\n

Download WordPress 3.0 RC1

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2010/05/wordpress-3-0-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lucky Seven\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://wordpress.org/news/2010/05/lucky-seven/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2010/05/lucky-seven/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 May 2010 23:04:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1354\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:311:\"Has it really been seven years since the first release of WordPress? It seems like just yesterday we were fresh to the world, a new entrant to a market everyone said was already saturated. (As a side note, if the common perception is that a market is finished and that everything interesting has been done [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1896:\"

Has it really been seven years since the first release of WordPress? It seems like just yesterday we were fresh to the world, a new entrant to a market everyone said was already saturated. (As a side note, if the common perception is that a market is finished and that everything interesting has been done already, it’s probably a really good time to enter it.)

\n

The growth over the past year has blown me away. Since our last birthday we’ve doubled theme downloads to over 10 million, and doubled plugin downloads to 60 million. Most importantly, we continued to grow the development community to 1,528 people active on Trac and 13 committers, both numbers the highest in the history of WordPress.

\n

That’s 1,528 people pouring their hearts and souls into GPL software we all own, we all build on, we can use as we please, we can all make better. We’ve evolved from a simple script to a web platform.

\n

We’re on the cusp of version 3.0, with a release candidate coming out any minute now.

\n

If you’d like to celebrate WordPress’s birthday with us — tell a friend! Help them upgrade their blog or find the perfect theme. Talk about how WordPress is built by and for a community. Drop in to help test 3.0, including all the plugins you use. Write something to take advantage of the new 3.0 features, or teach your friends how to. If you buy any themes or plugins, make sure they’re GPL or compatible just like WordPress. We’ve got a long road ahead of us, it’s important that we not forget that Open Source got us this far, and is the only way we’re going to get to the next level. The whole of what we can build together is far greater than the sum of our parts. Spread the good word. \':)\'

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/news/2010/05/lucky-seven/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress 3.0, Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2010/05/wordpress-3-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2010/05/wordpress-3-0-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 May 2010 21:05:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/development/?p=1340\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:327:\"Following the successful post-WordCamp San Francisco code sprint, we are now ready to release the second beta of WordPress 3.0. Things to test: Revised menu user interface Changes to the WordPress exporter and importer to make it more flexible Already have a test install that you want to switch over to the beta? Try the [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Peter Westwood\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:976:\"

Following the successful post-WordCamp San Francisco code sprint, we are now ready to release the second beta of WordPress 3.0.
\nThings to test:

\n\n

Already have a test install that you want to switch over to the beta? Try the beta tester plugin.

\n

Testers, don’t forget to use the wp-testers mailing list to discuss bugs you encounter.

\n

We hope you like it! And if you don’t, well, check back when the release candidate is ready. \':)\'

\n

Download the WordPress 3.0 Beta 2 now!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2010/05/wordpress-3-0-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 29 Jul 2010 22:33:47 GMT\";s:4:\"etag\";s:34:\"\"917f4b1c3647a599cdf155c9db22b1cc\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"date\";s:29:\"Tue, 31 Aug 2010 12:38:27 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}","no"); INSERT INTO wp_options VALUES("437","0","_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca","1283302074","no"); INSERT INTO wp_options VALUES("438","0","_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca","1283258874","no"); INSERT INTO wp_options VALUES("148","0","category_children","a:0:{}","yes"); INSERT INTO wp_options VALUES("155","0","art_footer_content","Copyright © 2010 edservit. All Rights Reserved.","yes"); INSERT INTO wp_options VALUES("420","0","_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc","1283290725","no"); INSERT INTO wp_options VALUES("421","0","_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc","1283247525","no"); INSERT INTO wp_options VALUES("418","0","_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc","1283290725","no"); INSERT INTO wp_options VALUES("419","0","_transient_feed_a5420c83891a9c88ad2a4f04584a5efc","a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Aug 2010 09:29:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2536\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt Mullenweg on \"Akismet\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/extend/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"15@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"joostdevalk on \"Google Analytics for WordPress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2316@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"joostdevalk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Takayuki Miyoshi on \"Contact Form 7\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2141@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Bravenewcode on \"WPtouch iPhone Theme\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5468@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"WPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when vie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Bravenewcode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"arnee on \"Google XML Sitemaps\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"arnee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Lester Chan on \"WP-PageNavi\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"363@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Adds a more advanced paging navigation to your WordPress site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Mike Challis on \"Fast Secure Contact Form\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/si-contact-form/#post-12636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Aug 2009 01:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12636@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. Packed with settings and features.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mike Challis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"micropat on \"AddToAny: Share/Bookmark/Email Button\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/extend/plugins/add-to-any/#post-498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Mar 2007 23:08:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"498@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google Buzz, Digg and many more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"micropat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"andy on \"WordPress.com Stats\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/extend/plugins/stats/#post-1355\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 06 May 2007 02:15:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"1355@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com\'s stat system.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"andy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"orenshmu on \"Post video players slideshow and photo galleries\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wordpress.org/extend/plugins/post-rich-videos-and-photos-galleries/#post-7094\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 21 Sep 2008 12:15:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"7094@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Post your videos and photo galleries/flash slideshows easily and in seconds.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"orenshmu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"casibus on \"ourSTATS Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 May 2010 14:16:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18282@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"create a widget for the ourstats.de counter service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"casibus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"alexrabe on \"NextGEN Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"1169@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"alexrabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Brian Colinger on \"WordPress Importer\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18101@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"alexkingorg on \"Twitter Tools\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/twitter-tools/#post-313\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:10:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"313@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"Twitter Tools is a plugin that creates a complete integration between your WordPress blog and your Twitter account.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"alexkingorg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:13:\"last-modified\";s:19:\"2007-03-09 22:11:30\";s:4:\"etag\";s:34:\"\"8675051e89bf6e8eba42545ba20839d9\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"7854\";s:4:\"date\";s:29:\"Tue, 31 Aug 2010 09:29:23 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}","no"); INSERT INTO wp_options VALUES("389","0","se_options","a:20:{s:21:\"se_exclude_categories\";N;s:26:\"se_exclude_categories_list\";s:0:\"\";s:16:\"se_exclude_posts\";N;s:21:\"se_exclude_posts_list\";s:0:\"\";s:18:\"se_use_page_search\";N;s:21:\"se_use_comment_search\";s:2:\"No\";s:17:\"se_use_tag_search\";s:2:\"No\";s:17:\"se_use_tax_search\";s:2:\"No\";s:22:\"se_use_category_search\";s:2:\"No\";s:25:\"se_approved_comments_only\";s:2:\"No\";s:22:\"se_approved_pages_only\";N;s:21:\"se_use_excerpt_search\";s:2:\"No\";s:19:\"se_use_draft_search\";s:2:\"No\";s:24:\"se_use_attachment_search\";s:2:\"No\";s:14:\"se_use_authors\";N;s:18:\"se_use_cmt_authors\";s:2:\"No\";s:22:\"se_use_metadata_search\";s:2:\"No\";s:16:\"se_use_highlight\";s:3:\"Yes\";s:18:\"se_highlight_color\";s:7:\"#CCCCCC\";s:18:\"se_highlight_style\";s:0:\"\";}","yes"); DROP TABLE wp_postmeta; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8; INSERT INTO wp_postmeta VALUES("1","2","_wp_page_template","default"); INSERT INTO wp_postmeta VALUES("2","2","_edit_lock","1282833679"); INSERT INTO wp_postmeta VALUES("3","2","_edit_last","1"); INSERT INTO wp_postmeta VALUES("4","5","_edit_last","1"); INSERT INTO wp_postmeta VALUES("5","5","_edit_lock","1282831453"); INSERT INTO wp_postmeta VALUES("6","8","_edit_last","1"); INSERT INTO wp_postmeta VALUES("7","8","_edit_lock","1282833508"); INSERT INTO wp_postmeta VALUES("8","10","_edit_last","1"); INSERT INTO wp_postmeta VALUES("9","10","_edit_lock","1283247632"); INSERT INTO wp_postmeta VALUES("12","1","_edit_lock","1281983285"); INSERT INTO wp_postmeta VALUES("29","2","menu_id","1"); INSERT INTO wp_postmeta VALUES("27","26","_edit_last","1"); INSERT INTO wp_postmeta VALUES("28","26","_edit_lock","1282234771"); INSERT INTO wp_postmeta VALUES("18","20","_edit_last","1"); INSERT INTO wp_postmeta VALUES("21","20","_wp_old_slug",""); INSERT INTO wp_postmeta VALUES("22","20","_edit_lock","1282066571"); DROP TABLE wp_posts; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` text NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=utf8; INSERT INTO wp_posts VALUES("1","1","2010-08-16 16:28:51","2010-08-16 16:28:51","Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!","Hello world!","","publish","open","open","","hello-world","","","2010-08-16 18:29:38","2010-08-16 18:29:38","","0","http://designdemo.glowtouch.com/edservit/?p=1","0","post","","1"); INSERT INTO wp_posts VALUES("2","1","2010-08-16 16:28:51","2010-08-16 16:28:51","

Welcome!

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\n

Education Services

\n \n

Consultancy & Technical Training Support Services for Businesses/Organizations

\n \n
\n

Please let us know what your service needs are and we will be glad to assist you. \nContact ESI today!

\n

Thank you for visiting our Internet site.

","Home","","publish","open","open","","about","","","2010-08-26 14:41:18","2010-08-26 14:41:18","","0","http://designdemo.glowtouch.com/edservit/?page_id=2","0","page","","0"); INSERT INTO wp_posts VALUES("3","1","2010-08-16 18:21:32","0000-00-00 00:00:00","","Auto Draft","","auto-draft","open","open","","","","","2010-08-16 18:21:32","0000-00-00 00:00:00","","0","http://designdemo.glowtouch.com/edservit/?p=3","0","post","","0"); INSERT INTO wp_posts VALUES("4","1","2010-08-16 16:28:51","2010-08-16 16:28:51","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","","inherit","open","open","","2-revision","","","2010-08-16 16:28:51","2010-08-16 16:28:51","","2","http://designdemo.glowtouch.com/edservit/?p=4","0","revision","","0"); INSERT INTO wp_posts VALUES("5","1","2010-08-16 18:22:44","2010-08-16 18:22:44"," \n \n \n \n \n \n
Grand Opening Invitation
\n

You are cordially invited to attend Educational Services International’s (ESI) Grand Opening event. The Grand Opening will provide you a unique opportunity to meet our staff, explore our state-of-the-art facilities and learn about careers of the future and our extremely rewarding training programs. ESI’s Grand Opening will take place on Friday, August 27, 2010 from 6:00 PM to 9:00 PM, Saturday, August 28th from 11:00 AM to 5:00 PM and Sunday, August 29th from 2:00 PM to 6:00 PM. The event is free; refreshments and snacks will be provided. Also, the first forty people in attendance each day will be eligible to attend a future training seminar of their choosing for free.

\n

Education Services International (ESI) is ready to serve residents and businesses in the Triangle area. ESI focuses on instructor-led computer-based training for clients interested in acquiring industry certifications in the areas of Networking Technology, Information Technology, and Office Technology Applications. With industry certifications you can enter careers that the U.S. Department of Labor called “the fastest growing of all occupations.” We also provide cross-cultural and language training as well as career development counseling and consulting services. Our exceptional training programs have small class sizes, hands-on experience and are led by experienced instructors with industry certifications.

 

At the Grand Opening of Education Services International, come and discover how one can be on the way to a more exciting and better paying career in as little as six weeks. We hope to see you on Friday, August 27th, Saturday, August 28th, or Sunday, August 29th. You are more than welcome to attend all three days! If you are unable to attend the Grand Opening event, we will gladly arrange another time for you to visit our new facility and learn about our service offerings during our normal business hours: Monday – Friday from 9:00 AM to 9:30 PM and Saturday from 10:00 AM to 4:00 PM. We are centrally located both from Raleigh and Durham at 10300 Chapel Hill Rd. Suite 300, Morrisville, NC 27560. If you have any questions or would like to get further information, call us at (919) 469-5878 or email us at esi@edservit.com.

","News & Events","","publish","open","open","","news-events","","","2010-08-26 14:04:13","2010-08-26 14:04:13","","0","http://designdemo.glowtouch.com/edservit/?page_id=5","20","page","","0"); INSERT INTO wp_posts VALUES("6","1","2010-08-16 18:22:29","2010-08-16 18:22:29","","Auto Draft","","inherit","open","open","","5-revision","","","2010-08-16 18:22:29","2010-08-16 18:22:29","","5","http://designdemo.glowtouch.com/edservit/?p=6","0","revision","","0"); INSERT INTO wp_posts VALUES("7","1","2010-08-16 18:22:44","2010-08-16 18:22:44","","News & Events","","inherit","open","open","","5-revision-2","","","2010-08-16 18:22:44","2010-08-16 18:22:44","","5","http://designdemo.glowtouch.com/edservit/?p=7","0","revision","","0"); INSERT INTO wp_posts VALUES("8","1","2010-08-16 18:23:32","2010-08-16 18:23:32","

Services

\n

Specialized Preparatory Training Services in IT, Networking and Medical Office Technology

\n \n

Career Development Counseling Services

\n \n

Curricula and School Selection Advisory Services for Families

\n \n

Tutoring Services

\n \n

Cross-cultural Training for Teachers, Counselors, Administrators, Managers

\n \n

Language Training Services - Amharic, French, Spanish

\n \n

Consultancy and Technical Support Services for Businesses/Organizations

\n","Services","","publish","closed","closed","","services","","","2010-08-26 13:58:44","2010-08-26 13:58:44","","0","http://designdemo.glowtouch.com/edservit/?page_id=8","30","page","","0"); INSERT INTO wp_posts VALUES("9","1","2010-08-16 18:23:27","2010-08-16 18:23:27","","Services","","inherit","open","open","","8-revision","","","2010-08-16 18:23:27","2010-08-16 18:23:27","","8","http://designdemo.glowtouch.com/edservit/?p=9","0","revision","","0"); INSERT INTO wp_posts VALUES("10","1","2010-08-16 18:23:48","2010-08-16 18:23:48","

Contact Us

\n

For inquiries or service requests you can fill out the form below. \nWe are looking forward to hearing from you.

\n[contact-form 1 \"Contact form 1\"]","Contact Us","","publish","open","open","","contact-us","","","2010-08-24 12:19:23","2010-08-24 12:19:23","","0","http://designdemo.glowtouch.com/edservit/?page_id=10","40","page","","0"); INSERT INTO wp_posts VALUES("11","1","2010-08-16 18:23:45","2010-08-16 18:23:45","","Contact Us","","inherit","open","open","","10-revision","","","2010-08-16 18:23:45","2010-08-16 18:23:45","","10","http://designdemo.glowtouch.com/edservit/?p=11","0","revision","","0"); INSERT INTO wp_posts VALUES("68","1","2010-08-17 17:52:03","2010-08-17 17:52:03","About Education Services International \n \n \n \nEducation Services International (ESI) was established to provide specialized educational programs, counseling and consulting services that encompass - information technology, networking technology, office technology applications, cross-cultural programs and customized language training services. ESI is committed to provide a variety of highly affordable and focused instructor-led training programs - in small class environments with flexible class schedules (day, evening, weekend). ESI also offers career development counseling and tutorial services to clients as well as advisory services pertaining to school and curricula selection for families with children. \n \nESI is led by a seasoned management team headed by Mrs. Kongite Wessene who has taught for over a decade at North Carolina Central University (NCCU) and has extensive university-level teaching, academic advising and leadership experience. Mrs. Wessene has also accumulated a rich experience in the delivery of customized French language training to government personnel preparing for overseas assignments during her tenure at Inlingua Language Service Center. In addition, she has developed and presented cultural programs on Ethiopia and taught basic Amharic language lessons to children in the Raleigh, Durham, Chapel Hill metropolitan areas of North Carolina. Mrs. Wessene, has a Bachelor of Arts degree in French with a minor in Spanish and also has a Master of Arts degree in Intercultural Communications from Howard University (HU). \n \nESI’s leadership team also includes Mr. Zewdu Haptemariam who began his professional career teaching electronics technology, microcomputers and mathematics at Commonwealth College and later at Strayer College before moving into the computer and networking technology industry. For two decades, Mr. Haptemariam has held various engineering and management positions at premier computer and networking technology companies - IBM Corporation and Cisco Systems. He has a Bachelor of Science degree in Electrical Engineering and has also received a Master of Science degree in Communications from the School of Engineering and Applied Sciences at George Washington University (GWU).","About Us","","inherit","open","open","","26-revision-7","","","2010-08-17 17:52:03","2010-08-17 17:52:03","","26","http://designdemo.glowtouch.com/edservit/26-revision-7","0","revision","","0"); INSERT INTO wp_posts VALUES("12","1","2010-08-16 18:23:32","2010-08-16 18:23:32","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.","Services","","inherit","open","open","","8-revision-2","","","2010-08-16 18:23:32","2010-08-16 18:23:32","","8","http://designdemo.glowtouch.com/edservit/?p=12","0","revision","","0"); INSERT INTO wp_posts VALUES("13","1","2010-08-17 18:02:29","2010-08-17 18:02:29","For inquiries or service requests you can fill out the form below. \n\nWe are looking forward to hearing from you.\n\n ","Contact Us","","inherit","open","open","","10-autosave","","","2010-08-17 18:02:29","2010-08-17 18:02:29","","10","http://designdemo.glowtouch.com/edservit/?p=13","0","revision","","0"); INSERT INTO wp_posts VALUES("14","1","2010-08-16 18:23:48","2010-08-16 18:23:48","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.","Contact Us","","inherit","open","open","","10-revision-2","","","2010-08-16 18:23:48","2010-08-16 18:23:48","","10","http://designdemo.glowtouch.com/edservit/?p=14","0","revision","","0"); INSERT INTO wp_posts VALUES("67","1","2010-08-19 16:03:56","2010-08-19 16:03:56","For inquiries or service requests you can fill out the form below. \n \nWe are looking forward to hearing from you. \n \n[contact-form 1 \"Contact form 1\"]","Contact Us","","inherit","open","open","","10-revision-13","","","2010-08-19 16:03:56","2010-08-19 16:03:56","","10","http://designdemo.glowtouch.com/edservit/10-revision-13","0","revision","","0"); INSERT INTO wp_posts VALUES("15","1","2010-08-16 18:26:39","2010-08-16 18:26:39","- The Contact Us page should contain a form to fill in: full name, email address, telephone number and best time to be reached, drop-down menu to select any of the services offered for additional information and a section for questions/comments. In addition, to a submit button that will directly forward the completed form to the company’s email address.","Contact Us","","inherit","open","open","","10-revision-3","","","2010-08-16 18:26:39","2010-08-16 18:26:39","","10","http://designdemo.glowtouch.com/edservit/?p=15","0","revision","","0"); INSERT INTO wp_posts VALUES("23","1","2010-08-16 18:29:03","2010-08-16 18:29:03","- Upcoming programs/events section in Home page. \n \n- Search function for items in website. \n \n- Links to access additional information","Hello World","","inherit","open","open","","20-revision-2","","","2010-08-16 18:29:03","2010-08-16 18:29:03","","20","http://designdemo.glowtouch.com/edservit/?p=23","0","revision","","0"); INSERT INTO wp_posts VALUES("22","1","2010-08-16 18:28:12","2010-08-16 18:28:12","Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!","Hello world!","","inherit","open","open","","1-revision-2","","","2010-08-16 18:28:12","2010-08-16 18:28:12","","1","http://designdemo.glowtouch.com/edservit/?p=22","0","revision","","0"); INSERT INTO wp_posts VALUES("18","1","2010-08-16 16:28:51","2010-08-16 16:28:51","Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!","Hello world!","","inherit","open","open","","1-revision","","","2010-08-16 16:28:51","2010-08-16 16:28:51","","1","http://designdemo.glowtouch.com/edservit/?p=18","0","revision","","0"); INSERT INTO wp_posts VALUES("24","1","2010-08-16 18:31:06","2010-08-16 18:31:06","- Upcoming programs/events section in Home page.\n\n- Search function for items in website.\n\n- Links to access additional information","Requirements","","inherit","open","open","","20-autosave","","","2010-08-16 18:31:06","2010-08-16 18:31:06","","20","http://designdemo.glowtouch.com/edservit/?p=24","0","revision","","0"); INSERT INTO wp_posts VALUES("20","1","2010-08-16 18:29:03","2010-08-16 18:29:03","- Upcoming programs/events section in Home page. \n \n- Search function for items in website. \n \n- Links to access additional information","Requirements","","publish","open","open","","hello-world-2","","","2010-08-16 18:30:02","2010-08-16 18:30:02","","0","http://designdemo.glowtouch.com/edservit/?p=20","0","post","","0"); INSERT INTO wp_posts VALUES("21","1","2010-08-16 18:28:52","2010-08-16 18:28:52","","Auto Draft","","inherit","open","open","","20-revision","","","2010-08-16 18:28:52","2010-08-16 18:28:52","","20","http://designdemo.glowtouch.com/edservit/?p=21","0","revision","","0"); INSERT INTO wp_posts VALUES("25","1","2010-08-16 18:22:21","2010-08-16 18:22:21","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 Us","","inherit","open","open","","2-revision-2","","","2010-08-16 18:22:21","2010-08-16 18:22:21","","2","http://designdemo.glowtouch.com/edservit/?p=25","0","revision","","0"); INSERT INTO wp_posts VALUES("26","1","2010-08-17 10:53:47","2010-08-17 10:53:47","

About Education Services International

\n

Education Services International (ESI) was established to provide specialized educational programs, counseling and consulting services that encompass - information technology, networking technology, office technology applications, cross-cultural programs and customized language training services. ESI is committed to provide a variety of highly affordable and focused instructor-led training programs - in small class environments with flexible class schedules (day, evening, weekend). ESI also offers career development counseling and tutorial services to clients as well as advisory services pertaining to school and curricula selection for families with children.

\n

ESI is led by a seasoned management team headed by Mrs. Kongite Wessene who has taught for over a decade at North Carolina Central University (NCCU) and has extensive university-level teaching, academic advising and leadership experience. Mrs. Wessene has also accumulated a rich experience in the delivery of customized French language training to government personnel preparing for overseas assignments during her tenure at Inlingua Language Service Center. In addition, she has developed and presented cultural programs on Ethiopia and taught basic Amharic language lessons to children in the Raleigh, Durham, Chapel Hill metropolitan areas of North Carolina. Mrs. Wessene, has a Bachelor of Arts degree in French with a minor in Spanish and also has a Master of Arts degree in Intercultural Communications from Howard University (HU).

\n

ESI’s leadership team also includes Mr. Zewdu Haptemariam who began his professional career teaching electronics technology, microcomputers and mathematics at Commonwealth College and later at Strayer College before moving into the computer and networking technology industry. For two decades, Mr. Haptemariam has held various engineering and management positions at premier computer and networking technology companies - IBM Corporation and Cisco Systems. He has a Bachelor of Science degree in Electrical Engineering and has also received a Master of Science degree in Communications from the School of Engineering and Applied Sciences at George Washington University (GWU).

","About Us","","publish","open","open","","about-us","","","2010-08-19 16:19:29","2010-08-19 16:19:29","","0","http://designdemo.glowtouch.com/edservit/?page_id=26","10","page","","0"); INSERT INTO wp_posts VALUES("27","1","2010-08-17 10:53:43","2010-08-17 10:53:43","","About Us","","inherit","open","open","","26-revision","","","2010-08-17 10:53:43","2010-08-17 10:53:43","","26","http://designdemo.glowtouch.com/edservit/?p=27","0","revision","","0"); INSERT INTO wp_posts VALUES("28","1","2010-08-16 18:23:13","2010-08-16 18:23:13","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.","News & Events","","inherit","open","open","","5-revision-3","","","2010-08-16 18:23:13","2010-08-16 18:23:13","","5","http://designdemo.glowtouch.com/edservit/?p=28","0","revision","","0"); INSERT INTO wp_posts VALUES("29","1","2010-08-16 18:24:59","2010-08-16 18:24:59","Specialized Preparatory Training Services in IT, Networking and Medical Office Technology \n \n \n \nCareer Development Counseling Services \n \n \n \nCurricula and School Selection Advisory Services for Families \n \nTutoring Services \n \n \n \nCross-cultural Training for Teachers, Counselors, Administrators, Managers \n \n \n \nLanguage Training Services - Amharic, French, Spanish \n \n \n \nConsultancy and Technical Support Services for Businesses/Organizations \n \n \n \nTechnical training needs assessment, design and support","Services","","inherit","open","open","","8-revision-3","","","2010-08-16 18:24:59","2010-08-16 18:24:59","","8","http://designdemo.glowtouch.com/edservit/?p=29","0","revision","","0"); INSERT INTO wp_posts VALUES("33","1","2010-08-17 12:05:21","2010-08-17 12:05:21","

Welcome to our Site!

\n

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.

","Home","","inherit","open","open","","2-revision-4","","","2010-08-17 12:05:21","2010-08-17 12:05:21","","2","http://designdemo.glowtouch.com/edservit/?p=33","0","revision","","0"); INSERT INTO wp_posts VALUES("30","1","2010-08-16 18:26:47","2010-08-16 18:26:47","The Contact Us page should contain a form to fill in: full name, email address, telephone number and best time to be reached, drop-down menu to select any of the services offered for additional information and a section for questions/comments. In addition, to a submit button that will directly forward the completed form to the company’s email address.","Contact Us","","inherit","open","open","","10-revision-4","","","2010-08-16 18:26:47","2010-08-16 18:26:47","","10","http://designdemo.glowtouch.com/edservit/?p=30","0","revision","","0"); INSERT INTO wp_posts VALUES("31","1","2010-08-17 10:52:23","2010-08-17 10:52:23","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.","Home","","inherit","open","open","","2-revision-3","","","2010-08-17 10:52:23","2010-08-17 10:52:23","","2","http://designdemo.glowtouch.com/edservit/?p=31","0","revision","","0"); INSERT INTO wp_posts VALUES("32","1","2010-08-17 10:54:58","2010-08-17 10:54:58","Specialized Preparatory Training Services in IT, Networking and Medical Office Technology \n \n \n \nCareer Development Counseling Services \n \n \n \nCurricula and School Selection Advisory Services for Families \n \nTutoring Services \n \n \n \nCross-cultural Training for Teachers, Counselors, Administrators, Managers \n \n \n \nLanguage Training Services - Amharic, French, Spanish \n \n \n \nConsultancy and Technical Support Services for Businesses/Organizations \n \n \n \nTechnical training needs assessment, design and support","Services","","inherit","open","open","","8-revision-4","","","2010-08-17 10:54:58","2010-08-17 10:54:58","","8","http://designdemo.glowtouch.com/edservit/?p=32","0","revision","","0"); INSERT INTO wp_posts VALUES("34","1","2010-08-17 10:53:47","2010-08-17 10:53:47","","About Us","","inherit","open","open","","26-revision-2","","","2010-08-17 10:53:47","2010-08-17 10:53:47","","26","http://designdemo.glowtouch.com/edservit/?p=34","0","revision","","0"); INSERT INTO wp_posts VALUES("35","1","2010-08-17 10:54:15","2010-08-17 10:54:15","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.","News & Events","","inherit","open","open","","5-revision-4","","","2010-08-17 10:54:15","2010-08-17 10:54:15","","5","http://designdemo.glowtouch.com/edservit/?p=35","0","revision","","0"); INSERT INTO wp_posts VALUES("36","1","2010-08-17 10:55:22","2010-08-17 10:55:22","The Contact Us page should contain a form to fill in: full name, email address, telephone number and best time to be reached, drop-down menu to select any of the services offered for additional information and a section for questions/comments. In addition, to a submit button that will directly forward the completed form to the company’s email address.","Contact Us","","inherit","open","open","","10-revision-5","","","2010-08-17 10:55:22","2010-08-17 10:55:22","","10","http://designdemo.glowtouch.com/edservit/?p=36","0","revision","","0"); INSERT INTO wp_posts VALUES("63","1","2010-08-24 11:34:18","2010-08-24 11:34:18","

Welcome!

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\nEducation Services\n\nConsultancy & Technical Training Support Services for Businesses/Organizations \n\n \n\n
Please let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n\nThank you for visiting our Internet site.","Home","","inherit","open","open","","2-autosave","","","2010-08-24 11:34:18","2010-08-24 11:34:18","","2","http://designdemo.glowtouch.com/edservit/2-autosave","0","revision","","0"); INSERT INTO wp_posts VALUES("66","1","2010-08-17 18:01:24","2010-08-17 18:01:24","For inquiries or service requests you can fill out the form below. \n \nWe are looking forward to hearing from you. \n \n ","Contact Us","","inherit","open","open","","10-revision-12","","","2010-08-17 18:01:24","2010-08-17 18:01:24","","10","http://designdemo.glowtouch.com/edservit/10-revision-12","0","revision","","0"); INSERT INTO wp_posts VALUES("64","1","2010-08-17 17:51:38","2010-08-17 17:51:38","

Welcome!

\n

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\n

\n \n \nEducation Services \n• Information Technology, Computer Networking and Medical Office Technology Preparatory Training \n• Career Development Counseling Services \n• Curricula and School Selection Advisory Services for Families \n• Tutoring Services \n• Cross-cultural Training \n• Language Training \nConsultancy & Technical Training Support Services for Businesses/Organizations \n• Consulting Services - IT Solution Development, Evaluation and Implementation \n• Technical Training Needs Assessment, Training Design and Support \n \n________________________________________ \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-16","","","2010-08-17 17:51:38","2010-08-17 17:51:38","","2","http://designdemo.glowtouch.com/edservit/2-revision-16","0","revision","","0"); INSERT INTO wp_posts VALUES("37","1","2010-08-17 17:39:46","2010-08-17 17:39:46","For inquiries or service requests you can fill out the form below. \n \nWe are looking forward to hearing from you. \n \n \n \nContact Information \n \nFull Name: \n \nMailing Address: \n \nCity:                                       State:                                    ZIP: \n \nTelephone:                                                                        Best Time to Call: \n \nEmail: \n \nIf you are interested in knowing more about our training programs and the various services we provide, please fill in the form below. Once we receive your inquiry, we will contact you within one business day to provide information you have requested. \n \nSelect one or more areas of interest by checking the boxes below or write your questions, service requests or comments in the message area below. \n \n Computing Industry Association Certifications \n \n Cisco Network Certifications \n \n Microsoft Office Applications Certifications \n \n Microsoft Technology & Server Specialization Certifications \n \n Medical Billing & Coding Certifications \n \n Career Counseling Services \n \n Advisory Services for Families with Children (K-12) \n \n Customized Language Training \n \n Cross-cultural Training \n \n Tutorial Services \n \n IT Consultancy Services for Businesses/Organizations \n \nMessage:","Contact Us","","inherit","open","open","","10-revision-6","","","2010-08-17 17:39:46","2010-08-17 17:39:46","","10","http://designdemo.glowtouch.com/edservit/?p=37","0","revision","","0"); INSERT INTO wp_posts VALUES("38","1","2010-08-17 12:15:29","2010-08-17 12:15:29","Specialized Preparatory Training Services in IT, Networking and Medical Office Technology \n \n \n \nCareer Development Counseling Services \n \n \n \nCurricula and School Selection Advisory Services for Families \n \nTutoring Services \n \nCross-cultural Training for Teachers, Counselors, Administrators, Managers \n \nLanguage Training Services - Amharic, French, Spanish \n \nConsultancy and Technical Support Services for Businesses/Organizations \n \nTechnical training needs assessment, design and support","Services","","inherit","open","open","","8-revision-5","","","2010-08-17 12:15:29","2010-08-17 12:15:29","","8","http://designdemo.glowtouch.com/edservit/?p=38","0","revision","","0"); INSERT INTO wp_posts VALUES("70","1","2010-08-19 16:28:19","2010-08-19 16:28:19","

Specialized Preparatory Training Services in IT, Networking and Medical Office Technology

\n \n

Career Development Counseling Services

\n \n

Curricula and School Selection Advisory Services for Families

\n \n

Tutoring Services

\n \n

Cross-cultural Training for Teachers, Counselors, Administrators, Managers

\n \n

Language Training Services - Amharic, French, Spanish

\n \n

Consultancy and Technical Support Services for Businesses/Organizations

\n \n

Technical training needs assessment, design and support

","Services","","inherit","open","open","","8-revision-8","","","2010-08-19 16:28:19","2010-08-19 16:28:19","","8","http://designdemo.glowtouch.com/edservit/8-revision-8","0","revision","","0"); INSERT INTO wp_posts VALUES("39","1","2010-08-17 17:38:47","2010-08-17 17:38:47","Grand Opening Invitation \n \nYou are cordially invited to attend Educational Services International’s (ESI) Grand Opening event.  The Grand Opening will provide you a unique opportunity to meet our staff, explore our state-of-the-art facilities and learn about careers of the future and our extremely rewarding training programs. ESI’s Grand Opening will take place on Friday, August 27, 2010 from 6:00 PM to 9:00 PM, Saturday, August 28th from 11:00 AM to 5:00 PM and Sunday, August 29th from 2:00 PM to 6:00 PM.  The event is free; refreshments and snacks will be provided. Also, the first forty people in attendance each day will be eligible to attend a future training seminar of their choosing for free. \n \nEducation Services International (ESI) is ready to serve residents and businesses in the Triangle area. ESI focuses on instructor-led computer-based training for clients interested in acquiring industry certifications in the areas of Networking Technology, Information Technology, and Office Technology Applications. With industry certifications you can enter careers that the U.S. Department of Labor called “the fastest growing of all occupations.”  We also provide cross-cultural and language training as well as career development counseling and consulting services.  Our exceptional training programs have small class sizes, hands-on experience and are led by experienced instructors with industry certifications. \n \nAt the Grand Opening of Education Services International, come and discover how one can be on the way to a more exciting and better paying career in as little as six weeks.  We hope to see you on Friday, August 27th, Saturday, August 28th, or Sunday, August 29th.  You are more than welcome to attend all three days!  If you are unable to attend the Grand Opening event, we will gladly arrange another time for you to visit our new facility and learn about our service offerings during our normal business hours: Monday – Friday from 9:00 AM to 9:30 PM and Saturday from 10:00 AM to 4:00 PM. We are centrally located both from Raleigh and Durham at 10300 Chapel Hill Rd. Suite 300, Morrisville, NC 27560.  If you have any questions or would like to get further information, call us at (919) 469-5878 or email us at esi@edservit.com. \n \n \n","News & Events","","inherit","open","open","","5-revision-5","","","2010-08-17 17:38:47","2010-08-17 17:38:47","","5","http://designdemo.glowtouch.com/edservit/?p=39","0","revision","","0"); INSERT INTO wp_posts VALUES("79","1","2010-08-24 11:28:10","2010-08-24 11:28:10","

Welcome!

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\nEducation Services \n \n \n \nConsultancy & Technical Training Support Services for Businesses/Organizations \n \n \n \n
Please let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \n","Home","","inherit","open","open","","2-revision-23","","","2010-08-24 11:28:10","2010-08-24 11:28:10","","2","http://designdemo.glowtouch.com/edservit/2-revision-23","0","revision","","0"); INSERT INTO wp_posts VALUES("40","1","2010-08-17 17:38:22","2010-08-17 17:38:22","About Education Services International \n \n \n \nEducation Services International (ESI) was established to provide specialized educational programs, counseling and consulting services that encompass - information technology, networking technology, office technology applications, cross-cultural programs and customized language training services. ESI is committed to provide a variety of highly affordable and focused instructor-led training programs - in small class environments with flexible class schedules (day, evening, weekend). ESI also offers career development counseling and tutorial services to clients as well as advisory services pertaining to school and curricula selection for families with children. \n \nESI is led by a seasoned management team headed by Mrs. Kongite Wessene who has taught for over a decade at North Carolina Central University (NCCU) and has extensive university-level teaching, academic advising and leadership experience. Mrs. Wessene has also accumulated a rich experience in the delivery of customized French language training to government personnel preparing for overseas assignments during her tenure at Inlingua Language Service Center. In addition, she has developed and presented cultural programs on Ethiopia and taught basic Amharic language lessons to children in the Raleigh, Durham, Chapel Hill metropolitan areas of North Carolina. Mrs. Wessene, has a Bachelor of Arts degree in French with a minor in Spanish and also has a Master of Arts degree in Intercultural Communications from Howard University (HU). \n \nESI’s leadership team also includes Mr. Zewdu Haptemariam who began his professional career teaching electronics technology, microcomputers and mathematics at Commonwealth College and later at Strayer College before moving into the computer and networking technology industry. For two decades, Mr. Haptemariam has held various engineering and management positions at premier computer and networking technology companies - IBM Corporation and Cisco Systems. He has a Bachelor of Science degree in Electrical Engineering and has also received a Master of Science degree in Communications from the School of Engineering and Applied Sciences at George Washington University (GWU).","About Us","","inherit","open","open","","26-revision-3","","","2010-08-17 17:38:22","2010-08-17 17:38:22","","26","http://designdemo.glowtouch.com/edservit/?p=40","0","revision","","0"); INSERT INTO wp_posts VALUES("69","1","2010-08-17 17:52:49","2010-08-17 17:52:49","Specialized Preparatory Training Services in IT, Networking and Medical Office Technology \n \n \n \nCareer Development Counseling Services \n \n \n \nCurricula and School Selection Advisory Services for Families \n \nTutoring Services \n \nCross-cultural Training for Teachers, Counselors, Administrators, Managers \n \nLanguage Training Services - Amharic, French, Spanish \n \nConsultancy and Technical Support Services for Businesses/Organizations \n \nTechnical training needs assessment, design and support","Services","","inherit","open","open","","8-revision-7","","","2010-08-17 17:52:49","2010-08-17 17:52:49","","8","http://designdemo.glowtouch.com/edservit/8-revision-7","0","revision","","0"); INSERT INTO wp_posts VALUES("41","1","2010-08-17 17:37:06","2010-08-17 17:37:06","Welcome! \n________________________________________ \nEducation Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services. \n________________________________________ \n \nEducation Services \n• Information Technology, Computer Networking and Medical Office Technology Preparatory Training \n• Career Development Counseling Services \n• Curricula and School Selection Advisory Services for Families \n• Tutoring Services \n• Cross-cultural Training \n• Language Training \n Consultancy & Technical Training Support Services for Businesses/Organizations \n• Consulting Services - IT Solution Development, Evaluation and Implementation \n• Technical Training Needs Assessment, Training Design and Support \n \n________________________________________ \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks \n \n","Home","","inherit","open","open","","2-revision-5","","","2010-08-17 17:37:06","2010-08-17 17:37:06","","2","http://designdemo.glowtouch.com/edservit/?p=41","0","revision","","0"); INSERT INTO wp_posts VALUES("42","1","2010-08-17 17:43:38","2010-08-17 17:43:38","Welcome! \n________________________________________ \nEducation Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services. \n________________________________________ \n \nEducation Services \n• Information Technology, Computer Networking and Medical Office Technology Preparatory Training \n• Career Development Counseling Services \n• Curricula and School Selection Advisory Services for Families \n• Tutoring Services \n• Cross-cultural Training \n• Language Training \nConsultancy & Technical Training Support Services for Businesses/Organizations \n• Consulting Services - IT Solution Development, Evaluation and Implementation \n• Technical Training Needs Assessment, Training Design and Support \n \n________________________________________ \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-6","","","2010-08-17 17:43:38","2010-08-17 17:43:38","","2","http://designdemo.glowtouch.com/edservit/?p=42","0","revision","","0"); INSERT INTO wp_posts VALUES("43","1","2010-08-17 17:44:32","2010-08-17 17:44:32","Welcome! \n________________________________________ \nEducation Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services. \n________________________________________ \n \nEducation Services \n• Information Technology, Computer Networking and Medical Office Technology Preparatory Training \n• Career Development Counseling Services \n• Curricula and School Selection Advisory Services for Families \n• Tutoring Services \n• Cross-cultural Training \n• Language Training \nConsultancy & Technical Training Support Services for Businesses/Organizations \n• Consulting Services - IT Solution Development, Evaluation and Implementation \n• Technical Training Needs Assessment, Training Design and Support \n \n________________________________________ \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-7","","","2010-08-17 17:44:32","2010-08-17 17:44:32","","2","http://designdemo.glowtouch.com/edservit/?p=43","0","revision","","0"); INSERT INTO wp_posts VALUES("72","1","2010-08-23 14:25:50","2010-08-23 14:25:50","

Welcome!

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\n

Education Services

\n \n
\n

Please let us know what your service needs are and we will be glad to assist you. Contact ESI today!

\n

Thank you for visiting our Internet site. \nSearch \nLinks

","Home","","inherit","open","open","","2-revision-19","","","2010-08-23 14:25:50","2010-08-23 14:25:50","","2","http://designdemo.glowtouch.com/edservit/2-revision-19","0","revision","","0"); INSERT INTO wp_posts VALUES("44","1","2010-08-17 17:44:57","2010-08-17 17:44:57","

Welcome!

\n

\n ________________________________________ \nEducation Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services. \n________________________________________ \n \nEducation Services \n• Information Technology, Computer Networking and Medical Office Technology Preparatory Training \n• Career Development Counseling Services \n• Curricula and School Selection Advisory Services for Families \n• Tutoring Services \n• Cross-cultural Training \n• Language Training \nConsultancy & Technical Training Support Services for Businesses/Organizations \n• Consulting Services - IT Solution Development, Evaluation and Implementation \n• Technical Training Needs Assessment, Training Design and Support \n \n________________________________________ \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-8","","","2010-08-17 17:44:57","2010-08-17 17:44:57","","2","http://designdemo.glowtouch.com/edservit/?p=44","0","revision","","0"); INSERT INTO wp_posts VALUES("65","1","2010-08-19 13:34:57","2010-08-19 13:34:57","

Welcome!

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\n

Education Services

\n
  • Information Technology, Computer Networking and Medical Office Technology Preparatory Training
  • \n
  • Career Development Counseling Services
  • \n
  • Curricula and School Selection Advisory Services for Families
  • \n
  • Tutoring Services
  • \n
  • Cross-cultural Training
  • \n
  • Language Training \nConsultancy & Technical Training Support Services for Businesses/Organizations
  • \n
  • Consulting Services - IT Solution Development, Evaluation and Implementation
  • \n
  • Technical Training Needs Assessment, Training Design and Support
\n
\n

Please let us know what your service needs are and we will be glad to assist you. Contact ESI today!

\n

Thank you for visiting our Internet site. \nSearch \nLinks

","Home","","inherit","open","open","","2-revision-17","","","2010-08-19 13:34:57","2010-08-19 13:34:57","","2","http://designdemo.glowtouch.com/edservit/2-revision-17","0","revision","","0"); INSERT INTO wp_posts VALUES("45","1","2010-08-17 17:45:10","2010-08-17 17:45:10","

Welcome!

\n

\n ________________________________________ \n \n

Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.

\n

\n ________________________________________ \n \nEducation Services \n• Information Technology, Computer Networking and Medical Office Technology Preparatory Training \n• Career Development Counseling Services \n• Curricula and School Selection Advisory Services for Families \n• Tutoring Services \n• Cross-cultural Training \n• Language Training \nConsultancy & Technical Training Support Services for Businesses/Organizations \n• Consulting Services - IT Solution Development, Evaluation and Implementation \n• Technical Training Needs Assessment, Training Design and Support \n \n________________________________________ \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-9","","","2010-08-17 17:45:10","2010-08-17 17:45:10","","2","http://designdemo.glowtouch.com/edservit/?p=45","0","revision","","0"); INSERT INTO wp_posts VALUES("46","1","2010-08-17 17:45:34","2010-08-17 17:45:34","

Welcome!

\n

\n ________________________________________ \n \n

Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.

\n

\n ________________________________________ \n \nEducation Services \n• Information Technology, Computer Networking and Medical Office Technology Preparatory Training \n• Career Development Counseling Services \n• Curricula and School Selection Advisory Services for Families \n• Tutoring Services \n• Cross-cultural Training \n• Language Training \nConsultancy & Technical Training Support Services for Businesses/Organizations \n• Consulting Services - IT Solution Development, Evaluation and Implementation \n• Technical Training Needs Assessment, Training Design and Support \n \n________________________________________ \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-10","","","2010-08-17 17:45:34","2010-08-17 17:45:34","","2","http://designdemo.glowtouch.com/edservit/?p=46","0","revision","","0"); INSERT INTO wp_posts VALUES("47","1","2010-08-17 17:45:56","2010-08-17 17:45:56","

Welcome!

\n

\n ________________________________________ \n \n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\n

\n ________________________________________ \n \nEducation Services \n• Information Technology, Computer Networking and Medical Office Technology Preparatory Training \n• Career Development Counseling Services \n• Curricula and School Selection Advisory Services for Families \n• Tutoring Services \n• Cross-cultural Training \n• Language Training \nConsultancy & Technical Training Support Services for Businesses/Organizations \n• Consulting Services - IT Solution Development, Evaluation and Implementation \n• Technical Training Needs Assessment, Training Design and Support \n \n________________________________________ \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-11","","","2010-08-17 17:45:56","2010-08-17 17:45:56","","2","http://designdemo.glowtouch.com/edservit/?p=47","0","revision","","0"); INSERT INTO wp_posts VALUES("55","1","2010-08-17 17:48:06","2010-08-17 17:48:06","About Education Services International \n \n \n \nEducation Services International (ESI) was established to provide specialized educational programs, counseling and consulting services that encompass - information technology, networking technology, office technology applications, cross-cultural programs and customized language training services. ESI is committed to provide a variety of highly affordable and focused instructor-led training programs - in small class environments with flexible class schedules (day, evening, weekend). ESI also offers career development counseling and tutorial services to clients as well as advisory services pertaining to school and curricula selection for families with children. \n \nESI is led by a seasoned management team headed by Mrs. Kongite Wessene who has taught for over a decade at North Carolina Central University (NCCU) and has extensive university-level teaching, academic advising and leadership experience. Mrs. Wessene has also accumulated a rich experience in the delivery of customized French language training to government personnel preparing for overseas assignments during her tenure at Inlingua Language Service Center. In addition, she has developed and presented cultural programs on Ethiopia and taught basic Amharic language lessons to children in the Raleigh, Durham, Chapel Hill metropolitan areas of North Carolina. Mrs. Wessene, has a Bachelor of Arts degree in French with a minor in Spanish and also has a Master of Arts degree in Intercultural Communications from Howard University (HU). \n \nESI’s leadership team also includes Mr. Zewdu Haptemariam who began his professional career teaching electronics technology, microcomputers and mathematics at Commonwealth College and later at Strayer College before moving into the computer and networking technology industry. For two decades, Mr. Haptemariam has held various engineering and management positions at premier computer and networking technology companies - IBM Corporation and Cisco Systems. He has a Bachelor of Science degree in Electrical Engineering and has also received a Master of Science degree in Communications from the School of Engineering and Applied Sciences at George Washington University (GWU).","About Us","","inherit","open","open","","26-revision-6","","","2010-08-17 17:48:06","2010-08-17 17:48:06","","26","http://designdemo.glowtouch.com/edservit/?p=55","0","revision","","0"); INSERT INTO wp_posts VALUES("52","1","2010-08-17 17:49:55","2010-08-17 17:49:55","

Welcome!

\n

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\n

\n \n \nEducation Services \n• Information Technology, Computer Networking and Medical Office Technology Preparatory Training \n• Career Development Counseling Services \n• Curricula and School Selection Advisory Services for Families \n• Tutoring Services \n• Cross-cultural Training \n• Language Training \nConsultancy & Technical Training Support Services for Businesses/Organizations \n• Consulting Services - IT Solution Development, Evaluation and Implementation \n• Technical Training Needs Assessment, Training Design and Support \n \n________________________________________ \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-13","","","2010-08-17 17:49:55","2010-08-17 17:49:55","","2","http://designdemo.glowtouch.com/edservit/?p=52","0","revision","","0"); INSERT INTO wp_posts VALUES("48","1","2010-08-17 17:43:09","2010-08-17 17:43:09","About Education Services International \n \n \n \nEducation Services International (ESI) was established to provide specialized educational programs, counseling and consulting services that encompass - information technology, networking technology, office technology applications, cross-cultural programs and customized language training services. ESI is committed to provide a variety of highly affordable and focused instructor-led training programs - in small class environments with flexible class schedules (day, evening, weekend). ESI also offers career development counseling and tutorial services to clients as well as advisory services pertaining to school and curricula selection for families with children. \n \nESI is led by a seasoned management team headed by Mrs. Kongite Wessene who has taught for over a decade at North Carolina Central University (NCCU) and has extensive university-level teaching, academic advising and leadership experience. Mrs. Wessene has also accumulated a rich experience in the delivery of customized French language training to government personnel preparing for overseas assignments during her tenure at Inlingua Language Service Center. In addition, she has developed and presented cultural programs on Ethiopia and taught basic Amharic language lessons to children in the Raleigh, Durham, Chapel Hill metropolitan areas of North Carolina. Mrs. Wessene, has a Bachelor of Arts degree in French with a minor in Spanish and also has a Master of Arts degree in Intercultural Communications from Howard University (HU). \n \nESI’s leadership team also includes Mr. Zewdu Haptemariam who began his professional career teaching electronics technology, microcomputers and mathematics at Commonwealth College and later at Strayer College before moving into the computer and networking technology industry. For two decades, Mr. Haptemariam has held various engineering and management positions at premier computer and networking technology companies - IBM Corporation and Cisco Systems. He has a Bachelor of Science degree in Electrical Engineering and has also received a Master of Science degree in Communications from the School of Engineering and Applied Sciences at George Washington University (GWU).","About Us","","inherit","open","open","","26-revision-4","","","2010-08-17 17:43:09","2010-08-17 17:43:09","","26","http://designdemo.glowtouch.com/edservit/?p=48","0","revision","","0"); INSERT INTO wp_posts VALUES("49","1","2010-08-17 17:48:01","2010-08-17 17:48:01","About Education Services International \n\n \n\nEducation Services International (ESI) was established to provide specialized educational programs, counseling and consulting services that encompass - information technology, networking technology, office technology applications, cross-cultural programs and customized language training services. ESI is committed to provide a variety of highly affordable and focused instructor-led training programs - in small class environments with flexible class schedules (day, evening, weekend). ESI also offers career development counseling and tutorial services to clients as well as advisory services pertaining to school and curricula selection for families with children.\n\nESI is led by a seasoned management team headed by Mrs. Kongite Wessene who has taught for over a decade at North Carolina Central University (NCCU) and has extensive university-level teaching, academic advising and leadership experience. Mrs. Wessene has also accumulated a rich experience in the delivery of customized French language training to government personnel preparing for overseas assignments during her tenure at Inlingua Language Service Center. In addition, she has developed and presented cultural programs on Ethiopia and taught basic Amharic language lessons to children in the Raleigh, Durham, Chapel Hill metropolitan areas of North Carolina. Mrs. Wessene, has a Bachelor of Arts degree in French with a minor in Spanish and also has a Master of Arts degree in Intercultural Communications from Howard University (HU).\n\nESI’s leadership team also includes Mr. Zewdu Haptemariam who began his professional career teaching electronics technology, microcomputers and mathematics at Commonwealth College and later at Strayer College before moving into the computer and networking technology industry. For two decades, Mr. Haptemariam has held various engineering and management positions at premier computer and networking technology companies - IBM Corporation and Cisco Systems. He has a Bachelor of Science degree in Electrical Engineering and has also received a Master of Science degree in Communications from the School of Engineering and Applied Sciences at George Washington University (GWU).","About Us","","inherit","open","open","","26-autosave","","","2010-08-17 17:48:01","2010-08-17 17:48:01","","26","http://designdemo.glowtouch.com/edservit/?p=49","0","revision","","0"); INSERT INTO wp_posts VALUES("50","1","2010-08-17 17:46:56","2010-08-17 17:46:56","About Education Services International \n \n \n \nEducation Services International (ESI) was established to provide specialized educational programs, counseling and consulting services that encompass - information technology, networking technology, office technology applications, cross-cultural programs and customized language training services. ESI is committed to provide a variety of highly affordable and focused instructor-led training programs - in small class environments with flexible class schedules (day, evening, weekend). ESI also offers career development counseling and tutorial services to clients as well as advisory services pertaining to school and curricula selection for families with children. \n \nESI is led by a seasoned management team headed by Mrs. Kongite Wessene who has taught for over a decade at North Carolina Central University (NCCU) and has extensive university-level teaching, academic advising and leadership experience. Mrs. Wessene has also accumulated a rich experience in the delivery of customized French language training to government personnel preparing for overseas assignments during her tenure at Inlingua Language Service Center. In addition, she has developed and presented cultural programs on Ethiopia and taught basic Amharic language lessons to children in the Raleigh, Durham, Chapel Hill metropolitan areas of North Carolina. Mrs. Wessene, has a Bachelor of Arts degree in French with a minor in Spanish and also has a Master of Arts degree in Intercultural Communications from Howard University (HU). \n \nESI’s leadership team also includes Mr. Zewdu Haptemariam who began his professional career teaching electronics technology, microcomputers and mathematics at Commonwealth College and later at Strayer College before moving into the computer and networking technology industry. For two decades, Mr. Haptemariam has held various engineering and management positions at premier computer and networking technology companies - IBM Corporation and Cisco Systems. He has a Bachelor of Science degree in Electrical Engineering and has also received a Master of Science degree in Communications from the School of Engineering and Applied Sciences at George Washington University (GWU).","About Us","","inherit","open","open","","26-revision-5","","","2010-08-17 17:46:56","2010-08-17 17:46:56","","26","http://designdemo.glowtouch.com/edservit/?p=50","0","revision","","0"); INSERT INTO wp_posts VALUES("51","1","2010-08-17 17:46:27","2010-08-17 17:46:27","

Welcome!

\n

\n ________________________________________ \n \n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\n

\n ________________________________________ \n \nEducation Services \n• Information Technology, Computer Networking and Medical Office Technology Preparatory Training \n• Career Development Counseling Services \n• Curricula and School Selection Advisory Services for Families \n• Tutoring Services \n• Cross-cultural Training \n• Language Training \nConsultancy & Technical Training Support Services for Businesses/Organizations \n• Consulting Services - IT Solution Development, Evaluation and Implementation \n• Technical Training Needs Assessment, Training Design and Support \n \n________________________________________ \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-12","","","2010-08-17 17:46:27","2010-08-17 17:46:27","","2","http://designdemo.glowtouch.com/edservit/?p=51","0","revision","","0"); INSERT INTO wp_posts VALUES("53","1","2010-08-17 17:50:26","2010-08-17 17:50:26","

Welcome!

\n

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\n

\n \n \nEducation Services \n• Information Technology, Computer Networking and Medical Office Technology Preparatory Training \n• Career Development Counseling Services \n• Curricula and School Selection Advisory Services for Families \n• Tutoring Services \n• Cross-cultural Training \n• Language Training \nConsultancy & Technical Training Support Services for Businesses/Organizations \n• Consulting Services - IT Solution Development, Evaluation and Implementation \n• Technical Training Needs Assessment, Training Design and Support \n \n________________________________________ \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-14","","","2010-08-17 17:50:26","2010-08-17 17:50:26","","2","http://designdemo.glowtouch.com/edservit/?p=53","0","revision","","0"); INSERT INTO wp_posts VALUES("54","1","2010-08-17 17:51:10","2010-08-17 17:51:10","

Welcome!

\n

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\n

\n \n \nEducation Services \n• Information Technology, Computer Networking and Medical Office Technology Preparatory Training \n• Career Development Counseling Services \n• Curricula and School Selection Advisory Services for Families \n• Tutoring Services \n• Cross-cultural Training \n• Language Training \nConsultancy & Technical Training Support Services for Businesses/Organizations \n• Consulting Services - IT Solution Development, Evaluation and Implementation \n• Technical Training Needs Assessment, Training Design and Support \n \n________________________________________ \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-15","","","2010-08-17 17:51:10","2010-08-17 17:51:10","","2","http://designdemo.glowtouch.com/edservit/?p=54","0","revision","","0"); INSERT INTO wp_posts VALUES("56","1","2010-08-17 17:42:37","2010-08-17 17:42:37","Grand Opening Invitation \n \nYou are cordially invited to attend Educational Services International’s (ESI) Grand Opening event.  The Grand Opening will provide you a unique opportunity to meet our staff, explore our state-of-the-art facilities and learn about careers of the future and our extremely rewarding training programs. ESI’s Grand Opening will take place on Friday, August 27, 2010 from 6:00 PM to 9:00 PM, Saturday, August 28th from 11:00 AM to 5:00 PM and Sunday, August 29th from 2:00 PM to 6:00 PM.  The event is free; refreshments and snacks will be provided. Also, the first forty people in attendance each day will be eligible to attend a future training seminar of their choosing for free. \n \nEducation Services International (ESI) is ready to serve residents and businesses in the Triangle area. ESI focuses on instructor-led computer-based training for clients interested in acquiring industry certifications in the areas of Networking Technology, Information Technology, and Office Technology Applications. With industry certifications you can enter careers that the U.S. Department of Labor called “the fastest growing of all occupations.”  We also provide cross-cultural and language training as well as career development counseling and consulting services.  Our exceptional training programs have small class sizes, hands-on experience and are led by experienced instructors with industry certifications. \n \nAt the Grand Opening of Education Services International, come and discover how one can be on the way to a more exciting and better paying career in as little as six weeks.  We hope to see you on Friday, August 27th, Saturday, August 28th, or Sunday, August 29th.  You are more than welcome to attend all three days!  If you are unable to attend the Grand Opening event, we will gladly arrange another time for you to visit our new facility and learn about our service offerings during our normal business hours: Monday – Friday from 9:00 AM to 9:30 PM and Saturday from 10:00 AM to 4:00 PM. We are centrally located both from Raleigh and Durham at 10300 Chapel Hill Rd. Suite 300, Morrisville, NC 27560.  If you have any questions or would like to get further information, call us at (919) 469-5878 or email us at esi@edservit.com. \n \n \n","News & Events","","inherit","open","open","","5-revision-6","","","2010-08-17 17:42:37","2010-08-17 17:42:37","","5","http://designdemo.glowtouch.com/edservit/?p=56","0","revision","","0"); INSERT INTO wp_posts VALUES("57","1","2010-08-17 17:42:08","2010-08-17 17:42:08","Specialized Preparatory Training Services in IT, Networking and Medical Office Technology \n \n \n \nCareer Development Counseling Services \n \n \n \nCurricula and School Selection Advisory Services for Families \n \nTutoring Services \n \nCross-cultural Training for Teachers, Counselors, Administrators, Managers \n \nLanguage Training Services - Amharic, French, Spanish \n \nConsultancy and Technical Support Services for Businesses/Organizations \n \nTechnical training needs assessment, design and support","Services","","inherit","open","open","","8-revision-6","","","2010-08-17 17:42:08","2010-08-17 17:42:08","","8","http://designdemo.glowtouch.com/edservit/?p=57","0","revision","","0"); INSERT INTO wp_posts VALUES("58","1","2010-08-17 17:41:37","2010-08-17 17:41:37","For inquiries or service requests you can fill out the form below. \n \nWe are looking forward to hearing from you. \n \n \n \nContact Information \n \nFull Name: \n \nMailing Address: \n \nCity:                                       State:                                    ZIP: \n \nTelephone:                                                                        Best Time to Call: \n \nEmail: \n \nIf you are interested in knowing more about our training programs and the various services we provide, please fill in the form below. Once we receive your inquiry, we will contact you within one business day to provide information you have requested. \n \nSelect one or more areas of interest by checking the boxes below or write your questions, service requests or comments in the message area below. \n \n Computing Industry Association Certifications \n \n Cisco Network Certifications \n \n Microsoft Office Applications Certifications \n \n Microsoft Technology & Server Specialization Certifications \n \n Medical Billing & Coding Certifications \n \n Career Counseling Services \n \n Advisory Services for Families with Children (K-12) \n \n Customized Language Training \n \n Cross-cultural Training \n \n Tutorial Services \n \n IT Consultancy Services for Businesses/Organizations \n \nMessage:","Contact Us","","inherit","open","open","","10-revision-7","","","2010-08-17 17:41:37","2010-08-17 17:41:37","","10","http://designdemo.glowtouch.com/edservit/?p=58","0","revision","","0"); INSERT INTO wp_posts VALUES("59","1","2010-08-17 17:53:23","2010-08-17 17:53:23","For inquiries or service requests you can fill out the form below. \n \nWe are looking forward to hearing from you. \n \n \n \nContact Information \n \nFull Name: \n \nMailing Address: \n \nCity:                                       State:                                    ZIP: \n \nTelephone:                                                                        Best Time to Call: \n \nEmail: \n \nIf you are interested in knowing more about our training programs and the various services we provide, please fill in the form below. Once we receive your inquiry, we will contact you within one business day to provide information you have requested. \n \nSelect one or more areas of interest by checking the boxes below or write your questions, service requests or comments in the message area below. \n \n Computing Industry Association Certifications \n \n Cisco Network Certifications \n \n Microsoft Office Applications Certifications \n \n Microsoft Technology & Server Specialization Certifications \n \n Medical Billing & Coding Certifications \n \n Career Counseling Services \n \n Advisory Services for Families with Children (K-12) \n \n Customized Language Training \n \n Cross-cultural Training \n \n Tutorial Services \n \n IT Consultancy Services for Businesses/Organizations \n \nMessage:","Contact Us","","inherit","open","open","","10-revision-8","","","2010-08-17 17:53:23","2010-08-17 17:53:23","","10","http://designdemo.glowtouch.com/edservit/?p=59","0","revision","","0"); INSERT INTO wp_posts VALUES("61","1","2010-08-17 17:56:53","2010-08-17 17:56:53","For inquiries or service requests you can fill out the form below. \n \nWe are looking forward to hearing from you. \n \n \n \n \nContact Information \n \nFull Name: \n \nMailing Address: \n \nCity:                                       State:                                    ZIP: \n \nTelephone:                                                                        Best Time to Call: \n \nEmail: \n \nIf you are interested in knowing more about our training programs and the various services we provide, please fill in the form below. Once we receive your inquiry, we will contact you within one business day to provide information you have requested. \n \nSelect one or more areas of interest by checking the boxes below or write your questions, service requests or comments in the message area below. \n \n Computing Industry Association Certifications \n \n Cisco Network Certifications \n \n Microsoft Office Applications Certifications \n \n Microsoft Technology & Server Specialization Certifications \n \n Medical Billing & Coding Certifications \n \n Career Counseling Services \n \n Advisory Services for Families with Children (K-12) \n \n Customized Language Training \n \n Cross-cultural Training \n \n Tutorial Services \n \n IT Consultancy Services for Businesses/Organizations \n \nMessage:","Contact Us","","inherit","open","open","","10-revision-10","","","2010-08-17 17:56:53","2010-08-17 17:56:53","","10","http://designdemo.glowtouch.com/edservit/?p=61","0","revision","","0"); INSERT INTO wp_posts VALUES("60","1","2010-08-17 17:56:24","2010-08-17 17:56:24","For inquiries or service requests you can fill out the form below. \n \nWe are looking forward to hearing from you. \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Full Name:[text-823]
E-mail;[email-880]
Telephone Number:[text-495]
Best Time to be reached:[text-154]
Services offered:[menu-409]
Comments/Questions:[textarea-985]
\n \n \n \nContact Information \n \nFull Name: \n \nMailing Address: \n \nCity:                                       State:                                    ZIP: \n \nTelephone:                                                                        Best Time to Call: \n \nEmail: \n \nIf you are interested in knowing more about our training programs and the various services we provide, please fill in the form below. Once we receive your inquiry, we will contact you within one business day to provide information you have requested. \n \nSelect one or more areas of interest by checking the boxes below or write your questions, service requests or comments in the message area below. \n \n Computing Industry Association Certifications \n \n Cisco Network Certifications \n \n Microsoft Office Applications Certifications \n \n Microsoft Technology & Server Specialization Certifications \n \n Medical Billing & Coding Certifications \n \n Career Counseling Services \n \n Advisory Services for Families with Children (K-12) \n \n Customized Language Training \n \n Cross-cultural Training \n \n Tutorial Services \n \n IT Consultancy Services for Businesses/Organizations \n \nMessage:","Contact Us","","inherit","open","open","","10-revision-9","","","2010-08-17 17:56:24","2010-08-17 17:56:24","","10","http://designdemo.glowtouch.com/edservit/?p=60","0","revision","","0"); INSERT INTO wp_posts VALUES("62","1","2010-08-17 17:59:46","2010-08-17 17:59:46","For inquiries or service requests you can fill out the form below. \n \nWe are looking forward to hearing from you. \n \n \n \nContact Information \n \nFull Name: \n \nMailing Address: \n \nCity:                                       State:                                    ZIP: \n \nTelephone:                                                                        Best Time to Call: \n \nEmail: \n \nIf you are interested in knowing more about our training programs and the various services we provide, please fill in the form below. Once we receive your inquiry, we will contact you within one business day to provide information you have requested. \n \nSelect one or more areas of interest by checking the boxes below or write your questions, service requests or comments in the message area below. \n \n Computing Industry Association Certifications \n \n Cisco Network Certifications \n \n Microsoft Office Applications Certifications \n \n Microsoft Technology & Server Specialization Certifications \n \n Medical Billing & Coding Certifications \n \n Career Counseling Services \n \n Advisory Services for Families with Children (K-12) \n \n Customized Language Training \n \n Cross-cultural Training \n \n Tutorial Services \n \n IT Consultancy Services for Businesses/Organizations \n \nMessage:","Contact Us","","inherit","open","open","","10-revision-11","","","2010-08-17 17:59:46","2010-08-17 17:59:46","","10","http://designdemo.glowtouch.com/edservit/?p=62","0","revision","","0"); INSERT INTO wp_posts VALUES("78","1","2010-08-17 17:52:29","2010-08-17 17:52:29","Grand Opening Invitation \n \nYou are cordially invited to attend Educational Services International’s (ESI) Grand Opening event.  The Grand Opening will provide you a unique opportunity to meet our staff, explore our state-of-the-art facilities and learn about careers of the future and our extremely rewarding training programs. ESI’s Grand Opening will take place on Friday, August 27, 2010 from 6:00 PM to 9:00 PM, Saturday, August 28th from 11:00 AM to 5:00 PM and Sunday, August 29th from 2:00 PM to 6:00 PM.  The event is free; refreshments and snacks will be provided. Also, the first forty people in attendance each day will be eligible to attend a future training seminar of their choosing for free. \n \nEducation Services International (ESI) is ready to serve residents and businesses in the Triangle area. ESI focuses on instructor-led computer-based training for clients interested in acquiring industry certifications in the areas of Networking Technology, Information Technology, and Office Technology Applications. With industry certifications you can enter careers that the U.S. Department of Labor called “the fastest growing of all occupations.”  We also provide cross-cultural and language training as well as career development counseling and consulting services.  Our exceptional training programs have small class sizes, hands-on experience and are led by experienced instructors with industry certifications. \n \nAt the Grand Opening of Education Services International, come and discover how one can be on the way to a more exciting and better paying career in as little as six weeks.  We hope to see you on Friday, August 27th, Saturday, August 28th, or Sunday, August 29th.  You are more than welcome to attend all three days!  If you are unable to attend the Grand Opening event, we will gladly arrange another time for you to visit our new facility and learn about our service offerings during our normal business hours: Monday – Friday from 9:00 AM to 9:30 PM and Saturday from 10:00 AM to 4:00 PM. We are centrally located both from Raleigh and Durham at 10300 Chapel Hill Rd. Suite 300, Morrisville, NC 27560.  If you have any questions or would like to get further information, call us at (919) 469-5878 or email us at esi@edservit.com. \n \n \n","News & Events","","inherit","open","open","","5-revision-7","","","2010-08-17 17:52:29","2010-08-17 17:52:29","","5","http://designdemo.glowtouch.com/edservit/5-revision-7","0","revision","","0"); INSERT INTO wp_posts VALUES("71","1","2010-08-19 13:36:08","2010-08-19 13:36:08","

Welcome!

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\n

Education Services

\n \n
\n

Please let us know what your service needs are and we will be glad to assist you. Contact ESI today!

\n

Thank you for visiting our Internet site. \nSearch \nLinks

","Home","","inherit","open","open","","2-revision-18","","","2010-08-19 13:36:08","2010-08-19 13:36:08","","2","http://designdemo.glowtouch.com/edservit/2-revision-18","0","revision","","0"); INSERT INTO wp_posts VALUES("73","1","2010-08-23 19:28:04","2010-08-23 19:28:04","

Welcome!

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\nEducation Services \n \n \n \nConsultancy & Technical Training Support Services for Businesses/Organizations \n \n \n \n
\n \nPlease let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-20","","","2010-08-23 19:28:04","2010-08-23 19:28:04","","2","http://designdemo.glowtouch.com/edservit/2-revision-20","0","revision","","0"); INSERT INTO wp_posts VALUES("80","1","2010-08-24 11:51:32","2010-08-24 11:51:32","

Welcome!

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\n

Education Services

\n \n

Consultancy & Technical Training Support Services for Businesses/Organizations

\n \n
\n

Please let us know what your service needs are and we will be glad to assist you. Contact ESI today!

\n

Thank you for visiting our Internet site.

","Home","","inherit","open","open","","2-revision-24","","","2010-08-24 11:51:32","2010-08-24 11:51:32","","2","http://designdemo.glowtouch.com/edservit/2-revision-24","0","revision","","0"); INSERT INTO wp_posts VALUES("74","1","2010-08-23 19:32:00","2010-08-23 19:32:00","

Welcome!

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\nEducation Services \n \n \n \nConsultancy & Technical Training Support Services for Businesses/Organizations \n \n \n \n
Please let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \nLinks","Home","","inherit","open","open","","2-revision-21","","","2010-08-23 19:32:00","2010-08-23 19:32:00","","2","http://designdemo.glowtouch.com/edservit/2-revision-21","0","revision","","0"); INSERT INTO wp_posts VALUES("75","1","2010-08-24 19:28:39","2010-08-24 19:28:39","
\n
Grand Opening Invitation
\nYou are cordially invited to attend Educational Services International’s (ESI) Grand Opening event. The Grand Opening will provide you a unique opportunity to meet our staff, explore our state-of-the-art facilities and learn about careers of the future and our extremely rewarding training programs. ESI’s Grand Opening will take place on Friday, August 27, 2010 from 6:00 PM to 9:00 PM, Saturday, August 28th from 11:00 AM to 5:00 PM and Sunday, August 29th from 2:00 PM to 6:00 PM. The event is free; refreshments and snacks will be provided. Also, the first forty people in attendance each day will be eligible to attend a future training seminar of their choosing for free.\n\nEducation Services International (ESI) is ready to serve residents and businesses in the Triangle area. ESI focuses on instructor-led computer-based training for clients interested in acquiring industry certifications in the areas of Networking Technology, Information Technology, and Office Technology Applications. With industry certifications you can enter careers that the U.S. Department of Labor called “the fastest growing of all occupations.” We also provide cross-cultural and language training as well as career development counseling and consulting services. Our exceptional training programs have small class sizes, hands-on experience and are led by experienced instructors with industry certifications.\n\nAt the Grand Opening of Education Services International, come and discover how one can be on the way to a more exciting and better paying career in as little as six weeks. We hope to see you on Friday, August 27th, Saturday, August 28th, or Sunday, August 29th. You are more than welcome to attend all three days! If you are unable to attend the Grand Opening event, we will gladly arrange another time for you to visit our new facility and learn about our service offerings during our normal business hours: Monday – Friday from 9:00 AM to 9:30 PM and Saturday from 10:00 AM to 4:00 PM. We are centrally located both from Raleigh and Durham at 10300 Chapel Hill Rd. Suite 300, Morrisville, NC 27560. If you have any questions or would like to get further information, call us at (919) 469-5878 or email us at esi@edservit.com.","News & Events","","inherit","open","open","","5-autosave","","","2010-08-24 19:28:39","2010-08-24 19:28:39","","5","http://designdemo.glowtouch.com/edservit/5-autosave","0","revision","","0"); INSERT INTO wp_posts VALUES("84","1","2010-08-26 13:57:51","2010-08-26 13:57:51","

Services

\n

Specialized Preparatory Training Services in IT, Networking and Medical Office Technology

\n\n

Career Development Counseling Services

\n\n

Curricula and School Selection Advisory Services for Families

\n\n

Tutoring Services

\n\n

Cross-cultural Training for Teachers, Counselors, Administrators, Managers

\n\n

Language Training Services - Amharic, French, Spanish

\n\n

Consultancy and Technical Support Services for Businesses/Organizations

\n\n","Services","","inherit","open","open","","8-autosave","","","2010-08-26 13:57:51","2010-08-26 13:57:51","","8","http://designdemo.glowtouch.com/edservit/8-autosave","0","revision","","0"); INSERT INTO wp_posts VALUES("76","1","2010-08-19 16:04:36","2010-08-19 16:04:36","

For inquiries or service requests you can fill out the form below.

\n

We are looking forward to hearing from you.

\n[contact-form 1 \"Contact form 1\"]","Contact Us","","inherit","open","open","","10-revision-14","","","2010-08-19 16:04:36","2010-08-19 16:04:36","","10","http://designdemo.glowtouch.com/edservit/10-revision-14","0","revision","","0"); INSERT INTO wp_posts VALUES("77","1","2010-08-23 19:34:39","2010-08-23 19:34:39","

Welcome!

\n
Education Services International (ESI) is a professional services company engaged in the delivery of specialized educational programs, consultancy and technical training support services.
\nEducation Services \n \n \n \nConsultancy & Technical Training Support Services for Businesses/Organizations \n \n \n \n
Please let us know what your service needs are and we will be glad to assist you. Contact ESI today! \n \nThank you for visiting our Internet site. \nSearch \n","Home","","inherit","open","open","","2-revision-22","","","2010-08-23 19:34:39","2010-08-23 19:34:39","","2","http://designdemo.glowtouch.com/edservit/2-revision-22","0","revision","","0"); INSERT INTO wp_posts VALUES("81","1","2010-08-24 10:17:42","2010-08-24 10:17:42","

For inquiries or service requests you can fill out the form below. \nWe are looking forward to hearing from you.

\n[contact-form 1 \"Contact form 1\"]","Contact Us","","inherit","open","open","","10-revision-15","","","2010-08-24 10:17:42","2010-08-24 10:17:42","","10","http://designdemo.glowtouch.com/edservit/10-revision-15","0","revision","","0"); INSERT INTO wp_posts VALUES("82","1","2010-08-24 12:15:45","2010-08-24 12:15:45","

Contact Us

\n

For inquiries or service requests you can fill out the form below. \nWe are looking forward to hearing from you.

\n[contact-form 1 \"Contact form 1\"]","Contact Us","","inherit","open","open","","10-revision-16","","","2010-08-24 12:15:45","2010-08-24 12:15:45","","10","http://designdemo.glowtouch.com/edservit/10-revision-16","0","revision","","0"); INSERT INTO wp_posts VALUES("83","1","2010-08-19 16:30:03","2010-08-19 16:30:03","

Services

\n

Specialized Preparatory Training Services in IT, Networking and Medical Office Technology

\n \n

Career Development Counseling Services

\n \n

Curricula and School Selection Advisory Services for Families

\n \n

Tutoring Services

\n \n

Cross-cultural Training for Teachers, Counselors, Administrators, Managers

\n \n

Language Training Services - Amharic, French, Spanish

\n \n

Consultancy and Technical Support Services for Businesses/Organizations

\n \n

Technical training needs assessment, design and support

","Services","","inherit","open","open","","8-revision-9","","","2010-08-19 16:30:03","2010-08-19 16:30:03","","8","http://designdemo.glowtouch.com/edservit/8-revision-9","0","revision","","0"); INSERT INTO wp_posts VALUES("85","1","2010-08-24 19:23:42","2010-08-24 19:23:42","

Services

\n

Specialized Preparatory Training Services in IT, Networking and Medical Office Technology

\n \n

Career Development Counseling Services

\n \n

Curricula and School Selection Advisory Services for Families

\n \n

Tutoring Services

\n \n

Cross-cultural Training for Teachers, Counselors, Administrators, Managers

\n \n

Language Training Services - Amharic, French, Spanish

\n \n

Consultancy and Technical Support Services for Businesses/Organizations

\n