Index: afridex/db/afridex.sql
===================================================================
--- afridex/db/afridex.sql (revision 23)
+++ afridex/db/afridex.sql (revision 23)
@@ -0,0 +1,1964 @@
+-- phpMyAdmin SQL Dump
+-- version 2.10.2
+-- http://www.phpmyadmin.net
+-- 
+-- Host: localhost
+-- Generation Time: Nov 11, 2008 at 02:09 PM
+-- Server version: 5.0.41
+-- PHP Version: 5.2.5
+
+SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
+
+-- 
+-- Database: `afridex`
+-- 
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_canvas`
+-- 
+
+CREATE TABLE `wp_canvas` (
+  `block_id` int(11) NOT NULL auto_increment,
+  `module_id` int(11) NOT NULL,
+  `type` tinytext NOT NULL,
+  `zone` tinytext NOT NULL,
+  `position` int(6) NOT NULL,
+  `author` tinytext NOT NULL,
+  `description` text NOT NULL,
+  `block_group` tinytext NOT NULL,
+  `uri` text NOT NULL,
+  `path` text NOT NULL,
+  `theme` tinytext NOT NULL,
+  `ubi` text NOT NULL,
+  `template_name` text NOT NULL,
+  `template_size` text NOT NULL,
+  `duplicate_id` int(11) NOT NULL,
+  `page` text NOT NULL,
+  PRIMARY KEY  (`block_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
+
+-- 
+-- Dumping data for table `wp_canvas`
+-- 
+
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_canvas_duplicates`
+-- 
+
+CREATE TABLE `wp_canvas_duplicates` (
+  `duplicate_id` int(11) NOT NULL auto_increment,
+  `module_id` int(11) NOT NULL,
+  `duplicate_name` text NOT NULL,
+  PRIMARY KEY  (`duplicate_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
+
+-- 
+-- Dumping data for table `wp_canvas_duplicates`
+-- 
+
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_canvas_variables`
+-- 
+
+CREATE TABLE `wp_canvas_variables` (
+  `variable_id` int(11) NOT NULL auto_increment,
+  `variable_name` text NOT NULL,
+  `parent` int(11) NOT NULL,
+  `type` text NOT NULL,
+  `value` text NOT NULL,
+  `default_value` text NOT NULL,
+  `description` text NOT NULL,
+  PRIMARY KEY  (`variable_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
+
+-- 
+-- Dumping data for table `wp_canvas_variables`
+-- 
+
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_canvas_var_options`
+-- 
+
+CREATE TABLE `wp_canvas_var_options` (
+  `option_id` int(11) NOT NULL auto_increment,
+  `var_id` int(11) NOT NULL,
+  `option_text` text NOT NULL,
+  `option_value` text NOT NULL,
+  `option_params` text NOT NULL,
+  PRIMARY KEY  (`option_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
+
+-- 
+-- Dumping data for table `wp_canvas_var_options`
+-- 
+
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_canvas_zone_options`
+-- 
+
+CREATE TABLE `wp_canvas_zone_options` (
+  `option_id` int(11) NOT NULL auto_increment,
+  `zone` text NOT NULL,
+  `option_name` text NOT NULL,
+  `value` text NOT NULL,
+  `theme` text NOT NULL,
+  PRIMARY KEY  (`option_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
+
+-- 
+-- Dumping data for table `wp_canvas_zone_options`
+-- 
+
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_comments`
+-- 
+
+CREATE TABLE `wp_comments` (
+  `comment_ID` bigint(20) unsigned NOT NULL auto_increment,
+  `comment_post_ID` int(11) NOT NULL default '0',
+  `comment_author` tinytext NOT NULL,
+  `comment_author_email` varchar(100) NOT NULL default '',
+  `comment_author_url` varchar(200) NOT NULL default '',
+  `comment_author_IP` varchar(100) NOT NULL default '',
+  `comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
+  `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
+  `comment_content` text NOT NULL,
+  `comment_karma` int(11) NOT NULL default '0',
+  `comment_approved` varchar(20) NOT NULL default '1',
+  `comment_agent` varchar(255) NOT NULL default '',
+  `comment_type` varchar(20) NOT NULL default '',
+  `comment_parent` bigint(20) NOT NULL default '0',
+  `user_id` bigint(20) NOT NULL default '0',
+  PRIMARY KEY  (`comment_ID`),
+  KEY `comment_approved` (`comment_approved`),
+  KEY `comment_post_ID` (`comment_post_ID`),
+  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
+  KEY `comment_date_gmt` (`comment_date_gmt`)
+) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;
+
+-- 
+-- Dumping data for table `wp_comments`
+-- 
+
+INSERT INTO `wp_comments` VALUES (3, 66, 'admin', 'jongos@gmail.com', 'http://', '::1', '2008-09-24 15:27:27', '2008-09-24 12:27:27', 'Looking forward to your future projects!', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1', '', 0, 1);
+INSERT INTO `wp_comments` VALUES (4, 62, 'Jon', 'j.gosier@appfrica.org', 'http://appfrica.net', '::1', '2008-09-24 19:12:05', '2008-09-24 16:12:05', 'I really like what Camara does.  Africa needs more computers and training people to use them is even more admirable.', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10', '', 0, 0);
+INSERT INTO `wp_comments` VALUES (5, 68, 'admin', 'jongos@gmail.com', 'http://', '::1', '2008-09-25 10:12:37', '2008-09-25 07:12:37', 'For some reason I can''t access my website today.  Do you know what might be causing that?', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1', '', 0, 1);
+INSERT INTO `wp_comments` VALUES (6, 51, 'admin', 'jongos@gmail.com', 'http://', '::1', '2008-09-25 10:44:17', '2008-09-25 07:44:17', 'When does the OSX version of Chrome come out?', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1', '', 0, 1);
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_dailytopten`
+-- 
+
+CREATE TABLE `wp_dailytopten` (
+  `id` mediumint(9) NOT NULL auto_increment,
+  `time` date NOT NULL default '0000-00-00',
+  `postnum` int(11) NOT NULL,
+  `postcount` int(11) NOT NULL default '0',
+  UNIQUE KEY `id` (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
+
+-- 
+-- Dumping data for table `wp_dailytopten`
+-- 
+
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_dailytoptenall`
+-- 
+
+CREATE TABLE `wp_dailytoptenall` (
+  `id` mediumint(9) NOT NULL auto_increment,
+  `postnum` int(11) NOT NULL,
+  `postcount` int(11) NOT NULL default '0',
+  UNIQUE KEY `id` (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
+
+-- 
+-- Dumping data for table `wp_dailytoptenall`
+-- 
+
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_ink`
+-- 
+
+CREATE TABLE `wp_ink` (
+  `element_id` int(11) NOT NULL auto_increment,
+  `element` text NOT NULL,
+  `theme` text NOT NULL,
+  `color` text NOT NULL,
+  `background` text NOT NULL,
+  `border` text NOT NULL,
+  `font_family` text NOT NULL,
+  `font_size` text NOT NULL,
+  `font_style` text NOT NULL,
+  `other` text NOT NULL,
+  PRIMARY KEY  (`element_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
+
+-- 
+-- Dumping data for table `wp_ink`
+-- 
+
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_links`
+-- 
+
+CREATE TABLE `wp_links` (
+  `link_id` bigint(20) NOT NULL auto_increment,
+  `link_url` varchar(255) NOT NULL default '',
+  `link_name` varchar(255) NOT NULL default '',
+  `link_image` varchar(255) NOT NULL default '',
+  `link_target` varchar(25) NOT NULL default '',
+  `link_category` bigint(20) NOT NULL default '0',
+  `link_description` varchar(255) NOT NULL default '',
+  `link_visible` varchar(20) NOT NULL default 'Y',
+  `link_owner` int(11) NOT NULL default '1',
+  `link_rating` int(11) NOT NULL default '0',
+  `link_updated` datetime NOT NULL default '0000-00-00 00:00:00',
+  `link_rel` varchar(255) NOT NULL default '',
+  `link_notes` mediumtext NOT NULL,
+  `link_rss` varchar(255) NOT NULL default '',
+  PRIMARY KEY  (`link_id`),
+  KEY `link_category` (`link_category`),
+  KEY `link_visible` (`link_visible`)
+) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
+
+-- 
+-- Dumping data for table `wp_links`
+-- 
+
+INSERT INTO `wp_links` VALUES (1, 'http://codex.wordpress.org/', 'Documentation', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');
+INSERT INTO `wp_links` VALUES (2, 'http://wordpress.org/development/', 'Development Blog', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/development/feed/');
+INSERT INTO `wp_links` VALUES (3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');
+INSERT INTO `wp_links` VALUES (4, 'http://wordpress.org/support/', 'Support Forum', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');
+INSERT INTO `wp_links` VALUES (5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');
+INSERT INTO `wp_links` VALUES (6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');
+INSERT INTO `wp_links` VALUES (7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', 0, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_options`
+-- 
+
+CREATE TABLE `wp_options` (
+  `option_id` bigint(20) NOT NULL auto_increment,
+  `blog_id` int(11) NOT NULL default '0',
+  `option_name` varchar(64) NOT NULL default '',
+  `option_value` longtext NOT NULL,
+  `autoload` varchar(20) NOT NULL default 'yes',
+  PRIMARY KEY  (`option_id`,`blog_id`,`option_name`),
+  KEY `option_name` (`option_name`)
+) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=291 ;
+
+-- 
+-- Dumping data for table `wp_options`
+-- 
+
+INSERT INTO `wp_options` VALUES (1, 0, 'siteurl', 'http://localhost:8888/afridex', 'yes');
+INSERT INTO `wp_options` VALUES (2, 0, 'blogname', 'Afridex', 'yes');
+INSERT INTO `wp_options` VALUES (3, 0, 'blogdescription', 'Just another WordPress weblog', 'yes');
+INSERT INTO `wp_options` VALUES (4, 0, 'users_can_register', '0', 'yes');
+INSERT INTO `wp_options` VALUES (5, 0, 'admin_email', 'jongos@gmail.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', '5', 'yes');
+INSERT INTO `wp_options` VALUES (12, 0, 'rss_excerpt_length', '50', 'yes');
+INSERT INTO `wp_options` VALUES (13, 0, 'rss_use_excerpt', '0', 'yes');
+INSERT INTO `wp_options` VALUES (14, 0, 'mailserver_url', 'mail.example.com', 'yes');
+INSERT INTO `wp_options` VALUES (15, 0, 'mailserver_login', 'login@example.com', 'yes');
+INSERT INTO `wp_options` VALUES (16, 0, 'mailserver_pass', 'password', 'yes');
+INSERT INTO `wp_options` VALUES (17, 0, 'mailserver_port', '110', 'yes');
+INSERT INTO `wp_options` VALUES (18, 0, 'default_category', '1', 'yes');
+INSERT INTO `wp_options` VALUES (19, 0, 'default_comment_status', 'open', 'yes');
+INSERT INTO `wp_options` VALUES (20, 0, 'default_ping_status', 'open', 'yes');
+INSERT INTO `wp_options` VALUES (21, 0, 'default_pingback_flag', '0', 'yes');
+INSERT INTO `wp_options` VALUES (22, 0, 'default_post_edit_rows', '10', 'yes');
+INSERT INTO `wp_options` VALUES (23, 0, 'posts_per_page', '5', 'yes');
+INSERT INTO `wp_options` VALUES (24, 0, 'what_to_show', 'posts', 'yes');
+INSERT INTO `wp_options` VALUES (25, 0, 'date_format', 'F j, Y', 'yes');
+INSERT INTO `wp_options` VALUES (26, 0, 'time_format', 'g:i a', 'yes');
+INSERT INTO `wp_options` VALUES (27, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes');
+INSERT INTO `wp_options` VALUES (28, 0, 'links_recently_updated_prepend', '<em>', 'yes');
+INSERT INTO `wp_options` VALUES (29, 0, 'links_recently_updated_append', '</em>', 'yes');
+INSERT INTO `wp_options` VALUES (30, 0, 'links_recently_updated_time', '120', 'yes');
+INSERT INTO `wp_options` VALUES (31, 0, 'comment_moderation', '0', 'yes');
+INSERT INTO `wp_options` VALUES (32, 0, 'moderation_notify', '1', 'yes');
+INSERT INTO `wp_options` VALUES (33, 0, 'permalink_structure', '', 'yes');
+INSERT INTO `wp_options` VALUES (34, 0, 'gzipcompression', '', 'yes');
+INSERT INTO `wp_options` VALUES (35, 0, 'hack_file', '0', 'yes');
+INSERT INTO `wp_options` VALUES (36, 0, 'blog_charset', 'UTF-8', 'yes');
+INSERT INTO `wp_options` VALUES (37, 0, 'moderation_keys', '', 'no');
+INSERT INTO `wp_options` VALUES (38, 0, 'active_plugins', 'a:7:{i:0;s:16:"Flutter/Main.php";i:1;s:19:"akismet/akismet.php";i:2;s:25:"dailytop10/dailytop10.php";i:3;s:14:"get-a-post.php";i:4;s:45:"get-recent-comments 2/get-recent-comments.php";i:5;s:39:"search-everything/search_everything.php";i:6;s:54:"wordpress-23-related-posts-plugin/wp_related_posts.php";}', 'yes');
+INSERT INTO `wp_options` VALUES (39, 0, 'home', 'http://localhost:8888/afridex', 'yes');
+INSERT INTO `wp_options` VALUES (40, 0, 'category_base', '', 'yes');
+INSERT INTO `wp_options` VALUES (41, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes');
+INSERT INTO `wp_options` VALUES (42, 0, 'advanced_edit', '0', 'yes');
+INSERT INTO `wp_options` VALUES (43, 0, 'comment_max_links', '2', 'yes');
+INSERT INTO `wp_options` VALUES (44, 0, 'gmt_offset', '3', 'yes');
+INSERT INTO `wp_options` VALUES (45, 0, 'default_email_category', '1', 'yes');
+INSERT INTO `wp_options` VALUES (46, 0, 'recently_edited', 'a:5:{i:0;s:98:"/Applications/MAMP/htdocs/afridex/wp-content/plugins/get-recent-comments 2/get-recent-comments.php";i:1;s:107:"/Applications/MAMP/htdocs/afridex/wp-content/plugins/wordpress-23-related-posts-plugin/wp_related_posts.php";i:2;s:72:"/Applications/MAMP/htdocs/afridex/wp-content/plugins/akismet/akismet.php";i:3;s:25:"/themes/afridex/style.css";i:4;s:76:"/Applications/MAMP/htdocs/afridex/wp-content/plugins/kb-linker/kb_linker.php";}', 'no');
+INSERT INTO `wp_options` VALUES (47, 0, 'use_linksupdate', '0', 'yes');
+INSERT INTO `wp_options` VALUES (48, 0, 'template', 'afridex', 'yes');
+INSERT INTO `wp_options` VALUES (49, 0, 'stylesheet', 'afridex', 'yes');
+INSERT INTO `wp_options` VALUES (50, 0, 'comment_whitelist', '1', 'yes');
+INSERT INTO `wp_options` VALUES (51, 0, 'page_uris', '', 'yes');
+INSERT INTO `wp_options` VALUES (52, 0, 'blacklist_keys', '', 'no');
+INSERT INTO `wp_options` VALUES (53, 0, 'comment_registration', '0', 'yes');
+INSERT INTO `wp_options` VALUES (54, 0, 'rss_language', 'en', 'yes');
+INSERT INTO `wp_options` VALUES (55, 0, 'html_type', 'text/html', 'yes');
+INSERT INTO `wp_options` VALUES (56, 0, 'use_trackback', '0', 'yes');
+INSERT INTO `wp_options` VALUES (57, 0, 'default_role', 'subscriber', 'yes');
+INSERT INTO `wp_options` VALUES (58, 0, 'db_version', '8204', 'yes');
+INSERT INTO `wp_options` VALUES (59, 0, 'uploads_use_yearmonth_folders', '1', 'yes');
+INSERT INTO `wp_options` VALUES (60, 0, 'upload_path', '/Applications/MAMP/htdocs/afridex/wp-content/uploads', 'yes');
+INSERT INTO `wp_options` VALUES (61, 0, 'random_seed', '49d86100418725ceae94c54ea5aa23ed', 'yes');
+INSERT INTO `wp_options` VALUES (62, 0, 'secret', 'EVr25!5L@t5Qt7bE5$sY7d3cV#jiyFSK(0GQaZL18*Kxpp^t$Zub3I!xrQVO&YuD', 'yes');
+INSERT INTO `wp_options` VALUES (63, 0, 'blog_public', '1', 'yes');
+INSERT INTO `wp_options` VALUES (64, 0, 'default_link_category', '2', 'yes');
+INSERT INTO `wp_options` VALUES (65, 0, 'show_on_front', 'posts', 'yes');
+INSERT INTO `wp_options` VALUES (66, 0, 'tag_base', '', 'yes');
+INSERT INTO `wp_options` VALUES (67, 0, 'show_avatars', '1', 'yes');
+INSERT INTO `wp_options` VALUES (68, 0, 'avatar_rating', 'G', 'yes');
+INSERT INTO `wp_options` VALUES (69, 0, 'upload_url_path', '', 'yes');
+INSERT INTO `wp_options` VALUES (70, 0, 'thumbnail_size_w', '150', 'yes');
+INSERT INTO `wp_options` VALUES (71, 0, 'thumbnail_size_h', '150', 'yes');
+INSERT INTO `wp_options` VALUES (72, 0, 'thumbnail_crop', '1', 'yes');
+INSERT INTO `wp_options` VALUES (73, 0, 'medium_size_w', '300', 'yes');
+INSERT INTO `wp_options` VALUES (74, 0, 'medium_size_h', '300', 'yes');
+INSERT INTO `wp_options` VALUES (75, 0, 'avatar_default', 'mystery', 'yes');
+INSERT INTO `wp_options` VALUES (76, 0, 'enable_app', '0', 'yes');
+INSERT INTO `wp_options` VALUES (77, 0, 'enable_xmlrpc', '0', 'yes');
+INSERT INTO `wp_options` VALUES (78, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:23:"Administrator|User role";s:12:"capabilities";a:57:{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:9:"add_entry";b:1;s:21:"Create Flutter Panels";b:1;s:22:"Create Flutter Modules";b:1;s:21:"Change Flutter Layout";b:1;s:20:"Change Flutter Style";b:1;s:8:"add_data";b:1;}}s:6:"editor";a:2:{s:4:"name";s:16:"Editor|User role";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:16:"Author|User role";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:21:"Contributor|User role";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:20:"Subscriber|User role";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes');
+INSERT INTO `wp_options` VALUES (79, 0, 'cron', 'a:2:{i:1226414707;a:1:{s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}s:7:"version";i:2;}', 'yes');
+INSERT INTO `wp_options` VALUES (80, 0, 'auth_salt', 'niT6OndVm!xK', 'yes');
+INSERT INTO `wp_options` VALUES (81, 0, 'update_core', 'O:8:"stdClass":5:{s:12:"last_checked";i:1226395802;s:15:"version_checked";s:5:"2.6.2";s:8:"response";s:7:"upgrade";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"current";s:5:"2.6.3";}', 'yes');
+INSERT INTO `wp_options` VALUES (172, 0, 'rss_d5a684943c6fb375fe8cf24fb68fc6b1_ts', '1226396925', 'no');
+INSERT INTO `wp_options` VALUES (82, 0, 'update_core', 'O:8:"stdClass":5:{s:12:"last_checked";i:1226395802;s:15:"version_checked";s:5:"2.6.2";s:8:"response";s:7:"upgrade";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"current";s:5:"2.6.3";}', 'yes');
+INSERT INTO `wp_options` VALUES (83, 0, 'doing_cron', '0', 'yes');
+INSERT INTO `wp_options` VALUES (84, 0, 'update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1226395805;s:7:"checked";a:11:{s:19:"akismet/akismet.php";s:5:"2.1.8";s:25:"dailytop10/dailytop10.php";s:3:"0.4";s:16:"Flutter/Main.php";s:5:".2.26";s:19:"fresh-page/Main.php";s:3:".13";s:14:"get-a-post.php";s:4:"R1.4";s:45:"get-recent-comments 2/get-recent-comments.php";s:5:"2.0.2";s:9:"hello.php";s:3:"1.5";s:23:"kb-linker/kb_linker.php";s:5:"1.102";s:39:"rb-internal-links/rb-internal-links.php";s:4:"0.21";s:39:"search-everything/search_everything.php";s:7:"4.7.6.2";s:54:"wordpress-23-related-posts-plugin/wp_related_posts.php";s:3:"0.9";}s:8:"response";a:5:{s:19:"akismet/akismet.php";O:8:"stdClass":5:{s:2:"id";s:2:"15";s:4:"slug";s:7:"akismet";s:11:"new_version";s:5:"2.2.1";s:3:"url";s:44:"http://wordpress.org/extend/plugins/akismet/";s:7:"package";s:49:"http://downloads.wordpress.org/plugin/akismet.zip";}s:16:"Flutter/Main.php";O:8:"stdClass":5:{s:2:"id";s:4:"1115";s:4:"slug";s:10:"fresh-page";s:11:"new_version";s:3:".23";s:3:"url";s:47:"http://wordpress.org/extend/plugins/fresh-page/";s:7:"package";s:57:"http://downloads.wordpress.org/plugin/fresh-page.0.23.zip";}s:19:"fresh-page/Main.php";O:8:"stdClass":5:{s:2:"id";s:4:"1115";s:4:"slug";s:10:"fresh-page";s:11:"new_version";s:3:".23";s:3:"url";s:47:"http://wordpress.org/extend/plugins/fresh-page/";s:7:"package";s:57:"http://downloads.wordpress.org/plugin/fresh-page.0.23.zip";}s:39:"search-everything/search_everything.php";O:8:"stdClass":5:{s:2:"id";s:3:"269";s:4:"slug";s:17:"search-everything";s:11:"new_version";s:5:"4.7.7";s:3:"url";s:54:"http://wordpress.org/extend/plugins/search-everything/";s:7:"package";s:65:"http://downloads.wordpress.org/plugin/search-everything.4.7.7.zip";}s:54:"wordpress-23-related-posts-plugin/wp_related_posts.php";O:8:"stdClass":5:{s:2:"id";s:3:"957";s:4:"slug";s:33:"wordpress-23-related-posts-plugin";s:11:"new_version";s:3:"1.0";s:3:"url";s:70:"http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/";s:7:"package";s:79:"http://downloads.wordpress.org/plugin/wordpress-23-related-posts-plugin.1.0.zip";}}}', 'yes');
+INSERT INTO `wp_options` VALUES (85, 0, 'logged_in_salt', '7v4d3Z1OKeV#', 'yes');
+INSERT INTO `wp_options` VALUES (86, 0, 'dashboard_widget_options', 'a:3:{s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:29:"http://localhost:8888/afridex";s:4:"link";s:111:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://localhost:8888/afridex/";s:3:"url";s:144:"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://localhost:8888/afridex/";s:5:"items";i:5;s:9:"show_date";i:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:33:"http://wordpress.org/development/";s:3:"url";s:38:"http://wordpress.org/development/feed/";s:5:"title";s:26:"WordPress Development Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:4:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:15;}}', 'yes');
+INSERT INTO `wp_options` VALUES (160, 0, 'current_theme', 'Afridex', 'yes');
+INSERT INTO `wp_options` VALUES (88, 0, 'sidebars_widgets', 'a:1:{s:13:"array_version";i:3;}', 'yes');
+INSERT INTO `wp_options` VALUES (89, 0, 'rss_a5420c83891a9c88ad2a4f04584a5efc', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:15:{i:0;a:7:{s:5:"title";s:17:"matt on "Akismet"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"pubdate";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"matt";}s:4:"guid";s:39:"15@http://wordpress.org/extend/plugins/";s:11:"description";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"summary";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";}i:1;a:7:{s:5:"title";s:33:"uberdose on "All in One SEO Pack"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"pubdate";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"uberdose";}s:4:"guid";s:40:"753@http://wordpress.org/extend/plugins/";s:11:"description";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s:7:"summary";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";}i:2;a:7:{s:5:"title";s:36:"olivers on "cformsII - contact form"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/cforms/#post-925";s:7:"pubdate";s:31:"Mon, 09 Apr 2007 22:12:26 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"olivers";}s:4:"guid";s:40:"925@http://wordpress.org/extend/plugins/";s:11:"description";s:119:"cforms II is the most customizable, flexible &#038; powerful ajax supporting contact form plugin (&#038; comment form)!";s:7:"summary";s:119:"cforms II is the most customizable, flexible &#038; powerful ajax supporting contact form plugin (&#038; comment form)!";}i:3;a:7:{s:5:"title";s:29:"alexrabe on "NextGEN Gallery"";s:4:"link";s:62:"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169";s:7:"pubdate";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"alexrabe";}s:4:"guid";s:41:"1169@http://wordpress.org/extend/plugins/";s:11:"description";s:102:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.";s:7:"summary";s:102:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.";}i:4;a:7:{s:5:"title";s:30:"arnee on "Google XML Sitemaps"";s:4:"link";s:70:"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132";s:7:"pubdate";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"arnee";}s:4:"guid";s:40:"132@http://wordpress.org/extend/plugins/";s:11:"description";s:87:"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.";s:7:"summary";s:87:"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.";}i:5;a:7:{s:5:"title";s:27:"donncha on "WP Super Cache"";s:4:"link";s:61:"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572";s:7:"pubdate";s:31:"Mon, 05 Nov 2007 11:40:04 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"donncha";}s:4:"guid";s:41:"2572@http://wordpress.org/extend/plugins/";s:11:"description";s:73:"A very fast caching engine for WordPress that produces static html files.";s:7:"summary";s:73:"A very fast caching engine for WordPress that produces static html files.";}i:6;a:7:{s:5:"title";s:23:"stimuli on "Lightbox 2"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/lightbox-2/#post-2451";s:7:"pubdate";s:31:"Wed, 10 Oct 2007 02:20:04 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"stimuli";}s:4:"guid";s:41:"2451@http://wordpress.org/extend/plugins/";s:11:"description";s:149:"Used to overlay images on the current page. Lightbox JS v2.2 by Lokesh Dhakar. Mad props to Tanin for his crucial regular expression code! You rock!!";s:7:"summary";s:149:"Used to overlay images on the current page. Lightbox JS v2.2 by Lokesh Dhakar. Mad props to Tanin for his crucial regular expression code! You rock!!";}i:7;a:7:{s:5:"title";s:41:"Viper007Bond on "Viper''s Video Quicktags"";s:4:"link";s:68:"http://wordpress.org/extend/plugins/vipers-video-quicktags/#post-810";s:7:"pubdate";s:31:"Tue, 03 Apr 2007 00:08:41 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"Viper007Bond";}s:4:"guid";s:40:"810@http://wordpress.org/extend/plugins/";s:11:"description";s:114:"Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.";s:7:"summary";s:114:"Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.";}i:8;a:7:{s:5:"title";s:35:"Utkarsh Kukreti on "Plugin Manager"";s:4:"link";s:61:"http://wordpress.org/extend/plugins/plugin-manager/#post-6737";s:7:"pubdate";s:31:"Fri, 22 Aug 2008 16:11:19 +0000";s:2:"dc";a:1:{s:7:"creator";s:15:"Utkarsh Kukreti";}s:4:"guid";s:41:"6737@http://wordpress.org/extend/plugins/";s:11:"description";s:129:"View, download and install plugins from WordPress.org Plugin Database from an AJAX''ed interface with a single click of the mouse.";s:7:"summary";s:129:"View, download and install plugins from WordPress.org Plugin Database from an AJAX''ed interface with a single click of the mouse.";}i:9;a:7:{s:5:"title";s:29:"andy on "WordPress.com Stats"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/stats/#post-1355";s:7:"pubdate";s:31:"Sun, 06 May 2007 02:15:03 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"andy";}s:4:"guid";s:41:"1355@http://wordpress.org/extend/plugins/";s:11:"description";s:119:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com''s stat system.";s:7:"summary";s:119:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com''s stat system.";}i:10;a:7:{s:5:"title";s:39:"Alphawolf on "Admin Management Xtended"";s:4:"link";s:71:"http://wordpress.org/extend/plugins/admin-management-xtended/#post-5415";s:7:"pubdate";s:31:"Mon, 28 Apr 2008 17:26:30 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"Alphawolf";}s:4:"guid";s:41:"5415@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"Adds AJAX-driven options to some admin management pages with CMS-known functions like toggling post/page visibility without having to open the edit sc";s:7:"summary";s:150:"Adds AJAX-driven options to some admin management pages with CMS-known functions like toggling post/page visibility without having to open the edit sc";}i:11;a:7:{s:5:"title";s:29:"snumb130 on "Events Calendar"";s:4:"link";s:62:"http://wordpress.org/extend/plugins/events-calendar/#post-2523";s:7:"pubdate";s:31:"Fri, 19 Oct 2007 04:10:03 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"snumb130";}s:4:"guid";s:41:"2523@http://wordpress.org/extend/plugins/";s:11:"description";s:149:"Events-Calendar is a diverse replacement for the original calendar included with WordPress adding many useful functions to keep track of your events.";s:7:"summary";s:149:"Events-Calendar is a diverse replacement for the original calendar included with WordPress adding many useful functions to keep track of your events.";}i:12;a:7:{s:5:"title";s:23:"johnny5 on "HeadSpace2"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/headspace2/#post-2255";s:7:"pubdate";s:31:"Fri, 07 Sep 2007 05:45:11 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"johnny5";}s:4:"guid";s:41:"2255@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"Controls almost every aspect of your site''s meta-data, including advanced tagging, Analytics, and dozens of plugins.  The best WordPress SEO solution!";s:7:"summary";s:150:"Controls almost every aspect of your site''s meta-data, including advanced tagging, Analytics, and dozens of plugins.  The best WordPress SEO solution!";}i:13;a:7:{s:5:"title";s:44:"keithdsouza on "Wordpress Automatic upgrade"";s:4:"link";s:74:"http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/#post-2560";s:7:"pubdate";s:31:"Sat, 27 Oct 2007 20:55:05 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"keithdsouza";}s:4:"guid";s:41:"2560@http://wordpress.org/extend/plugins/";s:11:"description";s:112:"Wordpress automatic upgrade allows a user to automatically upgrade the wordpress installation to the latest one.";s:7:"summary";s:112:"Wordpress automatic upgrade allows a user to automatically upgrade the wordpress installation to the latest one.";}i:14;a:7:{s:5:"title";s:35:"plugin-master on "Event Calendar 3"";s:4:"link";s:61:"http://wordpress.org/extend/plugins/event-calendar/#post-7288";s:7:"pubdate";s:31:"Thu, 09 Oct 2008 13:52:03 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"plugin-master";}s:4:"guid";s:41:"7288@http://wordpress.org/extend/plugins/";s:11:"description";s:139:"Manage future events as an online calendar. Display upcoming events in a dynamic\ncalendar, on a listings page, or as a list in the sidebar.";s:7:"summary";s:139:"Manage future events as an online calendar. Display upcoming events in a dynamic\ncalendar, on a listings page, or as a list in the sidebar.";}}s:7:"channel";a:6:{s:5:"title";s:12:"Most Popular";s:4:"link";s:36:"http://wordpress.org/extend/plugins/";s:11:"description";s:12:"Most Popular";s:8:"language";s:2:"en";s:7:"pubdate";s:31:"Sun, 19 Oct 2008 22:53:32 +0000";s:7:"tagline";s:12:"Most Popular";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:21:"2007-03-09 22:11:30\r\n";s:4:"etag";s:36:""8675051e89bf6e8eba42545ba20839d9"\r\n";}', 'no');
+INSERT INTO `wp_options` VALUES (90, 0, 'rss_a5420c83891a9c88ad2a4f04584a5efc_ts', '1224456814', 'no');
+INSERT INTO `wp_options` VALUES (91, 0, 'rss_1a5f760f2e2b48827d4974a60857e7c2', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:15:{i:0;a:7:{s:5:"title";s:37:"Seans0n on "WordPress Link Directory"";s:4:"link";s:71:"http://wordpress.org/extend/plugins/wordpress-link-directory/#post-7324";s:7:"pubdate";s:31:"Tue, 14 Oct 2008 21:09:14 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"Seans0n";}s:4:"guid";s:41:"7324@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"WordPress Link Directory is a simple, compact and quick-setup link directory plugin for WordPress which allows other webmasters to add their site to y";s:7:"summary";s:150:"WordPress Link Directory is a simple, compact and quick-setup link directory plugin for WordPress which allows other webmasters to add their site to y";}i:1;a:7:{s:5:"title";s:33:"wolwerine on "Wikipedia Autolink"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/wikipedia-autolink/#post-7369";s:7:"pubdate";s:31:"Sat, 18 Oct 2008 23:17:45 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"wolwerine";}s:4:"guid";s:41:"7369@http://wordpress.org/extend/plugins/";s:11:"description";s:105:"Link automatically all the highlighted words with the syntax [w:{term}] on the definition from Wikipedia.";s:7:"summary";s:105:"Link automatically all the highlighted words with the syntax [w:{term}] on the definition from Wikipedia.";}i:2;a:7:{s:5:"title";s:18:"db0 on "Backlinks"";s:4:"link";s:56:"http://wordpress.org/extend/plugins/backlinks/#post-7368";s:7:"pubdate";s:31:"Sat, 18 Oct 2008 23:00:52 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"db0";}s:4:"guid";s:41:"7368@http://wordpress.org/extend/plugins/";s:11:"description";s:93:"A simple function to show blog posts linking back to any article, similar to Google Backlinks";s:7:"summary";s:93:"A simple function to show blog posts linking back to any article, similar to Google Backlinks";}i:3;a:7:{s:5:"title";s:36:"veke on "Wordpress Reciprocal Links"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/wp-reciprocal-link/#post-6831";s:7:"pubdate";s:31:"Fri, 29 Aug 2008 16:51:57 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"veke";}s:4:"guid";s:41:"6831@http://wordpress.org/extend/plugins/";s:11:"description";s:86:"Wordpress Reciprocal Links Manages Links Exchanges directly on your customized page :)";s:7:"summary";s:86:"Wordpress Reciprocal Links Manages Links Exchanges directly on your customized page :)";}i:4;a:7:{s:5:"title";s:31:"nitzanhermon on "Colour me Bad"";s:4:"link";s:50:"http://wordpress.org/extend/plugins/cmb/#post-7231";s:7:"pubdate";s:31:"Fri, 03 Oct 2008 17:19:22 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"nitzanhermon";}s:4:"guid";s:41:"7231@http://wordpress.org/extend/plugins/";s:11:"description";s:117:"Connects your last fm information into the kuler social colous sharing pallettes.  Nitzan Hermon and  Amit Ashckenazi";s:7:"summary";s:117:"Connects your last fm information into the kuler social colous sharing pallettes.  Nitzan Hermon and  Amit Ashckenazi";}i:5;a:7:{s:5:"title";s:26:"mat8iou on "Results count"";s:4:"link";s:60:"http://wordpress.org/extend/plugins/results-count/#post-5360";s:7:"pubdate";s:31:"Wed, 23 Apr 2008 12:46:15 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"mat8iou";}s:4:"guid";s:41:"5360@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"When you search in Google, it tells you at the start how many results you have &#038; what page you are on in the results. The Results Count plugin gi";s:7:"summary";s:150:"When you search in Google, it tells you at the start how many results you have &#038; what page you are on in the results. The Results Count plugin gi";}i:6;a:7:{s:5:"title";s:36:"PeterLarsenPan on "Larsens Calender"";s:4:"link";s:63:"http://wordpress.org/extend/plugins/larsens-calender/#post-7187";s:7:"pubdate";s:31:"Mon, 29 Sep 2008 14:32:17 +0000";s:2:"dc";a:1:{s:7:"creator";s:14:"PeterLarsenPan";}s:4:"guid";s:41:"7187@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"This calender allows you to manage and display your events.\nThere are a lot of setting options; German, British and American format styles for output.";s:7:"summary";s:150:"This calender allows you to manage and display your events.\nThere are a lot of setting options; German, British and American format styles for output.";}i:7;a:7:{s:5:"title";s:28:"MtDewVirus on "Recent Posts"";s:4:"link";s:58:"http://wordpress.org/extend/plugins/recent-posts/#post-257";s:7:"pubdate";s:31:"Fri, 09 Mar 2007 23:03:49 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"MtDewVirus";}s:4:"guid";s:40:"257@http://wordpress.org/extend/plugins/";s:11:"description";s:41:"Retrieves a list of the most recent posts";s:7:"summary";s:41:"Retrieves a list of the most recent posts";}i:8;a:7:{s:5:"title";s:45:"orenshmu on "Post videos and photo galleries"";s:4:"link";s:84:"http://wordpress.org/extend/plugins/post-rich-videos-and-photos-galleries/#post-7094";s:7:"pubdate";s:31:"Sun, 21 Sep 2008 12:15:38 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"orenshmu";}s:4:"guid";s:41:"7094@http://wordpress.org/extend/plugins/";s:11:"description";s:76:"Post your videos and photo galleries/flash slideshows easily and in seconds.";s:7:"summary";s:76:"Post your videos and photo galleries/flash slideshows easily and in seconds.";}i:9;a:7:{s:5:"title";s:20:"mjgiarlo on "OpenID"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/openid/#post-210";s:7:"pubdate";s:31:"Fri, 09 Mar 2007 22:53:08 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"mjgiarlo";}s:4:"guid";s:40:"210@http://wordpress.org/extend/plugins/";s:11:"description";s:90:"Allows WordPress to provide and consumer OpenIDs for authentication of users and comments.";s:7:"summary";s:90:"Allows WordPress to provide and consumer OpenIDs for authentication of users and comments.";}i:10;a:7:{s:5:"title";s:19:"logikal16 on "Pods"";s:4:"link";s:51:"http://wordpress.org/extend/plugins/pods/#post-7243";s:7:"pubdate";s:31:"Sun, 05 Oct 2008 13:33:26 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"logikal16";}s:4:"guid";s:41:"7243@http://wordpress.org/extend/plugins/";s:11:"description";s:63:"Pods is a CMS (Content Management System) plugin for Wordpress.";s:7:"summary";s:63:"Pods is a CMS (Content Management System) plugin for Wordpress.";}i:11;a:7:{s:5:"title";s:23:"Bueltge on "Adminimize"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/adminimize/#post-5921";s:7:"pubdate";s:31:"Wed, 11 Jun 2008 10:28:52 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"Bueltge";}s:4:"guid";s:41:"5921@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"At first: Visually compresses the administratrive header so that more admin page content can be initially seen. Also moves ''Dashboard'' onto the main a";s:7:"summary";s:150:"At first: Visually compresses the administratrive header so that more admin page content can be initially seen. Also moves ''Dashboard'' onto the main a";}i:12;a:7:{s:5:"title";s:31:"Transmigrasi on "WP viewMobile"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/viewmobile/#post-6507";s:7:"pubdate";s:31:"Thu, 31 Jul 2008 13:06:22 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"Transmigrasi";}s:4:"guid";s:41:"6507@http://wordpress.org/extend/plugins/";s:11:"description";s:106:"You can use our plugin WP viewMobile to make your blog ready for mobile internet - with just a few clicks.";s:7:"summary";s:106:"You can use our plugin WP viewMobile to make your blog ready for mobile internet - with just a few clicks.";}i:13;a:7:{s:5:"title";s:20:"Emanon on "WP-dTree"";s:4:"link";s:58:"http://wordpress.org/extend/plugins/wp-dtree-30/#post-2280";s:7:"pubdate";s:31:"Sat, 08 Sep 2007 18:15:13 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Emanon";}s:4:"guid";s:41:"2280@http://wordpress.org/extend/plugins/";s:11:"description";s:99:"Turns your sidebar into a very convenient, dynamic navigation tree. Supports scriptaculous effects.";s:7:"summary";s:99:"Turns your sidebar into a very convenient, dynamic navigation tree. Supports scriptaculous effects.";}i:14;a:7:{s:5:"title";s:30:"avdude on "Event Registration"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/event-registration/#post-7161";s:7:"pubdate";s:31:"Fri, 26 Sep 2008 19:56:44 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"avdude";}s:4:"guid";s:41:"7161@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"Provides the ability to setup event list and accept online registrations for events and administer them via WordPress. Supports paypal and internation";s:7:"summary";s:150:"Provides the ability to setup event list and accept online registrations for events and administer them via WordPress. Supports paypal and internation";}}s:7:"channel";a:6:{s:5:"title";s:16:"Recently Updated";s:4:"link";s:36:"http://wordpress.org/extend/plugins/";s:11:"description";s:16:"Recently Updated";s:8:"language";s:2:"en";s:7:"pubdate";s:31:"Sun, 19 Oct 2008 22:53:40 +0000";s:7:"tagline";s:16:"Recently Updated";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:21:"2008-10-14 21:09:14\r\n";s:4:"etag";s:36:""10d0190a41e54ca05de224fb793d44ac"\r\n";}', 'no');
+INSERT INTO `wp_options` VALUES (92, 0, 'rss_1a5f760f2e2b48827d4974a60857e7c2_ts', '1224456822', 'no');
+INSERT INTO `wp_options` VALUES (93, 0, 'rc_custom_write_panel', 's:406:"a:14:{s:15:"hide-write-post";s:1:"1";s:15:"hide-write-page";N;s:19:"prompt-editing-post";N;s:14:"assign-to-role";N;s:12:"use-snipshot";N;s:17:"enable-editnplace";s:1:"1";s:16:"enable-swfupload";s:1:"1";s:26:"default-custom-write-panel";s:1:"1";s:19:"enable-HTMLPurifier";N;s:10:"tidy-level";s:4:"none";s:24:"canvas_show_instructions";N;s:21:"canvas_show_zone_name";N;s:11:"canvas_show";N;s:8:"ink_show";N;}";', 'yes');
+INSERT INTO `wp_options` VALUES (161, 0, 'rss_fd6f38363b6c71c00bd0bdb0950ac772', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:6:{s:5:"title";s:15:"News - Appfrica";s:11:"description";s:225:"The <em>Appfrica</em> Blog Network; <em>Appfrica</em> Blog &middot; <em>Appfrica</em> Events &middot; One Degree North &middot; HÃ©lÃšne in Rwanda &middot; GosDot Web Development. RSS |; Labs |; Register |; Log in <b>...</b> ";s:4:"link";s:20:"http://appfrica.net/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:20:"http://appfrica.net/";s:7:"summary";s:225:"The <em>Appfrica</em> Blog Network; <em>Appfrica</em> Blog &middot; <em>Appfrica</em> Events &middot; One Degree North &middot; HÃ©lÃšne in Rwanda &middot; GosDot Web Development. RSS |; Labs |; Register |; Log in <b>...</b> ";}i:1;a:6:{s:5:"title";s:35:"The Question Box Project - Appfrica";s:11:"description";s:165:" Jun 30, 2008 <b>...</b> <em>Appfrica</em> is web portal for the latest news related to African innovation, education and entrepreneurship in technology. <b>...</b> ";s:4:"link";s:36:"http://appfrica.net/blog/archives/56";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:36:"http://appfrica.net/blog/archives/56";s:7:"summary";s:165:" Jun 30, 2008 <b>...</b> <em>Appfrica</em> is web portal for the latest news related to African innovation, education and entrepreneurship in technology. <b>...</b> ";}i:2;a:6:{s:5:"title";s:20:"APPFRICA / FrontPage";s:11:"description";s:172:"<em>APPFRICA</em> is a series of international tech conferences and think-tanks aimed at bringing together researchers, industry leaders, businesses, educators, <b>...</b> ";s:4:"link";s:27:"http://appfrica.pbwiki.com/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:27:"http://appfrica.pbwiki.com/";s:7:"summary";s:172:"<em>APPFRICA</em> is a series of international tech conferences and think-tanks aimed at bringing together researchers, industry leaders, businesses, educators, <b>...</b> ";}i:3;a:6:{s:5:"title";s:17:"code.appfrica.net";s:11:"description";s:165:"Welcome to the <em>Appfrica</em> Code Repository! This is a space for sharing code, helping inexperienced developers learn, and contributing to projects. <b>...</b> ";s:4:"link";s:25:"http://code.appfrica.net/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:25:"http://code.appfrica.net/";s:7:"summary";s:165:"Welcome to the <em>Appfrica</em> Code Repository! This is a space for sharing code, helping inexperienced developers learn, and contributing to projects. <b>...</b> ";}i:4;a:6:{s:5:"title";s:63:"An Interview with Appfrica Founder Jon Gosier â White African";s:11:"description";s:184:"Aug 26, 2008 <b>...</b> The man behind <em>Appfrica</em> is Jon Gosier, an energetic and proactive developer now living in Kampala, Uganda. Below is a short email interview <b>...</b> ";s:4:"link";s:81:"http://whiteafrican.com/2008/08/26/an-interview-with-appfrica-founder-jon-gosier/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:81:"http://whiteafrican.com/2008/08/26/an-interview-with-appfrica-founder-jon-gosier/";s:7:"summary";s:184:"Aug 26, 2008 <b>...</b> The man behind <em>Appfrica</em> is Jon Gosier, an energetic and proactive developer now living in Kampala, Uganda. Below is a short email interview <b>...</b> ";}i:5;a:6:{s:5:"title";s:62:"Hello Appfrica: An Interview with Jon Gosier | The Blog Herald";s:11:"description";s:168:"Jun 11, 2008 <b>...</b> <em>appfrica</em>.gif <em>Appfrica</em> is an international technology conference and think-thank, taking place in Africa of course. <b>...</b> ";s:4:"link";s:81:"http://www.blogherald.com/2008/06/11/hello-appfrica-an-interview-with-jon-gosier/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:81:"http://www.blogherald.com/2008/06/11/hello-appfrica-an-interview-with-jon-gosier/";s:7:"summary";s:168:"Jun 11, 2008 <b>...</b> <em>appfrica</em>.gif <em>Appfrica</em> is an international technology conference and think-thank, taking place in Africa of course. <b>...</b> ";}i:6;a:6:{s:5:"title";s:17:"Appfrica Keynote1";s:11:"description";s:122:" Slides from my panel as presented at TEDC on July 31, 2008 in Kampala, Uganda, Africa. Essentially it&#39;s all about... ";s:4:"link";s:60:"http://www.slideshare.net/Appfrica/appfrica-keynote1-540759/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:60:"http://www.slideshare.net/Appfrica/appfrica-keynote1-540759/";s:7:"summary";s:122:" Slides from my panel as presented at TEDC on July 31, 2008 in Kampala, Uganda, Africa. Essentially it&#39;s all about... ";}i:7;a:6:{s:5:"title";s:69:"The Appfrica.net - African IT, Tech News and Culture community, a ...";s:11:"description";s:58:"Mixx is your link to the web content that really matters. ";s:4:"link";s:55:"http://appfricanetafricanittechnewsandculture.mixx.com/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:55:"http://appfricanetafricanittechnewsandculture.mixx.com/";s:7:"summary";s:58:"Mixx is your link to the web content that really matters. ";}i:8;a:6:{s:5:"title";s:20:"Appfrica - Afrigator";s:11:"description";s:193:"Please log in to follow this blog in MyGator. <em>Appfrica</em> <b>...</b> <em>Appfrica</em> is ranked:. Africa: 1536 | Uganda: 24 | Visits: 2755 | Page Views: 2755 | Links (Blogs): <b>...</b> ";s:4:"link";s:32:"http://afrigator.com/author/7764";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:32:"http://afrigator.com/author/7764";s:7:"summary";s:193:"Please log in to follow this blog in MyGator. <em>Appfrica</em> <b>...</b> <em>Appfrica</em> is ranked:. Africa: 1536 | Uganda: 24 | Visits: 2755 | Page Views: 2755 | Links (Blogs): <b>...</b> ";}i:9;a:6:{s:5:"title";s:67:"Appfrica: International Web Technology Conference and ThinkTank ...";s:11:"description";s:185:"Welcome to the official Facebook Page of <em>Appfrica</em>: International Web Technology Conference and ThinkTank. Get exclusive content and interact with <em>Appfrica</em>: <b>...</b> ";s:4:"link";s:112:"http://www.facebook.com/pages/Kampala/Appfrica-International-Web-Technology-Conference-and-ThinkTank/21788439622";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:112:"http://www.facebook.com/pages/Kampala/Appfrica-International-Web-Technology-Conference-and-ThinkTank/21788439622";s:7:"summary";s:185:"Welcome to the official Facebook Page of <em>Appfrica</em>: International Web Technology Conference and ThinkTank. Get exclusive content and interact with <em>Appfrica</em>: <b>...</b> ";}}s:7:"channel";a:7:{s:5:"title";s:30:"Icerocket web search: Appfrica";s:4:"link";s:50:"http://www.icerocket.com/search?tab=web&q=Appfrica";s:11:"description";s:29:"Web Search from IceRocket.com";s:3:"ttl";s:2:"60";s:8:"language";s:5:"en-us";s:9:"copyright";s:29:"Copyright 2008, IceRocket.com";s:7:"tagline";s:29:"Web Search from IceRocket.com";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (96, 0, 'wp_rp', 'a:9:{s:11:"wp_rp_title";s:15:"Related Entries";s:8:"wp_no_rp";s:4:"text";s:13:"wp_no_rp_text";s:18:"No Related Entries";s:11:"wp_rp_limit";s:0:"";s:13:"wp_rp_exclude";s:0:"";s:10:"wp_rp_auto";N;s:9:"wp_rp_rss";N;s:14:"wp_rp_comments";N;s:10:"wp_rp_date";N;}', 'yes');
+INSERT INTO `wp_options` VALUES (97, 0, 'search_tag', '', 'yes');
+INSERT INTO `wp_options` VALUES (98, 0, 'SE4_options', 'a:14:{s:22:"SE4_exclude_categories";N;s:27:"SE4_exclude_categories_list";s:0:"";s:17:"SE4_exclude_posts";N;s:22:"SE4_exclude_posts_list";s:0:"";s:19:"SE4_use_page_search";N;s:22:"SE4_use_comment_search";N;s:18:"SE4_use_tag_search";s:4:"true";s:23:"SE4_use_category_search";N;s:26:"SE4_approved_comments_only";s:4:"true";s:23:"SE4_approved_pages_only";N;s:22:"SE4_use_excerpt_search";N;s:20:"SE4_use_draft_search";N;s:25:"SE4_use_attachment_search";N;s:23:"SE4_use_metadata_search";N;}', 'yes');
+INSERT INTO `wp_options` VALUES (133, 0, 'rss_cb8e9522918fa5553ff5e43a9b8432ef', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:12:{s:5:"title";s:22:"Locked out of BBPress?";s:4:"link";s:57:"http://gosdot.com/unity/2008/07/18/locked-out-of-bbpress/";s:8:"comments";s:66:"http://gosdot.com/unity/2008/07/18/locked-out-of-bbpress/#comments";s:7:"pubdate";s:31:"Fri, 18 Jul 2008 18:06:05 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"jon";}s:8:"category";s:27:"Blogbbpresshackphpwordpress";s:4:"guid";s:30:"http://gosdot.com/unity/?p=317";s:11:"description";s:346:"So I just spent the last fifteen minutes trying to hack my way back into my BBpress forums at code.appfrica.net.  The problem was that BBPress doesn&#8217;t consider admins the &#8217;super users&#8217; of the account.  The &#8216;administrator&#8217; rank just allows you to moderate the forum, not it&#8217;s look or anything else.  To do [...]";s:7:"content";a:1:{s:7:"encoded";s:2206:"<p>So I just spent the last fifteen minutes trying to hack my way back into my BBpress forums at code.appfrica.net.  The problem was that BBPress doesn&#8217;t consider admins the &#8217;super users&#8217; of the account.  The &#8216;administrator&#8217; rank just allows you to moderate the forum, not it&#8217;s look or anything else.  To do that you need to be what&#8217;s called a &#8216;keymaster&#8217;.  Keymasters can do anything while Administrators can do &#8216;almost&#8217; anything but that almost is pretty useless when you want to change the look of your forum!  </p>\n<p>For the sake of others out there who might run into the same problem, here&#8217;s how I did it.  It&#8217;s pretty simple but no one has published anything as straight forward as this, yet (or at least I didn&#8217;t find one in my Google searches).</p>\n<ol>\n<li>Log into your MySQL database via PHP Admin</li>\n<li>Find the &#8216;xx_usermeta&#8217; area.</li>\n<li>Find the username of the account you want want to make the &#8216;keymaster&#8217;.</li>\n<li>Look for the area that looks like this <code>a:1:{s:13:"administrator";b:1;}</code> and replace it with <code>a:1:{s:9:"keymaster";b:1;}</code>. </li>\n<li>Log-In to the account to make sure everything worked.</li>\n<li>Pat yourself on the back buckaroo, you&#8217;re done!</li>\n</ol>\n<p>If you know hacking, you know that having an account with the username &#8216;Admin&#8217; can be a security risk.  I got locked out of my account after changing my name from &#8216;Admin&#8217; to something else to make it harder for potential hackers to get into my forums.  Then I deleted the account called &#8216;Admin&#8217; because I thought it was enough that I promoted my new username to <em>administration</em> status.  The BBPress manual doesn&#8217;t mention the fact if you delete the Admin account, you&#8217;re deleting the sole <em>keymaster</em> effectively locking you out of the real administration of the back end of your site!</p>\n<p>This technique should fix everything&#8230;at least for BBPress 0.9.0.2, the version that I used this on.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}s:3:"wfw";a:1:{s:10:"commentrss";s:62:"http://gosdot.com/unity/2008/07/18/locked-out-of-bbpress/feed/";}s:7:"summary";s:346:"So I just spent the last fifteen minutes trying to hack my way back into my BBpress forums at code.appfrica.net.  The problem was that BBPress doesn&#8217;t consider admins the &#8217;super users&#8217; of the account.  The &#8216;administrator&#8217; rank just allows you to moderate the forum, not it&#8217;s look or anything else.  To do [...]";s:12:"atom_content";s:2206:"<p>So I just spent the last fifteen minutes trying to hack my way back into my BBpress forums at code.appfrica.net.  The problem was that BBPress doesn&#8217;t consider admins the &#8217;super users&#8217; of the account.  The &#8216;administrator&#8217; rank just allows you to moderate the forum, not it&#8217;s look or anything else.  To do that you need to be what&#8217;s called a &#8216;keymaster&#8217;.  Keymasters can do anything while Administrators can do &#8216;almost&#8217; anything but that almost is pretty useless when you want to change the look of your forum!  </p>\n<p>For the sake of others out there who might run into the same problem, here&#8217;s how I did it.  It&#8217;s pretty simple but no one has published anything as straight forward as this, yet (or at least I didn&#8217;t find one in my Google searches).</p>\n<ol>\n<li>Log into your MySQL database via PHP Admin</li>\n<li>Find the &#8216;xx_usermeta&#8217; area.</li>\n<li>Find the username of the account you want want to make the &#8216;keymaster&#8217;.</li>\n<li>Look for the area that looks like this <code>a:1:{s:13:"administrator";b:1;}</code> and replace it with <code>a:1:{s:9:"keymaster";b:1;}</code>. </li>\n<li>Log-In to the account to make sure everything worked.</li>\n<li>Pat yourself on the back buckaroo, you&#8217;re done!</li>\n</ol>\n<p>If you know hacking, you know that having an account with the username &#8216;Admin&#8217; can be a security risk.  I got locked out of my account after changing my name from &#8216;Admin&#8217; to something else to make it harder for potential hackers to get into my forums.  Then I deleted the account called &#8216;Admin&#8217; because I thought it was enough that I promoted my new username to <em>administration</em> status.  The BBPress manual doesn&#8217;t mention the fact if you delete the Admin account, you&#8217;re deleting the sole <em>keymaster</em> effectively locking you out of the real administration of the back end of your site!</p>\n<p>This technique should fix everything&#8230;at least for BBPress 0.9.0.2, the version that I used this on.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}i:1;a:12:{s:5:"title";s:50:"Hahlo or Twitterific To Follow Summize Acquisition";s:4:"link";s:86:"http://gosdot.com/unity/2008/07/16/hahlo-or-twitterific-to-follow-summize-acquisition/";s:8:"comments";s:95:"http://gosdot.com/unity/2008/07/16/hahlo-or-twitterific-to-follow-summize-acquisition/#comments";s:7:"pubdate";s:31:"Wed, 16 Jul 2008 16:24:32 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"jon";}s:8:"category";s:32:"Blogweb-2.0micromessagingtwitter";s:4:"guid";s:30:"http://gosdot.com/unity/?p=316";s:11:"description";s:332:"\n\nNow that Twitter has purchased Summize and corrected some seriously boneheaded moves, their next major moves need to be in the mobile space.Â  VentureBeat makes some interesting points on this very subject. If I were the powers that be at Twitter I would be looking to snatch up all of the best thirdparty applications using [...]";s:7:"content";a:1:{s:7:"encoded";s:1784:"<p><img src="http://iconfactory.com/assets/software/twitterrific/masthead.png" alt="twitterific" /></p>\n<p><img src="http://deanjrobinson.com/wp-content/themes/zipper/hahlo/hahlo_logo.png" alt="hahlo" /></p>\n<p>Now that Twitter has purchased Summize and corrected some seriously boneheaded moves, their next major moves need to be in the <a href="http://venturebeat.com/2008/07/15/twitter-has-its-search-now-its-time-to-embrace-mobile/" target="_blank">mobile space</a>.Â  <a href="http://venturebeat.com/2008/07/15/twitter-has-its-search-now-its-time-to-embrace-mobile/" target="_blank">VentureBeat</a> makes some interesting points on this very subject. If I were the powers that be at Twitter I would be looking to snatch up all of the best thirdparty applications using the API.Â  This would Include <a title="hahlo" href="hahlo.com/ ">Hahlo</a> and <a title="tweetdeck" href="http://www.tweetdeck.com/beta/">Tweetdeck</a>, or possibly <a href="http://iconfactory.com/software/twitterrific" target="_blank">Twitterific</a> (which has the feature-set of both).Â  Rather than spend more money and time trying to compete with these existing products, why not bring them into the fold? In addition, they need to take a hard look at the functionality provided by TwitterFeeder.Â  I use TwitterFeeder to announce that I&#8217;ve updated my blogs.Â  Without it, I have to do this manually.Â  </p>\n<p>I&#8217;m not suggesting TwitterFeeder in and of itself is worthy of acquisition (the staff at Twitter could write this code in a heartbeat) but the functionality would be useful to Twitter users.  It would also allow them to compete more directly with FriendFeed and Tumblr.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}s:3:"wfw";a:1:{s:10:"commentrss";s:91:"http://gosdot.com/unity/2008/07/16/hahlo-or-twitterific-to-follow-summize-acquisition/feed/";}s:7:"summary";s:332:"\n\nNow that Twitter has purchased Summize and corrected some seriously boneheaded moves, their next major moves need to be in the mobile space.Â  VentureBeat makes some interesting points on this very subject. If I were the powers that be at Twitter I would be looking to snatch up all of the best thirdparty applications using [...]";s:12:"atom_content";s:1784:"<p><img src="http://iconfactory.com/assets/software/twitterrific/masthead.png" alt="twitterific" /></p>\n<p><img src="http://deanjrobinson.com/wp-content/themes/zipper/hahlo/hahlo_logo.png" alt="hahlo" /></p>\n<p>Now that Twitter has purchased Summize and corrected some seriously boneheaded moves, their next major moves need to be in the <a href="http://venturebeat.com/2008/07/15/twitter-has-its-search-now-its-time-to-embrace-mobile/" target="_blank">mobile space</a>.Â  <a href="http://venturebeat.com/2008/07/15/twitter-has-its-search-now-its-time-to-embrace-mobile/" target="_blank">VentureBeat</a> makes some interesting points on this very subject. If I were the powers that be at Twitter I would be looking to snatch up all of the best thirdparty applications using the API.Â  This would Include <a title="hahlo" href="hahlo.com/ ">Hahlo</a> and <a title="tweetdeck" href="http://www.tweetdeck.com/beta/">Tweetdeck</a>, or possibly <a href="http://iconfactory.com/software/twitterrific" target="_blank">Twitterific</a> (which has the feature-set of both).Â  Rather than spend more money and time trying to compete with these existing products, why not bring them into the fold? In addition, they need to take a hard look at the functionality provided by TwitterFeeder.Â  I use TwitterFeeder to announce that I&#8217;ve updated my blogs.Â  Without it, I have to do this manually.Â  </p>\n<p>I&#8217;m not suggesting TwitterFeeder in and of itself is worthy of acquisition (the staff at Twitter could write this code in a heartbeat) but the functionality would be useful to Twitter users.  It would also allow them to compete more directly with FriendFeed and Tumblr.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}i:2;a:12:{s:5:"title";s:31:"T-Mobile/USA Hijacks Open Ports";s:4:"link";s:66:"http://gosdot.com/unity/2008/07/05/t-mobileusa-hijacks-open-ports/";s:8:"comments";s:75:"http://gosdot.com/unity/2008/07/05/t-mobileusa-hijacks-open-ports/#comments";s:7:"pubdate";s:31:"Sat, 05 Jul 2008 22:45:06 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"jon";}s:8:"category";s:36:"Blogcodedevelopmentlinuxterminalunix";s:4:"guid";s:30:"http://gosdot.com/unity/?p=315";s:11:"description";s:317:"If you&#8217;re a developer who likes to go to coffeeshops work with people around, stay away from some places that offer Wifi on T-Mobile.  This is pretty silly because T-Mobile is one of those wifi providers that you still have to pay for.  Yet, I&#8217;ve got less functionality than most free alternatives.  [...]";s:7:"content";a:1:{s:7:"encoded";s:1915:"<p>If you&#8217;re a developer who likes to go to coffeeshops work with people around, stay away from some places that offer Wifi on T-Mobile.  This is pretty silly because T-Mobile is one of those wifi providers that you still have to pay for.  Yet, I&#8217;ve got less functionality than most free alternatives.  I didn&#8217;t realize this until today when I was trying to connect to my django host using Terminal.</p>\n<p>Normally the opening Terminal results in a default window that looks like this:<br />\n<code><br />\nusername_macbook:~ username$<br />\n</code></p>\n<p>Now let&#8217;s get a list of all our open communications ports by typing ls <strong>/dev/tty.*</strong>  This command normally returns something that looks like:<br />\n<code>dev/tty.BTRS232                        /dev/tty.Tigoe6630-AppleAgent-1<br />\n/dev/tty.Bluetooth-Modem                /dev/tty.Tigoe6630-Dial-UpNetwor-2<br />\n/dev/tty.KeySerial1                     /dev/tty.modem<br />\n</code></p>\n<p>When I was at borders today I opened this and noticed something odd&#8230;<br />\n<code><br />\n250:~ username$<br />\n</code></p>\n<p>I&#8217;m not sure exactly what that 250 means but I assume it&#8217;s got something to do with taking over my open ports and filtering them through whatever T-Mobile device is used in-store.  To confirm this I typed <strong>/dev/tty.*</strong> again which returned:</p>\n<p><code>/dev/tty.Bluetooth-Modem	/dev/tty.Bluetooth-PDA-Sync</code></p>\n<p>This essentially means I have no open ports except these two Bluetooth ports.  </p>\n<p>Now, we know T-Mobile does this because they don&#8217;t want to be held liable for hackers attacking users of their networks.  Unfortunately that means from now on when I need to do real work I&#8217;ll just stay home instead of spending money with them.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}s:3:"wfw";a:1:{s:10:"commentrss";s:71:"http://gosdot.com/unity/2008/07/05/t-mobileusa-hijacks-open-ports/feed/";}s:7:"summary";s:317:"If you&#8217;re a developer who likes to go to coffeeshops work with people around, stay away from some places that offer Wifi on T-Mobile.  This is pretty silly because T-Mobile is one of those wifi providers that you still have to pay for.  Yet, I&#8217;ve got less functionality than most free alternatives.  [...]";s:12:"atom_content";s:1915:"<p>If you&#8217;re a developer who likes to go to coffeeshops work with people around, stay away from some places that offer Wifi on T-Mobile.  This is pretty silly because T-Mobile is one of those wifi providers that you still have to pay for.  Yet, I&#8217;ve got less functionality than most free alternatives.  I didn&#8217;t realize this until today when I was trying to connect to my django host using Terminal.</p>\n<p>Normally the opening Terminal results in a default window that looks like this:<br />\n<code><br />\nusername_macbook:~ username$<br />\n</code></p>\n<p>Now let&#8217;s get a list of all our open communications ports by typing ls <strong>/dev/tty.*</strong>  This command normally returns something that looks like:<br />\n<code>dev/tty.BTRS232                        /dev/tty.Tigoe6630-AppleAgent-1<br />\n/dev/tty.Bluetooth-Modem                /dev/tty.Tigoe6630-Dial-UpNetwor-2<br />\n/dev/tty.KeySerial1                     /dev/tty.modem<br />\n</code></p>\n<p>When I was at borders today I opened this and noticed something odd&#8230;<br />\n<code><br />\n250:~ username$<br />\n</code></p>\n<p>I&#8217;m not sure exactly what that 250 means but I assume it&#8217;s got something to do with taking over my open ports and filtering them through whatever T-Mobile device is used in-store.  To confirm this I typed <strong>/dev/tty.*</strong> again which returned:</p>\n<p><code>/dev/tty.Bluetooth-Modem	/dev/tty.Bluetooth-PDA-Sync</code></p>\n<p>This essentially means I have no open ports except these two Bluetooth ports.  </p>\n<p>Now, we know T-Mobile does this because they don&#8217;t want to be held liable for hackers attacking users of their networks.  Unfortunately that means from now on when I need to do real work I&#8217;ll just stay home instead of spending money with them.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}i:3;a:12:{s:5:"title";s:25:"Testing Out Blog Networks";s:4:"link";s:61:"http://gosdot.com/unity/2008/06/30/testing-out-blog-networks/";s:8:"comments";s:70:"http://gosdot.com/unity/2008/06/30/testing-out-blog-networks/#comments";s:7:"pubdate";s:31:"Mon, 30 Jun 2008 20:05:45 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"jon";}s:8:"category";s:17:"Blogfacebookyahoo";s:4:"guid";s:30:"http://gosdot.com/unity/?p=314";s:11:"description";s:313:"\nBlog Networks is a social networking application that esentially turns Facebook into a massive database of blogs not unsimilar to Yahoo&#8217;s MyBlogLog.Â  The idea is to encourage reading by the casual reader.Â  I just signed up GosDot and Appfrica which you can check out by clicking the links.\n\n        [...]";s:7:"content";a:1:{s:7:"encoded";s:822:"<p><img src="http://www.readwriteweb.com/images/blognetworks_logo.gif" alt="Blog Networks" width="150" height="133" /></p>\n<p>Blog Networks is a social networking application that esentially turns Facebook into a massive database of blogs not unsimilar to Yahoo&#8217;s <a href="http://mybloglog.com">MyBlogLog</a>.Â  The idea is to encourage reading by the casual reader.Â  I just signed up <a title="FaceBook Blog Networks" href="http://apps.facebook.com/blognetworks/blogpage.php?blogid=8481" target="_blank">GosDot</a> and <a title="Appfrica at Blog Newtworks" href="http://apps.facebook.com/blognetworks/blogpage.php?blogid=8480" target="_blank">Appfrica</a> which you can check out by clicking the links.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}s:3:"wfw";a:1:{s:10:"commentrss";s:66:"http://gosdot.com/unity/2008/06/30/testing-out-blog-networks/feed/";}s:7:"summary";s:313:"\nBlog Networks is a social networking application that esentially turns Facebook into a massive database of blogs not unsimilar to Yahoo&#8217;s MyBlogLog.Â  The idea is to encourage reading by the casual reader.Â  I just signed up GosDot and Appfrica which you can check out by clicking the links.\n\n        [...]";s:12:"atom_content";s:822:"<p><img src="http://www.readwriteweb.com/images/blognetworks_logo.gif" alt="Blog Networks" width="150" height="133" /></p>\n<p>Blog Networks is a social networking application that esentially turns Facebook into a massive database of blogs not unsimilar to Yahoo&#8217;s <a href="http://mybloglog.com">MyBlogLog</a>.Â  The idea is to encourage reading by the casual reader.Â  I just signed up <a title="FaceBook Blog Networks" href="http://apps.facebook.com/blognetworks/blogpage.php?blogid=8481" target="_blank">GosDot</a> and <a title="Appfrica at Blog Newtworks" href="http://apps.facebook.com/blognetworks/blogpage.php?blogid=8480" target="_blank">Appfrica</a> which you can check out by clicking the links.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}i:4;a:12:{s:5:"title";s:21:"Push Button Publisher";s:4:"link";s:57:"http://gosdot.com/unity/2008/06/28/push-button-publisher/";s:8:"comments";s:66:"http://gosdot.com/unity/2008/06/28/push-button-publisher/#comments";s:7:"pubdate";s:31:"Sat, 28 Jun 2008 18:51:14 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"jon";}s:8:"category";s:29:"Blogbloggingpublishingupdates";s:4:"guid";s:30:"http://gosdot.com/unity/?p=313";s:11:"description";s:319:"I promise there will be some regular updates to this space soon.  Due to my increased level of work with Appfrica I&#8217;ve been neglecting this blog but don&#8217;t worry updates are coming soon.Â  I recently started blogging/writing for a pretty big magazine out of the UK so I expect to focus the direction of [...]";s:7:"content";a:1:{s:7:"encoded";s:1301:"<p>I promise there will be some regular updates to this space soon.  Due to my increased level of work with <a href="http://appfrica.org">Appfrica</a> I&#8217;ve been neglecting this blog but don&#8217;t worry updates are coming soon.Â  I recently started blogging/writing for a pretty big magazine out of the UK so I expect to focus the direction of this site on two areas: Graphic Design and Web Development/Design</p>\n<p>All my social media discussion can be found at the <a href="http://appfrica.net">Appfrica blog</a> as it relates to work there..</p>\n<p>So if you&#8217;re confused, where can you find <a title="jongos" href="http://claimid.com/jongos" target="_blank">Jon Gos</a> on the WWW these days?  </p>\n<p><a href="http://appfrica.org">Appfrica.org</a><br />\n<a href="http://smashingmagazine.com">Smashing Magazine</a><br />\n<a href="http://imaginepublishing.co.uk/">Imaginepublishing.co.uk</a><br />\n<a href="http://developertutorials.com/blog/">Developertutorials.com</a><br />\n<a href="http://weworkforfree.net">weworkforfree.net</a></p>\n<p>I never expected to be a professional blogger but with the increasing amount of gigs I&#8217;m getting, that might just be possible.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}s:3:"wfw";a:1:{s:10:"commentrss";s:62:"http://gosdot.com/unity/2008/06/28/push-button-publisher/feed/";}s:7:"summary";s:319:"I promise there will be some regular updates to this space soon.  Due to my increased level of work with Appfrica I&#8217;ve been neglecting this blog but don&#8217;t worry updates are coming soon.Â  I recently started blogging/writing for a pretty big magazine out of the UK so I expect to focus the direction of [...]";s:12:"atom_content";s:1301:"<p>I promise there will be some regular updates to this space soon.  Due to my increased level of work with <a href="http://appfrica.org">Appfrica</a> I&#8217;ve been neglecting this blog but don&#8217;t worry updates are coming soon.Â  I recently started blogging/writing for a pretty big magazine out of the UK so I expect to focus the direction of this site on two areas: Graphic Design and Web Development/Design</p>\n<p>All my social media discussion can be found at the <a href="http://appfrica.net">Appfrica blog</a> as it relates to work there..</p>\n<p>So if you&#8217;re confused, where can you find <a title="jongos" href="http://claimid.com/jongos" target="_blank">Jon Gos</a> on the WWW these days?  </p>\n<p><a href="http://appfrica.org">Appfrica.org</a><br />\n<a href="http://smashingmagazine.com">Smashing Magazine</a><br />\n<a href="http://imaginepublishing.co.uk/">Imaginepublishing.co.uk</a><br />\n<a href="http://developertutorials.com/blog/">Developertutorials.com</a><br />\n<a href="http://weworkforfree.net">weworkforfree.net</a></p>\n<p>I never expected to be a professional blogger but with the increasing amount of gigs I&#8217;m getting, that might just be possible.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}i:5;a:12:{s:5:"title";s:21:"This Week in Web News";s:4:"link";s:57:"http://gosdot.com/unity/2008/06/19/this-week-in-web-news/";s:8:"comments";s:66:"http://gosdot.com/unity/2008/06/19/this-week-in-web-news/#comments";s:7:"pubdate";s:31:"Thu, 19 Jun 2008 18:47:37 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"jon";}s:8:"category";s:23:"Blognewssocial mediaweb";s:4:"guid";s:30:"http://gosdot.com/unity/?p=312";s:11:"description";s:360:"I&#8217;ve been very much preoccupied with my web conference, Appfrica, so I haven&#8217;t blogged much lately but there&#8217;s been some really big shakeups this week in the Web sector.\nThe biggest is the announcement that Flickr co-founders Caterina Fake and Stewart Butterfield have decided to leave the company they sold to Yahoo! in 2005!Â  This is [...]";s:7:"content";a:1:{s:7:"encoded";s:2783:"<p>I&#8217;ve been very much preoccupied with my web conference, <a href="http://appfrica.pbwiki.com/">Appfrica</a>, so I haven&#8217;t blogged much lately but there&#8217;s been some really big shakeups this week in the Web sector.</p>\n<p>The biggest is the announcement that <a title="Flickr Founders Leaving" href="http://www.readwriteweb.com/archives/learning_from_flickrs_cofounde.php" target="_blank">Flickr co-founders Caterina Fake and Stewart Butterfield have decided to leave</a> the company they sold to Yahoo! in 2005!Â  This is big, not only because they&#8217;ve been pretty adamant about staying involved with their pet project but because Yahoo! is in the middle of formulating new strategies to appease angry shareholers after that much publicized Microsoft acquisition failed.Â  They&#8217;re also under increased pressure to breathe life back into their stock which has also suffered in the wake of that same deal.</p>\n<p>Technorati announced some new funding, no doubt related to <a title="technorati gets 10 million" href="http://www.readwriteweb.com/archives/long_tail_ad_network_technorati_media.php" target="_blank">the longtail business model they just unveiled</a>.Â  Technorati essentially plans to allow bloggers and publishers of all levels of popularity to sell ads.</p>\n<p>The Huffington Post is also making a major step towards becoming an even bigger news media outlet.Â  <a title="Huffington Post Localized News" href="http://www.readwriteweb.com/archives/huffington_post_going_local.php" target="_blank">They intend to compete in localized news markets</a> initially offering a Chicago, Illinois portal and eventually expanding to include other regions of the country. This is apparently part of a larger strategy to move beyond solely political blogging, which has obviously been critical in this election year.</p>\n<blockquote cite="http://www.readwriteweb.com/archives/huffington_post_going_local.php"><p>&#8220;We are aspiring to be a newspaper in that we want to covering all news [sic], not just the political blogging the way we began,&#8221; Huffington said.</p></blockquote>\n<p>I&#8217;m almost certain this will either lead to acquisition offers by the major media news outlets who are (or should be) afraid of Huffington&#8217;s growing dominance on the web.</p>\n<p>Lastly, Facebook surpassed Myspace to become <a href="http://venturebeat.com/2008/06/19/facebook-opens-up-worldwide-lead-in-may/"> the most popular social network worldwide</a>.  Considering it was valued by analysts at over a billion dollars only a few months ago, this adds more validity to speculation that Facebook will file for an IPO and go public soon.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}s:3:"wfw";a:1:{s:10:"commentrss";s:62:"http://gosdot.com/unity/2008/06/19/this-week-in-web-news/feed/";}s:7:"summary";s:360:"I&#8217;ve been very much preoccupied with my web conference, Appfrica, so I haven&#8217;t blogged much lately but there&#8217;s been some really big shakeups this week in the Web sector.\nThe biggest is the announcement that Flickr co-founders Caterina Fake and Stewart Butterfield have decided to leave the company they sold to Yahoo! in 2005!Â  This is [...]";s:12:"atom_content";s:2783:"<p>I&#8217;ve been very much preoccupied with my web conference, <a href="http://appfrica.pbwiki.com/">Appfrica</a>, so I haven&#8217;t blogged much lately but there&#8217;s been some really big shakeups this week in the Web sector.</p>\n<p>The biggest is the announcement that <a title="Flickr Founders Leaving" href="http://www.readwriteweb.com/archives/learning_from_flickrs_cofounde.php" target="_blank">Flickr co-founders Caterina Fake and Stewart Butterfield have decided to leave</a> the company they sold to Yahoo! in 2005!Â  This is big, not only because they&#8217;ve been pretty adamant about staying involved with their pet project but because Yahoo! is in the middle of formulating new strategies to appease angry shareholers after that much publicized Microsoft acquisition failed.Â  They&#8217;re also under increased pressure to breathe life back into their stock which has also suffered in the wake of that same deal.</p>\n<p>Technorati announced some new funding, no doubt related to <a title="technorati gets 10 million" href="http://www.readwriteweb.com/archives/long_tail_ad_network_technorati_media.php" target="_blank">the longtail business model they just unveiled</a>.Â  Technorati essentially plans to allow bloggers and publishers of all levels of popularity to sell ads.</p>\n<p>The Huffington Post is also making a major step towards becoming an even bigger news media outlet.Â  <a title="Huffington Post Localized News" href="http://www.readwriteweb.com/archives/huffington_post_going_local.php" target="_blank">They intend to compete in localized news markets</a> initially offering a Chicago, Illinois portal and eventually expanding to include other regions of the country. This is apparently part of a larger strategy to move beyond solely political blogging, which has obviously been critical in this election year.</p>\n<blockquote cite="http://www.readwriteweb.com/archives/huffington_post_going_local.php"><p>&#8220;We are aspiring to be a newspaper in that we want to covering all news [sic], not just the political blogging the way we began,&#8221; Huffington said.</p></blockquote>\n<p>I&#8217;m almost certain this will either lead to acquisition offers by the major media news outlets who are (or should be) afraid of Huffington&#8217;s growing dominance on the web.</p>\n<p>Lastly, Facebook surpassed Myspace to become <a href="http://venturebeat.com/2008/06/19/facebook-opens-up-worldwide-lead-in-may/"> the most popular social network worldwide</a>.  Considering it was valued by analysts at over a billion dollars only a few months ago, this adds more validity to speculation that Facebook will file for an IPO and go public soon.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}i:6;a:12:{s:5:"title";s:20:"Google Revamps Jaiku";s:4:"link";s:60:"http://gosdot.com/unity/2008/06/16/google-just-bought-jaiku/";s:8:"comments";s:69:"http://gosdot.com/unity/2008/06/16/google-just-bought-jaiku/#comments";s:7:"pubdate";s:31:"Mon, 16 Jun 2008 16:02:02 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"jon";}s:8:"category";s:13:"Blogwordpress";s:4:"guid";s:30:"http://gosdot.com/unity/?p=311";s:11:"description";s:336:"The waters ahead just got a little more Turbulent for Twitter, Google may be prepping the retun of Jaiku&#8230;\n\nJaiku is joining Google. While it&#8217;s too soon to comment on specific plans, we look forward to working with our new friends at Google over the coming months to expand in ways we hope you&#8217;ll find interesting [...]";s:7:"content";a:1:{s:7:"encoded";s:2096:"<p>The waters ahead just got a little more Turbulent for Twitter, Google may be prepping the retun of Jaiku&#8230;</p>\n<blockquote><p>\nJaiku is joining Google. While it&#8217;s too soon to comment on specific plans, we look forward to working with our new friends at Google over the coming months to expand in ways we hope you&#8217;ll find interesting and useful. Our engineers are excited to be working together and enthusiastic developers lead to great innovation. We look forward to accomplishing great things together. In order to focus on innovation instead of scaling, we have decided to close new user sign-ups for now.</p>\n<p>But fear not, all our Jaiku services will stay running the way you are used to and you will be able to invite your friends to Jaiku. We have put together a quick Q&#038;A about the acquisition.</p>\n<p>Jyri EngestrÃ¶m and Petteri Koponen, Jaiku Founders\n</p></blockquote>\n<p><a href="http://www.readwriteweb.com/archives/can_twitter_be_saved.php">In the past few weeks</a> Twitter has faced confusion and what some might call a mass exodus of users because of the fact that it was unprepared for such heavy traffic from users.  The combination of high traffic, too many calls to the API and the strain of Instant mesaging has brought the Twitter servers to their knees more than once.  <strike>Now it appears Google is kicking the service while it&#8217;s down <a href="http://jaiku.com/help/google">by purchasing Jaiku</a>, Twitter&#8217;s nearest competitor.</strike>  Now it appears Google may be prepping a big relaunch of the service it purchased last year, Jaiku. Meanwhile new competitor Plurk and FreindFeed continue to experience rapid booms in growth from former Twitter users who seem to be debating on weather or not they want to stick with the ailing service.</p>\n<p><strong>Note:</strong> This post has been corrected due to an error on my part.  I left the original erroneous text but <strike>struck it out</strike> to avoid confusion.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}s:3:"wfw";a:1:{s:10:"commentrss";s:65:"http://gosdot.com/unity/2008/06/16/google-just-bought-jaiku/feed/";}s:7:"summary";s:336:"The waters ahead just got a little more Turbulent for Twitter, Google may be prepping the retun of Jaiku&#8230;\n\nJaiku is joining Google. While it&#8217;s too soon to comment on specific plans, we look forward to working with our new friends at Google over the coming months to expand in ways we hope you&#8217;ll find interesting [...]";s:12:"atom_content";s:2096:"<p>The waters ahead just got a little more Turbulent for Twitter, Google may be prepping the retun of Jaiku&#8230;</p>\n<blockquote><p>\nJaiku is joining Google. While it&#8217;s too soon to comment on specific plans, we look forward to working with our new friends at Google over the coming months to expand in ways we hope you&#8217;ll find interesting and useful. Our engineers are excited to be working together and enthusiastic developers lead to great innovation. We look forward to accomplishing great things together. In order to focus on innovation instead of scaling, we have decided to close new user sign-ups for now.</p>\n<p>But fear not, all our Jaiku services will stay running the way you are used to and you will be able to invite your friends to Jaiku. We have put together a quick Q&#038;A about the acquisition.</p>\n<p>Jyri EngestrÃ¶m and Petteri Koponen, Jaiku Founders\n</p></blockquote>\n<p><a href="http://www.readwriteweb.com/archives/can_twitter_be_saved.php">In the past few weeks</a> Twitter has faced confusion and what some might call a mass exodus of users because of the fact that it was unprepared for such heavy traffic from users.  The combination of high traffic, too many calls to the API and the strain of Instant mesaging has brought the Twitter servers to their knees more than once.  <strike>Now it appears Google is kicking the service while it&#8217;s down <a href="http://jaiku.com/help/google">by purchasing Jaiku</a>, Twitter&#8217;s nearest competitor.</strike>  Now it appears Google may be prepping a big relaunch of the service it purchased last year, Jaiku. Meanwhile new competitor Plurk and FreindFeed continue to experience rapid booms in growth from former Twitter users who seem to be debating on weather or not they want to stick with the ailing service.</p>\n<p><strong>Note:</strong> This post has been corrected due to an error on my part.  I left the original erroneous text but <strike>struck it out</strike> to avoid confusion.</p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}i:7;a:12:{s:5:"title";s:17:"Google Goes Gonzo";s:4:"link";s:53:"http://gosdot.com/unity/2008/06/06/google-goes-gonzo/";s:8:"comments";s:62:"http://gosdot.com/unity/2008/06/06/google-goes-gonzo/#comments";s:7:"pubdate";s:31:"Fri, 06 Jun 2008 15:02:51 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"jon";}s:8:"category";s:36:"Blogdevelopmentefailemailgmailgoogle";s:4:"guid";s:30:"http://gosdot.com/unity/?p=309";s:11:"description";s:342:"From what I&#8217;ve heard, working at Google as a programmer is all about exploring exploring your unrequited love for web applications and new ideas.  It&#8217;s no surprise, then, that the Gmail team is rolling out a javascript applet that allows customers to try out these new features.\nIt&#8217;s the new beta test model, where the [...]";s:7:"content";a:1:{s:7:"encoded";s:2075:"<p>From what I&#8217;ve heard, working at Google as a programmer is all about exploring exploring your unrequited love for web applications and new ideas.  It&#8217;s no surprise, then, that the Gmail team is rolling out a javascript applet that allows customers to try out these new features.</p>\n<p>It&#8217;s the new beta test model, where the actual testing and bug reporting is essential crowd sourced, allowing those diehard, bleeding edge, early-adopter users to feel more nerdy while helping Google work out the kinks. They&#8217;ve also opened up channels for sending feed back directly to engineers.  Here&#8217;s somewhat of a <a href="http://gmailblog.blogspot.com/2008/06/introducing-gmail-labs.html" title="gmail beta tester">GLabs manifesto</a> from Product Manager Kieth Coleman.</p>\n<blockquote cite="http://gmailblog.blogspot.com/2008/06/introducing-gmail-labs.html"><p>\nPeople often ask how we decide what to build next. It&#8217;s usually a mix of factors, like how many users are asking for it (think delete button, vacation responder, and IMAP, among others), how useful we think it will be (think chat, conversation view, etc.) or how much fun it will be to work on (this is actually really important). We have all sorts of debates about each option, we weigh the pros and cons, and then some of the time we probably make the wrong decision.</p>\n<p>Gmail Labs is a way for us to take lots of the ideas we wouldn&#8217;t normally pick and let you all (who use Gmail) decide whether they&#8217;re good or not. When you sign in, you&#8217;ll see a new page in Settings called Labs. It has a list of experimental new features, and you can enable or disable each one. Some of the popular ones will become core parts of the product, and we&#8217;ll eventually retire the ones that don&#8217;t get much use. We&#8217;ve put feedback links in there, too, so you can discuss a feature with other users and the engineer(s) who wrote it.\n</p></blockquote>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}s:3:"wfw";a:1:{s:10:"commentrss";s:58:"http://gosdot.com/unity/2008/06/06/google-goes-gonzo/feed/";}s:7:"summary";s:342:"From what I&#8217;ve heard, working at Google as a programmer is all about exploring exploring your unrequited love for web applications and new ideas.  It&#8217;s no surprise, then, that the Gmail team is rolling out a javascript applet that allows customers to try out these new features.\nIt&#8217;s the new beta test model, where the [...]";s:12:"atom_content";s:2075:"<p>From what I&#8217;ve heard, working at Google as a programmer is all about exploring exploring your unrequited love for web applications and new ideas.  It&#8217;s no surprise, then, that the Gmail team is rolling out a javascript applet that allows customers to try out these new features.</p>\n<p>It&#8217;s the new beta test model, where the actual testing and bug reporting is essential crowd sourced, allowing those diehard, bleeding edge, early-adopter users to feel more nerdy while helping Google work out the kinks. They&#8217;ve also opened up channels for sending feed back directly to engineers.  Here&#8217;s somewhat of a <a href="http://gmailblog.blogspot.com/2008/06/introducing-gmail-labs.html" title="gmail beta tester">GLabs manifesto</a> from Product Manager Kieth Coleman.</p>\n<blockquote cite="http://gmailblog.blogspot.com/2008/06/introducing-gmail-labs.html"><p>\nPeople often ask how we decide what to build next. It&#8217;s usually a mix of factors, like how many users are asking for it (think delete button, vacation responder, and IMAP, among others), how useful we think it will be (think chat, conversation view, etc.) or how much fun it will be to work on (this is actually really important). We have all sorts of debates about each option, we weigh the pros and cons, and then some of the time we probably make the wrong decision.</p>\n<p>Gmail Labs is a way for us to take lots of the ideas we wouldn&#8217;t normally pick and let you all (who use Gmail) decide whether they&#8217;re good or not. When you sign in, you&#8217;ll see a new page in Settings called Labs. It has a list of experimental new features, and you can enable or disable each one. Some of the popular ones will become core parts of the product, and we&#8217;ll eventually retire the ones that don&#8217;t get much use. We&#8217;ve put feedback links in there, too, so you can discuss a feature with other users and the engineer(s) who wrote it.\n</p></blockquote>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}i:8;a:12:{s:5:"title";s:26:"Adobe Launches Acrobat.com";s:4:"link";s:61:"http://gosdot.com/unity/2008/06/02/adobe-launches-acrobatcom/";s:8:"comments";s:70:"http://gosdot.com/unity/2008/06/02/adobe-launches-acrobatcom/#comments";s:7:"pubdate";s:31:"Mon, 02 Jun 2008 07:02:12 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"jon";}s:8:"category";s:16:"Blogacrobatadobe";s:4:"guid";s:30:"http://gosdot.com/unity/?p=307";s:11:"description";s:322:"In my post &#8220;Adobe Realizes it Gaffed&#8221;, I talked about some of the ways in which Adobe missed opportunities to capitalize with web based ventures.  Well it looks like that argument was correct and the Adobe team is actively trying to catch up.  On the heels of the announcement of Photoshop Express, Adobe [...]";s:7:"content";a:1:{s:7:"encoded";s:3512:"<p>In my post <a href="http://www.developertutorials.com/blog/design/photoshop-design/adobe-realizes-it-gaffed-210/" title="adobe online empire">&#8220;Adobe Realizes it Gaffed&#8221;</a>, I talked about some of the ways in which Adobe missed opportunities to capitalize with web based ventures.  Well it looks like that argument was correct and the Adobe team is actively trying to catch up.  On the heels of the announcement of Photoshop Express, Adobe just launched a web-based office suite of collaborative software at Acrobat.com.</p>\n<p><img src="http://farm4.static.flickr.com/3041/2544545570_50f49877fc.jpg" alt="adobe acrobat 9"></p>\n<p>If you think this is just direct competition for Google Docs and 37Signals you&#8217;re wrong.  Acrobat trumps them both in spades!</p>\n<p>The Highlights at a Glance:</p>\n<ul>\n<li>Flash-based</li>\n<li>Uses Adobe ConnectNow</li>\n<li>Uses your pre-existing Adobe ID to log-in</li>\n<li>Allows for online storage</li>\n<li>Sharing of Files</li>\n<li>Works with the downloadable version of Acrobat 9</li>\n<li>Edit and Creates PDFs online</li>\n<li>Each user is given a space called a Meeting Room</li>\n<li>Allows for Screen Sharing via Web </li>\n<li>Can access your web cam from the browser! </li>\n<li>Can share your microphone from browser</li>\n<li>Appears to allow VOIP conference calls</li>\n<li>Advanced Bandwidth Allocation Preferences</li>\n<li>Shows all connected users</li>\n<li>Shared Whiteboard for taking notes and quick sketches</li>\n<li>Native chatting</li>\n</ul>\n<p><strong>PICS</strong><br />\nClick pics to see more.</p>\n<p><a href="http://www.flickr.com/photos/ww4f/sets/72157605384379292/"><img src="http://farm3.static.flickr.com/2014/2544545914_a47ff2da25_m.jpg" alt="acrobat.com"></a><br />\n<br />\n<a href="http://www.flickr.com/photos/ww4f/sets/72157605384379292/"><img src="http://farm4.static.flickr.com/3045/2544545814_5fdbc1d025_m.jpg" alt="acrobat.com"></a><br />\n<a href="http://www.flickr.com/photos/ww4f/sets/72157605384379292/"><img src="http://farm4.static.flickr.com/3160/2544545962_66b1d08798_m.jpg" alt="acrobat.9"></a><br />\n<br /> <a href="http://www.flickr.com/photos/ww4f/sets/72157605384379292/"><img src="http://farm4.static.flickr.com/3174/2544545656_f3becab86d_m.jpg"></a></p>\n<p>I tested it briefly for this article and a few things I can tell you is that it&#8217;s fast and dead simple to use.  While the fact that it&#8217;s Flash-based worries me, it makes perfect sense.   They invented Flash and I&#8217;m sure are dedicated to proving it&#8217;s scalability and usefulness for building web applications.  It would be admitting a weakness if they used Ruby for something like this, not to mention with the recent problems <a href="http://www.techcrunch.com/2007/12/20/twitter-downtime-on-the-upswing/">Twitter&#8217;s been having</a> that doesn&#8217;t sound like the best idea these days anyways.</p>\n<p>The verdict?  Acrobat.com aims to be the new place people do business online.  It&#8217;s Skype, 37Singals&#8217; Campfire and Google Docs all rolled into one!   After Beta testing this once, I&#8217;ll never use at least two of those applications ever again!  ReadWriteWeb has an even more <a href="http://www.readwriteweb.com/archives/adobe_launches_online_office_suite.php">in-depth review</a>.</p>\n<p><a href="http://acrobat.com"><img src="http://farm4.static.flickr.com/3027/2543776349_4e796a6323.jpg"></a></p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}s:3:"wfw";a:1:{s:10:"commentrss";s:66:"http://gosdot.com/unity/2008/06/02/adobe-launches-acrobatcom/feed/";}s:7:"summary";s:322:"In my post &#8220;Adobe Realizes it Gaffed&#8221;, I talked about some of the ways in which Adobe missed opportunities to capitalize with web based ventures.  Well it looks like that argument was correct and the Adobe team is actively trying to catch up.  On the heels of the announcement of Photoshop Express, Adobe [...]";s:12:"atom_content";s:3512:"<p>In my post <a href="http://www.developertutorials.com/blog/design/photoshop-design/adobe-realizes-it-gaffed-210/" title="adobe online empire">&#8220;Adobe Realizes it Gaffed&#8221;</a>, I talked about some of the ways in which Adobe missed opportunities to capitalize with web based ventures.  Well it looks like that argument was correct and the Adobe team is actively trying to catch up.  On the heels of the announcement of Photoshop Express, Adobe just launched a web-based office suite of collaborative software at Acrobat.com.</p>\n<p><img src="http://farm4.static.flickr.com/3041/2544545570_50f49877fc.jpg" alt="adobe acrobat 9"></p>\n<p>If you think this is just direct competition for Google Docs and 37Signals you&#8217;re wrong.  Acrobat trumps them both in spades!</p>\n<p>The Highlights at a Glance:</p>\n<ul>\n<li>Flash-based</li>\n<li>Uses Adobe ConnectNow</li>\n<li>Uses your pre-existing Adobe ID to log-in</li>\n<li>Allows for online storage</li>\n<li>Sharing of Files</li>\n<li>Works with the downloadable version of Acrobat 9</li>\n<li>Edit and Creates PDFs online</li>\n<li>Each user is given a space called a Meeting Room</li>\n<li>Allows for Screen Sharing via Web </li>\n<li>Can access your web cam from the browser! </li>\n<li>Can share your microphone from browser</li>\n<li>Appears to allow VOIP conference calls</li>\n<li>Advanced Bandwidth Allocation Preferences</li>\n<li>Shows all connected users</li>\n<li>Shared Whiteboard for taking notes and quick sketches</li>\n<li>Native chatting</li>\n</ul>\n<p><strong>PICS</strong><br />\nClick pics to see more.</p>\n<p><a href="http://www.flickr.com/photos/ww4f/sets/72157605384379292/"><img src="http://farm3.static.flickr.com/2014/2544545914_a47ff2da25_m.jpg" alt="acrobat.com"></a><br />\n<br />\n<a href="http://www.flickr.com/photos/ww4f/sets/72157605384379292/"><img src="http://farm4.static.flickr.com/3045/2544545814_5fdbc1d025_m.jpg" alt="acrobat.com"></a><br />\n<a href="http://www.flickr.com/photos/ww4f/sets/72157605384379292/"><img src="http://farm4.static.flickr.com/3160/2544545962_66b1d08798_m.jpg" alt="acrobat.9"></a><br />\n<br /> <a href="http://www.flickr.com/photos/ww4f/sets/72157605384379292/"><img src="http://farm4.static.flickr.com/3174/2544545656_f3becab86d_m.jpg"></a></p>\n<p>I tested it briefly for this article and a few things I can tell you is that it&#8217;s fast and dead simple to use.  While the fact that it&#8217;s Flash-based worries me, it makes perfect sense.   They invented Flash and I&#8217;m sure are dedicated to proving it&#8217;s scalability and usefulness for building web applications.  It would be admitting a weakness if they used Ruby for something like this, not to mention with the recent problems <a href="http://www.techcrunch.com/2007/12/20/twitter-downtime-on-the-upswing/">Twitter&#8217;s been having</a> that doesn&#8217;t sound like the best idea these days anyways.</p>\n<p>The verdict?  Acrobat.com aims to be the new place people do business online.  It&#8217;s Skype, 37Singals&#8217; Campfire and Google Docs all rolled into one!   After Beta testing this once, I&#8217;ll never use at least two of those applications ever again!  ReadWriteWeb has an even more <a href="http://www.readwriteweb.com/archives/adobe_launches_online_office_suite.php">in-depth review</a>.</p>\n<p><a href="http://acrobat.com"><img src="http://farm4.static.flickr.com/3027/2543776349_4e796a6323.jpg"></a></p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}i:9;a:12:{s:5:"title";s:30:"Share Your Art, Save the World";s:4:"link";s:65:"http://gosdot.com/unity/2008/05/27/share-your-art-save-the-world/";s:8:"comments";s:74:"http://gosdot.com/unity/2008/05/27/share-your-art-save-the-world/#comments";s:7:"pubdate";s:31:"Tue, 27 May 2008 08:27:11 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"jon";}s:8:"category";s:16:"Blogartngosocial";s:4:"guid";s:30:"http://gosdot.com/unity/?p=283";s:11:"description";s:335:"\nWeWorkForFree is a design community that allows it&#8217;s members to upload and share their portfolios in order to raise money for international programs that benefit developing nations.  \nThey do this by hosting contests sponsored by donors that need a job completed, but who are also willing to donate money to a good cause.  [...]";s:7:"content";a:1:{s:7:"encoded";s:1655:"<p><a href="http://weworkforfree.net"><img src="http://farm3.static.flickr.com/2418/2526781151_9f8269b9ec.jpg"></a></p>\n<p>WeWorkForFree is a design community that allows it&#8217;s members to upload and share their portfolios in order to raise money for international programs that benefit developing nations.  </p>\n<p>They do this by hosting contests sponsored by donors that need a job completed, but who are also willing to donate money to a good cause.  The programs are target small communities in places like Kenya, Uganda and India.  Examples of some of these programs include goals like raising money to donate OLPC laptops to classrooms, raising money to send food to Tsunami victims or donating funds to a clinic that shelters refugees from Kenya.</p>\n<p>One of the most interesting elements is that artist can apply for scholarships to actually go volunteer for a few weeks in some of the countries where WW4F are established!  The idea is to help designers, photographers, illustrators, and other artists get involved in using their talents to benefit the world at large.  </p>\n<p>The UI of the site will be quite familiar to those of you using services like DeviantArt, CarbonMade and ConceptArt.org with the added benefit of raising money for the people in areas of the world that desperately need it.</p>\n<p>We Work For Free is currently in private beta.  Click the image below to visit.</p>\n<p><a href="http://ww4free.org"><img src="http://www.weworkforfree.net/blog/wp-content/theme/modicus-remix/images/header/logo.png"></a></p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}s:3:"wfw";a:1:{s:10:"commentrss";s:70:"http://gosdot.com/unity/2008/05/27/share-your-art-save-the-world/feed/";}s:7:"summary";s:335:"\nWeWorkForFree is a design community that allows it&#8217;s members to upload and share their portfolios in order to raise money for international programs that benefit developing nations.  \nThey do this by hosting contests sponsored by donors that need a job completed, but who are also willing to donate money to a good cause.  [...]";s:12:"atom_content";s:1655:"<p><a href="http://weworkforfree.net"><img src="http://farm3.static.flickr.com/2418/2526781151_9f8269b9ec.jpg"></a></p>\n<p>WeWorkForFree is a design community that allows it&#8217;s members to upload and share their portfolios in order to raise money for international programs that benefit developing nations.  </p>\n<p>They do this by hosting contests sponsored by donors that need a job completed, but who are also willing to donate money to a good cause.  The programs are target small communities in places like Kenya, Uganda and India.  Examples of some of these programs include goals like raising money to donate OLPC laptops to classrooms, raising money to send food to Tsunami victims or donating funds to a clinic that shelters refugees from Kenya.</p>\n<p>One of the most interesting elements is that artist can apply for scholarships to actually go volunteer for a few weeks in some of the countries where WW4F are established!  The idea is to help designers, photographers, illustrators, and other artists get involved in using their talents to benefit the world at large.  </p>\n<p>The UI of the site will be quite familiar to those of you using services like DeviantArt, CarbonMade and ConceptArt.org with the added benefit of raising money for the people in areas of the world that desperately need it.</p>\n<p>We Work For Free is currently in private beta.  Click the image below to visit.</p>\n<p><a href="http://ww4free.org"><img src="http://www.weworkforfree.net/blog/wp-content/theme/modicus-remix/images/header/logo.png"></a></p>\n\n        <p><center>&copy; jon - visit the <a href="">author</a> for more great content.</center></p>      ";}}s:7:"channel";a:7:{s:5:"title";s:6:"Gosdot";s:4:"link";s:23:"http://gosdot.com/unity";s:11:"description";s:35:"Semantic Web Development and Design";s:7:"pubdate";s:31:"Mon, 28 Jul 2008 14:51:08 +0000";s:9:"generator";s:29:"http://wordpress.org/?v=2.5.1";s:8:"language";s:2:"en";s:7:"tagline";s:35:"Semantic Web Development and Design";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:4:"etag";s:36:""8326d4b0e953b5b81660351b1fceb96c"\r\n";s:13:"last_modified";s:31:"Mon, 28 Jul 2008 14:51:08 GMT\r\n";}', 'no');
+INSERT INTO `wp_options` VALUES (134, 0, 'rss_cb8e9522918fa5553ff5e43a9b8432ef_ts', '1221675570', 'no');
+INSERT INTO `wp_options` VALUES (138, 0, 'rss_5769d1c46f4cae07ccb4119c180444d9', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:6:{s:5:"title";s:15:"News - Appfrica";s:11:"description";s:190:"âThis Week in <em>Appfrica</em>â is a weekly digest highlighting articles and <b>...</b> <em>Appfrica</em> Archives | Contact | Twitter | Weekly Digest | Subscribe via E-mail <b>...</b> ";s:4:"link";s:20:"http://appfrica.net/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:20:"http://appfrica.net/";s:7:"summary";s:190:"âThis Week in <em>Appfrica</em>â is a weekly digest highlighting articles and <b>...</b> <em>Appfrica</em> Archives | Contact | Twitter | Weekly Digest | Subscribe via E-mail <b>...</b> ";}i:1;a:6:{s:5:"title";s:15:"Main - Appfrica";s:11:"description";s:226:" The <em>Appfrica</em> Blog Network; <em>Appfrica</em> Blog &middot; <em>Appfrica</em> Events &middot; One Degree North &middot; HÃ©lÃšne in Rwanda &middot; GosDot Web Development. RSS |; Labs |; Register |; Log in <b>...</b> ";s:4:"link";s:29:"http://appfrica.net/blog/main";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:29:"http://appfrica.net/blog/main";s:7:"summary";s:226:" The <em>Appfrica</em> Blog Network; <em>Appfrica</em> Blog &middot; <em>Appfrica</em> Events &middot; One Degree North &middot; HÃ©lÃšne in Rwanda &middot; GosDot Web Development. RSS |; Labs |; Register |; Log in <b>...</b> ";}i:2;a:6:{s:5:"title";s:20:"APPFRICA / FrontPage";s:11:"description";s:172:"<em>APPFRICA</em> is a series of international tech conferences and think-tanks aimed at bringing together researchers, industry leaders, businesses, educators, <b>...</b> ";s:4:"link";s:27:"http://appfrica.pbwiki.com/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:27:"http://appfrica.pbwiki.com/";s:7:"summary";s:172:"<em>APPFRICA</em> is a series of international tech conferences and think-tanks aimed at bringing together researchers, industry leaders, businesses, educators, <b>...</b> ";}i:3;a:6:{s:5:"title";s:63:"An Interview with Appfrica Founder Jon Gosier â White African";s:11:"description";s:184:"Aug 26, 2008 <b>...</b> The man behind <em>Appfrica</em> is Jon Gosier, an energetic and proactive developer now living in Kampala, Uganda. Below is a short email interview <b>...</b> ";s:4:"link";s:81:"http://whiteafrican.com/2008/08/26/an-interview-with-appfrica-founder-jon-gosier/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:81:"http://whiteafrican.com/2008/08/26/an-interview-with-appfrica-founder-jon-gosier/";s:7:"summary";s:184:"Aug 26, 2008 <b>...</b> The man behind <em>Appfrica</em> is Jon Gosier, an energetic and proactive developer now living in Kampala, Uganda. Below is a short email interview <b>...</b> ";}i:4;a:6:{s:5:"title";s:17:"code.appfrica.net";s:11:"description";s:165:"Welcome to the <em>Appfrica</em> Code Repository! This is a space for sharing code, helping inexperienced developers learn, and contributing to projects. <b>...</b> ";s:4:"link";s:25:"http://code.appfrica.net/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:25:"http://code.appfrica.net/";s:7:"summary";s:165:"Welcome to the <em>Appfrica</em> Code Repository! This is a space for sharing code, helping inexperienced developers learn, and contributing to projects. <b>...</b> ";}i:5;a:6:{s:5:"title";s:62:"Hello Appfrica: An Interview with Jon Gosier | The Blog Herald";s:11:"description";s:168:"Jun 11, 2008 <b>...</b> <em>appfrica</em>.gif <em>Appfrica</em> is an international technology conference and think-thank, taking place in Africa of course. <b>...</b> ";s:4:"link";s:81:"http://www.blogherald.com/2008/06/11/hello-appfrica-an-interview-with-jon-gosier/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:81:"http://www.blogherald.com/2008/06/11/hello-appfrica-an-interview-with-jon-gosier/";s:7:"summary";s:168:"Jun 11, 2008 <b>...</b> <em>appfrica</em>.gif <em>Appfrica</em> is an international technology conference and think-thank, taking place in Africa of course. <b>...</b> ";}i:6;a:6:{s:5:"title";s:17:"Appfrica Keynote1";s:11:"description";s:146:" Jul 31, 2008 <b>...</b> Slides from my panel as presented at TEDC on July 31, 2008 in Kampala, Uganda, Africa. Essentially it&#39;s all about... ";s:4:"link";s:59:"http://www.slideshare.net/Appfrica/appfrica-keynote1-540759";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:59:"http://www.slideshare.net/Appfrica/appfrica-keynote1-540759";s:7:"summary";s:146:" Jul 31, 2008 <b>...</b> Slides from my panel as presented at TEDC on July 31, 2008 in Kampala, Uganda, Africa. Essentially it&#39;s all about... ";}i:7;a:6:{s:5:"title";s:23:"idealist.org - Appfrica";s:11:"description";s:179:"<em>APPFRICA</em> is a series of international tech conferences and think-tanks <b>...</b> Mekerere University in Uganda, <em>Appfrica</em> is a place where leaders in <b>...</b> ";s:4:"link";s:97:"http://www.idealist.org/if/idealist/en/SiteIndex/AssetViewer/default?asset=Org&asset-id=179830-80";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:97:"http://www.idealist.org/if/idealist/en/SiteIndex/AssetViewer/default?asset=Org&asset-id=179830-80";s:7:"summary";s:179:"<em>APPFRICA</em> is a series of international tech conferences and think-tanks <b>...</b> Mekerere University in Uganda, <em>Appfrica</em> is a place where leaders in <b>...</b> ";}i:8;a:6:{s:5:"title";s:20:"Appfrica - Afrigator";s:11:"description";s:193:"Please log in to follow this blog in MyGator. <em>Appfrica</em> <b>...</b> <em>Appfrica</em> is ranked:. Africa: 1536 | Uganda: 24 | Visits: 2755 | Page Views: 2755 | Links (Blogs): <b>...</b> ";s:4:"link";s:32:"http://afrigator.com/author/7764";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:32:"http://afrigator.com/author/7764";s:7:"summary";s:193:"Please log in to follow this blog in MyGator. <em>Appfrica</em> <b>...</b> <em>Appfrica</em> is ranked:. Africa: 1536 | Uganda: 24 | Visits: 2755 | Page Views: 2755 | Links (Blogs): <b>...</b> ";}i:9;a:6:{s:5:"title";s:67:"Appfrica: International Web Technology Conference and ThinkTank ...";s:11:"description";s:185:"Welcome to the official Facebook Page of <em>Appfrica</em>: International Web Technology Conference and ThinkTank. Get exclusive content and interact with <em>Appfrica</em>: <b>...</b> ";s:4:"link";s:112:"http://www.facebook.com/pages/Kampala/Appfrica-International-Web-Technology-Conference-and-ThinkTank/21788439622";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:112:"http://www.facebook.com/pages/Kampala/Appfrica-International-Web-Technology-Conference-and-ThinkTank/21788439622";s:7:"summary";s:185:"Welcome to the official Facebook Page of <em>Appfrica</em>: International Web Technology Conference and ThinkTank. Get exclusive content and interact with <em>Appfrica</em>: <b>...</b> ";}}s:7:"channel";a:7:{s:5:"title";s:30:"Icerocket web search: appfrica";s:4:"link";s:50:"http://www.icerocket.com/search?tab=web&q=appfrica";s:11:"description";s:29:"Web Search from IceRocket.com";s:3:"ttl";s:2:"60";s:8:"language";s:5:"en-us";s:9:"copyright";s:29:"Copyright 2008, IceRocket.com";s:7:"tagline";s:29:"Web Search from IceRocket.com";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (137, 0, 'rss_830a6af0d7e81a37048074fe792cb1fa_ts', '1221675965', 'no');
+INSERT INTO `wp_options` VALUES (136, 0, 'rss_830a6af0d7e81a37048074fe792cb1fa', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:7:{s:5:"title";s:39:"Yahoo! Search: $wpcm_number_organiztion";s:4:"link";s:68:"http://search.yahoo.com/search?p=%24wpcm_number_organiztion&ei=UTF-8";s:8:"language";s:2:"en";s:11:"description";s:53:"Search results for the query $wpcm_number_organiztion";s:9:"copyright";s:51:"Copyright (c) 2007 Yahoo! Inc. All rights reserved.";s:13:"lastbuilddate";s:31:"Wed, 17 Sep 2008 11:26:04 -0700";s:7:"tagline";s:53:"Search results for the query $wpcm_number_organiztion";}s:9:"textinput";a:0:{}s:5:"image";a:5:{s:3:"url";s:62:"http://us.i1.yimg.com/us.yimg.com/i/us/nt/b/rss/rss_search.gif";s:5:"title";s:13:"Yahoo! Search";s:4:"link";s:23:"http://search.yahoo.com";s:5:"width";s:3:"142";s:6:"height";s:2:"18";}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (139, 0, 'rss_5769d1c46f4cae07ccb4119c180444d9_ts', '1221757989', 'no');
+INSERT INTO `wp_options` VALUES (140, 0, 'rss_bbcf48fc9ebbe8f3d78813579264109a', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:0:{}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";N;s:12:"feed_version";N;s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (141, 0, 'rss_bbcf48fc9ebbe8f3d78813579264109a_ts', '1221678074', 'no');
+INSERT INTO `wp_options` VALUES (148, 0, 'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts', '1224032181', 'no');
+INSERT INTO `wp_options` VALUES (146, 0, 'rss_0ff4b43bd116a9d8720d689c80e7dfd4', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:12:{s:5:"title";s:24:"WordPress 2.7 Wireframes";s:4:"link";s:65:"http://wordpress.org/development/2008/10/wordpress-27-wireframes/";s:8:"comments";s:74:"http://wordpress.org/development/2008/10/wordpress-27-wireframes/#comments";s:7:"pubdate";s:31:"Wed, 01 Oct 2008 19:52:44 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"jane";}s:8:"category";s:27:"User Interface2.7wireframes";s:4:"guid";s:39:"http://wordpress.org/development/?p=333";s:11:"description";s:349:"For those of you who have been downloading the nightly builds or contributing code to 2.7, you&#8217;ve noticed how quickly features are being added, small layout changes are gradually being implemented, and the application is morphing before your very eyes. For the most part, the response has been extremely positive, but even the people who [...]";s:7:"content";a:1:{s:7:"encoded";s:3970:"<p><a href="http://wpdotorg.files.wordpress.com/2008/10/wf-dashboard_v002_093008jw.pdf"><img src="http://wpdotorg.files.wordpress.com/2008/10/2-7-wf-badgenew3.gif" align="left"/></a>For those of you who have been downloading the nightly builds or contributing code to 2.7, you&#8217;ve noticed how quickly features are being added, small layout changes are gradually being implemented, and the application is morphing before your very eyes. For the most part, the response has been extremely positive, but even the people who love 2.7 have been wondering what it&#8217;s going to end up looking like. Though 2.7 is still a work in progress, we&#8217;ve put together <a href="http://wpdotorg.files.wordpress.com/2008/10/wf-dashboard_v002_093008jw.pdf">a set of wireframes</a> to illustrate how we think it will all turn out, so you can take a look under the hood of the design process, so to speak.</p>\n<p>The PDF attached to this post outlines the navigation model, header elements, and important screens such as the dashboard, the new post screen, and list screens for posts, comments, and media.</p>\n<p>Some things to bear in mind if you&#8217;re not used to looking at wireframes:</p>\n<p>1. These are a guide, not a dictate. Changes may be made by developers and designers as needed for technical, aesthetic and/or usability reasons. When you have a team of superfast developers like we do, sometimes wireframes can become out of date quickly. In the two hours since these wireframes were approved, for example, already there are a few things that have moved and a menu change or two. Tweaks will continue to be made over the next week or two before freeze. This is Alpha software, not Beta, and it&#8217;s not static. That&#8217;s part of what makes it exciting, that every time it&#8217;s updated there&#8217;s something new.</p>\n<p>2. These are all black/grey/white. That&#8217;s because we have a designer hard at work on visual styles for the new admin panel, including color palette, fonts, graphic elements, etc. When we have a new look to show off, we will. For now, the wireframes are &#8220;lookless&#8221; on purpose.</p>\n<p>3. Not every screen is wireframed. We focused on creating wireframes for those screens that are undergoing the most change. For screens retaining largely the same functionality and layout, we have not included wireframes. In some cases, we&#8217;ll be updating screens but haven&#8217;t decided how to do it yet, so those aren&#8217;t included either.</p>\n<p>4. Some elements apply directly to wordpress.com or wordpress.org, so don&#8217;t be alarmed if you see something that doesn&#8217;t seem to apply (like multiple dashboards).</p>\n<p>One of the things I love best about WordPress is the vibrant community full of talented developers and designers who care about the application and want it to be the best it can be. Despite the overwhelmingly positive response we&#8217;ve gotten when showing 2.7 at WordCamps and from the majority of the community, there will always be people who would prefer it to be structured another way, which is why we love plugins! The decisions that went into 2.7 were based on a combination of usability testing results from 2.5 and Crazyhorse (both including laser eye tracking, official report to be released soon, but <a href="http://www.slideshare.net/edanzico/riding-the-crazyhorse-future-generation-wordpress-presentation">slides from WordCamp SF</a> available in meantime), community feedback, personal and professional opinions, and some thinking about where the next couple of versions will be going in terms of new features, so that we will have a design that scales to accommodate some the features we hope to incorporate in the future.</p>\n<p>So, I hope you enjoy getting an inside look at how we&#8217;ve been organizing our thoughts around 2.7, and that when the community feedback starts flowing everyone remembers that we all want the same thing: the best WordPress possible.</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:70:"http://wordpress.org/development/2008/10/wordpress-27-wireframes/feed/";}s:7:"summary";s:349:"For those of you who have been downloading the nightly builds or contributing code to 2.7, you&#8217;ve noticed how quickly features are being added, small layout changes are gradually being implemented, and the application is morphing before your very eyes. For the most part, the response has been extremely positive, but even the people who [...]";s:12:"atom_content";s:3970:"<p><a href="http://wpdotorg.files.wordpress.com/2008/10/wf-dashboard_v002_093008jw.pdf"><img src="http://wpdotorg.files.wordpress.com/2008/10/2-7-wf-badgenew3.gif" align="left"/></a>For those of you who have been downloading the nightly builds or contributing code to 2.7, you&#8217;ve noticed how quickly features are being added, small layout changes are gradually being implemented, and the application is morphing before your very eyes. For the most part, the response has been extremely positive, but even the people who love 2.7 have been wondering what it&#8217;s going to end up looking like. Though 2.7 is still a work in progress, we&#8217;ve put together <a href="http://wpdotorg.files.wordpress.com/2008/10/wf-dashboard_v002_093008jw.pdf">a set of wireframes</a> to illustrate how we think it will all turn out, so you can take a look under the hood of the design process, so to speak.</p>\n<p>The PDF attached to this post outlines the navigation model, header elements, and important screens such as the dashboard, the new post screen, and list screens for posts, comments, and media.</p>\n<p>Some things to bear in mind if you&#8217;re not used to looking at wireframes:</p>\n<p>1. These are a guide, not a dictate. Changes may be made by developers and designers as needed for technical, aesthetic and/or usability reasons. When you have a team of superfast developers like we do, sometimes wireframes can become out of date quickly. In the two hours since these wireframes were approved, for example, already there are a few things that have moved and a menu change or two. Tweaks will continue to be made over the next week or two before freeze. This is Alpha software, not Beta, and it&#8217;s not static. That&#8217;s part of what makes it exciting, that every time it&#8217;s updated there&#8217;s something new.</p>\n<p>2. These are all black/grey/white. That&#8217;s because we have a designer hard at work on visual styles for the new admin panel, including color palette, fonts, graphic elements, etc. When we have a new look to show off, we will. For now, the wireframes are &#8220;lookless&#8221; on purpose.</p>\n<p>3. Not every screen is wireframed. We focused on creating wireframes for those screens that are undergoing the most change. For screens retaining largely the same functionality and layout, we have not included wireframes. In some cases, we&#8217;ll be updating screens but haven&#8217;t decided how to do it yet, so those aren&#8217;t included either.</p>\n<p>4. Some elements apply directly to wordpress.com or wordpress.org, so don&#8217;t be alarmed if you see something that doesn&#8217;t seem to apply (like multiple dashboards).</p>\n<p>One of the things I love best about WordPress is the vibrant community full of talented developers and designers who care about the application and want it to be the best it can be. Despite the overwhelmingly positive response we&#8217;ve gotten when showing 2.7 at WordCamps and from the majority of the community, there will always be people who would prefer it to be structured another way, which is why we love plugins! The decisions that went into 2.7 were based on a combination of usability testing results from 2.5 and Crazyhorse (both including laser eye tracking, official report to be released soon, but <a href="http://www.slideshare.net/edanzico/riding-the-crazyhorse-future-generation-wordpress-presentation">slides from WordCamp SF</a> available in meantime), community feedback, personal and professional opinions, and some thinking about where the next couple of versions will be going in terms of new features, so that we will have a design that scales to accommodate some the features we hope to incorporate in the future.</p>\n<p>So, I hope you enjoy getting an inside look at how we&#8217;ve been organizing our thoughts around 2.7, and that when the community feedback starts flowing everyone remembers that we all want the same thing: the best WordPress possible.</p>\n";}i:1;a:12:{s:5:"title";s:70:"WordPress 2.7 UI Survey #2: Search box, Favorites menu, Future Publish";s:4:"link";s:66:"http://wordpress.org/development/2008/09/wordpress-2-7-survey-no2/";s:8:"comments";s:75:"http://wordpress.org/development/2008/09/wordpress-2-7-survey-no2/#comments";s:7:"pubdate";s:31:"Sun, 28 Sep 2008 17:56:13 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"jane";}s:8:"category";s:60:"User Interfacefavoritesfuturepublishsearchsurveywordpress2.7";s:4:"guid";s:39:"http://wordpress.org/development/?p=327";s:11:"description";s:359:"October 1, 2008 Update: The survey is now closed. Thanks to all those who participated.\nAnother round of mini-mockups and multiple choice questions awaits the first 5000 respondents. WordPress 2.7 UI Survey #2 is now available to take your opinions regarding:\n\nWhere to put the search box\nWhere to put the Add New Post button/favorites menu\nHow to label [...]";s:7:"content";a:1:{s:7:"encoded";s:782:"<p><strong>October 1, 2008 Update: The survey is now closed. Thanks to all those who participated.</strong></p>\n<p>Another round of mini-mockups and multiple choice questions awaits the first 5000 respondents. WordPress 2.7 UI Survey #2 is now available to take your opinions regarding:</p>\n<ul>\n<li>Where to put the search box</li>\n<li>Where to put the Add New Post button/favorites menu</li>\n<li>How to label the Future Publish/Edit Timestamp function</li>\n</ul>\n<p>The survey (hosted by the good guys over at PollDaddy.com) will automatically close after receiving 5000 responses, which only took about two days for the navigation survey, so hurry over and cast your votes.</p>\n<p>Note: when the survey has closed, these links will be disabled and this post will be updated.</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:71:"http://wordpress.org/development/2008/09/wordpress-2-7-survey-no2/feed/";}s:7:"summary";s:359:"October 1, 2008 Update: The survey is now closed. Thanks to all those who participated.\nAnother round of mini-mockups and multiple choice questions awaits the first 5000 respondents. WordPress 2.7 UI Survey #2 is now available to take your opinions regarding:\n\nWhere to put the search box\nWhere to put the Add New Post button/favorites menu\nHow to label [...]";s:12:"atom_content";s:782:"<p><strong>October 1, 2008 Update: The survey is now closed. Thanks to all those who participated.</strong></p>\n<p>Another round of mini-mockups and multiple choice questions awaits the first 5000 respondents. WordPress 2.7 UI Survey #2 is now available to take your opinions regarding:</p>\n<ul>\n<li>Where to put the search box</li>\n<li>Where to put the Add New Post button/favorites menu</li>\n<li>How to label the Future Publish/Edit Timestamp function</li>\n</ul>\n<p>The survey (hosted by the good guys over at PollDaddy.com) will automatically close after receiving 5000 responses, which only took about two days for the navigation survey, so hurry over and cast your votes.</p>\n<p>Note: when the survey has closed, these links will be disabled and this post will be updated.</p>\n";}i:2;a:12:{s:5:"title";s:39:"WordPress 2.7 Navigation Options Survey";s:4:"link";s:80:"http://wordpress.org/development/2008/09/wordpress-27-navigation-options-survey/";s:8:"comments";s:89:"http://wordpress.org/development/2008/09/wordpress-27-navigation-options-survey/#comments";s:7:"pubdate";s:31:"Mon, 15 Sep 2008 18:53:00 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"jane";}s:8:"category";s:37:"User Interface2.7crazyhorsenavigation";s:4:"guid";s:39:"http://wordpress.org/development/?p=317";s:11:"description";s:352:"Note: Survey is closed as of 9/18/08. Thanks for the feedback!\nWordPress 2.7 is currently in development and as some people already know, it features a revised layout with a left-hand navigation column that was designed in response to user feedback regarding the use of screen real estate. Because the navigation came straight from the Crazyhorse [...]";s:7:"content";a:1:{s:7:"encoded";s:1174:"<p><strong>Note: Survey is closed as of 9/18/08. Thanks for the feedback!</strong></p>\n<p><img src="http://jane.files.wordpress.com/2008/09/crazyhorse-preview2.gif" alt="WordPress 2.7 navigation" align="left" />WordPress 2.7 is currently in development and as some people already know, it features a revised layout with a left-hand navigation column that was designed in response to user feedback regarding the use of screen real estate. Because the navigation came straight from the Crazyhorse prototype that was developed quickly for usability testing, it is still a work in progress.</p>\n<p>Navigation sections and labels are being decided now, and as usual there are lots of good ideas floating around. As part of the mission to increase user involvement in design decisions, we&#8217;ve created a survey intended to give WordPress users the ability to play a part in deciding how the navigation options should be grouped and labeled. If you use WordPress and want to add your opinion, <a href="http://www.polldaddy.com/s/A02A1308A9F8D944">take the survey</a>.</p>\n<p><a href="http://www.polldaddy.com/s/A02A1308A9F8D944">WordPress 2.7 Navigation Options Survey</a></p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:85:"http://wordpress.org/development/2008/09/wordpress-27-navigation-options-survey/feed/";}s:7:"summary";s:352:"Note: Survey is closed as of 9/18/08. Thanks for the feedback!\nWordPress 2.7 is currently in development and as some people already know, it features a revised layout with a left-hand navigation column that was designed in response to user feedback regarding the use of screen real estate. Because the navigation came straight from the Crazyhorse [...]";s:12:"atom_content";s:1174:"<p><strong>Note: Survey is closed as of 9/18/08. Thanks for the feedback!</strong></p>\n<p><img src="http://jane.files.wordpress.com/2008/09/crazyhorse-preview2.gif" alt="WordPress 2.7 navigation" align="left" />WordPress 2.7 is currently in development and as some people already know, it features a revised layout with a left-hand navigation column that was designed in response to user feedback regarding the use of screen real estate. Because the navigation came straight from the Crazyhorse prototype that was developed quickly for usability testing, it is still a work in progress.</p>\n<p>Navigation sections and labels are being decided now, and as usual there are lots of good ideas floating around. As part of the mission to increase user involvement in design decisions, we&#8217;ve created a survey intended to give WordPress users the ability to play a part in deciding how the navigation options should be grouped and labeled. If you use WordPress and want to add your opinion, <a href="http://www.polldaddy.com/s/A02A1308A9F8D944">take the survey</a>.</p>\n<p><a href="http://www.polldaddy.com/s/A02A1308A9F8D944">WordPress 2.7 Navigation Options Survey</a></p>\n";}i:3;a:12:{s:5:"title";s:15:"WordPress 2.6.2";s:4:"link";s:55:"http://wordpress.org/development/2008/09/wordpress-262/";s:8:"comments";s:64:"http://wordpress.org/development/2008/09/wordpress-262/#comments";s:7:"pubdate";s:31:"Mon, 08 Sep 2008 18:30:47 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ryan";}s:8:"category";s:16:"ReleasesSecurity";s:4:"guid";s:39:"http://wordpress.org/development/?p=299";s:11:"description";s:362:"Stefan Esser recently warned developers of the dangers of SQL Column Truncation and the weakness of mt_rand().Â  With his help we worked around these problems and are now releasing WordPress 2.6.2.Â  If you allow open registration on your blog, you should definitely upgrade.Â  With open registration enabled, it is possible in WordPress versions 2.6.1 and [...]";s:7:"content";a:1:{s:7:"encoded";s:1986:"<p><a href="http://www.suspekt.org/">Stefan Esser</a> recently warned developers of the dangers of <a href="http://www.suspekt.org/2008/08/18/mysql-and-sql-column-truncation-vulnerabilities/">SQL Column Truncation</a> and the <a href="http://www.suspekt.org/2008/08/17/mt_srand-and-not-so-random-numbers/">weakness of mt_rand()</a>.Â  With his help we worked around these problems and are now releasing WordPress 2.6.2.Â  If you allow open registration on your blog, you should definitely upgrade.Â  With open registration enabled, it is possible in WordPress versions 2.6.1 and earlier to craft a username such that it will allow resetting another user&#8217;s password to a randomly generated password.Â  The randomly generated password is not disclosed to the attacker, so this problem by itself is annoying but not a security exploit.Â  However, this attack coupled with a weakness in the random number seeding in mt_rand() could be used to predict the randomly generated password.Â  Stefan Esser will release details of the complete attack shortly.Â  The attack is difficult to accomplish,Â  but its mere possibility means we recommend upgrading to 2.6.2.</p>\n<p>Other PHP apps are susceptibleÂ to this class of attack.Â  To protect all of your apps, grab the <a href="http://www.suspekt.org/2008/08/22/suhosin-0926-improved-randomness/">latest version of Suhosin</a>.Â  If you&#8217;ve already updated Suhosin, your existing WordPress install is already protected from the full exploit.Â  You should still upgrade to 2.6.2 if you allow open user registration so as to prevent the possibility of passwords being randomized.</p>\n<p>2.6.2 also contains a <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.6.2&amp;resolution=fixed&amp;order=priority">handful of bug fixes</a>.Â  Check out the <a href="http://trac.wordpress.org/changeset?old_path=tags%2F2.6.1&amp;old=8849&amp;new_path=tags%2F2.6.2&amp;new=8849">full changeset and list of changed files</a>.</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:60:"http://wordpress.org/development/2008/09/wordpress-262/feed/";}s:7:"summary";s:362:"Stefan Esser recently warned developers of the dangers of SQL Column Truncation and the weakness of mt_rand().Â  With his help we worked around these problems and are now releasing WordPress 2.6.2.Â  If you allow open registration on your blog, you should definitely upgrade.Â  With open registration enabled, it is possible in WordPress versions 2.6.1 and [...]";s:12:"atom_content";s:1986:"<p><a href="http://www.suspekt.org/">Stefan Esser</a> recently warned developers of the dangers of <a href="http://www.suspekt.org/2008/08/18/mysql-and-sql-column-truncation-vulnerabilities/">SQL Column Truncation</a> and the <a href="http://www.suspekt.org/2008/08/17/mt_srand-and-not-so-random-numbers/">weakness of mt_rand()</a>.Â  With his help we worked around these problems and are now releasing WordPress 2.6.2.Â  If you allow open registration on your blog, you should definitely upgrade.Â  With open registration enabled, it is possible in WordPress versions 2.6.1 and earlier to craft a username such that it will allow resetting another user&#8217;s password to a randomly generated password.Â  The randomly generated password is not disclosed to the attacker, so this problem by itself is annoying but not a security exploit.Â  However, this attack coupled with a weakness in the random number seeding in mt_rand() could be used to predict the randomly generated password.Â  Stefan Esser will release details of the complete attack shortly.Â  The attack is difficult to accomplish,Â  but its mere possibility means we recommend upgrading to 2.6.2.</p>\n<p>Other PHP apps are susceptibleÂ to this class of attack.Â  To protect all of your apps, grab the <a href="http://www.suspekt.org/2008/08/22/suhosin-0926-improved-randomness/">latest version of Suhosin</a>.Â  If you&#8217;ve already updated Suhosin, your existing WordPress install is already protected from the full exploit.Â  You should still upgrade to 2.6.2 if you allow open user registration so as to prevent the possibility of passwords being randomized.</p>\n<p>2.6.2 also contains a <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.6.2&amp;resolution=fixed&amp;order=priority">handful of bug fixes</a>.Â  Check out the <a href="http://trac.wordpress.org/changeset?old_path=tags%2F2.6.1&amp;old=8849&amp;new_path=tags%2F2.6.2&amp;new=8849">full changeset and list of changed files</a>.</p>\n";}i:4;a:12:{s:5:"title";s:15:"WordPress 2.6.1";s:4:"link";s:55:"http://wordpress.org/development/2008/08/wordpress-261/";s:8:"comments";s:64:"http://wordpress.org/development/2008/08/wordpress-261/#comments";s:7:"pubdate";s:31:"Fri, 15 Aug 2008 04:00:16 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ryan";}s:8:"category";s:8:"Releases";s:4:"guid";s:39:"http://wordpress.org/development/?p=297";s:11:"description";s:336:"With 2.6.1, we&#8217;re continuing our trend of releasing a maintenance release shortly after a major release in order to get fixes for the inevitable &#8220;dot zero&#8221; bugs into your hands without a long wait.Â  If you&#8217;re happy with 2.6, however, keep on using it.Â  You need not upgrade to 2.6.1 if 2.6 is getting the [...]";s:7:"content";a:1:{s:7:"encoded";s:1495:"<p>With 2.6.1, we&#8217;re continuing our trend of releasing a maintenance release shortly after a major release in order to get fixes for the inevitable &#8220;dot zero&#8221; bugs into your hands without a long wait.Â  If you&#8217;re happy with 2.6, however, keep on using it.Â  You need not upgrade to 2.6.1 if 2.6 is getting the job done.</p>\n<p>2.6.1 offers several improvements for international users.Â  Styling of the admin for <a href="http://en.wikipedia.org/wiki/Bi-directional_text">right-to-left languages</a> is much improved thanks to the efforts of the Farsi and Hebrew translation teams, and a mysterious <a href="http://en.wikipedia.org/wiki/Gettext">gettext</a> bug caused by certain PHP configurations is now fixed.Â  For IIS users, 2.6.1 fixes several permalink problems. Image insertion problems in the Press This feature experienced by IE users are also fixed. Of note to everyone is a fix for a performance bug in the admin where those with a lot of plugins would experience slowness on some pages.</p>\n<p>Check out the <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.6.1&amp;resolution=fixed&amp;order=priority">full list of over 60 fixes</a> to see if 2.6.1 has something to offer you. Â  A <a href="http://trac.wordpress.org/changeset?old_path=tags%2F2.6&amp;old=8652&amp;new_path=tags%2F2.6.1&amp;new=8652">full diff and list of changed files</a> is also available.Â  <a href="http://wordpress.org/download/">Download 2.6.1</a> and enjoy.</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:60:"http://wordpress.org/development/2008/08/wordpress-261/feed/";}s:7:"summary";s:336:"With 2.6.1, we&#8217;re continuing our trend of releasing a maintenance release shortly after a major release in order to get fixes for the inevitable &#8220;dot zero&#8221; bugs into your hands without a long wait.Â  If you&#8217;re happy with 2.6, however, keep on using it.Â  You need not upgrade to 2.6.1 if 2.6 is getting the [...]";s:12:"atom_content";s:1495:"<p>With 2.6.1, we&#8217;re continuing our trend of releasing a maintenance release shortly after a major release in order to get fixes for the inevitable &#8220;dot zero&#8221; bugs into your hands without a long wait.Â  If you&#8217;re happy with 2.6, however, keep on using it.Â  You need not upgrade to 2.6.1 if 2.6 is getting the job done.</p>\n<p>2.6.1 offers several improvements for international users.Â  Styling of the admin for <a href="http://en.wikipedia.org/wiki/Bi-directional_text">right-to-left languages</a> is much improved thanks to the efforts of the Farsi and Hebrew translation teams, and a mysterious <a href="http://en.wikipedia.org/wiki/Gettext">gettext</a> bug caused by certain PHP configurations is now fixed.Â  For IIS users, 2.6.1 fixes several permalink problems. Image insertion problems in the Press This feature experienced by IE users are also fixed. Of note to everyone is a fix for a performance bug in the admin where those with a lot of plugins would experience slowness on some pages.</p>\n<p>Check out the <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.6.1&amp;resolution=fixed&amp;order=priority">full list of over 60 fixes</a> to see if 2.6.1 has something to offer you. Â  A <a href="http://trac.wordpress.org/changeset?old_path=tags%2F2.6&amp;old=8652&amp;new_path=tags%2F2.6.1&amp;new=8652">full diff and list of changed files</a> is also available.Â  <a href="http://wordpress.org/download/">Download 2.6.1</a> and enjoy.</p>\n";}i:5;a:12:{s:5:"title";s:15:"Theme Directory";s:4:"link";s:57:"http://wordpress.org/development/2008/07/theme-directory/";s:8:"comments";s:66:"http://wordpress.org/development/2008/07/theme-directory/#comments";s:7:"pubdate";s:31:"Fri, 18 Jul 2008 06:11:13 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"Joseph Scott";}s:8:"category";s:10:"Metathemes";s:4:"guid";s:39:"http://wordpress.org/development/?p=266";s:11:"description";s:353:"It&#8217;s been a long time since themes.wordpress.net stopped accepting new themes.  Since then most theme authors have been distributing their themes from their own sites, without a good centralized place for people to browse, search, comment on, and rate themes.  With the success of the plugins directory, we&#8217;ve wanted to have those same [...]";s:7:"content";a:1:{s:7:"encoded";s:2453:"<p>It&#8217;s been a long time since <a href="http://themes.wordpress.net/blog/4426/upcoming-changes/">themes.wordpress.net</a> stopped accepting new themes.  Since then most theme authors have been distributing their themes from their own sites, without a good centralized place for people to browse, search, comment on, and rate themes.  With the success of the <a href="http://wordpress.org/extend/plugins/">plugins directory</a>, we&#8217;ve wanted to have those same benefits in a theme directory.  Today is the day we start making that happen, with the introduction of <a href="http://wordpress.org/extend/themes/">wordpress.org/extend/themes/</a>.</p>\n<p>Bringing the new theme directory under the WordPress &#8220;<a href="http://wordpress.org/extend/">extend</a>&#8221; umbrella allowed us to take advantage of all the infrastructure that has already been built up to support WordPress.org.  If you&#8217;ve browsed through the plugin directory, you&#8217;ll feel right at home in the new theme directory.</p>\n<p>We&#8217;ve gone through great lengths to make this as painless as possible for theme authors.  You don&#8217;t need to know anything about Subversion (our back end magic takes care of all that for you), just login with your WordPress.org username and password and go to the <a href="http://wordpress.org/extend/themes/upload/">upload page</a>.  From there you upload your regular theme zip file and we take care of the rest.</p>\n<p>Once you upload your new theme we do a few automated checks for some of the <a href="http://wordpress.org/extend/themes/about/#requirements">requirements</a> for each theme.  If we find one that you missed we&#8217;ll provide you an error and description of what needs to be fixed.  When a theme upload has been accepted we&#8217;ll send you an email and put it in the queue to be reviewed, to make sure we didn&#8217;t miss anything.  After the theme has been approved you&#8217;ll get another email letting you know that the theme is now live.</p>\n<p>That catches you up to where we&#8217;re at today.  When you finish that theme you&#8217;ve been slaving over, upload it to the new directory and let us know what you think. Since so much has changed since the old theme directory we&#8217;re starting fresh from zero. If you&#8217;ve got specific questions or suggestions <a href="http://wordpress.org/extend/themes/contact/">contact us</a> and we&#8217;ll do our best to get them answered.</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:62:"http://wordpress.org/development/2008/07/theme-directory/feed/";}s:7:"summary";s:353:"It&#8217;s been a long time since themes.wordpress.net stopped accepting new themes.  Since then most theme authors have been distributing their themes from their own sites, without a good centralized place for people to browse, search, comment on, and rate themes.  With the success of the plugins directory, we&#8217;ve wanted to have those same [...]";s:12:"atom_content";s:2453:"<p>It&#8217;s been a long time since <a href="http://themes.wordpress.net/blog/4426/upcoming-changes/">themes.wordpress.net</a> stopped accepting new themes.  Since then most theme authors have been distributing their themes from their own sites, without a good centralized place for people to browse, search, comment on, and rate themes.  With the success of the <a href="http://wordpress.org/extend/plugins/">plugins directory</a>, we&#8217;ve wanted to have those same benefits in a theme directory.  Today is the day we start making that happen, with the introduction of <a href="http://wordpress.org/extend/themes/">wordpress.org/extend/themes/</a>.</p>\n<p>Bringing the new theme directory under the WordPress &#8220;<a href="http://wordpress.org/extend/">extend</a>&#8221; umbrella allowed us to take advantage of all the infrastructure that has already been built up to support WordPress.org.  If you&#8217;ve browsed through the plugin directory, you&#8217;ll feel right at home in the new theme directory.</p>\n<p>We&#8217;ve gone through great lengths to make this as painless as possible for theme authors.  You don&#8217;t need to know anything about Subversion (our back end magic takes care of all that for you), just login with your WordPress.org username and password and go to the <a href="http://wordpress.org/extend/themes/upload/">upload page</a>.  From there you upload your regular theme zip file and we take care of the rest.</p>\n<p>Once you upload your new theme we do a few automated checks for some of the <a href="http://wordpress.org/extend/themes/about/#requirements">requirements</a> for each theme.  If we find one that you missed we&#8217;ll provide you an error and description of what needs to be fixed.  When a theme upload has been accepted we&#8217;ll send you an email and put it in the queue to be reviewed, to make sure we didn&#8217;t miss anything.  After the theme has been approved you&#8217;ll get another email letting you know that the theme is now live.</p>\n<p>That catches you up to where we&#8217;re at today.  When you finish that theme you&#8217;ve been slaving over, upload it to the new directory and let us know what you think. Since so much has changed since the old theme directory we&#8217;re starting fresh from zero. If you&#8217;ve got specific questions or suggestions <a href="http://wordpress.org/extend/themes/contact/">contact us</a> and we&#8217;ll do our best to get them answered.</p>\n";}i:6;a:12:{s:5:"title";s:13:"WordPress 2.6";s:4:"link";s:60:"http://wordpress.org/development/2008/07/wordpress-26-tyner/";s:8:"comments";s:69:"http://wordpress.org/development/2008/07/wordpress-26-tyner/#comments";s:7:"pubdate";s:31:"Tue, 15 Jul 2008 03:38:42 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:8:"category";s:8:"Releases";s:4:"guid";s:39:"http://wordpress.org/development/?p=246";s:11:"description";s:340:" I&#8217;m happy to announce that version 2.6 of WordPress.org is now available, almost a month ahead schedule. Version 2.6 &#8220;Tyner,&#8221; named for jazz pianist McCoy Tyner, contains a number of new features that make WordPress a more powerful CMS: you can now track changes to every post and page and easily post from wherever [...]";s:7:"content";a:1:{s:7:"encoded";s:10270:"<p><iframe src=''http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fsoftware%2FWordPress_2_6_Tyner_Released'' height=''82'' width=''55'' frameborder=''0'' scrolling=''no'' style=''float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;''></iframe> I&#8217;m happy to announce that version 2.6 of WordPress.org <a href="http://wordpress.org/download/">is now available</a>, almost a month ahead schedule. Version 2.6 &#8220;Tyner,&#8221; named for jazz pianist <a href="http://en.wikipedia.org/wiki/McCoy_Tyner">McCoy Tyner</a>, contains a number of new features that make WordPress a more powerful CMS: you can now track changes to every post and page and easily post from wherever you are on the web, plus there are dozens of incremental improvements to the features introduced in <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">version 2.5</a>.</p>\n<p>We&#8217;ve prepared a brief video tour of 2.6, if you have 3 minutes and 29 seconds to spare, it&#8217;s worth a watch:</p>\n<p><embed src="http://v.wordpress.com/mARhRBcT/fmt_dvd" type="application/x-shockwave-flash" width="640" height="385" flashvars="blog_domain=http://wordpress.org/development/2008/07/wordpress-26/&#038;width=640&#038;height=385"> </embed></p>\n<p>If you&#8217;d like to embed the tour video in your blog, copy and paste this code for the high quality version:</p>\n<pre name="code" class="html">\n&lt;embed src=&quot;http://v.wordpress.com/mARhRBcT/fmt_dvd&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;640&quot; height=&quot;385&quot; flashvars=&quot;blog_domain=http://wordpress.org/development/2008/07/wordpress-26/&amp;width=640&amp;height=385&quot;&gt; &lt;/embed&gt;\n</pre>\n<p>And here&#8217;s a smaller version, 400 pixels wide:</p>\n<pre name="code" class="html">\n&lt;embed src=&quot;http://v.wordpress.com/mARhRBcT/fmt_std&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;400&quot; height=&quot;250&quot; flashvars=&quot;blog_domain=http://wordpress.org/development/2008/07/wordpress-26/&amp;width=400&amp;height=250&quot;&gt; &lt;/embed&gt;\n</pre>\n<p>Here&#8217;s a more textual overview of what&#8217;s hawt in 2.6:</p>\n<h3>Post Revisions: Wiki-like tracking of edits</h3>\n<p>With the power of modern computers, it&#8217;s silly that we still use save and editing metaphors from the time when the most common method of storage was floppy disks. WordPress has always respected the importance of your writing with auto-save, and now we&#8217;re taking that to another level by allowing you to view who made what changes when to any post or page through a super-easy interface, much like <a href="http://en.wikipedia.org/w/index.php?title=Wikipedia&#038;action=history">Wikipedia</a> or a <a href="http://codex.wordpress.org/Using_Subversion">version control system</a>.</p>\n<p><img src="http://wpdotorg.wordpress.com/files/2008/07/diff.gif" alt="Differences between two versions of posts." class="alignnone size-full wp-image-3" /></p>\n<p>This is handy on any blog in case you make a mistake and want to go back to an older version of a post, and it&#8217;s super handy for multi-author blogs where you can see every change tracked by person.</p>\n<h3>Press This!: Post from wherever you are on the web</h3>\n<p>A few months ago on my blog we <a href="http://ma.tt/2008/05/favorite-posting-bookmarklet/">started a conversation about the posting bookmarklet</a> in WordPress and which systems we should look to for inspiration, like Flock, FriendFeed, Facebook, Tumblr, and Delicious. From these suggestions and the Quick Post plugin by Josh Kenzer, we developed a Press This bookmark you can add to your toolbar that provides a fast and smart popup to do posts to your WordPress blog:</p>\n<p><img src="http://wpdotorg.wordpress.com/files/2008/07/press-this.gif" alt="Screenshot of Press This interface." title="press-this" class="alignnone size-full wp-image-4" /></p>\n<p>For example, if you click &#8220;Press This&#8221; from a <a href="http://youtube.com/">Youtube</a> page it&#8217;ll magically extract the video embed code, and if you do it from a <a href="http://flickr.com/">Flickr</a> page it&#8217;ll make it easy for you to put the image in your post. On my blog I&#8217;ve been experimenting with using different categories and the <code>in_category()</code> function &#8212; such as video, quote, aside, et cetera &#8212; to create a more tumblelog-like format.</p>\n<h3>Shift Gears: Turbo-speed your blogging</h3>\n<p><a href="http://gears.google.com/">Gears</a> is an open source browser extension project started by Google that developers like us can use to give you features we wouldn&#8217;t normally be able to. There are a lot of things we can do with Gears in the future, but in this release we&#8217;ve stuck to using what&#8217;s called a &#8220;Local Server&#8221; to cache or keep a copy of commonly-used Javascript and CSS files on your computer, which can speed up the loading of some pages by several seconds (they just pop right up!). You can install Gears for Firefox or Internet Explorer, with support for Safari and Opera pending. WordPress works just fine without it, you just get a little extra juice when you have it installed.</p>\n<h3>Theme Previews: See it before your audience does</h3>\n<p>Now when you select a theme it pops up a window that shows the theme live with all your content, instead of immediately making it active on your site. This is great for just test driving themes before making a switch over publicly, and it is also helpful when you are developing a theme and need to test it but don&#8217;t want everybody to see your ongoing <del datetime="2008-07-14T21:23:41+00:00">mistakes</del> development.</p>\n<p>Here are some of the smaller features and improvements in 2.6:</p>\n<ul>\n<li><strong>Word count!</strong> Never guess how many words are in your post anymore.</li>\n<li><strong>Image captions</strong>, so you can add sweet captions <a href="http://politicalticker.blogs.cnn.com/">like Political Ticker does</a> under your images.</li>\n<li><strong>Bulk management</strong> of plugins.</li>\n<li>A completely <strong>revamped image control</strong> to allow for easier inserting, floating, and resizing. It&#8217;s now fully integrated with the WYSIWYG.</li>\n<li>Drag-and-drop <strong>reordering of Galleries</strong>.</li>\n<li><strong>Plugin update</strong> notification bubble.</li>\n<li>Customizable default avatars.</li>\n<li>You can now upload media when in full-screen mode.</li>\n<li>Remote publishing via XML-RPC and APP is now secure (off) by default, but you can turn it on easily through the options screen.</li>\n<li>Full <a href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer">SSL support</a> in the core, and the ability to <strong>force SSL</strong> for security.</li>\n<li>You can now have many thousands of pages or categories with no interface issues.</li>\n<li>Ability to move your <code>wp-config</code> file and <code>wp-content</code> directories to a custom location, for &#8220;clean&#8221; SVN checkouts.</li>\n<li>Select a range of checkboxes with &#8220;shift-click.&#8221;</li>\n<li>You can toggle between the Flash uploader and the classic one.</li>\n<li>A number of proactive security enhancements, including cookies and database interactions.</li>\n<li>Stronger better faster versions of TinyMCE, jQuery, and jQuery UI.</li>\n<li>Version 2.6 <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.6">fixes approximately 194 bugs</a>.</li>\n</ul>\n<h3>Developer Notes</h3>\n<p>WordPress.org had over 75 people contributing code to WordPress 2.6. In addition to the <a href="http://wordpress.org/about/">core commit team</a> we had contributions from <a href="http://dd32.id.au/">Dion Hulse</a>, <a href="http://www.ilfilosofo.com/">Austin Matzko</a>, <a href="http://ottodestruct.com/blog/">Otto42</a>, <a href="http://extralogical.net/">Benedict Eastaugh</a>, and <a href="http://www.freecharity.org.uk/">pishmishy</a>. <a href="http://xavisys.com/">AaronCampbell</a> and <a href="http://www.marcozehe.de/">Marco Zehe</a> provided more than a few patches. Back among the top code contributors is <a href="http://www.santosj.name/">Jacob Santos</a>. <a href="http://www.buayacorp.com/">Alex Concha</a> continues to have WordPress&#8217; back. Joining bug reporting and gardening elite are <a href="http://codex.wordpress.org/User:Hakre">hakre</a>, <a href="http://www.simonwheatley.co.uk/">Simon Wheatley</a>, mtekk, and <a href="http://www.prescriber.org.uk/">Matty Rob</a>. Finally, congratulations to our <a href="http://westi.wordpress.com/">Peter Westwood</a> on your recent wedding! I&#8217;m also proud to announce we&#8217;re adding a new core committer to the team: Andrew Ozz (azaozz) has been a huge help to the core team this year, particularly around TinyMCE and making the WYSIWYG something that works for you, not against you.</p>\n<p>Because of the new capabilities to make WordPress a clean SVN checkout, plugin and theme authors should do their best to handle forms and posts through WP rather than trying to post to their files directly, here&#8217;s a quick Codex article about <a href="http://codex.wordpress.org/Handling_POST_and_AJAX_Requests">how to do it using our forward-compatible APIs</a>.</p>\n<h3>Upgrading</h3>\n<p>2.6 is pretty much identical to 2.5 from a plugin and theme compatibility point of view, so upgrades from 2.5 should be pretty painless. The 2.5 branch will no longer be maintain so everyone is encouraged to upgrade. <a href="http://codex.wordpress.org/Upgrading_WordPress">Our standard 3-step upgrade instructions apply to this release</a>. There were at least 1,984,047 downloads of the 2.5 series, the fastest growing release we&#8217;ve ever had, and I think all of those people will find 2.6 adds a level of polish that really makes WP a pleasure to use every day. (At least I do. :))</p>\n<h3>Easter Egg</h3>\n<p>There have been rumors and allegations that there was a so-called &#8220;easter egg&#8221; added to 2.6 early in its development. These rumors and allegations are completely false!</p>\n<p>P.S. If you&#8217;re a fan of WordPress, <a href="http://www.facebook.com/pages/WordPress/6427302910">consider joining our fan page on Facebook</a>.</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:65:"http://wordpress.org/development/2008/07/wordpress-26-tyner/feed/";}s:7:"summary";s:340:" I&#8217;m happy to announce that version 2.6 of WordPress.org is now available, almost a month ahead schedule. Version 2.6 &#8220;Tyner,&#8221; named for jazz pianist McCoy Tyner, contains a number of new features that make WordPress a more powerful CMS: you can now track changes to every post and page and easily post from wherever [...]";s:12:"atom_content";s:10270:"<p><iframe src=''http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fsoftware%2FWordPress_2_6_Tyner_Released'' height=''82'' width=''55'' frameborder=''0'' scrolling=''no'' style=''float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;''></iframe> I&#8217;m happy to announce that version 2.6 of WordPress.org <a href="http://wordpress.org/download/">is now available</a>, almost a month ahead schedule. Version 2.6 &#8220;Tyner,&#8221; named for jazz pianist <a href="http://en.wikipedia.org/wiki/McCoy_Tyner">McCoy Tyner</a>, contains a number of new features that make WordPress a more powerful CMS: you can now track changes to every post and page and easily post from wherever you are on the web, plus there are dozens of incremental improvements to the features introduced in <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">version 2.5</a>.</p>\n<p>We&#8217;ve prepared a brief video tour of 2.6, if you have 3 minutes and 29 seconds to spare, it&#8217;s worth a watch:</p>\n<p><embed src="http://v.wordpress.com/mARhRBcT/fmt_dvd" type="application/x-shockwave-flash" width="640" height="385" flashvars="blog_domain=http://wordpress.org/development/2008/07/wordpress-26/&#038;width=640&#038;height=385"> </embed></p>\n<p>If you&#8217;d like to embed the tour video in your blog, copy and paste this code for the high quality version:</p>\n<pre name="code" class="html">\n&lt;embed src=&quot;http://v.wordpress.com/mARhRBcT/fmt_dvd&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;640&quot; height=&quot;385&quot; flashvars=&quot;blog_domain=http://wordpress.org/development/2008/07/wordpress-26/&amp;width=640&amp;height=385&quot;&gt; &lt;/embed&gt;\n</pre>\n<p>And here&#8217;s a smaller version, 400 pixels wide:</p>\n<pre name="code" class="html">\n&lt;embed src=&quot;http://v.wordpress.com/mARhRBcT/fmt_std&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;400&quot; height=&quot;250&quot; flashvars=&quot;blog_domain=http://wordpress.org/development/2008/07/wordpress-26/&amp;width=400&amp;height=250&quot;&gt; &lt;/embed&gt;\n</pre>\n<p>Here&#8217;s a more textual overview of what&#8217;s hawt in 2.6:</p>\n<h3>Post Revisions: Wiki-like tracking of edits</h3>\n<p>With the power of modern computers, it&#8217;s silly that we still use save and editing metaphors from the time when the most common method of storage was floppy disks. WordPress has always respected the importance of your writing with auto-save, and now we&#8217;re taking that to another level by allowing you to view who made what changes when to any post or page through a super-easy interface, much like <a href="http://en.wikipedia.org/w/index.php?title=Wikipedia&#038;action=history">Wikipedia</a> or a <a href="http://codex.wordpress.org/Using_Subversion">version control system</a>.</p>\n<p><img src="http://wpdotorg.wordpress.com/files/2008/07/diff.gif" alt="Differences between two versions of posts." class="alignnone size-full wp-image-3" /></p>\n<p>This is handy on any blog in case you make a mistake and want to go back to an older version of a post, and it&#8217;s super handy for multi-author blogs where you can see every change tracked by person.</p>\n<h3>Press This!: Post from wherever you are on the web</h3>\n<p>A few months ago on my blog we <a href="http://ma.tt/2008/05/favorite-posting-bookmarklet/">started a conversation about the posting bookmarklet</a> in WordPress and which systems we should look to for inspiration, like Flock, FriendFeed, Facebook, Tumblr, and Delicious. From these suggestions and the Quick Post plugin by Josh Kenzer, we developed a Press This bookmark you can add to your toolbar that provides a fast and smart popup to do posts to your WordPress blog:</p>\n<p><img src="http://wpdotorg.wordpress.com/files/2008/07/press-this.gif" alt="Screenshot of Press This interface." title="press-this" class="alignnone size-full wp-image-4" /></p>\n<p>For example, if you click &#8220;Press This&#8221; from a <a href="http://youtube.com/">Youtube</a> page it&#8217;ll magically extract the video embed code, and if you do it from a <a href="http://flickr.com/">Flickr</a> page it&#8217;ll make it easy for you to put the image in your post. On my blog I&#8217;ve been experimenting with using different categories and the <code>in_category()</code> function &#8212; such as video, quote, aside, et cetera &#8212; to create a more tumblelog-like format.</p>\n<h3>Shift Gears: Turbo-speed your blogging</h3>\n<p><a href="http://gears.google.com/">Gears</a> is an open source browser extension project started by Google that developers like us can use to give you features we wouldn&#8217;t normally be able to. There are a lot of things we can do with Gears in the future, but in this release we&#8217;ve stuck to using what&#8217;s called a &#8220;Local Server&#8221; to cache or keep a copy of commonly-used Javascript and CSS files on your computer, which can speed up the loading of some pages by several seconds (they just pop right up!). You can install Gears for Firefox or Internet Explorer, with support for Safari and Opera pending. WordPress works just fine without it, you just get a little extra juice when you have it installed.</p>\n<h3>Theme Previews: See it before your audience does</h3>\n<p>Now when you select a theme it pops up a window that shows the theme live with all your content, instead of immediately making it active on your site. This is great for just test driving themes before making a switch over publicly, and it is also helpful when you are developing a theme and need to test it but don&#8217;t want everybody to see your ongoing <del datetime="2008-07-14T21:23:41+00:00">mistakes</del> development.</p>\n<p>Here are some of the smaller features and improvements in 2.6:</p>\n<ul>\n<li><strong>Word count!</strong> Never guess how many words are in your post anymore.</li>\n<li><strong>Image captions</strong>, so you can add sweet captions <a href="http://politicalticker.blogs.cnn.com/">like Political Ticker does</a> under your images.</li>\n<li><strong>Bulk management</strong> of plugins.</li>\n<li>A completely <strong>revamped image control</strong> to allow for easier inserting, floating, and resizing. It&#8217;s now fully integrated with the WYSIWYG.</li>\n<li>Drag-and-drop <strong>reordering of Galleries</strong>.</li>\n<li><strong>Plugin update</strong> notification bubble.</li>\n<li>Customizable default avatars.</li>\n<li>You can now upload media when in full-screen mode.</li>\n<li>Remote publishing via XML-RPC and APP is now secure (off) by default, but you can turn it on easily through the options screen.</li>\n<li>Full <a href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer">SSL support</a> in the core, and the ability to <strong>force SSL</strong> for security.</li>\n<li>You can now have many thousands of pages or categories with no interface issues.</li>\n<li>Ability to move your <code>wp-config</code> file and <code>wp-content</code> directories to a custom location, for &#8220;clean&#8221; SVN checkouts.</li>\n<li>Select a range of checkboxes with &#8220;shift-click.&#8221;</li>\n<li>You can toggle between the Flash uploader and the classic one.</li>\n<li>A number of proactive security enhancements, including cookies and database interactions.</li>\n<li>Stronger better faster versions of TinyMCE, jQuery, and jQuery UI.</li>\n<li>Version 2.6 <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.6">fixes approximately 194 bugs</a>.</li>\n</ul>\n<h3>Developer Notes</h3>\n<p>WordPress.org had over 75 people contributing code to WordPress 2.6. In addition to the <a href="http://wordpress.org/about/">core commit team</a> we had contributions from <a href="http://dd32.id.au/">Dion Hulse</a>, <a href="http://www.ilfilosofo.com/">Austin Matzko</a>, <a href="http://ottodestruct.com/blog/">Otto42</a>, <a href="http://extralogical.net/">Benedict Eastaugh</a>, and <a href="http://www.freecharity.org.uk/">pishmishy</a>. <a href="http://xavisys.com/">AaronCampbell</a> and <a href="http://www.marcozehe.de/">Marco Zehe</a> provided more than a few patches. Back among the top code contributors is <a href="http://www.santosj.name/">Jacob Santos</a>. <a href="http://www.buayacorp.com/">Alex Concha</a> continues to have WordPress&#8217; back. Joining bug reporting and gardening elite are <a href="http://codex.wordpress.org/User:Hakre">hakre</a>, <a href="http://www.simonwheatley.co.uk/">Simon Wheatley</a>, mtekk, and <a href="http://www.prescriber.org.uk/">Matty Rob</a>. Finally, congratulations to our <a href="http://westi.wordpress.com/">Peter Westwood</a> on your recent wedding! I&#8217;m also proud to announce we&#8217;re adding a new core committer to the team: Andrew Ozz (azaozz) has been a huge help to the core team this year, particularly around TinyMCE and making the WYSIWYG something that works for you, not against you.</p>\n<p>Because of the new capabilities to make WordPress a clean SVN checkout, plugin and theme authors should do their best to handle forms and posts through WP rather than trying to post to their files directly, here&#8217;s a quick Codex article about <a href="http://codex.wordpress.org/Handling_POST_and_AJAX_Requests">how to do it using our forward-compatible APIs</a>.</p>\n<h3>Upgrading</h3>\n<p>2.6 is pretty much identical to 2.5 from a plugin and theme compatibility point of view, so upgrades from 2.5 should be pretty painless. The 2.5 branch will no longer be maintain so everyone is encouraged to upgrade. <a href="http://codex.wordpress.org/Upgrading_WordPress">Our standard 3-step upgrade instructions apply to this release</a>. There were at least 1,984,047 downloads of the 2.5 series, the fastest growing release we&#8217;ve ever had, and I think all of those people will find 2.6 adds a level of polish that really makes WP a pleasure to use every day. (At least I do. :))</p>\n<h3>Easter Egg</h3>\n<p>There have been rumors and allegations that there was a so-called &#8220;easter egg&#8221; added to 2.6 early in its development. These rumors and allegations are completely false!</p>\n<p>P.S. If you&#8217;re a fan of WordPress, <a href="http://www.facebook.com/pages/WordPress/6427302910">consider joining our fan page on Facebook</a>.</p>\n";}i:7;a:12:{s:5:"title";s:24:"WordPress Birthday Party";s:4:"link";s:56:"http://wordpress.org/development/2008/05/birthday-party/";s:8:"comments";s:65:"http://wordpress.org/development/2008/05/birthday-party/#comments";s:7:"pubdate";s:31:"Sun, 25 May 2008 05:51:03 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:8:"category";s:6:"Events";s:4:"guid";s:39:"http://wordpress.org/development/?p=243";s:11:"description";s:321:"On Tuesday, May 27th, WordPress will turn 5 years old. We&#8217;ve come a long way from that original 0.7 release.\nTo celebrate we&#8217;re throwing a party in San Francisco at 111 Minna, starting at 9PM. You can get the full details and RSVP on Upcoming.org or on Facebook.\nI hope you see some of you there, should [...]";s:7:"content";a:1:{s:7:"encoded";s:874:"<p>On Tuesday, May 27th, WordPress will turn 5 years old. We&#8217;ve come a long way from <a href="http://wordpress.org/development/2003/05/wordpress-now-available/">that original 0.7 release</a>.</p>\n<p>To celebrate we&#8217;re throwing a party in San Francisco at 111 Minna, starting at 9PM. You can get the full details and RSVP <a href="http://upcoming.yahoo.com/event/714298">on Upcoming.org</a> or <a href="http://www.facebook.com/event.php?eid=44552835108">on Facebook</a>.</p>\n<p>I hope you see some of you there, should be a fun time.</p>\n<p>If you host a party in your area for WordPress&#8217; 5th, let us know and we&#8217;ll post it here.</p>\n<p><strong>Update:</strong> Party in Sydney! <a href="http://bethesignal.org/blog/2008/05/25/wordpress-party-sydney-style/">Blog post</a>, <a href="http://www.facebook.com/event.php?eid=13815594694">Facebook</a>.</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:61:"http://wordpress.org/development/2008/05/birthday-party/feed/";}s:7:"summary";s:321:"On Tuesday, May 27th, WordPress will turn 5 years old. We&#8217;ve come a long way from that original 0.7 release.\nTo celebrate we&#8217;re throwing a party in San Francisco at 111 Minna, starting at 9PM. You can get the full details and RSVP on Upcoming.org or on Facebook.\nI hope you see some of you there, should [...]";s:12:"atom_content";s:874:"<p>On Tuesday, May 27th, WordPress will turn 5 years old. We&#8217;ve come a long way from <a href="http://wordpress.org/development/2003/05/wordpress-now-available/">that original 0.7 release</a>.</p>\n<p>To celebrate we&#8217;re throwing a party in San Francisco at 111 Minna, starting at 9PM. You can get the full details and RSVP <a href="http://upcoming.yahoo.com/event/714298">on Upcoming.org</a> or <a href="http://www.facebook.com/event.php?eid=44552835108">on Facebook</a>.</p>\n<p>I hope you see some of you there, should be a fun time.</p>\n<p>If you host a party in your area for WordPress&#8217; 5th, let us know and we&#8217;ll post it here.</p>\n<p><strong>Update:</strong> Party in Sydney! <a href="http://bethesignal.org/blog/2008/05/25/wordpress-party-sydney-style/">Blog post</a>, <a href="http://www.facebook.com/event.php?eid=13815594694">Facebook</a>.</p>\n";}i:8;a:12:{s:5:"title";s:29:"Usability Testing in New York";s:4:"link";s:71:"http://wordpress.org/development/2008/05/usability-testing-in-new-york/";s:8:"comments";s:80:"http://wordpress.org/development/2008/05/usability-testing-in-new-york/#comments";s:7:"pubdate";s:31:"Tue, 20 May 2008 22:13:49 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Ryan";}s:8:"category";s:11:"Development";s:4:"guid";s:39:"http://wordpress.org/development/?p=241";s:11:"description";s:98:"We&#8217;re doing some usability testing in New York City.Â  Join in if you&#8217;re in the area.\n";s:7:"content";a:1:{s:7:"encoded";s:187:"<p><a href="http://en.blog.wordpress.com/2008/05/20/new-york-usability-testing/">We&#8217;re doing some usability testing in New York City</a>.Â  Join in if you&#8217;re in the area.</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:76:"http://wordpress.org/development/2008/05/usability-testing-in-new-york/feed/";}s:7:"summary";s:98:"We&#8217;re doing some usability testing in New York City.Â  Join in if you&#8217;re in the area.\n";s:12:"atom_content";s:187:"<p><a href="http://en.blog.wordpress.com/2008/05/20/new-york-usability-testing/">We&#8217;re doing some usability testing in New York City</a>.Â  Join in if you&#8217;re in the area.</p>\n";}i:9;a:12:{s:5:"title";s:18:"Upcoming WordCamps";s:4:"link";s:60:"http://wordpress.org/development/2008/04/upcoming-wordcamps/";s:8:"comments";s:69:"http://wordpress.org/development/2008/04/upcoming-wordcamps/#comments";s:7:"pubdate";s:31:"Wed, 30 Apr 2008 09:54:48 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:8:"category";s:6:"Events";s:4:"guid";s:39:"http://wordpress.org/development/?p=240";s:11:"description";s:343:"WordCamps are my favorite events to go to because there&#8217;s something about the core WordPress community that attracts smart folks with good philosophies that are fun to hang out with. In this post I&#8217;ve collated the upcoming WordCamps we know about, including the one in San Francisco. Hopefully there will be one nearby so you [...]";s:7:"content";a:1:{s:7:"encoded";s:1446:"<p>WordCamps are my favorite events to go to because there&#8217;s something about the core WordPress community that attracts smart folks with good philosophies that are fun to hang out with. In this post I&#8217;ve collated the upcoming WordCamps we know about, including the one in San Francisco. Hopefully there will be one nearby so you can meet other WordPressers in your area.</p>\n<p><strong>WordCamp San Francisco</strong> will be August 16 at the Mission Bay Conference Center.</p>\n<p><a href="http://barcamp.org/WordCampParis">WordCamp Paris will be on May 3rd</a>. <a href="http://wordcamp.fr/">Here&#8217;s their official site</a>.</p>\n<p><a href="http://iwordpresscamp.wordpress.com/2008/02/20/european-wordcamp-beta/">WordCamp Italy in Milan will be May 10th</a>. (And I believe I&#8217;ll be there.)</p>\n<p><a href="http://wiki.wordcampuk.tonyscott.org.uk/Main_Page">WordCamp Birmingham UK</a> will be July 19-20.</p>\n<p><a href="http://wordcamptoronto.eventbrite.com/">WordCamp Toronto will be October 4th</a>.</p>\n<p>There are people in the planning stages in <a href="http://australia.wordcamp.org/">Australia</a>, Philippines, Beijing, Utah, Hawaii, UK, NYC, and possibly others, so if you live in one of those areas and would like to help set up a WordCamp in your area Google around or connect with bloggers in your area.</p>\n<p>You can always find out more at <a href="http://central.wordcamp.org/">WordCamp Central</a>.</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:65:"http://wordpress.org/development/2008/04/upcoming-wordcamps/feed/";}s:7:"summary";s:343:"WordCamps are my favorite events to go to because there&#8217;s something about the core WordPress community that attracts smart folks with good philosophies that are fun to hang out with. In this post I&#8217;ve collated the upcoming WordCamps we know about, including the one in San Francisco. Hopefully there will be one nearby so you [...]";s:12:"atom_content";s:1446:"<p>WordCamps are my favorite events to go to because there&#8217;s something about the core WordPress community that attracts smart folks with good philosophies that are fun to hang out with. In this post I&#8217;ve collated the upcoming WordCamps we know about, including the one in San Francisco. Hopefully there will be one nearby so you can meet other WordPressers in your area.</p>\n<p><strong>WordCamp San Francisco</strong> will be August 16 at the Mission Bay Conference Center.</p>\n<p><a href="http://barcamp.org/WordCampParis">WordCamp Paris will be on May 3rd</a>. <a href="http://wordcamp.fr/">Here&#8217;s their official site</a>.</p>\n<p><a href="http://iwordpresscamp.wordpress.com/2008/02/20/european-wordcamp-beta/">WordCamp Italy in Milan will be May 10th</a>. (And I believe I&#8217;ll be there.)</p>\n<p><a href="http://wiki.wordcampuk.tonyscott.org.uk/Main_Page">WordCamp Birmingham UK</a> will be July 19-20.</p>\n<p><a href="http://wordcamptoronto.eventbrite.com/">WordCamp Toronto will be October 4th</a>.</p>\n<p>There are people in the planning stages in <a href="http://australia.wordcamp.org/">Australia</a>, Philippines, Beijing, Utah, Hawaii, UK, NYC, and possibly others, so if you live in one of those areas and would like to help set up a WordCamp in your area Google around or connect with bloggers in your area.</p>\n<p>You can always find out more at <a href="http://central.wordcamp.org/">WordCamp Central</a>.</p>\n";}}s:7:"channel";a:8:{s:5:"title";s:26:"WordPress Development Blog";s:4:"link";s:32:"http://wordpress.org/development";s:11:"description";s:33:"WordPress development and updates";s:7:"pubdate";s:31:"Thu, 02 Oct 2008 18:57:41 +0000";s:9:"generator";s:38:"http://wordpress.org/?v=2.7-hemorrhage";s:8:"language";s:2:"en";s:2:"sy";a:2:{s:12:"updateperiod";s:6:"hourly";s:15:"updatefrequency";s:1:"1";}s:7:"tagline";s:33:"WordPress development and updates";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:31:"Thu, 02 Oct 2008 18:57:41 GMT\r\n";s:4:"etag";s:36:""3b8f14123e5df920ed49c5ee58b8b973"\r\n";}', 'no');
+INSERT INTO `wp_options` VALUES (147, 0, 'rss_30ab2a3f59f0ef697e6dbfdf91515ba7_ts', '1224032178', 'no');
+INSERT INTO `wp_options` VALUES (145, 0, 'rss_30ab2a3f59f0ef697e6dbfdf91515ba7', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:4:{s:5:"title";s:56:"link:http://localhost:8888/afridex/ - Google Blog Search";s:4:"link";s:114:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://localhost:8888/afridex/";s:11:"description";s:90:"Your search - <b>link:http://localhost:8888/afridex/</b> - did not match any documents.   ";s:7:"tagline";s:90:"Your search - <b>link:http://localhost:8888/afridex/</b> - did not match any documents.   ";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (149, 0, 'rss_57bc725ad6568758915363af670fd8bc', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:15:{i:0;a:7:{s:5:"title";s:33:"bbosh on "Stumble! for WordPress"";s:4:"link";s:68:"http://wordpress.org/extend/plugins/stumble-for-wordpress/#post-7305";s:7:"pubdate";s:31:"Sat, 11 Oct 2008 22:27:02 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"bbosh";}s:4:"guid";s:41:"7305@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"Stumble! for WordPress extends WordPress to support a "random article" feature, similar to StumbleUpon''s StumbleThru and Wikipedia''s (Mediawiki''s) ran";s:7:"summary";s:150:"Stumble! for WordPress extends WordPress to support a "random article" feature, similar to StumbleUpon''s StumbleThru and Wikipedia''s (Mediawiki''s) ran";}i:1;a:7:{s:5:"title";s:45:"Mitnik on "Wordpress Single File PHP Gallery"";s:4:"link";s:80:"http://wordpress.org/extend/plugins/wordpress-single-file-php-gallery/#post-7303";s:7:"pubdate";s:31:"Sat, 11 Oct 2008 13:18:36 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Mitnik";}s:4:"guid";s:41:"7303@http://wordpress.org/extend/plugins/";s:11:"description";s:70:"Wordpress Single File PHP Gallery is a gallery in one single PHP file.";s:7:"summary";s:70:"Wordpress Single File PHP Gallery is a gallery in one single PHP file.";}i:2;a:7:{s:5:"title";s:25:"naderc on "Most Comments"";s:4:"link";s:60:"http://wordpress.org/extend/plugins/most-comments/#post-7302";s:7:"pubdate";s:31:"Sat, 11 Oct 2008 12:32:37 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"naderc";}s:4:"guid";s:41:"7302@http://wordpress.org/extend/plugins/";s:11:"description";s:129:"Display posts with the most comments, as a widget or on a page using the template tag. Customize the look with specific settings.";s:7:"summary";s:129:"Display posts with the most comments, as a widget or on a page using the template tag. Customize the look with specific settings.";}i:3;a:7:{s:5:"title";s:35:"binnyva on "Remote Database Backup"";s:4:"link";s:69:"http://wordpress.org/extend/plugins/remote-database-backup/#post-7300";s:7:"pubdate";s:31:"Sat, 11 Oct 2008 05:46:11 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"binnyva";}s:4:"guid";s:41:"7300@http://wordpress.org/extend/plugins/";s:11:"description";s:77:"Lets you create and download SQL dumps of your wordpress database for backup.";s:7:"summary";s:77:"Lets you create and download SQL dumps of your wordpress database for backup.";}i:4;a:7:{s:5:"title";s:25:"Jehy on "RSS Atom Avatar"";s:4:"link";s:62:"http://wordpress.org/extend/plugins/rss-atom-avatar/#post-7299";s:7:"pubdate";s:31:"Sat, 11 Oct 2008 01:17:00 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Jehy";}s:4:"guid";s:41:"7299@http://wordpress.org/extend/plugins/";s:11:"description";s:52:"Add an image and favicon to your RSS and Atom feeds!";s:7:"summary";s:52:"Add an image and favicon to your RSS and Atom feeds!";}i:5;a:7:{s:5:"title";s:29:"javalizard on "Tweet Rooster"";s:4:"link";s:60:"http://wordpress.org/extend/plugins/tweet-rooster/#post-7298";s:7:"pubdate";s:31:"Sat, 11 Oct 2008 00:45:44 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"javalizard";}s:4:"guid";s:41:"7298@http://wordpress.org/extend/plugins/";s:11:"description";s:113:"This is the first version of tweet rooster.  It''s a widget that allows people to twitter directly from your blog.";s:7:"summary";s:113:"This is the first version of tweet rooster.  It''s a widget that allows people to twitter directly from your blog.";}i:6;a:7:{s:5:"title";s:29:"ceslava on "Accesible _blank"";s:4:"link";s:62:"http://wordpress.org/extend/plugins/accesible-blank/#post-7295";s:7:"pubdate";s:31:"Fri, 10 Oct 2008 14:04:45 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"ceslava";}s:4:"guid";s:41:"7295@http://wordpress.org/extend/plugins/";s:11:"description";s:136:"Open links in a new window but in a accesible way. \nAbre enlaces en una nueva ventana cumpliendo los est&aacute;ndares de accesibilidad.";s:7:"summary";s:136:"Open links in a new window but in a accesible way. \nAbre enlaces en una nueva ventana cumpliendo los est&aacute;ndares de accesibilidad.";}i:7;a:7:{s:5:"title";s:31:"palmonaz on "Photoracer Plugin"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/photoracer/#post-7293";s:7:"pubdate";s:31:"Fri, 10 Oct 2008 11:05:30 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"palmonaz";}s:4:"guid";s:41:"7293@http://wordpress.org/extend/plugins/";s:11:"description";s:37:"Turns WordPress into a photo contest.";s:7:"summary";s:37:"Turns WordPress into a photo contest.";}i:8;a:7:{s:5:"title";s:18:"mpntod on "LibDig"";s:4:"link";s:53:"http://wordpress.org/extend/plugins/libdig/#post-7290";s:7:"pubdate";s:31:"Thu, 09 Oct 2008 20:47:46 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"mpntod";}s:4:"guid";s:41:"7290@http://wordpress.org/extend/plugins/";s:11:"description";s:40:"Adds a LibDig button to your blog posts.";s:7:"summary";s:40:"Adds a LibDig button to your blog posts.";}i:9;a:7:{s:5:"title";s:25:"sksmatt on "scrnshotsRSS"";s:4:"link";s:59:"http://wordpress.org/extend/plugins/scrnshotsrss/#post-7285";s:7:"pubdate";s:31:"Wed, 08 Oct 2008 18:31:35 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"sksmatt";}s:4:"guid";s:41:"7285@http://wordpress.org/extend/plugins/";s:11:"description";s:45:"Display Scrnshots.com captures on your sites.";s:7:"summary";s:45:"Display Scrnshots.com captures on your sites.";}i:10;a:7:{s:5:"title";s:32:"pfefferle on "Portable Contacts"";s:4:"link";s:64:"http://wordpress.org/extend/plugins/portable-contacts/#post-7281";s:7:"pubdate";s:31:"Wed, 08 Oct 2008 13:17:13 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"pfefferle";}s:4:"guid";s:41:"7281@http://wordpress.org/extend/plugins/";s:11:"description";s:104:"Some kind of Portable Contacts Delegation based on the awesome OpenID/Portable Contacts Demo by JanRain.";s:7:"summary";s:104:"Some kind of Portable Contacts Delegation based on the awesome OpenID/Portable Contacts Demo by JanRain.";}i:11;a:7:{s:5:"title";s:24:"elfin on "eFiles Backup"";s:4:"link";s:60:"http://wordpress.org/extend/plugins/efiles-backup/#post-7279";s:7:"pubdate";s:31:"Wed, 08 Oct 2008 13:11:32 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"elfin";}s:4:"guid";s:41:"7279@http://wordpress.org/extend/plugins/";s:11:"description";s:125:"Creates on demand backups of Uploads, Themes, Plugins and the wp-content directory. Probably only suitable for smaller sites.";s:7:"summary";s:125:"Creates on demand backups of Uploads, Themes, Plugins and the wp-content directory. Probably only suitable for smaller sites.";}i:12;a:7:{s:5:"title";s:38:"secludedhabitat on "WP-UDIF-Entrecard"";s:4:"link";s:64:"http://wordpress.org/extend/plugins/wp-udif-entrecard/#post-7277";s:7:"pubdate";s:31:"Wed, 08 Oct 2008 08:46:07 +0000";s:2:"dc";a:1:{s:7:"creator";s:15:"secludedhabitat";}s:4:"guid";s:41:"7277@http://wordpress.org/extend/plugins/";s:11:"description";s:94:"A plugin that displays an Entrecard Widget with a selectable ''U Drop I Follow'' image below it.";s:7:"summary";s:94:"A plugin that displays an Entrecard Widget with a selectable ''U Drop I Follow'' image below it.";}i:13;a:7:{s:5:"title";s:23:"sivel on "Better Howdy"";s:4:"link";s:59:"http://wordpress.org/extend/plugins/better-howdy/#post-7273";s:7:"pubdate";s:31:"Tue, 07 Oct 2008 22:18:51 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"sivel";}s:4:"guid";s:41:"7273@http://wordpress.org/extend/plugins/";s:11:"description";s:48:"Remove ''Howdy'' and restructure the ''Howdy'' line.";s:7:"summary";s:48:"Remove ''Howdy'' and restructure the ''Howdy'' line.";}i:14;a:7:{s:5:"title";s:20:"Logos on "RefTagger"";s:4:"link";s:56:"http://wordpress.org/extend/plugins/reftagger/#post-7272";s:7:"pubdate";s:31:"Tue, 07 Oct 2008 20:10:27 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"Logos";}s:4:"guid";s:41:"7272@http://wordpress.org/extend/plugins/";s:11:"description";s:65:"Turns Bible references into links to the verse on Bible.logos.com";s:7:"summary";s:65:"Turns Bible references into links to the verse on Bible.logos.com";}}s:7:"channel";a:6:{s:5:"title";s:6:"Newest";s:4:"link";s:36:"http://wordpress.org/extend/plugins/";s:11:"description";s:6:"Newest";s:8:"language";s:2:"en";s:7:"pubdate";s:31:"Wed, 15 Oct 2008 00:56:19 +0000";s:7:"tagline";s:6:"Newest";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:21:"2008-10-11 22:27:02\r\n";s:4:"etag";s:36:""03649cea90b792922c4185685e7bd07c"\r\n";}', 'no');
+INSERT INTO `wp_options` VALUES (150, 0, 'rss_57bc725ad6568758915363af670fd8bc_ts', '1224032180', 'no');
+INSERT INTO `wp_options` VALUES (162, 0, 'rss_fd6f38363b6c71c00bd0bdb0950ac772_ts', '1221836076', 'no');
+INSERT INTO `wp_options` VALUES (152, 0, 'rss_62f33dd616056fabd8aa266fa1b7c01d', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:6:{s:5:"title";s:62:"Retrieve and Get WordPress Post ID Outside the Loop as PHP ...";s:11:"description";s:190:"Jun 24, 2006 <b>...</b> In WordPress, each <em>post</em> has unique anchor identifier in the form of numeric <em>post ID</em>. When inside the Loop, where WordPress processes and <b>...</b> ";s:4:"link";s:109:"http://www.mydigitallife.info/2006/06/24/retrieve-and-get-wordpress-post-id-outside-the-loop-as-php-variable/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:109:"http://www.mydigitallife.info/2006/06/24/retrieve-and-get-wordpress-post-id-outside-the-loop-as-php-variable/";s:7:"summary";s:190:"Jun 24, 2006 <b>...</b> In WordPress, each <em>post</em> has unique anchor identifier in the form of numeric <em>post ID</em>. When inside the Loop, where WordPress processes and <b>...</b> ";}i:1;a:6:{s:5:"title";s:7:"POST ID";s:11:"description";s:188:" Once the <em>POST</em> Training Roster is received by <em>POST</em> and entered into the database, you will be able to determine your <em>POST ID</em> using one of the methods <b>...</b> ";s:4:"link";s:44:"http://www.post.ca.gov/whats_new/POST_ID.asp";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:44:"http://www.post.ca.gov/whats_new/POST_ID.asp";s:7:"summary";s:188:" Once the <em>POST</em> Training Roster is received by <em>POST</em> and entered into the database, you will be able to determine your <em>POST ID</em> using one of the methods <b>...</b> ";}i:2;a:6:{s:5:"title";s:39:"Template Tags/the ID Â« WordPress Codex";s:11:"description";s:202:"Displays the numeric <em>ID</em> of the current <em>post</em>. This tag must be within The Loop. <b>...</b> Since the_ID returns the <em>post ID</em> as numerical data, you should include at <b>...</b> ";s:4:"link";s:47:"http://codex.wordpress.org/Template_Tags/the_ID";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:47:"http://codex.wordpress.org/Template_Tags/the_ID";s:7:"summary";s:202:"Displays the numeric <em>ID</em> of the current <em>post</em>. This tag must be within The Loop. <b>...</b> Since the_ID returns the <em>post ID</em> as numerical data, you should include at <b>...</b> ";}i:3;a:6:{s:5:"title";s:45:"Installing Slackware Linux - Bitbender Forums";s:11:"description";s:208:"Oct 4, 2005 <b>...</b> Press t to &quot;change a partition&#39;s system <em>id</em>&quot; and then press 5 when <b>.....</b> Installing Slackware Linux Part 5 - <em>Post</em> Install Configuration <b>...</b> ";s:4:"link";s:64:"http://www.bitbenderforums.com/vb22/showthread.php?postid=311808";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:64:"http://www.bitbenderforums.com/vb22/showthread.php?postid=311808";s:7:"summary";s:208:"Oct 4, 2005 <b>...</b> Press t to &quot;change a partition&#39;s system <em>id</em>&quot; and then press 5 when <b>.....</b> Installing Slackware Linux Part 5 - <em>Post</em> Install Configuration <b>...</b> ";}i:4;a:6:{s:5:"title";s:68:"Windows XP Service Pack 3 Released to Manufacturing - TechNet Forums";s:11:"description";s:213:"Apr 21, 2008 <b>...</b> Sign in to Windows Live <em>ID</em> <b>...</b> Comment Was this <em>post</em> helpful ? <em>Post</em> Locked <b>....</b> Asset Inventory Service Software <em>Identification</em> <b>...</b> ";s:4:"link";s:74:"http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3214173&SiteID=17";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:74:"http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=3214173&SiteID=17";s:7:"summary";s:213:"Apr 21, 2008 <b>...</b> Sign in to Windows Live <em>ID</em> <b>...</b> Comment Was this <em>post</em> helpful ? <em>Post</em> Locked <b>....</b> Asset Inventory Service Software <em>Identification</em> <b>...</b> ";}i:5;a:6:{s:5:"title";s:57:"Idaho Peace Officer Standards and Training (POST) Academy";s:11:"description";s:90:"Law enforcement training, academies, and standards for all <em>Idaho</em> Peace Officers. ";s:4:"link";s:26:"http://www.idaho-post.org/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:26:"http://www.idaho-post.org/";s:7:"summary";s:90:"Law enforcement training, academies, and standards for all <em>Idaho</em> Peace Officers. ";}i:6;a:6:{s:5:"title";s:22:"PostIdSpec - Atom Wiki";s:11:"description";s:204:" 2 matches for &quot;<em>Post</em>...&quot; PostIdAndPermaLinkRequired &middot; PostIdNotRequired. 2 matches for &quot;...Spec&quot;. CategoryElementSpec &middot; PaceAggregationInSeparateSpec <b>...</b> ";s:4:"link";s:47:"http://www.intertwingly.net/wiki/pie/PostIdSpec";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:47:"http://www.intertwingly.net/wiki/pie/PostIdSpec";s:7:"summary";s:204:" 2 matches for &quot;<em>Post</em>...&quot; PostIdAndPermaLinkRequired &middot; PostIdNotRequired. 2 matches for &quot;...Spec&quot;. CategoryElementSpec &middot; PaceAggregationInSeparateSpec <b>...</b> ";}i:7;a:6:{s:5:"title";s:13:"Post Identity";s:11:"description";s:166:"Welcome to <em>Post</em> Identity&#39;s searchable article database. <em>Post</em> Identity is an international, fully-refereed journal of the humanities. <b>...</b> ";s:4:"link";s:35:"http://quod.lib.umich.edu/p/postid/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:35:"http://quod.lib.umich.edu/p/postid/";s:7:"summary";s:166:"Welcome to <em>Post</em> Identity&#39;s searchable article database. <em>Post</em> Identity is an international, fully-refereed journal of the humanities. <b>...</b> ";}i:8;a:6:{s:5:"title";s:44:"Piracy & PC Gaming Â» Forum Post by Draginol";s:11:"description";s:137:"Mar 10, 2008 <b>...</b> Piracy &amp; PC Gaming Â» Forum <em>Post</em> by Draginol Â» Recently there has been a lot of talk about how pi. ";s:4:"link";s:60:"http://forums.sinsofasolarempire.com/post.aspx?postid=303512";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:60:"http://forums.sinsofasolarempire.com/post.aspx?postid=303512";s:7:"summary";s:137:"Mar 10, 2008 <b>...</b> Piracy &amp; PC Gaming Â» Forum <em>Post</em> by Draginol Â» Recently there has been a lot of talk about how pi. ";}i:9;a:6:{s:5:"title";s:66:"Theodore Watson - GRL Laser Tag Rotterdam - how to and source code";s:11:"description";s:174:"http://muonics.net/blog/index.php?<em>postid</em>=26. Comment Trackback URL : http://www.muonics.net/blog/bblog/trackback.php/15/698/. Re: GRL Laser Tag Rotterdam <b>...</b> ";s:4:"link";s:43:"http://muonics.net/blog/index.php?postid=15";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:43:"http://muonics.net/blog/index.php?postid=15";s:7:"summary";s:174:"http://muonics.net/blog/index.php?<em>postid</em>=26. Comment Trackback URL : http://www.muonics.net/blog/bblog/trackback.php/15/698/. Re: GRL Laser Tag Rotterdam <b>...</b> ";}}s:7:"channel";a:7:{s:5:"title";s:31:"Icerocket web search: $post->ID";s:4:"link";s:55:"http://www.icerocket.com/search?tab=web&q=%24post-%3EID";s:11:"description";s:29:"Web Search from IceRocket.com";s:3:"ttl";s:2:"60";s:8:"language";s:5:"en-us";s:9:"copyright";s:29:"Copyright 2008, IceRocket.com";s:7:"tagline";s:29:"Web Search from IceRocket.com";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (153, 0, 'rss_62f33dd616056fabd8aa266fa1b7c01d_ts', '1221720801', 'no');
+INSERT INTO `wp_options` VALUES (154, 0, 'rss_39e757b7ccc10da2415f00470da5c872', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:6:{s:5:"title";s:40:"Query - Wikipedia, the free encyclopedia";s:11:"description";s:186:"The <em>Queries</em>, a set of 31 questions outlined by Isaac Newton beginning in 1704; <em>Query</em> (complexity), a mapping from structures of one vocabulary to structures <b>...</b> ";s:4:"link";s:34:"http://en.wikipedia.org/wiki/Query";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:34:"http://en.wikipedia.org/wiki/Query";s:7:"summary";s:186:"The <em>Queries</em>, a set of 31 questions outlined by Isaac Newton beginning in 1704; <em>Query</em> (complexity), a mapping from structures of one vocabulary to structures <b>...</b> ";}i:1;a:6:{s:5:"title";s:49:"Query language - Wikipedia, the free encyclopedia";s:11:"description";s:179:" Broadly, <em>query</em> languages can be classified according to whether they are database <em>query</em> languages or information retrieval <em>query</em> languages. <b>...</b> ";s:4:"link";s:43:"http://en.wikipedia.org/wiki/Query_language";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:43:"http://en.wikipedia.org/wiki/Query_language";s:7:"summary";s:179:" Broadly, <em>query</em> languages can be classified according to whether they are database <em>query</em> languages or information retrieval <em>query</em> languages. <b>...</b> ";}i:2;a:6:{s:5:"title";s:66:"What is query? - A Word Definition From the Webopedia Computer ...";s:11:"description";s:120:"This page describes the term <em>query</em> and lists other pages on the Web where you can find additional information. ";s:4:"link";s:42:"http://www.webopedia.com/TERM/Q/query.html";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:42:"http://www.webopedia.com/TERM/Q/query.html";s:7:"summary";s:120:"This page describes the term <em>query</em> and lists other pages on the Web where you can find additional information. ";}i:3;a:6:{s:5:"title";s:35:"Web Search - Federated Query Server";s:11:"description";s:164:"The Livelink ECM - Federated <em>Query</em> Server Web search page <em>queries</em> six general purpose Web search engines, and returns a single merged, <b>...</b> ";s:4:"link";s:34:"http://www.queryserver.com/web.htm";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:34:"http://www.queryserver.com/web.htm";s:7:"summary";s:164:"The Livelink ECM - Federated <em>Query</em> Server Web search page <em>queries</em> six general purpose Web search engines, and returns a single merged, <b>...</b> ";}i:4;a:6:{s:5:"title";s:52:"Query Module Tags â ExpressionEngine Documentation";s:11:"description";s:175:"ExpressionEngine includes a special tag that allows you to perform SQL <em>queries</em>, returning results from your database without having to script it with PHP. <b>...</b> ";s:4:"link";s:57:"http://expressionengine.com/docs/modules/query/index.html";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:57:"http://expressionengine.com/docs/modules/query/index.html";s:7:"summary";s:175:"ExpressionEngine includes a special tag that allows you to perform SQL <em>queries</em>, returning results from your database without having to script it with PHP. <b>...</b> ";}i:5;a:6:{s:5:"title";s:28:"MySQL :: MySQL Query Browser";s:11:"description";s:193:"MySQL <em>Query</em> Browser is the easiest visual tool for creating, executing, and optimizing SQL <em>queries</em> for your MySQL Database Server. The MySQL <em>Query</em> Browser <b>...</b> ";s:4:"link";s:50:"http://www.mysql.com/products/tools/query-browser/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:50:"http://www.mysql.com/products/tools/query-browser/";s:7:"summary";s:193:"MySQL <em>Query</em> Browser is the easiest visual tool for creating, executing, and optimizing SQL <em>queries</em> for your MySQL Database Server. The MySQL <em>Query</em> Browser <b>...</b> ";}i:6;a:6:{s:5:"title";s:22:"W3C XML Query (XQuery)";s:11:"description";s:95:" Home of the W3C&#39;s XML <em>Query</em> working group, whose work includes XQuery and XPath. ";s:4:"link";s:28:"http://www.w3.org/XML/Query/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:28:"http://www.w3.org/XML/Query/";s:7:"summary";s:95:" Home of the W3C&#39;s XML <em>Query</em> working group, whose work includes XQuery and XPath. ";}i:7;a:6:{s:5:"title";s:32:"MRQE - Movie Review Query Engine";s:11:"description";s:205:"MRQE - Movie Review <em>Query</em> Engine Home - Logo &middot; Click Here &middot; Log In &middot; My Account &middot; Shop &middot; Forums. Titles Available: 71282 | Articles Available: 702574 <b>...</b> ";s:4:"link";s:20:"http://www.mrqe.com/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:20:"http://www.mrqe.com/";s:7:"summary";s:205:"MRQE - Movie Review <em>Query</em> Engine Home - Logo &middot; Click Here &middot; Log In &middot; My Account &middot; Shop &middot; Forums. Titles Available: 71282 | Articles Available: 702574 <b>...</b> ";}i:8;a:6:{s:5:"title";s:38:"Query (Lucene 2008-09-12_02-04-27 API)";s:11:"description";s:174:"Sets the boost for this <em>query</em> clause to b . Documents matching this clause will (in addition to the normal weightings) have their score multiplied by b . <b>...</b> ";s:4:"link";s:99:"http://hudson.zones.apache.org/hudson/job/Lucene-trunk/javadoc//org/apache/lucene/search/Query.html";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:99:"http://hudson.zones.apache.org/hudson/job/Lucene-trunk/javadoc//org/apache/lucene/search/Query.html";s:7:"summary";s:174:"Sets the boost for this <em>query</em> clause to b . Documents matching this clause will (in addition to the normal weightings) have their score multiplied by b . <b>...</b> ";}i:9;a:6:{s:5:"title";s:17:"Query (Java EE 5)";s:11:"description";s:186:"Set the flush mode type to be used for the <em>query</em> execution. The flush mode type applies to the <em>query</em> regardless of the flush mode type in use for the entity <b>...</b> ";s:4:"link";s:66:"http://java.sun.com/javaee/5/docs/api/javax/persistence/Query.html";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:66:"http://java.sun.com/javaee/5/docs/api/javax/persistence/Query.html";s:7:"summary";s:186:"Set the flush mode type to be used for the <em>query</em> execution. The flush mode type applies to the <em>query</em> regardless of the flush mode type in use for the entity <b>...</b> ";}}s:7:"channel";a:7:{s:5:"title";s:28:"Icerocket web search: $query";s:4:"link";s:50:"http://www.icerocket.com/search?tab=web&q=%24query";s:11:"description";s:29:"Web Search from IceRocket.com";s:3:"ttl";s:2:"60";s:8:"language";s:5:"en-us";s:9:"copyright";s:29:"Copyright 2008, IceRocket.com";s:7:"tagline";s:29:"Web Search from IceRocket.com";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (155, 0, 'rss_39e757b7ccc10da2415f00470da5c872_ts', '1221721166', 'no');
+INSERT INTO `wp_options` VALUES (156, 0, 'rss_b8c955d4062036bdf1364dda6ced2cef', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:0:{}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";N;s:12:"feed_version";N;s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (157, 0, 'rss_b8c955d4062036bdf1364dda6ced2cef_ts', '1221759985', 'no');
+INSERT INTO `wp_options` VALUES (167, 0, 'rss_7b4dfe53b2274856a4eea77043d27b9d', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:0:{}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";N;s:12:"feed_version";N;s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (182, 0, 'rss_e53c0fdf4564bd1ed276aac7a3d60205', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:5:{s:5:"title";s:6:"CAMARA";s:4:"link";s:174:"http://uk.wrs.yahoo.com/_ylt=A0Je5ap.fNtI4.cAWUTdmMwF;_ylu=X3oDMTB2cXVjNTM5BGNvbG8DdwRsA1dTMQRwb3MDMQRzZWMDc3IEdnRpZAM-/SIG=1198bs3en/EXP=1222430206/**http%3A//www.camara.be/";s:11:"description";s:146:"Camara : centrale d''achat secteur photo / video / hi-fi / tÃ©lÃ©phonie / multimÃ©dia ; aankoop centrale sector foto / video / Hi-Fi/ telefonie ...";s:4:"guid";s:21:"http://www.camara.be/";s:7:"summary";s:146:"Camara : centrale d''achat secteur photo / video / hi-fi / tÃ©lÃ©phonie / multimÃ©dia ; aankoop centrale sector foto / video / Hi-Fi/ telefonie ...";}i:1;a:5:{s:5:"title";s:42:"CÃ¢mara - Wikipedia, the free encyclopedia";s:4:"link";s:197:"http://uk.wrs.yahoo.com/_ylt=A0Je5ap.fNtI4.cAXETdmMwF;_ylu=X3oDMTB2ZjQ4dDExBGNvbG8DdwRsA1dTMQRwb3MDMgRzZWMDc3IEdnRpZAM-/SIG=120pcr0e2/EXP=1222430206/**http%3A//en.wikipedia.org/wiki/C%25C3%25A2mara";s:11:"description";s:164:"AntÃ³nio de Vasconcelos e Sousa CÃ¢mara Caminha Faro e Veiga, 8th ... CÃ¢mara, Brazilian ... JosÃ© da CÃ¢mara Teles, 13th donatary captain of the island of SÃ£o ...";s:4:"guid";s:40:"http://en.wikipedia.org/wiki/C%C3%A2mara";s:7:"summary";s:164:"AntÃ³nio de Vasconcelos e Sousa CÃ¢mara Caminha Faro e Veiga, 8th ... CÃ¢mara, Brazilian ... JosÃ© da CÃ¢mara Teles, 13th donatary captain of the island of SÃ£o ...";}i:2;a:5:{s:5:"title";s:74:"Camara :: Technology - Empowering Education - Recycling computers from ...";s:4:"link";s:174:"http://uk.wrs.yahoo.com/_ylt=A0Je5ap.fNtI4.cAX0TdmMwF;_ylu=X3oDMTB2M3MzdmZoBGNvbG8DdwRsA1dTMQRwb3MDMwRzZWMDc3IEdnRpZAM-/SIG=119cjlipr/EXP=1222430206/**http%3A//www.camara.ie/";s:11:"description";s:172:"Camara recycles and refurbishes computers and ships them to schools and colleges ... It costs Camara â¬55 to refurbish, clean, pack and transport a computer to Africa. ...";s:4:"guid";s:21:"http://www.camara.ie/";s:7:"summary";s:172:"Camara recycles and refurbishes computers and ships them to schools and colleges ... It costs Camara â¬55 to refurbish, clean, pack and transport a computer to Africa. ...";}i:3;a:5:{s:5:"title";s:62:"Vermont slate for roofing, floor tile, structural use and more";s:4:"link";s:180:"http://uk.wrs.yahoo.com/_ylt=A0Je5ap.fNtI4.cAYkTdmMwF;_ylu=X3oDMTB2OWM1MXQ5BGNvbG8DdwRsA1dTMQRwb3MDNARzZWMDc3IEdnRpZAM-/SIG=11fc2kojq/EXP=1222430206/**http%3A//www.camaraslate.com/";s:11:"description";s:134:"Camara Slate - Vermont Slate from quarries mined since the mid 1850''s for roofing, flooring, countertops, structural, and paving uses.";s:4:"guid";s:27:"http://www.camaraslate.com/";s:7:"summary";s:134:"Camara Slate - Vermont Slate from quarries mined since the mid 1850''s for roofing, flooring, countertops, structural, and paving uses.";}i:4;a:5:{s:5:"title";s:18:"Lionel Camara home";s:4:"link";s:170:"http://uk.wrs.yahoo.com/_ylt=A0Je5ap.fNtI4.cAZUTdmMwF;_ylu=X3oDMTB2NW50aG1hBGNvbG8DdwRsA1dTMQRwb3MDNQRzZWMDc3IEdnRpZAM-/SIG=1155tfh9i/EXP=1222430206/**http%3A//camara.us/";s:11:"description";s:129:"A basic gospel message describing why Christians who still sin can go to heaven while good people go to hell, by Lionel J. Camara";s:4:"guid";s:17:"http://camara.us/";s:7:"summary";s:129:"A basic gospel message describing why Christians who still sin can go to heaven while good people go to hell, by Lionel J. Camara";}i:5;a:5:{s:5:"title";s:18:"Amazon.com: camara";s:4:"link";s:185:"http://uk.wrs.yahoo.com/_ylt=A0Je5ap.fNtI4.cAaETdmMwF;_ylu=X3oDMTB2azJrdmpwBGNvbG8DdwRsA1dTMQRwb3MDNgRzZWMDc3IEdnRpZAM-/SIG=11ksf5m7m/EXP=1222430206/**http%3A//www.amazon.com/tag/camara";s:11:"description";s:159:"A community about camara. Tag and discover new products. Share your images and discuss your ... "camara" No one has created a list or guide tagged "camara" ...";s:4:"guid";s:32:"http://www.amazon.com/tag/camara";s:7:"summary";s:159:"A community about camara. Tag and discover new products. Share your images and discuss your ... "camara" No one has created a list or guide tagged "camara" ...";}i:6;a:5:{s:5:"title";s:41:"Camara - Wikipedia, the free encyclopedia";s:4:"link";s:188:"http://uk.wrs.yahoo.com/_ylt=A0Je5ap.fNtI4.cAa0TdmMwF;_ylu=X3oDMTB2bDEyNXM5BGNvbG8DdwRsA1dTMQRwb3MDNwRzZWMDc3IEdnRpZAM-/SIG=11n1okqmo/EXP=1222430206/**http%3A//en.wikipedia.org/wiki/Camara";s:11:"description";s:162:"CÃ¢mara. This disambiguation page lists articles associated with the ... Retrieved from "http://en.wikipedia.org/wiki/Camara" Categories: Disambiguation pages ...";s:4:"guid";s:35:"http://en.wikipedia.org/wiki/Camara";s:7:"summary";s:162:"CÃ¢mara. This disambiguation page lists articles associated with the ... Retrieved from "http://en.wikipedia.org/wiki/Camara" Categories: Disambiguation pages ...";}i:7;a:5:{s:5:"title";s:21:"The Camara Connection";s:4:"link";s:196:"http://uk.wrs.yahoo.com/_ylt=A0Je5ap.fNtI4.cAbkTdmMwF;_ylu=X3oDMTB2bTU4Zm85BGNvbG8DdwRsA1dTMQRwb3MDOARzZWMDc3IEdnRpZAM-/SIG=11v3cu501/EXP=1222430206/**http%3A//pages.cthome.net/rcamara/camara.html";s:11:"description";s:168:"This webpage was created for and about persons all over the world who share the Portuguese surname Camara (CÃ¢mara in Portuguese.) Included is information about the ...";s:4:"guid";s:43:"http://pages.cthome.net/rcamara/camara.html";s:7:"summary";s:168:"This webpage was created for and about persons all over the world who share the Portuguese surname Camara (CÃ¢mara in Portuguese.) Included is information about the ...";}i:8;a:5:{s:5:"title";s:43:"Camara''s in Digital Cameras at Shopping.com";s:4:"link";s:470:"http://uk.wrs.yahoo.com/_ylt=A0Je5ap.fNtI4.cAcUTdmMwF;_ylu=X3oDMTB2dW8yNmN0BGNvbG8DdwRsA1dTMQRwb3MDOQRzZWMDc3IEdnRpZAM-/SIG=1ah5203l9/EXP=1222430206/**http%3A//rdrw1.yahoo.com/click%3Fu=http%3A//www.shopping.com/xGS-Camara%2527S~NS-1~linkin_id-8006928%26y=04A717675502845FFA%26i=482%26c=25367%26mcid=6852FB09DB52EC2B%26q=02%255ESSHPM%255BL7%255C~r~m~6%26e=utf-8%26r=8%26d=wow~WBSV-en-us%26n=7GH4K1N9ARDKGDMV%26s=0%26t=%26m=48DB7C7F%26x=05E6288F33660DA3DCC244B96CCE30F56B";s:11:"description";s:115:"Find camara''s and more digital cameras items at Shopping.com. Shop online and compare prices. Shopping made simple.";s:4:"guid";s:36:"http://www.shopping.com/xGS-Camara''S";s:7:"summary";s:115:"Find camara''s and more digital cameras items at Shopping.com. Shop online and compare prices. Shopping made simple.";}i:9;a:5:{s:5:"title";s:21:"Bantaba in Cyberspace";s:4:"link";s:174:"http://uk.wrs.yahoo.com/_ylt=A0Je5ap.fNtI4.cAc0TdmMwF;_ylu=X3oDMTEwc3RuNTk4BGNvbG8DdwRsA1dTMQRwb3MDMTAEc2VjA3NyBHZ0aWQD/SIG=119c27hof/EXP=1222430206/**http%3A//www.camara.dk/";s:11:"description";s:90:"Open forum where everything concerning the community is discussed, debated, or celebrated.";s:4:"guid";s:21:"http://www.camara.dk/";s:7:"summary";s:90:"Open forum where everything concerning the community is discussed, debated, or celebrated.";}}s:7:"channel";a:7:{s:5:"title";s:21:"Yahoo! Search: Camara";s:4:"link";s:48:"http://search.yahoo.com/search?p=Camara&ei=UTF-8";s:8:"language";s:2:"en";s:11:"description";s:35:"Search results for the query Camara";s:9:"copyright";s:51:"Copyright (c) 2007 Yahoo! Inc. All rights reserved.";s:13:"lastbuilddate";s:31:"Thu, 25 Sep 2008 04:56:47 -0700";s:7:"tagline";s:35:"Search results for the query Camara";}s:9:"textinput";a:0:{}s:5:"image";a:5:{s:3:"url";s:62:"http://us.i1.yimg.com/us.yimg.com/i/us/nt/b/rss/rss_search.gif";s:5:"title";s:13:"Yahoo! Search";s:4:"link";s:23:"http://search.yahoo.com";s:5:"width";s:3:"142";s:6:"height";s:2:"18";}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (183, 0, 'rss_e53c0fdf4564bd1ed276aac7a3d60205_ts', '1222343810', 'no');
+INSERT INTO `wp_options` VALUES (168, 0, 'rss_7b4dfe53b2274856a4eea77043d27b9d_ts', '1221760204', 'no');
+INSERT INTO `wp_options` VALUES (169, 0, 'rss_fb5408e069762ffb0a252fb8b3cfd02f', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:6:{s:5:"title";s:22:"Mountbatten Ltd - Home";s:11:"description";s:81:"<em>Mountbatten Ltd</em> Your reliable IT &amp; Communication partner in Uganda. ";s:4:"link";s:27:"http://www.mountbatten.net/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:27:"http://www.mountbatten.net/";s:7:"summary";s:81:"<em>Mountbatten Ltd</em> Your reliable IT &amp; Communication partner in Uganda. ";}i:1;a:6:{s:5:"title";s:43:"Mountbatten Ltd - Comtel Integrators Africa";s:11:"description";s:110:" <em>Mountbatten Ltd</em> Your reliable IT &amp; Communication partner in Uganda., Comtel Integrators Africa. ";s:4:"link";s:68:"http://www.mountbatten.net/it/clients/comtel-integrators-africa.html";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:68:"http://www.mountbatten.net/it/clients/comtel-integrators-africa.html";s:7:"summary";s:110:" <em>Mountbatten Ltd</em> Your reliable IT &amp; Communication partner in Uganda., Comtel Integrators Africa. ";}i:2;a:6:{s:5:"title";s:42:"Mountbatten Web Hosting - Mountbatten Ltd.";s:11:"description";s:165:"We are the cheapest and fastest hosting provider in Uganda, offering the best customer support on all our hosting products. We host both inside Uganda as <b>...</b> ";s:4:"link";s:62:"http://www.hosting-location.com/report-it/Mountbatten_Ltd__net";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:62:"http://www.hosting-location.com/report-it/Mountbatten_Ltd__net";s:7:"summary";s:165:"We are the cheapest and fastest hosting provider in Uganda, offering the best customer support on all our hosting products. We host both inside Uganda as <b>...</b> ";}i:3;a:6:{s:5:"title";s:34:"Uganda,Fast, - Mountbatten Ltd....";s:11:"description";s:124:"We are the cheapest and fastest hosting provider in Uganda, offering the best customer support on all our hosting products. ";s:4:"link";s:49:"http://www.hosting-location.com/cat/Uganda_fast_/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:49:"http://www.hosting-location.com/cat/Uganda_fast_/";s:7:"summary";s:124:"We are the cheapest and fastest hosting provider in Uganda, offering the best customer support on all our hosting products. ";}i:4;a:6:{s:5:"title";s:63:"Mountbatten Reviews Hosting Mountbatten reviews Mountbatten ...";s:11:"description";s:216:"Sep 11, 2008 <b>...</b> WebHosting Plans <em>mountbatten</em>.net!<em>mountbatten</em>.net Web Hosting Reviews,<em>Mountbatten</em> Coupon <b>...</b> <em>Mountbatten Ltd</em>.: Hosting locally in Kampala. <b>...</b> ";s:4:"link";s:82:"http://www.web-hosting-top.com/web-hosting/web-hosting-top.mountbatten.net-reviews";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:82:"http://www.web-hosting-top.com/web-hosting/web-hosting-top.mountbatten.net-reviews";s:7:"summary";s:216:"Sep 11, 2008 <b>...</b> WebHosting Plans <em>mountbatten</em>.net!<em>mountbatten</em>.net Web Hosting Reviews,<em>Mountbatten</em> Coupon <b>...</b> <em>Mountbatten Ltd</em>.: Hosting locally in Kampala. <b>...</b> ";}i:5;a:6:{s:5:"title";s:65:"Braille, Tactile and Talking Devices: Chatterbox, Mountbatten ...";s:11:"description";s:195:"Modern World Data <em>Ltd</em>. Supplying Sales, Service &amp; Training on equipment for those <b>...</b> Equipment range includes: Chatterbox II Talking Scanner, <em>Mountbatten</em> <b>...</b> ";s:4:"link";s:33:"http://www.modern-world-data.com/";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:33:"http://www.modern-world-data.com/";s:7:"summary";s:195:"Modern World Data <em>Ltd</em>. Supplying Sales, Service &amp; Training on equipment for those <b>...</b> Equipment range includes: Chatterbox II Talking Scanner, <em>Mountbatten</em> <b>...</b> ";}i:6;a:6:{s:5:"title";s:69:"Mountbatten Development Pte Ltd, Singapore Property Developer Profile";s:11:"description";s:182:" <em>Mountbatten</em> Development Pte <em>Ltd</em> Singapore property developer information and their property developments. Property developments includes OLA Residences <b>...</b> ";s:4:"link";s:62:"http://www.iproperty.com.sg/property/developer.aspx?devid=1087";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:62:"http://www.iproperty.com.sg/property/developer.aspx?devid=1087";s:7:"summary";s:182:" <em>Mountbatten</em> Development Pte <em>Ltd</em> Singapore property developer information and their property developments. Property developments includes OLA Residences <b>...</b> ";}i:7;a:6:{s:5:"title";s:61:"Yell Â» Mount Batten Boat House Ltd, PL9 9XH, Yacht Chandlers";s:11:"description";s:201:"Home &gt; Yacht Chandlers in PL9 &gt; Full listing for <em>Mount Batten</em> Boat House <em>Ltd</em>. <em>Mount Batten</em> Boat House <em>Ltd</em>, PL9 9XH. Classification: Yacht Chandlers <b>...</b> ";s:4:"link";s:95:"http://www.yell.com/listings/DoFindListings/1993789/Mount-Batten-Boat-House-Ltd/Yacht-Chandlers";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:95:"http://www.yell.com/listings/DoFindListings/1993789/Mount-Batten-Boat-House-Ltd/Yacht-Chandlers";s:7:"summary";s:201:"Home &gt; Yacht Chandlers in PL9 &gt; Full listing for <em>Mount Batten</em> Boat House <em>Ltd</em>. <em>Mount Batten</em> Boat House <em>Ltd</em>, PL9 9XH. Classification: Yacht Chandlers <b>...</b> ";}i:8;a:6:{s:5:"title";s:65:"Mountbatten Financial Ltd - Independent Financial Advisor and ...";s:11:"description";s:169:"Firm name: <em>Mountbatten</em> Financial <em>Ltd</em>. Address: 57-61 Liverpool Road South Maghull Liverpool L31 7BN. Phone: 0151 5310997. Fax: 0151 5316863 <b>...</b> ";s:4:"link";s:84:"http://www.ifa-guide.co.uk/lancashire/liverpool/mountbatten-financial-ltd-11051.html";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:84:"http://www.ifa-guide.co.uk/lancashire/liverpool/mountbatten-financial-ltd-11051.html";s:7:"summary";s:169:"Firm name: <em>Mountbatten</em> Financial <em>Ltd</em>. Address: 57-61 Liverpool Road South Maghull Liverpool L31 7BN. Phone: 0151 5310997. Fax: 0151 5316863 <b>...</b> ";}i:9;a:6:{s:5:"title";s:48:"192.com - Mountbatten Financial Ltd in LIVERPOOL";s:11:"description";s:174:"<em>MOUNTBATTEN</em> FINANCIAL <em>LTD</em>. Classified Directory 0151 531 0997 0151 531 6863 (fax) Get More Records. 57 61 LIVERPOOL ROAD SOUTH LIVERPOOL L31 7BN <b>...</b> ";s:4:"link";s:113:"http://www.192.com/local/LIVERPOOL/FINANCIAL_ADVISORS/MOUNTBATTEN_FINANCIAL_LTD/X116668BC92FA476B890CE8C758AC6E81";s:7:"pubdate";s:29:"Wed, 31 Dec 1969 18:00:00 CST";s:4:"guid";s:113:"http://www.192.com/local/LIVERPOOL/FINANCIAL_ADVISORS/MOUNTBATTEN_FINANCIAL_LTD/X116668BC92FA476B890CE8C758AC6E81";s:7:"summary";s:174:"<em>MOUNTBATTEN</em> FINANCIAL <em>LTD</em>. Classified Directory 0151 531 0997 0151 531 6863 (fax) Get More Records. 57 61 LIVERPOOL ROAD SOUTH LIVERPOOL L31 7BN <b>...</b> ";}}s:7:"channel";a:7:{s:5:"title";s:38:"Icerocket web search: Mountbatten Ltd.";s:4:"link";s:58:"http://www.icerocket.com/search?tab=web&q=Mountbatten+Ltd.";s:11:"description";s:29:"Web Search from IceRocket.com";s:3:"ttl";s:2:"60";s:8:"language";s:5:"en-us";s:9:"copyright";s:29:"Copyright 2008, IceRocket.com";s:7:"tagline";s:29:"Web Search from IceRocket.com";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (170, 0, 'rss_fb5408e069762ffb0a252fb8b3cfd02f_ts', '1221760353', 'no');
+INSERT INTO `wp_options` VALUES (171, 0, 'rss_d5a684943c6fb375fe8cf24fb68fc6b1', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:5:{s:5:"title";s:20:"APPFRICA / FrontPage";s:4:"link";s:27:"http://appfrica.pbwiki.com/";s:11:"description";s:162:"APPFRICA is a group mentoring and facilitating East African entrepreneurs in ... If you have questions about Appfrica and getting involved, contact us here or ...";s:4:"guid";s:27:"http://appfrica.pbwiki.com/";s:7:"summary";s:162:"APPFRICA is a group mentoring and facilitating East African entrepreneurs in ... If you have questions about Appfrica and getting involved, contact us here or ...";}i:1;a:5:{s:5:"title";s:8:"Appfrica";s:4:"link";s:25:"http://appfrica.net/blog/";s:11:"description";s:140:"Appfrica Labs: Building an Army With Thumb Drives ... This Week in Appfrica [Oct 26 - Nov 1, 2008] US-based Bloggers Detained in Nigeria ...";s:4:"guid";s:25:"http://appfrica.net/blog/";s:7:"summary";s:140:"Appfrica Labs: Building an Army With Thumb Drives ... This Week in Appfrica [Oct 26 - Nov 1, 2008] US-based Bloggers Detained in Nigeria ...";}i:2;a:5:{s:5:"title";s:19:"Archives - Appfrica";s:4:"link";s:33:"http://appfrica.net/blog/archives";s:11:"description";s:134:"Appfrica is a blog that covers African technology, innovation, news and the ... Permalink: http://appfrica.net/blog/archives/326 " ...";s:4:"guid";s:33:"http://appfrica.net/blog/archives";s:7:"summary";s:134:"Appfrica is a blog that covers African technology, innovation, news and the ... Permalink: http://appfrica.net/blog/archives/326 " ...";}i:3;a:5:{s:5:"title";s:17:"code.appfrica.net";s:4:"link";s:25:"http://code.appfrica.net/";s:11:"description";s:137:"code.appfrica.net. Home. Subversion. Forum. Newsgroup. Support. Upcoming Events. Contact ... Welcome to the Appfrica Code Repository! ...";s:4:"guid";s:25:"http://code.appfrica.net/";s:7:"summary";s:137:"code.appfrica.net. Home. Subversion. Forum. Newsgroup. Support. Upcoming Events. Contact ... Welcome to the Appfrica Code Repository! ...";}i:4;a:5:{s:5:"title";s:25:"Main Page - Appfrica Wiki";s:4:"link";s:39:"http://appfrica.mountbattenhosting.net/";s:11:"description";s:155:"The goal of Appfrica is to help cultivate minds and encourage entrepreneurship, ... Various projects like the Appfrica website and Afridex are used for ...";s:4:"guid";s:39:"http://appfrica.mountbattenhosting.net/";s:7:"summary";s:155:"The goal of Appfrica is to help cultivate minds and encourage entrepreneurship, ... Various projects like the Appfrica website and Afridex are used for ...";}i:5;a:5:{s:5:"title";s:34:"Appfrica Incubator - Appfrica Wiki";s:4:"link";s:67:"http://appfrica.mountbattenhosting.net/index.php/Appfrica_Incubator";s:11:"description";s:162:"Appfrica Labs is an incubator modeled after Paul Graham''s Y Combinator. ... Appfrica.net (tech magazine and blog community) Afridex (CRM index of African tech ...";s:4:"guid";s:67:"http://appfrica.mountbattenhosting.net/index.php/Appfrica_Incubator";s:7:"summary";s:162:"Appfrica Labs is an incubator modeled after Paul Graham''s Y Combinator. ... Appfrica.net (tech magazine and blog community) Afridex (CRM index of African tech ...";}i:6;a:5:{s:5:"title";s:31:"WordPress " Showcase " Appfrica";s:4:"link";s:39:"http://wordpress.org/showcase/appfrica/";s:11:"description";s:146:"Showcase " Appfrica. Appfrica.org facilitates, mentors and incubates entrepreneurs in software in ... Source: appfrica.net/blog " ... Appfrica ...";s:4:"guid";s:39:"http://wordpress.org/showcase/appfrica/";s:7:"summary";s:146:"Showcase " Appfrica. Appfrica.org facilitates, mentors and incubates entrepreneurs in software in ... Source: appfrica.net/blog " ... Appfrica ...";}i:7;a:5:{s:5:"title";s:62:"Hello Appfrica: An Interview with Jon Gosier | The Blog Herald";s:4:"link";s:81:"http://www.blogherald.com/2008/06/11/hello-appfrica-an-interview-with-jon-gosier/";s:11:"description";s:146:"Appfrica is an international technology conference and think-thank, taking place ... Best of luck to Jon Gosier and the Appfrica participants. ...";s:4:"guid";s:81:"http://www.blogherald.com/2008/06/11/hello-appfrica-an-interview-with-jon-gosier/";s:7:"summary";s:146:"Appfrica is an international technology conference and think-thank, taking place ... Best of luck to Jon Gosier and the Appfrica participants. ...";}i:8;a:5:{s:5:"title";s:24:"Blog Networks | Facebook";s:4:"link";s:62:"http://apps.facebook.com/blognetworks/blogpage.php?blogid=8480";s:11:"description";s:159:"Facebook is a social utility that connects people with friends and others who ... Appfrica is web portal for the latest news related to African innovation, ...";s:4:"guid";s:62:"http://apps.facebook.com/blognetworks/blogpage.php?blogid=8480";s:7:"summary";s:159:"Facebook is a social utility that connects people with friends and others who ... Appfrica is web portal for the latest news related to African innovation, ...";}i:9;a:5:{s:5:"title";s:18:"Twitter / appfrica";s:4:"link";s:27:"http://twitter.com/appfrica";s:11:"description";s:125:"Twitter is a free social messaging utility for staying connected in real-time ... appfrica is using Twitter. ... appfrica ...";s:4:"guid";s:27:"http://twitter.com/appfrica";s:7:"summary";s:125:"Twitter is a free social messaging utility for staying connected in real-time ... appfrica is using Twitter. ... appfrica ...";}}s:7:"channel";a:7:{s:5:"title";s:23:"Yahoo! Search: Appfrica";s:4:"link";s:50:"http://search.yahoo.com/search?p=Appfrica&ei=UTF-8";s:8:"language";s:2:"en";s:11:"description";s:37:"Search results for the query Appfrica";s:9:"copyright";s:51:"Copyright (c) 2008 Yahoo! Inc. All rights reserved.";s:13:"lastbuilddate";s:31:"Tue, 11 Nov 2008 01:48:44 -0800";s:7:"tagline";s:37:"Search results for the query Appfrica";}s:9:"textinput";a:0:{}s:5:"image";a:5:{s:3:"url";s:62:"http://us.i1.yimg.com/us.yimg.com/i/us/nt/b/rss/rss_search.gif";s:5:"title";s:13:"Yahoo! Search";s:4:"link";s:23:"http://search.yahoo.com";s:5:"width";s:3:"142";s:6:"height";s:2:"18";}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (188, 0, 'akismet_discard_month', 'true', 'yes');
+INSERT INTO `wp_options` VALUES (240, 0, 'rss_dc8fcde38db096d6139934ea65f2071a', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:13:{s:5:"title";s:40:"Africans Bloggers Make Noise with Kelele";s:4:"link";s:56:"http://feeds.feedburner.com/~r/Appfrica/~3/427187234/745";s:8:"comments";s:46:"http://appfrica.net/blog/archives/745#comments";s:7:"pubdate";s:31:"Tue, 21 Oct 2008 06:39:58 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"Jon";}s:8:"category";s:36:"ConferencesIndustry Newsafricakelele";s:4:"guid";s:31:"http://appfrica.net/blog/?p=745";s:11:"description";s:305:"Kelele was announced to a room of well over two hundred people at BarCamp Africa a few days ago.  It&#8217;s big news as it&#8217;s the first time anyone has attempted to organize a pan-African conference aimed at web 2.0, mobile, and new media.  The date is scheduled for August 13, 2009 which puts [...]";s:7:"content";a:1:{s:7:"encoded";s:2326:"<p><center><a href="http://www.kelele.org/"><img src="http://appfrica.net/blog/wp-content/uploads/2008/10/logo-300x107.png" alt="" title="logo" class="alignnone size-medium wp-image-746" height="107" width="300"></a></center></p>\n<p><a href="http://www.kelele.org/">Kelele</a> was announced to a room of well over <a href="http://www.flickr.com/photos/maneno/2931877805/">two hundred people</a> at <a href="http://www.adaptivepath.com/blog/2008/10/18/barcamp-africa/">BarCamp Africa</a> a few days ago.  It&#8217;s big news as it&#8217;s the first time anyone has attempted to organize a pan-African conference aimed at web 2.0, mobile, and new media.  The date is scheduled for August 13, 2009 which puts it nearly a year away but when it comes to organizing conferences of this scale, that&#8217;s no time at all, and it will be here before we realize it!  Here&#8217;s how the organizers describe it:</p>\n<p><em>Kelele is an annual African bloggersâ conference held in a different African city each year and run by an organizing committee in that city. Kelele will be held for the first time in August 2009 in Nairobi, Kenya.</em></p>\n<p>In Europe, America and all around the world events like this are commonplace and happen very frequently.  What Kelele represents, and why it&#8217;s so tremendously positive, is an initiative to launch a homegrown conference that has the world&#8217;s attention.  It&#8217;s not a Barcamp, it&#8217;s not a TED event, it&#8217;s not an O&#8217;Reilly event; this is Africa celebrating Africa&#8217;s contributions to the social web.  While it&#8217;s true that all of the aforementioned events have taken place on African soil, it&#8217;s important for the African continent to do more than just participate with the world development community; it has to contribute.  Kelele is just the sum of many of those contributions and has all the potential to become every bit as influential as conferences like <a href="http://futureofwebapps.com">Future of Web Apps</a> or <a href="http://en.oreilly.com/where2009/">Where 2.0</a>.  </p>\n<p>I know I&#8217;m getting ahead of myself here, but I wonder how they&#8217;ll decide what city to hold it in 2010?  <sup>(*ahem* Kampala *wink* *wink*)</sup></p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/427187234" height="1" width="1"/>";}s:3:"wfw";a:1:{s:10:"commentrss";s:42:"http://appfrica.net/blog/archives/745/feed";}s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://appfrica.net/blog/archives/745";}s:7:"summary";s:305:"Kelele was announced to a room of well over two hundred people at BarCamp Africa a few days ago.  It&#8217;s big news as it&#8217;s the first time anyone has attempted to organize a pan-African conference aimed at web 2.0, mobile, and new media.  The date is scheduled for August 13, 2009 which puts [...]";s:12:"atom_content";s:2326:"<p><center><a href="http://www.kelele.org/"><img src="http://appfrica.net/blog/wp-content/uploads/2008/10/logo-300x107.png" alt="" title="logo" class="alignnone size-medium wp-image-746" height="107" width="300"></a></center></p>\n<p><a href="http://www.kelele.org/">Kelele</a> was announced to a room of well over <a href="http://www.flickr.com/photos/maneno/2931877805/">two hundred people</a> at <a href="http://www.adaptivepath.com/blog/2008/10/18/barcamp-africa/">BarCamp Africa</a> a few days ago.  It&#8217;s big news as it&#8217;s the first time anyone has attempted to organize a pan-African conference aimed at web 2.0, mobile, and new media.  The date is scheduled for August 13, 2009 which puts it nearly a year away but when it comes to organizing conferences of this scale, that&#8217;s no time at all, and it will be here before we realize it!  Here&#8217;s how the organizers describe it:</p>\n<p><em>Kelele is an annual African bloggersâ conference held in a different African city each year and run by an organizing committee in that city. Kelele will be held for the first time in August 2009 in Nairobi, Kenya.</em></p>\n<p>In Europe, America and all around the world events like this are commonplace and happen very frequently.  What Kelele represents, and why it&#8217;s so tremendously positive, is an initiative to launch a homegrown conference that has the world&#8217;s attention.  It&#8217;s not a Barcamp, it&#8217;s not a TED event, it&#8217;s not an O&#8217;Reilly event; this is Africa celebrating Africa&#8217;s contributions to the social web.  While it&#8217;s true that all of the aforementioned events have taken place on African soil, it&#8217;s important for the African continent to do more than just participate with the world development community; it has to contribute.  Kelele is just the sum of many of those contributions and has all the potential to become every bit as influential as conferences like <a href="http://futureofwebapps.com">Future of Web Apps</a> or <a href="http://en.oreilly.com/where2009/">Where 2.0</a>.  </p>\n<p>I know I&#8217;m getting ahead of myself here, but I wonder how they&#8217;ll decide what city to hold it in 2010?  <sup>(*ahem* Kampala *wink* *wink*)</sup></p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/427187234" height="1" width="1"/>";}i:1;a:13:{s:5:"title";s:23:"Spotlight on Sturvs.com";s:4:"link";s:56:"http://feeds.feedburner.com/~r/Appfrica/~3/426135150/738";s:8:"comments";s:46:"http://appfrica.net/blog/archives/738#comments";s:7:"pubdate";s:31:"Mon, 20 Oct 2008 06:33:15 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"Jon";}s:8:"category";s:23:"Startupsbookmarkingdigg";s:4:"guid";s:31:"http://appfrica.net/blog/?p=738";s:11:"description";s:361:"I had the pleasure of meeting Temi Kolawole at Barcamp Africa in Mountain View last week. He recently launched a web start-up called Sturvs which could be described in short as &#8216;Nigeria&#8217;s answer to Digg.com&#8217;.\nThe word &#8220;sturvs&#8221; is a nigerian slang for &#8220;stuff&#8221;. So basically this is just a place for you to view and [...]";s:7:"content";a:1:{s:7:"encoded";s:5042:"<p><center><img src="http://www.sturvs.com/templates/yget/images/sturvs_logo.gif"></center></p>\n<p>I had the pleasure of meeting Temi Kolawole at Barcamp Africa in Mountain View last week. He recently launched a web start-up called <a href="http://sturvs.com">Sturvs</a> which could be described in short as &#8216;Nigeria&#8217;s answer to Digg.com&#8217;.</p>\n<blockquote><p>The word &#8220;sturvs&#8221; is a nigerian slang for &#8220;stuff&#8221;. So basically this is just a place for you to view and share all your internet stuff.</p>\n<p>Sturvs.com is a Nigerian web 2.0 sharing and voting website where users can share music, videos, articles, read news and also promote events and services. Sturvs can be used to share and also to store your web resources. If you find a really funny video you want your friends (and the rest of the Sturvs community) to see, all you have to do is post it on the website and watch it rise to the front page of Sturvs. You can also email existing &#8220;sturvs&#8221; to your friends and save them to your web bookmarks.</p>\n<p>Users are given the ability to vote on stories submitted by other users, and the &#8220;sturvs&#8221; with the highest votes make it to the front page. This means control is given to you, the user, to decide what makes it to the front page. It&#8217;s a web democracy. For the users, by the users.</p></blockquote>\n<p><center><a href="http://appfrica.net/blog/wp-content/uploads/2008/10/picture-3.png"><img src="http://appfrica.net/blog/wp-content/uploads/2008/10/picture-3-300x146.png" alt="" title="picture-3" width="300" height="146" class="alignnone size-medium wp-image-742" /></a></center></p>\n<p>Sturvs is well executed and goes a step beyond the pack by also offering a Firefox toolbar, Facebook app and various embeddable widgets.  Where Sturvs really sets itself apart is through addition of customizable music playlists featuring contemporary Nigerian music and a few chart toppers from around the world&#8230;</p>\n<p><center><a href="http://appfrica.net/blog/wp-content/uploads/2008/10/picture-21.png"><img src="http://appfrica.net/blog/wp-content/uploads/2008/10/picture-21-300x241.png" alt="" title="picture-21" width="300" height="241" class="alignnone size-medium wp-image-741" /></a></center></p>\n<p>Much like Stacks in Digg&#8217;s Labs, Sturvs also features an Ajax based real-time cascading index of all the latest &#8217;sturvs&#8217; as they come in from various users&#8230; </p>\n<p><center><a href="http://appfrica.net/blog/wp-content/uploads/2008/10/picture-1.png"><img src="http://appfrica.net/blog/wp-content/uploads/2008/10/picture-1-300x177.png" alt="" title="picture-1" width="300" height="177" class="alignnone size-medium wp-image-740" /></a></center></p>\n<p>While it&#8217;s still very early for Sturvs, the potential is enormous.  We&#8217;ve already seen the incredible demand for user generated music playlists when <a href="http://muxtape.com">muxtape.com</a> came and then went.  If Sturvs can build on this aspect of the site, I&#8217;m sure that this feature alone will drive use. </p>\n<p>There are a few areas where I feel Sturvs should be focusing on setting itself apart, however.  For instance, voting incrementally on news is a model that was perfected by <a href="http://digg.com">Digg</a>, copied by <a href="http://mixx.com">Mixx</a>, overdone by <a href="http://buzz.yahoo.com">Yahoo</a> and open sourced by <a href="http://reddit.com">Reddit</a>. Even in Africa there&#8217;s already the mildly popular <a href="http://muti.co.za">Muti</a>.  The fact of the matter is, web democratic news is done.  There&#8217;s even a whole CMS dedicated to rolling out sites like this called <a href="http://www.pligg.com/">Pligg</a>. I&#8217;d really like to see some innovation with the UI instead of the typical one vote up one vote down iteration that we&#8217;ve seen time and time again.</p>\n<p>Also, despite the success of <a href="http://zoopy.com">Zoopy.com</a>, web video in Africa will never take off until the greater issue of bandwidth is solved continent wide.  While it shouldn&#8217;t be ignored entirely, I wouldn&#8217;t spend too many resources on video unless it&#8217;s in new compression techniques that would make video available to people on low-bandwidth connections (the majority of the connected continent).  Again, that alone would be a huge draw for users.</p>\n<p>Ultimately, I&#8217;m certain Sturvs will be a success.  After all, it has the potential to become the premier social news hub for a country with a population numbering just under <a href="http://en.wikipedia.org/wiki/List_of_countries_by_population">half of that of the United States</a>!  It&#8217;ll be interesting to see how the site scales up to meet that kind of demand.  One area that I can easily see Sturvs expanding into immediately is mobile. The door is wide open, only the future can show what kind of &#8217;stuff&#8217; Sturvs is made of!</p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/426135150" height="1" width="1"/>";}s:3:"wfw";a:1:{s:10:"commentrss";s:42:"http://appfrica.net/blog/archives/738/feed";}s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://appfrica.net/blog/archives/738";}s:7:"summary";s:361:"I had the pleasure of meeting Temi Kolawole at Barcamp Africa in Mountain View last week. He recently launched a web start-up called Sturvs which could be described in short as &#8216;Nigeria&#8217;s answer to Digg.com&#8217;.\nThe word &#8220;sturvs&#8221; is a nigerian slang for &#8220;stuff&#8221;. So basically this is just a place for you to view and [...]";s:12:"atom_content";s:5042:"<p><center><img src="http://www.sturvs.com/templates/yget/images/sturvs_logo.gif"></center></p>\n<p>I had the pleasure of meeting Temi Kolawole at Barcamp Africa in Mountain View last week. He recently launched a web start-up called <a href="http://sturvs.com">Sturvs</a> which could be described in short as &#8216;Nigeria&#8217;s answer to Digg.com&#8217;.</p>\n<blockquote><p>The word &#8220;sturvs&#8221; is a nigerian slang for &#8220;stuff&#8221;. So basically this is just a place for you to view and share all your internet stuff.</p>\n<p>Sturvs.com is a Nigerian web 2.0 sharing and voting website where users can share music, videos, articles, read news and also promote events and services. Sturvs can be used to share and also to store your web resources. If you find a really funny video you want your friends (and the rest of the Sturvs community) to see, all you have to do is post it on the website and watch it rise to the front page of Sturvs. You can also email existing &#8220;sturvs&#8221; to your friends and save them to your web bookmarks.</p>\n<p>Users are given the ability to vote on stories submitted by other users, and the &#8220;sturvs&#8221; with the highest votes make it to the front page. This means control is given to you, the user, to decide what makes it to the front page. It&#8217;s a web democracy. For the users, by the users.</p></blockquote>\n<p><center><a href="http://appfrica.net/blog/wp-content/uploads/2008/10/picture-3.png"><img src="http://appfrica.net/blog/wp-content/uploads/2008/10/picture-3-300x146.png" alt="" title="picture-3" width="300" height="146" class="alignnone size-medium wp-image-742" /></a></center></p>\n<p>Sturvs is well executed and goes a step beyond the pack by also offering a Firefox toolbar, Facebook app and various embeddable widgets.  Where Sturvs really sets itself apart is through addition of customizable music playlists featuring contemporary Nigerian music and a few chart toppers from around the world&#8230;</p>\n<p><center><a href="http://appfrica.net/blog/wp-content/uploads/2008/10/picture-21.png"><img src="http://appfrica.net/blog/wp-content/uploads/2008/10/picture-21-300x241.png" alt="" title="picture-21" width="300" height="241" class="alignnone size-medium wp-image-741" /></a></center></p>\n<p>Much like Stacks in Digg&#8217;s Labs, Sturvs also features an Ajax based real-time cascading index of all the latest &#8217;sturvs&#8217; as they come in from various users&#8230; </p>\n<p><center><a href="http://appfrica.net/blog/wp-content/uploads/2008/10/picture-1.png"><img src="http://appfrica.net/blog/wp-content/uploads/2008/10/picture-1-300x177.png" alt="" title="picture-1" width="300" height="177" class="alignnone size-medium wp-image-740" /></a></center></p>\n<p>While it&#8217;s still very early for Sturvs, the potential is enormous.  We&#8217;ve already seen the incredible demand for user generated music playlists when <a href="http://muxtape.com">muxtape.com</a> came and then went.  If Sturvs can build on this aspect of the site, I&#8217;m sure that this feature alone will drive use. </p>\n<p>There are a few areas where I feel Sturvs should be focusing on setting itself apart, however.  For instance, voting incrementally on news is a model that was perfected by <a href="http://digg.com">Digg</a>, copied by <a href="http://mixx.com">Mixx</a>, overdone by <a href="http://buzz.yahoo.com">Yahoo</a> and open sourced by <a href="http://reddit.com">Reddit</a>. Even in Africa there&#8217;s already the mildly popular <a href="http://muti.co.za">Muti</a>.  The fact of the matter is, web democratic news is done.  There&#8217;s even a whole CMS dedicated to rolling out sites like this called <a href="http://www.pligg.com/">Pligg</a>. I&#8217;d really like to see some innovation with the UI instead of the typical one vote up one vote down iteration that we&#8217;ve seen time and time again.</p>\n<p>Also, despite the success of <a href="http://zoopy.com">Zoopy.com</a>, web video in Africa will never take off until the greater issue of bandwidth is solved continent wide.  While it shouldn&#8217;t be ignored entirely, I wouldn&#8217;t spend too many resources on video unless it&#8217;s in new compression techniques that would make video available to people on low-bandwidth connections (the majority of the connected continent).  Again, that alone would be a huge draw for users.</p>\n<p>Ultimately, I&#8217;m certain Sturvs will be a success.  After all, it has the potential to become the premier social news hub for a country with a population numbering just under <a href="http://en.wikipedia.org/wiki/List_of_countries_by_population">half of that of the United States</a>!  It&#8217;ll be interesting to see how the site scales up to meet that kind of demand.  One area that I can easily see Sturvs expanding into immediately is mobile. The door is wide open, only the future can show what kind of &#8217;stuff&#8217; Sturvs is made of!</p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/426135150" height="1" width="1"/>";}i:2;a:13:{s:5:"title";s:41:"This Week in Appfrica [Oct 12 - 18, 2008]";s:4:"link";s:56:"http://feeds.feedburner.com/~r/Appfrica/~3/425304342/735";s:8:"comments";s:46:"http://appfrica.net/blog/archives/735#comments";s:7:"pubdate";s:31:"Sun, 19 Oct 2008 08:34:43 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"Jon";}s:8:"category";s:15:"TWIAdigestrecap";s:4:"guid";s:31:"http://appfrica.net/blog/?p=735";s:11:"description";s:349:"&#8220;This Week in Appfrica&#8221; is a weekly digest highlighting articles and stories from the previous week.\nAppfrica Archives &#124; Contact &#124; Twitter &#124; Weekly Digest &#124; Subscribe via E-mail\nIf you thought the blog was quiet this week; it was.  I spent two out of seven days in transit (flying from San Francisco, CA, USA to [...]";s:7:"content";a:1:{s:7:"encoded";s:2533:"<p><sup>&#8220;This Week in Appfrica&#8221; is a weekly digest highlighting articles and stories from the previous week.<br />\n<a href="http://appfrica.net/blog/archive/">Appfrica Archives</a> | <a href="mailto:j.gosier@appfrica.org">Contact</a> | <a href="http://twitter.com/appfrica">Twitter</a> | <a href="http://appfrica.net/blog/feed/?cat=266">Weekly Digest</a> | <a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=2145932&#038;loc=en_US">Subscribe via E-mail</a></sup></p>\n<p>If you thought the blog was quiet this week; it was.  I spent two out of seven days in transit (flying from San Francisco, CA, USA to Entebbe, Uganda) and three out the remaining five at the Social Capital Markets (SoCap08) conference, leaving little time to write.  </p>\n<h3><u>News</u></h3>\n<p><a href="http://appfrica.net/blog/archives/701">&#8220;Bandwidth is the new Oil&#8221;</a><br />\nThe idea that bandwidth is the new commodity that every nation is clamoring after.</p>\n<p><a href="http://appfrica.net/blog/archives/705">SoCap08 Recap</a><br />\nMy coverage of what took place at Social Capital Markets in Fort Mason.  I also published my <a href="http://appfrica.net/blog/archives/720">notes</a>.</p>\n<p><a href="http://appfrica.net/blog/archives/717">Kenya Prepares for Slowdown in IT spending</a><br />\nHow is the world economic squeeze affecting East Africa&#8217;s leader?</p>\n<h3><u>Editorials</u></h3>\n<p><a href="http://appfrica.net/blog/archives/713">Niche vs Kitsch vs Reach</a><br />\nWhat&#8217;s driving this new interest from tech companies in social entrepreneurship?</p>\n<p><a href="http://appfrica.net/blog/archives/731">Neo Pan-Africanism and the Reaspora</a><br />\nDefining a new age in pro-African enthusiasm.</p>\n<h3><u>From the Archives</u></h3>\n<p><a href="http://appfrica.net/blog/archives/211">Moving from Prepay to Subscription</a><br />\nLooking at the biggest hinderance to scaling in African markets.</p>\n<h3><u>Links to Appfrica</u></h3>\n<p><a href="http://socialcapitalmarkets.net/blog/2008/10/socap08-blog-round-up/">Social Capital Markets</a> linked back to my coverage of the conference.<br />\nGigaOM&#8217;s <a href="http://www.jonlowder.com/2008/10/blog-action-day.html">WebWorkerDaily</a> nodded to my efforts with Appfrica Labs.<br />\nGoogle&#8217;s <a href="http://google-africa.blogspot.com/2008/10/barcamp-africa.html">East Africa Blog</a> linked back mentioning my participation in BarcampAfrica.</p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/425304342" height="1" width="1"/>";}s:3:"wfw";a:1:{s:10:"commentrss";s:42:"http://appfrica.net/blog/archives/735/feed";}s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://appfrica.net/blog/archives/735";}s:7:"summary";s:349:"&#8220;This Week in Appfrica&#8221; is a weekly digest highlighting articles and stories from the previous week.\nAppfrica Archives &#124; Contact &#124; Twitter &#124; Weekly Digest &#124; Subscribe via E-mail\nIf you thought the blog was quiet this week; it was.  I spent two out of seven days in transit (flying from San Francisco, CA, USA to [...]";s:12:"atom_content";s:2533:"<p><sup>&#8220;This Week in Appfrica&#8221; is a weekly digest highlighting articles and stories from the previous week.<br />\n<a href="http://appfrica.net/blog/archive/">Appfrica Archives</a> | <a href="mailto:j.gosier@appfrica.org">Contact</a> | <a href="http://twitter.com/appfrica">Twitter</a> | <a href="http://appfrica.net/blog/feed/?cat=266">Weekly Digest</a> | <a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=2145932&#038;loc=en_US">Subscribe via E-mail</a></sup></p>\n<p>If you thought the blog was quiet this week; it was.  I spent two out of seven days in transit (flying from San Francisco, CA, USA to Entebbe, Uganda) and three out the remaining five at the Social Capital Markets (SoCap08) conference, leaving little time to write.  </p>\n<h3><u>News</u></h3>\n<p><a href="http://appfrica.net/blog/archives/701">&#8220;Bandwidth is the new Oil&#8221;</a><br />\nThe idea that bandwidth is the new commodity that every nation is clamoring after.</p>\n<p><a href="http://appfrica.net/blog/archives/705">SoCap08 Recap</a><br />\nMy coverage of what took place at Social Capital Markets in Fort Mason.  I also published my <a href="http://appfrica.net/blog/archives/720">notes</a>.</p>\n<p><a href="http://appfrica.net/blog/archives/717">Kenya Prepares for Slowdown in IT spending</a><br />\nHow is the world economic squeeze affecting East Africa&#8217;s leader?</p>\n<h3><u>Editorials</u></h3>\n<p><a href="http://appfrica.net/blog/archives/713">Niche vs Kitsch vs Reach</a><br />\nWhat&#8217;s driving this new interest from tech companies in social entrepreneurship?</p>\n<p><a href="http://appfrica.net/blog/archives/731">Neo Pan-Africanism and the Reaspora</a><br />\nDefining a new age in pro-African enthusiasm.</p>\n<h3><u>From the Archives</u></h3>\n<p><a href="http://appfrica.net/blog/archives/211">Moving from Prepay to Subscription</a><br />\nLooking at the biggest hinderance to scaling in African markets.</p>\n<h3><u>Links to Appfrica</u></h3>\n<p><a href="http://socialcapitalmarkets.net/blog/2008/10/socap08-blog-round-up/">Social Capital Markets</a> linked back to my coverage of the conference.<br />\nGigaOM&#8217;s <a href="http://www.jonlowder.com/2008/10/blog-action-day.html">WebWorkerDaily</a> nodded to my efforts with Appfrica Labs.<br />\nGoogle&#8217;s <a href="http://google-africa.blogspot.com/2008/10/barcamp-africa.html">East Africa Blog</a> linked back mentioning my participation in BarcampAfrica.</p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/425304342" height="1" width="1"/>";}i:3;a:13:{s:5:"title";s:35:"Neo Pan-Africanism and the Reaspora";s:4:"link";s:56:"http://feeds.feedburner.com/~r/Appfrica/~3/425028882/731";s:8:"comments";s:46:"http://appfrica.net/blog/archives/731#comments";s:7:"pubdate";s:31:"Sun, 19 Oct 2008 00:43:16 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"Jon";}s:8:"category";s:30:"Editorialbarcampafricareaspora";s:4:"guid";s:31:"http://appfrica.net/blog/?p=731";s:11:"description";s:359:"When many people around the globe hear expressions like &#8216;Africa for Africans&#8217; and &#8216;Pan-Africanism&#8217;, they tend to associate it with the more militant movements of decades past.  But there&#8217;s a new meme forming that I like to call Neo Pan-Africanism, the idea that Africa&#8217;s peoples have to take a more active role in the [...]";s:7:"content";a:1:{s:7:"encoded";s:3114:"<p>When many people around the globe hear expressions like &#8216;Africa for Africans&#8217; and &#8216;Pan-Africanism&#8217;, they tend to associate it with the more militant movements of <a href="http://en.wikipedia.org/wiki/Pan_African">decades past</a>.  But there&#8217;s a new meme forming that I like to call <em>Neo Pan-Africanism</em>, the idea that Africa&#8217;s peoples have to take a more active role in the continent&#8217;s future because history has proven that foreign nations and domestic leaders often fail to have her best interests in mind.  </p>\n<p>It&#8217;s a philosophy that people like Andrew Mwenda speak of in reaction to <a href="http://appfrica.net/blog/archives/403">many years of misspent aid</a>, poor leadership and absent accountability in African governments.  &#8216;Trade not Aid&#8217; is a common catchphrase used to describe the movement.  Why? For one, trade directly supports the middle class and promotes entrepreneurship.  Meanwhile, developmental aid is often accused of undermining both and allows foreign nations to manipulate the policy decisions of African governments.  To have a healthy democracy the faucet that turns money on and off can&#8217;t be solely administrative, that&#8217;s more limiting to a prosperous middle class than anything else (look at Russia and China). Regardless of how foreigners feel, it seems to be mainly Africans themselves who are advocating the later idea.  People here are sick of seeing their leaders profiting at their expense and they&#8217;re sick of being seen as a continent of beggars when more often than not it&#8217;s those same governments leading the charge to ask for more.</p>\n<p>The fact that people are fed up is a good thing.  It means things are changing for the better. </p>\n<p>At <a href="http://appfrica.net/blog/archives/tag/barcampafrica">Barcamp Africa</a> a phrase was tossed about quite a bit referring to the trending of African expatriates returning back home to use their skills and money to better the continent.  This idea of a <em>reaspora</em> is directly associated to neo Pan-Africanism.  No one understands the region like Africans do and no one is inclined to help the region more than Africans.</p>\n<p>It&#8217;s important, though, to make a distinction.  Neo Pan-Africanism is a call for social responsibility by Africans to other Africans of the diaspora.  In most cases it has nothing to do with foreigners.  It&#8217;s not about kicking anyone out of the continent or persecuting people for what their ancestors did, it&#8217;s about people from the continent making sure they are most responsible and accountable for it&#8217;s successes and failures.  In other words, by definition it&#8217;s positive and progressive.  In fact, in a perfect world foreign nations would benefit even more from this idea as it would enable the world at large to participate more with the continent; allowing them to share Africa&#8217;s resources and enjoy it&#8217;s incredibly diverse cultures and traditions.</p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/425028882" height="1" width="1"/>";}s:3:"wfw";a:1:{s:10:"commentrss";s:42:"http://appfrica.net/blog/archives/731/feed";}s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://appfrica.net/blog/archives/731";}s:7:"summary";s:359:"When many people around the globe hear expressions like &#8216;Africa for Africans&#8217; and &#8216;Pan-Africanism&#8217;, they tend to associate it with the more militant movements of decades past.  But there&#8217;s a new meme forming that I like to call Neo Pan-Africanism, the idea that Africa&#8217;s peoples have to take a more active role in the [...]";s:12:"atom_content";s:3114:"<p>When many people around the globe hear expressions like &#8216;Africa for Africans&#8217; and &#8216;Pan-Africanism&#8217;, they tend to associate it with the more militant movements of <a href="http://en.wikipedia.org/wiki/Pan_African">decades past</a>.  But there&#8217;s a new meme forming that I like to call <em>Neo Pan-Africanism</em>, the idea that Africa&#8217;s peoples have to take a more active role in the continent&#8217;s future because history has proven that foreign nations and domestic leaders often fail to have her best interests in mind.  </p>\n<p>It&#8217;s a philosophy that people like Andrew Mwenda speak of in reaction to <a href="http://appfrica.net/blog/archives/403">many years of misspent aid</a>, poor leadership and absent accountability in African governments.  &#8216;Trade not Aid&#8217; is a common catchphrase used to describe the movement.  Why? For one, trade directly supports the middle class and promotes entrepreneurship.  Meanwhile, developmental aid is often accused of undermining both and allows foreign nations to manipulate the policy decisions of African governments.  To have a healthy democracy the faucet that turns money on and off can&#8217;t be solely administrative, that&#8217;s more limiting to a prosperous middle class than anything else (look at Russia and China). Regardless of how foreigners feel, it seems to be mainly Africans themselves who are advocating the later idea.  People here are sick of seeing their leaders profiting at their expense and they&#8217;re sick of being seen as a continent of beggars when more often than not it&#8217;s those same governments leading the charge to ask for more.</p>\n<p>The fact that people are fed up is a good thing.  It means things are changing for the better. </p>\n<p>At <a href="http://appfrica.net/blog/archives/tag/barcampafrica">Barcamp Africa</a> a phrase was tossed about quite a bit referring to the trending of African expatriates returning back home to use their skills and money to better the continent.  This idea of a <em>reaspora</em> is directly associated to neo Pan-Africanism.  No one understands the region like Africans do and no one is inclined to help the region more than Africans.</p>\n<p>It&#8217;s important, though, to make a distinction.  Neo Pan-Africanism is a call for social responsibility by Africans to other Africans of the diaspora.  In most cases it has nothing to do with foreigners.  It&#8217;s not about kicking anyone out of the continent or persecuting people for what their ancestors did, it&#8217;s about people from the continent making sure they are most responsible and accountable for it&#8217;s successes and failures.  In other words, by definition it&#8217;s positive and progressive.  In fact, in a perfect world foreign nations would benefit even more from this idea as it would enable the world at large to participate more with the continent; allowing them to share Africa&#8217;s resources and enjoy it&#8217;s incredibly diverse cultures and traditions.</p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/425028882" height="1" width="1"/>";}i:4;a:13:{s:5:"title";s:24:"Niche vs Kitsch vs Reach";s:4:"link";s:56:"http://feeds.feedburner.com/~r/Appfrica/~3/422973775/713";s:8:"comments";s:46:"http://appfrica.net/blog/archives/713#comments";s:7:"pubdate";s:31:"Thu, 16 Oct 2008 18:31:01 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"Jon";}s:8:"category";s:16:"Startupsbusiness";s:4:"guid";s:31:"http://appfrica.net/blog/?p=713";s:11:"description";s:345:"Being back in the Valley revealed several trends of the tech community when it comes to their motivations for social change initiatives.  The title of this post lays them all out from my perspective&#8230;\n\nNiche-driven\nCompanies that are trying to segment out a very vertical slice of the market or technology so as to differentiate their [...]";s:7:"content";a:1:{s:7:"encoded";s:2569:"<p>Being back in the Valley revealed several trends of the tech community when it comes to their motivations for social change initiatives.  The title of this post lays them all out from my perspective&#8230;</p>\n<p><center><img src="http://www.fitbit.com/images/home/wear.png"></center></p>\n<p><strong>Niche-driven</strong><br />\nCompanies that are trying to segment out a very vertical slice of the market or technology so as to differentiate their brand. They might be the best at what they do, but they also may not be the biggest in the market.  Usually the market determines whether or not they remain niche. For example groups like <a href="http://www.fitbit.com/">Fitbit</a> (weight loss), <a href="http://www.ideo.com/">IDEO</a> (social impact through design) and <a href="http://venturebeat.com/2008/10/14/innovalight-rakes-in-5m-for-solar-cell-ink/">InnovaLight</a> (Clean energy) are successful start-ups targeting niche aspects of old problems.</p>\n<p><strong>Kitsch-driven</strong><br />\nCompanies that are eying social entrepreneurship or responsibility as a way to validate something (their service or product) among a certain group (&#8217;people who <em>care</em> about a particular cause&#8217;).  In other words, they want to appear to be socially responsible more than they probably want to actually be socially responsible.  <a href="http://ning.com">Ning</a> often bills itself as an empowering tool for non-profits and community groups.  That may be true, but that&#8217;s clearly not the focus of the company.  Rather their real focus is simplifying the process of creating small social networks&#8230;.for any group with almost any motive.</p>\n<p><strong>Reach-driven</strong><br />\nThese tech companies have identified a problem and are attempting to solve it by reaching the most people possible, to have the maximum impact as a solution for an identified problem. This means their efforts are often easily quantifiable (clear goal equals clear results).  I&#8217;d say that <a href="http://kiva.org">Kiva</a> (MFIs), <a href="http://laptop.org">OLPC</a> (low-cost computing) and <a href="http://frontlinesms.org">FrontlineSMS</a> (emergency messaging) are good examples from various groups that are fundamentally maximizing reach. </p>\n<p>Certainly many groups are a little bit of all three but of the groups I learned about this week at <a href="http://appfrica.net/blog/archives/705">SoCap08</a>, they can all be put into one of these categories.</p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/422973775" height="1" width="1"/>";}s:3:"wfw";a:1:{s:10:"commentrss";s:42:"http://appfrica.net/blog/archives/713/feed";}s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://appfrica.net/blog/archives/713";}s:7:"summary";s:345:"Being back in the Valley revealed several trends of the tech community when it comes to their motivations for social change initiatives.  The title of this post lays them all out from my perspective&#8230;\n\nNiche-driven\nCompanies that are trying to segment out a very vertical slice of the market or technology so as to differentiate their [...]";s:12:"atom_content";s:2569:"<p>Being back in the Valley revealed several trends of the tech community when it comes to their motivations for social change initiatives.  The title of this post lays them all out from my perspective&#8230;</p>\n<p><center><img src="http://www.fitbit.com/images/home/wear.png"></center></p>\n<p><strong>Niche-driven</strong><br />\nCompanies that are trying to segment out a very vertical slice of the market or technology so as to differentiate their brand. They might be the best at what they do, but they also may not be the biggest in the market.  Usually the market determines whether or not they remain niche. For example groups like <a href="http://www.fitbit.com/">Fitbit</a> (weight loss), <a href="http://www.ideo.com/">IDEO</a> (social impact through design) and <a href="http://venturebeat.com/2008/10/14/innovalight-rakes-in-5m-for-solar-cell-ink/">InnovaLight</a> (Clean energy) are successful start-ups targeting niche aspects of old problems.</p>\n<p><strong>Kitsch-driven</strong><br />\nCompanies that are eying social entrepreneurship or responsibility as a way to validate something (their service or product) among a certain group (&#8217;people who <em>care</em> about a particular cause&#8217;).  In other words, they want to appear to be socially responsible more than they probably want to actually be socially responsible.  <a href="http://ning.com">Ning</a> often bills itself as an empowering tool for non-profits and community groups.  That may be true, but that&#8217;s clearly not the focus of the company.  Rather their real focus is simplifying the process of creating small social networks&#8230;.for any group with almost any motive.</p>\n<p><strong>Reach-driven</strong><br />\nThese tech companies have identified a problem and are attempting to solve it by reaching the most people possible, to have the maximum impact as a solution for an identified problem. This means their efforts are often easily quantifiable (clear goal equals clear results).  I&#8217;d say that <a href="http://kiva.org">Kiva</a> (MFIs), <a href="http://laptop.org">OLPC</a> (low-cost computing) and <a href="http://frontlinesms.org">FrontlineSMS</a> (emergency messaging) are good examples from various groups that are fundamentally maximizing reach. </p>\n<p>Certainly many groups are a little bit of all three but of the groups I learned about this week at <a href="http://appfrica.net/blog/archives/705">SoCap08</a>, they can all be put into one of these categories.</p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/422973775" height="1" width="1"/>";}i:5;a:13:{s:5:"title";s:13:"SoCap08 Notes";s:4:"link";s:56:"http://feeds.feedburner.com/~r/Appfrica/~3/422596549/720";s:8:"comments";s:46:"http://appfrica.net/blog/archives/720#comments";s:7:"pubdate";s:31:"Thu, 16 Oct 2008 12:08:10 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"Jon";}s:8:"category";s:18:"Conferencessocap08";s:4:"guid";s:31:"http://appfrica.net/blog/?p=720";s:11:"description";s:304:"Panels covered include &#8220;Pitching Your Social Enterprise&#8221;, &#8220;West African SME&#8217;s&#8221;, &#8220;New African Capital&#8221;, &#8220;Money and Meaning&#8221; and &#8220;Building a Business Plan&#8221;\nSoCap08 Notes\nView SlideShare document or Upload your own. (tags: socap08 social)\n\n\n";s:7:"content";a:1:{s:7:"encoded";s:1770:"<p>Panels covered include &#8220;Pitching Your Social Enterprise&#8221;, &#8220;West African SME&#8217;s&#8221;, &#8220;New African Capital&#8221;, &#8220;Money and Meaning&#8221; and &#8220;Building a Business Plan&#8221;</p>\n<div style="width:477px;text-align:left" id="__ss_662192"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/Appfrica/socap08-notes-presentation?type=document" title="SoCap08 Notes">SoCap08 Notes</a><object style="margin:0px" width="477" height="510"><param name="movie" value="http://static.slideshare.net/swf/ssplayerd.swf?doc=socap08notes-1224158556765342-8&#038;stripped_title=socap08-notes-presentation" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayerd.swf?doc=socap08notes-1224158556765342-8&#038;stripped_title=socap08-notes-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="477" height="510"></embed></object>\n<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View SlideShare <a style="text-decoration:underline;" href="http://www.slideshare.net/Appfrica/socap08-notes-presentation?type=document" title="View SoCap08 Notes on SlideShare">document</a> or <a style="text-decoration:underline;" href="http://www.slideshare.net/upload?type=document">Upload</a> your own. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/socap08">socap08</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/social">social</a>)</div>\n</div>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/422596549" height="1" width="1"/>";}s:3:"wfw";a:1:{s:10:"commentrss";s:42:"http://appfrica.net/blog/archives/720/feed";}s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://appfrica.net/blog/archives/720";}s:7:"summary";s:304:"Panels covered include &#8220;Pitching Your Social Enterprise&#8221;, &#8220;West African SME&#8217;s&#8221;, &#8220;New African Capital&#8221;, &#8220;Money and Meaning&#8221; and &#8220;Building a Business Plan&#8221;\nSoCap08 Notes\nView SlideShare document or Upload your own. (tags: socap08 social)\n\n\n";s:12:"atom_content";s:1770:"<p>Panels covered include &#8220;Pitching Your Social Enterprise&#8221;, &#8220;West African SME&#8217;s&#8221;, &#8220;New African Capital&#8221;, &#8220;Money and Meaning&#8221; and &#8220;Building a Business Plan&#8221;</p>\n<div style="width:477px;text-align:left" id="__ss_662192"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/Appfrica/socap08-notes-presentation?type=document" title="SoCap08 Notes">SoCap08 Notes</a><object style="margin:0px" width="477" height="510"><param name="movie" value="http://static.slideshare.net/swf/ssplayerd.swf?doc=socap08notes-1224158556765342-8&#038;stripped_title=socap08-notes-presentation" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayerd.swf?doc=socap08notes-1224158556765342-8&#038;stripped_title=socap08-notes-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="477" height="510"></embed></object>\n<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View SlideShare <a style="text-decoration:underline;" href="http://www.slideshare.net/Appfrica/socap08-notes-presentation?type=document" title="View SoCap08 Notes on SlideShare">document</a> or <a style="text-decoration:underline;" href="http://www.slideshare.net/upload?type=document">Upload</a> your own. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/socap08">socap08</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/social">social</a>)</div>\n</div>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/422596549" height="1" width="1"/>";}i:6;a:13:{s:5:"title";s:36:"Kenyan IT Sector Braces for Slowdown";s:4:"link";s:56:"http://feeds.feedburner.com/~r/Appfrica/~3/422479893/717";s:8:"comments";s:46:"http://appfrica.net/blog/archives/717#comments";s:7:"pubdate";s:31:"Thu, 16 Oct 2008 09:39:31 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"Jon";}s:8:"category";s:18:"Industry Newskenya";s:4:"guid";s:31:"http://appfrica.net/blog/?p=717";s:11:"description";s:366:"How is the world economic &#8217;slowdown&#8217; affecting Africa?  In Kenya it&#8217;s hitting the IT sector hard:\nKenyan Technology firms are bracing for a period of reduced spending on solutions as the global economic crisis continues to claim more casualties among financial firms, who are often the biggest spenders on IT.\nIn a report today Business Daily [...]";s:7:"content";a:1:{s:7:"encoded";s:1030:"<p>How is the world economic &#8217;slowdown&#8217; affecting Africa?  In Kenya it&#8217;s hitting the IT sector hard:</p>\n<blockquote><p>Kenyan Technology firms are bracing for a period of reduced spending on solutions as the global economic crisis continues to claim more casualties among financial firms, who are often the biggest spenders on IT.</p>\n<p>In a report today Business Daily Africa said the sector which is often touted as the most efficient method to improve business processes and increase efficiency, companies around the world and in Kenya have been allocating increasing portions of their budgets to IT.</p>\n<p>But results released by a number of companies in the sector reveal the downturn is having an impact on IT spend. &#8220;The market developments of the past several weeks have been dramatic and worrying to many businesses.&#8221;</p></blockquote>\n<p>Via <a href="http://www.itnewsafrica.com/?p=1469">ITNA</a></p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/422479893" height="1" width="1"/>";}s:3:"wfw";a:1:{s:10:"commentrss";s:42:"http://appfrica.net/blog/archives/717/feed";}s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://appfrica.net/blog/archives/717";}s:7:"summary";s:366:"How is the world economic &#8217;slowdown&#8217; affecting Africa?  In Kenya it&#8217;s hitting the IT sector hard:\nKenyan Technology firms are bracing for a period of reduced spending on solutions as the global economic crisis continues to claim more casualties among financial firms, who are often the biggest spenders on IT.\nIn a report today Business Daily [...]";s:12:"atom_content";s:1030:"<p>How is the world economic &#8217;slowdown&#8217; affecting Africa?  In Kenya it&#8217;s hitting the IT sector hard:</p>\n<blockquote><p>Kenyan Technology firms are bracing for a period of reduced spending on solutions as the global economic crisis continues to claim more casualties among financial firms, who are often the biggest spenders on IT.</p>\n<p>In a report today Business Daily Africa said the sector which is often touted as the most efficient method to improve business processes and increase efficiency, companies around the world and in Kenya have been allocating increasing portions of their budgets to IT.</p>\n<p>But results released by a number of companies in the sector reveal the downturn is having an impact on IT spend. &#8220;The market developments of the past several weeks have been dramatic and worrying to many businesses.&#8221;</p></blockquote>\n<p>Via <a href="http://www.itnewsafrica.com/?p=1469">ITNA</a></p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/422479893" height="1" width="1"/>";}i:7;a:13:{s:5:"title";s:42:"SoCap08: Investing in Social Entrepreneurs";s:4:"link";s:56:"http://feeds.feedburner.com/~r/Appfrica/~3/422276539/705";s:8:"comments";s:46:"http://appfrica.net/blog/archives/705#comments";s:7:"pubdate";s:31:"Thu, 16 Oct 2008 04:40:31 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"Jon";}s:8:"category";s:31:"Conferencesbarcampafricasocap08";s:4:"guid";s:31:"http://appfrica.net/blog/?p=705";s:11:"description";s:287:"When Google flew me in to represent Appfrica.org at Barcamp Africa I could never have known how much the trip would actually impact my work.  There was a lot of one degree of separation going on while I was in the Bay area.  For instance, I met my business partners in Question Box [...]";s:7:"content";a:1:{s:7:"encoded";s:6446:"<p><center><img src="http://socialcapitalmarkets.net/images/logo-sm.gif"></center></p>\n<p>When Google flew me in to represent Appfrica.org at Barcamp Africa I could never have known how much the trip would actually impact my work.  There was a lot of one degree of separation going on while I was in the Bay area.  For instance, I met my business partners in Question Box (Rose Shuman and Ken Banks) for the first time face to face at SoCap.  I met Lila from <a href="http://samasource.org/">Samasource</a> and Emykah from <a href="http://ted.com">TED</a> for the first time after having had conversations with them both via email.   One of the big highlights was finally meeting Nathaniel Whitmore of <a href="http://assetmap.org">Assetmap.org</a>.  I also met six people from six unrelated groups that were all headed to Uganda in the next three weeks!</p>\n<p>The fact of the matter Social Entrepreneurship is an incredibly small space with few influential people all sort of defining the conversation.  When you talk about investors that circle gets even smaller.</p>\n<p>Ironically Barcamp Africa and SoCap08 (Social Capital Markets 2008) happened only a few days apart and I ran into many of the same faces at both.  This was good.  The general feeling at BCA (which was one day) is that it could have used one more day while the general feeling at SoCap08 (three days) was that it could have used more &#8216;unconferencing&#8217; and less lectures from keynotes.  So a mash-up of the two event-styles would have been perfect.</p>\n<p>My observations of what people were interested in at SoCap from various conversations and eavesdropping:</p>\n<ul>\n<li>Are African tech ventures profitable?</li>\n<li>Why is there so much attention on Africa?</li>\n<li>What is China&#8217;s stance on Social Entrepreneurship?</li>\n<li>Legal loopholes of being a for-profit social enterprise.</li>\n<li>Raising money as a social enterprise.</li>\n<li>Social investment exit strategies.</li>\n</ul>\n<p>One very interesting conversation panel I attended about Diversity and Inclusion in Social Capital  literally had a woman (Caucasian) bluntly ask the following:  &#8220;Why are there so many white people here talking to other white people?&#8221;</p>\n<p>Her point was that Social Investors and Entrepreneurs run a real risk of making the same mistake a number of development organizations have made for years.  There&#8217;s the potential to unintentionally (or intentionally for that matter) exclude the people who&#8217;s problems you&#8217;re attempting to solve from working with &#8216;the problem solvers&#8217;.  When this happens there isn&#8217;t much distinction between social ventures and colonial movements of the past.  One of the ideas that came out of the following conversation was to make an effort next year to find social entrepreneurs from around the globe and sponsor their attendance next year.  Despite the question I felt SoCap08 was actually quite diverse with a number of interesting social entrepreneurs represented from Beirut to Brazil.</p>\n<p>Another interesting panel was Peter Kaminski&#8217;s &#8216;Social Media for Social Entrepreneurs&#8217; which had a lot of talk about how to avoid overwhelming non-early adopters with too much information.  Amy Benziger made some interesting points about aggregating an entire brand on the web versus filtering and delivering only relevant bits to the right people.  Someone else made the point to say a lot of groups don&#8217;t engage social media because it&#8217;s a never ending conversation that they don&#8217;t know how to &#8216;get out of&#8217;.  For those people and groups, that inability to control a conversation is intimidating.</p>\n<p>The most relevant panel to what I&#8217;m trying to do with Appfrica Labs was &#8216;New African Capital&#8217; which featured Modibo Camara, Samuel Alemayehu, and Jo-ann Pohl.   Jo-Ann talked about the adverse affects of ineffective social ventures, &#8220;You&#8217;ve got a willing bodies that have a feel good factor but not enough being effective.&#8221; <sup>[<a href="http://twitter.com/appfrica/statuses/959720660">t</a>]</sup> She went on to frame a key difference in business thinking in the region, &#8220;Africa is community driven&#8230;you&#8217;re only as good as your network and your networks network.&#8221; <sup>[<a href="http://twitter.com/appfrica/statuses/959721663">t</a>]</sup> Samuel specifically works in the VC, angel investor, incubator and technology space and advocated that there needs to be more initiatives in Africa by African as well as foreign investors.  </p>\n<p>Like most conferences, the best&#8230;most valuable information often came from casual conversations with other attendees.  I met the founder of two technology incubators, one in Beirut and the other in Bangladesh who had particular insight in operating such ventures in non-traditional, high-risk emerging markets.  Rose Shuman did a remarkable job framing our project Question Box for people and found some potential partners.  She and I brainstormed on the idea of using a custom version of Afridex as a CRM for all the business cards we&#8217;ve collected.  We&#8217;ll hire one of the Appfrica Lab participants to do the data entry if they&#8217;re interested in doing it.  If anyone who attended SoCap would like to offer up their contacts I&#8217;ll be happy to give you access as well.  </p>\n<p>Lastly, I increased my client/partner network by 200%.  A number of groups are interested in having either me or Appfrica Labs pick up their excess overflow work in web application development.  To be frank, I&#8217;m boot-strapping a start-up company in Uganda and so all of this work is invaluable.  It&#8217;s directly impacting how effective I am on the ground and people are starting to stand that I&#8217;m asking for donations&#8230;.I&#8217;m raising seed capital one way or another (through investments or work).</p>\n<p>Also, I should mention that this, for me, was largely a lesson in how to present and how to sell my ideas more effectively.  When you&#8217;re sitting at a table with the deal-makers, people who command thousands (if not millions) of dollars, there&#8217;s an art to making them listen to you.  So if it&#8217;s an art, I&#8217;m still drawing stick figures but it was great to be sitting next to the Rembrandts!</p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/422276539" height="1" width="1"/>";}s:3:"wfw";a:1:{s:10:"commentrss";s:42:"http://appfrica.net/blog/archives/705/feed";}s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://appfrica.net/blog/archives/705";}s:7:"summary";s:287:"When Google flew me in to represent Appfrica.org at Barcamp Africa I could never have known how much the trip would actually impact my work.  There was a lot of one degree of separation going on while I was in the Bay area.  For instance, I met my business partners in Question Box [...]";s:12:"atom_content";s:6446:"<p><center><img src="http://socialcapitalmarkets.net/images/logo-sm.gif"></center></p>\n<p>When Google flew me in to represent Appfrica.org at Barcamp Africa I could never have known how much the trip would actually impact my work.  There was a lot of one degree of separation going on while I was in the Bay area.  For instance, I met my business partners in Question Box (Rose Shuman and Ken Banks) for the first time face to face at SoCap.  I met Lila from <a href="http://samasource.org/">Samasource</a> and Emykah from <a href="http://ted.com">TED</a> for the first time after having had conversations with them both via email.   One of the big highlights was finally meeting Nathaniel Whitmore of <a href="http://assetmap.org">Assetmap.org</a>.  I also met six people from six unrelated groups that were all headed to Uganda in the next three weeks!</p>\n<p>The fact of the matter Social Entrepreneurship is an incredibly small space with few influential people all sort of defining the conversation.  When you talk about investors that circle gets even smaller.</p>\n<p>Ironically Barcamp Africa and SoCap08 (Social Capital Markets 2008) happened only a few days apart and I ran into many of the same faces at both.  This was good.  The general feeling at BCA (which was one day) is that it could have used one more day while the general feeling at SoCap08 (three days) was that it could have used more &#8216;unconferencing&#8217; and less lectures from keynotes.  So a mash-up of the two event-styles would have been perfect.</p>\n<p>My observations of what people were interested in at SoCap from various conversations and eavesdropping:</p>\n<ul>\n<li>Are African tech ventures profitable?</li>\n<li>Why is there so much attention on Africa?</li>\n<li>What is China&#8217;s stance on Social Entrepreneurship?</li>\n<li>Legal loopholes of being a for-profit social enterprise.</li>\n<li>Raising money as a social enterprise.</li>\n<li>Social investment exit strategies.</li>\n</ul>\n<p>One very interesting conversation panel I attended about Diversity and Inclusion in Social Capital  literally had a woman (Caucasian) bluntly ask the following:  &#8220;Why are there so many white people here talking to other white people?&#8221;</p>\n<p>Her point was that Social Investors and Entrepreneurs run a real risk of making the same mistake a number of development organizations have made for years.  There&#8217;s the potential to unintentionally (or intentionally for that matter) exclude the people who&#8217;s problems you&#8217;re attempting to solve from working with &#8216;the problem solvers&#8217;.  When this happens there isn&#8217;t much distinction between social ventures and colonial movements of the past.  One of the ideas that came out of the following conversation was to make an effort next year to find social entrepreneurs from around the globe and sponsor their attendance next year.  Despite the question I felt SoCap08 was actually quite diverse with a number of interesting social entrepreneurs represented from Beirut to Brazil.</p>\n<p>Another interesting panel was Peter Kaminski&#8217;s &#8216;Social Media for Social Entrepreneurs&#8217; which had a lot of talk about how to avoid overwhelming non-early adopters with too much information.  Amy Benziger made some interesting points about aggregating an entire brand on the web versus filtering and delivering only relevant bits to the right people.  Someone else made the point to say a lot of groups don&#8217;t engage social media because it&#8217;s a never ending conversation that they don&#8217;t know how to &#8216;get out of&#8217;.  For those people and groups, that inability to control a conversation is intimidating.</p>\n<p>The most relevant panel to what I&#8217;m trying to do with Appfrica Labs was &#8216;New African Capital&#8217; which featured Modibo Camara, Samuel Alemayehu, and Jo-ann Pohl.   Jo-Ann talked about the adverse affects of ineffective social ventures, &#8220;You&#8217;ve got a willing bodies that have a feel good factor but not enough being effective.&#8221; <sup>[<a href="http://twitter.com/appfrica/statuses/959720660">t</a>]</sup> She went on to frame a key difference in business thinking in the region, &#8220;Africa is community driven&#8230;you&#8217;re only as good as your network and your networks network.&#8221; <sup>[<a href="http://twitter.com/appfrica/statuses/959721663">t</a>]</sup> Samuel specifically works in the VC, angel investor, incubator and technology space and advocated that there needs to be more initiatives in Africa by African as well as foreign investors.  </p>\n<p>Like most conferences, the best&#8230;most valuable information often came from casual conversations with other attendees.  I met the founder of two technology incubators, one in Beirut and the other in Bangladesh who had particular insight in operating such ventures in non-traditional, high-risk emerging markets.  Rose Shuman did a remarkable job framing our project Question Box for people and found some potential partners.  She and I brainstormed on the idea of using a custom version of Afridex as a CRM for all the business cards we&#8217;ve collected.  We&#8217;ll hire one of the Appfrica Lab participants to do the data entry if they&#8217;re interested in doing it.  If anyone who attended SoCap would like to offer up their contacts I&#8217;ll be happy to give you access as well.  </p>\n<p>Lastly, I increased my client/partner network by 200%.  A number of groups are interested in having either me or Appfrica Labs pick up their excess overflow work in web application development.  To be frank, I&#8217;m boot-strapping a start-up company in Uganda and so all of this work is invaluable.  It&#8217;s directly impacting how effective I am on the ground and people are starting to stand that I&#8217;m asking for donations&#8230;.I&#8217;m raising seed capital one way or another (through investments or work).</p>\n<p>Also, I should mention that this, for me, was largely a lesson in how to present and how to sell my ideas more effectively.  When you&#8217;re sitting at a table with the deal-makers, people who command thousands (if not millions) of dollars, there&#8217;s an art to making them listen to you.  So if it&#8217;s an art, I&#8217;m still drawing stick figures but it was great to be sitting next to the Rembrandts!</p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/422276539" height="1" width="1"/>";}i:8;a:13:{s:5:"title";s:31:"âBandwidth is the new oil.â";s:4:"link";s:56:"http://feeds.feedburner.com/~r/Appfrica/~3/419481733/701";s:8:"comments";s:46:"http://appfrica.net/blog/archives/701#comments";s:7:"pubdate";s:31:"Mon, 13 Oct 2008 12:31:28 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"Jon";}s:8:"category";s:20:"Notesbandwidthquotes";s:4:"guid";s:31:"http://appfrica.net/blog/?p=701";s:11:"description";s:336:"AMERICANS today spend almost as much on bandwidth â the capacity to move information â as we do on energy. A family of four likely spends several hundred dollars a month on cellphones, cable television and Internet connections, which is about what we spend on gas and heating oil.\nJust as the industrial revolution depended on [...]";s:7:"content";a:1:{s:7:"encoded";s:754:"<blockquote><p>AMERICANS today spend almost as much on bandwidth â the capacity to move information â as we do on energy. A family of four likely spends several hundred dollars a month on cellphones, cable television and Internet connections, which is about what we spend on gas and heating oil.</p>\n<p>Just as the industrial revolution depended on oil and other energy sources, the information revolution is fueled by bandwidth. If we arenât careful, weâre going to repeat the history of the oil industry by creating a bandwidth cartel.</p></blockquote>\n<p>- Tim Wu of the <a href="http://www.nytimes.com/2008/07/30/opinion/30wu.html">New York Times</a></p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/419481733" height="1" width="1"/>";}s:3:"wfw";a:1:{s:10:"commentrss";s:42:"http://appfrica.net/blog/archives/701/feed";}s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://appfrica.net/blog/archives/701";}s:7:"summary";s:336:"AMERICANS today spend almost as much on bandwidth â the capacity to move information â as we do on energy. A family of four likely spends several hundred dollars a month on cellphones, cable television and Internet connections, which is about what we spend on gas and heating oil.\nJust as the industrial revolution depended on [...]";s:12:"atom_content";s:754:"<blockquote><p>AMERICANS today spend almost as much on bandwidth â the capacity to move information â as we do on energy. A family of four likely spends several hundred dollars a month on cellphones, cable television and Internet connections, which is about what we spend on gas and heating oil.</p>\n<p>Just as the industrial revolution depended on oil and other energy sources, the information revolution is fueled by bandwidth. If we arenât careful, weâre going to repeat the history of the oil industry by creating a bandwidth cartel.</p></blockquote>\n<p>- Tim Wu of the <a href="http://www.nytimes.com/2008/07/30/opinion/30wu.html">New York Times</a></p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/419481733" height="1" width="1"/>";}i:9;a:13:{s:5:"title";s:40:"This Week in Appfrica [Oct 5 - 11, 2008]";s:4:"link";s:56:"http://feeds.feedburner.com/~r/Appfrica/~3/418759600/698";s:8:"comments";s:46:"http://appfrica.net/blog/archives/698#comments";s:7:"pubdate";s:31:"Sun, 12 Oct 2008 18:10:47 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"Jon";}s:8:"category";s:28:"TWIAbarcampafricamtntwia rww";s:4:"guid";s:31:"http://appfrica.net/blog/?p=698";s:11:"description";s:372:"&#8220;This Week in Appfrica&#8221; is a weekly digest highlighting articles and stories from the previous week.\nAppfrica Archives &#124; Contact &#124; Twitter &#124; Weekly Digest &#124; Subscribe via E-mail\nThe bid news in African tech this week was all the conferences going on.  Mobile Active, Barcamp Jozi and of course Barcamp Africa at Google Headquarters in [...]";s:7:"content";a:1:{s:7:"encoded";s:3181:"<p><sup>&#8220;This Week in Appfrica&#8221; is a weekly digest highlighting articles and stories from the previous week.<br />\n<a href="http://appfrica.net/blog/archive/">Appfrica Archives</a> | <a href="mailto:j.gosier@appfrica.org">Contact</a> | <a href="http://twitter.com/appfrica">Twitter</a> | <a href="http://appfrica.net/blog/feed/?cat=266">Weekly Digest</a> | <a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=2145932&#038;loc=en_US">Subscribe via E-mail</a></sup></p>\n<p>The bid news in African tech this week was all the conferences going on.  <a href="http://mobileactive.org/">Mobile Active</a>, <a href="http://barcamp.org/BarCampJohannesburg">Barcamp Jozi</a> and of course <a href="http://barcampafrica.com/">Barcamp Africa</a> at Google Headquarters in the U.S.A all took place on the same day and were big successes.  Thanks to Google&#8217;s flying me in and putting me up, I was able to attend Barcamp Africa which turned out to be really productive.  Hopefully the attention doesn&#8217;t dissipate after it&#8217;s over.  I met some very interesting people from Google and Google.org who really validated my work with Appfrica.  The highlight for me was finally meeting Ken Banks (FrontlineSMS) and David Kobia (Ushahidi).</p>\n<h3><u>News</u></h3>\n<p><img src="http://admin.chasnote.com/wp-content/uploads/2008/04/rww-popurls.png" style="width:500px;"></p>\n<p><a href="http://appfrica.net/blog/archives/633">Appfrica on ReadWriteWeb</a><br />\nRecently, I was in touch with the staff of ReadWriteWeb (one of the most popular technology blogs in the world with 231,000+ daily readers) and I was asked to write a three part essay on the state of social media and web development in Africa. In some way itâs only fitting that RWW devote more attention to Africa. According to Alexa.com South Africa brings them 3.2% of their readers right after the U.K. (5.6%), India (6.7%), Germany (7.3%) and the U.S. (45.2%).</p>\n<h3><u>Interviews</u></h3>\n<p><a href="http://appfrica.net/blog/archives/636">Interview With Erik van Veen</a><br />\nErik van Veen is the Chief Commercial Officer of MTN Uganda. When it comes to corporate executives, he just might also be one of the most approachable, down-to-earth people ever.</p>\n<h3><u>Editorials</u></h3>\n<p><a href="http://appfrica.net/blog/archives/666">Building an Army With Thumb Drives</a><br />\nI&#8217;ve been installing DamnSmallLinux and LAMP on Usb sticks so Ugandan students can work on web apps outside of school</p>\n<h3><u>From the Archives</u></h3>\n<p><a href="http://appfrica.net/blog/archives/326">The Costs of Doing Business in Africa</a><br />\nHow much capital does a social entrepreneur need to start-up in Africa?</p>\n<h3><u>Links to Appfrica</u></h3>\n<p><a href="http://socialentrepreneurship.change.org/blog/view/socap08_entrepreneur_profiles_jonathan_gosier">Change.org Profile on Jon Gosier</a><br />\n<a href="http://www.hudin.com/blog/mobile_tech_at_the_africa_bar_camp/">Hudin Blogs about Barcamp Africa</a><br />\n<a href="http://www.ustream.tv/recorded/778690">Video of Barcamp Africa</a></p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/418759600" height="1" width="1"/>";}s:3:"wfw";a:1:{s:10:"commentrss";s:42:"http://appfrica.net/blog/archives/698/feed";}s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://appfrica.net/blog/archives/698";}s:7:"summary";s:372:"&#8220;This Week in Appfrica&#8221; is a weekly digest highlighting articles and stories from the previous week.\nAppfrica Archives &#124; Contact &#124; Twitter &#124; Weekly Digest &#124; Subscribe via E-mail\nThe bid news in African tech this week was all the conferences going on.  Mobile Active, Barcamp Jozi and of course Barcamp Africa at Google Headquarters in [...]";s:12:"atom_content";s:3181:"<p><sup>&#8220;This Week in Appfrica&#8221; is a weekly digest highlighting articles and stories from the previous week.<br />\n<a href="http://appfrica.net/blog/archive/">Appfrica Archives</a> | <a href="mailto:j.gosier@appfrica.org">Contact</a> | <a href="http://twitter.com/appfrica">Twitter</a> | <a href="http://appfrica.net/blog/feed/?cat=266">Weekly Digest</a> | <a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=2145932&#038;loc=en_US">Subscribe via E-mail</a></sup></p>\n<p>The bid news in African tech this week was all the conferences going on.  <a href="http://mobileactive.org/">Mobile Active</a>, <a href="http://barcamp.org/BarCampJohannesburg">Barcamp Jozi</a> and of course <a href="http://barcampafrica.com/">Barcamp Africa</a> at Google Headquarters in the U.S.A all took place on the same day and were big successes.  Thanks to Google&#8217;s flying me in and putting me up, I was able to attend Barcamp Africa which turned out to be really productive.  Hopefully the attention doesn&#8217;t dissipate after it&#8217;s over.  I met some very interesting people from Google and Google.org who really validated my work with Appfrica.  The highlight for me was finally meeting Ken Banks (FrontlineSMS) and David Kobia (Ushahidi).</p>\n<h3><u>News</u></h3>\n<p><img src="http://admin.chasnote.com/wp-content/uploads/2008/04/rww-popurls.png" style="width:500px;"></p>\n<p><a href="http://appfrica.net/blog/archives/633">Appfrica on ReadWriteWeb</a><br />\nRecently, I was in touch with the staff of ReadWriteWeb (one of the most popular technology blogs in the world with 231,000+ daily readers) and I was asked to write a three part essay on the state of social media and web development in Africa. In some way itâs only fitting that RWW devote more attention to Africa. According to Alexa.com South Africa brings them 3.2% of their readers right after the U.K. (5.6%), India (6.7%), Germany (7.3%) and the U.S. (45.2%).</p>\n<h3><u>Interviews</u></h3>\n<p><a href="http://appfrica.net/blog/archives/636">Interview With Erik van Veen</a><br />\nErik van Veen is the Chief Commercial Officer of MTN Uganda. When it comes to corporate executives, he just might also be one of the most approachable, down-to-earth people ever.</p>\n<h3><u>Editorials</u></h3>\n<p><a href="http://appfrica.net/blog/archives/666">Building an Army With Thumb Drives</a><br />\nI&#8217;ve been installing DamnSmallLinux and LAMP on Usb sticks so Ugandan students can work on web apps outside of school</p>\n<h3><u>From the Archives</u></h3>\n<p><a href="http://appfrica.net/blog/archives/326">The Costs of Doing Business in Africa</a><br />\nHow much capital does a social entrepreneur need to start-up in Africa?</p>\n<h3><u>Links to Appfrica</u></h3>\n<p><a href="http://socialentrepreneurship.change.org/blog/view/socap08_entrepreneur_profiles_jonathan_gosier">Change.org Profile on Jon Gosier</a><br />\n<a href="http://www.hudin.com/blog/mobile_tech_at_the_africa_bar_camp/">Hudin Blogs about Barcamp Africa</a><br />\n<a href="http://www.ustream.tv/recorded/778690">Video of Barcamp Africa</a></p>\n\n<img src="http://feeds.feedburner.com/~r/Appfrica/~4/418759600" height="1" width="1"/>";}}s:7:"channel";a:8:{s:5:"title";s:8:"Appfrica";s:4:"link";s:24:"http://appfrica.net/blog";s:11:"description";s:37:"African Innovation, IT and Technology";s:7:"pubdate";s:31:"Tue, 21 Oct 2008 06:39:58 +0000";s:9:"generator";s:27:"http://wordpress.org/?v=abc";s:8:"language";s:2:"en";s:10:"feedburner";a:2:{s:14:"emailserviceid";s:7:"2145932";s:18:"feedburnerhostname";s:25:"http://www.feedburner.com";}s:7:"tagline";s:37:"African Innovation, IT and Technology";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:31:"Tue, 21 Oct 2008 13:24:50 GMT\r\n";s:4:"etag";s:29:"aACCuQMfZs7AaUtr64ylxPeTxRA\r\n";}', 'no');
+INSERT INTO `wp_options` VALUES (241, 0, 'rss_dc8fcde38db096d6139934ea65f2071a_ts', '1224595612', 'no');
+INSERT INTO `wp_options` VALUES (184, 0, 'rss_9da018b926161ffa625436489086d800', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:5:{s:5:"title";s:32:"Mountbatten Internship Programme";s:4:"link";s:180:"http://uk.wrs.yahoo.com/_ylt=A0Je5VZIQPVIdjsBFBrdmMwF;_ylu=X3oDMTB2cXVjNTM5BGNvbG8DdwRsA1dTMQRwb3MDMQRzZWMDc3IEdnRpZAM-/SIG=11fhh062u/EXP=1224118728/**http%3A//www.mountbatten.org/";s:11:"description";s:188:"Aim to give graduates and young professionals the opportunity to gain practical and theoretical experience through participation in the operation of business in the USA, U.K. or Australia.";s:4:"guid";s:27:"http://www.mountbatten.org/";s:7:"summary";s:188:"Aim to give graduates and young professionals the opportunity to gain practical and theoretical experience through participation in the operation of business in the USA, U.K. or Australia.";}i:1;a:5:{s:5:"title";s:22:"Mountbatten Ltd - Home";s:4:"link";s:180:"http://uk.wrs.yahoo.com/_ylt=A0Je5VZIQPVIdjsBFxrdmMwF;_ylu=X3oDMTB2ZjQ4dDExBGNvbG8DdwRsA1dTMQRwb3MDMgRzZWMDc3IEdnRpZAM-/SIG=11febjsce/EXP=1224118728/**http%3A//www.mountbatten.net/";s:11:"description";s:159:"Mountbatten Ltd Your reliable IT &amp; Communication partner in Uganda. ... Mountbatten is a company that was founded in March 2005 in Uganda, serving East ...";s:4:"guid";s:27:"http://www.mountbatten.net/";s:7:"summary";s:159:"Mountbatten Ltd Your reliable IT &amp; Communication partner in Uganda. ... Mountbatten is a company that was founded in March 2005 in Uganda, serving East ...";}i:2;a:5:{s:5:"title";s:36:"Afridex " Archive " Mountbatten Ltd.";s:4:"link";s:198:"http://uk.wrs.yahoo.com/_ylt=A0Je5VZIQPVIdjsBGhrdmMwF;_ylu=X3oDMTB2M3MzdmZoBGNvbG8DdwRsA1dTMQRwb3MDMwRzZWMDc3IEdnRpZAM-/SIG=121stcgh5/EXP=1224118728/**http%3A//appfrica.net/afridex/mountbatten-ltd-2";s:11:"description";s:157:"Mountbatten Ltd. - Joomla Companies, Developers, Design... idealist.org - Mountbatten Programmes Ltd.... Mountbatten ... Embed Mountbatten Ltd.''s Profile ...";s:4:"guid";s:45:"http://appfrica.net/afridex/mountbatten-ltd-2";s:7:"summary";s:157:"Mountbatten Ltd. - Joomla Companies, Developers, Design... idealist.org - Mountbatten Programmes Ltd.... Mountbatten ... Embed Mountbatten Ltd.''s Profile ...";}i:3;a:5:{s:5:"title";s:56:"Mountbatten-Black by Royal Worcester | Replacements, Ltd";s:4:"link";s:503:"http://uk.wrs.yahoo.com/_ylt=A0Je5VZIQPVIdjsBHRrdmMwF;_ylu=X3oDMTB2OWM1MXQ5BGNvbG8DdwRsA1dTMQRwb3MDNARzZWMDc3IEdnRpZAM-/SIG=1bijnnbc2/EXP=1224118728/**http%3A//rdrw1.yahoo.com/click%3Fu=http%3A//inkt.trafficdashboard.com/track.htm%253Fpid%253D15874973%2526kwid%253D35270103%2526cid%253D2359%26y=0497E0A8C7CDA7226A%26i=482%26c=49769%26q=02%255ESSHPM%255BL7Rpjqk%257D~kkzq%253FSk%257B16%26e=utf-8%26r=3%26d=wow~WBSV-en-us%26n=7E6KK1MA67QKHER0%26s=3%26t=%26m=48F54048%26x=0541E7BC8A1ABEFCE7EEA19937DE34817C";s:11:"description";s:171:"Mountbatten-Black by Royal Worcester - Bone,Black Band,Gold Rings &amp; Decor - Replacements, Ltd. has the world''s largest selection of old &amp; new dinnerware, including";s:4:"guid";s:62:"http://www.replacements.com/webquote/rw_moubl.htm?s1=ink&8383&";s:7:"summary";s:171:"Mountbatten-Black by Royal Worcester - Bone,Black Band,Gold Rings &amp; Decor - Replacements, Ltd. has the world''s largest selection of old &amp; new dinnerware, including";}i:4;a:5:{s:5:"title";s:38:"The Mountbatten Institute - Contact Us";s:4:"link";s:207:"http://uk.wrs.yahoo.com/_ylt=A0Je5VZIQPVIdjsBHxrdmMwF;_ylu=X3oDMTB2NW50aG1hBGNvbG8DdwRsA1dTMQRwb3MDNQRzZWMDc3IEdnRpZAM-/SIG=12abiva2h/EXP=1224118728/**http%3A//www.mountbatten.org/mipweb.nsf/pages/contact_us";s:11:"description";s:159:"The Mountbatten Institute promotes educational and business ... Mountbatten International Programmes (Thailand) Co., Ltd. 1 Glas Haus Building, Suite# 1404 ...";s:4:"guid";s:54:"http://www.mountbatten.org/mipweb.nsf/pages/contact_us";s:7:"summary";s:159:"The Mountbatten Institute promotes educational and business ... Mountbatten International Programmes (Thailand) Co., Ltd. 1 Glas Haus Building, Suite# 1404 ...";}i:5;a:5:{s:5:"title";s:25:"Mountbatten - MSN Encarta";s:4:"link";s:215:"http://uk.wrs.yahoo.com/_ylt=A0Je5VZIQPVIdjsBIhrdmMwF;_ylu=X3oDMTB2azJrdmpwBGNvbG8DdwRsA1dTMQRwb3MDNgRzZWMDc3IEdnRpZAM-/SIG=12il3bq6u/EXP=1224118728/**http%3A//encarta.msn.com/encyclopedia_761568855/Mountbatten.html";s:11:"description";s:164:"Mountbatten, Louis, 1st Earl Mountbatten of Burma 1900-1979, ... Mountbatten Ltd - Home. Mountbatten Ltd Your reliable IT &amp; Communication partner in Uganda. ...";s:4:"guid";s:62:"http://encarta.msn.com/encyclopedia_761568855/Mountbatten.html";s:7:"summary";s:164:"Mountbatten, Louis, 1st Earl Mountbatten of Burma 1900-1979, ... Mountbatten Ltd - Home. Mountbatten Ltd Your reliable IT &amp; Communication partner in Uganda. ...";}i:6;a:5:{s:5:"title";s:58:"Mountbatten Ltd. - Joomla Companies, Developers, Designers";s:4:"link";s:239:"http://uk.wrs.yahoo.com/_ylt=A0Je5VZIQPVIdjsBJRrdmMwF;_ylu=X3oDMTB2bDEyNXM5BGNvbG8DdwRsA1dTMQRwb3MDNwRzZWMDc3IEdnRpZAM-/SIG=13ath5161/EXP=1224118728/**http%3A//www.joomlayellowpages.com/listings/africa/uganda/mountbatten_ltd./view_details/";s:11:"description";s:165:"Mountbatten Ltd. 10, Valley Drive, Kampala, Uganda. Map. Website. Mountbatten has actively contributed to Joomla! and many of its extension for the last 4 years. ...";s:4:"guid";s:86:"http://www.joomlayellowpages.com/listings/africa/uganda/mountbatten_ltd./view_details/";s:7:"summary";s:165:"Mountbatten Ltd. 10, Valley Drive, Kampala, Uganda. Map. Website. Mountbatten has actively contributed to Joomla! and many of its extension for the last 4 years. ...";}i:7;a:5:{s:5:"title";s:25:"Mount Batten Ferry - Home";s:4:"link";s:181:"http://uk.wrs.yahoo.com/_ylt=A0Je5VZIQPVIdjsBKBrdmMwF;_ylu=X3oDMTB2bTU4Zm85BGNvbG8DdwRsA1dTMQRwb3MDOARzZWMDc3IEdnRpZAM-/SIG=11g41b96v/EXP=1224118728/**http%3A//mountbattenferry.net/";s:11:"description";s:157:"About the Mount Batten Ferry company and boats in Plymouth, Devon, UK. ... Mount Batten Water Taxis (run by Sound Cruising Ltd) have been established for ...";s:4:"guid";s:28:"http://mountbattenferry.net/";s:7:"summary";s:157:"About the Mount Batten Ferry company and boats in Plymouth, Devon, UK. ... Mount Batten Water Taxis (run by Sound Cruising Ltd) have been established for ...";}i:8;a:5:{s:5:"title";s:22:"Mountbatten - Shop.com";s:4:"link";s:466:"http://uk.wrs.yahoo.com/_ylt=A0Je5VZIQPVIdjsBKxrdmMwF;_ylu=X3oDMTB2dW8yNmN0BGNvbG8DdwRsA1dTMQRwb3MDOQRzZWMDc3IEdnRpZAM-/SIG=1adbii5so/EXP=1224118728/**http%3A//rdrw1.yahoo.com/click%3Fu=http%3A//www.shop.com/%252B-p134387612-st.shtml%253Fsourceid%253D13%26y=04C1CC32BBA23823B3%26i=482%26c=37647%26q=02%255ESSHPM%255BL7Rpjqk%257D~kkzq%253FSk%257B16%26e=utf-8%26r=8%26d=wow~WBSV-en-us%26n=7E6KK1MA67QKHER0%26s=3%26t=%26m=48F54048%26x=058652535A19FE60826EC8BFCBDE12867C";s:11:"description";s:168:"Shop for Mountbatten at Shop.com. Mountbatten Books Category:Books|Fiction/Non-Fiction:Non-Fiction|Language:English|Format:Pape rback|Publisher:Sutton Pub Ltd|Author...";s:4:"guid";s:37:"http://www.shop.com/107829056-p.shtml";s:7:"summary";s:168:"Shop for Mountbatten at Shop.com. Mountbatten Books Category:Books|Fiction/Non-Fiction:Non-Fiction|Language:English|Format:Pape rback|Publisher:Sutton Pub Ltd|Author...";}i:9;a:5:{s:5:"title";s:16:"I-Network Uganda";s:4:"link";s:269:"http://uk.wrs.yahoo.com/_ylt=A0Je5VZIQPVIdjsBLRrdmMwF;_ylu=X3oDMTEwc3RuNTk4BGNvbG8DdwRsA1dTMQRwb3MDMTAEc2VjA3NyBHZ0aWQD/SIG=148qhmo43/EXP=1224118728/**http%3A//www.dgroups.org/groups/i-network/index.cfm%3Fop=dsp_showmsg%26listname=i-network%26msgid=872184%26cat_id=1520";s:11:"description";s:161:"reinier.battenberg@mountbatten.net. 2008-09 ... Mountbatten Ltd. +256 782 801 749. www.mountbatten.net. On Thursday 11 September 2008 14:39:43 rustler wrote: ...";s:4:"guid";s:108:"http://www.dgroups.org/groups/i-network/index.cfm?op=dsp_showmsg&listname=i-network&msgid=872184&cat_id=1520";s:7:"summary";s:161:"reinier.battenberg@mountbatten.net. 2008-09 ... Mountbatten Ltd. +256 782 801 749. www.mountbatten.net. On Thursday 11 September 2008 14:39:43 rustler wrote: ...";}}s:7:"channel";a:7:{s:5:"title";s:31:"Yahoo! Search: Mountbatten Ltd.";s:4:"link";s:58:"http://search.yahoo.com/search?p=Mountbatten+Ltd.&ei=UTF-8";s:8:"language";s:2:"en";s:11:"description";s:45:"Search results for the query Mountbatten Ltd.";s:9:"copyright";s:51:"Copyright (c) 2007 Yahoo! Inc. All rights reserved.";s:13:"lastbuilddate";s:31:"Tue, 14 Oct 2008 17:58:48 -0700";s:7:"tagline";s:45:"Search results for the query Mountbatten Ltd.";}s:9:"textinput";a:0:{}s:5:"image";a:5:{s:3:"url";s:62:"http://us.i1.yimg.com/us.yimg.com/i/us/nt/b/rss/rss_search.gif";s:5:"title";s:13:"Yahoo! Search";s:4:"link";s:23:"http://search.yahoo.com";s:5:"width";s:3:"142";s:6:"height";s:2:"18";}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (185, 0, 'rss_9da018b926161ffa625436489086d800_ts', '1224032329', 'no');
+INSERT INTO `wp_options` VALUES (198, 0, 'recently_activated', 'a:3:{s:23:"kb-linker/kb_linker.php";i:1222025939;s:19:"fresh-page/Main.php";i:1221992894;s:39:"rb-internal-links/rb-internal-links.php";i:1221950808;}', 'yes');
+INSERT INTO `wp_options` VALUES (189, 0, 'rbinternal_tinymce', '1', 'yes');
+INSERT INTO `wp_options` VALUES (190, 0, 'rbinternal_post_orderby', 'post_date', 'yes');
+INSERT INTO `wp_options` VALUES (191, 0, 'rbinternal_post_sort', 'DESC', 'yes');
+INSERT INTO `wp_options` VALUES (192, 0, 'rbinternal_page_orderby', 'post_title', 'yes');
+INSERT INTO `wp_options` VALUES (193, 0, 'rbinternal_page_sort', 'ASC', 'yes');
+INSERT INTO `wp_options` VALUES (194, 0, 'rbinternal_return_par	am', 'ID', 'yes');
+INSERT INTO `wp_options` VALUES (195, 0, 'rbinternal_version', '0.21', 'yes');
+INSERT INTO `wp_options` VALUES (196, 0, 'wordpress_api_key', '9700b77ce8e6', 'yes');
+INSERT INTO `wp_options` VALUES (202, 0, 'RC_CWP_BLOG_DB_VERSION', '26', 'yes');
+INSERT INTO `wp_options` VALUES (203, 0, 'enableInk', 'false', 'yes');
+INSERT INTO `wp_options` VALUES (204, 0, 'canvas_auto_publish', 'false', 'yes');
+INSERT INTO `wp_options` VALUES (205, 0, 'RC_CWP_DB_VERSION', '26', 'yes');
+INSERT INTO `wp_options` VALUES (206, 0, 'FLUTTER_fist_time', '1', 'yes');
+INSERT INTO `wp_options` VALUES (213, 0, 'rss_bd6b3275208b5d8d90aaa8305631a791_ts', '1222272778', 'no');
+INSERT INTO `wp_options` VALUES (212, 0, 'rss_bd6b3275208b5d8d90aaa8305631a791', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:5:{s:5:"title";s:8:"Students";s:4:"link";s:233:"http://uk.wrs.yahoo.com/_ylt=A0Je5hEHZ9pIfZAAehzdmMwF;_ylu=X3oDMTB2cXVjNTM5BGNvbG8DdwRsA1dTMQRwb3MDMQRzZWMDc3IEdnRpZAM-/SIG=1343o875q/EXP=1222359175/**http%3A//www.google.com/support/jobs/bin/static.py%3Fpage=studentseu.html%26sid=eu";s:11:"description";s:160:"Getting into Google. Student jobs. Students &gt; Europe, Middle East and Africa ... East and Africa including London, Paris, Dublin, Zurich, Krakow, Munich, ...";s:4:"guid";s:76:"http://www.google.com/support/jobs/bin/static.py?page=studentseu.html&sid=eu";s:7:"summary";s:160:"Getting into Google. Student jobs. Students &gt; Europe, Middle East and Africa ... East and Africa including London, Paris, Dublin, Zurich, Krakow, Munich, ...";}i:1;a:5:{s:5:"title";s:37:"East Africa Google Gadget Competition";s:4:"link";s:210:"http://uk.wrs.yahoo.com/_ylt=A0Je5hEHZ9pIfZAAfRzdmMwF;_ylu=X3oDMTB2ZjQ4dDExBGNvbG8DdwRsA1dTMQRwb3MDMgRzZWMDc3IEdnRpZAM-/SIG=12dv9f7m0/EXP=1222359175/**http%3A//www.google.com/intl/en/events/eagadgetcompetition/";s:11:"description";s:157:"East Africa Google Gadget Competition. Home. Contest Description. Good Gadgets. Technical Overview ... What is the Google East Africa Gadget Competition? ...";s:4:"guid";s:57:"http://www.google.com/intl/en/events/eagadgetcompetition/";s:7:"summary";s:157:"East Africa Google Gadget Competition. Home. Contest Description. Good Gadgets. Technical Overview ... What is the Google East Africa Gadget Competition? ...";}i:2;a:5:{s:5:"title";s:49:"Google is Moving in East Africa â White African";s:4:"link";s:210:"http://uk.wrs.yahoo.com/_ylt=A0Je5hEHZ9pIfZAAgBzdmMwF;_ylu=X3oDMTB2M3MzdmZoBGNvbG8DdwRsA1dTMQRwb3MDMwRzZWMDc3IEdnRpZAM-/SIG=12de2aus5/EXP=1222359175/**http%3A//whiteafrican.com/2008/03/06/google-in-east-africa/";s:11:"description";s:156:"Google is Moving in East Africa. by HASH on March 6, 2008 ... google east africa, it will take the shortest time possible to catapult google to the top. ...";s:4:"guid";s:57:"http://whiteafrican.com/2008/03/06/google-in-east-africa/";s:7:"summary";s:156:"Google is Moving in East Africa. by HASH on March 6, 2008 ... google east africa, it will take the shortest time possible to catapult google to the top. ...";}i:3;a:5:{s:5:"title";s:70:"Business Daily Africa - the international window into East African ...";s:4:"link";s:243:"http://uk.wrs.yahoo.com/_ylt=A0Je5hEHZ9pIfZAAgxzdmMwF;_ylu=X3oDMTB2OWM1MXQ5BGNvbG8DdwRsA1dTMQRwb3MDNARzZWMDc3IEdnRpZAM-/SIG=13e7qj8k9/EXP=1222359175/**http%3A//www.bdafrica.com/index.php%3Foption=com_content%26task=view%26id=7753%26Itemid=5847";s:11:"description";s:158:"... network of more than 50 reporters and editors in East Africa and Africa. ... Mr Joe Mucheru of Google East Africa said that Google offers a variety of ...";s:4:"guid";s:82:"http://www.bdafrica.com/index.php?option=com_content&task=view&id=7753&Itemid=5847";s:7:"summary";s:158:"... network of more than 50 reporters and editors in East Africa and Africa. ... Mr Joe Mucheru of Google East Africa said that Google offers a variety of ...";}i:4;a:5:{s:5:"title";s:68:"Google East Africa: Philanthropy or Profit? | KENYANENTREPRENEUR.COM";s:4:"link";s:196:"http://uk.wrs.yahoo.com/_ylt=A0Je5hEHZ9pIfZAAhhzdmMwF;_ylu=X3oDMTB2NW50aG1hBGNvbG8DdwRsA1dTMQRwb3MDNQRzZWMDc3IEdnRpZAM-/SIG=11vijna35/EXP=1222359175/**http%3A//www.kenyanentrepreneur.com/%3Fp=1194";s:11:"description";s:156:"Did anyone catch this story in the Nation about Google East Africa signing a deal with a marketing agency called Wunderman Kenya? I''m reading this story and";s:4:"guid";s:41:"http://www.kenyanentrepreneur.com/?p=1194";s:7:"summary";s:156:"Did anyone catch this story in the Nation about Google East Africa signing a deal with a marketing agency called Wunderman Kenya? I''m reading this story and";}i:5;a:5:{s:5:"title";s:31:"East Africa - History for Kids!";s:4:"link";s:218:"http://uk.wrs.yahoo.com/_ylt=A0Je5hEHZ9pIfZAAiRzdmMwF;_ylu=X3oDMTB2azJrdmpwBGNvbG8DdwRsA1dTMQRwb3MDNgRzZWMDc3IEdnRpZAM-/SIG=12l7qa9gr/EXP=1222359175/**http%3A//www.historyforkids.org/learn/africa/history/eastafrica.htm";s:11:"description";s:134:"East African History for Kids ... Africa. Rome. Islam. Germany. Middle Ages. by Google. Teachers. Parents. Accessibility. Outreach ...";s:4:"guid";s:65:"http://www.historyforkids.org/learn/africa/history/eastafrica.htm";s:7:"summary";s:134:"East African History for Kids ... Africa. Rome. Islam. Germany. Middle Ages. by Google. Teachers. Parents. Accessibility. Outreach ...";}i:6;a:5:{s:5:"title";s:70:"Business Daily Africa - the international window into East African ...";s:4:"link";s:243:"http://uk.wrs.yahoo.com/_ylt=A0Je5hEHZ9pIfZAAjBzdmMwF;_ylu=X3oDMTB2bDEyNXM5BGNvbG8DdwRsA1dTMQRwb3MDNwRzZWMDc3IEdnRpZAM-/SIG=13ebot42b/EXP=1222359175/**http%3A//www.bdafrica.com/index.php%3Foption=com_content%26task=view%26id=5695%26Itemid=5847";s:11:"description";s:163:"... network of more than 50 reporters and editors in East Africa and Africa. ... Google starts recruitment plan to up clout in Africa. Written by Kui Kinyanjui ...";s:4:"guid";s:82:"http://www.bdafrica.com/index.php?option=com_content&task=view&id=5695&Itemid=5847";s:7:"summary";s:163:"... network of more than 50 reporters and editors in East Africa and Africa. ... Google starts recruitment plan to up clout in Africa. Written by Kui Kinyanjui ...";}i:7;a:5:{s:5:"title";s:67:"Google Launches Blog for Sub-Sahara Africa - CIO.com - Business ...";s:4:"link";s:229:"http://uk.wrs.yahoo.com/_ylt=A0Je5hEHZ9pIfZAAjxzdmMwF;_ylu=X3oDMTB2bTU4Zm85BGNvbG8DdwRsA1dTMQRwb3MDOARzZWMDc3IEdnRpZAM-/SIG=130jj4q7s/EXP=1222359175/**http%3A//www.cio.com/article/427614/Google_Launches_Blog_for_Sub_Sahara_Africa";s:11:"description";s:154:"Google East Africa has launched an official blog that will cover "all things Google in sub-Saharan Africa. ... of the Africa team at Google, Lan said. ...";s:4:"guid";s:76:"http://www.cio.com/article/427614/Google_Launches_Blog_for_Sub_Sahara_Africa";s:7:"summary";s:154:"Google East Africa has launched an official blog that will cover "all things Google in sub-Saharan Africa. ... of the Africa team at Google, Lan said. ...";}i:8;a:5:{s:5:"title";s:74:"Toyota East Africa Head Office Google Earth 3D map | Nairobi in Google ...";s:4:"link";s:289:"http://uk.wrs.yahoo.com/_ylt=A0Je5hEHZ9pIfZAAkhzdmMwF;_ylu=X3oDMTB2dW8yNmN0BGNvbG8DdwRsA1dTMQRwb3MDOQRzZWMDc3IEdnRpZAM-/SIG=14srcj1r7/EXP=1222359175/**http%3A//www.maplandia.com/kenya/nairobi/nairobi/buildings/toyota-east-africa-head-office/toyota-east-africa-head-office-google-earth.html";s:11:"description";s:156:"Toyota East Africa Head Office 3D map utilizing Google Earth plugin. ... Google Earth enables to tilt and rotate the view to see Toyota East Africa Head ...";s:4:"guid";s:136:"http://www.maplandia.com/kenya/nairobi/nairobi/buildings/toyota-east-africa-head-office/toyota-east-africa-head-office-google-earth.html";s:7:"summary";s:156:"Toyota East Africa Head Office 3D map utilizing Google Earth plugin. ... Google Earth enables to tilt and rotate the view to see Toyota East Africa Head ...";}i:9;a:5:{s:5:"title";s:69:"Mashada Blogs " Kenyan Pundit " What''s Google East Africa''s strategy?";s:4:"link";s:213:"http://uk.wrs.yahoo.com/_ylt=A0Je5hEHZ9pIfZAAlRzdmMwF;_ylu=X3oDMTEwc3RuNTk4BGNvbG8DdwRsA1dTMQRwb3MDMTAEc2VjA3NyBHZ0aWQD/SIG=12gmiivli/EXP=1222359175/**http%3A//www.mashada.com/blogs/feed.php%3Fchannel=6%26iid=6846";s:11:"description";s:158:"Kenyan Pundit " What''s Google East Africa''s strategy? Mashada Blogs - Read all your favorite African blogs in one place. Search and browse thousands of posts.";s:4:"guid";s:56:"http://www.mashada.com/blogs/feed.php?channel=6&iid=6846";s:7:"summary";s:158:"Kenyan Pundit " What''s Google East Africa''s strategy? Mashada Blogs - Read all your favorite African blogs in one place. Search and browse thousands of posts.";}}s:7:"channel";a:7:{s:5:"title";s:33:"Yahoo! Search: Google East Africa";s:4:"link";s:60:"http://search.yahoo.com/search?p=Google+East+Africa&ei=UTF-8";s:8:"language";s:2:"en";s:11:"description";s:47:"Search results for the query Google East Africa";s:9:"copyright";s:51:"Copyright (c) 2007 Yahoo! Inc. All rights reserved.";s:13:"lastbuilddate";s:31:"Wed, 24 Sep 2008 09:12:55 -0700";s:7:"tagline";s:47:"Search results for the query Google East Africa";}s:9:"textinput";a:0:{}s:5:"image";a:5:{s:3:"url";s:62:"http://us.i1.yimg.com/us.yimg.com/i/us/nt/b/rss/rss_search.gif";s:5:"title";s:13:"Yahoo! Search";s:4:"link";s:23:"http://search.yahoo.com";s:5:"width";s:3:"142";s:6:"height";s:2:"18";}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (219, 0, 'rss_3f50447b6530622de81486c2781441b1_ts', '1222158886', 'no');
+INSERT INTO `wp_options` VALUES (218, 0, 'rss_3f50447b6530622de81486c2781441b1', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:17:{i:0;a:14:{s:2:"id";s:70:"tag:blogger.com,1999:blog-6796894934389505998.post-4873038317477780504";s:9:"published";s:29:"2008-09-14T21:56:00.002+02:00";s:7:"updated";s:29:"2008-09-14T22:57:51.311+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-09-14T22:57:51.311+02:00";}s:5:"title";s:24:"New Mozambique page live";s:12:"atom_content";s:2248:"<a href="http://google-africa.blogspot.com/#french17">En FranÃ§ais</a><br /><a href="http://google-africa.blogspot.com/#port1">Em PortuguÃªs</a><br /><br />We are excited to announce the launch of our homepage for Mozambique: <a href="http://www.google.co.mz/">www.google.co.mz</a>. This launch marks our 26th country home page in Sub-Saharan Africa, and our third for Portuguese-speaking countries in Africa - the others being <a href="http://www.google.it.ao/">Angola</a> and <a href="http://www.google.st/">SÃ£o TomÃ© and PrÃ­ncipe</a>.<br /><br />As part of our ongoing commitment to Africa, we look forward to enabling more people to access the internet in their local language, and have better access to local content.<br /><br /><span class="byline-author">Posted by Divon Lan, Product Manager</span><br /><br />====<br /><br /><a name="french17"></a>Nous sommes heureux d''annoncer le lancement de notre page d''accueil pour le Mozambique: <a href="http://www.google.co.mz/">www.google.co.mz</a><br /><br />C''est donc notre 26e page d''accueil nationale en Afrique sub-saharienne, et notre 3e pour les pays Africains de langue portugaise - Les autres Ã©tant <a href="http://www.google.it.ao/">l''Angola</a> et <a href="http://www.google.st/">SÃ£o TomÃ©-et-PrÃ­ncipe</a>.<br /><br />Dans le cadre de notre engagement pour l''Afrique, nous sommes impatients de permettre l''accÃšs Ã  internet Ã  plus de personnes dans leur propre langue, et un meilleur accÃšs au contenu rÃ©gional.<br /><br />====<br /><br /><a name="port1"></a>Ã com um enorme prazer que anunciamos o lanÃ§amento da pÃ¡gina do Google em MoÃ§ambique: <a href="http://www.google.co.mz/">www.google.co.mz</a><br /><br />Este lanÃ§amento marca a nossa 26Âª  pÃ¡gina na Ãfrica Subsaariana, e a nossa 3Âª pÃ¡gina dos paÃ­ses de lÃ­ngua portuguesa em Ãfrica â sendo os outros <a href="http://www.google.it.ao/">Angola</a> e <a href="http://www.google.st/">SÃ£o TomÃ© e Principe</a>.<br /><br />Como parte do nosso contÃ­nuo compromisso com Ãfrica, estamos empenhados em permitir a mais pessoas o acesso Ã  internet no seu idioma, bem como um melhor acesso aos conteÃºdos locais.<img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/392590794" height="1" width="1"/>";s:4:"link";s:98:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/392590794/new-mozambique-page-live.html";s:12:"link_replies";s:76:"http://google-africa.blogspot.com/feeds/4873038317477780504/comments/default";s:9:"link_self";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/4873038317477780504?v=2";s:9:"link_edit";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/4873038317477780504?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:71:"http://google-africa.blogspot.com/2008/09/new-mozambique-page-live.html";}}i:1;a:14:{s:2:"id";s:70:"tag:blogger.com,1999:blog-6796894934389505998.post-7337018403021491865";s:9:"published";s:29:"2008-09-12T14:30:00.004+02:00";s:7:"updated";s:29:"2008-09-12T15:28:09.834+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-09-12T15:28:09.834+02:00";}s:5:"title";s:50:"Congratulations to the gadget competition winners!";s:12:"atom_content";s:9880:"<a href="http://google-africa.blogspot.com/#french16">En FranÃ§ais</a><br /><br />In February, we launched the <a href="http://google-africa.blogspot.com/2008/07/east-africa-gadget-competition.html">East Africa Gadget Competition</a> that saw students from 10 universities in 6 East African countries compete in creating and developing the "next big thing". Following several other such competitions around the world, the East Africa contest was the first of its kind for those of us on the African continent. It gave East African students in computer science and IT the opportunity to demonstrate their skills, creativity to develop gadgets with content, feeds, features, looks and languages that reflect the needs of online users of today and tomorrow. Those students who combine outstanding creativity and exceptional technical skills could win great prizes.<br /><br />Throughout the six months of the competition, all participating students received support via a dedicated email contact as well as monthly emails taking them step by step through how to create a gadget. Regardless of the <a href="http://google-africa.blogspot.com/2008/07/teaching-igoogle-at-east-african.html">technical difficulties</a> we experienced, students kept working hard and submitted 41 fully functioning gadgets. Everyone who submitted a gadget have put a lot of time, effort, creativity and care into developing outstanding web applications. We''re certain that the high quality of the gadgets and their relevance for local as well as international users will attract a high number of users not only in Africa but around the world.<br /><br />Our East Africa Gadget Team was impressed by the quality and level of creativity of the submissions, which did not make it easy for our panel to select the winners. Still, only six entries could win one of the great prizes, and the judges have chosen these:<br /><br /><span class="Apple-style-span" style="font-weight: bold;">Overall Winner</span><br /><ul><li><a href="http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadgets/file/113244682470845972337/igisoro_gadget.xml&amp;bpig=1">Igisoro Game</a> by Antoine Nzeyimana (KIST, Rwanda)<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_ngd-JWXCu4E/SMpiua3rMLI/AAAAAAAAABM/J1l7fbMoTPE/s1600-h/igisoro_gadget.PNG"><img style="cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_ngd-JWXCu4E/SMpiua3rMLI/AAAAAAAAABM/J1l7fbMoTPE/s320/igisoro_gadget.PNG" border="0" alt="" id="BLOGGER_PHOTO_ID_5245113265652707506" /></a><br /><br /></li></ul><span class="Apple-style-span" style="font-weight: bold;">Best Gadget UI </span><br /><ul><li><a href="http://www.google.com/ig/adde?moduleurl=www.ultravineafrica.com/_chartyImages/chartywizardea.xml&amp;bpig=1">Charty Wizard</a> by Murithi Borona (University of Nairobi, Kenya)Â <br /></li></ul><span class="Apple-style-span" style="font-weight: bold;">Best Local Content</span><br /><ul><li><a href="http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadgets/file/115345472652847891418/african-proverb.xml&amp;bpig=1">Random African Proverb</a> by Peter Munene Karunyu (Moi University, Kenya)<br /></li></ul><span class="Apple-style-span" style="font-weight: bold;">Best Education-Specific</span><br /><ul><li><a href="http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadgets/file/107654619660605951333/deafbraille.xml&amp;bpig=1">Deaf / Braille Alphabets</a> by Jean Claude Nzayisenga (National University of Rwanda, Rwanda)<br /></li></ul><span class="Apple-style-span" style="font-weight: bold;">Best Procrastinator</span><br /><ul><li><a href="http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadgets/file/117564701391687188686/sliding_puzzle.xml&amp;bpig=1">Sliding Puzzle</a> by Miano Njoka (JKUAT, Kenya)<br /></li></ul><span class="Apple-style-span" style="font-weight: bold;">Most Technically Sophisticated </span><br /><ul><li><a href="http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadgets/file/113266389648488408663/numbergame.xml&amp;bpig=1">Add Mad</a> by Hussein Lightwalla (Strathmore University, Kenya)Â <br /></li></ul><br /><a href="http://www.google.com/intl/en/events/eagadgetcompetition/">Here''s a full list of winners</a> and links to their gadgets. And the prize? Antoine will receive a US<span class="Apple-style-span" style="font-weight: bold;">$600</span> stipend, and the five runners-up will receive a US<span class="Apple-style-span" style="font-weight: bold;">$350</span> stipend.<br /><br />Thanks to everyone for their hard work. We look forward to seeing what students will come up with next time!<br /><br /><span class="byline-author">Posted by Maria Kubran, University Programs Coordinator</span><br /><br />====<br /><br /><a name="french16"></a><span class="Apple-style-span" style="font-weight: bold;">FÃ©licitations aux Vainqueurs de la CompÃ©tition de Gadgets!</span><br /><br />En fÃ©vrier, nous avons lancÃ© <a href="http://google-africa.blogspot.com/2008/07/east-africa-gadget-competition.html">la compÃ©tition de Gadgets en Afrique de l''Est</a> qui a fait concourir des Ã©tudiants de 10 universitÃ©s dans 6 pays africains pour la crÃ©ation et le dÃ©veloppement des meilleurs gadgets. Sur le mÃªme principe que plusieurs autres concours dans le monde, la compÃ©tition en Afrique de l''Est a Ã©tÃ© la premiÃšre de son genre Ã  se dÃ©rouler sur le continent africain. Elle a permis aux Ã©tudiants en informatique et nouvelles technologies d''Afrique de l''Est d''utiliser leurs connaissances et leur crÃ©ativitÃ© pour dÃ©velopper des gadgets avec du contenu, des flux, des options, des apparences et des langues qui reflÃštent les besoins des internautes d''aujourd''hui et de demain - et de rÃ©compenser les Ã©tudiants qui combinent une crÃ©ativitÃ© hors du commun avec des compÃ©tences techniques exceptionnelles par des prix.<br /><br />Pendant les six mois de compÃ©tition, tous les Ã©tudiants participants ont reÃ§us de l''aide via un contact par email dÃ©diÃ© ainsi que des emails mensuels les guidant pas aprÃšs pas vers la crÃ©ation d''un gadget. MalgrÃ© <a href="http://google-africa.blogspot.com/2008/07/teaching-igoogle-at-east-african.html">les difficultÃ©s techniques</a> que nous avons expÃ©rimentÃ©es, les Ã©tudiants ont continuÃ© de travailler durement et ont soumis en tout 41 gadgets fonctionnant parfaitement. Tous ceux qui ont soumis un gadget ont donnÃ© beaucoup de temps, d''efforts, de crÃ©ativitÃ© et ont pris soin de dÃ©velopper d''exceptionnelles applications web. Nous sommes certains que la haute qualitÃ© des gadgets et leur pertinence pour les populations locales ainsi que les utilisateurs internationaux vont attirer a un nombre Ã©levÃ© d''utilisateurs non seulement en Afrique mais aussi partout dans le monde.<br /><br />Notre Ã©quipe gadget d''Afrique de l''Est a Ã©tÃ© trÃšs impressionnÃ©e par la qualitÃ© et le niveau de crÃ©ativitÃ© des gadgets soumis, ce qui n''a pas rendu facile pour notre panel de sÃ©lectionner les gagnants. Cependant, uniquement six gadgets pouvaient remporter l''un de nos prix, et les juges ont choisi les gadgets suivants :<br /><br /><span class="Apple-style-span" style="font-weight: bold;">Premier Prix</span><br /><ul><li><a href="http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadgets/file/113244682470845972337/igisoro_gadget.xml&amp;bpig=1">Jeu Igisoro</a> de Antoine Nzeyimana (KIST, Rwanda)<br /></li></ul><span class="Apple-style-span" style="font-weight: bold;">Meilleure Interface Utilisateur </span><br /><ul><li><a href="http://www.google.com/ig/adde?moduleurl=www.ultravineafrica.com/_chartyImages/chartywizardea.xml&amp;bpig=1">Charty Wizard</a> de Murithi Borona (UniversitÃ© de Nairobi, Kenya)Â <br /></li></ul><span class="Apple-style-span" style="font-weight: bold;">Meilleur Contenu Local </span><br /><ul><li><a href="http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadgets/file/115345472652847891418/african-proverb.xml&amp;bpig=1">Proverbes Africains</a> de Peter Munene Karunyu (UniversitÃ© Moi, Kenya)<br /></li></ul><span class="Apple-style-span" style="font-weight: bold;">Meilleur Contenu Educatif </span><br /><ul><li><a href="http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadgets/file/107654619660605951333/deafbraille.xml&amp;bpig=1">Alphabet Braille</a> de Jean Claude Nzayisenga (UniversitÃ© Nationale du Rwanda, Rwanda)<br /></li></ul><span class="Apple-style-span" style="font-weight: bold;">Meilleur Potentiel</span><br /><ul><li><a href="http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadgets/file/117564701391687188686/sliding_puzzle.xml&amp;bpig=1">Puzzle Glissant</a> de Miano Njoka (JKUAT, Kenya)<br /></li></ul><span class="Apple-style-span" style="font-weight: bold;">Le Plus SophistiquÃ© Techniquement</span><br /><ul><li><a href="http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadgets/file/113266389648488408663/numbergame.xml&amp;bpig=1">Add Mad</a> de Hussein Lightwalla (UniversitÃ© Strathmore, Kenya)Â <br /></li></ul><br /><a href="http://www.google.com/intl/en/events/eagadgetcompetition/">Vous trouverez ici la liste complÃšte des gagnants</a> et les liens vers leurs gadgets. Qu''en est-il des prix? Antoine remporte une bourse de US<span class="Apple-style-span" style="font-weight: bold;">$600</span>, et les 5 suivants reÃ§oivent une bourse de US<span class="Apple-style-span" style="font-weight: bold;">$350</span>.<br /><br />Merci Ã  tous les participants pour leur travail acharnÃ©. Nous avons hÃ¢te de voir ce que les Ã©tudiants nous rÃ©servent pour la prochaine Ã©dition !<br /><br /><span class="byline-author">PostÃ© par Maria Kubran, University Programs Manager</span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/390669352" height="1" width="1"/>";s:4:"link";s:111:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/390669352/congratulations-to-gadget-competition.html";s:12:"link_replies";s:76:"http://google-africa.blogspot.com/feeds/7337018403021491865/comments/default";s:9:"link_self";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/7337018403021491865?v=2";s:9:"link_edit";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/7337018403021491865?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:84:"http://google-africa.blogspot.com/2008/09/congratulations-to-gadget-competition.html";}}i:2;a:14:{s:2:"id";s:70:"tag:blogger.com,1999:blog-6796894934389505998.post-7095414123960581970";s:9:"published";s:29:"2008-09-11T18:15:00.001+02:00";s:7:"updated";s:29:"2008-09-11T19:11:32.317+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-09-11T19:11:32.317+02:00";}s:5:"title";s:19:"Goog - al - Jazaer!";s:12:"atom_content";s:3247:"<a href="http://google-africa.blogspot.com/#french15">En FranÃ§ais</a><br /><br />Today we are very pleased to release a localized <a href="http://www.google.dz/">google.dz</a> for Algeria, making Google the first international search engine with a .dz domain. (And google.com.dz also functions, redirecting to google.dz.)<br /><br />Some alert bloggers spotted our DNS changes earlier in the month, but a couple of weeks ago we completed the launch with a localized homepage with French as the default language and Arabic as the linked alternative. People who prefer google.com in English, of course, can still find that linked from the new homepage.<br /><br />In launching google.dz, we had to comply with local rules governing top level domains in Algeria. Working with our friends at the registrar, and coordinating between Algiers, Dublin and ZÃŒrich, we were able to come up with a solution that worked for everyone. We were really pleased about this, as Algeria has one of the fastest-growing internet populations in the world, and this launch will really enable us to offer the best Google service to this group. A distributed team in ZÃŒrich, London and Mountain View are working to support the growth in Algeria and the rest of North Africa and the Middle East; watch out for more launches to come!<br /><br /><span class="byline-author">Posted by Steve Crossan, Senior Product Manager, Google</span><br /><br />====<br /><br /><a name="french15"></a><span class="Apple-style-span" style="font-weight: bold;">Goog - al - Jazaer!</span><br /><br />Nous sommes trÃšs heureux de lancer aujourd''hui <a href="http://www.google.dz/">google.dz</a>, une version localisÃ©e pour l''AlgÃ©rie, faisant ainsi de Google le premier moteur de recherche international ayant un domaine en .dz (google.com.dz fonctionne Ã©galement, avec une redirection vers google.dz).<br /><br />Certains blogueurs alertes auront dÃ©jÃ  repÃ©rÃ© nos changements de DNS il y a environ un mois, mais nous avons finalisÃ© le lancement il y a une quinzaine de jours, avec une page d''accueil en franÃ§ais par dÃ©faut, avec l''arabe comme alternative. Les utilisateurs qui prÃ©fÃšrent google.com en anglais peuvent bien entendu trouver le lien Ã  partir de la nouvelle page d''accueil.<br /><br />En lanÃ§ant google.dz, nous avons eu Ã  nous conformer aux rÃšgles rÃ©gissant les domaines de premier niveau en AlgÃ©rie. En travaillant avec l''autoritÃ© gÃ©rant les noms de domaines, et coordonnant entre Alger, Dublin et ZÃŒrich, nous avons Ã©tÃ© en mesure de trouver une solution qui fonctionne pour tout le monde. Nous en sommes trÃšs heureux car l''AlgÃ©rie a une des plus fortes croissances mondiales en terme de population connectÃ©e Ã  Internet, et ce lancement va vraiment nous permettre d''offrir le meilleur service Google Ã  ces utilisateurs. Une Ã©quipe rÃ©partie entre ZÃŒrich, Londres et Mountain View travaille pour soutenir la croissance en AlgÃ©rie, dans le reste de l''Afrique du Nord et au Moyen-Orient ; restez attentifs aux autres lancements Ã  venir !<br /><br /><span class="byline-author">PostÃ© par Steve Crossan, Senior Product Manager, Google<br /></span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/389847180" height="1" width="1"/>";s:4:"link";s:88:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/389847180/goog-al-jazaer.html";s:12:"link_replies";s:76:"http://google-africa.blogspot.com/feeds/7095414123960581970/comments/default";s:9:"link_self";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/7095414123960581970?v=2";s:9:"link_edit";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/7095414123960581970?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:61:"http://google-africa.blogspot.com/2008/09/goog-al-jazaer.html";}}i:3;a:14:{s:2:"id";s:70:"tag:blogger.com,1999:blog-6796894934389505998.post-1036680446816193349";s:9:"published";s:29:"2008-09-10T17:02:00.001+02:00";s:7:"updated";s:29:"2008-09-10T18:01:37.238+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-09-10T18:01:37.238+02:00";}s:5:"title";s:30:"Google invests in O3b Networks";s:12:"atom_content";s:4907:"<a href="http://google-africa.blogspot.com/#french14">En FranÃ§ais</a><br /><br />An important aspect of Google''s mission is to make information universally accessible.  Unfortunately, in many less developed areas of the world, particularly countries in Africa, access to the Internet is scarce and expensive. Today, we are pleased to let you know about one way we''re helping to address this problem: by investing in <a href="http://www.o3bnetworks.com/">O3b Networks</a>. O3b''s mission is to provide high-speed, low-cost Internet connectivity to the "other 3 billion" people in emerging markets in Asia, Africa, Latin America and the Middle East.<br /><br />Most of today''s developed countries are linked by thousands of kilometers of submarine fiber optic cables to carry core Internet traffic. This is a very cost-effective solution, once the fiber is in place; but in many developing and remote areas, fiber isn''t available due to economic and sometimes political roadblocks. Though existing geo-synchronous satellites are able to reach theses areas, they provide slow Internet connectivity because of their distance from the Earth - and they''re expensive and often fully subscribed. O3b plans to deliver fiber-like Internet backhaul service using a constellation of medium-orbit satellites. This means data can be quickly transmitted to and from even the most remote locations such as inland Africa or small Pacific islands.<br /><br />The O3b satellite constellation will provide high-speed, low-latency backhaul services at speeds reaching into the gigabits per second. The satellites will orbit the earth at about one-third the altitude of a geo-synchronous satellite, which means it takes less time for data to travel up and back.  This low latency translates into better voice connections as well as a snappier web experience.<br /><br />O3b is currently planning to begin service beginning in late 2010. We are very excited about the prospects for O3b and its shared mission of bringing access to those parts of the world that need it most.<br /><br /><br /><span class="byline-author">Posted by Larry Alder, Product Manager</span><br /><br />====<br /><br /><a name="french14"></a><span class="Apple-style-span" style="font-weight: bold;">Google investit dans O3b Networks</span><br /><br />Un aspect important de la mission de  Google consiste Ã  rendre l''information accessible partout dans le monde. Malheureusement, l''accÃšs Ã  Internet est difficile et onÃ©reux dans de nombreux endroits moins dÃ©veloppÃ©s de la planÃšte, en particulier dans certains pays d''Afrique. Aujourd''hui, nous avons le plaisir d''annoncer que notre investissement dans <a href="http://www.o3bnetworks.com/">O3b Networks</a> rÃ©pond en partie Ã  ce problÃšme. La mission d''O3b consiste Ã  fournir une connexion Internet haut dÃ©bit et bon marchÃ© aux "3 autres milliards" d''individus des marchÃ©s Ã©mergents en Asie, en Afrique, en AmÃ©rique du Sud et au Moyen-Orient.<br /><br />La plupart des pays dÃ©veloppÃ©s sont aujourd''hui connectÃ©s via des milliers de kilomÃštres de fibres optiques dans des cÃ¢bles sous-marins qui transmettent l''essentiel du trafic Internet. Cela permet une solution trÃšs rentable une fois que la fibre est installÃ©e. Cependant, la fibre n''est pas encore disponible dans de nombreux pays en voie de dÃ©veloppement et dans les endroits isolÃ©s, Ã  cause de difficultÃ©s Ã©conomiques et parfois Ã  cause d''obstacles politiques. Bien que des satellites gÃ©o-stationnaires soient actuellement capables d''atteindre ces zones, ils fournissent une connexion Internet lente du fait de leur distance Ã  la Terre ; ils sont Ã©galement onÃ©reux et souvent complÃštement souscrits. O3b prÃ©voit de livrer un service Internet Ã©quivalent Ã  la fibre optique par l''utilisation d''une constellation de satellites en orbite moyenne. Cela signifique que les donnÃ©es peuvent Ãªtre transmises rapidement, y compris dans les zones les plus reculÃ©es comme l''intÃ©rieur de l''Afrique ou les petites Ã®les du Pacifique.<br /><br />La constellation satellitaire d''O3b fournira des services haut dÃ©bit Ã  faible temps de latence avec des vitesses atteignants les gigabits par seconde. Les satellites tourneront autour de la Terre Ã  environ un tiers de l''altitude des satellites gÃ©o-stationnaires, ce qui implique que les donnÃ©es prendront moins de temps Ã  circuler. Ce faible temps de latence se traduit par de meilleures connexions voix ainsi qu''une expÃ©rience web rapide.<br /><br />O3b prÃ©voit actuellement de dÃ©marrer ses services Ã  partir de la fin 2010. Nous sommes trÃšs enthousiastes sur l''avenir d''O3b et sur sa mission partagÃ©e d''apporter un accÃšs aux endroits de la planÃšte qui en ont le plus besoin.<br /><br /><span class="byline-author">PostÃ© par Larry Alder, Product Manager</span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/388803473" height="1" width="1"/>";s:4:"link";s:104:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/388803473/google-invests-in-o3b-networks.html";s:12:"link_replies";s:76:"http://google-africa.blogspot.com/feeds/1036680446816193349/comments/default";s:9:"link_self";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/1036680446816193349?v=2";s:9:"link_edit";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/1036680446816193349?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:77:"http://google-africa.blogspot.com/2008/09/google-invests-in-o3b-networks.html";}}i:4;a:14:{s:2:"id";s:69:"tag:blogger.com,1999:blog-6796894934389505998.post-355013034362686291";s:9:"published";s:29:"2008-08-22T09:45:00.003+02:00";s:7:"updated";s:29:"2008-08-22T10:45:46.110+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-08-22T10:45:46.110+02:00";}s:5:"title";s:36:"Looking for a few good men and women";s:12:"atom_content";s:3766:"<a href="http://google-africa.blogspot.com/#french13">En FranÃ§ais</a><br /><br />You might have heard about our infrastructure work in Africa: For example, how we''re looking to improve the user experience by bringing content closer to the edge of the network. Or how we''re generating and finding ways to catalyze the development of local content through Google Maps (starting with <a href="http://google-africa.blogspot.com/2008/07/introducing-googles-official-blog-for.html">Kenya</a>). These efforts would not even be possible if we didn''t have talented staff on the ground making it happen. Thanks to the exceptional leadership of Joe Mucheru, our office lead for East Africa, we have made tremendous strides and continue to expand the scope of our operations.<br /><br />Since our strength is in our people, we''re looking for the right people to truly make a difference. Are you a senior manager who has the vision, strategy and execution to drive a market as large as Nigeria? Are you a technical expert who understands web standards as well as network infrastructure? Or perhaps you''ve got an excellent background and intense interest in geo-informatics.<br /><br />Well, here''s your chance. We need your brilliance, heart and desire to make Google a success in Africa. To find out more about the roles, responsibilities and requirements, you can read about our open positions on the <a href="http://www.google.com/support/jobs/bin/static.py?page=intl.html&amp;jobslc=africa">Africa jobs posting site</a>.<br /><br /><span class="byline-author">Posted by Jack Sheu, Business Operations &amp; Strategy</span><br /><br />====<br /><br /><a name="french13"></a><span style="font-weight: bold;">A la recherche d''hommes et de femmes de qualitÃ©</span><br /><br />Vous avez peut-Ãªtre dÃ©jÃ  entendu parler de nos initiatives en matiÃšre d''infrastructures en Afrique: par exemple, la maniÃšre par laquelle nous nous efforÃ§ons d''amÃ©liorer l''expÃ©rience utilisateur en rapprochant le contenu des extrÃ©mitÃ©s du rÃ©seau. Ou bien encore la faÃ§on par laquelle nous gÃ©nÃ©rons et trouvons des moyens d''accÃ©lÃ©rer le dÃ©veloppement de contenu localisÃ© Ã  travers Google Maps (en commenÃ§ant par le <a href="http://google-africa.blogspot.com/2008/07/introducing-googles-official-blog-for.html">Kenya</a>).<br /><br />Ces efforts ne seraient pas possibles si nous n''avions pas un personnel qualifiÃ© sur place pour concrÃ©tiser tout cela. Sous la conduite exceptionnelle de Joe Mucheru, notre responsable pour l''Afrique de l''Est, nous avons fait de grandes avancÃ©es et continuons Ã  Ã©tendre l''envergure de nos opÃ©rations.<br /><br />Puisque notre force rÃ©side dans nos collaborateurs, nous recherchons les bonnes personnes pour faire vraiment la diffÃ©rence. Ãtes-vous un manager expÃ©rimentÃ© avec une vision, une stratÃ©gie et une capacitÃ© d''exÃ©cution pour dÃ©velopper un marchÃ© aussi important que le NigÃ©ria? Ãtes-vous un expert technique qui comprend les standards du web ainsi que les Ã©lÃ©ments d''infrastructure rÃ©seau ? Ou peut-Ãªtre avez-vous un excellent profil et une passion pour la gÃ©o-informatique?<br /><br />VoilÃ  des opportunitÃ©s Ã  saisir: nous avons besoin de votre intelligence, votre passion et votre dÃ©sir de faire rÃ©ussir Google en Afrique. Pour en savoir plus au sujet des fonctions, des responsabilitÃ©s et des profils requis, vous pouvez vous renseigner sur nos postes ouverts sur le <a href="http://www.google.com/support/jobs/bin/static.py?page=intl.html&amp;jobslc=africa">site d''annonces d''emplois pour l''Afrique</a>.<br /><br /><span class="byline-author">PostÃ© par Jack Sheu, Business Operations &amp; Strategy</span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/371709624" height="1" width="1"/>";s:4:"link";s:108:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/371709624/looking-for-few-good-men-and-women.html";s:12:"link_replies";s:75:"http://google-africa.blogspot.com/feeds/355013034362686291/comments/default";s:9:"link_self";s:85:"http://www.blogger.com/feeds/6796894934389505998/posts/default/355013034362686291?v=2";s:9:"link_edit";s:85:"http://www.blogger.com/feeds/6796894934389505998/posts/default/355013034362686291?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:81:"http://google-africa.blogspot.com/2008/08/looking-for-few-good-men-and-women.html";}}i:5;a:14:{s:2:"id";s:70:"tag:blogger.com,1999:blog-6796894934389505998.post-1768037616409848420";s:9:"published";s:29:"2008-08-21T22:16:00.001+02:00";s:7:"updated";s:29:"2008-08-21T23:17:40.406+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-08-21T23:17:40.406+02:00";}s:5:"title";s:43:"New Google homepage for Tanzania in Swahili";s:12:"atom_content";s:4439:"<a href="http://google-africa.blogspot.com/#french12">En FranÃ§ais</a><br /><br />Today we launched our search engine for Tanzania at <a href="http://www.google.co.tz/">www.google.co.tz/</a>, marking our 25th localized home page in Sub-Saharan Africa. This is the first time we''ve launched a country home page with an African language - Swahili in this case - as the default language.<br /><br />The experience behind the Swahili translation has been quite an interesting one. We are committed to delivering our products to all of the world''s internet users in their local language. However, getting to that grand objective will take time. We have a fairly substantial operation for translating our products into many languages, the number of which is growing rapidly. As we continue to support more languages, we also recognize the desire of people to search in their native tongue, even if it is one for which we have not yet begun an official translation. For just this purpose, we have been offering the "<a href="https://www.google.com/accounts/ServiceLogin?service=transconsole&amp;passive=true&amp;nui=1&amp;continue=http%3A%2F%2Fwww.google.com%2Ftransconsole&amp;followup=http%3A%2F%2Fwww.google.com%2Ftransconsole">Google in your language</a>" program for quite a while.<br /><br />Many African languages have already been translated using this program, and you may choose to set your Google home page to any of <a href="http://www.google.com/language_tools?hl=en">these languages</a>. The process of having a volunteer translate a homepage that will serve an entire country into the default language requires a high level of confidence in the quality and completeness of the translation. With Swahili, we believe our volunteers have achieved that.<br /><br />If you are interested in seeing Google launch in your own language, we encourage you to consider contributing to this effort.<br /><br /><span class="byline-author">Posted by Divon Lan, Product Manager, Sub Saharan Africa<br /></span><br /><br />====<br /><br /><a name="french12"></a><span style="font-weight: bold;">Nouvelle page d''accueil Google pour la Tanzanie en swahili</span><br /><br />Nous avons lancÃ© aujourd''hui notre moteur de recherche pour la Tanzanie Ã  l''adresse <a href="http://www.google.co.tz/">www.google.co.tz</a>, ce qui marque ainsi notre 25Ãšme page d''accueil localisÃ©e en Afrique sub-saharienne. C''est la premiÃšre fois que nous lanÃ§ons une page d''accueil pour un pays dans une langue africaine - le swahili en l''occurence - en tant que langue par dÃ©faut.<br /><br />L''expÃ©rience acquise lors de la traduction en swahili fut particuliÃšrement intÃ©ressante. Nous sommes engagÃ©s dans la crÃ©ation de produits adaptÃ©s dans les langues locales de tous les utilisateurs d''Internet de la planÃšte. Cependant, atteindre cet objectif ambitieux prendra du temps. Nous mettons des moyens assez importants pour traduire nos produits dans de nombreuses langues, dont le nombre grandit rapidement. Tandis que nous continuons Ã  ajouter de nouvelles langues, nous comprenons le souhait des utilisateurs d''effectuer des recherches dans leur langue maternelle, mÃªme si nous n''avons pas encore commencÃ© une traduction officielle dans cette langue. A cet effet, nous avons proposÃ© le programme "<a href="https://www.google.com/accounts/ServiceLogin?service=transconsole&amp;passive=true&amp;nui=1&amp;continue=http%3A%2F%2Fwww.google.com%2Ftransconsole&amp;followup=http%3A%2F%2Fwww.google.com%2Ftransconsole">Google dans votre langue</a>" depuis un certain temps.<br /><br />De nombreuses langues africaines ont dÃ©jÃ  Ã©tÃ© traduites grÃ¢ce Ã  ce programme, et vous pouvez choisir de paramÃ©trer votre page d''accueil Google dans <a href="http://www.google.com/language_tools?hl=en">une de ces langues</a>. Le processus, qui consiste Ã  ce qu''un bÃ©nÃ©vole traduise une page d''accueil dans une langue locale utile Ã  tout un pays, exige un niveau Ã©levÃ© de confiance dans la qualitÃ© et la totalitÃ© de la traduction. Avec la traduction en swahili, nous pensons que nos bÃ©nÃ©voles ont atteint ce niveau.<br /><br />Si vous Ãªtes intÃ©ressÃ© par le lancement de Google dans votre langue, nous vous encourageons Ã  participer Ã  cet effort.<br /><br /><span class="byline-author">PostÃ© par Divon Lan, Product Manager, Afrique sub-saharienne</span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/371281822" height="1" width="1"/>";s:4:"link";s:109:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/371281822/new-google-homepage-for-tanzania-in.html";s:12:"link_replies";s:76:"http://google-africa.blogspot.com/feeds/1768037616409848420/comments/default";s:9:"link_self";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/1768037616409848420?v=2";s:9:"link_edit";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/1768037616409848420?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:82:"http://google-africa.blogspot.com/2008/08/new-google-homepage-for-tanzania-in.html";}}i:6;a:14:{s:2:"id";s:70:"tag:blogger.com,1999:blog-6796894934389505998.post-5074880464760544378";s:9:"published";s:29:"2008-08-14T15:51:00.000+02:00";s:7:"updated";s:29:"2008-08-14T16:51:29.015+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-08-14T16:51:29.015+02:00";}s:5:"title";s:23:"A conversation in Kisii";s:12:"atom_content";s:10489:"<a href="http://google-africa.blogspot.com/#french11">En FranÃ§ais</a><br /><br />A recent field visit took me to <a href="http://en.wikipedia.org/wiki/Kisii_town">Kisii</a>, a Kenyan town close to the shores of Lake Victoria. The population has swelled to 100,000 from approximately 70,000 largely because of refugees fleeing the post-election violence in other parts of Kenya. Local authorities expect to see that population double over the next ten years. Providing public services, especially water and sanitation, to this growing population is an enormous challenge.<br /><br />In 2000, the international community made a commitment to the <a href="http://www.un.org/millenniumgoals/">UN Millennium Development Goals</a> to help communities access basic public services, like health, education, water and sanitation. One of the key milestones of Goal 7 is to "halve the proportion of people without sustainable access to safe drinking water and basic sanitation by 2015." As of 2004, the <a href="http://www.mdgmonitor.org/map.cfm?goal=6&indicator=0&cd=">MDG Monitor</a> shows that of the nations bordering Lake Victoria- Uganda, Tanzania and Kenya - only 60% of the population have access to improved drinking water sources.<br /><br />While great progress is being made in Kisii, local officials say far less than 60% of their population has adequate service, despite what the official statistics say. New water pipes have been donated to the local water provider. This has doubled the capacity, but it only reaches half of Kisii''s estimated population (50,000). Water kiosks stand proudly along the main road. And yet, the taps run dry. The connections to the main line are not even functional. Young women still trudge the kilometers to the river, at risk to their own security, to collect water. Bright blue toilet stalls line the periphery of a girls school. While the school has seen an increase in attendance since the installation of these toilets, they continue to be plagued by their inability to deal with the sanitation requirements of their students. As we depart, the headmistress of the school pleads with us to help with the sanitation problem.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_ngd-JWXCu4E/SKRFeMEAtcI/AAAAAAAAAA8/FG_SZ3sMHu0/s1600-h/Kisii.jpg"><img style="cursor: pointer;" src="http://3.bp.blogspot.com/_ngd-JWXCu4E/SKRFeMEAtcI/AAAAAAAAAA8/FG_SZ3sMHu0/s320/Kisii.jpg" alt="" id="BLOGGER_PHOTO_ID_5234385051847800258" border="0" /></a><br /><br /><br />Some more recent data gathered from towns surrounding Lake Victoria in Uganda, Tanzania and Kenya, tell us a very different story than information from the MDG Monitor. This story is closer to the facts reported to us on the ground: while basic infrastructure (water pipes, points, toilets) may exist, those facilities are rarely functional, affordable or accessible, indicating to us that access to safe drinking water and basic sanitation services is substantially lower than many think. Presented with this information at a recent UN-Habitat meeting in Nairobi, international donors and development agencies were astonished. They asked, "how come we didn''t know about this earlier?"<br /><br />And yet, unsurprisingly, the people of Kisii have long known that they don''t have appropriate water and sanitation services. They may not have even heard of the MDG''s. They are likely unaware of the conversations that transpire amongst donors and development agencies and help shape where resources are allocated. They are having their own conversations about what they need. But who can they tell? Who hears their voices?<br /><br />Our challenge going forward is to help amplify these voices and contribute to efforts to inform these local discussions.<br /><br /><span class="byline-author">Posted by Meryl Stone, Associate, Google.org</span><br /><br /><span style="color: rgb(102, 102, 102);">Originally posted on </span><a style="color: rgb(102, 102, 102);" href="http://blog.google.org/">google.org blog</a><span style="color: rgb(102, 102, 102);">, Friday June 6th, 2008</span>  <span style="color: rgb(102, 102, 102);"><br /><br />"Google.org is the result of Google founders Larry Page and Sergey Brin''s vision to commit significant resources, including 1% of Google''s equity and profits in some form, as well employee time, to address some of the world''s most urgent problems. It is a hybrid philanthropy that both supports its partners'' work with targeted grants and also invests in for-profit endeavors, such as efforts by companies to develop breakthrough renewable energy technologies. To learn more, visit the <a href="http://www.google.org/">official website</a>."<br /><br /></span>====<br /><br /><a name="french11"></a><span style="font-weight: bold;">Une conversation Ã  Kisii</span><br /><br />Une rÃ©cente visite sur le terrain m''a conduite Ã  <a href="http://en.wikipedia.org/wiki/Kisii_town">Kisii</a>, une ville du Kenya situÃ©e sur les rives du lac Victoria. La population y est passÃ©e de 70 000 Ã  100 000 personnes environ, essentiellement du fait de l''exil de rÃ©fugiÃ©s fuyant les violences post-Ã©lectorales dans d''autres rÃ©gions du Kenya. Les autoritÃ©s locales envisagent un doublement de la population dans les dix prochaines annÃ©es. Assurer les services publics, notamment la gestion de l''eau et un systÃšme sanitaire, constitue un dÃ©fi majeur face Ã  cette population grandissante.<br /><br />En l''an 2000, la communautÃ© internationale s''est engagÃ©e Ã  travers <a href="http://www.mdgmonitor.org/map.cfm?goal=6&amp;indicator=0&amp;cd=">les objectifs du MillÃ©naire pour le dÃ©veloppement de l''ONU</a> Ã  aider les peuples Ã  avoir accÃšs aux services publics de base, tels l''accÃšs Ã  un systÃšme de soins, Ã  l''Ã©ducation, Ã  l''eau et Ã  un systÃšme sanitaire. Une des cibles de l''objectif numÃ©ro 7 est de "rÃ©duire de moitiÃ©, d''ici Ã  2015, le pourcentage de la population qui n''a pas accÃšs de faÃ§on durable Ã  un approvisionnement en eau potable ni Ã  un assainissement rudimentaire". Le <a href="http://www.mdgmonitor.org/map.cfm?goal=6&amp;indicator=0&amp;cd=">MDG Monitor</a> montre les pays situÃ©s autour du lac Victoria : en 2004, seulement 60% des populations de l''Ouganda, de la Tanzanie et du Kenya avaient accÃšs Ã  des sources amÃ©liorÃ©es d''eau potable.<br /><br />MalgrÃ© des progrÃšs importants en cours de rÃ©alisation Ã  Kisii, les autoritÃ©s locales affirment que bien moins de 60% de la population reÃ§oit un service adÃ©quat, et ce en dÃ©pit des statistiques officielles. De nouvelles conduites d''eau ont Ã©tÃ© donnÃ©es au fournisseur d''eau local. Cela a permis de doubler les capacitÃ©s, mais elles n''atteignent que la moitiÃ© de la population estimÃ©e Ã  Kisii(soit 50 000 personnes). Des distributeurs d''eau se tiennent fiÃšrement le long de la rue principale. Et pourtant, les robinets coulent Ã  sec. Les connexions Ã  la canalisation principale ne sont mÃªme pas opÃ©rationnelles. De jeunes femmes marchent encore pÃ©niblement plusieurs kilomÃštres jusqu''Ã  la riviÃšre, prenant des risques pour leur propre sÃ©curitÃ©, pour chercher de l''eau. Des latrines bleu vif sont alignÃ©es en bordure d''une Ã©cole pour filles. MalgrÃ© l''augmentation de la frÃ©quentation de l''Ã©cole depuis l''installation de ces toilettes, celles-ci restent incapables de satisfaire les exigences sanitaires des Ã©lÃšves. Alors que nous partons, la directrice de l''Ã©cole nous supplie de les aider Ã  rÃ©soudre le problÃšme sanitaire.<br /><br />Des donnÃ©es plus rÃ©centes collectÃ©es dans les villes d''Ouganda, de Tanzanie et du Kenya autour du lac Victoria nous content une histoire bien diffÃ©rente des statistiques du MDG Monitor. Cette histoire est plus proche des faits qui nous sont rapportÃ©es sur le terrain : tandis que les infrastructures de base (canalisations d''eau, distributeurs, toilettes) peuvent exister, ces Ã©quipements sont rarement opÃ©rationnels, abordables ou accessibles, ce qui nous indique que les chiffres d''accÃšs Ã  l''eau potable et aux services sanitaires de base sont bien infÃ©rieurs Ã  ce que l''on pourrait penser. ConfrontÃ©s Ã  cette information lors d''une rÃ©union rÃ©cente de ONU-Habitat Ã  Nairobi, les donateurs internationaux et les agences de dÃ©veloppement furent Ã©tonnÃ©s. Ils demandÃšrent : "comment se fait-il que nous ne soyons pas informÃ©s de cela plus tÃŽt?"<br /><br />Et pourtant, de faÃ§on surprenante, la population de Kisii sait depuis longtemps qu''elle n''a pas un systÃšme sanitaire et un accÃšs Ã  l''eau adÃ©quats. Elle n''a peut-Ãªtre mÃªme pas entendu parler des objectifs du MillÃ©naire pour le dÃ©veloppement. Elle n''est probablement pas au courant des conversations qui se dÃ©roulent entre les donateurs internationaux et les agences de dÃ©veloppement et qui contribuent Ã  dÃ©cider de l''endroit oÃ¹ sont allouÃ©s les aides. Elle mÃšne ses propres conversations sur ce dont elle a besoin. Mais Ã  qui peut-elle en parler? Qui entend leurs voix?<br /><br />Notre dÃ©fi Ã  l''avenir est d''aider Ã  amplifier ces voix et contribuer aux efforts d''information sur ces considÃ©rations locales.<br /><br /><span class="byline-author">Post</span>Ã©<span class="byline-author"> par Meryl Stone, Associate, Google.org</span><br /><br /><span style="color: rgb(102, 102, 102);">Initialement postÃ© sur </span><a style="color: rgb(102, 102, 102);" href="http://blog.google.org/">le blog google.org</a><span style="color: rgb(102, 102, 102);">, vendredi 6 juin 2008</span><br /><br /><span style="color: rgb(102, 102, 102);">Google.org est le fruit de la vision des fondateurs de Google, Larry Page et Sergey Brin, d''engager des moyens significatifs, notamment 1% du capital et des bÃ©nÃ©fices de Google sous une certaine forme, ainsi que du temps des salariÃ©s, pour rÃ©pondre Ã  quelques uns des problÃšmes les plus urgents de la planÃšte. C''est une philanthropie hybride qui soutient Ã  la fois le travail de nos partenaires avec des aides spÃ©cifiques et investit Ã©galement dans des initiatives commerciales, comme des efforts par les sociÃ©tÃ©s pour dÃ©velopper des technologies innovantes dans le domaine des Ã©nergies renouvelables. Pour en savoir plus, visitez </span><a style="color: rgb(102, 102, 102);" href="http://www.google.org/">le site officiel</a><span style="color: rgb(102, 102, 102);">.</span><br /></ahref="http:><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/364847060" height="1" width="1"/>";s:4:"link";s:95:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/364847060/conversation-in-kisii.html";s:12:"link_replies";s:76:"http://google-africa.blogspot.com/feeds/5074880464760544378/comments/default";s:9:"link_self";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/5074880464760544378?v=2";s:9:"link_edit";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/5074880464760544378?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:68:"http://google-africa.blogspot.com/2008/08/conversation-in-kisii.html";}}i:7;a:14:{s:2:"id";s:70:"tag:blogger.com,1999:blog-6796894934389505998.post-2740693691361289522";s:9:"published";s:29:"2008-08-06T18:15:00.002+02:00";s:7:"updated";s:29:"2008-08-06T20:45:36.436+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-08-06T20:45:36.436+02:00";}s:5:"title";s:43:"Google News launches in 9 African countries";s:12:"atom_content";s:8914:"<a href="http://google-africa.blogspot.com/#french10">En FranÃ§ais</a><br /><br />We are delighted to announce that we have just launched Google News in English for Nigeria, Kenya, Ethiopia, Tanzania, Zimbabwe, Namibia, Ghana, Uganda and Botswana allowing users to search and view news in localized editions, and helping dozens of African news sites make their stories available to users worldwide. From the East Africa Standard in Kenya to Zimbabwe Independent, Google News users in Africa and elsewhere can now read an African perspective on any news story. We are particularly excited about today''s launch, since this is our first localized product for Nigeria, Ethiopia, Tanzania, Zimbabwe, Namibia, Ghana, Uganda and Botswana, beyond our home page.<br /><br />Google News has come a long way since we launched in 2002. With over 10000 sources in 20 languages, Google makes the news more accessible and more interesting â encouraging people to read more, and benefiting the news industry as a whole. We''re excited to now be able to provide more news, with more African sources, to more readers in Africa and around the world.<br /><br />To view the new English language editions please visit:<br /><br />news.google.com.ng for Nigeria<br />news.google.co.ke for Kenya<br />news.google.com.et for Ethiopia<br />news.google.co.zw for Zimbabwe<br />news.google.com.na for Namibia<br />news.google.com.gh for Ghana<br />news.google.co.ug for Uganda<br />news.google.co.bw for Botswana<br />news.google.co.tz for Tanzania (select Tanzania from the pull-down menu)<br /><br /><span style="font-weight: bold;">I am a publisher of a news site. Tell me more:</span><br /><br /><span style="font-style: italic;">Why is Google News good for me?<br /><br /></span>Google News helps online news publishers take advantage of the huge opportunities the Internet offers. With more than one billion people on the Internet looking for information, it is easy to see why Google News brings real benefits to both publishers and users. Google News makes it easier for users to discover your site, it drives additional traffic to your site, and also provides new opportunities for online revenue. The great paradox of the digital world is that as more useful information comes online, it will become increasingly hard for people to find what they want. This is why we View Google News as an important partnership between Google and publishers worldwide.<br /><br />Google is a technology company. Our focus isnât to create content; rather, it is to get users to the news they are looking for. We donât display the stories in their entirety. We simply show the headlines, a line or two of text, and links to the site â just enough information to make the user want to read the full story - and click through to your website.<br /><br /><span style="font-style: italic;">Why is my news website not showing up on Google News?<br /><br /></span>We may not know about your news site, or you may not meet our inclusion criteria . You can request inclusion <a href="http://www.google.co.tz/support/news_pub/">here</a>.<br /><br />Your site may not meet our <a href="http://www.google.com/support/news_pub/bin/topic.py?topic=11665">technical standards</a><br /><br /><span style="font-style: italic;">How can I make my news site more searchable?<br /><br /></span>You can also use tools such as Robot.txt and Sitemaps to make your site more searchable. The technical requirements for inclusion in Google News are the same as inclusion in Googleâs general index. You can find more information about this at our <a href="http://www.google.com/webmasters/">Webmaster central page</a>.<br /><br /><span style="font-style: italic;">I don''t want users to find my site when searching Google. How can I tell Google to stop showing my news site?<br /><br /></span>Websites may use a widely accepted Internet standard called robots.txt to âtellâ search engines like Google whether or not they are allowed to crawl their site.<br /><br /><span class="byline-author">Posted by Divon Lan, Product Manager, Sub Saharan Africa</span><span id="z8_80"  style="font-size:85%;"></span><br />====<br /><br /><a name="french10"></a><span style="font-weight: bold;">Google ActualitÃ©s lancÃ© dans 9 pays en Afrique</span><br /><br />Nous sommes ravis d''annoncer le lancement de Google ActualitÃ©s au NigÃ©ria, au Kenya, en Ethiopie, en Tanzanie, au Zimbabwe, en Namibie, au Ghana, en Ouganda et au Botswana, rendant ainsi des dizaines de sites dâactualitÃ©s dâAfrique accessibles Ã  nos utilisateurs Ã  travers le monde. De l''East Africa Standard au Kenya au Zimbabwe Independent, les utilisateurs anglophones de Google ActualitÃ©s en Afrique et d''ailleurs peuvent dÃ©sormais obtenir une perspective africaine de lâactualitÃ©. Pour le NigÃ©ria, lâEthiopie, le Zimbabwe, la Namibie, le Ghana, l''Ouganda et le Botswana, il sâagit du premier service localisÃ© et adaptÃ© pour ces pays aprÃšs la page d''accueil de Google.<br /><br />Google ActualitÃ©s a parcouru beaucoup de chemin depuis son lancement en 2002. Avec plus 10 000 sources en 20 langues, Google rend lâactualitÃ© plus accessible et plus intÃ©ressante â encourageant les gens Ã  lire dâavantage, au bÃ©nÃ©fice de la presse dans son ensemble. Nous sommes trÃšs heureux de pouvoir dÃ©sormais fournir davantage dâactualitÃ©s, avec plus de sources en provenance dâAfrique, Ã  toujours plus de lecteurs Ã  travers le monde.<br /><br />Pour voir ces nouvelles Ã©ditions en anglais, veuillez consulter:<br /><br />news.google.com.ng pour le NigÃ©ria<br />news.google.co.ke pour le Kenya<br />news.google.com.et pour l''Ethiopie<br />news.google.co.zw pour le Zimbabwe<br />news.google.com.na pour la Namibie<br />news.google.com.gh pour le Ghana<br />news.google.co.ug pour l''Ouganda<br />news.google.co.bw pour le Botswana<br />news.google.co.tz pour la Tanzanie (selectionnez Tanzanie dans le menu dÃ©roulant)<br /><br /><span style="font-weight: bold;">Plus d''informations pour les Ã©diteurs d''actualitÃ©s en ligne :</span><br /><br /><span style="font-style: italic;">En quoi Google ActualitÃ©s est-il utile pour mon site?</span><br /><br />Google ActualitÃ©s aide les Ã©diteurs de presse Ã  tirer profit des opportunitÃ©s exceptionnelles offertes par Internet. Avec plus dâun milliard dâinternautes Ã  la recherche dâinformations sur le Web, il nâest pas difficile de comprendre les avantages rÃ©els quâapporte Google ActualitÃ©s aux Ã©diteurs comme aux utilisateurs. Google News permet aux utilisateurs de dÃ©couvrir votre site, augmente le trafic vers votre site et offre de nouvelles opportunitÃ©s de revenus en ligne. Le grand paradoxe de l''Ãšre digitale est que plus il y a d''informations en ligne, plus il devient difficile de trouver l''information que l''on recherche. C''est pourquoi nous voyons Google ActualitÃ©s comme un partenaire important des Ã©diteurs d''information en ligne.<br /><br />Google est une sociÃ©tÃ© dans le domaine des technologies de l''information. Google ne cherche pas a crÃ©er du contenu, mais Ã  aider les utilisateur Ã  trouver ce qu''ils recherchent. Nous ne montrons que les titres et quelques lignes de texte et fournissons les liens Internet vers les sites en question â juste assez d''information pour donner envie Ã  l''utilisateur de lire l''article dans sa totalitÃ© et de cliquer sur le lien correspondant.<br /><br /><span style="font-style: italic;">Pourquoi mon site n''apparaÃ®t-il pas sur Google ActualitÃ©s?</span><br /><br />Nous ne savons peut-Ãªtre pas que votre site existe ou alors votre site ne remplit peut-Ãªtre pas nos critÃšres d''inclusion. Vous pouvez demander l''inclusion de votre site <a href="http://www.google.co.tz/support/news_pub/">ici</a><br /><br />Votre site ne remplit peut-Ãªtre pas <a href="http://www.google.com/support/news_pub/bin/topic.py?topic=11665">les standards techniques</a> .<br /><br /><span style="font-style: italic;">Comment puis-je rendre mon site plus facilement recherchable?</span><br /><br />Vous pouvez utiliser les outils web tels que Robots.txt et Sitemaps pour rendre votre site plus facilement recherchable. Les critÃšres d''inclusion dans Google ActualitÃ©s sont les mÃªmes que pour l''inclusion dans l''index gÃ©nÃ©ral de Google. Vous trouverez plus d''information Ã  ce sujet dans notre<a href="http://www.google.com/webmasters/"> centre pour les webmasters</a>.<br /><br /><span style="font-style: italic;">Je ne veux pas que les internautes trouvent mon site sur Google News. Que dois-je faire?</span><br /><br />Les sites internets peuvent utiliser le standard robots.txt pour indiquer Ã  un moteur de recherche tel que Google d''indexer ou non leur contenu.<br /><br /><span class="byline-author">PostÃ© par Divon Lan, Product Manager, Afrique sub-saharienne</span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/357589691" height="1" width="1"/>";s:4:"link";s:107:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/357589691/google-news-launches-in-9-african.html";s:12:"link_replies";s:76:"http://google-africa.blogspot.com/feeds/2740693691361289522/comments/default";s:9:"link_self";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/2740693691361289522?v=2";s:9:"link_edit";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/2740693691361289522?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:80:"http://google-africa.blogspot.com/2008/08/google-news-launches-in-9-african.html";}}i:8;a:14:{s:2:"id";s:69:"tag:blogger.com,1999:blog-6796894934389505998.post-191815576367655136";s:9:"published";s:29:"2008-08-05T18:20:00.005+02:00";s:7:"updated";s:29:"2008-08-05T20:26:03.289+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-08-05T20:26:03.289+02:00";}s:5:"title";s:36:"Announcing a new investment in Kenya";s:12:"atom_content";s:3842:"<a href="http://google-africa.blogspot.com/#french9">En FranÃ§ais</a><br /><br />Here at Google, we know that information comes in all sorts of shapes and sizes, through all sorts of media. And we know that you can only use information if you have access to it. That''s why we''re so excited to announce that we''re making a minority investment in Mobile Messaging Solutions, the parent company of <a href="http://www.mobileplanet.co.ke/index.html">Mobile Planet</a>, a Nairobi-based company that specializes in the development of wireless voice &amp; data applications for mobile devices in Kenya, with a special focus on SMS-based products and services. <br /><br />Mobile Planet offers one of the most exciting services in the region.  For example, during the 2002 & 2007 Kenyan elections, their platform provided up-to-the-minute election results -- as the results were tallied, subscribers were sent updates via SMS.  We met the founders, and it became very clear that Mobile Planet was an innovative force striving to link Africans with information, and that we shared a vision.<br /><br />Mobile telephony is already popular in Africa, and has seen significant growth over the past few years, particularly in countries like Kenya.  SMS is clearly a very important technology that provides access to the majority of mobile subscribers.  Mobile Planet''s expertise with SMS related technology and mission to "empower the African people with information" make this a very exciting partnership for us. We''ll be sure to keep you updated on how things go!<br /><br /><span class="byline-author">Posted by Joseph Mucheru, Office Lead - East Africa</span><br /><br />====<br /><br /><a name="french9"></a><span style="font-weight: bold;">Nouvel investissement au Kenya</span><br /><br />Chez Google, nous savons  que lâinformation se prÃ©sente sous de multiples formats et Ã  travers toutes sortes de media. Nous savons Ã©galement quâune information ne peut vous Ãªtre utile que si elle est mise Ã  votre portÃ©e. Câest pourquoi nous sommes heureux d''annoncer notre investissement minoritaire dans Mobile Messaging Solutions, la sociÃ©tÃ© mÃšre de <a href="http://www.mobileplanet.co.ke/index.html">Mobile Planet</a>, une compagnie basÃ©e Ã  Nairobi spÃ©cialisÃ©e dans le dÃ©veloppement dâapplications de transmissions sans fil de voix et de donnÃ©es pour les tÃ©lÃ©phones portables au Kenya ; cette sociÃ©tÃ© porte une attention particuliÃšre aux produits et services liÃ©s aux SMS.<br /><br />Mobile Planet offre certains des services les plus uniques de la rÃ©gion. Par exemple, pendant les Ã©lections de 2002 et de 2007 au Kenya, leur plateforme Ã©tait en mesure de fournir des rÃ©sultats en temps rÃ©el â au fur et Ã  mesure du dÃ©pouillement des bulletins, les abonnÃ©s au service recevaient des mises Ã  jour par SMS. Nous avons rencontrÃ© les fondateurs : il devint Ã©vident que Mobile Planet Ã©tait une force innovatrice, unissant les Africains par lâinformation, et que nous partagions une vision commune.<br /><br />La tÃ©lÃ©phonie mobile est une industrie d''ores et dÃ©jÃ  trÃšs populaire en Afrique, et a connu  une croissance exponentielle ces derniÃšres annÃ©es, particuliÃšrement dans des pays tel que le Kenya. Le SMS est incontestablement une technologie trÃšs importante, fournissant un accÃšs Ã  lâinformation Ã  la majoritÃ© des abonnÃ©s. Lâexpertise de Mobile Planet en matiÃšre de technologie SMS et son dÃ©sir de  Â« donner le pouvoir au peuple africain par lâinformation Â» rend ce partenariat trÃšs stimulant pour nous. Comptez sur nous pour vous tenir informÃ©s sur l''avenir de ce partenariat !<br /><br /><span class="byline-author">PostÃ© par Joseph Mucheru, Chef de Bureau, Afrique de l''Est</span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/356569583" height="1" width="1"/>";s:4:"link";s:108:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/356569583/announcing-new-investment-in-kenya.html";s:12:"link_replies";s:75:"http://google-africa.blogspot.com/feeds/191815576367655136/comments/default";s:9:"link_self";s:85:"http://www.blogger.com/feeds/6796894934389505998/posts/default/191815576367655136?v=2";s:9:"link_edit";s:85:"http://www.blogger.com/feeds/6796894934389505998/posts/default/191815576367655136?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:81:"http://google-africa.blogspot.com/2008/08/announcing-new-investment-in-kenya.html";}}i:9;a:14:{s:2:"id";s:69:"tag:blogger.com,1999:blog-6796894934389505998.post-407287110997630543";s:9:"published";s:29:"2008-07-30T18:40:00.003+02:00";s:7:"updated";s:29:"2008-08-05T19:17:41.794+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-08-05T19:17:41.794+02:00";}s:5:"title";s:57:"Bravo Vega! Winners of  Global Online Marketing Challenge";s:12:"atom_content";s:6900:"<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_ngd-JWXCu4E/SJCmmopMMyI/AAAAAAAAAA0/3OYR8IhpGLM/s1600-h/vega.JPG"><img style="cursor: pointer;" src="http://bp0.blogger.com/_ngd-JWXCu4E/SJCmmopMMyI/AAAAAAAAAA0/3OYR8IhpGLM/s320/vega.JPG" alt="" id="BLOGGER_PHOTO_ID_5228862350052569890" border="0" /></a><br /><br /><a href="http://google-africa.blogspot.com/#french8">En FranÃ§ais</a><br /><br />Congratulations to brand communications school <a href="http://www.vegaschool.com/">Vega</a> for winning the top spot in the South African leg of the <a href="http://www.google.com/onlinechallenge/">Google Global Online Marketing Challenge </a>- ahead of another 5 other South African universities. This challenge is one of the biggest global university competitions, in which 1,650 student teams competed across 47 different countries. On an international level, Vega''s winning team finished in the top 50 within Europe, the Middle East and Africa.<br /><br />The Google Online Marketing Challenge is a hands-on exercise that gives undergraduate and post-graduate students direct experience of online advertising as part of their course. Participating teams each received the equivalent of US$200 to spend on AdWords advertising. They paired up with an online business of their choice to devise an effective online marketing campaign using AdWords. They were then required to outline a strategy, run the campaign, assess their results and give the business their recommendations to further develop their online marketing.<br /><br />The wining team from Vega chose to promote <a href="http://www.cometcar.co.za/">Comet </a>Online Car Rental, a 15 year old South African car rental company. Over the three weeks of the competition, their online marketing spend was $190, keeping them within budget. The campaign they created led to more than half a million search impressions on Google, which generated about 350 leads to Comet.<br /><br />Dr Carla Enslin, Vega''s Academic Head and Cape Town Campus Navigator observes that âWorking with real brands, real budget, real time and real space, the Google competition is a fresh win-win approach to experiential learning. We are very proud of the students'' achievement and applaud the insight and experience that all teams have gained.â<br /><br />From the Google side, Lee Hunter, who is our Product Marketing Manager in EMEA, tells more of the story. âFollowing demand from professors and students across the world, we joined forces to develop this global competition to give students a practical taste of online marketing. Around 8,500 students across the world participated. The fact that the majority of these teams were able to improve the online presence of a local, small business in just three weeks, suggests how powerful and user-friendly a tool online marketing can be for small- and medium-sized businesses.â<br /><br />The winning team from Vega will soon meet with our Google South Africa team to celebrate their national victory, in true South African style. Students will also be given time with AdWords specialists to analyse the results of their ad campaign and discuss ways they could have improved results even more.<br /><br /><br /><span class="byline-author">Posted by Marion Gamel, International Product Marketing Manager, Google South Africa</span><br /><br />====<br /><br /><a name="french8"></a><span style="font-weight: bold;">Bravo Vega! LâuniversitÃ© remporte le premier prix sud-africain du concours marketing sur Internet organisÃ© par Google.</span><br /><br />FÃ©licitations Ã  l''universitÃ© <a href="http://www.vegaschool.com/">Vega</a> pour avoir remportÃ© le premier prix en Afrique du Sud du <a href="http://www.google.com/onlinechallenge/">concours marketing sur Internet</a> organisÃ© par Google devant 5 autres universitÃ©s sud-africaines. Ce concours est lâun des plus importants au niveau universitaire puisque 1 650 Ã©quipes dâÃ©tudiants venant de 47 pays diffÃ©rents se sont mesurÃ©s les unes aux autres en 2008. Au niveau international, Vega peut Ãªtre fiÃšre dâavoir fini dans les 50 premiÃšres Ã©quipes en Europe, Moyen Orient et Afrique.<br /><br />Mais en quoi consistait ce concours exactement ? Il sâagit dâun exercice pratique oÃ¹ les Ã©tudiants ont expÃ©rimentÃ© la publicitÃ© sur Internet. Les Ã©quipes dâÃ©tudiants qui ont participÃ© au concours ont reÃ§u lâÃ©quivalent de 200 dollars Ã  dÃ©penser sur le programme de publicitÃ© AdWords de Google. Leur mission a Ã©tÃ© de choisir une entreprise possÃ©dant un site Internet et de dÃ©velopper pour cette entreprise une campagne de publicitÃ© sur Google. Chaque Ã©quipe a dÃ©veloppÃ© une stratÃ©gie et une campagne de publicitÃ©, a ensuite analysÃ© les rÃ©sultats et conclu par des recommandations quant au dÃ©veloppement futur de la prÃ©sence en ligne de leur cas dâÃ©tude.<br /><br />LâÃ©quipe gagnante de Vega a choisi de promouvoir <a href="http://www.cometcar.co.za/">Comet</a> Online Car Rental, une PME sud-africaine de location de voitures, Ã©tablie depuis 1993. Leur dÃ©pense sur 3 semaines de campagne a Ã©tÃ© de 190 dollars, donc sous la limite budgÃ©taire requise. La campagne de publicitÃ© a gÃ©nÃ©rÃ© 500 000 impressions et plus de 350 nouveaux contacts et clients potentiels pour Comet.<br /><br />Carla Enslin qui est Ã  la tÃªte du Campus de Vega Ã  Cape Town a dÃ©clarÃ© : Â« Les Ã©tudiants ont travaillÃ© avec de vÃ©ritables sociÃ©tÃ©s, un vrai budget, et en temps rÃ©el.  Le concours de publicitÃ© en ligne organisÃ© par Google est un exemple parfait dâÃ©ducation basÃ©e sur lâexpÃ©rience. Nous sommes trÃšs fiers du succÃšs rempotÃ© par nos Ã©tudiants et applaudissons lâexpÃ©rience ainsi acquise Â».<br /><br />Lee Hunter, Marketing Manager Ã  Google en Europe dit : Â« Suite Ã  la demande venant de professeurs et dâÃ©tudiants du monde entier, nous avons crÃ©Ã© ce concours qui a pour but de donner aux Ã©tudiants une expÃ©rience rÃ©elle de la publicitÃ© sur Internet. En tout, environs 8 500 Ã©tudiants y ont participÃ©. Le fait mÃªme que des Ã©tudiants aient rÃ©ussi Ã  amÃ©liorer la prÃ©sence sur Internet dâentreprises locales en Ã  peine trois semaines montre Ã  quel point la publicitÃ© sur Internet est efficace et facile Ã  utiliser, mÃªme pour des entreprises de taille modeste. Â»<br /><br />LâÃ©quipe gagnante de Vega rencontrera bientÃŽt notre Ã©quipe Google Afrique du Sud pour une cÃ©lÃ©bration en bonne et due forme de leur victoire nationale et sera invitÃ©e Ã  rÃ©viser leur campagne de publicitÃ© afin de comprendre de quelle faÃ§on elle aurait pu apporter des rÃ©sultats encore plus impressionnants.<br /><br /><span class="byline-author">PostÃ© par Marion Gamel, Product Marketing Manager, Google Afrique du Sud</span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/350718917" height="1" width="1"/>";s:4:"link";s:109:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/350718917/bravo-vega-winners-of-global-online.html";s:12:"link_replies";s:75:"http://google-africa.blogspot.com/feeds/407287110997630543/comments/default";s:9:"link_self";s:85:"http://www.blogger.com/feeds/6796894934389505998/posts/default/407287110997630543?v=2";s:9:"link_edit";s:85:"http://www.blogger.com/feeds/6796894934389505998/posts/default/407287110997630543?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:82:"http://google-africa.blogspot.com/2008/07/bravo-vega-winners-of-global-online.html";}}i:10;a:14:{s:2:"id";s:69:"tag:blogger.com,1999:blog-6796894934389505998.post-746356899490006014";s:9:"published";s:29:"2008-07-25T18:41:00.001+02:00";s:7:"updated";s:29:"2008-07-25T19:40:09.224+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-07-25T19:40:09.224+02:00";}s:5:"title";s:45:"Teaching iGoogle at East African universities";s:12:"atom_content";s:4652:"<a href="http://google-africa.blogspot.com/#french7">En FranÃ§ais</a><br /><br />A couple of months ago some of our software engineers, including myself and led by our university programmes team, visited several universities in East Africa. This trip was part of our <a href="http://google-africa.blogspot.com/2008/07/east-africa-gadget-competition.html">East African iGoogle gadget competition</a>. The Competition requires students to create and submit an iGoogle gadget. (An iGoogle gadget is in many senses a small web page, or a small web application.)<br /><br />It was a wonderful experience. We visited several schools in Ethiopia, Uganda, Rwanda and Tanzania and met a couple of hundred students eager to learn about new technologies. There''s nothing like technology to get people from around the world around sitting at the same table ;-)<br /><br />In each university we had a few technical lectures for the students as well as lab sessions in which they created small iGoogle web applications.  In each place we discussed web technologies such as HTML, CSS, JavaScript, RSS, PHP, JSP as well as some more advanced topics such as AJAX, Software as a Service and more. These technologies are useful not only for creating an iGoogle gadget, but for creating any real-world software application today. In that sense, we feel we have not only given computer science students a fair chance of winning the contest, but also a fair chance -- and, we hope, an inspiration -- to have careers as computer scientists and software engineers in the global software market.<br /><br />Classes as well as the lab sessions were packed with students who were constantly asking questions. It was a real pleasure talking to the students and their professors. We enjoyed the very warm welcome and even took the time for an improvised drum session as well as walks to the local markets and museums.<br /><br />Shortly we''ll be reviewing the gadgets everyone submitted, and we''re very much looking forward to see each and every one!<br /><br /><br /><span class="byline-author">Posted by Ran Tavory, Software Engineer</span><br /><br />====<br /><br /><a name="french7"></a><span style="font-weight: bold;">Faire dÃ©couvrir iGoogle dans les universitÃ©s de l''Est de l''Afrique</span><br /><br />Il y a quelques mois, un petit groupe d''ingÃ©nieurs en informatique, dont je faisais partie et conduit par notre Ã©quipe des programmes universitaires, a visitÃ© plusieurs universitÃ©s de l''Est de l''Afrique. Ce voyage se faisait dans le cadre de notre <a href="http://google-africa.blogspot.com/2008/07/east-africa-gadget-competition.html">concours pour le Gadget iGoogle</a> des pays de l''Est de l''Afrique. Le concours consistait Ã  demander aux Ã©tudiants de crÃ©er un gadget iGoogle (un gadget iGoogle est en quelque sorte une petite page web ou une petite application web).<br /><br />Cela fut passionnant. Nous avons visitÃ© plusieurs Ã©coles en Ethiopie, Ouganda, Rwanda et Tanzanie et avons Ã©tÃ© en contact avec environ deux cents Ã©tudiants dÃ©sireux d''en savoir plus sur nos technologies. La technologie, c''est vraiment ce qu''il y a de mieux pour mettre autour d''une mÃªme table des gens issus des quatre coins de la planÃšte ;-)<br /><br />Dans chaque universitÃ©, nous avons tenu des confÃ©rences techniques auprÃšs des Ã©tudiants ainsi que des sessions pratiques pendant lesquelles ils ont crÃ©Ã© des petites applications iGoogle. A chaque fois, c''Ã©tait la possibilitÃ© d''expliquer des technologies comme HTML, CSS, Javascript, RSS, PHP, JSP mais aussi d''explorer des sujets plus pointus comme l''AJAX, le logiciel comme service, etc. Ces technologies sont utiles pour crÃ©er non seulement des gadgets iGoogle mais aussi des applicatiosn rÃ©elles. DÃšs lors, on a vraiment le sentiment d''avoir permis aux Ã©tudiants de gagner le concours mais aussi d''encourager chacun Ã  faire carriÃšre comme informaticien ou ingÃ©nieur logiciel.<br /><br />Les cours et dÃ©monstrations ont attirÃ© beaucoup de monde, les Ã©tudiants posant toujours plus de questions. C''Ã©tait un vrai plaisir que de parler Ã  ces Ã©tudiants et Ã  leurs professseurs. Nous avons apprÃ©ciÃ© leur accueil chaleureux et ensemble avons pris le temps d''une petite dÃ©monstration de tambour ainsi qu''une promenade dans les marchÃ©s et musÃ©es locaux.<br /><br />Nous allons bientÃŽt faire la sÃ©lection des gadgets soumis par chacun et on se rÃ©jouit de les dÃ©couvrir chacun en particulier !<br /><br /><br /><span class="byline-author">PostÃ© par Ran Tavory, IngÃ©nieur informaticien</span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/345877876" height="1" width="1"/>";s:4:"link";s:106:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/345877876/teaching-igoogle-at-east-african.html";s:12:"link_replies";s:75:"http://google-africa.blogspot.com/feeds/746356899490006014/comments/default";s:9:"link_self";s:85:"http://www.blogger.com/feeds/6796894934389505998/posts/default/746356899490006014?v=2";s:9:"link_edit";s:85:"http://www.blogger.com/feeds/6796894934389505998/posts/default/746356899490006014?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:79:"http://google-africa.blogspot.com/2008/07/teaching-igoogle-at-east-african.html";}}i:11;a:14:{s:2:"id";s:70:"tag:blogger.com,1999:blog-6796894934389505998.post-6119633337527729139";s:9:"published";s:29:"2008-07-21T17:15:00.001+02:00";s:7:"updated";s:29:"2008-07-21T18:15:34.654+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-07-21T18:15:34.654+02:00";}s:5:"title";s:49:"Partnership with the Zawadi Africa Education Fund";s:12:"atom_content";s:3393:"<a href="http://google-africa.blogspot.com/#french6">En FranÃ§ais</a><br /><br />We are excited to announce a new partnership with the <a href="http://www.zawadiafrica.org/">Zawadi Africa Education Fund</a>. Zawadi Africa is a non-profit organization that provides educational opportunities to African women from rural and disadvantaged backgrounds. We have joined efforts to encourage more African women to pursue degrees and careers in computer science and technology.<br /><br />This collaboration will grant five Kenyan women full scholarships to complete degrees in computer science, computer engineering and/or ICT. With Zawadi''s help and support, the students will be applying to universities this summer, and we will select the 5 who will become the Google Zawadi Scholars. These students will be pursuing studies at top universities in Kenya and South Africa, and they''ll each have the support of a Google engineering mentor. We always encourage our engineers to get involved with opportunities likes this; they are eager to be involved and build connections with the students.<br /><br />Stay tuned at the end of the summer to find out who the five Google Zawadi Scholars are. For more information, please visit our student website and learn about <a href="http://www.google.com/support/jobs/bin/static.py?page=students.html&amp;sid=scholarships">Google Zawadi Africa Scholarships</a>.<br /><br /><span class="byline-author">Posted by Louise Welch, People Operations Manager</span><br /><br />====<br /><a name="french6"></a><span style="font-weight: bold;">Partenariat avec Zawadi Africa Education Fund</span><br /><br />Nous sommes heureux de vous annoncer un nouveau partenariat avec <a href="http://www.zawadiafrica.org/">Zawadi Africa Education Fund</a>. Zawadi Africa, ONG Ã  but non lucratif, a pour vocation de donner accÃšs aux Ã©tudes supÃ©rieures Ã  des femmes africaines provenant de milieux dÃ©favorisÃ©s et ruraux. Nous avons joint nos efforts afin d''encourager les femmes africaines Ã  poursuivre des Ã©tudes supÃ©rieures dans l''informatique et les technologies de l''information.<br /><br /><br />Cette collaboration se traduira par l''attribution de cinq bourses Ã  des Ã©tudiantes kenyanes pour des Ã©tudes en informatique et/ou en technologies de l''information. Avec l''aide et le soutien de Zawadi, les Ã©tudiantes postuleront aux universitÃ©s cet Ã©tÃ©, et nous choisirons cinq d''entre elles pour des bourses Google-Zawadi. Ces Ã©tudiantes iront poursuivre leurs Ã©tudes supÃ©rieures dans les meilleures universitÃ©s du Kenya et d''Afrique du Sud, et bÃ©nÃ©ficieront de l''accompagnement d''un ingÃ©nieur de Google. Nous encourageons toujours nos ingÃ©nieurs Ã  s''impliquer dans des opportunitÃ©s comme celles-ci et avons reÃ§u un fort intÃ©rÃªt en ce sens de leur part.<br /><br /><br />Restez Ã  l''Ã©coute pour connaÃ®tre les cinq bÃ©nÃ©ficiaires d''une bourse Google-Zawadi, qui seront annoncÃ©es Ã  la fin de l''Ã©tÃ©. Pour plus d''informations, vous pouvez visiter notre site Ã  destination des Ã©tudiants et en apprendre plus sur<a href="http://www.google.com/support/jobs/bin/static.py?page=students.html&amp;sid=scholarships"> les bourses Google Zawadi Africa</a>.<br /><br /><span class="byline-author">PostÃ© par Louise Welch, People Operations Manager</span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/341666345" height="1" width="1"/>";s:4:"link";s:104:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/341666345/partnership-with-zawadi-africa.html";s:12:"link_replies";s:76:"http://google-africa.blogspot.com/feeds/6119633337527729139/comments/default";s:9:"link_self";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/6119633337527729139?v=2";s:9:"link_edit";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/6119633337527729139?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:77:"http://google-africa.blogspot.com/2008/07/partnership-with-zawadi-africa.html";}}i:12;a:14:{s:2:"id";s:70:"tag:blogger.com,1999:blog-6796894934389505998.post-5544561090237754607";s:9:"published";s:29:"2008-07-17T14:50:00.002+02:00";s:7:"updated";s:29:"2008-07-21T18:21:37.671+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-07-21T18:21:37.671+02:00";}s:5:"title";s:63:"South African student wins open source prize, visits Googleplex";s:12:"atom_content";s:6959:"<a href="http://google-africa.blogspot.com/#french5">En FranÃ§ais</a><br /><br />Earlier this year, we announced our <a href="http://google-opensource.blogspot.com/2008/02/announcing-grand-prize-winners-for.html">ten grand prize winners</a> for GHOP, the <a href="http://code.google.com/opensource/ghop/2007-8/">Google Highly Open Participation Contest</a> - our first initiative to get pre-university students involved in open source software development. The contest brought together more than 350 students from around the world to help ten open source projects make improvements to their code base, marketing materials, documentation and user experience research. Last week, all of the grand prize winners visited our Mountain View, California headquarters for an awards ceremony with <a href="http://www.google.com/corporate/execs.html#alan">Alan Eustace</a>, our Senior Vice President of Engineering.  Following lunch, they were treated to talks on Google technology, including <a href="http://code.google.com/android/">Android</a>, <a href="http://code.google.com/appengine/">Google App Engine</a>, Google infrastructure and <a href="http://googletesting.blogspot.com/">software testing</a> from engineers including <a href="http://research.google.com/people/jeff/index.html">Jeff Dean</a> and <a href="http://www.python.org/%7Eguido/">Guido van Rossum</a>, the creator of the <a href="http://www.python.org/">Python programming language</a>.<br /><br />We were very pleased to welcome Grand Prize winner <a href="http://cb22.za.net/">Federico Lorenzi </a>from <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=cape+town,+south+africa&amp;ie=UTF8&amp;t=h&amp;z=11&amp;iwloc=addr">Cape Town, South Africa</a>. Federico wrote software and created training materials for the <a href="http://moinmo.in/">MoinMoin </a>project, an advanced, easy to use and extensible <a href="http://moinmo.in/WikiEngine">WikiEngine</a> with a large community of users.  He was chosen as the grand prize winner from among all of MoinMoin''s student contestants based on his high quality solutions to coding problems and for doing an excellent job communicating with the rest of the MoinMoin developer community. Federico''s brother, Luca, and his mentor, Alexander Schremmer (pictured below with Federico), both attended the awards ceremony.<br /><br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_ngd-JWXCu4E/SH8GMsPlhhI/AAAAAAAAAAk/eJHYHF7U3K4/s1600-h/federico-southafrica.jpg"><img style="cursor: pointer;" src="http://bp0.blogger.com/_ngd-JWXCu4E/SH8GMsPlhhI/AAAAAAAAAAk/eJHYHF7U3K4/s320/federico-southafrica.jpg" alt="" id="BLOGGER_PHOTO_ID_5223900907877795346" border="0" /></a><br /><br />In this short video, Federico and Alexander talk about about their work in the contest.<br /><br /><object height="344" width="425"><param name="movie" value="http://www.youtube.com/v/oBObeIUX7qc&amp;hl=en&amp;fs=1"><param name="allowFullScreen" value="true"><embed src="http://www.youtube.com/v/oBObeIUX7qc&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" height="344" width="425"></embed></object><br /><br />The results of the GHOP contest have been truly impressive. We''re proud to have played a part in connecting these students to open source development opportunities. Many congratulations especially to Federico for his accomplishments!<br /><br /><span class="byline-author">Posted by Leslie Hawthorn, Program Manager, Open Source</span><br /><br />====<br /><br /><a name="french5"></a><span style="font-weight: bold;">Un Ã©tudiant sud-africain gagne le premier prix du concours Google Open Source et visite le Googleplex</span><br /><br />Il y a quelques mois, nous avons annoncÃ© les noms des <a href="http://google-opensource.blogspot.com/2008/02/announcing-grand-prize-winners-for.html">10 gagnants</a> du <a href="http://code.google.com/opensource/ghop/2007-8/">concours open source</a> organisÃ© par Google, notre premiÃšre initiative visant Ã  impliquer les Ã©tudiants prÃ©-universitaires dans le dÃ©veloppement de programmes open source. Plus de 350 Ã©tudiants venant du monde entier ont participÃ© au concours et Ã  10 projets open source auxquels ils ont apportÃ© des amÃ©liorations de programmation, de marketing, de documentation et de recherche sur lâexpÃ©rience utilisateur.<br /><br />La semaine derniÃšre, les 10 gagnants ont visitÃ© le siÃšge social de Google Ã  Mountain View en Californie oÃ¹ ils ont Ã©tÃ© invitÃ©s Ã  une cÃ©rÃ©monie de remise des prix prÃ©sidÃ©e par <a href="http://www.google.com/corporate/execs.html#alan">Alan Eustace</a>, le Senior Vice PrÃ©sident dâingÃ©nierie. AprÃšs un dÃ©jeuner en Ã©quipe, les gagnants ont Ã©tÃ© invitÃ©s Ã  des confÃ©rences sur la technologie Google, notamment sur <a href="http://code.google.com/android/">Android</a>, <a href="http://code.google.com/appengine/">Google App Engine</a>, lâinfrastructure de Google, et <a href="http://googletesting.blogspot.com/">des tests de programmes</a>, par des ingÃ©nieurs tels que <a href="http://research.google.com/people/jeff/index.html">Jeff Dean</a> et <a href="http://www.python.org/%7Eguido/">Guido van Rossum</a>, le crÃ©ateur du langage de programmation <a href="http://www.python.org/">Python</a>.<br /><br />Nous Ã©tions ravis dâaccueillir le grand vainqueur <a href="http://cb22.za.net/">Federico Lorenzi</a> qui vient <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=cape+town,+south+africa&amp;ie=UTF8&amp;t=h&amp;z=11&amp;iwloc=addr">du Cap en Afrique du Sud</a>. Federico a crÃ©Ã© un programme et la documentation de support pour le projet MoinMoin, un moteur Wiki trÃšs avancÃ©, facile Ã  utiliser et extensible, qui bÃ©nÃ©ficie dâune large audience dâutilisateurs. Federico a Ã©tÃ© choisi comme grand vainqueur parmi tous les Ã©tudiants participant au projet MoinMoin grÃ¢ce aux solutions de grande qualitÃ© quâil a su apporter aux problÃšmes de programmation et pour rÃ©compenser son attitude remarquable Ã  communiquer avec la communautÃ© de dÃ©veloppeurs <a href="http://moinmo.in/">MoinMoin</a>. Le frÃšre de Federico, Luca, et son mentor, Alexander Schremmer (en photo au-dessus avec Federico), ont tous deux assistÃ© Ã  la cÃ©rÃ©monie de remise des prix.<br /><br />Le court-mÃ©trage (au-dessus) montre Federic et Alexander qui parlent de leur travail et du concours auquel ils ont participÃ©.<br /><br />Les rÃ©sultats du concours open source ont Ã©tÃ© vÃ©ritablement impressionnants. Nous sommes fiers dâavoir permis de mettre en relation ces Ã©tudiants avec les opportunitÃ©s de dÃ©veloppement dans l''open source. FÃ©licitations, tout particuliÃšrement Ã  Federico et ses rÃ©sultats !<br /><br /><span class="byline-author">PostÃ© par Leslie Hawthorn, Program Manager, Open Source</span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/338063635" height="1" width="1"/>";s:4:"link";s:112:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/338063635/south-african-student-wins-open-source.html";s:12:"link_replies";s:76:"http://google-africa.blogspot.com/feeds/5544561090237754607/comments/default";s:9:"link_self";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/5544561090237754607?v=2";s:9:"link_edit";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/5544561090237754607?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:85:"http://google-africa.blogspot.com/2008/07/south-african-student-wins-open-source.html";}}i:13;a:14:{s:2:"id";s:70:"tag:blogger.com,1999:blog-6796894934389505998.post-1624732913536557056";s:9:"published";s:29:"2008-07-11T14:24:00.000+02:00";s:7:"updated";s:29:"2008-07-11T15:24:18.307+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-07-11T15:24:18.307+02:00";}s:5:"title";s:53:"Google Johannesburg celebrates World Environment Week";s:12:"atom_content";s:5287:"<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_ngd-JWXCu4E/SHYOKkCSOBI/AAAAAAAAAAM/lEcjgEBZDSU/s1600-h/IMG_9236.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp0.blogger.com/_ngd-JWXCu4E/SHYOKkCSOBI/AAAAAAAAAAM/lEcjgEBZDSU/s320/IMG_9236.jpg" alt="" id="BLOGGER_PHOTO_ID_5221376392617408530" border="0" /></a><br /><a href="http://google-africa.blogspot.com/#french4">En FranÃ§ais</a><br /><br />On 16 June, Google offices around the world celebrated World Environment Week by initiating GoogleServe. The idea is to participate in community service projects addressing local needs related to a common theme. As part of this initiative, the Johannesburg office spent an afternoon visiting the <a href="http://www.yenzani.org/">Yenzani Children''s Home</a>. And what fun we had!<br /><br />The home for abused, abandoned, orphaned and neglected children from different areas across sub-Saharan Africa, houses eleven children. The managers are particularly hands-on when it comes to trauma counseling and personal development for each child. The common goal is to create a homey atmosphere where every child can receive education, and on growing into adulthood, having the basic tools to succeed in life. And Yenzani seems to be an excellent place to grow a veggie patch, as the children are already involved in cultivating the land.<br /><br />We all managed to get our hands considerably dirty. And although our puny spinach leaves, cabbages and stick-like peach tree don''t look like anything to write home about, we''re pretty certain that with enough watering and care, the children will be eating peach pie by summer.<br /><br />Luckily, it wasn''t all raking, watering and digging. We brought along a football and tucked into a few hot dogs for lunch. The girls were obliterated during the match, and although we insisted that we should be playing netball too (''You may be able to kick, but can you catch, boys?''), there were some impressive ball skills that I for one couldn''t contend with.<br /><br />Overall, GoogleServe turned out to be a great team bonding experience over soil and seedlings,as well as the opportunity to contribute in a sustainable way to a community that really needs it.Generally fun was had by all, and it is definitely something we in the office unanimously agree would love to do again. We are already throwing around ideas for our next mission.<br /><br /><br /><span>Posted by Laurian Clemence, Associate Account Strategist</span><br /><br />====<br /><br /><a name="french4"></a><span style="font-weight: bold;">Google Johannesbourg fÃªte la Semaine Mondiale de l''Environnement<br /><br /><br /></span><span>Le 16 juin dernier, les bureaux Google du monde entier ont fÃªtÃ© la JournÃ©e de l''Environnement en lanÃ§ant le programme Googleserve  (Â« Google sert Â»). L''idÃ©e est de participer Ã  des projets attenant Ã  diverses communautÃ©s et a leurs besoins locaux autour d''un thÃšme commun : la protection de l''environnement. L''Ã©quipe de Google Johannesbourg s''est jointe au mouvement et a rendu visite Ã  <a href="http://www.yenzani.org/">l''orphelinat Yenzani</a>. Quelle belle aprÃšs-midi !<br /><br />Le centre pour enfants abusÃ©s, abandonnÃ©s ou nÃ©gligÃ©s, qui viennent de diffÃ©rents pays d''Afrique, accueille en ce moment 11 enfants. Les superviseurs sont particuliÃšrement impliquÃ©s dans leur convalescence Ã©motionnelle et leur dÃ©veloppement personnel. Le but Ã©tant de crÃ©er un environnement accueillant oÃ¹ chaque enfant est Ã  mÃªme de recevoir une bonne Ã©ducation, et devenir un adulte armÃ© des outils de base pour rÃ©ussir dans la vie. Yenzani nous a immÃ©diatement semblÃ© Ãªtre un endroit parfait oÃ¹ commencer un potager, puisque ses rÃ©sidents sont dÃ©jÃ  impliquÃ©s dans la culture du sol.<br /><br />Nous avons tous retroussÃ© nos manches. Bien que ce que nous ayons plantÃ© n''Ã©tait pas du plus rÃ©ussi (Ã©pinards gringalets, choux-fleurs maigrichons et un pÃªcher peu feuillu !), nous espÃ©rons qu''avec assez d''attention et d''amour, les enfants mangeront de la tarte aux pÃªches cet Ã©tÃ© !<br /><br />Heureusement, la journÃ©e ne s''est pas passÃ©e qu''Ã  planter, arroser et retourner la terre. Nous avions apportÃ© un ballon de football et des hot dogs pour le pique-nique. Les filles ont Ã©tÃ© Ã©liminÃ©es du jeu assez rapidement, bien que nous ayons insistÃ© pour jouer aussi au netball (Â« Vous pouvez peut-Ãªtre taper dans le ballon, les gars, mais pouvez-vous l''attraper ? Â»). Je dois avouer qu''il y eut de belles passes que je n''ai pu contrer.<br /><br />En rÃ©sumÃ©, cette journÃ©e sous le thÃšme de GoogleServe est devenue une merveilleuse expÃ©rience d''Ã©quipe Ã  travers le jardinage ainsi qu''une opportunitÃ© de contribuer un peu et de faÃ§on durable Ã  la vie d''une communautÃ© qui a besoin de soutien. Nous nous sommes tous beaucoup amusÃ©s et les employÃ©s de Google Johannesburg sont tous d''accord pour remettre cela bientÃŽt. Nous sommes dÃ©jÃ  en train de dÃ©battre d''idÃ©es pour notre prochaine mission.<br /><br /><span>PostÃ© par Laurian Clemence, Associate Account Strategist</span><br /><br /><br /></span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/332686480" height="1" width="1"/>";s:4:"link";s:110:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/332686480/google-johannesburg-celebrates-world.html";s:12:"link_replies";s:76:"http://google-africa.blogspot.com/feeds/1624732913536557056/comments/default";s:9:"link_self";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/1624732913536557056?v=2";s:9:"link_edit";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/1624732913536557056?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:83:"http://google-africa.blogspot.com/2008/07/google-johannesburg-celebrates-world.html";}}i:14;a:14:{s:2:"id";s:69:"tag:blogger.com,1999:blog-6796894934389505998.post-260597528332124940";s:9:"published";s:29:"2008-07-10T13:31:00.007+02:00";s:7:"updated";s:29:"2008-07-11T11:42:22.259+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-07-11T11:42:22.259+02:00";}s:5:"title";s:31:"Programmers, get ready, get set";s:12:"atom_content";s:3977:"<a href="http://google-africa.blogspot.com/#french3">En FranÃ§ais</a><br /><br />If you''re a great sprinter, you''ve probably been in a few races. And if you''re a great chess player, you''ve probably had your share of matches. But what do you do if you''re a great programmer?<br /><br />Well, if you''re looking for the rush of competition, the feeling of matching your mind up against the greatest in the world, and the chance to compete for more than U.S.$80,000 in cash prizes, you can''t do better than Google Code Jam. The contest gives you two short hours to solve some tricky algorithmic challenges. You''ll read a problem, write your code, download our test cases, and tell us what you think the right answers are. If you''re right, it''s time to move on to another problem -- but if you''re wrong, it''s time to make a decision. Debug, or look for an easier challenge...?<br /><br />Here''s how it works: You''ll need to <a href="http://code.google.com/codejam/">register</a> by Thursday, July 17, 2008, and compete against global contestants in the online rounds during July and August. If you make it to the top 500, you''ll travel to a nearby Google office for our semifinal round. If you''re in the top 100, we''ll fly you to our Mountain View <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=1600+Amphitheatre+Pkwy,+Mountain+View,+CA+94043&amp;sll=37.0625,-95.677068&amp;sspn=37.735377,91.054688&amp;ie=UTF8&amp;ll=37.424094,-122.083361&amp;spn=0.009253,0.02223&amp;z=16&amp;iwloc=addr">headquarters</a> to compete with the world''s very best. You can learn more details and practice a few problems on <a href="http://code.google.com/codejam/">our website</a>. We hope to see you at the finals!<br /><br /><span class="byline-author">Posted by Bartholomew Furrow, 20% Tech Lead for Google Code Jam</span><br /><br />====<br /><br /><a name="french3"></a><b>Programmeurs, prÃ©parez vous, soyez prÃªts</b><br /><br />Si tu es un bon sprinteur, tu as probablement couru plusieurs courses. Si tu es un bon joueur d''Ã©checs, tu as probablement jouÃ© dans de nombreuses compÃ©titions. Mais que fais-tu si tu es un bon programmeur?<br /><br />Si tu cherches l''adrÃ©naline d''une compÃ©tition, si tu veux rivaliser avec les meilleurs dans le monde et avoir la chance de concourir pour plus de 80,000 U.S.$ de prix, tu ne peux pas faire mieux que de participer au Google Code Jam. Cette compÃ©tition te propose de rÃ©soudre en deux petites heures des dÃ©fis algorithmiques compliquÃ©s. Tu devras lire un problÃšme donnÃ©, rÃ©diger ton code, tÃ©lÃ©charger nos Ã©tudes de cas et nous donner ta rÃ©ponse. Si tu as raison, tu pourras alors poursuivre vers un autre problÃšme. Si tu ne trouves pas la bonne rÃ©ponse, tu devras prendre une dÃ©cision: dÃ©boguer ou chercher un dÃ©fi plus simple pour toi...?<br /><br />VoilÃ  comment cela marche: D''abord, tu devras <a href="http://code.google.com/codejam/">t''inscrire</a> avant le jeudi 17 juillet 2008. Ensuite, tu concourras contre des candidats partout dans le monde lors de rounds en ligne en juillet et en aoÃ»t. Si tu termines dans les 500 premiers, tu iras dans un des bureaux de Google pour la demi-finale. Si tu en sors dans les 100 premiers, tu pourras t''envoler vers notre <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=1600+Amphitheatre+Pkwy,+Mountain+View,+CA+94043&amp;sll=37.0625,-95.677068&amp;sspn=37.735377,91.054688&amp;ie=UTF8&amp;ll=37.424094,-122.083361&amp;spn=0.009253,0.02223&amp;z=16&amp;iwloc=addr">siÃšge social</a> Ã   Mountain View en Californie pour concourir contre les meilleurs des meilleurs. Tu peux en savoir plus et t''entraÃ®ner sur quelques problÃšmes sur <a href="http://code.google.com/codejam/">notre site</a>. Nous espÃ©rons te voir en finale!<br /><br /><span class="byline-author">PostÃ© par Bartholomew Furrow, 20% Tech Lead pour Google Code Jam </span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/331729790" height="1" width="1"/>";s:4:"link";s:106:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/331729790/programmers-get-ready-get-set_10.html";s:12:"link_replies";s:75:"http://google-africa.blogspot.com/feeds/260597528332124940/comments/default";s:9:"link_self";s:85:"http://www.blogger.com/feeds/6796894934389505998/posts/default/260597528332124940?v=2";s:9:"link_edit";s:85:"http://www.blogger.com/feeds/6796894934389505998/posts/default/260597528332124940?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:79:"http://google-africa.blogspot.com/2008/07/programmers-get-ready-get-set_10.html";}}i:15;a:14:{s:2:"id";s:70:"tag:blogger.com,1999:blog-6796894934389505998.post-7448010724035283519";s:9:"published";s:29:"2008-07-04T14:17:00.012+02:00";s:7:"updated";s:29:"2008-07-04T15:23:33.595+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-07-04T15:23:33.595+02:00";}s:5:"title";s:30:"East Africa gadget competition";s:12:"atom_content";s:6878:"<a href="http://google-africa.blogspot.com/#french2">En FranÃ§ais</a><br /><br />We are currently hosting a gadget competition for university students in East Africa. Participants from Tanzania, Uganda, Kenya, Rwanda, Burundi and Ethiopia can design and build gadgets to complete to win prizes. The competition launched in February 2008 and the deadline for gadget submissions is 14 July 2008.<br /><p class="MsoNormal" id="lo9o2">This is the first technical contest we''ve organized for students in East Africa, and we''ve been excited to see students from all over the region creating gadgets. The final overall winner and a handful of runners-up will win stipends, trophies, increased exposure for their gadget on our website, and, of course, Google <a id="nlzl" title="schwag" href="http://en.wikipedia.org/wiki/Promotional_item">schwag</a>.</p>     <p class="MsoNormal" id="y6ir68">In case you''re wondering what gadgets are, they are small, simple applications that run on web pages. There are gadgets for easy email access, to-do lists, football results, and other fun uses. They''re simple to develop, provided you have some knowledge of HTML (and ideally XML and JavaScript too). And they''re easy to distribute â through <a id="kl1q" title="iGoogle" href="http://www.google.com/ig">iGoogle</a> (our personalized homepage), platforms such as <a id="fm91" title="OpenSocial" href="http://code.google.com/apis/opensocial/">OpenSocial</a>, and third-party websites. There are tens of millions of people who use gadgets globally, generating billions of gadget pageviews per week.<br /><br />There are more details, including developer resources, on the <a id="siy5" title="Official Gadget Competition website" href="http://www.google.com/eagadgetcompetition">Official Gadget Competition website</a>. </p><br />After the submission deadline on <b id="leyj1" style="color: rgb(255, 0, 0);"><span id="leyj2" style="color: rgb(0, 0, 0);">Monday, July 14th, 2008</span></b>, our panel of engineers will review all fully-functioning gadgets and nominate one overall winner ("Best Overall Gadget"). In addition, five other prizes will be awarded for top categorical entries. Possible categories in which a winner will be awarded include:<br /><br /><p id="leyj5">(1) Best Gadget UI<br />(2) Best Local Content Gadget (Most Locally Useful Gadget)<br />(3) Best Education Specific Gadget<br />(4) Most Technically Sophisticated Gadget<br />(5) Gadget Most Likely to Get International Traffic<br />(6) Best Social Gadget</p><p id="leyj5"><br /></p>  <p class="MsoNormal" id="n89y2">For the six winners of the East Africa Gadget Competition we have the following exciting prizes: Five students will receive a <b id="leyj14" style="color: rgb(255, 0, 0);"><span id="afd6" style="color: rgb(0, 0, 0);">US$350</span> </b>stipend and the winner of the Best Overall Gadget will receive a <b id="leyj15" style="color: rgb(255, 0, 0);"><span id="afd60" style="color: rgb(0, 0, 0);">US$600</span></b> stipend. So don''t delay -- <a id="w.95" title="Submit your gadgets here." href="http://www.google.com/ig/submit?synd=eacontest">submit your gadgets here!</a></p><span class="byline-author"><br /><span style="color: rgb(102, 102, 102);">Posted by </span></span><span style="color: rgb(102, 102, 102);">Louise Welch, People Operations Manager </span><br /><br />====<br /><br /><a name="french2"></a>Nous organisons actuellement un concours de gadgets ouvert aux Ã©tudiants des universitÃ©s de l''Est de l''Afrique. Les participants de Tanzanie, d''Ouganda, du Kenya, du Rwanda, du Burundi et d''Ethopie peuvent concevoir et dÃ©velopper des gadgets, pour concourir et gagner des prix. Le concours est ouvert depuis fÃ©vrier 2008 et la date limite pour envoyer vos propositions de gadgets est fixÃ©e au 14 juillet 2008. <p id="bfv23">C''est le premier concours technique que nous organisons pour les Ã©tudiants d''Afrique de l''Est, et nous nous rÃ©jouissons de voir des crÃ©ations de gadgets de la part d''Ã©tudiants de toute la rÃ©gion. Le gagnant final et une poignÃ©e de dauphins seront rÃ©compensÃ©s par l''octroi d''une somme, des trophÃ©es, une visibilitÃ© accrue pour leurs gadgets sur notre site Internet, et des produits Google bien sÃ»r.</p> <p id="bfv25">Si vous vous demandez ce que sont des gadgets Google, ce sont de petites applications simples qui tournent sur des pages Internet. Il existe des gadgets pour faciliter la lecture de vos emails, pour rÃ©aliser des listes de choses Ã  faire, pour visualiser des rÃ©sultats de football, et pour de multiples autres utilisations pratiques et divertissantes. Leur dÃ©veloppement est aisÃ© si vous avez dÃ©jÃ  quelques connaissances en HTML (et Ã©galement en XML et JavaScript dans l''idÃ©al). Leur diffusion est simple : via <a id="piem" title="iGoogle" href="http://www.google.com/ig">iGoogle</a> (notre page d''accueil personnalisÃ©e), sur des plateformes comme <a id="fmzx" title="OpenSocial" href="http://code.google.com/apis/opensocial/">OpenSocial</a>, et d''autres sites Internet. Des dizaines de millions de personnes utilisent les gadgets Ã  travers le monde, ce qui gÃ©nÃšre des milliards de pages vues Ã  travers les gadgets chaque semaine.</p> <p id="bfv27">Plus de dÃ©tails, y compris une documentation pour les dÃ©veloppeurs, sont disponibles sur le <a id="qn_v" title="site officiel du Concours de Gadgets" href="http://www.google.com/intl/en/events/eagadgetcompetition/">site officiel du Concours de Gadgets</a>.</p>   <p id="lkzt1">PassÃ©e la date limite du <b id="so06">lundi 14 juillet 2008</b>, notre jury d''ingÃ©nieurs examinera tous les gadgets entiÃšrement fonctionnels et dÃ©signera le gagnant global ("Meilleur Gadget Toutes CatÃ©gories"). De plus, cinq autres prix viendront rÃ©compenser les meilleurs gadgets de chaque catÃ©gorie. Les catÃ©gories possibles pour lesquelles un gagnant sera rÃ©compensÃ© sont:</p><p id="lkzt1"><br />(1) Gadget avec la Meilleure Interface Utilisateur<br />(2) Meilleur Gadget de Contenu Local (Gadget le plus utile localement)<br />(3) Meilleur Gadget Educatif<br />(4) Gadget le plus SophistiquÃ© Techniquement<br />(5) Gadget dotÃ© du Meilleur Potentiel International<br />(6) Meilleur Gadget Social</p><p id="lkzt1"><br /></p> Nous distribuerons aux six gagnants du Concours de Gadgets pour l''Afrique de l''Est les prix formidables suivants : cinq Ã©tudiants gagneront <b id="so060">US$350</b> et le gagnant du "Meilleur Gadget Toutes CatÃ©gories" recevra <b id="so061">US$600</b>. Alors n''attendez plus : <a id="jw:4" title="envoyez votre gadget ici" href="http://www.google.com/ig/submit?synd=eacontest">envoyez votre gadget ici</a> !<br /><br /><span class="byline-author"><span style="color: rgb(102, 102, 102);">Poste par Louise Welch, People Operations Manager</span><br /></span><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/326633538" height="1" width="1"/>";s:4:"link";s:104:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/326633538/east-africa-gadget-competition.html";s:12:"link_replies";s:76:"http://google-africa.blogspot.com/feeds/7448010724035283519/comments/default";s:9:"link_self";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/7448010724035283519?v=2";s:9:"link_edit";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/7448010724035283519?v=2";s:11:"author_name";s:8:"farzanak";s:10:"author_uri";s:51:"http://www.blogger.com/profile/15579070590368079689";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:77:"http://google-africa.blogspot.com/2008/07/east-africa-gadget-competition.html";}}i:16;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-6796894934389505998.post-6960039369671344121";s:9:"published";s:29:"2008-07-03T15:30:00.007+02:00";s:7:"updated";s:29:"2008-07-08T15:03:30.008+02:00";s:3:"app";a:1:{s:6:"edited";s:29:"2008-07-08T15:03:30.008+02:00";}s:5:"title";s:48:"Covering all things Google in Sub-Saharan Africa";s:12:"atom_content";s:8583:"<a href="http://google-africa.blogspot.com/#french1">En FranÃ§ais</a><br /><br />Today, we''re pleased to launch our official blog for Sub-Saharan* Africa.<br /><br />We believe that the Internet is a transformational force for societies. And it''s making us all much more powerful as individuals, regardless of whether one is in New York, Stockholm, Bujumbura, Ouagadougou, or Cape Town. Regardless of background, education, social status, gender, age or economic situation, online access to information enables people to create opportunities for themselves. Seeing a student in a cybercafe doing his research using a search engine, a businessman chatting with a colleague abroad with instant messaging, or a young woman posting her photos to a social networking site - it''s clear the extent to which academic, business and social life is fundamentally changing all over Africa.<br /><br />Google''s aim is to democratize access to the world''s information. But clearly we (along with other companies) face significant challenges in Africa in making the Internet available to as many people as possible. How do we help the hundreds of millions of people who are illiterate? How do we make the world''s information available in African languages (about 2000 languages are spoken on this continent)? How do we support online access for people who live in rural environments without electricity? How do we make African content more widely available - not only in Africa, but around the world? How can we get more people connected, and make access faster and cheaper? These are some of the questions we''ve been asking ourselves.<br /><br />Over the past few months, we have significantly ramped up our work in Sub-Saharan Africa: we now have offices in Nairobi and Johannesburg, and are looking to hire many more people all over the continent just as fast as we can find them (see our <a href="http://www.google.com/support/jobs/bin/static.py?page=intl.html&amp;jobslc=africa">job openings</a>). We have an <a href="http://www.google.com/intl/en/events/eagadgetcompetition/">iGoogle gadget competition</a> going with computer science students in East Africa; we''ve launched <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=Kenya&amp;ie=UTF8&amp;ll=2.043024,37.924805&amp;spn=14.541434,12.524414&amp;z=6">Google Maps data for Kenya</a>. And then there is the work that individual Googlers - some African, some from elsewhere - are doing on the ground in conjunction with technology entrepreneurs, software developers, universities, and the ICT and NGO communities.<br /><br />In addition to this blog, we are also announcing the <a href="http://groups.google.com/group/google-africa-community">Google Africa community discussion forum</a>, on topics related to our products and activities in Africa and the Internet in Africa in general. We will be regularly reading the postings on this list and product managers and engineers may participate in the discussions as appropriate, making it an excellent way to discuss a broad range of topics. This forum is open for all, and we encourage anyone interested to join it.<br /><br />*The region includes these countries and territories: Angola, Benin, Botswana, Burkina Faso, Burundi, Cameroon, Cape Verde, Central African Republic, Chad, Comoros, Congo-Brazzaville, CÃŽte d''Ivoire, Djibouti, Dem. Rep. of Congo, Equatorial Guinea, Eritrea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Lesotho, Liberia, Madagascar, Malawi, Mali, Mauritania, Mauritius, Mayotte, Mozambique, Namibia, Niger, Nigeria, Reunion, Rwanda, SÃ£o TomÃ© and PrÃ­ncipe, Senegal, Seychelles, Sierra Leone, Somalia, South Africa, Swaziland, Tanzania, Togo, Uganda, Zambia, Zimbabwe.<br /><br /><span class="byline-author">Posted by Joe Mucheru, Office Lead-East Africa, and Divon Lan, Product Manager, Sub-Saharan Africa</span><br /><br />====<br /><br /><a name="french1"></a><div>C''est avec une grande fiertÃ© que nous lanÃ§ons aujourd''hui le Blog Officiel Google pour l''Afrique Sub Saharienne*.</div><div><br /></div><div>Chez Google, nous croyons que l''Internet est une force d''Ã©volution des sociÃ©tÃ©s. Cela nous rend bien plus efficace en tant qu''individus - qu''importe si vous Ãªtes Ã  New York, Stockholm, Bujumbura, Ouagadougou, ou au Cap. Au delÃ  des diffÃ©rences d''histoire, d''Ã©ducation, de statut social, de sexe, d''age ou de situation Ã©conomique, l''accÃšs Ã  l''information offre des opportunitÃ©s pour chacun de crÃ©er pour lui-mÃªme. Regardez un Ã©tudiant faire ses recherches en utilisant un moteur de recherche Ã  partir d''un cybercafÃ©, un homme d''affaires discutant avec un collÃšgue Ã  l''autre bout du monde via messagerie instantanÃ©e, ou une jeune femme postant ses photos sur un site de rÃ©seau social - il est Ã©vident de voir Ã  quel point les pÃŽles universitaires, d''affaires ou sociaux sont en train de changer fondamentalement dans toute l''Afrique.</div><div><br /></div><div>Le dÃ©sir de Google est de dÃ©mocratiser l''accÃšs Ã  toute l''information. Mais soyons rÃ©aliste, Google et les autres sociÃ©tÃ©s d''Internet rencontrent des challenges significatifs en Afrique pour rendre le rÃ©seau accessible Ã  tous : Comment allons nous rendre l''information accessible aux centaines de millions de personnes illettrÃ©es ? Comment pourrons-nous donner cette information dans toutes les langues du continent Africain (il y a environ 2000 langues parlÃ©es sur ce continent) ? Comment rendrons-nous l''information accessible aux personnes qui habitent dans les zones rurales sans Ã©lectricitÃ© ? Comment ferons-nous pour que le contenu Africain devienne accessible globalement et non uniquement en Afrique ? Comment aiderons-nous les gens Ã  se connecter, et rendre leur accÃšs plus rapide et meilleur marchÃ© ? Ces questions sont celles que nous nous sommes posÃ©es Ã  Google.</div><div><br /></div><div>Au cours des derniers mois, nous avons significativement accru notre action en Afrique Sub-Saharienne: nous avons dorÃ©navant des bureaux Ã  Nairobi et Johannesburg, et nous recrutons encore de nombreuses personnes sur tout le continent aussi rapidement que possible (consultez <a href="http://www.google.com/support/jobs/bin/static.py?page=intl.html&amp;jobslc=africa">nos postes ouverts</a>). Nous avons mis en place <a href="http://www.google.com/intl/en/events/eagadgetcompetition/">un concours gadget iGoogle</a> avec les Ã©tudiants en Informatique d''Afrique de l''Est et nous avons lancÃ© <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=Kenya&amp;ie=UTF8&amp;ll=2.043024,37.924805&amp;spn=14.541434,12.524414&amp;z=6">Google Maps pour le Kenya</a>. Il y a aussi le travail accompli par certains Googlers - Africains, ou d''autres rÃ©gions du monde - sur place en partenariat avec les dirigeants du secteur technologique, ingÃ©nieurs en dÃ©veloppement, universitÃ©s, ainsi que les communautÃ©s informatiques et non-gouvernementales.</div><div><br /></div><div>En complÃ©ment de ce blog, nous annonÃ§ons Ã©galement le lancement du forum <a href="http://groups.google.com/group/google-africa-community">CommunautÃ© Google Afrique</a>. C''est un lieu ouvert de discussion sur les sujets en rapport avec les produits et activitÃ©s de Google en Afrique et sur l''Internet en Afrique de maniÃšre gÃ©nÃ©rale. Nos collÃšgues et nous-mÃªme lirons rÃ©guliÃšrement les sujets de cette liste. Les Product Managers de Google ainsi que les ingÃ©nieurs pourront participer si nÃ©cessaire - ceci faisant de ce forum un excellent endroit pour discuter des sujets intÃ©ressants avec Google. Il sera ouvert Ã  tous - et nous encourageons toute personne interessÃ©e Ã  nous y rejoindre.</div><div><br /></div><div>* L''Afrique Sub Saharienne inclut les pays et territoires suivants: Afrique du Sud, Angola, BÃ©nin, Botswana, Burkina Faso, Burundi, Cameroun, Cap Vert, RÃ©publique Centre Africaine, Tchad, les Comores, Congo Brazzaville, CÃŽte d''Ivoire, Djibouti, RÃ©publique DÃ©mocratique du Congo, GuinÃ©e-Equatoriale, ErythrÃ©e, Ethiopie, Gabon, Gambie, Ghana, GuinÃ©e , GuinÃ©e Bissau, Kenya, Lesotho, LibÃ©ria, Madagascar, Malawi, Mali, Mauritanie, Ile Maurice, Mayotte, Mozambique, Namibie, Niger, Nigeria, Ile de la RÃ©union, Rwanda, SÃ£o TomÃ© et PrÃ­ncipe, SÃ©nÃ©gal, Seychelles, Sierra Leone, Somalie, Swaziland, Tanzanie, Togo, Ouganda, Zambie, Zimbabwe.</div><div><br /></div><div>PostÃ© par Joe Mucheru, Chef de Bureau, Afrique de l''Est et Divon Lan, Product Manager, Afrique Sub-Saharienne</div><img src="http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~4/326164076" height="1" width="1"/>";s:4:"link";s:111:"http://feeds.feedburner.com/~r/OfficialGoogleAfricaBlog/~3/326164076/introducing-googles-official-blog-for.html";s:12:"link_replies";s:76:"http://google-africa.blogspot.com/feeds/6960039369671344121/comments/default";s:9:"link_self";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/6960039369671344121?v=2";s:9:"link_edit";s:86:"http://www.blogger.com/feeds/6796894934389505998/posts/default/6960039369671344121?v=2";s:11:"author_name";s:9:"A Googler";s:12:"author_email";s:19:"noreply@blogger.com";s:10:"feedburner";a:1:{s:8:"origlink";s:84:"http://google-africa.blogspot.com/2008/07/introducing-googles-official-blog-for.html";}}}s:7:"channel";a:12:{s:2:"id";s:45:"tag:blogger.com,1999:blog-6796894934389505998";s:7:"updated";s:29:"2008-09-20T16:22:06.175+02:00";s:5:"title";s:27:"Official Google Africa Blog";s:8:"subtitle";s:57:"Google in Sub-Saharan Africa: news, stories and thoughts.";s:4:"link";s:34:"http://google-africa.blogspot.com/";s:42:"link_http://schemas.google.com/g/2005#feed";s:53:"http://google-africa.blogspot.com/feeds/posts/default";s:11:"author_name";s:9:"A Googler";s:12:"author_email";s:19:"noreply@blogger.com";s:9:"generator";s:7:"Blogger";s:10:"opensearch";a:3:{s:12:"totalresults";s:2:"17";s:10:"startindex";s:1:"1";s:12:"itemsperpage";s:2:"25";}s:9:"link_self";s:52:"http://feeds.feedburner.com/OfficialGoogleAfricaBlog";s:10:"feedburner";a:3:{s:14:"emailserviceid";s:7:"2178149";s:18:"feedburnerhostname";s:25:"http://www.feedburner.com";s:9:"feedflare";s:162:"Subscribe with My Yahoo!Subscribe with NewsGatorSubscribe with My AOLSubscribe with BloglinesSubscribe with NetvibesSubscribe with GoogleSubscribe with Pageflakes";}}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:4:"Atom";s:12:"feed_version";N;s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:31:"Tue, 23 Sep 2008 08:25:12 GMT\r\n";s:4:"etag";s:29:"p50cbDL8ixX1PUWCWTbCKIJAILo\r\n";}', 'no');
+INSERT INTO `wp_options` VALUES (246, 0, 'rss_a751788e99a1a0ebb555b4c2a30278e3', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:5:{s:5:"title";s:51:"Ushahidi :: Crowdsourcing Crisis Information (FOSS)";s:4:"link";s:24:"http://www.ushahidi.com/";s:11:"description";s:167:"Welcome to Ushahidi, which means "testimony" in Swahili, where we are building a ... Ushahidi is a free and open source project with developers hailing from Kenya, ...";s:4:"guid";s:24:"http://www.ushahidi.com/";s:7:"summary";s:167:"Welcome to Ushahidi, which means "testimony" in Swahili, where we are building a ... Ushahidi is a free and open source project with developers hailing from Kenya, ...";}i:1;a:5:{s:5:"title";s:17:"The Ushahidi Blog";s:4:"link";s:25:"http://blog.ushahidi.com/";s:11:"description";s:160:"... what is becoming typical Ushahidi fashion, we''re going into a ... Reporting Through Ushahidi, originally uploaded by ... Deployment, Ushahidi, disaster. ...";s:4:"guid";s:25:"http://blog.ushahidi.com/";s:7:"summary";s:160:"... what is becoming typical Ushahidi fashion, we''re going into a ... Reporting Through Ushahidi, originally uploaded by ... Deployment, Ushahidi, disaster. ...";}i:2;a:5:{s:5:"title";s:14:"About Ushahidi";s:4:"link";s:29:"http://www.ushahidi.com/about";s:11:"description";s:168:"Ushahidi, which means ''''testimony'''' in Swahili, is a website that was developed ... Ushahidi''s roots are in the collaboration of Kenyan citizen journalists during a ...";s:4:"guid";s:29:"http://www.ushahidi.com/about";s:7:"summary";s:168:"Ushahidi, which means ''''testimony'''' in Swahili, is a website that was developed ... Ushahidi''s roots are in the collaboration of Kenyan citizen journalists during a ...";}i:3;a:5:{s:5:"title";s:52:"Ushahidi''s Community is Ushahidi - The Ushahidi Blog";s:4:"link";s:78:"http://blog.ushahidi.com/index.php/2008/10/31/ushahidis-community-is-ushahidi/";s:11:"description";s:138:"Posted in Community, Ushahidi, awards, news. Tagged with award, challenge, Community, netsquared, thank you, usaid, Ushahidi, wemedia. ...";s:4:"guid";s:78:"http://blog.ushahidi.com/index.php/2008/10/31/ushahidis-community-is-ushahidi/";s:7:"summary";s:138:"Posted in Community, Ushahidi, awards, news. Tagged with award, challenge, Community, netsquared, thank you, usaid, Ushahidi, wemedia. ...";}i:4;a:5:{s:5:"title";s:64:"Ushahidi: Mapping Reports of Post-Election Violence in Kenya ...";s:4:"link";s:59:"http://www.netsquared.org/2008/conference/projects/ushahidi";s:11:"description";s:161:"Ushahidi was initially set up to mainly document incidents of violence, looting ... Ushahidi will change in the world in the following ways: ... Ushahidi.com ...";s:4:"guid";s:59:"http://www.netsquared.org/2008/conference/projects/ushahidi";s:7:"summary";s:161:"Ushahidi was initially set up to mainly document incidents of violence, looting ... Ushahidi will change in the world in the following ways: ... Ushahidi.com ...";}i:5;a:5:{s:5:"title";s:25:"Covering Kenya " Ushahidi";s:4:"link";s:34:"http://www.coveringkenya.com/?p=38";s:11:"description";s:159:"Ushahidi ... I wrote a story about Ushahidi for the Daily Nation, which can be read here. ... to call the site Ushahidi, which roughly means "testimony" in ...";s:4:"guid";s:34:"http://www.coveringkenya.com/?p=38";s:7:"summary";s:159:"Ushahidi ... I wrote a story about Ushahidi for the Daily Nation, which can be read here. ... to call the site Ushahidi, which roughly means "testimony" in ...";}i:6;a:5:{s:5:"title";s:59:"Ushahidi Relaunches Website, Secures New Funding - Appfrica";s:4:"link";s:37:"http://appfrica.net/blog/archives/380";s:11:"description";s:136:"Via the Ushahidi website, they''ve made the following call for developers: ... To join the Ushahidi development team visit them here. ...";s:4:"guid";s:37:"http://appfrica.net/blog/archives/380";s:7:"summary";s:136:"Via the Ushahidi website, they''ve made the following call for developers: ... To join the Ushahidi development team visit them here. ...";}i:7;a:5:{s:5:"title";s:19:"Ushahidi | Facebook";s:4:"link";s:49:"http://www.facebook.com/group.php?gid=15142446117";s:11:"description";s:151:"Facebook is a social utility that connects people with friends and others who ... Ushahidi wins a Knight-Batten award for innovation in journalism! ...";s:4:"guid";s:49:"http://www.facebook.com/group.php?gid=15142446117";s:7:"summary";s:151:"Facebook is a social utility that connects people with friends and others who ... Ushahidi wins a Knight-Batten award for innovation in journalism! ...";}i:8;a:5:{s:5:"title";s:43:"Ushahidi in the Congo (DRC) | White African";s:4:"link";s:61:"http://whiteafrican.com/2008/11/07/ushahidi-in-the-congo-drc/";s:11:"description";s:158:"When we pushed the first version of Ushahidi live in Kenya, I was trying to juggle that as I spoke at a conference in New York. Today, we''re deploying the new";s:4:"guid";s:61:"http://whiteafrican.com/2008/11/07/ushahidi-in-the-congo-drc/";s:7:"summary";s:158:"When we pushed the first version of Ushahidi live in Kenya, I was trying to juggle that as I spoke at a conference in New York. Today, we''re deploying the new";}i:9;a:5:{s:5:"title";s:72:"Ushahidi v2 - Mobile.Crisis.Reporting | NetSquared, an initiative of ...";s:4:"link";s:65:"http://www.netsquared.org/projects/ushahidi-v2-global-crisis-tool";s:11:"description";s:161:"The following features will be incorporated into Ushahidi''s mobile development: ... team already beginning the work on Ushahidi''s mobile phone functionality. ...";s:4:"guid";s:65:"http://www.netsquared.org/projects/ushahidi-v2-global-crisis-tool";s:7:"summary";s:161:"The following features will be incorporated into Ushahidi''s mobile development: ... team already beginning the work on Ushahidi''s mobile phone functionality. ...";}}s:7:"channel";a:7:{s:5:"title";s:23:"Yahoo! Search: Ushahidi";s:4:"link";s:50:"http://search.yahoo.com/search?p=Ushahidi&ei=UTF-8";s:8:"language";s:2:"en";s:11:"description";s:37:"Search results for the query Ushahidi";s:9:"copyright";s:51:"Copyright (c) 2008 Yahoo! Inc. All rights reserved.";s:13:"lastbuilddate";s:31:"Mon, 10 Nov 2008 17:49:03 -0800";s:7:"tagline";s:37:"Search results for the query Ushahidi";}s:9:"textinput";a:0:{}s:5:"image";a:5:{s:3:"url";s:62:"http://us.i1.yimg.com/us.yimg.com/i/us/nt/b/rss/rss_search.gif";s:5:"title";s:13:"Yahoo! Search";s:4:"link";s:23:"http://search.yahoo.com";s:5:"width";s:3:"142";s:6:"height";s:2:"18";}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (285, 0, 'rss_0642e0114bee9136a2531caa6b29d4e1', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:5:{s:5:"title";s:20:"APPFRICA / FrontPage";s:4:"link";s:27:"http://appfrica.pbwiki.com/";s:11:"description";s:162:"APPFRICA is a group mentoring and facilitating East African entrepreneurs in ... If you have questions about Appfrica and getting involved, contact us here or ...";s:4:"guid";s:27:"http://appfrica.pbwiki.com/";s:7:"summary";s:162:"APPFRICA is a group mentoring and facilitating East African entrepreneurs in ... If you have questions about Appfrica and getting involved, contact us here or ...";}i:1;a:5:{s:5:"title";s:8:"Appfrica";s:4:"link";s:25:"http://appfrica.net/blog/";s:11:"description";s:140:"Appfrica Labs: Building an Army With Thumb Drives ... This Week in Appfrica [Oct 26 - Nov 1, 2008] US-based Bloggers Detained in Nigeria ...";s:4:"guid";s:25:"http://appfrica.net/blog/";s:7:"summary";s:140:"Appfrica Labs: Building an Army With Thumb Drives ... This Week in Appfrica [Oct 26 - Nov 1, 2008] US-based Bloggers Detained in Nigeria ...";}i:2;a:5:{s:5:"title";s:19:"Archives - Appfrica";s:4:"link";s:33:"http://appfrica.net/blog/archives";s:11:"description";s:134:"Appfrica is a blog that covers African technology, innovation, news and the ... Permalink: http://appfrica.net/blog/archives/326 " ...";s:4:"guid";s:33:"http://appfrica.net/blog/archives";s:7:"summary";s:134:"Appfrica is a blog that covers African technology, innovation, news and the ... Permalink: http://appfrica.net/blog/archives/326 " ...";}i:3;a:5:{s:5:"title";s:17:"code.appfrica.net";s:4:"link";s:25:"http://code.appfrica.net/";s:11:"description";s:137:"code.appfrica.net. Home. Subversion. Forum. Newsgroup. Support. Upcoming Events. Contact ... Welcome to the Appfrica Code Repository! ...";s:4:"guid";s:25:"http://code.appfrica.net/";s:7:"summary";s:137:"code.appfrica.net. Home. Subversion. Forum. Newsgroup. Support. Upcoming Events. Contact ... Welcome to the Appfrica Code Repository! ...";}i:4;a:5:{s:5:"title";s:25:"Main Page - Appfrica Wiki";s:4:"link";s:39:"http://appfrica.mountbattenhosting.net/";s:11:"description";s:155:"The goal of Appfrica is to help cultivate minds and encourage entrepreneurship, ... Various projects like the Appfrica website and Afridex are used for ...";s:4:"guid";s:39:"http://appfrica.mountbattenhosting.net/";s:7:"summary";s:155:"The goal of Appfrica is to help cultivate minds and encourage entrepreneurship, ... Various projects like the Appfrica website and Afridex are used for ...";}i:5;a:5:{s:5:"title";s:34:"Appfrica Incubator - Appfrica Wiki";s:4:"link";s:67:"http://appfrica.mountbattenhosting.net/index.php/Appfrica_Incubator";s:11:"description";s:162:"Appfrica Labs is an incubator modeled after Paul Graham''s Y Combinator. ... Appfrica.net (tech magazine and blog community) Afridex (CRM index of African tech ...";s:4:"guid";s:67:"http://appfrica.mountbattenhosting.net/index.php/Appfrica_Incubator";s:7:"summary";s:162:"Appfrica Labs is an incubator modeled after Paul Graham''s Y Combinator. ... Appfrica.net (tech magazine and blog community) Afridex (CRM index of African tech ...";}i:6;a:5:{s:5:"title";s:31:"WordPress " Showcase " Appfrica";s:4:"link";s:39:"http://wordpress.org/showcase/appfrica/";s:11:"description";s:146:"Showcase " Appfrica. Appfrica.org facilitates, mentors and incubates entrepreneurs in software in ... Source: appfrica.net/blog " ... Appfrica ...";s:4:"guid";s:39:"http://wordpress.org/showcase/appfrica/";s:7:"summary";s:146:"Showcase " Appfrica. Appfrica.org facilitates, mentors and incubates entrepreneurs in software in ... Source: appfrica.net/blog " ... Appfrica ...";}i:7;a:5:{s:5:"title";s:62:"Hello Appfrica: An Interview with Jon Gosier | The Blog Herald";s:4:"link";s:81:"http://www.blogherald.com/2008/06/11/hello-appfrica-an-interview-with-jon-gosier/";s:11:"description";s:146:"Appfrica is an international technology conference and think-thank, taking place ... Best of luck to Jon Gosier and the Appfrica participants. ...";s:4:"guid";s:81:"http://www.blogherald.com/2008/06/11/hello-appfrica-an-interview-with-jon-gosier/";s:7:"summary";s:146:"Appfrica is an international technology conference and think-thank, taking place ... Best of luck to Jon Gosier and the Appfrica participants. ...";}i:8;a:5:{s:5:"title";s:24:"Blog Networks | Facebook";s:4:"link";s:62:"http://apps.facebook.com/blognetworks/blogpage.php?blogid=8480";s:11:"description";s:159:"Facebook is a social utility that connects people with friends and others who ... Appfrica is web portal for the latest news related to African innovation, ...";s:4:"guid";s:62:"http://apps.facebook.com/blognetworks/blogpage.php?blogid=8480";s:7:"summary";s:159:"Facebook is a social utility that connects people with friends and others who ... Appfrica is web portal for the latest news related to African innovation, ...";}i:9;a:5:{s:5:"title";s:18:"Twitter / appfrica";s:4:"link";s:27:"http://twitter.com/appfrica";s:11:"description";s:125:"Twitter is a free social messaging utility for staying connected in real-time ... appfrica is using Twitter. ... appfrica ...";s:4:"guid";s:27:"http://twitter.com/appfrica";s:7:"summary";s:125:"Twitter is a free social messaging utility for staying connected in real-time ... appfrica is using Twitter. ... appfrica ...";}}s:7:"channel";a:7:{s:5:"title";s:24:"Yahoo! Search: Appfrica ";s:4:"link";s:51:"http://search.yahoo.com/search?p=Appfrica+&ei=UTF-8";s:8:"language";s:2:"en";s:11:"description";s:38:"Search results for the query Appfrica ";s:9:"copyright";s:51:"Copyright (c) 2008 Yahoo! Inc. All rights reserved.";s:13:"lastbuilddate";s:31:"Tue, 11 Nov 2008 01:35:45 -0800";s:7:"tagline";s:38:"Search results for the query Appfrica ";}s:9:"textinput";a:0:{}s:5:"image";a:5:{s:3:"url";s:62:"http://us.i1.yimg.com/us.yimg.com/i/us/nt/b/rss/rss_search.gif";s:5:"title";s:13:"Yahoo! Search";s:4:"link";s:23:"http://search.yahoo.com";s:5:"width";s:3:"142";s:6:"height";s:2:"18";}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (286, 0, 'rss_0642e0114bee9136a2531caa6b29d4e1_ts', '1226396147', 'no');
+INSERT INTO `wp_options` VALUES (287, 0, 'rss_7a4a34e486e9609eccf953469a2939e6', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:5:{s:5:"title";s:42:"CÃ¢mara - Wikipedia, the free encyclopedia";s:4:"link";s:40:"http://en.wikipedia.org/wiki/C%C3%A2mara";s:11:"description";s:164:"AntÃ³nio de Vasconcelos e Sousa CÃ¢mara Caminha Faro e Veiga, 8th ... CÃ¢mara, Brazilian ... JosÃ© da CÃ¢mara Teles, 13th donatary captain of the island of SÃ£o ...";s:4:"guid";s:40:"http://en.wikipedia.org/wiki/C%C3%A2mara";s:7:"summary";s:164:"AntÃ³nio de Vasconcelos e Sousa CÃ¢mara Caminha Faro e Veiga, 8th ... CÃ¢mara, Brazilian ... JosÃ© da CÃ¢mara Teles, 13th donatary captain of the island of SÃ£o ...";}i:1;a:5:{s:5:"title";s:18:"Amazon.com: camara";s:4:"link";s:32:"http://www.amazon.com/tag/camara";s:11:"description";s:159:"A community about camara. Tag and discover new products. Share your images and discuss your ... "camara" No one has created a list or guide tagged "camara" ...";s:4:"guid";s:32:"http://www.amazon.com/tag/camara";s:7:"summary";s:159:"A community about camara. Tag and discover new products. Share your images and discuss your ... "camara" No one has created a list or guide tagged "camara" ...";}i:2;a:5:{s:5:"title";s:6:"CAMARA";s:4:"link";s:32:"http://www.camara.be/default.htm";s:11:"description";s:146:"Camara : centrale d''achat secteur photo / video / hi-fi / tÃ©lÃ©phonie / multimÃ©dia ; aankoop centrale sector foto / video / Hi-Fi/ telefonie ...";s:4:"guid";s:32:"http://www.camara.be/default.htm";s:7:"summary";s:146:"Camara : centrale d''achat secteur photo / video / hi-fi / tÃ©lÃ©phonie / multimÃ©dia ; aankoop centrale sector foto / video / Hi-Fi/ telefonie ...";}i:3;a:5:{s:5:"title";s:62:"Vermont slate for roofing, floor tile, structural use and more";s:4:"link";s:36:"http://www.camaraslate.com/index.htm";s:11:"description";s:134:"Camara Slate - Vermont Slate from quarries mined since the mid 1850''s for roofing, flooring, countertops, structural, and paving uses.";s:4:"guid";s:36:"http://www.camaraslate.com/index.htm";s:7:"summary";s:134:"Camara Slate - Vermont Slate from quarries mined since the mid 1850''s for roofing, flooring, countertops, structural, and paving uses.";}i:4;a:5:{s:5:"title";s:18:"Lionel Camara home";s:4:"link";s:17:"http://camara.us/";s:11:"description";s:129:"A basic gospel message describing why Christians who still sin can go to heaven while good people go to hell, by Lionel J. Camara";s:4:"guid";s:17:"http://camara.us/";s:7:"summary";s:129:"A basic gospel message describing why Christians who still sin can go to heaven while good people go to hell, by Lionel J. Camara";}i:5;a:5:{s:5:"title";s:47:"Henri Camara - Wikipedia, the free encyclopedia";s:4:"link";s:41:"http://en.wikipedia.org/wiki/Henri_Camara";s:11:"description";s:142:"Henri Camara (born May 10, 1977 in Dakar, Senegal) is a Senegalese footballer ... "Camara joins Celtic", BBC Sport website (July 30, 2004) ...";s:4:"guid";s:41:"http://en.wikipedia.org/wiki/Henri_Camara";s:7:"summary";s:142:"Henri Camara (born May 10, 1977 in Dakar, Senegal) is a Senegalese footballer ... "Camara joins Celtic", BBC Sport website (July 30, 2004) ...";}i:6;a:5:{s:5:"title";s:41:"Camara in Digital Cameras at Shopping.com";s:4:"link";s:34:"http://www.shopping.com/xGS-Camara";s:11:"description";s:113:"Find camara and more digital cameras items at Shopping.com. Shop online and compare prices. Shopping made simple.";s:4:"guid";s:34:"http://www.shopping.com/xGS-Camara";s:7:"summary";s:113:"Find camara and more digital cameras items at Shopping.com. Shop online and compare prices. Shopping made simple.";}i:7;a:5:{s:5:"title";s:19:"Camara - NexTag.com";s:4:"link";s:40:"http://www.nextag.com/camara/search-html";s:11:"description";s:110:"Compare prices for deals on Camara at NexTag.com. Find bargains on computers, electronics, software, and more.";s:4:"guid";s:40:"http://www.nextag.com/camara/search-html";s:7:"summary";s:110:"Compare prices for deals on Camara at NexTag.com. Find bargains on computers, electronics, software, and more.";}i:8;a:5:{s:5:"title";s:74:"Camara :: Technology - Empowering Education - Recycling computers from ...";s:4:"link";s:21:"http://www.camara.ie/";s:11:"description";s:164:"Camara recycles and refurbishes computers and ships them to schools and colleges ... One of the goals of Camara is to stop these computers being dumped in Irish ...";s:4:"guid";s:21:"http://www.camara.ie/";s:7:"summary";s:164:"Camara recycles and refurbishes computers and ships them to schools and colleges ... One of the goals of Camara is to stop these computers being dumped in Irish ...";}i:9;a:5:{s:5:"title";s:7:"Welcome";s:4:"link";s:33:"http://camaralatinoamericana.com/";s:11:"description";s:169:"President''s Welcome Our Chamber President, Antonella Packard, greets visitors ... Submit. Privacy Statement | Terms Of Use. Copyright (c) 2008 Camara Latinoamericana ...";s:4:"guid";s:33:"http://camaralatinoamericana.com/";s:7:"summary";s:169:"President''s Welcome Our Chamber President, Antonella Packard, greets visitors ... Submit. Privacy Statement | Terms Of Use. Copyright (c) 2008 Camara Latinoamericana ...";}}s:7:"channel";a:7:{s:5:"title";s:22:"Yahoo! Search: Camara ";s:4:"link";s:49:"http://search.yahoo.com/search?p=Camara+&ei=UTF-8";s:8:"language";s:2:"en";s:11:"description";s:36:"Search results for the query Camara ";s:9:"copyright";s:51:"Copyright (c) 2008 Yahoo! Inc. All rights reserved.";s:13:"lastbuilddate";s:31:"Tue, 11 Nov 2008 01:36:26 -0800";s:7:"tagline";s:36:"Search results for the query Camara ";}s:9:"textinput";a:0:{}s:5:"image";a:5:{s:3:"url";s:62:"http://us.i1.yimg.com/us.yimg.com/i/us/nt/b/rss/rss_search.gif";s:5:"title";s:13:"Yahoo! Search";s:4:"link";s:23:"http://search.yahoo.com";s:5:"width";s:3:"142";s:6:"height";s:2:"18";}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (288, 0, 'rss_7a4a34e486e9609eccf953469a2939e6_ts', '1226396187', 'no');
+INSERT INTO `wp_options` VALUES (289, 0, 'rss_3a2642e02045efd07aa460c6b916abd0', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:5:{s:5:"title";s:66:"List of Dublin postal districts - Wikipedia, the free encyclopedia";s:4:"link";s:37:"http://en.wikipedia.org/wiki/Dublin_8";s:11:"description";s:143:"(Redirected from Dublin 8) Jump to: navigation, search ... Dublin 8 includes Dolphin''s Barn, Inchicore, Islandbridge, Kilmainham, Merchants ...";s:4:"guid";s:37:"http://en.wikipedia.org/wiki/Dublin_8";s:7:"summary";s:143:"(Redirected from Dublin 8) Jump to: navigation, search ... Dublin 8 includes Dolphin''s Barn, Inchicore, Islandbridge, Kilmainham, Merchants ...";}i:1;a:5:{s:5:"title";s:41:"Dublin - Wikipedia, the free encyclopedia";s:4:"link";s:35:"http://en.wikipedia.org/wiki/Dublin";s:11:"description";s:151:"... Dublin. DÃ¡il ... 8 Climate. 9 Crime. 10 Sister cities. 11 Tourist attractions. 12 ... in Dublin 4. An exception to the rule is Dublin 8, which ...";s:4:"guid";s:35:"http://en.wikipedia.org/wiki/Dublin";s:7:"summary";s:151:"... Dublin. DÃ¡il ... 8 Climate. 9 Crime. 10 Sister cities. 11 Tourist attractions. 12 ... in Dublin 4. An exception to the rule is Dublin 8, which ...";}i:2;a:5:{s:5:"title";s:9:"Dublin.ie";s:4:"link";s:21:"http://www.dublin.ie/";s:11:"description";s:164:"Information gateway to the city of Dublin, Ireland. Offers a connection into the community, cultural, social, business and political life of Ireland''s capital city.";s:4:"guid";s:21:"http://www.dublin.ie/";s:7:"summary";s:164:"Information gateway to the city of Dublin, Ireland. Offers a connection into the community, cultural, social, business and political life of Ireland''s capital city.";}i:3;a:5:{s:5:"title";s:20:"Super 8 - Dublin, VA";s:4:"link";s:92:"http://www.super8.com/Super8/control/Booking/property_info?propertyId=11336&amp;brandInfo=SE";s:11:"description";s:164:"Super 8 Official Site: Visiting Dublin, VA? Make your reservations at Super8.com and get our best rate guaranteed. Enjoy free local calls &amp; high speed internet.";s:4:"guid";s:88:"http://www.super8.com/Super8/control/Booking/property_info?propertyId=11336&brandInfo=SE";s:7:"summary";s:164:"Super 8 Official Site: Visiting Dublin, VA? Make your reservations at Super8.com and get our best rate guaranteed. Enjoy free local calls &amp; high speed internet.";}i:4;a:5:{s:5:"title";s:42:"Dublin Super 8 Motel Reviews - TripAdvisor";s:4:"link";s:104:"http://www.tripadvisor.com/Hotel_Review-g57683-d123871-Reviews-Dublin_Super_8_Motel-Dublin_Virginia.html";s:11:"description";s:145:"See traveler reviews, candid photos, and great deals for Dublin Super 8 Motel, ranked #3 of 5 hotels in Dublin and rated 3.5 of 5 at TripAdvisor.";s:4:"guid";s:104:"http://www.tripadvisor.com/Hotel_Review-g57683-d123871-Reviews-Dublin_Super_8_Motel-Dublin_Virginia.html";s:7:"summary";s:145:"See traveler reviews, candid photos, and great deals for Dublin Super 8 Motel, ranked #3 of 5 hotels in Dublin and rated 3.5 of 5 at TripAdvisor.";}i:5;a:5:{s:5:"title";s:40:"Jobs in Dublin, Georgia - Yahoo! HotJobs";s:4:"link";s:51:"http://hotjobs.yahoo.com/job-search-l-Dublin-GA-m-0";s:11:"description";s:145:"Looking for jobs in Dublin, Georgia? Find the latest jobs from employers in Dublin, Georgia on Yahoo! HotJobs. Thousands of new jobs listed daily";s:4:"guid";s:51:"http://hotjobs.yahoo.com/job-search-l-Dublin-GA-m-0";s:7:"summary";s:145:"Looking for jobs in Dublin, Georgia? Find the latest jobs from employers in Dublin, Georgia on Yahoo! HotJobs. Thousands of new jobs listed daily";}i:6;a:5:{s:5:"title";s:50:"Super 8 Motel - Dublin, GA Reviews - Yahoo! Travel";s:4:"link";s:54:"http://travel.yahoo.com/p-hotel-333136-super_8_motel-i";s:11:"description";s:158:"Super 8 Motel - Dublin Hotel, Dublin, GA: Find the best deals, reviews, photos, rates, and availability for the Super 8 Motel - Dublin Hotel on Yahoo! Travel.";s:4:"guid";s:54:"http://travel.yahoo.com/p-hotel-333136-super_8_motel-i";s:7:"summary";s:158:"Super 8 Motel - Dublin Hotel, Dublin, GA: Find the best deals, reviews, photos, rates, and availability for the Super 8 Motel - Dublin Hotel on Yahoo! Travel.";}i:7;a:5:{s:5:"title";s:57:"Dublin 8 Hotels city center hotels accommodation Dublin 8";s:4:"link";s:47:"http://www.dublinevents.com/dublin-8-hotels.php";s:11:"description";s:158:"Dublin 8 Hotels a comprehensive list of Dublin 8 city hotels and accommodations located at Dublin 8 ... Dublin 8 offers a wide variety of things to do and ...";s:4:"guid";s:47:"http://www.dublinevents.com/dublin-8-hotels.php";s:7:"summary";s:158:"Dublin 8 Hotels a comprehensive list of Dublin 8 city hotels and accommodations located at Dublin 8 ... Dublin 8 offers a wide variety of things to do and ...";}i:8;a:5:{s:5:"title";s:30:"Super 8 Dublin GA - Hotels.com";s:4:"link";s:50:"http://www.hotels.com/property.jsp?property=307539";s:11:"description";s:144:"Hotels.com offers great rates at Super 8 Dublin GA in Dublin, GA with low rates guaranteed. Find Super 8 Dublin GA reviews from people like you.";s:4:"guid";s:50:"http://www.hotels.com/property.jsp?property=307539";s:7:"summary";s:144:"Hotels.com offers great rates at Super 8 Dublin GA in Dublin, GA with low rates guaranteed. Find Super 8 Dublin GA reviews from people like you.";}i:9;a:5:{s:5:"title";s:72:"Dublin, Ohio (OH) Detailed Profile - relocation, real estate, travel ...";s:4:"link";s:46:"http://www.city-data.com/city/Dublin-Ohio.html";s:11:"description";s:129:"Dublin, Ohio detailed profile ... Good and Not-So Good about Dublin (8 replies) Is Dublin full of snobby and stuck up people? ...";s:4:"guid";s:46:"http://www.city-data.com/city/Dublin-Ohio.html";s:7:"summary";s:129:"Dublin, Ohio detailed profile ... Good and Not-So Good about Dublin (8 replies) Is Dublin full of snobby and stuck up people? ...";}}s:7:"channel";a:7:{s:5:"title";s:23:"Yahoo! Search: Dublin 8";s:4:"link";s:50:"http://search.yahoo.com/search?p=Dublin+8&ei=UTF-8";s:8:"language";s:2:"en";s:11:"description";s:37:"Search results for the query Dublin 8";s:9:"copyright";s:51:"Copyright (c) 2008 Yahoo! Inc. All rights reserved.";s:13:"lastbuilddate";s:31:"Tue, 11 Nov 2008 01:43:26 -0800";s:7:"tagline";s:37:"Search results for the query Dublin 8";}s:9:"textinput";a:0:{}s:5:"image";a:5:{s:3:"url";s:62:"http://us.i1.yimg.com/us.yimg.com/i/us/nt/b/rss/rss_search.gif";s:5:"title";s:13:"Yahoo! Search";s:4:"link";s:23:"http://search.yahoo.com";s:5:"width";s:3:"142";s:6:"height";s:2:"18";}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (290, 0, 'rss_3a2642e02045efd07aa460c6b916abd0_ts', '1226396608', 'no');
+INSERT INTO `wp_options` VALUES (283, 0, 'category_children', 'a:0:{}', 'yes');
+INSERT INTO `wp_options` VALUES (258, 0, 'page_for_posts', '', 'yes');
+INSERT INTO `wp_options` VALUES (259, 0, 'kjgrc_use_cache', '1', 'yes');
+INSERT INTO `wp_options` VALUES (260, 0, 'gravatar_alt_url', '', 'yes');
+INSERT INTO `wp_options` VALUES (261, 0, 'kjgrc_options', 'a:26:{s:16:"grc_max_comments";i:5;s:21:"grc_chars_per_comment";i:120;s:18:"grc_chars_per_word";i:30;s:10:"grc_format";s:232:"<li><a href=\\"%comment_link\\" title=\\"%post_title, %post_date\\"><stong>%comment_author</strong></a> said: <em>\\"%comment_excerpt\\"</em> on <a href=\\"%post_link\\" title=\\"%post_title\\"><strong>%post_title</a>\\''s</strong> Profile</li>";s:19:"grc_grouped_by_post";i:0;s:21:"grc_grouped_by_post_a";s:208:"<li><strong><a href=\\"%post_link\\" title=\\"%post_title was posted on %post_date\\">%post_title</a>&nbsp;(<a href=\\"#\\" title=\\"There are %post_counter comments to this posting\\">%post_counter</a>)</strong><ul>";s:21:"grc_grouped_by_post_b";s:10:"</ul></li>";s:19:"grc_show_trackbacks";i:0;s:21:"grc_comments_per_post";i:5;s:27:"grc_limit_comments_per_post";i:0;s:22:"grc_exclude_blog_owner";i:0;s:23:"grc_exclude_blog_owner2";i:0;s:16:"grt_max_comments";i:5;s:21:"grt_chars_per_comment";i:120;s:18:"grt_chars_per_word";i:30;s:10:"grt_format";s:133:"<li><a href="%comment_link" title="Trackback to &quot;%post_title&quot;: %comment_excerpt">%comment_author</a>: %trackback_title</li>";s:16:"misc_exclude_cat";s:0:"";s:24:"misc_exclude_cat_reverse";i:0;s:20:"misc_convert_smileys";s:1:"0";s:13:"gravatar_size";i:20;s:16:"gravatar_alt_url";s:0:"";s:13:"grt_ignore_ip";s:0:"";s:15:"gravatar_rating";i:0;s:17:"grc_sidebar_title";s:15:"Recent Comments";s:17:"grt_sidebar_title";s:17:"Recent Trackbacks";s:7:"version";i:11;}', 'no');
+INSERT INTO `wp_options` VALUES (284, 0, 'kjgrc_cache', 'a:2:{s:8:"comments";s:1736:"CTxsaT48YSBocmVmPSJodHRwOi8vbG9jYWxob3N0Ojg4ODgvYWZyaWRleC8/cD01MSNjb21tZW50LTYiIHRpdGxlPSJHb29nbGUgRWFzdCBBZnJpY2EsIFNlcHRlbWJlciAyMSwgMjAwOCI+PHN0b25nPmFkbWluPC9zdHJvbmc+PC9hPiBzYWlkOiA8ZW0+IldoZW4gZG9lcyB0aGUgT1NYIHZlcnNpb24gb2YgQ2hyb21lIGNvbWUgb3V0PyI8L2VtPiBvbiA8YSBocmVmPSJodHRwOi8vbG9jYWxob3N0Ojg4ODgvYWZyaWRleC8/cD01MSIgdGl0bGU9Ikdvb2dsZSBFYXN0IEFmcmljYSI+PHN0cm9uZz5Hb29nbGUgRWFzdCBBZnJpY2E8L2E+J3M8L3N0cm9uZz4gUHJvZmlsZTwvbGk+Cgk8bGk+PGEgaHJlZj0iaHR0cDovL2xvY2FsaG9zdDo4ODg4L2FmcmlkZXgvP3A9NjgjY29tbWVudC01IiB0aXRsZT0iTW91bnRiYXR0ZW4gTHRkLiwgU2VwdGVtYmVyIDIxLCAyMDA4Ij48c3Rvbmc+YWRtaW48L3N0cm9uZz48L2E+IHNhaWQ6IDxlbT4iRm9yIHNvbWUgcmVhc29uIEkgY2FuJiM4MjE3O3QgYWNjZXNzIG15IHdlYnNpdGUgdG9kYXkuIERvIHlvdSBrbm93IHdoYXQuLi4iPC9lbT4gb24gPGEgaHJlZj0iaHR0cDovL2xvY2FsaG9zdDo4ODg4L2FmcmlkZXgvP3A9NjgiIHRpdGxlPSJNb3VudGJhdHRlbiBMdGQuIj48c3Ryb25nPk1vdW50YmF0dGVuIEx0ZC48L2E+J3M8L3N0cm9uZz4gUHJvZmlsZTwvbGk+Cgk8bGk+PGEgaHJlZj0iaHR0cDovL2xvY2FsaG9zdDo4ODg4L2FmcmlkZXgvP3A9NjIjY29tbWVudC00IiB0aXRsZT0iQ2FtYXJhLCBTZXB0ZW1iZXIgMjEsIDIwMDgiPjxzdG9uZz5Kb248L3N0cm9uZz48L2E+IHNhaWQ6IDxlbT4iSSByZWFsbHkgbGlrZSB3aGF0IENhbWFyYSBkb2VzLiBBZnJpY2EgbmVlZHMgbW9yZSBjb21wdXRlcnMgYW5kIHRyYWluaW5nIHBlb3BsZSB0by4uLiI8L2VtPiBvbiA8YSBocmVmPSJodHRwOi8vbG9jYWxob3N0Ojg4ODgvYWZyaWRleC8/cD02MiIgdGl0bGU9IkNhbWFyYSI+PHN0cm9uZz5DYW1hcmE8L2E+J3M8L3N0cm9uZz4gUHJvZmlsZTwvbGk+Cgk8bGk+PGEgaHJlZj0iaHR0cDovL2xvY2FsaG9zdDo4ODg4L2FmcmlkZXgvP3A9NjYjY29tbWVudC0zIiB0aXRsZT0iQXBwZnJpY2EsIFNlcHRlbWJlciAyMSwgMjAwOCI+PHN0b25nPmFkbWluPC9zdHJvbmc+PC9hPiBzYWlkOiA8ZW0+Ikxvb2tpbmcgZm9yd2FyZCB0byB5b3VyIGZ1dHVyZSBwcm9qZWN0cyEiPC9lbT4gb24gPGEgaHJlZj0iaHR0cDovL2xvY2FsaG9zdDo4ODg4L2FmcmlkZXgvP3A9NjYiIHRpdGxlPSJBcHBmcmljYSI+PHN0cm9uZz5BcHBmcmljYTwvYT4nczwvc3Ryb25nPiBQcm9maWxlPC9saT4K";s:10:"trackbacks";s:44:"PGxpPjwhLS0gbm8gY29tbWVudHMgeWV0IC0tPjwvbGk+";}', 'yes');
+INSERT INTO `wp_options` VALUES (247, 0, 'rss_a751788e99a1a0ebb555b4c2a30278e3_ts', '1226397423', 'no');
+INSERT INTO `wp_options` VALUES (248, 0, 'rss_e50608d69b31fa5c3986b59c3def4247', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:12:{s:6:"author";s:17:"\n			\n						\n					";s:11:"author_name";s:12:"Erik Hersman";s:10:"author_uri";s:27:"http://www.whiteafrican.com";s:5:"title";s:40:"Open Mobile Consortium Technical Meeting";s:4:"link";s:87:"http://blog.ushahidi.com/index.php/2008/11/10/open-mobile-consortium-technical-meeting/";s:2:"id";s:30:"http://blog.ushahidi.com/?p=84";s:7:"updated";s:20:"2008-11-10T17:38:53Z";s:9:"published";s:20:"2008-11-10T16:32:12Z";s:7:"summary";s:339:"\n(David Kobia, Director of development for Ushahidi, who is currently sitting next to me madly trying to get the French translation version of our DRC deployment going&#8230;)\nToday and tomorrow, David and I are in New York at the UNICEF offices for the first technical working group meeting of the new Open Mobile Consortium (OMC).  [...]";s:12:"atom_content";s:2787:"<p><a href="http://www.flickr.com/photos/whiteafrican/3018859519/" title="David at the Open Mobile Consortium meeting by whiteafrican, on Flickr"><img src="http://farm4.static.flickr.com/3293/3018859519_59732f5f20.jpg" width="500" height="333" alt="David at the Open Mobile Consortium meeting" /></a><br />\n(<em>David Kobia, Director of development for Ushahidi, who is currently sitting next to me madly trying to get the French translation version of our <a href="http://drc.ushahidi.com">DRC deployment</a> going&#8230;</em>)</p>\n<p>Today and tomorrow, David and I are in New York at the UNICEF offices for the first technical working group meeting of the new Open Mobile Consortium (OMC).  The OMC is a group that came about just a month ago at the MobileActive conference in Johannesburg (<a href="http://whiteafrican.com/2008/10/15/open-mobile-consortium-launches-at-mobileactive-08/">more here on that</a>).</p>\n<h3>Items we&#8217;re covering on day one:</h3>\n<ul>\n<li><em>Technology Demos</em>: Different organizations briefly describe current capabilities, limitations, and future directions.  Where are they working?  At what scale? Who are the partners?  A balance of strengths and weaknesses.</li>\n<li><em>Pattern Mining</em>: Work towards collecting proven practices from the field.</li>\n<li><em>Protocols, Capabilities, and Libraries</em>: Identify common needs and match to implementations.</li>\n</ul>\n<p>From the opening introductions, there are representatives from InSTEDD, Cell-Life, Open Rosa, Dimagi, UNICEF, Makarere Univ (Uganda), Southwest Univ (Senegal project), Univ of Southern Maine, Univ of Wash, Google Android, Inveneo and Digital Democracy.</p>\n<p><a href="http://www.flickr.com/photos/whiteafrican/3018859499/" title="Open Mobile Consortium meeting by whiteafrican, on Flickr"><img src="http://farm4.static.flickr.com/3030/3018859499_8cb0ea7299.jpg" width="500" height="333" alt="Open Mobile Consortium meeting" /></a></p>\n<h3>Thoughts</h3>\n<p>What do you do when you don&#8217;t have internet connectivity with some of these devices?  Disconnected operations.  This applies to web (Ushahidi), and mobile (JavaRosa and Android).</p>\n<p>SMS technology is not always sufficient to effectively gather information.  (lessons learned from RapidSMS in Northern Uganda outbreak of Hepatitis E)</p>\n<p>Requiring users to use a special format for SMS text messaging is a big barrier to use.  </p>\n<p>UNICEF techs have created the <a href="http://mobilehacking.org/index.php/Main_Page">Mobile Hacking wiki</a>, well worth getting into.</p>\n<p><a href="http://mobilehacking.org" title="MobileHacking.org by whiteafrican, on Flickr"><img src="http://farm4.static.flickr.com/3239/3019074055_100117b619.jpg" width="500" height="350" alt="MobileHacking.org" /></a></p>\n";s:12:"link_replies";s:193:"http://blog.ushahidi.com/index.php/2008/11/10/open-mobile-consortium-technical-meeting/#commentshttp://blog.ushahidi.com/index.php/2008/11/10/open-mobile-consortium-technical-meeting/feed/atom/";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:1;a:12:{s:6:"author";s:17:"\n			\n						\n					";s:11:"author_name";s:12:"Erik Hersman";s:10:"author_uri";s:27:"http://www.whiteafrican.com";s:5:"title";s:35:"Ushahidi Deploys to the Congo (DRC)";s:4:"link";s:80:"http://blog.ushahidi.com/index.php/2008/11/07/ushahidi-deploys-to-the-congo-drc/";s:2:"id";s:30:"http://blog.ushahidi.com/?p=82";s:7:"updated";s:20:"2008-11-07T15:39:54Z";s:9:"published";s:20:"2008-11-07T15:39:54Z";s:7:"summary";s:364:"In what is becoming typical Ushahidi fashion, we&#8217;re going into a hot zone with little warning and improve, yet only half-baked software&#8230;\nOver the last week, while the world watched the US elections (as were we), we were also watching the Democratic Republic of the Congo (DRC). Since last Wednesday we&#8217;ve been quietly scrambling towards the [...]";s:12:"atom_content";s:4375:"<p>In what is becoming typical Ushahidi fashion, we&#8217;re going into a hot zone with little warning and improve, yet only half-baked software&#8230;</p>\n<p>Over the last week, while the world watched the US elections (as were we), we were also watching the Democratic Republic of the Congo (DRC). Since last Wednesday we&#8217;ve been quietly scrambling towards the first deployment of the new Ushahidi Engine into a crisis zone.  Today, we&#8217;re announcing this instance to the world.  </p>\n<p><strong>The DRC deployment can be found at <a href="http://drc.ushahidi.com">http://DRC.ushahidi.com</a></strong>, and the mobile number to send SMS reports to is <strong>+243992592111</strong>.</p>\n<p><a href="http://drc.ushahidi.com" title="Ushahidi Deployed to the Congo (DRC) by whiteafrican, on Flickr"><img src="http://farm4.static.flickr.com/3045/3009037091_57c00634a9.jpg" width="500" height="338" alt="Ushahidi Deployed to the Congo (DRC)" /></a></p>\n<p>Note: <em>This is the <strong>alpha </strong>software for Ushahidi, so there are likely quite a few bugs and kinks that need to be worked out.  If you find any, <strong>please </strong>submit them to <a href="http://bugs.ushahidi.com">bugs.ushahidi.com</a>.</em></p>\n<h3>Help get the word out</h3>\n<p>We need to get the message to the people on the ground in the Eastern Congo that this tool is now available for them to report incidents in on.  If you have contacts there, or can help spread the word through some other means, it would be a great help if you did so - even if it&#8217;s just point them to the website or telling them about the SMS number.</p>\n<h3>Setup and lessons learned</h3>\n<p>We don&#8217;t believe in waiting for software to be perfect before a launch, so we&#8217;ve tidied it up as best we can, and are doing constant updates along the way.  This instance we&#8217;re running on our own servers for speed and ease of updates.  </p>\n<div style="text-align: left; padding: 3px;">\n<a href="http://www.flickr.com/photos/whiteafrican/3006509452/" title="photo sharing"><img src="http://farm4.static.flickr.com/3287/3006509452_f2b5864919.jpg"  alt="" /></a><br />\n<br />\n<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/whiteafrican/3006509452/">SMS Reporting Through Ushahidi</a>, originally uploaded by <a href="http://www.flickr.com/people/whiteafrican/">whiteafrican</a>.</span>\n</div>\n<p>We run what we&#8217;re calling our &#8220;tech hub&#8221;, which features a mobile phone with a DRC SIM card, tethered to a local PC running FrontlineSMS.  Whenever this computer connects to the internet, it auto syncs with Ushahidi.</p>\n<p>David Kobia worked very hard through the weekend to get the SMS functionality right.  We&#8217;re using a combination here of <a href="http://www.frontlinesms.com">FrontlineSMS </a>to receive local SMS from anyone in the DRC at <strong>+243992592111</strong>, with a completing feedback loop from the admin area to the incident submitter that goes through Clickatell.  Ken Bank&#8217;s team at FrontlineSMS has been very quick on the ball to provide us updated code samples to get everything working in time (big thanks!).</p>\n<p>At the same time, this isn&#8217;t Kenya, so none of the Ushahidi team is well positioned to manage any kind of approval or verification of reports that come into the system.  We&#8217;ve found a couple local groups that are willing to help us with this, including <a href="http://healafrica.org">HEAL Africa</a>.  Their members are helping to report incidents, as well as verify incoming reports.</p>\n<p>The categories being used in the DRC are different.  One of the new ones is &#8220;verified reports&#8221; which only come from users who are known quantities by the groups managing the Ushahidi instance.  It&#8217;s a form of more &#8220;trusted&#8221; reports.  While we&#8217;re optimistic about gathering reports from people all over the Eastern Congo, we know that there is a certain amount of disinformation that goes on.  We are actively looking at ways to neutralize false reports and encourage factual ones.</p>\n<p>We&#8217;re also working on the French translation, and we need to be proactive here in doing other major language translations <em>before </em>they&#8217;re needed.  If you&#8217;re an expert in a major global language, we&#8217;d love to hear from you.</p>\n";s:12:"link_replies";s:179:"http://blog.ushahidi.com/index.php/2008/11/07/ushahidi-deploys-to-the-congo-drc/#commentshttp://blog.ushahidi.com/index.php/2008/11/07/ushahidi-deploys-to-the-congo-drc/feed/atom/";s:3:"thr";a:1:{s:5:"total";s:2:"17";}}i:2;a:12:{s:6:"author";s:17:"\n			\n						\n					";s:11:"author_name";s:12:"Erik Hersman";s:10:"author_uri";s:27:"http://www.whiteafrican.com";s:5:"title";s:30:"SMS Reporting Through Ushahidi";s:4:"link";s:77:"http://blog.ushahidi.com/index.php/2008/11/05/sms-reporting-through-ushahidi/";s:2:"id";s:77:"http://blog.ushahidi.com/index.php/2008/11/05/sms-reporting-through-ushahidi/";s:7:"updated";s:20:"2008-11-05T22:01:32Z";s:9:"published";s:20:"2008-11-05T21:45:21Z";s:7:"summary";s:389:"\n\n\nSMS Reporting Through Ushahidi, originally uploaded by whiteafrican.\n\nThis simplified graphic was created to show how SMS messaging moves through the Ushahidi system - it&#8217;s a 2-way communication cycle.\n\nAn SMS gets sent to a local number\nIt passes through FrontlineSMS\nThis syncs with Ushahidi\nThe message shows up on Ushahidi\nAdmins can decide to send a message back to the [...]";s:12:"atom_content";s:1374:"<div style="text-align: left; padding: 3px;">\n<a href="http://www.flickr.com/photos/whiteafrican/3006509452/" title="photo sharing"><img src="http://farm4.static.flickr.com/3287/3006509452_f2b5864919.jpg"  alt="" /></a><br />\n<br />\n<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/whiteafrican/3006509452/">SMS Reporting Through Ushahidi</a>, originally uploaded by <a href="http://www.flickr.com/people/whiteafrican/">whiteafrican</a>.</span>\n</div>\n<p>This simplified graphic was created to show how SMS messaging moves through the Ushahidi system - it&#8217;s a 2-way communication cycle.</p>\n<ol>\n<li>An SMS gets sent to a local number</li>\n<li>It passes through FrontlineSMS</li>\n<li>This syncs with Ushahidi</li>\n<li>The message shows up on Ushahidi</li>\n<li>Admins can decide to send a message back to the original sender</li>\n</ol>\n<p>We use <a href="http://www.frontlinesms.com">FrontlineSMS</a> so that we can provide local numbers in areas where the larger SMS gateways don&#8217;t operate.  For instance, if you were to try to run this in Zambia, you&#8217;d probably get a UK phone number if you went through Clickatell.  However, we do use <a href="http://www.clickatell.com">Clickatell</a> for the messages that we route back to the original sender due to cost savings.  They also have a very nice, easy to use API.</p>\n";s:12:"link_replies";s:173:"http://blog.ushahidi.com/index.php/2008/11/05/sms-reporting-through-ushahidi/#commentshttp://blog.ushahidi.com/index.php/2008/11/05/sms-reporting-through-ushahidi/feed/atom/";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:3;a:13:{s:6:"author";s:17:"\n			\n						\n					";s:11:"author_name";s:12:"Erik Hersman";s:10:"author_uri";s:27:"http://www.whiteafrican.com";s:5:"title";s:38:"Ushahidi&#8217;s Community is Ushahidi";s:4:"link";s:78:"http://blog.ushahidi.com/index.php/2008/10/31/ushahidis-community-is-ushahidi/";s:2:"id";s:30:"http://blog.ushahidi.com/?p=80";s:7:"updated";s:20:"2008-10-31T20:14:18Z";s:9:"published";s:20:"2008-10-31T19:52:57Z";s:7:"summary";s:308:"There are times, like today, when I stand amazed at the number of people - hailing from so many different circles - that throw their support behind Ushahidi at every turn.  Today we heard that Ushahidi is a finalist in the 2009 WeMedia Gamechangers Awards.  A couple Twitter messages out to some people [...]";s:12:"atom_content";s:2845:"<p>There are times, like today, when I stand amazed at the number of people - hailing from so many different circles - that throw their support behind Ushahidi at every turn.  Today we heard that Ushahidi is a finalist in the <a href="http://gamechangers.wemedia.com/2008/10/ushahidi/">2009 WeMedia Gamechangers Awards</a>.  A couple Twitter messages out to some people we know and in about an hour there was already 25 votes and comments, leading all contenders.  Unreal!</p>\n<p>The same applies for our proposal into the <a href="http://www.netsquared.org/projects/ushahidi-v2-global-crisis-tool">USAID mobile phone challenge</a> happening on NetSquared.  We submitted the new Ushahidi push into even more mobile work, and before you knew it we were topping the charts on stars and comments.  </p>\n<p><center><img src="http://blog.ushahidi.com/wp-content/uploads/2008/10/ushahidi_community.jpg" alt="" title="The Ushahidi Community" width="400" height="349" class="alignnone size-full wp-image-81" /></center></p>\n<h3>Community is Drives Ushahidi</h3>\n<p>The takeaway from this for us is just a re-affirmation of what we already were aware of through beginning stages of building Ushahidi back in January and February in Kenya.  That is, the community support is what makes it move, sink or float.  </p>\n<blockquote><p>\nThe <strong>developers</strong> are the part of the community that donate their time and brain power to solving some fairly difficult challenges and making the platform actually work.  They are experts in everything from Java to PHP, mapping to API development.</p>\n<p>The <strong>designers</strong> make it look good, and ensure that the user experience is both simple and useful.</p>\n<p>There are <strong>content</strong> and <strong>branding experts</strong> who help us write content, and force us to refine the message and branding.</p>\n<p>Finally, there are the great number that I call our <strong>greater community of support</strong> that are fervent followers and champions of Ushahidi in their circles of influence.  They are the ones who open doors to conferences, meetings, partnerships, media and funding that we never could have done on our own.</p></blockquote>\n<p>In truth, Ushahidi does not <em>belong</em> to me, Ory, David or Juliana - it belongs to you.  In a way, we&#8217;re just the curators.  There is a reason why it&#8217;s a free and open source project&#8230;  not just the software either.  <img src=''http://blog.ushahidi.com/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<h3>To YOU, the community, we say a heartfelt &#8220;thank you&#8221;.</h3>\n<p>[Update: Just got word that a <a href="http://www.theworld.org/pod/tech/WTPpodcast216.mp3">podcast interview</a> that I did with Clark Boyd of The World/BBC is up.  My part starts about 1/3 of the way in.)</p>\n";s:14:"link_enclosure";s:50:"http://www.theworld.org/pod/tech/WTPpodcast216.mp3";s:12:"link_replies";s:175:"http://blog.ushahidi.com/index.php/2008/10/31/ushahidis-community-is-ushahidi/#commentshttp://blog.ushahidi.com/index.php/2008/10/31/ushahidis-community-is-ushahidi/feed/atom/";s:3:"thr";a:1:{s:5:"total";s:1:"1";}}i:4;a:12:{s:6:"author";s:17:"\n			\n						\n					";s:11:"author_name";s:12:"Erik Hersman";s:10:"author_uri";s:27:"http://www.whiteafrican.com";s:5:"title";s:29:"A 40-second Video on Ushahidi";s:4:"link";s:76:"http://blog.ushahidi.com/index.php/2008/10/31/a-40-second-video-on-ushahidi/";s:2:"id";s:30:"http://blog.ushahidi.com/?p=76";s:7:"updated";s:20:"2008-10-31T14:39:34Z";s:9:"published";s:20:"2008-10-31T14:39:34Z";s:7:"summary";s:291:"Ich Gichuki and Njuguna Gathere, of The Ark in Nairobi, put together this short 40-second video for Ushahidi.  We asked them to help us put this together for the Google Project 10-100 application that needed to be in by today - and they did it with very short notice, so a BIG thanks!  [...]";s:12:"atom_content";s:984:"<p>Ich Gichuki and Njuguna Gathere, of <a href="http://theark.co.ke/">The Ark</a> in Nairobi, put together this short 40-second video for Ushahidi.  We asked them to help us put this together for the <a href="http://www.project10tothe100.com/">Google Project 10-100</a> application that needed to be in by today - and they did it with very short notice, so a BIG thanks!  </p>\n<p>The questions they were trying to answer was, &#8220;<em>How can Ushahidi change the world by helping as many people as possible?</em>&#8221;</p>\n<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/vJLbVAWWPMA&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/vJLbVAWWPMA&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>\n<p>If you have any suggestions, or you want to try making your own, we&#8217;d love to see it.</p>\n";s:12:"link_replies";s:171:"http://blog.ushahidi.com/index.php/2008/10/31/a-40-second-video-on-ushahidi/#commentshttp://blog.ushahidi.com/index.php/2008/10/31/a-40-second-video-on-ushahidi/feed/atom/";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:5;a:11:{s:6:"author";s:10:"\n			\n					";s:11:"author_name";s:5:"David";s:5:"title";s:27:"Ushahidi Alpha Release v0.1";s:4:"link";s:73:"http://blog.ushahidi.com/index.php/2008/10/27/ushahidi-alpha-release-v01/";s:2:"id";s:30:"http://blog.ushahidi.com/?p=78";s:7:"updated";s:20:"2008-10-27T19:51:37Z";s:9:"published";s:20:"2008-10-27T15:54:39Z";s:7:"summary";s:324:"The Ushahidi community is excited to announce the alpha release of the Ushahidi engine, that our developers have been hard atÂ  work on these last few months. The release is a basis for the integration of powerful new technologies that will be included in Ushahidi v1. As this is a development-release, we do not claim [...]";s:12:"atom_content";s:2475:"<p>The Ushahidi community is excited to announce the <a title="Ushahidi Alpha Release" href="http://demo.ushahidi.com" target="_blank"><strong>alpha release</strong></a> of the Ushahidi engine, that our developers have been hard atÂ  work on these last few months. The release is a basis for the integration of powerful new technologies that will be included in Ushahidi v1. As this is a development-release, we do not claim it to be perfect, and includes the following features:</p>\n<ul>\n<li>Creating new crisis reports tagged by location</li>\n<li>Adding images, video and news links to reports also tagged by location</li>\n<li>Visualizing reports using an interactive timeline and heatmaps</li>\n<li>Allowing users to participate by adding information to reported events</li>\n<li>Credibility/Ranking of reports</li>\n<li>Subscribe to alerts via email or sms that alert you to reports within the proximity of a specific location</li>\n</ul>\n<div><a title="Ushahidi Alpha Release" href="http://demo.ushahidi.com" target="_blank"><img class="aligncenter" src="http://blog.ushahidi.com/wp-content/uploads/2008/10/ushahidi_alpha.jpg" alt="Ushahidi Alpha" border="0" /></a><br />&nbsp;</div>\n<p>Mobile-based reporting will soon be introduced into the beta version of the platform along with several other useful features that we could not squeeze into the alpha release timeframe. There&#8217;s still plenty to do before the Ushahidi engine is ready for general releaseÂ  but everything is going well and weâre extremely excited about it - so stay tuned!</p>\n<p>In the demo, linked above, you will find data processed from the original Kenya install of Ushahidi.  The original version of ushahidi is found at <a href="http://legacy.ushahidi.com">Legacy.Ushahidi.com</a>.</p>\n<p>The admin area looks a little different, below is a look at the dashboard. We&#8217;ll be opening up a full demo area for anyone to play with the backend of the system soon.  </p>\n<p><a href=''http://blog.ushahidi.com/wp-content/uploads/2008/10/ushahidiengine-dashboard.png''><img src="http://blog.ushahidi.com/wp-content/uploads/2008/10/ushahidiengine-dashboard-285x300.png" alt="" title="Admin Dashboard for Ushahidi" width="285" height="300" class="alignnone size-medium wp-image-79" /></a> </p>\n<p>If you&#8217;d like to get involved, head on over to the <a href="http://wiki.ushahididev.com/doku.php">Ushahidi dev wiki</a>, then get in <a href="http://ushahidi.com/contact">contact</a> with us.</p>\n";s:12:"link_replies";s:165:"http://blog.ushahidi.com/index.php/2008/10/27/ushahidi-alpha-release-v01/#commentshttp://blog.ushahidi.com/index.php/2008/10/27/ushahidi-alpha-release-v01/feed/atom/";s:3:"thr";a:1:{s:5:"total";s:1:"8";}}i:6;a:12:{s:6:"author";s:17:"\n			\n						\n					";s:11:"author_name";s:12:"Erik Hersman";s:10:"author_uri";s:27:"http://www.whiteafrican.com";s:5:"title";s:38:"An Empirical Study Using Ushahidi Data";s:4:"link";s:85:"http://blog.ushahidi.com/index.php/2008/10/23/an-empirical-study-using-ushahidi-data/";s:2:"id";s:30:"http://blog.ushahidi.com/?p=77";s:7:"updated";s:20:"2008-10-23T11:57:12Z";s:9:"published";s:20:"2008-10-23T11:57:12Z";s:7:"summary";s:360:"An event data analysis study of the post-election violence in Kenya earlier this year was just completed by the Harvard Humanitarian Initiative.  They compared mainstream news media, with citizen journalism and Ushahidi data.  Below is the time-lapsed video of that data overlaying a map:\n\nRead about the methodology and find the report here.\nYellow icon [...]";s:12:"atom_content";s:1069:"<p>An event data analysis study of the post-election violence in Kenya earlier this year was just completed by the Harvard Humanitarian Initiative.  They compared mainstream news media, with citizen journalism and Ushahidi data.  Below is the time-lapsed video of that data overlaying a map:</p>\n<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/aBiCK-ybYpw&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/aBiCK-ybYpw&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>\n<p>Read about the <a href="http://irevolution.wordpress.com/2008/10/23/mapping-kenyas-election-violence/">methodology and find the report</a> here.</p>\n<p>Yellow icon = <strong>mainstream news</strong> reports;<br />\nBlue icon = <strong>citizen journalism</strong> blogs;<br />\nGreen icon = <strong>Ushahidi</strong> reports.</p>\n";s:12:"link_replies";s:189:"http://blog.ushahidi.com/index.php/2008/10/23/an-empirical-study-using-ushahidi-data/#commentshttp://blog.ushahidi.com/index.php/2008/10/23/an-empirical-study-using-ushahidi-data/feed/atom/";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:7;a:12:{s:6:"author";s:17:"\n			\n						\n					";s:11:"author_name";s:7:"juliana";s:10:"author_uri";s:30:"http://www.afromusing.com/blog";s:5:"title";s:23:"Ushahidi Blog on AllTop";s:4:"link";s:70:"http://blog.ushahidi.com/index.php/2008/10/20/ushahidi-blog-on-alltop/";s:2:"id";s:30:"http://blog.ushahidi.com/?p=75";s:7:"updated";s:20:"2008-10-20T15:31:12Z";s:9:"published";s:20:"2008-10-20T15:31:10Z";s:7:"summary";s:273:"Ushahidi is honored that our blog is now part of the Human Rights section of Alltop aggregator. If you check out the other interesting sites that bring you current information about Human rights and crisis information, you will see why this is sort of a big deal for us. \n\n";s:12:"atom_content";s:481:"<p>Ushahidi is honored that our blog is now part of the <a href="http://humanrights.alltop.com/">Human Rights section of Alltop aggregator</a>. If you check out the other interesting sites that bring you current information about Human rights and crisis information, you will see why this is sort of a big deal for us. </p>\n<p><a href="http://alltop.com/"><img src="http://badges.alltop.com/images/f_alltop_250x250.jpg" width="250" height="250" alt="Featured in Alltop" /></a></p>\n";s:12:"link_replies";s:159:"http://blog.ushahidi.com/index.php/2008/10/20/ushahidi-blog-on-alltop/#commentshttp://blog.ushahidi.com/index.php/2008/10/20/ushahidi-blog-on-alltop/feed/atom/";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:8;a:12:{s:6:"author";s:17:"\n			\n						\n					";s:11:"author_name";s:12:"Erik Hersman";s:10:"author_uri";s:27:"http://www.whiteafrican.com";s:5:"title";s:37:"Thinking About Ushahidi&#8217;s Brand";s:4:"link";s:77:"http://blog.ushahidi.com/index.php/2008/10/19/thinking-about-ushahidis-brand/";s:2:"id";s:30:"http://blog.ushahidi.com/?p=74";s:7:"updated";s:20:"2008-10-19T21:47:14Z";s:9:"published";s:20:"2008-10-19T21:47:14Z";s:7:"summary";s:345:"Cheryl Heller, from Heller Communication Design, is spending the morning with us at the Pop!Tech Fellows program.  We&#8217;re getting a crash course in branding and, &#8220;creating a brand promise&#8221;.  Branding is more than a pretty logo or a nice website, it&#8217;s everything that you say, do or are perceived as.  It&#8217;s what [...]";s:12:"atom_content";s:3838:"<p>Cheryl Heller, from <a href="http://www.hellercd.com/">Heller Communication Design</a>, is spending the morning with us at the Pop!Tech Fellows program.  We&#8217;re getting a crash course in branding and, &#8220;creating a brand promise&#8221;.  Branding is more than a pretty logo or a nice website, it&#8217;s everything that you say, do or are perceived as.  It&#8217;s what makes up the organization and it&#8217;s what people understand of you.</p>\n<p><a href="http://www.flickr.com/photos/whiteafrican/2954112401/" title="Cheryl Heller and Heather Fleming talking about &quot;Brand Promises&quot; by whiteafrican, on Flickr"><img src="http://farm4.static.flickr.com/3156/2954112401_c40cde66fb.jpg" width="500" height="333" alt="Cheryl Heller and Heather Fleming talking about &quot;Brand Promises&quot;" /></a></p>\n<p>I try to pay attention to the <a href="http://www.ushahidi.com">Ushahidi</a> brand, but I got a rude awakening as Cheryl asked us to each stand up and give an elevator pitch on our organization.  Embarrassingly, I had to stand up and stutter through some half-baked pitch on Ushahidi.  Needless to say, I&#8217;m already working hard at getting this whole brand a lot tighter - all the more important as we have a growing community that needs to easily speak about the brand as well.</p>\n<h3>Brand Promise</h3>\n<p>It&#8217;s what you promise to deliver.  It&#8217;s not your mission, vision and values.  It is the commitment that the business makes to each of the people who interact with it. It works two-ways - they first capture what is unique and valuable about an organization, and then inform the actions necessary to make it true. An Example:</p>\n<blockquote><p>&#8220;Ladies and gentlemen serving ladies and gentlemen.&#8221;<br />\n- Ritz-Carleton Hotels</p></blockquote>\n<p><a href="http://www.flickr.com/photos/riggenransom/2954035839/"><img src="http://farm4.static.flickr.com/3213/2954035839_3ec84878d5.jpg" alt="Erik working on branding at Pop!Tech" /></a></p>\n<h3>Ushahidi&#8217;s Elevator Pitch and Brand Promise</h3>\n<p>I was paired with Heather Fleming, of <a href="http://www.catapultdesign.org">Catapult Design</a>, to help each other figure out our brand promise.  Cheryl came by to help us boil down some of these thoughts and channel them towards what it should really be.</p>\n<p>When I boiled down the <strong>Ushahidi elevator pitch</strong>  (and I&#8217;m still working on it), I came up with this:</p>\n<blockquote><p>In a crisis or disaster, ordinary people have deeper insight into what&#8217;s going on around them than either the government or the news media.  When you gather that information in aggregate, you start to see the bigger picture much more clearly.  </p>\n<p>Ushahidi is a platform that allows you to crowdsource crisis information by SMS, email and the web.  We believe that gathering that information is key to saving lives and speeding recovery during an emergency.  </p>\n<p>It&#8217;s free and open source software, which means that anyone, anywhere in the world can use this platform.</p></blockquote>\n<p>After much iteration, and something I&#8217;m still working on, is the following for <strong>Ushahidi&#8217;s brand promise</strong>:</p>\n<blockquote><p>&#8220;We open a window to the world. Making the invisible visible by providing simple tools, used by ordinary people in extraordinary times so that others can act on it.&#8221;</p></blockquote>\n<h3>Takeaways</h3>\n<p>An invaluable exercise is to really learn to listen to others talk about your organization and brand.  Hearing Heather and Cheryl talk about what their perceptions of Ushahidi is was more valuable that me endlessly talking about what <em>I think</em> it is.  </p>\n<p><strong>What is Ushahidi to you?  How do you see it, and what&#8217;s the promise that you hear/see in us?</strong></p>\n";s:12:"link_replies";s:173:"http://blog.ushahidi.com/index.php/2008/10/19/thinking-about-ushahidis-brand/#commentshttp://blog.ushahidi.com/index.php/2008/10/19/thinking-about-ushahidis-brand/feed/atom/";s:3:"thr";a:1:{s:5:"total";s:1:"3";}}i:9;a:12:{s:6:"author";s:17:"\n			\n						\n					";s:11:"author_name";s:12:"Erik Hersman";s:10:"author_uri";s:27:"http://www.whiteafrican.com";s:5:"title";s:42:"Mobile Journalism Toolkit at Pop!Tech 2008";s:4:"link";s:88:"http://blog.ushahidi.com/index.php/2008/10/18/mobile-journalism-toolkit-at-poptech-2008/";s:2:"id";s:88:"http://blog.ushahidi.com/index.php/2008/10/18/mobile-journalism-toolkit-at-poptech-2008/";s:7:"updated";s:20:"2008-10-19T04:30:14Z";s:9:"published";s:20:"2008-10-19T03:48:22Z";s:7:"summary";s:357:"\n\n\nMobile Journalism Toolkit for Pop!Tech Fellows (unboxed), originally uploaded by whiteafrican.\n\n\nThis week I&#8217;m at the Pop!Tech Fellows Accelerator in Camden, Maine along with about 15 other individuals who are doing some even more amazing work in the social entrepreneur space.  Today I was floored - as a gift, the Pop!Tech team has given us [...]";s:12:"atom_content";s:2089:"<div style="text-align: left; padding: 3px;">\n<a href="http://www.flickr.com/photos/whiteafrican/2953564034/" title="photo sharing"><img src="http://farm4.static.flickr.com/3064/2953564034_3c36164167.jpg" alt="" /></a><br />\n<br />\n<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/whiteafrican/2953564034/">Mobile Journalism Toolkit for Pop!Tech Fellows (unboxed)</a>, originally uploaded by <a href="http://www.flickr.com/people/whiteafrican/">whiteafrican</a>.</span>\n</div>\n<p>\nThis week I&#8217;m at the <a href="http://poptech.com/fellows2008/">Pop!Tech Fellows Accelerator</a> in Camden, Maine along with about 15 other individuals who are doing some even more amazing work in the social entrepreneur space.  Today I was floored - as a gift, the Pop!Tech team has given us the Reuters mobile journalism toolkit.  There really isn&#8217;t a much better package for creating video, photo and text reports on the go.</p>\n<p>One of the more interesting thoughts around Ushahidi is how there is a convergence between citizen and traditional journalism taking place.  We cluster news with everyday citizen reports.  I wonder how this will look in a situation where we get even more data than in Kenya - what patterns will emerge?  Who reports things first - who is more accurate?  What about images and video?  </p>\n<p>Fortuitously, Ken Banks of <a href="http://www.frontlinesms.com">FrontlineSMS</a> was billeted with me in one of the cabins that we&#8217;re staying in for the Fellows program in Camden, Maine.  As FrontlineSMS is an important local-connection component for Ushahidi, we&#8217;ve already had some interesting conversations around the collaboration between our two platforms.  On top of that, he&#8217;s just a great (funny) guy:</p>\n<p><a href="http://www.flickr.com/photos/whiteafrican/2952523734/" title="WhiteAfrican and Kiwanja at PopTech 2008 by whiteafrican, on Flickr"><img src="http://farm4.static.flickr.com/3036/2952523734_1b1bd7cd36.jpg" width="500" height="333" alt="WhiteAfrican and Kiwanja at PopTech 2008" /></a></p>\n";s:12:"link_replies";s:195:"http://blog.ushahidi.com/index.php/2008/10/18/mobile-journalism-toolkit-at-poptech-2008/#commentshttp://blog.ushahidi.com/index.php/2008/10/18/mobile-journalism-toolkit-at-poptech-2008/feed/atom/";s:3:"thr";a:1:{s:5:"total";s:1:"1";}}}s:7:"channel";a:7:{s:5:"title";s:17:"The Ushahidi Blog";s:8:"subtitle";s:56:"Thoughts and Lessons from an African Open-Source Project";s:7:"updated";s:20:"2008-11-10T17:38:53Z";s:9:"generator";s:9:"WordPress";s:4:"link";s:24:"http://blog.ushahidi.com";s:2:"id";s:45:"http://blog.ushahidi.com/index.php/feed/atom/";s:9:"link_self";s:45:"http://blog.ushahidi.com/index.php/feed/atom/";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:4:"Atom";s:12:"feed_version";N;s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:31:"Mon, 10 Nov 2008 17:38:53 GMT\r\n";s:4:"etag";s:36:""59f756d14a3e5af12ade83d7bf7bb8a3"\r\n";}', 'no');
+INSERT INTO `wp_options` VALUES (249, 0, 'rss_e50608d69b31fa5c3986b59c3def4247_ts', '1226401020', 'no');
+INSERT INTO `wp_options` VALUES (251, 0, 'rss_3ae7a5a39ec5e992d4707c0a2c01af2b', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:7:{s:5:"title";s:29:"Yahoo! Search: AppfricaAfrica";s:4:"link";s:56:"http://search.yahoo.com/search?p=AppfricaAfrica&ei=UTF-8";s:8:"language";s:2:"en";s:11:"description";s:43:"Search results for the query AppfricaAfrica";s:9:"copyright";s:51:"Copyright (c) 2007 Yahoo! Inc. All rights reserved.";s:13:"lastbuilddate";s:31:"Mon, 22 Sep 2008 02:15:41 -0700";s:7:"tagline";s:43:"Search results for the query AppfricaAfrica";}s:9:"textinput";a:0:{}s:5:"image";a:5:{s:3:"url";s:62:"http://us.i1.yimg.com/us.yimg.com/i/us/nt/b/rss/rss_search.gif";s:5:"title";s:13:"Yahoo! Search";s:4:"link";s:23:"http://search.yahoo.com";s:5:"width";s:3:"142";s:6:"height";s:2:"18";}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
+INSERT INTO `wp_options` VALUES (252, 0, 'rss_3ae7a5a39ec5e992d4707c0a2c01af2b_ts', '1222074942', 'no');
+INSERT INTO `wp_options` VALUES (250, 0, 'kb_linker', 'a:3:{s:5:"pairs";a:1:{s:9:"wordpress";s:28:"http://wordpress.org/ _blank";}s:4:"text";s:43:"wordpress->http://wordpress.org/ _blank\r\n\r\n";s:7:"plurals";i:0;}', 'yes');
+INSERT INTO `wp_options` VALUES (257, 0, 'page_on_front', '0', 'yes');
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_postmeta`
+-- 
+
+CREATE TABLE `wp_postmeta` (
+  `meta_id` bigint(20) NOT NULL auto_increment,
+  `post_id` bigint(20) NOT NULL default '0',
+  `meta_key` varchar(255) default NULL,
+  `meta_value` longtext,
+  PRIMARY KEY  (`meta_id`),
+  KEY `post_id` (`post_id`),
+  KEY `meta_key` (`meta_key`)
+) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4602 ;
+
+-- 
+-- Dumping data for table `wp_postmeta`
+-- 
+
+INSERT INTO `wp_postmeta` VALUES (3, 2, '_edit_lock', '1222338643');
+INSERT INTO `wp_postmeta` VALUES (4, 2, '_edit_last', '1');
+INSERT INTO `wp_postmeta` VALUES (4380, 68, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (4487, 68, 'Partners1', '');
+INSERT INTO `wp_postmeta` VALUES (4485, 68, 'Subsidy1', 'EasySites');
+INSERT INTO `wp_postmeta` VALUES (4486, 68, 'Parent1', '');
+INSERT INTO `wp_postmeta` VALUES (4267, 71, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (3943, 62, 'Website1', 'http://camara.ie');
+INSERT INTO `wp_postmeta` VALUES (3944, 62, 'Blog1', '');
+INSERT INTO `wp_postmeta` VALUES (4265, 73, '_wp_attached_file', '/Applications/MAMP/htdocs/afridex/wp-content/uploads/2008/09/ushahidilogo.gif');
+INSERT INTO `wp_postmeta` VALUES (308, 13, '_wp_attached_file', '/Applications/MAMP/htdocs/afridex/wp-content/uploads/2008/09/jongos_spain_sm.jpg');
+INSERT INTO `wp_postmeta` VALUES (3732, 62, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (3731, 62, '_edit_last', '1');
+INSERT INTO `wp_postmeta` VALUES (309, 13, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:84;s:6:"height";i:85;s:14:"hwstring_small";s:22:"height=''85'' width=''84''";s:4:"file";s:80:"/Applications/MAMP/htdocs/afridex/wp-content/uploads/2008/09/jongos_spain_sm.jpg";s:10:"image_meta";a:10:{s:8:"aperture";d:4;s:6:"credit";s:0:"";s:6:"camera";s:21:"Canon PowerShot S3 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1159783402;s:9:"copyright";s:0:"";s:12:"focal_length";i:6;s:3:"iso";i:0;s:13:"shutter_speed";d:0.008000000000000000166533453693773481063544750213623046875;s:5:"title";s:0:"";}}');
+INSERT INTO `wp_postmeta` VALUES (2970, 51, '_edit_last', '1');
+INSERT INTO `wp_postmeta` VALUES (4181, 71, '_edit_lock', '1222120217');
+INSERT INTO `wp_postmeta` VALUES (4182, 71, '_edit_last', '1');
+INSERT INTO `wp_postmeta` VALUES (4183, 71, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (3942, 62, 'Sector', '');
+INSERT INTO `wp_postmeta` VALUES (3941, 62, 'Twitter1', 'CamaraUganda');
+INSERT INTO `wp_postmeta` VALUES (3618, 51, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (4044, 66, 'Country1', 'Uganda');
+INSERT INTO `wp_postmeta` VALUES (4266, 73, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:83;s:6:"height";i:74;s:14:"hwstring_small";s:22:"height=''74'' width=''83''";s:4:"file";s:77:"/Applications/MAMP/htdocs/afridex/wp-content/uploads/2008/09/ushahidilogo.gif";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}');
+INSERT INTO `wp_postmeta` VALUES (889, 24, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:136;s:14:"hwstring_small";s:23:"height=''96'' width=''105''";s:4:"file";s:78:"/Applications/MAMP/htdocs/afridex/wp-content/uploads/2008/09/appfrica_logo.png";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}');
+INSERT INTO `wp_postmeta` VALUES (4573, 71, 'Company', 'Ushahidi');
+INSERT INTO `wp_postmeta` VALUES (4574, 71, 'Firstname', 'Ory');
+INSERT INTO `wp_postmeta` VALUES (4066, 68, '_edit_lock', '1222120152');
+INSERT INTO `wp_postmeta` VALUES (888, 24, '_wp_attached_file', '/Applications/MAMP/htdocs/afridex/wp-content/uploads/2008/09/appfrica_logo.png');
+INSERT INTO `wp_postmeta` VALUES (3952, 62, 'Staff1', 'Cormac Lynch, Eoghan Crosby, Kirsty Palfreyman, Leonora Lowe');
+INSERT INTO `wp_postmeta` VALUES (3951, 62, 'Feed1', '');
+INSERT INTO `wp_postmeta` VALUES (3950, 62, 'Partners1', 'Irish Aid, Social Entrepreneurs Ireland, Vodafone Ireland Foundation, Volunteering Ireland');
+INSERT INTO `wp_postmeta` VALUES (2971, 51, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (3052, 51, 'Address_Line_2', 'Westlands');
+INSERT INTO `wp_postmeta` VALUES (3051, 51, 'Address_Line_1', 'P.O. Box 66217-00800');
+INSERT INTO `wp_postmeta` VALUES (4599, 71, 'Staff1', 'David Kobia, Ory Okolloh, Erik Hersman, Juliana Rotich');
+INSERT INTO `wp_postmeta` VALUES (4067, 68, '_edit_last', '1');
+INSERT INTO `wp_postmeta` VALUES (4045, 66, 'Title1', 'Director');
+INSERT INTO `wp_postmeta` VALUES (4488, 68, 'Feed1', '');
+INSERT INTO `wp_postmeta` VALUES (4601, 2, '_wp_page_template', 'static.php');
+INSERT INTO `wp_postmeta` VALUES (4594, 71, 'Donor1', '');
+INSERT INTO `wp_postmeta` VALUES (4595, 71, 'Subsidy1', '');
+INSERT INTO `wp_postmeta` VALUES (4596, 71, 'Parent1', '');
+INSERT INTO `wp_postmeta` VALUES (4468, 68, 'City1', 'Kampala');
+INSERT INTO `wp_postmeta` VALUES (4489, 68, 'Staff1', '');
+INSERT INTO `wp_postmeta` VALUES (3616, 59, '_wp_attached_file', '/Applications/MAMP/htdocs/afridex/wp-content/uploads/2008/09/logo_150x55.gif');
+INSERT INTO `wp_postmeta` VALUES (3073, 51, 'related_posts', 'a:2:{s:4:"time";i:1222336164;s:13:"related_posts";s:154:"<h3>Related Entries</h3><ul class="related_post"><li><a href="http://localhost:8888/afridex/?p=68" title="Mountbatten Ltd.">Mountbatten Ltd.</a></li></ul>";}');
+INSERT INTO `wp_postmeta` VALUES (4597, 71, 'Partners1', 'Humanity United, FrontlineSMS, Harvard Humanitarian Initiative, Peace Caravan, Crisis Mappers Group, Covington &amp; Burling Law Firm');
+INSERT INTO `wp_postmeta` VALUES (4484, 68, 'Donor1', '');
+INSERT INTO `wp_postmeta` VALUES (4046, 66, 'Email1', 'j.gosier@appfrica.org');
+INSERT INTO `wp_postmeta` VALUES (1696, 0, 'related_posts', 'a:2:{s:4:"time";i:1221759985;s:13:"related_posts";N;}');
+INSERT INTO `wp_postmeta` VALUES (4598, 71, 'Feed1', 'http://blog.ushahidi.com/index.php/feed/atom/');
+INSERT INTO `wp_postmeta` VALUES (4378, 76, '_wp_attached_file', '/Applications/MAMP/htdocs/afridex/wp-content/uploads/2008/09/picture-1.png');
+INSERT INTO `wp_postmeta` VALUES (4055, 66, 'Website1', 'http://appfrica.org');
+INSERT INTO `wp_postmeta` VALUES (3945, 62, 'Origin1', 'Ireland');
+INSERT INTO `wp_postmeta` VALUES (4178, 68, 'related_posts', 'a:2:{s:4:"time";i:1224032329;s:13:"related_posts";s:158:"<h3>Related Entries</h3><ul class="related_post"><li><a href="http://localhost:8888/afridex/?p=51" title="Google East Africa">Google East Africa</a></li></ul>";}');
+INSERT INTO `wp_postmeta` VALUES (3935, 62, 'Office1', '+256.773146997');
+INSERT INTO `wp_postmeta` VALUES (3936, 62, 'Mobile1', '');
+INSERT INTO `wp_postmeta` VALUES (3937, 62, 'Fax1', '');
+INSERT INTO `wp_postmeta` VALUES (3938, 62, 'Hcard1', '');
+INSERT INTO `wp_postmeta` VALUES (3939, 62, 'Image', 'http://localhost:8888/afridex/wp-content/uploads/2008/09/logo_yellowstone.gif');
+INSERT INTO `wp_postmeta` VALUES (3940, 62, 'Skype1', '');
+INSERT INTO `wp_postmeta` VALUES (4483, 68, 'Operations1', 'Uganda, Netherlands');
+INSERT INTO `wp_postmeta` VALUES (4482, 68, 'Origin1', 'Netherlands');
+INSERT INTO `wp_postmeta` VALUES (4480, 68, 'Website1', 'http://mountbatten.net');
+INSERT INTO `wp_postmeta` VALUES (4481, 68, 'Blog1', '');
+INSERT INTO `wp_postmeta` VALUES (4479, 68, 'Sector', 'Private');
+INSERT INTO `wp_postmeta` VALUES (4478, 68, 'Twitter1', '');
+INSERT INTO `wp_postmeta` VALUES (3946, 62, 'Operations1', 'Uganda, Kenya, Tanzania, South Africa, Ethiopia, Rwanda, Zambia');
+INSERT INTO `wp_postmeta` VALUES (3947, 62, 'Donor1', '');
+INSERT INTO `wp_postmeta` VALUES (3948, 62, 'Subsidy1', '');
+INSERT INTO `wp_postmeta` VALUES (3949, 62, 'Parent1', '');
+INSERT INTO `wp_postmeta` VALUES (4054, 66, 'Sector', 'Private');
+INSERT INTO `wp_postmeta` VALUES (4053, 66, 'Twitter1', 'appfrica');
+INSERT INTO `wp_postmeta` VALUES (2528, 46, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:90;s:6:"height";i:72;s:14:"hwstring_small";s:22:"height=''72'' width=''90''";s:4:"file";s:81:"/Applications/MAMP/htdocs/afridex/wp-content/uploads/2008/09/logo_yellowstone.gif";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}');
+INSERT INTO `wp_postmeta` VALUES (3930, 62, 'Address2', '10-13 Thomas Street');
+INSERT INTO `wp_postmeta` VALUES (3931, 62, 'City1', 'Dublin 8');
+INSERT INTO `wp_postmeta` VALUES (3932, 62, 'Country1', 'Ireland');
+INSERT INTO `wp_postmeta` VALUES (3933, 62, 'Title1', 'Country Coordinator');
+INSERT INTO `wp_postmeta` VALUES (3934, 62, 'Email1', 'trisha@camara.ie');
+INSERT INTO `wp_postmeta` VALUES (2527, 46, '_wp_attached_file', '/Applications/MAMP/htdocs/afridex/wp-content/uploads/2008/09/logo_yellowstone.gif');
+INSERT INTO `wp_postmeta` VALUES (4050, 66, 'Hcard1', 'http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33');
+INSERT INTO `wp_postmeta` VALUES (4049, 66, 'Fax1', '');
+INSERT INTO `wp_postmeta` VALUES (4048, 66, 'Mobile1', '');
+INSERT INTO `wp_postmeta` VALUES (4047, 66, 'Office1', '+256.773806071');
+INSERT INTO `wp_postmeta` VALUES (4068, 68, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (4038, 66, 'Company', 'Appfrica');
+INSERT INTO `wp_postmeta` VALUES (4039, 66, 'Firstname', 'Jonathan');
+INSERT INTO `wp_postmeta` VALUES (4040, 66, 'Surname', 'Gosier');
+INSERT INTO `wp_postmeta` VALUES (4466, 68, 'Address1', '');
+INSERT INTO `wp_postmeta` VALUES (4467, 68, 'Address2', '');
+INSERT INTO `wp_postmeta` VALUES (4464, 68, 'Firstname', 'Reinier');
+INSERT INTO `wp_postmeta` VALUES (4465, 68, 'Surname', 'Battenberg');
+INSERT INTO `wp_postmeta` VALUES (4463, 68, 'Company', 'Mountbatten Ltd.');
+INSERT INTO `wp_postmeta` VALUES (4043, 66, 'City1', 'Kampala');
+INSERT INTO `wp_postmeta` VALUES (4042, 66, 'Address2', '');
+INSERT INTO `wp_postmeta` VALUES (3843, 62, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (3842, 62, 'related_posts', 'a:2:{s:4:"time";i:1226396802;s:13:"related_posts";s:81:"<h3>Related Entries</h3><ul class="related_post"><li>No Related Entries</li></ul>";}');
+INSERT INTO `wp_postmeta` VALUES (4065, 66, 'related_posts', 'a:2:{s:4:"time";i:1226396937;s:13:"related_posts";s:81:"<h3>Related Entries</h3><ul class="related_post"><li>No Related Entries</li></ul>";}');
+INSERT INTO `wp_postmeta` VALUES (2969, 51, '_edit_lock', '1222003286');
+INSERT INTO `wp_postmeta` VALUES (4041, 66, 'Address1', 'P.O. Box 1420');
+INSERT INTO `wp_postmeta` VALUES (3286, 51, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (3176, 51, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (3074, 51, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (4051, 66, 'Image', 'http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png');
+INSERT INTO `wp_postmeta` VALUES (4052, 66, 'Skype1', 'j.gosier');
+INSERT INTO `wp_postmeta` VALUES (3926, 62, 'Company', 'Camara');
+INSERT INTO `wp_postmeta` VALUES (3927, 62, 'Firstname', 'Trisha');
+INSERT INTO `wp_postmeta` VALUES (3928, 62, 'Surname', 'Olsson');
+INSERT INTO `wp_postmeta` VALUES (3929, 62, 'Address1', 'The Digital Hub');
+INSERT INTO `wp_postmeta` VALUES (3617, 59, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:61;s:6:"height";i:55;s:14:"hwstring_small";s:22:"height=''55'' width=''61''";s:4:"file";s:76:"/Applications/MAMP/htdocs/afridex/wp-content/uploads/2008/09/logo_150x55.gif";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}');
+INSERT INTO `wp_postmeta` VALUES (4056, 66, 'Blog1', 'http://appfrica.net/blog/');
+INSERT INTO `wp_postmeta` VALUES (3723, 51, 'Subsidy1', '');
+INSERT INTO `wp_postmeta` VALUES (3722, 51, 'Donor1', '');
+INSERT INTO `wp_postmeta` VALUES (3720, 51, 'Origin1', 'United States');
+INSERT INTO `wp_postmeta` VALUES (3721, 51, 'Operations1', 'Kenya, Uganda, South Africa, Rwanda');
+INSERT INTO `wp_postmeta` VALUES (3719, 51, 'Blog1', 'http://google-africa.blogspot.com/');
+INSERT INTO `wp_postmeta` VALUES (3718, 51, 'Website1', 'http://google.com');
+INSERT INTO `wp_postmeta` VALUES (3717, 51, 'Sector', 'Private');
+INSERT INTO `wp_postmeta` VALUES (3716, 51, 'Twitter1', 'google');
+INSERT INTO `wp_postmeta` VALUES (3715, 51, 'Skype1', '');
+INSERT INTO `wp_postmeta` VALUES (3714, 51, 'Image', 'http://localhost:8888/afridex/wp-content/uploads/2008/09/logo_150x55.gif');
+INSERT INTO `wp_postmeta` VALUES (3713, 51, 'Hcard1', '');
+INSERT INTO `wp_postmeta` VALUES (3712, 51, 'Fax1', '+254.203601100');
+INSERT INTO `wp_postmeta` VALUES (3725, 51, 'Partners1', 'Google.org');
+INSERT INTO `wp_postmeta` VALUES (3724, 51, 'Parent1', 'Google');
+INSERT INTO `wp_postmeta` VALUES (3396, 51, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (3730, 62, '_edit_lock', '1222005753');
+INSERT INTO `wp_postmeta` VALUES (3727, 51, 'Staff1', '');
+INSERT INTO `wp_postmeta` VALUES (3726, 51, 'Feed1', 'http://google-africa.blogspot.com/feeds/posts/default');
+INSERT INTO `wp_postmeta` VALUES (3506, 51, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (3711, 51, 'Mobile1', '+254.722522135');
+INSERT INTO `wp_postmeta` VALUES (3710, 51, 'Office1', '+254.203601000');
+INSERT INTO `wp_postmeta` VALUES (3709, 51, 'Email1', 'jmucheru@google.com');
+INSERT INTO `wp_postmeta` VALUES (3707, 51, 'Country1', 'Kenya');
+INSERT INTO `wp_postmeta` VALUES (3708, 51, 'Title1', 'Office Lead');
+INSERT INTO `wp_postmeta` VALUES (3706, 51, 'City1', 'Nairobi');
+INSERT INTO `wp_postmeta` VALUES (3705, 51, 'Address2', 'Westlands');
+INSERT INTO `wp_postmeta` VALUES (3702, 51, 'Firstname', 'Joe');
+INSERT INTO `wp_postmeta` VALUES (3703, 51, 'Surname', 'Mucheru');
+INSERT INTO `wp_postmeta` VALUES (3704, 51, 'Address1', 'P.O. Box 66217-00800');
+INSERT INTO `wp_postmeta` VALUES (3701, 51, 'Company', 'Google East Africa');
+INSERT INTO `wp_postmeta` VALUES (3953, 66, '_edit_lock', '1222006072');
+INSERT INTO `wp_postmeta` VALUES (3954, 66, '_edit_last', '1');
+INSERT INTO `wp_postmeta` VALUES (3955, 66, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (4057, 66, 'Origin1', 'United States');
+INSERT INTO `wp_postmeta` VALUES (4058, 66, 'Operations1', 'Uganda');
+INSERT INTO `wp_postmeta` VALUES (4059, 66, 'Donor1', '');
+INSERT INTO `wp_postmeta` VALUES (4060, 66, 'Subsidy1', 'Afridex');
+INSERT INTO `wp_postmeta` VALUES (4061, 66, 'Parent1', '');
+INSERT INTO `wp_postmeta` VALUES (4062, 66, 'Partners1', '');
+INSERT INTO `wp_postmeta` VALUES (4063, 66, 'Feed1', 'http://feeds.feedburner.com/Appfrica');
+INSERT INTO `wp_postmeta` VALUES (4064, 66, 'Staff1', '');
+INSERT INTO `wp_postmeta` VALUES (4379, 76, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:129;s:6:"height";i:110;s:14:"hwstring_small";s:23:"height=''96'' width=''112''";s:4:"file";s:74:"/Applications/MAMP/htdocs/afridex/wp-content/uploads/2008/09/picture-1.png";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}');
+INSERT INTO `wp_postmeta` VALUES (4575, 71, 'Surname', 'Okolloh');
+INSERT INTO `wp_postmeta` VALUES (4576, 71, 'Address1', '');
+INSERT INTO `wp_postmeta` VALUES (4577, 71, 'Address2', '');
+INSERT INTO `wp_postmeta` VALUES (4578, 71, 'City1', 'Nairobi');
+INSERT INTO `wp_postmeta` VALUES (4579, 71, 'Country1', 'Kenya');
+INSERT INTO `wp_postmeta` VALUES (4580, 71, 'Title1', 'Executive Director');
+INSERT INTO `wp_postmeta` VALUES (4581, 71, 'Email1', '');
+INSERT INTO `wp_postmeta` VALUES (4582, 71, 'Office1', '');
+INSERT INTO `wp_postmeta` VALUES (4583, 71, 'Mobile1', '');
+INSERT INTO `wp_postmeta` VALUES (4584, 71, 'Fax1', '');
+INSERT INTO `wp_postmeta` VALUES (4585, 71, 'Hcard1', '');
+INSERT INTO `wp_postmeta` VALUES (4586, 71, 'Image', 'http://localhost:8888/afridex/wp-content/uploads/2008/09/ushahidilogo.gif');
+INSERT INTO `wp_postmeta` VALUES (4377, 71, 'related_posts', 'a:2:{s:4:"time";i:1226400979;s:13:"related_posts";s:81:"<h3>Related Entries</h3><ul class="related_post"><li>No Related Entries</li></ul>";}');
+INSERT INTO `wp_postmeta` VALUES (4477, 68, 'Skype1', 'reinierbattenberg');
+INSERT INTO `wp_postmeta` VALUES (4475, 68, 'Hcard1', '');
+INSERT INTO `wp_postmeta` VALUES (4476, 68, 'Image', 'http://localhost:8888/afridex/wp-content/uploads/2008/09/picture-1.png');
+INSERT INTO `wp_postmeta` VALUES (4474, 68, 'Fax1', '');
+INSERT INTO `wp_postmeta` VALUES (4473, 68, 'Mobile1', '');
+INSERT INTO `wp_postmeta` VALUES (4472, 68, 'Office1', '+256.782801749');
+INSERT INTO `wp_postmeta` VALUES (4471, 68, 'Email1', 'reinier.battenberg@mountbatten.net');
+INSERT INTO `wp_postmeta` VALUES (4469, 68, 'Country1', 'Uganda');
+INSERT INTO `wp_postmeta` VALUES (4470, 68, 'Title1', 'Director');
+INSERT INTO `wp_postmeta` VALUES (4490, 71, '_rc_cwp_write_panel_id', '2');
+INSERT INTO `wp_postmeta` VALUES (4593, 71, 'Operations1', 'Kenya, South Africa');
+INSERT INTO `wp_postmeta` VALUES (4592, 71, 'Origin1', 'Kenya');
+INSERT INTO `wp_postmeta` VALUES (4591, 71, 'Blog1', 'http://blog.ushahidi.com');
+INSERT INTO `wp_postmeta` VALUES (4590, 71, 'Website1', 'http://www.ushahidi.com');
+INSERT INTO `wp_postmeta` VALUES (4589, 71, 'Sector', 'Private');
+INSERT INTO `wp_postmeta` VALUES (4588, 71, 'Twitter1', 'ushahidi');
+INSERT INTO `wp_postmeta` VALUES (4587, 71, 'Skype1', '');
+INSERT INTO `wp_postmeta` VALUES (4600, 24, 'related_posts', 'a:2:{s:4:"time";i:1222244658;s:13:"related_posts";s:81:"<h3>Related Entries</h3><ul class="related_post"><li>No Related Entries</li></ul>";}');
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_posts`
+-- 
+
+CREATE TABLE `wp_posts` (
+  `ID` bigint(20) unsigned NOT NULL auto_increment,
+  `post_author` bigint(20) NOT NULL default '0',
+  `post_date` datetime NOT NULL default '0000-00-00 00:00:00',
+  `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
+  `post_content` longtext NOT NULL,
+  `post_title` text NOT NULL,
+  `post_category` int(4) NOT NULL default '0',
+  `post_excerpt` text NOT NULL,
+  `post_status` varchar(20) NOT NULL default 'publish',
+  `comment_status` varchar(20) NOT NULL default 'open',
+  `ping_status` varchar(20) NOT NULL default 'open',
+  `post_password` varchar(20) NOT NULL default '',
+  `post_name` varchar(200) NOT NULL default '',
+  `to_ping` text NOT NULL,
+  `pinged` text NOT NULL,
+  `post_modified` datetime NOT NULL default '0000-00-00 00:00:00',
+  `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
+  `post_content_filtered` text NOT NULL,
+  `post_parent` bigint(20) NOT NULL default '0',
+  `guid` varchar(255) NOT NULL default '',
+  `menu_order` int(11) NOT NULL default '0',
+  `post_type` varchar(20) NOT NULL default 'post',
+  `post_mime_type` varchar(100) NOT NULL default '',
+  `comment_count` bigint(20) NOT NULL default '0',
+  PRIMARY KEY  (`ID`),
+  KEY `post_name` (`post_name`),
+  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`)
+) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=127 ;
+
+-- 
+-- Dumping data for table `wp_posts`
+-- 
+
+INSERT INTO `wp_posts` VALUES (2, 1, '2008-09-17 05:45:00', '2008-09-17 02:45:00', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows data from the Afridex to be portable.  This information can be used as a quick citation tool for blogs, news articles, email and reports. See the <a href="#example">example</a>.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n\r\n<center><h2><div id="example">Example of Portable Afridex Data</div></h2></center>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:350px; }\r\n#afridex img { border:3px solid #333; }\r\n#afridex h1 { font-size:1.35em; font-weight:strong; }\r\n#afridex a { color:#71000; }\r\n#afridex a:active { color:#71000; text-decoration:underline; }\r\n#afridex p { text-align:justify; font-size:75%; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1><sup><a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a></sup><br />\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a><br />\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a><br />\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n<p>Appfrica.org facilitates, mentors and incubates entrepreneurs in software in East Africa. Their goal is to offer a physical space with a solid internet connection, servers, software and computers that will allow students and recent graduates a place to develop their ideas in a constructive environment outside of school.</p>\r\n\r\nInformation Provided by the <a href="http://afridex.net">Afridex</a>\r\n</div>\r\n\r\n<!-- end Afridex embed code -->\r\n	', 'About', 0, '', 'publish', 'open', 'open', '', 'about', '', '', '2008-09-25 13:11:32', '2008-09-25 10:11:32', '', 0, 'http://localhost:8888/afridex/?page_id=2', 0, 'page', '', 0);
+INSERT INTO `wp_posts` VALUES (13, 1, '2008-09-17 09:54:40', '2008-09-17 06:54:40', '', 'jongos_spain_sm', 0, '', 'inherit', 'open', 'open', '', 'jongos_spain_sm', '', '', '2008-09-17 09:54:40', '2008-09-17 06:54:40', '', 0, 'http://localhost:8888/afridex/wp-content/uploads/2008/09/jongos_spain_sm.jpg', 0, 'attachment', 'image/jpeg', 0);
+INSERT INTO `wp_posts` VALUES (68, 1, '2008-09-21 17:16:36', '2008-09-21 14:16:36', 'Mountbatten is a company that was founded in March 2005 in Uganda, serving East-Africa with working solutions in the field of organizational development.Â  It has an international network of professional consultants in ICT Information and Communication Technologies.', 'Mountbatten Ltd.', 0, '', 'publish', 'open', 'open', '', 'mountbatten-ltd-2', '', '', '2008-09-23 00:49:11', '2008-09-22 21:49:11', '', 0, 'http://localhost:8888/afridex/?p=68', 0, 'post', '', 1);
+INSERT INTO `wp_posts` VALUES (69, 1, '2008-09-21 17:14:51', '2008-09-21 14:14:51', 'Mountbatten is a company that was founded in March 2005 in Uganda, serving East-Africa with working solutions in the field of organizational development.Â  It has an international network of professional consultants in ICT Information and Communication Technologies.', 'Mountbatten Ltd.', 0, '', 'inherit', 'open', 'open', '', '68-revision', '', '', '2008-09-21 17:14:51', '2008-09-21 14:14:51', '', 68, 'http://localhost:8888/afridex/?p=69', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (67, 1, '2008-09-21 17:04:00', '2008-09-21 14:04:00', 'Appfrica.org facilitates, mentors and incubates entrepreneurs in software in East Africa. Their goal is to offer a physical space with a solid internet connection, servers, software and computers that will allow students and recent graduates a place to develop their ideas in a constructive environment outside of school.', 'Appfrica', 0, '', 'inherit', 'open', 'open', '', '66-revision', '', '', '2008-09-21 17:04:00', '2008-09-21 14:04:00', '', 66, 'http://localhost:8888/afridex/?p=67', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (84, 1, '2008-09-25 02:13:36', '2008-09-24 23:13:36', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created with the goal of making it easier to track down specific information about companies operating throughout the continet.Â  All infroamation included in the Afridex is either public knowledge or volunteered by the organization itself.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate, outdated or perhaps a company simply doesn''t want to be listed.Â  In these cases anyone can apply to moderate an entry, all changes are subject ro review by our staff before they go live and you may be asked to verify your identy if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''Persistent Search'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''Blogstream'' syndicates the ten most recent posts from a company blog.Â  ''User Notes'' allows consumer feedback and comments about a group.Â  ''Brand Watch'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-5', '', '', '2008-09-25 02:13:36', '2008-09-24 23:13:36', '', 2, 'http://localhost:8888/afridex/?p=84', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (83, 1, '2008-09-25 02:12:33', '2008-09-24 23:12:33', 'Afridex is an online aggregator of African business information data related to specific companies.Â  It was created with the goal of making it easier to track down specific information about companies operating throughout the continet.Â  All infroamation included in the Afridex is either public knowledge or volunteered by the organization itself.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate, outdated or perhaps a company simply doesn''t want to be listed.Â  In these cases anyone can apply to moderate an entry, all changes are subject ro review by our staff before they go live and you may be asked to verify your identy if acting on the behalf of a business entity.\r\n\r\nIn addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''Persistent Search'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''Blogstream'' syndicates the ten most recent posts from a company blog.Â  ''User Notes'' allows consumer feedback and comments about a group.Â  ''Brand Watch'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-4', '', '', '2008-09-25 02:12:33', '2008-09-24 23:12:33', '', 2, 'http://localhost:8888/afridex/?p=83', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (24, 1, '2008-09-17 12:51:18', '2008-09-17 09:51:18', '', 'appfrica_logo', 0, '', 'inherit', 'open', 'open', '', 'appfrica_logo', '', '', '2008-09-17 12:51:18', '2008-09-17 09:51:18', '', 0, 'http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png', 0, 'attachment', 'image/png', 0);
+INSERT INTO `wp_posts` VALUES (82, 1, '2008-09-25 02:01:29', '2008-09-24 23:01:29', 'Afridex is an online aggregator of African business information data and news.Â  It was created with the aim of making it easier to track down specific information about companies operating throughout the continet.', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-3', '', '', '2008-09-25 02:01:29', '2008-09-24 23:01:29', '', 2, 'http://localhost:8888/afridex/?p=82', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (81, 1, '2008-09-25 01:58:43', '2008-09-24 22:58:43', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-2', '', '', '2008-09-25 01:58:43', '2008-09-24 22:58:43', '', 2, 'http://localhost:8888/afridex/?p=81', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (80, 1, '2008-09-17 05:45:00', '2008-09-17 02:45:00', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision', '', '', '2008-09-17 05:45:00', '2008-09-17 02:45:00', '', 2, 'http://localhost:8888/afridex/?p=80', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (79, 1, '2008-09-25 13:10:51', '2008-09-25 10:10:51', '<center><h2>About Afridex</h2></center>\n\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\n\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \n\n<ul>\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows data from the Afridex to be portable.  This information can be used as a quick citation tool for blogs, news articles, email and reports. See the <a href="#exa">example.</li>\n</ul>\n</p>\n<p>\n<center><h2>Who Uses Afridex?</h2></center>\n<ul>\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\n</ul>\n</p>\n\n<center><h2><div id="example">Example of Portable Afridex Data</div></h2></center>\n<!-- begin Afridex embed code -->\n<style>\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:350px; }\n#afridex img { border:3px solid #333; }\n#afridex h1 { font-size:1.35em; font-weight:strong; }\n#afridex a { color:#71000; }\n#afridex a:active { color:#71000; text-decoration:underline; }\n#afridex p { text-align:justify; font-size:75%; }\n</style>\n<div id="afridex">\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\n\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1><sup><a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a></sup><br />\nURL - <a href="http://appfrica.org">http://appfrica.org</a><br />\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a><br />\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\n<p>Appfrica.org facilitates, mentors and incubates entrepreneurs in software in East Africa. Their goal is to offer a physical space with a solid internet connection, servers, software and computers that will allow students and recent graduates a place to develop their ideas in a constructive environment outside of school.</p>\n\nInformation Provided by the <a href="http://afridex.net">Afridex</a>\n</div>\n\n<!-- end Afridex embed code -->\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-autosave', '', '', '2008-09-25 13:10:51', '2008-09-25 10:10:51', '', 2, 'http://localhost:8888/afridex/?p=79', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (78, 1, '2008-09-21 17:38:41', '2008-09-21 14:38:41', 'The Ushahidi Engine is a platform that allows anyone to gather distributed data via SMS, email or web and visualize it on a map or timeline. Our goal is to create the simplest way of aggregating information from the public for use in crisis response.Â  Ushahidi is a free and open source project with developers hailing from Kenya, Ghana, South Africa, Malawi, Netherlands and the USA working on it. There are some significant technological challenges and we are always looking for help.', 'Ushahidi', 0, '', 'inherit', 'open', 'open', '', '71-revision-3', '', '', '2008-09-21 17:38:41', '2008-09-21 14:38:41', '', 71, 'http://localhost:8888/afridex/?p=78', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (77, 1, '2008-09-21 17:16:36', '2008-09-21 14:16:36', 'Mountbatten is a company that was founded in March 2005 in Uganda, serving East-Africa with working solutions in the field of organizational development.Â  It has an international network of professional consultants in ICT Information and Communication Technologies.', 'Mountbatten Ltd.', 0, '', 'inherit', 'open', 'open', '', '68-revision-2', '', '', '2008-09-21 17:16:36', '2008-09-21 14:16:36', '', 68, 'http://localhost:8888/afridex/?p=77', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (74, 1, '2008-09-21 17:38:13', '2008-09-21 14:38:13', 'The Ushahidi Engine is a platform that allows anyone to gather distributed data via SMS, email or web and visualize it on a map or timeline. Our goal is to create the simplest way of aggregating information from the public for use in crisis response.Â  Ushahidi is a free and open source project with developers hailing from Kenya, Ghana, South Africa, Malawi, Netherlands and the USA working on it. There are some significant technological challenges and we are always looking for help.', 'Ushahidi', 0, '', 'inherit', 'open', 'open', '', '71-revision-2', '', '', '2008-09-21 17:38:13', '2008-09-21 14:38:13', '', 71, 'http://localhost:8888/afridex/?p=74', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (73, 1, '2008-09-21 17:38:26', '2008-09-21 14:38:26', '', 'ushahidilogo', 0, '', 'inherit', 'open', 'open', '', 'ushahidilogo', '', '', '2008-09-21 17:38:26', '2008-09-21 14:38:26', '', 71, 'http://localhost:8888/afridex/wp-content/uploads/2008/09/ushahidilogo.gif', 0, 'attachment', 'image/gif', 0);
+INSERT INTO `wp_posts` VALUES (76, 1, '2008-09-23 00:48:46', '2008-09-22 21:48:46', '', 'picture-1', 0, '', 'inherit', 'open', 'open', '', 'picture-1', '', '', '2008-09-23 00:48:46', '2008-09-22 21:48:46', '', 68, 'http://localhost:8888/afridex/wp-content/uploads/2008/09/picture-1.png', 0, 'attachment', 'image/png', 0);
+INSERT INTO `wp_posts` VALUES (71, 1, '2008-09-21 17:38:41', '2008-09-21 14:38:41', 'The Ushahidi Engine is a platform that allows anyone to gather distributed data via SMS, email or web and visualize it on a map or timeline. Our goal is to create the simplest way of aggregating information from the public for use in crisis response.Â  Ushahidi is a free and open source project with developers hailing from Kenya, Ghana, South Africa, Malawi, Netherlands and the USA working on it. There are some significant technological challenges and we are always looking for help.', 'Ushahidi', 0, '', 'publish', 'open', 'open', '', 'ushahidi', '', '', '2008-09-23 00:50:17', '2008-09-22 21:50:17', '', 0, 'http://localhost:8888/afridex/?p=71', 0, 'post', '', 0);
+INSERT INTO `wp_posts` VALUES (72, 1, '2008-09-21 17:30:41', '2008-09-21 14:30:41', 'The Ushahidi Engine is a platform that allows anyone to gather distributed data via SMS, email or web and visualize it on a map or timeline. Our goal is to create the simplest way of aggregating information from the public for use in crisis response.Â  Ushahidi is a free and open source project with developers hailing from Kenya, Ghana, South Africa, Malawi, Netherlands and the USA working on it. There are some significant technological challenges and we are always looking for help.', 'Ushahidi', 0, '', 'inherit', 'open', 'open', '', '71-revision', '', '', '2008-09-21 17:30:41', '2008-09-21 14:30:41', '', 71, 'http://localhost:8888/afridex/?p=72', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (85, 1, '2008-09-25 02:13:56', '2008-09-24 23:13:56', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created with the goal of making it easier to track down specific information about companies operating throughout the continet.Â  All infroamation included in the Afridex is either public knowledge or volunteered by the organization itself.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate, outdated or perhaps a company simply doesn''t want to be listed.Â  In these cases anyone can apply to moderate an entry, all changes are subject ro review by our staff before they go live and you may be asked to verify your identy if acting on the behalf of a business entity.</p><br /><br />\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''Persistent Search'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''Blogstream'' syndicates the ten most recent posts from a company blog.Â  ''User Notes'' allows consumer feedback and comments about a group.Â  ''Brand Watch'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-6', '', '', '2008-09-25 02:13:56', '2008-09-24 23:13:56', '', 2, 'http://localhost:8888/afridex/?p=85', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (87, 1, '2008-09-25 02:23:25', '2008-09-24 23:23:25', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created with the goal of making it easier to track down specific information about companies operating throughout the continet.Â  All infroamation included in the Afridex is either public knowledge or volunteered by the organization itself.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate, outdated or perhaps a company simply doesn''t want to be listed.Â  In these cases anyone can apply to moderate an entry, all changes are subject ro review by our staff before they go live and you may be asked to verify your identy if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''User Notes'' allows consumer feedback and comments about a group.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-8', '', '', '2008-09-25 02:23:25', '2008-09-24 23:23:25', '', 2, 'http://localhost:8888/afridex/?p=87', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (64, 1, '2008-09-21 17:02:33', '2008-09-21 14:02:33', 'Did you know that businesses and individuals in Ireland will throw out over 1 million working computers over the next 5 years? One of the goals of Camara is to stop these computers being dumped in Irish landfill sites and send them instead to schools and colleges in Africa.Â  Africa needs 270 million additional computers to give it the same level of computer coverage that exists in Ireland today. However with an average per capita income of less than $1 per day, and millions of people starving, this region has other priorities for its money.', 'Camara', 0, '', 'inherit', 'open', 'open', '', '62-autosave', '', '', '2008-09-21 17:02:33', '2008-09-21 14:02:33', '', 62, 'http://localhost:8888/afridex/?p=64', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (65, 1, '2008-09-21 16:29:52', '2008-09-21 13:29:52', 'Did you know that businesses and individuals in Ireland will throw out over 1 million working computers over the next 5 years? One of the goals of Camara is to stop these computers being dumped in Irish landfill sites and send them instead to schools and colleges in Africa.Â  Africa needs 270 million additional computers to give it the same level of computer coverage that exists in Ireland today. However with an average per capita income of less than $1 per day, and millions of people starving, this region has other priorities for its money.', 'Camara', 0, '', 'inherit', 'open', 'open', '', '62-revision-2', '', '', '2008-09-21 16:29:52', '2008-09-21 13:29:52', '', 62, 'http://localhost:8888/afridex/?p=65', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (46, 1, '2008-09-19 16:25:49', '2008-09-19 13:25:49', '', 'logo_yellowstone', 0, '', 'inherit', 'open', 'open', '', 'logo_yellowstone', '', '', '2008-09-19 16:25:49', '2008-09-19 13:25:49', '', 0, 'http://localhost:8888/afridex/wp-content/uploads/2008/09/logo_yellowstone.gif', 0, 'attachment', 'image/gif', 0);
+INSERT INTO `wp_posts` VALUES (86, 1, '2008-09-25 02:14:09', '2008-09-24 23:14:09', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created with the goal of making it easier to track down specific information about companies operating throughout the continet.Â  All infroamation included in the Afridex is either public knowledge or volunteered by the organization itself.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate, outdated or perhaps a company simply doesn''t want to be listed.Â  In these cases anyone can apply to moderate an entry, all changes are subject ro review by our staff before they go live and you may be asked to verify your identy if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''Persistent Search'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''Blogstream'' syndicates the ten most recent posts from a company blog.Â  ''User Notes'' allows consumer feedback and comments about a group.Â  ''Brand Watch'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-7', '', '', '2008-09-25 02:14:09', '2008-09-24 23:14:09', '', 2, 'http://localhost:8888/afridex/?p=86', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (75, 1, '2008-09-21 17:39:45', '2008-09-21 14:39:45', 'The Ushahidi Engine is a platform that allows anyone to gather distributed data via SMS, email or web and visualize it on a map or timeline. Our goal is to create the simplest way of aggregating information from the public for use in crisis response.Â  Ushahidi is a free and open source project with developers hailing from Kenya, Ghana, South Africa, Malawi, Netherlands and the USA working on it. There are some significant technological challenges and we are always looking for help.', 'Ushahidi', 0, '', 'inherit', 'open', 'open', '', '71-autosave', '', '', '2008-09-21 17:39:45', '2008-09-21 14:39:45', '', 71, 'http://localhost:8888/afridex/?p=75', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (51, 1, '2008-09-21 14:23:53', '2008-09-21 11:23:53', 'Google''s aim is to democratize access to the world''s information. But clearly we (along with other companies) face significant challenges in Africa in making the Internet available to as many people as possible. How do we help the hundreds of millions of people who are illiterate? How do we make the world''s information available in African languages (about 2000 languages are spoken on this continent)? How do we support online access for people who live in rural environments without electricity? How do we make African content more widely available - not only in Africa, but around the world? How can we get more people connected, and make access faster and cheaper? These are some of the questions we''ve been asking ourselves.', 'Google East Africa', 0, '', 'publish', 'open', 'open', '', 'google-east-africa', '', '', '2008-09-21 16:17:43', '2008-09-21 13:17:43', '', 0, 'http://localhost:8888/afridex/?p=51', 0, 'post', '', 1);
+INSERT INTO `wp_posts` VALUES (52, 1, '2008-09-21 14:20:24', '2008-09-21 11:20:24', '', 'Google East Africa', 0, '', 'inherit', 'open', 'open', '', '51-revision', '', '', '2008-09-21 14:20:24', '2008-09-21 11:20:24', '', 51, 'http://localhost:8888/afridex/?p=52', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (53, 1, '2008-09-21 16:18:46', '2008-09-21 13:18:46', 'Google''s aim is to democratize access to the world''s information. But clearly we (along with other companies) face significant challenges in Africa in making the Internet available to as many people as possible. How do we help the hundreds of millions of people who are illiterate? How do we make the world''s information available in African languages (about 2000 languages are spoken on this continent)? How do we support online access for people who live in rural environments without electricity? How do we make African content more widely available - not only in Africa, but around the world? How can we get more people connected, and make access faster and cheaper? These are some of the questions we''ve been asking ourselves.', 'Google East Africa', 0, '', 'inherit', 'open', 'open', '', '51-autosave', '', '', '2008-09-21 16:18:46', '2008-09-21 13:18:46', '', 51, 'http://localhost:8888/afridex/?p=53', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (54, 1, '2008-09-21 14:23:53', '2008-09-21 11:23:53', 'Google''s aim is to democratize access to the world''s information. But clearly we (along with other companies) face significant challenges in Africa in making the Internet available to as many people as possible. How do we help the hundreds of millions of people who are illiterate? How do we make the world''s information available in African languages (about 2000 languages are spoken on this continent)? How do we support online access for people who live in rural environments without electricity? How do we make African content more widely available - not only in Africa, but around the world? How can we get more people connected, and make access faster and cheaper? These are some of the questions we''ve been asking ourselves.', 'Google East Africa', 0, '', 'inherit', 'open', 'open', '', '51-revision-2', '', '', '2008-09-21 14:23:53', '2008-09-21 11:23:53', '', 51, 'http://localhost:8888/afridex/?p=54', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (55, 1, '2008-09-21 14:44:54', '2008-09-21 11:44:54', 'Google''s aim is to democratize access to the world''s information. But clearly we (along with other companies) face significant challenges in Africa in making the Internet available to as many people as possible. How do we help the hundreds of millions of people who are illiterate? How do we make the world''s information available in African languages (about 2000 languages are spoken on this continent)? How do we support online access for people who live in rural environments without electricity? How do we make African content more widely available - not only in Africa, but around the world? How can we get more people connected, and make access faster and cheaper? These are some of the questions we''ve been asking ourselves.', 'Google East Africa', 0, '', 'inherit', 'open', 'open', '', '51-revision-3', '', '', '2008-09-21 14:44:54', '2008-09-21 11:44:54', '', 51, 'http://localhost:8888/afridex/?p=55', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (56, 1, '2008-09-21 14:54:40', '2008-09-21 11:54:40', 'Google''s aim is to democratize access to the world''s information. But clearly we (along with other companies) face significant challenges in Africa in making the Internet available to as many people as possible. How do we help the hundreds of millions of people who are illiterate? How do we make the world''s information available in African languages (about 2000 languages are spoken on this continent)? How do we support online access for people who live in rural environments without electricity? How do we make African content more widely available - not only in Africa, but around the world? How can we get more people connected, and make access faster and cheaper? These are some of the questions we''ve been asking ourselves.', 'Google East Africa', 0, '', 'inherit', 'open', 'open', '', '51-revision-4', '', '', '2008-09-21 14:54:40', '2008-09-21 11:54:40', '', 51, 'http://localhost:8888/afridex/?p=56', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (57, 1, '2008-09-21 14:56:49', '2008-09-21 11:56:49', 'Google''s aim is to democratize access to the world''s information. But clearly we (along with other companies) face significant challenges in Africa in making the Internet available to as many people as possible. How do we help the hundreds of millions of people who are illiterate? How do we make the world''s information available in African languages (about 2000 languages are spoken on this continent)? How do we support online access for people who live in rural environments without electricity? How do we make African content more widely available - not only in Africa, but around the world? How can we get more people connected, and make access faster and cheaper? These are some of the questions we''ve been asking ourselves.', 'Google East Africa', 0, '', 'inherit', 'open', 'open', '', '51-revision-5', '', '', '2008-09-21 14:56:49', '2008-09-21 11:56:49', '', 51, 'http://localhost:8888/afridex/?p=57', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (58, 1, '2008-09-21 15:22:47', '2008-09-21 12:22:47', 'Google''s aim is to democratize access to the world''s information. But clearly we (along with other companies) face significant challenges in Africa in making the Internet available to as many people as possible. How do we help the hundreds of millions of people who are illiterate? How do we make the world''s information available in African languages (about 2000 languages are spoken on this continent)? How do we support online access for people who live in rural environments without electricity? How do we make African content more widely available - not only in Africa, but around the world? How can we get more people connected, and make access faster and cheaper? These are some of the questions we''ve been asking ourselves.', 'Google East Africa', 0, '', 'inherit', 'open', 'open', '', '51-revision-6', '', '', '2008-09-21 15:22:47', '2008-09-21 12:22:47', '', 51, 'http://localhost:8888/afridex/?p=58', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (59, 1, '2008-09-21 16:17:14', '2008-09-21 13:17:14', '', 'logo_150x55', 0, '', 'inherit', 'open', 'open', '', 'logo_150x55', '', '', '2008-09-21 16:17:14', '2008-09-21 13:17:14', '', 51, 'http://localhost:8888/afridex/wp-content/uploads/2008/09/logo_150x55.gif', 0, 'attachment', 'image/gif', 0);
+INSERT INTO `wp_posts` VALUES (60, 1, '2008-09-21 15:48:38', '2008-09-21 12:48:38', 'Google''s aim is to democratize access to the world''s information. But clearly we (along with other companies) face significant challenges in Africa in making the Internet available to as many people as possible. How do we help the hundreds of millions of people who are illiterate? How do we make the world''s information available in African languages (about 2000 languages are spoken on this continent)? How do we support online access for people who live in rural environments without electricity? How do we make African content more widely available - not only in Africa, but around the world? How can we get more people connected, and make access faster and cheaper? These are some of the questions we''ve been asking ourselves.', 'Google East Africa', 0, '', 'inherit', 'open', 'open', '', '51-revision-7', '', '', '2008-09-21 15:48:38', '2008-09-21 12:48:38', '', 51, 'http://localhost:8888/afridex/?p=60', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (66, 1, '2008-09-21 17:07:52', '2008-09-21 14:07:52', 'Appfrica.org facilitates, mentors and incubates entrepreneurs in software in East Africa. Their goal is to offer a physical space with a solid internet connection, servers, software and computers that will allow students and recent graduates a place to develop their ideas in a constructive environment outside of school.', 'Appfrica', 0, '', 'publish', 'open', 'open', '', 'appfrica-2', '', '', '2008-09-21 17:07:52', '2008-09-21 14:07:52', '', 0, 'http://localhost:8888/afridex/?p=66', 0, 'post', '', 1);
+INSERT INTO `wp_posts` VALUES (62, 1, '2008-09-21 16:29:52', '2008-09-21 13:29:52', 'Did you know that businesses and individuals in Ireland will throw out over 1 million working computers over the next 5 years? One of the goals of Camara is to stop these computers being dumped in Irish landfill sites and send them instead to schools and colleges in Africa.Â  Africa needs 270 million additional computers to give it the same level of computer coverage that exists in Ireland today. However with an average per capita income of less than $1 per day, and millions of people starving, this region has other priorities for its money.', 'Camara', 0, '', 'publish', 'open', 'open', '', 'camara-2', '', '', '2008-09-21 17:01:30', '2008-09-21 14:01:30', '', 0, 'http://localhost:8888/afridex/?p=62', 0, 'post', '', 1);
+INSERT INTO `wp_posts` VALUES (63, 1, '2008-09-21 16:25:57', '2008-09-21 13:25:57', 'Did you know that businesses and individuals in Ireland will throw out over 1 million working computers over the next 5 years? One of the goals of Camara is to stop these computers being dumped in Irish landfill sites and send them instead to schools and colleges in Africa.Â  Africa needs 270 million additional computers to give it the same level of computer coverage that exists in Ireland today. However with an average per capita income of less than $1 per day, and millions of people starving, this region has other priorities for its money.', 'Camara', 0, '', 'inherit', 'open', 'open', '', '62-revision', '', '', '2008-09-21 16:25:57', '2008-09-21 13:25:57', '', 62, 'http://localhost:8888/afridex/?p=63', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (88, 1, '2008-09-25 02:28:15', '2008-09-24 23:28:15', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''User Notes'' allows consumer feedback and comments about a group.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-9', '', '', '2008-09-25 02:28:15', '2008-09-24 23:28:15', '', 2, 'http://localhost:8888/afridex/?p=88', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (89, 1, '2008-09-25 02:41:01', '2008-09-24 23:41:01', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>\r\n\r\n<p>Afridex can also be configured to work offline either as is with the most recent data, or as an internal company directory.\r\n\r\n<h3>Products</h3>\r\n\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-10', '', '', '2008-09-25 02:41:01', '2008-09-24 23:41:01', '', 2, 'http://localhost:8888/afridex/?p=89', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (100, 1, '2008-09-25 09:36:18', '2008-09-25 06:36:18', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-21', '', '', '2008-09-25 09:36:18', '2008-09-25 06:36:18', '', 2, 'http://localhost:8888/afridex/?p=100', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (90, 1, '2008-09-25 02:41:17', '2008-09-24 23:41:17', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>\r\n\r\n<p>Afridex can also be configured to work offline either as is with the most recent data, or as an internal company directory.\r\n\r\n<h2>Products</h2>\r\n\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-11', '', '', '2008-09-25 02:41:17', '2008-09-24 23:41:17', '', 2, 'http://localhost:8888/afridex/?p=90', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (91, 1, '2008-09-25 02:49:09', '2008-09-24 23:49:09', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>\r\n\r\n<p>Afridex can also be configured to work offline either as is with the most recent data, or as an internal company directory.</p>\r\n\r\n<h2>Products</h2>\r\n\r\n<p><strong><u>Afridex Offline</i></strong>\r\nAfridex can be configured to work offline.  You might be asking yourself why anyone would want a living database offline?  The answer is simple.  In Africa bandwidth can be both expensive and slow.  With the offline version you''ll periodically receive updates to the database either as a download or via post to avoid this problem.</p>\r\n\r\n<p><strong><u>Afridex <em>A La Carte</em></strong>\r\nAfridex <em>A La Carte works both on and offline and is and comes as an empty database that users can populate with their own data.  If you want to create and internal directory of clients, companies or contacts then it''s a practical solution.\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-12', '', '', '2008-09-25 02:49:09', '2008-09-24 23:49:09', '', 2, 'http://localhost:8888/afridex/?p=91', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (92, 1, '2008-09-25 02:49:32', '2008-09-24 23:49:32', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>\r\n\r\n<p>Afridex can also be configured to work offline either as is with the most recent data, or as an internal company directory.</p>\r\n\r\n<h2>Products</h2>\r\n\r\n<p><strong><u>Afridex Offline</u></strong>\r\nAfridex can be configured to work offline.  You might be asking yourself why anyone would want a living database offline?  The answer is simple.  In Africa bandwidth can be both expensive and slow.  With the offline version you''ll periodically receive updates to the database either as a download or via post to avoid this problem.</p>\r\n\r\n<p><strong><u>Afridex <em>A La Carte</em></u></strong>\r\nAfridex <em>A La Carte works both on and offline and is and comes as an empty database that users can populate with their own data.  If you want to create and internal directory of clients, companies or contacts then it''s a practical solution.\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-13', '', '', '2008-09-25 02:49:32', '2008-09-24 23:49:32', '', 2, 'http://localhost:8888/afridex/?p=92', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (93, 1, '2008-09-25 02:51:15', '2008-09-24 23:51:15', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>\r\n\r\n<p>Afridex can also be configured to work offline either as is with the most recent data, or as an internal company directory.</p>\r\n\r\n<h2>Products</h2>\r\n\r\n<p><strong><u>Afridex Offline</u></strong>\r\nAfridex can be configured to work offline.  You might be asking yourself why anyone would want a living database offline?  The answer is simple.  In Africa bandwidth can be both expensive and slow.  With the offline version you''ll periodically receive updates to the database either as a download or via post to avoid this problem.</p>\r\n\r\n<p><strong><u>Afridex <em>A la Carte</em></u></strong>\r\nAfridex <em>A La Carte</em> works both on and offline.  AAlC comes as an empty database that users can populate with their own data.  If you want to create and internal directory of clients, companies or contacts then it''s a practical solution.\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-14', '', '', '2008-09-25 02:51:15', '2008-09-24 23:51:15', '', 2, 'http://localhost:8888/afridex/?p=93', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (94, 1, '2008-09-25 02:51:50', '2008-09-24 23:51:50', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>\r\n\r\n<p>Afridex can also be configured to work offline either as is with the most recent data, or as an internal company directory.</p>\r\n\r\n<h2>Products</h2>\r\n\r\n<p><strong><u>Afridex Offline</u></strong>\r\nAfridex can be configured to work offline.  You might be asking yourself why anyone would want a living database offline?  The answer is simple.  In Africa bandwidth can be both expensive and slow.  With the offline version you''ll periodically receive updates to the database either as a download or via post to avoid this problem.</p>\r\n\r\n<p><strong><u>Afridex <em>A la Carte</em></u></strong>\r\nAfridex <em>A la Carte</em> works both on and offline.  AAlC comes as an empty database that users can populate with their own data and custom fields.  If you want to create and internal directory of clients, companies or contacts then it''s a practical solution.\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-15', '', '', '2008-09-25 02:51:50', '2008-09-24 23:51:50', '', 2, 'http://localhost:8888/afridex/?p=94', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (95, 1, '2008-09-25 02:53:27', '2008-09-24 23:53:27', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>\r\n\r\n<p>Afridex can also be configured to work offline either as is with the most recent data, or as an internal company directory.</p>\r\n\r\n<h2>Products</h2>\r\n\r\n<p><strong><u>Afridex Offline</u></strong>\r\nAfridex can be configured to work offline.  You might be asking yourself why anyone would want a living database offline?  The answer is simple.  In Africa bandwidth can be both expensive and slow.  With the offline version you''ll periodically receive updates to the database either as a download or via post to avoid this problem.</p>\r\n\r\n<p><strong><u>Afridex <em>A la Carte</em></u></strong>\r\nAfridex <em>A la Carte</em> works both on and offline.  AAlC comes as an empty database that users can populate with their own data and custom fields.  If you want to create an internal directory of clients, companies or contacts then it''s a practical solution.\r\n</p>\r\n\r\n<p><strong><u>Persistent Brand Monitoring</u></strong></p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-16', '', '', '2008-09-25 02:53:27', '2008-09-24 23:53:27', '', 2, 'http://localhost:8888/afridex/?p=95', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (96, 1, '2008-09-25 02:57:05', '2008-09-24 23:57:05', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>\r\n\r\n<p>Afridex can also be configured to work offline either as is with the most recent data, or as an internal company directory.</p>\r\n\r\n<h2>Products</h2>\r\n\r\n<p><strong><u>Afridex Offline</u></strong>\r\nAfridex can be configured to work offline.  You might be asking yourself why anyone would want a living database offline?  The answer is simple.  In Africa bandwidth can be both expensive and slow.  With the offline version you''ll periodically receive updates to the database either as a download or via post to avoid this problem. <b>[coming soon]</b></p>\r\n\r\n<p><strong><u>Afridex <em>A la Carte</em></u></strong>\r\nAfridex <em>A la Carte</em> works both on and offline.  AAlC comes as an empty database that users can populate with their own data and custom fields.  If you want to create an internal directory of clients, companies or contacts then it''s a practical solution. <b>[coming soon]</b>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-17', '', '', '2008-09-25 02:57:05', '2008-09-24 23:57:05', '', 2, 'http://localhost:8888/afridex/?p=96', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (97, 1, '2008-09-25 02:57:48', '2008-09-24 23:57:48', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>\r\n\r\n<p>Afridex can also be configured to work offline either as is with the most recent data, or as an internal company directory.</p>\r\n\r\n<h2>Products</h2>\r\n\r\n<p><strong><u>Afridex Offline</u></strong>\r\nAfridex can be configured to work offline.  You might be asking yourself why anyone would want a living database offline?  The answer is simple.  In Africa bandwidth can be both expensive and slow.  With the offline version you''ll periodically receive updates to the database either as a download or via post to avoid this problem. <b>[coming soon]</b></p>\r\n\r\n<p><strong><u>Afridex <em>A la Carte</em></u></strong>\r\nAfridex <em>A la Carte</em> works both on and offline.  AAlC comes as an empty database that users can populate with their own data and custom fields.  If you want to create an internal directory of clients, companies or contacts then it''s a practical solution. <b>[coming soon]</b>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-18', '', '', '2008-09-25 02:57:48', '2008-09-24 23:57:48', '', 2, 'http://localhost:8888/afridex/?p=97', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (99, 1, '2008-09-25 09:33:46', '2008-09-25 06:33:46', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-20', '', '', '2008-09-25 09:33:46', '2008-09-25 06:33:46', '', 2, 'http://localhost:8888/afridex/?p=99', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (98, 1, '2008-09-25 02:59:13', '2008-09-24 23:59:13', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other features.Â  ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web.Â  ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.Â  ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites.</p>\r\n\r\n<p>Afridex can also be configured to work offline either as is with the most recent data, or as an internal company directory.</p>\r\n\r\n<div id="products"><h2>Products</h2></div>\r\n\r\n<p><strong><u>Afridex Offline</u></strong>\r\nAfridex can be configured to work offline.  You might be asking yourself why anyone would want a living database offline?  The answer is simple.  In Africa bandwidth can be both expensive and slow.  With the offline version you''ll periodically receive updates to the database either as a download or via post to avoid this problem. <b>[coming soon]</b></p>\r\n\r\n<p><strong><u>Afridex <em>A la Carte</em></u></strong>\r\nAfridex <em>A la Carte</em> works both on and offline.  AAlC comes as an empty database that users can populate with their own data and custom fields.  If you want to create an internal directory of clients, companies or contacts then it''s a practical solution. <b>[coming soon]</b>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-19', '', '', '2008-09-25 02:59:13', '2008-09-24 23:59:13', '', 2, 'http://localhost:8888/afridex/?p=98', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (101, 1, '2008-09-25 09:57:12', '2008-09-25 06:57:12', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li>''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.Â  </li>\r\n	<li>''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.</li>\r\n	<li>''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  </li>\r\n	<li>''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. </li>\r\n	<li>''<strong>Embed</strong>'' allows users to export standards compliant code that will allow them to embed information related to a company in their profile.</li>\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-22', '', '', '2008-09-25 09:57:12', '2008-09-25 06:57:12', '', 2, 'http://localhost:8888/afridex/?p=101', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (102, 1, '2008-09-25 09:59:47', '2008-09-25 06:59:47', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li>- ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.Â  </li>\r\n	<li>- ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.</li>\r\n	<li>- ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  </li>\r\n	<li>- ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. </li>\r\n	<li>- ''<strong>Embed</strong>'' allows users to export standards compliant code that will allow them to embed information related to a company in their profile.</li>\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-23', '', '', '2008-09-25 09:59:47', '2008-09-25 06:59:47', '', 2, 'http://localhost:8888/afridex/?p=102', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (103, 1, '2008-09-25 10:05:11', '2008-09-25 07:05:11', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li>- ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li>- ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li>- ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li>- ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. </li>\r\n	<li>- ''<strong>Embed</strong>'' allows users to export standards compliant code that will allow them to embed information related to a company in their profile.</li>\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-24', '', '', '2008-09-25 10:05:11', '2008-09-25 07:05:11', '', 2, 'http://localhost:8888/afridex/?p=103', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (104, 1, '2008-09-25 10:06:58', '2008-09-25 07:06:58', '<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li>- ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li>- ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li>- ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li>- ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li>- ''<strong>Embed</strong>'' allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-25', '', '', '2008-09-25 10:06:58', '2008-09-25 07:06:58', '', 2, 'http://localhost:8888/afridex/?p=104', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (105, 1, '2008-09-25 10:07:44', '2008-09-25 07:07:44', '<h2><u>About Afridex</u></h2>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public knowledge or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li>- ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li>- ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li>- ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li>- ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li>- ''<strong>Embed</strong>'' allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-26', '', '', '2008-09-25 10:07:44', '2008-09-25 07:07:44', '', 2, 'http://localhost:8888/afridex/?p=105', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (106, 1, '2008-09-25 10:08:43', '2008-09-25 07:08:43', '<h2><u>About Afridex</u></h2>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li>- ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li>- ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li>- ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li>- ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li>- ''<strong>Embed</strong>'' allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-27', '', '', '2008-09-25 10:08:43', '2008-09-25 07:08:43', '', 2, 'http://localhost:8888/afridex/?p=106', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (107, 1, '2008-09-25 10:52:51', '2008-09-25 07:52:51', '<h2><u>About Afridex</u></h2>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li>- ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li>- ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li>- ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li>- ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li>- ''<strong>Embed</strong>'' allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<h2>Who Uses Afridex?</h2>\r\n<ul>\r\n	<li>News Organizations (ex. to cite company information)</li>\r\n	<li>Independent Bloggers and Journalists (ex. to embed company information on a webite)</li>\r\n	<li>Researchers (ex. to see who''s operating in a given area)</li>\r\n	<li>NGOs and Nonprofits (ex. for finding potential partner groups)</li>\r\n	<li>Government Institutions (ex. to list projects)</li>\r\n        <li>Businesses</li> (ex. as a web business card for quick referrals)\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-28', '', '', '2008-09-25 10:52:51', '2008-09-25 07:52:51', '', 2, 'http://localhost:8888/afridex/?p=107', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (108, 1, '2008-09-25 10:55:06', '2008-09-25 07:55:06', '<h2><u>About Afridex</u></h2>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li>- ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li>- ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li>- ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li>- ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li>- ''<strong>Embed</strong>'' allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<h2>Who Uses Afridex?</h2>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong></li> (ex. as a web business card for quick referrals)\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-29', '', '', '2008-09-25 10:55:06', '2008-09-25 07:55:06', '', 2, 'http://localhost:8888/afridex/?p=108', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (109, 1, '2008-09-25 10:55:35', '2008-09-25 07:55:35', '<h2><u>About Afridex</u></h2>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li>- ''<strong>Persistent Search</strong>'' queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li>- ''<strong>Blogstream</strong>'' syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li>- ''<strong>Comments</strong>'' allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li>- ''<strong>Brand Watch</strong>'' is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li>- ''<strong>Embed</strong>'' allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<h2>Who Uses Afridex?</h2>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-30', '', '', '2008-09-25 10:55:35', '2008-09-25 07:55:35', '', 2, 'http://localhost:8888/afridex/?p=109', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (110, 1, '2008-09-25 10:57:33', '2008-09-25 07:57:33', '<h2><u>About Afridex</u></h2>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<h2>Who Uses Afridex?</h2>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-31', '', '', '2008-09-25 10:57:33', '2008-09-25 07:57:33', '', 2, 'http://localhost:8888/afridex/?p=110', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (111, 1, '2008-09-25 10:58:09', '2008-09-25 07:58:09', '<h2><u>About Afridex</u></h2>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<h2>Who Uses Afridex?</h2>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-32', '', '', '2008-09-25 10:58:09', '2008-09-25 07:58:09', '', 2, 'http://localhost:8888/afridex/?p=111', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (112, 1, '2008-09-25 10:58:54', '2008-09-25 07:58:54', '<h2>About Afridex</h2>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<h2>Who Uses Afridex?</h2>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-33', '', '', '2008-09-25 10:58:54', '2008-09-25 07:58:54', '', 2, 'http://localhost:8888/afridex/?p=112', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (113, 1, '2008-09-25 10:59:32', '2008-09-25 07:59:32', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-34', '', '', '2008-09-25 10:59:32', '2008-09-25 07:59:32', '', 2, 'http://localhost:8888/afridex/?p=113', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (114, 1, '2008-09-25 12:19:59', '2008-09-25 09:19:59', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1.2em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333;}\r\n#afridex h1 {font-size:1.5em; font-weight:strong; }\r\n#afridex a {color:#71000;}\r\n#afridex a:active {color:#71000; text-decoration:underline; }\r\n</style>\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1>Appfrica</h1>\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a>\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a>\r\nhCard - <a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n\r\n<a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">Map</a>\r\n\r\n<!-- end Afridex embed code -->\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-35', '', '', '2008-09-25 12:19:59', '2008-09-25 09:19:59', '', 2, 'http://localhost:8888/afridex/?p=114', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (115, 1, '2008-09-25 12:23:51', '2008-09-25 09:23:51', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1.2em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333;}\r\n#afridex h1 {font-size:1.5em; font-weight:strong; }\r\n#afridex a {color:#71000;}\r\n#afridex a:active {color:#71000; text-decoration:underline; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1>Appfrica</h1>\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a>\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a>\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n\r\n<a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a>\r\nAfridex\r\n</div>\r\n\r\n<!-- end Afridex embed code -->\r\n	\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-36', '', '', '2008-09-25 12:23:51', '2008-09-25 09:23:51', '', 2, 'http://localhost:8888/afridex/?p=115', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (116, 1, '2008-09-25 12:27:54', '2008-09-25 09:27:54', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:200px; }\r\n#afridex h1 {font-size:1.5em; font-weight:strong; }\r\n#afridex a {color:#71000;}\r\n#afridex a:active {color:#71000; text-decoration:underline; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1>\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a>\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a>\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n\r\n<a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a>\r\nAfridex\r\n</div>\r\n\r\n<!-- end Afridex embed code -->\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-37', '', '', '2008-09-25 12:27:54', '2008-09-25 09:27:54', '', 2, 'http://localhost:8888/afridex/?p=116', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (117, 1, '2008-09-25 12:29:39', '2008-09-25 09:29:39', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:200px; }\r\n#afridex img {border:1px double #ccc; }\r\n#afridex h1 {font-size:1.5em; font-weight:strong; }\r\n#afridex a {color:#71000;}\r\n#afridex a:active {color:#71000; text-decoration:underline; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1>\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a>\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a>\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n\r\n<a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a>\r\nAfridex\r\n</div>\r\n\r\n<!-- end Afridex embed code -->\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-38', '', '', '2008-09-25 12:29:39', '2008-09-25 09:29:39', '', 2, 'http://localhost:8888/afridex/?p=117', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (118, 1, '2008-09-25 12:30:40', '2008-09-25 09:30:40', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:200px; }\r\n#afridex img { border:3px solid #333; }\r\n#afridex h1 {font-size:1.5em; font-weight:strong; }\r\n#afridex a {color:#71000;}\r\n#afridex a:active {color:#71000; text-decoration:underline; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1>\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a>\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a>\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n\r\n<a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a>\r\nAfridex\r\n</div>\r\n\r\n<!-- end Afridex embed code -->\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-39', '', '', '2008-09-25 12:30:40', '2008-09-25 09:30:40', '', 2, 'http://localhost:8888/afridex/?p=118', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (119, 1, '2008-09-25 12:31:25', '2008-09-25 09:31:25', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:200px; }\r\n#afridex img { border:3px solid #ccc; }\r\n#afridex h1 {font-size:1.5em; font-weight:strong; }\r\n#afridex a {color:#71000;}\r\n#afridex a:active {color:#71000; text-decoration:underline; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1>\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a>\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a>\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n\r\n<a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a>\r\nAfridex\r\n</div>\r\n\r\n<!-- end Afridex embed code -->\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-40', '', '', '2008-09-25 12:31:25', '2008-09-25 09:31:25', '', 2, 'http://localhost:8888/afridex/?p=119', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (120, 1, '2008-09-25 12:34:11', '2008-09-25 09:34:11', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:200px; }\r\n#afridex img { border:3px solid #333; }\r\n#afridex h1 {font-size:1.35em; font-weight:strong; }\r\n#afridex a {color:#71000;}\r\n#afridex a:active {color:#71000; text-decoration:underline; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1>\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a>\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a>\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n\r\n<a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a>\r\nInformation Provided by <a href="http://afridex.net">Afridex</a>\r\n</div>\r\n\r\n<!-- end Afridex embed code -->\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-41', '', '', '2008-09-25 12:34:11', '2008-09-25 09:34:11', '', 2, 'http://localhost:8888/afridex/?p=120', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (121, 1, '2008-09-25 12:37:52', '2008-09-25 09:37:52', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:200px; }\r\n#afridex img { border:3px solid #333; }\r\n#afridex h1 {font-size:1.35em; font-weight:strong; }\r\n#afridex a {color:#71000;}\r\n#afridex a:active {color:#71000; text-decoration:underline; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1>\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a>\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a>\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n\r\n<p>Appfrica.org facilitates, mentors and incubates entrepreneurs in software in East Africa. Their goal is to offer a physical space with a solid internet connection, servers, software and computers that will allow students and recent graduates a place to develop their ideas in a constructive environment outside of school.</p>\r\n...<a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a>\r\n\r\nInformation Provided by <a href="http://afridex.net">Afridex</a>\r\n</div>\r\n\r\n<!-- end Afridex embed code -->\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-42', '', '', '2008-09-25 12:37:52', '2008-09-25 09:37:52', '', 2, 'http://localhost:8888/afridex/?p=121', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (122, 1, '2008-09-25 12:43:45', '2008-09-25 09:43:45', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:350px; }\r\n#afridex img { border:3px solid #333; }\r\n#afridex h1 { font-size:1.35em; font-weight:strong; }\r\n#afridex a { color:#71000; }\r\n#afridex a:active { color:#71000; text-decoration:underline; }\r\n#afridex p { text-align:justify; font-size:.89em; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1><sup><a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a></sup><br />\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a><br />\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a><br />\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n\r\n<p><p>Appfrica.org facilitates, mentors and incubates entrepreneurs in software in East Africa. Their goal is to offer a physical space with a solid internet connection, servers, software and computers that will allow students and recent graduates a place to develop their ideas in a constructive environment outside of school.</p>\r\n</p>\r\n\r\nInformation Provided by the <a href="http://afridex.net">Afridex</a>\r\n</div>\r\n\r\n<!-- end Afridex embed code -->\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-43', '', '', '2008-09-25 12:43:45', '2008-09-25 09:43:45', '', 2, 'http://localhost:8888/afridex/?p=122', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (123, 1, '2008-09-25 12:45:03', '2008-09-25 09:45:03', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:350px; }\r\n#afridex img { border:3px solid #333; }\r\n#afridex h1 { font-size:1.35em; font-weight:strong; }\r\n#afridex a { color:#71000; }\r\n#afridex a:active { color:#71000; text-decoration:underline; }\r\n#afridex p { text-align:justify; font-size:80%; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1><sup><a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a></sup><br />\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a><br />\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a><br />\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n\r\n<p><p>Appfrica.org facilitates, mentors and incubates entrepreneurs in software in East Africa. Their goal is to offer a physical space with a solid internet connection, servers, software and computers that will allow students and recent graduates a place to develop their ideas in a constructive environment outside of school.</p>\r\n</p>\r\n\r\nInformation Provided by the <a href="http://afridex.net">Afridex</a>\r\n</div>\r\n\r\n<!-- end Afridex embed code -->\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-44', '', '', '2008-09-25 12:45:03', '2008-09-25 09:45:03', '', 2, 'http://localhost:8888/afridex/?p=123', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (124, 1, '2008-09-25 12:45:40', '2008-09-25 09:45:40', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:350px; }\r\n#afridex img { border:3px solid #333; }\r\n#afridex h1 { font-size:1.35em; font-weight:strong; }\r\n#afridex a { color:#71000; }\r\n#afridex a:active { color:#71000; text-decoration:underline; }\r\n#afridex p { text-align:justify; font-size:75%; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1><sup><a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a></sup><br />\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a><br />\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a><br />\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n\r\n<p><p>Appfrica.org facilitates, mentors and incubates entrepreneurs in software in East Africa. Their goal is to offer a physical space with a solid internet connection, servers, software and computers that will allow students and recent graduates a place to develop their ideas in a constructive environment outside of school.</p>\r\n</p>\r\n\r\nInformation Provided by the <a href="http://afridex.net">Afridex</a>\r\n</div>\r\n\r\n<!-- end Afridex embed code -->\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-45', '', '', '2008-09-25 12:45:40', '2008-09-25 09:45:40', '', 2, 'http://localhost:8888/afridex/?p=124', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (125, 1, '2008-09-25 12:46:25', '2008-09-25 09:46:25', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows Afridex to be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:350px; }\r\n#afridex img { border:3px solid #333; }\r\n#afridex h1 { font-size:1.35em; font-weight:strong; }\r\n#afridex a { color:#71000; }\r\n#afridex a:active { color:#71000; text-decoration:underline; }\r\n#afridex p { text-align:justify; font-size:75%; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1><sup><a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a></sup><br />\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a><br />\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a><br />\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n<p>Appfrica.org facilitates, mentors and incubates entrepreneurs in software in East Africa. Their goal is to offer a physical space with a solid internet connection, servers, software and computers that will allow students and recent graduates a place to develop their ideas in a constructive environment outside of school.</p>\r\n\r\nInformation Provided by the <a href="http://afridex.net">Afridex</a>\r\n</div>\r\n\r\n<!-- end Afridex embed code -->\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-46', '', '', '2008-09-25 12:46:25', '2008-09-25 09:46:25', '', 2, 'http://localhost:8888/afridex/?p=125', 0, 'revision', '', 0);
+INSERT INTO `wp_posts` VALUES (126, 1, '2008-09-25 13:07:50', '2008-09-25 10:07:50', '<center><h2>About Afridex</h2></center>\r\n\r\n<p>Afridex is an online aggregator of African business information data related to specific companies.Â  It was created for the purpose of making it easier to track down specific information about companies operating throughout the continent.Â  Afridex can also be used as a reference tool for members of the press and bloggers interested in linking to company information.  All information included in the Afridex is either public data or volunteered by the organizations themselves.Â  Much of the information is acquired from public sources like websites and articles.Â  In some cases information may be inaccurate or outdated.Â  In these cases anyone can apply to moderate an entry, all changes are subject to review by our staff before they go live and you may be asked to verify your identity if acting on the behalf of a business entity.</p>\r\n\r\n<p>In addition to listing contact information, employees and other information, Afridex has a few other featuresÂ  \r\n\r\n<ul>\r\n	<li><strong>Persistent Search</strong> queries a search engine in combination with select keywords to track mentions of your company around the web as they occur.  When any new information about a group appears online it appears here.</li>\r\n	<li><strong>Blogstream</strong> syndicates the ten most recent posts from a company blog.  People can also use to follow company blogs by subscribing to the RSS feed.</li>\r\n	<li><strong>Comments</strong> allows consumer feedback and comments about a group or organization.Â  Get instant feedback from your customers, crowd source a product review, or offer public customer service.</li>\r\n	<li><strong>Brand Watch</strong> is a feature that allows users to monitor mentions of a company across various social networks, blogs and websites. Like persistent search, Brand Watch scans all the popular web portals in africa and abroad for mentions of a company name.</li>\r\n	<li><strong>Embed</strong> allows users to export standards compliant code that will allow them to embed information related to a company in their profile.  This allows data from the Afridex to be portable.  This information can be used as a quick citation tool for blogs, news articles, email and reports.</li>\r\n</ul>\r\n</p>\r\n<p>\r\n<center><h2>Who Uses Afridex?</h2></center>\r\n<ul>\r\n	<li><strong>News Organizations</strong> (ex. to quickly cite company information)</li>\r\n	<li><strong>Independent Bloggers and Journalists</strong> (ex. to embed company information on a webite)</li>\r\n	<li><strong>Researchers</strong> (ex. to see who''s operating in a given area doing what)</li>\r\n	<li><strong>NGOs and Nonprofits</strong> (ex. for finding potential partner groups)</li>\r\n	<li><strong>Government Institutions</strong> (ex. to list projects)</li>\r\n        <li><strong>Businesses</strong> (ex. as a web business card for quick referrals)</li>\r\n        <li><strong>Students</strong> (ex. for finding potential vacancies and groups to work for) </li>\r\n</ul>\r\n</p>\r\n\r\n<h2><div id="example">Example of Portable Data</div></h2>\r\n<p>\r\n<!-- begin Afridex embed code -->\r\n<style>\r\n#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:350px; }\r\n#afridex img { border:3px solid #333; }\r\n#afridex h1 { font-size:1.35em; font-weight:strong; }\r\n#afridex a { color:#71000; }\r\n#afridex a:active { color:#71000; text-decoration:underline; }\r\n#afridex p { text-align:justify; font-size:75%; }\r\n</style>\r\n<div id="afridex">\r\n<img src="http://localhost:8888/afridex/wp-content/uploads/2008/09/appfrica_logo.png" style="width:75px;" />\r\n\r\n<h1><a href="http://localhost:8888/afridex/?p=66">Appfrica</a></h1><sup><a href="http://maps.google.com/maps?f=q&hl=en&q=Kampala,Uganda">[Map]</a></sup><br />\r\nURL - <a href="http://appfrica.org">http://appfrica.org</a><br />\r\nEmail - <a href="mailto:j.gosier@appfrica.org">j.gosier@appfrica.org</a><br />\r\n<a href="http://feeds.technorati.com/contacts/http://tinyurl.com/2t6k33"><img src="http://localhost:8888/afridex/img/hcard.gif"></a>\r\n<p>Appfrica.org facilitates, mentors and incubates entrepreneurs in software in East Africa. Their goal is to offer a physical space with a solid internet connection, servers, software and computers that will allow students and recent graduates a place to develop their ideas in a constructive environment outside of school.</p>\r\n\r\nInformation Provided by the <a href="http://afridex.net">Afridex</a>\r\n</div>\r\n\r\n<!-- end Afridex embed code --></p>\r\n	', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision-47', '', '', '2008-09-25 13:07:50', '2008-09-25 10:07:50', '', 2, 'http://localhost:8888/afridex/?p=126', 0, 'revision', '', 0);
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_rc_cwp_custom_field_options`
+-- 
+
+CREATE TABLE `wp_rc_cwp_custom_field_options` (
+  `custom_field_id` int(11) NOT NULL,
+  `options` text,
+  `default_option` text,
+  PRIMARY KEY  (`custom_field_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1;
+
+-- 
+-- Dumping data for table `wp_rc_cwp_custom_field_options`
+-- 
+
+INSERT INTO `wp_rc_cwp_custom_field_options` VALUES (50, 'a:4:{i:0;s:7:"Private";i:1;s:13:"NGO/nonprofit";i:2;s:10:"Government";i:3;s:6:"Health";}', 'a:1:{i:0;s:15:"Select A Sector";}');
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_rc_cwp_custom_field_properties`
+-- 
+
+CREATE TABLE `wp_rc_cwp_custom_field_properties` (
+  `custom_field_id` int(11) NOT NULL,
+  `properties` text,
+  PRIMARY KEY  (`custom_field_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1;
+
+-- 
+-- Dumping data for table `wp_rc_cwp_custom_field_properties`
+-- 
+
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (1, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (2, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (3, 'a:1:{s:4:"size";s:2:"40";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (4, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (5, 'a:1:{s:4:"size";s:2:"40";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (6, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (7, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (8, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (9, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (10, 'a:1:{s:4:"size";s:2:"40";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (11, 'a:1:{s:4:"size";s:2:"55";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (12, 'a:1:{s:4:"size";s:2:"55";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (13, 'a:1:{s:4:"size";s:2:"30";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (14, 'a:1:{s:4:"size";s:2:"30";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (15, 'a:1:{s:4:"size";N;}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (16, 'a:1:{s:4:"size";s:2:"30";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (17, 'a:1:{s:4:"size";s:2:"30";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (18, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (19, 'a:2:{s:6:"height";s:1:"3";s:5:"width";s:2:"23";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (20, 'a:2:{s:6:"height";s:1:"2";s:5:"width";s:2:"23";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (21, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (22, 'a:2:{s:6:"height";s:1:"2";s:5:"width";s:2:"23";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (23, 'a:2:{s:6:"height";s:1:"3";s:5:"width";s:2:"23";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (24, 'a:2:{s:6:"height";s:1:"2";s:5:"width";s:2:"23";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (25, 'a:2:{s:6:"height";s:1:"2";s:5:"width";s:2:"23";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (26, 'a:1:{s:4:"size";s:2:"50";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (27, 'a:1:{s:4:"size";s:2:"40";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (28, 'a:1:{s:4:"size";N;}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (29, 'a:1:{s:4:"size";s:2:"40";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (30, 'a:1:{s:4:"size";s:2:"40";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (31, 'a:1:{s:4:"size";s:2:"40";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (32, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (33, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (34, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (35, 'a:1:{s:4:"size";s:2:"30";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (36, 'a:1:{s:4:"size";s:2:"30";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (37, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (38, 'a:1:{s:4:"size";s:2:"30";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (39, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (40, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (41, 'a:1:{s:4:"size";s:2:"40";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (42, 'a:1:{s:4:"size";s:2:"30";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (43, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (44, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (45, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (47, 'a:1:{s:4:"size";N;}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (48, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (49, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (51, 'a:1:{s:4:"size";s:2:"40";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (52, 'a:1:{s:4:"size";s:2:"30";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (53, 'a:1:{s:4:"size";s:2:"30";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (54, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (55, 'a:2:{s:6:"height";s:1:"3";s:5:"width";s:2:"23";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (56, 'a:2:{s:6:"height";s:1:"3";s:5:"width";s:2:"23";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (57, 'a:2:{s:6:"height";s:1:"3";s:5:"width";s:2:"23";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (58, 'a:2:{s:6:"height";s:1:"3";s:5:"width";s:2:"23";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (59, 'a:2:{s:6:"height";s:1:"3";s:5:"width";s:2:"23";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (60, 'a:2:{s:6:"height";s:1:"3";s:5:"width";s:2:"23";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (61, 'a:1:{s:4:"size";s:2:"25";}');
+INSERT INTO `wp_rc_cwp_custom_field_properties` VALUES (46, 'a:1:{s:4:"size";N;}');
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_rc_cwp_custom_field_types`
+-- 
+
+CREATE TABLE `wp_rc_cwp_custom_field_types` (
+  `id` tinyint(11) NOT NULL auto_increment,
+  `name` varchar(50) NOT NULL,
+  `description` varchar(100) default NULL,
+  `has_options` enum('true','false') NOT NULL,
+  `has_properties` enum('true','false') NOT NULL,
+  `allow_multiple_values` enum('true','false') NOT NULL,
+  PRIMARY KEY  (`id`)
+) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;
+
+-- 
+-- Dumping data for table `wp_rc_cwp_custom_field_types`
+-- 
+
+INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (1, 'Textbox', NULL, 'false', 'true', 'false');
+INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (2, 'Multiline Textbox', NULL, 'false', 'true', 'false');
+INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (3, 'Checkbox', NULL, 'false', 'false', 'false');
+INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (4, 'Checkbox List', NULL, 'true', 'false', 'true');
+INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (5, 'Radiobutton List', NULL, 'true', 'false', 'false');
+INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (6, 'Dropdown List', NULL, 'true', 'false', 'false');
+INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (7, 'Listbox', NULL, 'true', 'true', 'true');
+INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (8, 'File', NULL, 'false', 'false', 'false');
+INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (9, 'Image', NULL, 'false', 'true', 'false');
+INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (10, 'Date', NULL, 'false', 'true', 'false');
+INSERT INTO `wp_rc_cwp_custom_field_types` VALUES (11, 'Audio', NULL, 'false', 'false', 'false');
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_rc_cwp_modules`
+-- 
+
+CREATE TABLE `wp_rc_cwp_modules` (
+  `id` int(11) NOT NULL auto_increment,
+  `name` varchar(50) NOT NULL,
+  `description` text,
+  PRIMARY KEY  (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
+
+-- 
+-- Dumping data for table `wp_rc_cwp_modules`
+-- 
+
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_rc_cwp_module_groups`
+-- 
+
+CREATE TABLE `wp_rc_cwp_module_groups` (
+  `id` int(11) NOT NULL auto_increment,
+  `panel_id` int(11) NOT NULL,
+  `name` varchar(50) NOT NULL,
+  `duplicate` tinyint(1) NOT NULL,
+  `at_right` tinyint(1) NOT NULL,
+  PRIMARY KEY  (`id`)
+) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
+
+-- 
+-- Dumping data for table `wp_rc_cwp_module_groups`
+-- 
+
+INSERT INTO `wp_rc_cwp_module_groups` VALUES (1, 2, '__default', 0, 0);
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_rc_cwp_panel_category`
+-- 
+
+CREATE TABLE `wp_rc_cwp_panel_category` (
+  `panel_id` int(11) NOT NULL,
+  `cat_id` int(11) NOT NULL,
+  PRIMARY KEY  (`panel_id`,`cat_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1;
+
+-- 
+-- Dumping data for table `wp_rc_cwp_panel_category`
+-- 
+
+INSERT INTO `wp_rc_cwp_panel_category` VALUES (2, 3);
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_rc_cwp_panel_custom_field`
+-- 
+
+CREATE TABLE `wp_rc_cwp_panel_custom_field` (
+  `id` int(11) NOT NULL auto_increment,
+  `panel_id` int(11) NOT NULL,
+  `name` varchar(50) NOT NULL,
+  `description` varchar(255) default NULL,
+  `display_order` tinyint(4) default NULL,
+  `display_name` enum('true','false') NOT NULL,
+  `display_description` enum('true','false') NOT NULL,
+  `type` tinyint(4) NOT NULL,
+  `CSS` varchar(100) default NULL,
+  `group_id` int(11) NOT NULL,
+  `required_field` tinyint(4) default NULL,
+  `duplicate` tinyint(1) NOT NULL,
+  PRIMARY KEY  (`id`)
+) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=62 ;
+
+-- 
+-- Dumping data for table `wp_rc_cwp_panel_custom_field`
+-- 
+
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (1, 1, 'First Name', NULL, 1, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (2, 1, 'Last Name', NULL, 5, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (3, 1, 'Organization', NULL, 10, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (4, 1, 'Title', NULL, 12, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (5, 1, 'Email', NULL, 15, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (6, 1, 'Mobile', NULL, 20, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (7, 1, 'Office Phone', NULL, 25, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (8, 1, 'Home Phone', NULL, 30, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (9, 1, 'Fax', NULL, 35, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (10, 1, 'Website', NULL, 40, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (11, 1, 'Address 1', NULL, 45, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (12, 1, 'Address 2', NULL, 50, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (13, 1, 'City', NULL, 55, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (14, 1, 'Country', NULL, 70, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (15, 1, 'Image Path', NULL, 75, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (16, 1, 'Skype', NULL, 16, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (17, 1, 'Twitter', NULL, 17, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (18, 1, 'Type', NULL, 36, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (19, 1, 'Staff', NULL, 37, 'true', 'true', 2, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (20, 1, 'Operations', NULL, 38, 'true', 'true', 2, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (21, 1, 'Origin', NULL, 39, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (22, 1, 'Donor', NULL, 41, 'true', 'true', 2, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (23, 1, 'Partners', NULL, 42, 'true', 'true', 2, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (24, 1, 'Parent', NULL, 43, 'true', 'true', 2, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (25, 1, 'Subsidy', NULL, 44, 'true', 'true', 2, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (26, 1, 'Hcard', NULL, 74, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (27, 1, 'Blog', NULL, 73, 'true', 'true', 1, 'freshout', 0, NULL, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (32, 0, 'Company', 'Company', 1, 'true', 'true', 1, 'freshout', 1, 1, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (29, 0, 'Organization', NULL, 10, 'true', 'true', 1, '', 0, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (30, 0, 'Organization', NULL, 10, 'true', 'true', 1, '', 0, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (33, 0, 'Firstname', 'Firstname', 2, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (34, 0, 'Surname', 'Surname', 3, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (35, 0, 'Address1', 'Address Line 1', 5, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (36, 0, 'Address2', 'Address Line 2', 6, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (37, 0, 'City1', 'City', 7, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (39, 0, 'Country1', 'Country', 8, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (40, 0, 'Title1', 'Title', 4, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (42, 0, 'Email1', 'Email', 9, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (43, 0, 'Office1', 'Office Phone', 10, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (44, 0, 'Mobile1', 'Mobile Phone', 11, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (45, 0, 'Fax1', 'Fax', 12, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (46, 0, 'Hcard1', 'Hcard', 13, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (47, 0, 'Image', 'Image/Logo', 14, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (48, 0, 'Skype1', 'Skype', 15, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (49, 0, 'Twitter1', 'Twitter', 16, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (50, 0, 'Sector', 'Sector', 17, 'true', 'true', 6, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (52, 0, 'Website1', 'Company Website URL', 18, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (53, 0, 'Blog1', 'Company Blog URL', 19, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (54, 0, 'Origin1', 'Country of Origin', 20, 'true', 'true', 1, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (55, 0, 'Operations1', 'Countries of Operation', 21, 'true', 'true', 2, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (56, 0, 'Donor1', 'Donors', 22, 'true', 'true', 2, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (57, 0, 'Subsidy1', 'Company Subsidies', 23, 'true', 'true', 2, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (58, 0, 'Parent1', 'Parent Organizations', 24, 'true', 'true', 2, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (59, 0, 'Partners1', 'Partner Organizations', 25, 'true', 'true', 2, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (60, 0, 'Staff1', 'Staff', 26, 'true', 'true', 2, 'freshout', 1, 0, 0);
+INSERT INTO `wp_rc_cwp_panel_custom_field` VALUES (61, 0, 'Feed1', 'Blog Feed URL', 20, 'true', 'true', 1, 'freshout', 1, 0, 0);
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_rc_cwp_panel_hidden_external_field`
+-- 
+
+CREATE TABLE `wp_rc_cwp_panel_hidden_external_field` (
+  `panel_id` int(11) NOT NULL,
+  `css_id` varchar(50) NOT NULL,
+  PRIMARY KEY  (`panel_id`,`css_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1;
+
+-- 
+-- Dumping data for table `wp_rc_cwp_panel_hidden_external_field`
+-- 
+
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_rc_cwp_panel_standard_field`
+-- 
+
+CREATE TABLE `wp_rc_cwp_panel_standard_field` (
+  `panel_id` int(11) NOT NULL,
+  `standard_field_id` int(11) NOT NULL,
+  PRIMARY KEY  (`panel_id`,`standard_field_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1;
+
+-- 
+-- Dumping data for table `wp_rc_cwp_panel_standard_field`
+-- 
+
+INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 3);
+INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 4);
+INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 5);
+INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 9);
+INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 10);
+INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 12);
+INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 14);
+INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 15);
+INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 16);
+INSERT INTO `wp_rc_cwp_panel_standard_field` VALUES (2, 17);
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_rc_cwp_post_meta`
+-- 
+
+CREATE TABLE `wp_rc_cwp_post_meta` (
+  `id` int(11) NOT NULL,
+  `group_count` int(11) NOT NULL,
+  `field_count` int(11) NOT NULL,
+  `post_id` int(11) NOT NULL,
+  `field_name` text NOT NULL,
+  PRIMARY KEY  (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1;
+
+-- 
+-- Dumping data for table `wp_rc_cwp_post_meta`
+-- 
+
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2972, 1, 1, 52, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2973, 1, 1, 52, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2974, 1, 1, 52, 'Surename');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2975, 1, 1, 52, 'Address_Line_1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2976, 1, 1, 52, 'Address_Line_2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2977, 1, 1, 52, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2978, 1, 1, 52, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2979, 1, 1, 52, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2980, 1, 1, 52, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2981, 1, 1, 52, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2982, 1, 1, 52, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2983, 1, 1, 52, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2984, 1, 1, 52, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2985, 1, 1, 52, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2986, 1, 1, 52, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2987, 1, 1, 52, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2988, 1, 1, 52, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2989, 1, 1, 52, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2990, 1, 1, 52, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2991, 1, 1, 52, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2992, 1, 1, 52, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2993, 1, 1, 52, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2994, 1, 1, 52, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2995, 1, 1, 52, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (2996, 1, 1, 52, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3177, 1, 1, 55, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3727, 1, 1, 51, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3726, 1, 1, 51, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3725, 1, 1, 51, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3724, 1, 1, 51, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3723, 1, 1, 51, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3722, 1, 1, 51, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3721, 1, 1, 51, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3720, 1, 1, 51, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3719, 1, 1, 51, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3718, 1, 1, 51, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3717, 1, 1, 51, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3716, 1, 1, 51, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3715, 1, 1, 51, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3714, 1, 1, 51, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3713, 1, 1, 51, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3712, 1, 1, 51, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3711, 1, 1, 51, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3710, 1, 1, 51, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3709, 1, 1, 51, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3708, 1, 1, 51, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3707, 1, 1, 51, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3706, 1, 1, 51, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3075, 1, 1, 54, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3076, 1, 1, 54, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3077, 1, 1, 54, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3078, 1, 1, 54, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3079, 1, 1, 54, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3080, 1, 1, 54, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3081, 1, 1, 54, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3082, 1, 1, 54, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3083, 1, 1, 54, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3084, 1, 1, 54, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3085, 1, 1, 54, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3086, 1, 1, 54, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3087, 1, 1, 54, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3088, 1, 1, 54, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3089, 1, 1, 54, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3090, 1, 1, 54, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3091, 1, 1, 54, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3092, 1, 1, 54, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3093, 1, 1, 54, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3094, 1, 1, 54, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3095, 1, 1, 54, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3096, 1, 1, 54, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3097, 1, 1, 54, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3098, 1, 1, 54, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3099, 1, 1, 54, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3705, 1, 1, 51, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3704, 1, 1, 51, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3703, 1, 1, 51, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3178, 1, 1, 55, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3179, 1, 1, 55, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3180, 1, 1, 55, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3181, 1, 1, 55, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3182, 1, 1, 55, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3183, 1, 1, 55, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3184, 1, 1, 55, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3185, 1, 1, 55, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3186, 1, 1, 55, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3187, 1, 1, 55, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3188, 1, 1, 55, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3189, 1, 1, 55, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3190, 1, 1, 55, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3191, 1, 1, 55, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3192, 1, 1, 55, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3193, 1, 1, 55, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3194, 1, 1, 55, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3195, 1, 1, 55, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3196, 1, 1, 55, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3197, 1, 1, 55, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3198, 1, 1, 55, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3199, 1, 1, 55, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3200, 1, 1, 55, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3201, 1, 1, 55, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3202, 1, 1, 55, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3203, 1, 1, 55, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3702, 1, 1, 51, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3701, 1, 1, 51, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3287, 1, 1, 56, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3288, 1, 1, 56, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3289, 1, 1, 56, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3290, 1, 1, 56, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3291, 1, 1, 56, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3292, 1, 1, 56, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3293, 1, 1, 56, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3294, 1, 1, 56, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3295, 1, 1, 56, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3296, 1, 1, 56, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3297, 1, 1, 56, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3298, 1, 1, 56, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3299, 1, 1, 56, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3300, 1, 1, 56, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3301, 1, 1, 56, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3302, 1, 1, 56, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3303, 1, 1, 56, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3304, 1, 1, 56, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3305, 1, 1, 56, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3306, 1, 1, 56, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3307, 1, 1, 56, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3308, 1, 1, 56, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3309, 1, 1, 56, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3310, 1, 1, 56, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3311, 1, 1, 56, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3312, 1, 1, 56, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3313, 1, 1, 56, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3397, 1, 1, 57, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3398, 1, 1, 57, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3399, 1, 1, 57, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3400, 1, 1, 57, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3401, 1, 1, 57, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3402, 1, 1, 57, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3403, 1, 1, 57, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3404, 1, 1, 57, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3405, 1, 1, 57, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3406, 1, 1, 57, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3407, 1, 1, 57, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3408, 1, 1, 57, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3409, 1, 1, 57, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3410, 1, 1, 57, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3411, 1, 1, 57, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3412, 1, 1, 57, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3413, 1, 1, 57, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3414, 1, 1, 57, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3415, 1, 1, 57, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3416, 1, 1, 57, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3417, 1, 1, 57, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3418, 1, 1, 57, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3419, 1, 1, 57, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3420, 1, 1, 57, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3421, 1, 1, 57, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3422, 1, 1, 57, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3423, 1, 1, 57, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3507, 1, 1, 58, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3508, 1, 1, 58, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3509, 1, 1, 58, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3510, 1, 1, 58, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3511, 1, 1, 58, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3512, 1, 1, 58, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3513, 1, 1, 58, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3514, 1, 1, 58, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3515, 1, 1, 58, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3516, 1, 1, 58, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3517, 1, 1, 58, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3518, 1, 1, 58, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3519, 1, 1, 58, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3520, 1, 1, 58, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3521, 1, 1, 58, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3522, 1, 1, 58, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3523, 1, 1, 58, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3524, 1, 1, 58, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3525, 1, 1, 58, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3526, 1, 1, 58, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3527, 1, 1, 58, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3528, 1, 1, 58, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3529, 1, 1, 58, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3530, 1, 1, 58, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3531, 1, 1, 58, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3532, 1, 1, 58, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3533, 1, 1, 58, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3619, 1, 1, 60, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3620, 1, 1, 60, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3621, 1, 1, 60, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3622, 1, 1, 60, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3623, 1, 1, 60, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3624, 1, 1, 60, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3625, 1, 1, 60, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3626, 1, 1, 60, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3627, 1, 1, 60, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3628, 1, 1, 60, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3629, 1, 1, 60, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3630, 1, 1, 60, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3631, 1, 1, 60, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3632, 1, 1, 60, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3633, 1, 1, 60, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3634, 1, 1, 60, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3635, 1, 1, 60, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3636, 1, 1, 60, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3637, 1, 1, 60, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3638, 1, 1, 60, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3639, 1, 1, 60, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3640, 1, 1, 60, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3641, 1, 1, 60, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3642, 1, 1, 60, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3643, 1, 1, 60, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3644, 1, 1, 60, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3645, 1, 1, 60, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3733, 1, 1, 63, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3734, 1, 1, 63, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3735, 1, 1, 63, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3736, 1, 1, 63, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3737, 1, 1, 63, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3738, 1, 1, 63, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3739, 1, 1, 63, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3740, 1, 1, 63, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3741, 1, 1, 63, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3742, 1, 1, 63, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3743, 1, 1, 63, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3744, 1, 1, 63, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3745, 1, 1, 63, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3746, 1, 1, 63, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3747, 1, 1, 63, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3748, 1, 1, 63, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3749, 1, 1, 63, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3750, 1, 1, 63, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3751, 1, 1, 63, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3752, 1, 1, 63, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3753, 1, 1, 63, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3754, 1, 1, 63, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3755, 1, 1, 63, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3756, 1, 1, 63, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3757, 1, 1, 63, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3758, 1, 1, 63, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3759, 1, 1, 63, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3951, 1, 1, 62, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3950, 1, 1, 62, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3949, 1, 1, 62, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3948, 1, 1, 62, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3947, 1, 1, 62, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3946, 1, 1, 62, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3945, 1, 1, 62, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3944, 1, 1, 62, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3943, 1, 1, 62, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3942, 1, 1, 62, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3941, 1, 1, 62, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3940, 1, 1, 62, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3939, 1, 1, 62, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3938, 1, 1, 62, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3937, 1, 1, 62, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3936, 1, 1, 62, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3935, 1, 1, 62, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3934, 1, 1, 62, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3933, 1, 1, 62, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3932, 1, 1, 62, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3931, 1, 1, 62, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3930, 1, 1, 62, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3929, 1, 1, 62, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3928, 1, 1, 62, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3844, 1, 1, 65, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3845, 1, 1, 65, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3846, 1, 1, 65, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3847, 1, 1, 65, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3848, 1, 1, 65, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3849, 1, 1, 65, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3850, 1, 1, 65, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3851, 1, 1, 65, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3852, 1, 1, 65, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3853, 1, 1, 65, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3854, 1, 1, 65, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3855, 1, 1, 65, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3856, 1, 1, 65, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3857, 1, 1, 65, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3858, 1, 1, 65, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3859, 1, 1, 65, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3860, 1, 1, 65, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3861, 1, 1, 65, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3862, 1, 1, 65, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3863, 1, 1, 65, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3864, 1, 1, 65, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3865, 1, 1, 65, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3866, 1, 1, 65, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3867, 1, 1, 65, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3868, 1, 1, 65, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3869, 1, 1, 65, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3870, 1, 1, 65, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3927, 1, 1, 62, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3926, 1, 1, 62, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3952, 1, 1, 62, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3956, 1, 1, 67, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3957, 1, 1, 67, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3958, 1, 1, 67, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3959, 1, 1, 67, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3960, 1, 1, 67, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3961, 1, 1, 67, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3962, 1, 1, 67, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3963, 1, 1, 67, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3964, 1, 1, 67, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3965, 1, 1, 67, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3966, 1, 1, 67, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3967, 1, 1, 67, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3968, 1, 1, 67, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3969, 1, 1, 67, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3970, 1, 1, 67, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3971, 1, 1, 67, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3972, 1, 1, 67, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3973, 1, 1, 67, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3974, 1, 1, 67, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3975, 1, 1, 67, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3976, 1, 1, 67, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3977, 1, 1, 67, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3978, 1, 1, 67, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3979, 1, 1, 67, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3980, 1, 1, 67, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3981, 1, 1, 67, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (3982, 1, 1, 67, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4059, 1, 1, 66, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4058, 1, 1, 66, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4057, 1, 1, 66, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4056, 1, 1, 66, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4055, 1, 1, 66, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4054, 1, 1, 66, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4053, 1, 1, 66, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4052, 1, 1, 66, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4051, 1, 1, 66, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4050, 1, 1, 66, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4049, 1, 1, 66, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4048, 1, 1, 66, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4047, 1, 1, 66, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4046, 1, 1, 66, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4045, 1, 1, 66, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4044, 1, 1, 66, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4043, 1, 1, 66, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4042, 1, 1, 66, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4041, 1, 1, 66, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4040, 1, 1, 66, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4039, 1, 1, 66, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4038, 1, 1, 66, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4060, 1, 1, 66, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4061, 1, 1, 66, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4062, 1, 1, 66, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4063, 1, 1, 66, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4064, 1, 1, 66, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4069, 1, 1, 69, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4070, 1, 1, 69, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4071, 1, 1, 69, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4072, 1, 1, 69, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4073, 1, 1, 69, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4074, 1, 1, 69, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4075, 1, 1, 69, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4076, 1, 1, 69, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4077, 1, 1, 69, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4078, 1, 1, 69, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4079, 1, 1, 69, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4080, 1, 1, 69, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4081, 1, 1, 69, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4082, 1, 1, 69, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4083, 1, 1, 69, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4084, 1, 1, 69, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4085, 1, 1, 69, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4086, 1, 1, 69, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4087, 1, 1, 69, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4088, 1, 1, 69, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4089, 1, 1, 69, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4090, 1, 1, 69, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4091, 1, 1, 69, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4092, 1, 1, 69, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4093, 1, 1, 69, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4094, 1, 1, 69, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4095, 1, 1, 69, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4488, 1, 1, 68, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4487, 1, 1, 68, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4486, 1, 1, 68, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4485, 1, 1, 68, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4484, 1, 1, 68, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4483, 1, 1, 68, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4482, 1, 1, 68, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4481, 1, 1, 68, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4480, 1, 1, 68, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4479, 1, 1, 68, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4478, 1, 1, 68, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4477, 1, 1, 68, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4476, 1, 1, 68, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4475, 1, 1, 68, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4474, 1, 1, 68, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4473, 1, 1, 68, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4472, 1, 1, 68, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4471, 1, 1, 68, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4470, 1, 1, 68, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4469, 1, 1, 68, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4468, 1, 1, 68, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4467, 1, 1, 68, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4466, 1, 1, 68, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4465, 1, 1, 68, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4184, 1, 1, 72, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4185, 1, 1, 72, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4186, 1, 1, 72, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4187, 1, 1, 72, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4188, 1, 1, 72, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4189, 1, 1, 72, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4190, 1, 1, 72, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4191, 1, 1, 72, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4192, 1, 1, 72, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4193, 1, 1, 72, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4194, 1, 1, 72, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4195, 1, 1, 72, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4196, 1, 1, 72, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4197, 1, 1, 72, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4198, 1, 1, 72, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4199, 1, 1, 72, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4200, 1, 1, 72, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4201, 1, 1, 72, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4202, 1, 1, 72, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4203, 1, 1, 72, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4204, 1, 1, 72, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4205, 1, 1, 72, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4206, 1, 1, 72, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4207, 1, 1, 72, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4208, 1, 1, 72, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4209, 1, 1, 72, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4210, 1, 1, 72, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4598, 1, 1, 71, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4597, 1, 1, 71, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4596, 1, 1, 71, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4595, 1, 1, 71, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4594, 1, 1, 71, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4593, 1, 1, 71, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4592, 1, 1, 71, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4591, 1, 1, 71, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4590, 1, 1, 71, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4589, 1, 1, 71, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4588, 1, 1, 71, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4587, 1, 1, 71, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4586, 1, 1, 71, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4585, 1, 1, 71, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4584, 1, 1, 71, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4583, 1, 1, 71, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4582, 1, 1, 71, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4581, 1, 1, 71, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4580, 1, 1, 71, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4579, 1, 1, 71, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4578, 1, 1, 71, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4268, 1, 1, 74, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4269, 1, 1, 74, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4270, 1, 1, 74, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4271, 1, 1, 74, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4272, 1, 1, 74, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4273, 1, 1, 74, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4274, 1, 1, 74, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4275, 1, 1, 74, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4276, 1, 1, 74, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4277, 1, 1, 74, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4278, 1, 1, 74, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4279, 1, 1, 74, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4280, 1, 1, 74, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4281, 1, 1, 74, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4282, 1, 1, 74, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4283, 1, 1, 74, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4284, 1, 1, 74, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4285, 1, 1, 74, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4286, 1, 1, 74, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4287, 1, 1, 74, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4288, 1, 1, 74, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4289, 1, 1, 74, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4290, 1, 1, 74, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4291, 1, 1, 74, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4292, 1, 1, 74, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4293, 1, 1, 74, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4294, 1, 1, 74, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4577, 1, 1, 71, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4576, 1, 1, 71, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4573, 1, 1, 71, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4574, 1, 1, 71, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4381, 1, 1, 77, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4382, 1, 1, 77, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4383, 1, 1, 77, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4384, 1, 1, 77, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4385, 1, 1, 77, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4386, 1, 1, 77, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4387, 1, 1, 77, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4388, 1, 1, 77, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4389, 1, 1, 77, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4390, 1, 1, 77, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4391, 1, 1, 77, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4392, 1, 1, 77, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4393, 1, 1, 77, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4394, 1, 1, 77, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4395, 1, 1, 77, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4396, 1, 1, 77, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4397, 1, 1, 77, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4398, 1, 1, 77, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4399, 1, 1, 77, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4400, 1, 1, 77, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4401, 1, 1, 77, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4402, 1, 1, 77, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4403, 1, 1, 77, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4404, 1, 1, 77, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4405, 1, 1, 77, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4406, 1, 1, 77, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4407, 1, 1, 77, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4464, 1, 1, 68, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4463, 1, 1, 68, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4489, 1, 1, 68, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4491, 1, 1, 78, 'Company');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4492, 1, 1, 78, 'Firstname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4493, 1, 1, 78, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4494, 1, 1, 78, 'Address1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4495, 1, 1, 78, 'Address2');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4496, 1, 1, 78, 'City1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4497, 1, 1, 78, 'Country1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4498, 1, 1, 78, 'Title1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4499, 1, 1, 78, 'Email1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4500, 1, 1, 78, 'Office1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4501, 1, 1, 78, 'Mobile1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4502, 1, 1, 78, 'Fax1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4503, 1, 1, 78, 'Hcard1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4504, 1, 1, 78, 'Image');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4505, 1, 1, 78, 'Skype1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4506, 1, 1, 78, 'Twitter1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4507, 1, 1, 78, 'Sector');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4508, 1, 1, 78, 'Website1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4509, 1, 1, 78, 'Blog1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4510, 1, 1, 78, 'Origin1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4511, 1, 1, 78, 'Operations1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4512, 1, 1, 78, 'Donor1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4513, 1, 1, 78, 'Subsidy1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4514, 1, 1, 78, 'Parent1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4515, 1, 1, 78, 'Partners1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4516, 1, 1, 78, 'Feed1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4517, 1, 1, 78, 'Staff1');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4575, 1, 1, 71, 'Surname');
+INSERT INTO `wp_rc_cwp_post_meta` VALUES (4599, 1, 1, 71, 'Staff1');
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_rc_cwp_standard_fields`
+-- 
+
+CREATE TABLE `wp_rc_cwp_standard_fields` (
+  `id` int(11) NOT NULL,
+  `name` varchar(50) NOT NULL,
+  `css_id` varchar(50) NOT NULL,
+  `default_inclusion` enum('true','false') NOT NULL,
+  PRIMARY KEY  (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1;
+
+-- 
+-- Dumping data for table `wp_rc_cwp_standard_fields`
+-- 
+
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (1, 'Title', 'titlediv', 'true');
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (2, 'Categories', 'categorydiv', 'false');
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (3, 'Discussion', 'commentstatusdiv', 'false');
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (4, 'Post Password', 'passworddiv', 'false');
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (5, 'Post Slug', 'slugdiv', 'false');
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (6, 'Post Status', 'poststatusdiv', 'false');
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (7, 'Post Timestamp', 'posttimestampdiv', 'false');
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (8, 'Upload', 'uploading', 'false');
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (9, 'Optional Excerpt', 'postexcerpt', 'false');
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (10, 'Trackbacks', 'trackbacksdiv', 'false');
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (11, 'Custom Fields', 'postcustom', 'false');
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (12, 'Post', 'postdiv', 'false');
+INSERT INTO `wp_rc_cwp_standard_fields` VALUES (13, 'Post Author', 'authordiv', 'false');
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_rc_cwp_write_panels`
+-- 
+
+CREATE TABLE `wp_rc_cwp_write_panels` (
+  `id` int(11) NOT NULL auto_increment,
+  `name` varchar(50) NOT NULL,
+  `description` varchar(255) default NULL,
+  `display_order` tinyint(4) default NULL,
+  `capability_name` varchar(50) NOT NULL,
+  `type` varchar(50) NOT NULL,
+  PRIMARY KEY  (`id`)
+) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
+
+-- 
+-- Dumping data for table `wp_rc_cwp_write_panels`
+-- 
+
+INSERT INTO `wp_rc_cwp_write_panels` VALUES (2, 'Add Data', NULL, 0, 'add_data', 'post');
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_terms`
+-- 
+
+CREATE TABLE `wp_terms` (
+  `term_id` bigint(20) NOT NULL auto_increment,
+  `name` varchar(200) NOT NULL default '',
+  `slug` varchar(200) NOT NULL default '',
+  `term_group` bigint(10) NOT NULL default '0',
+  PRIMARY KEY  (`term_id`),
+  UNIQUE KEY `slug` (`slug`),
+  KEY `name` (`name`)
+) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=22 ;
+
+-- 
+-- Dumping data for table `wp_terms`
+-- 
+
+INSERT INTO `wp_terms` VALUES (1, 'Uncategorized', 'uncategorized', 0);
+INSERT INTO `wp_terms` VALUES (2, 'Blogroll', 'blogroll', 0);
+INSERT INTO `wp_terms` VALUES (3, 'Contacts', 'contacts', 0);
+INSERT INTO `wp_terms` VALUES (4, 'incubator', 'incubator', 0);
+INSERT INTO `wp_terms` VALUES (5, 'blog', 'blog', 0);
+INSERT INTO `wp_terms` VALUES (6, 'news', 'news', 0);
+INSERT INTO `wp_terms` VALUES (7, 'uganda', 'uganda', 0);
+INSERT INTO `wp_terms` VALUES (8, 'hosting', 'hosting', 0);
+INSERT INTO `wp_terms` VALUES (9, 'web', 'web', 0);
+INSERT INTO `wp_terms` VALUES (10, 'dns', 'dns', 0);
+INSERT INTO `wp_terms` VALUES (11, 'domains', 'domains', 0);
+INSERT INTO `wp_terms` VALUES (12, 'computers', 'computers', 0);
+INSERT INTO `wp_terms` VALUES (13, 'refurbishment', 'refurbishment', 0);
+INSERT INTO `wp_terms` VALUES (14, 'education', 'education', 0);
+INSERT INTO `wp_terms` VALUES (15, 'east africa', 'east-africa', 0);
+INSERT INTO `wp_terms` VALUES (16, 'google', 'google', 0);
+INSERT INTO `wp_terms` VALUES (17, 'it', 'it', 0);
+INSERT INTO `wp_terms` VALUES (18, 'design', 'design', 0);
+INSERT INTO `wp_terms` VALUES (19, 'mobile', 'mobile', 0);
+INSERT INTO `wp_terms` VALUES (20, 'sms', 'sms', 0);
+INSERT INTO `wp_terms` VALUES (21, 'tech', 'tech', 0);
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_term_relationships`
+-- 
+
+CREATE TABLE `wp_term_relationships` (
+  `object_id` bigint(20) NOT NULL default '0',
+  `term_taxonomy_id` bigint(20) NOT NULL default '0',
+  `term_order` int(11) NOT NULL default '0',
+  PRIMARY KEY  (`object_id`,`term_taxonomy_id`),
+  KEY `term_taxonomy_id` (`term_taxonomy_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=utf8;
+
+-- 
+-- Dumping data for table `wp_term_relationships`
+-- 
+
+INSERT INTO `wp_term_relationships` VALUES (1, 2, 0);
+INSERT INTO `wp_term_relationships` VALUES (2, 2, 0);
+INSERT INTO `wp_term_relationships` VALUES (3, 2, 0);
+INSERT INTO `wp_term_relationships` VALUES (4, 2, 0);
+INSERT INTO `wp_term_relationships` VALUES (5, 2, 0);
+INSERT INTO `wp_term_relationships` VALUES (6, 2, 0);
+INSERT INTO `wp_term_relationships` VALUES (7, 2, 0);
+INSERT INTO `wp_term_relationships` VALUES (94, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (99, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (93, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (98, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (97, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (96, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (95, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (92, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (13, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (91, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (90, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (89, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (88, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (68, 3, 0);
+INSERT INTO `wp_term_relationships` VALUES (87, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (86, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (85, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (84, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (83, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (82, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (24, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (81, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (2, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (80, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (79, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (69, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (68, 11, 0);
+INSERT INTO `wp_term_relationships` VALUES (68, 10, 0);
+INSERT INTO `wp_term_relationships` VALUES (68, 18, 0);
+INSERT INTO `wp_term_relationships` VALUES (68, 8, 0);
+INSERT INTO `wp_term_relationships` VALUES (78, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (72, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (71, 21, 0);
+INSERT INTO `wp_term_relationships` VALUES (71, 20, 0);
+INSERT INTO `wp_term_relationships` VALUES (71, 19, 0);
+INSERT INTO `wp_term_relationships` VALUES (71, 3, 0);
+INSERT INTO `wp_term_relationships` VALUES (77, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (75, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (74, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (73, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (76, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (107, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (106, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (105, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (104, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (103, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (102, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (101, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (64, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (46, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (100, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (67, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (65, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (68, 9, 0);
+INSERT INTO `wp_term_relationships` VALUES (51, 3, 0);
+INSERT INTO `wp_term_relationships` VALUES (52, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (51, 15, 0);
+INSERT INTO `wp_term_relationships` VALUES (51, 16, 0);
+INSERT INTO `wp_term_relationships` VALUES (51, 9, 0);
+INSERT INTO `wp_term_relationships` VALUES (51, 17, 0);
+INSERT INTO `wp_term_relationships` VALUES (53, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (54, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (55, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (56, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (57, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (58, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (59, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (60, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (66, 7, 0);
+INSERT INTO `wp_term_relationships` VALUES (66, 4, 0);
+INSERT INTO `wp_term_relationships` VALUES (66, 3, 0);
+INSERT INTO `wp_term_relationships` VALUES (66, 5, 0);
+INSERT INTO `wp_term_relationships` VALUES (62, 3, 0);
+INSERT INTO `wp_term_relationships` VALUES (62, 12, 0);
+INSERT INTO `wp_term_relationships` VALUES (62, 14, 0);
+INSERT INTO `wp_term_relationships` VALUES (62, 13, 0);
+INSERT INTO `wp_term_relationships` VALUES (63, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (108, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (109, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (110, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (111, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (112, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (113, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (114, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (115, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (116, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (117, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (118, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (119, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (120, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (121, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (122, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (123, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (124, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (125, 1, 0);
+INSERT INTO `wp_term_relationships` VALUES (126, 1, 0);
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_term_taxonomy`
+-- 
+
+CREATE TABLE `wp_term_taxonomy` (
+  `term_taxonomy_id` bigint(20) NOT NULL auto_increment,
+  `term_id` bigint(20) NOT NULL default '0',
+  `taxonomy` varchar(32) NOT NULL default '',
+  `description` longtext NOT NULL,
+  `parent` bigint(20) NOT NULL default '0',
+  `count` bigint(20) NOT NULL default '0',
+  PRIMARY KEY  (`term_taxonomy_id`),
+  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`)
+) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=22 ;
+
+-- 
+-- Dumping data for table `wp_term_taxonomy`
+-- 
+
+INSERT INTO `wp_term_taxonomy` VALUES (1, 1, 'category', '', 0, 0);
+INSERT INTO `wp_term_taxonomy` VALUES (2, 2, 'link_category', '', 0, 7);
+INSERT INTO `wp_term_taxonomy` VALUES (3, 3, 'category', '', 0, 5);
+INSERT INTO `wp_term_taxonomy` VALUES (4, 4, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (5, 5, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (6, 6, 'post_tag', '', 0, 0);
+INSERT INTO `wp_term_taxonomy` VALUES (7, 7, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (18, 18, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (8, 8, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (9, 9, 'post_tag', '', 0, 2);
+INSERT INTO `wp_term_taxonomy` VALUES (10, 10, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (11, 11, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (12, 12, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (13, 13, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (14, 14, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (15, 15, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (16, 16, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (17, 17, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (19, 19, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (20, 20, 'post_tag', '', 0, 1);
+INSERT INTO `wp_term_taxonomy` VALUES (21, 21, 'post_tag', '', 0, 1);
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_usermeta`
+-- 
+
+CREATE TABLE `wp_usermeta` (
+  `umeta_id` bigint(20) NOT NULL auto_increment,
+  `user_id` bigint(20) NOT NULL default '0',
+  `meta_key` varchar(255) default NULL,
+  `meta_value` longtext,
+  PRIMARY KEY  (`umeta_id`),
+  KEY `user_id` (`user_id`),
+  KEY `meta_key` (`meta_key`)
+) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
+
+-- 
+-- Dumping data for table `wp_usermeta`
+-- 
+
+INSERT INTO `wp_usermeta` VALUES (1, 1, 'nickname', 'admin');
+INSERT INTO `wp_usermeta` VALUES (2, 1, 'rich_editing', 'true');
+INSERT INTO `wp_usermeta` VALUES (3, 1, 'admin_color', 'fresh');
+INSERT INTO `wp_usermeta` VALUES (4, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}');
+INSERT INTO `wp_usermeta` VALUES (5, 1, 'wp_user_level', '10');
+INSERT INTO `wp_usermeta` VALUES (6, 1, 'closedpostboxes_page', 'a:6:{i:0;s:13:"pagecustomdiv";i:1;s:20:"pagecommentstatusdiv";i:2;s:15:"pagepassworddiv";i:3;s:11:"pageslugdiv";i:4;s:13:"pageparentdiv";i:5;s:12:"pageorderdiv";}');
+INSERT INTO `wp_usermeta` VALUES (7, 1, 'wp_autosave_draft_ids', 'a:13:{i:-1221632884;i:3;i:-1221633160;i:4;i:-1221633397;i:6;i:-1221633481;i:7;i:-1221760065;i:34;i:-1221829610;i:41;i:-1221995762;i:51;i:-1222003434;i:61;i:-1222003496;i:62;i:-1222005779;i:66;i:-1222006430;i:68;i:-1222007085;i:70;i:-1222006597;i:71;}');
+INSERT INTO `wp_usermeta` VALUES (8, 1, 'jabber', 'admin');
+INSERT INTO `wp_usermeta` VALUES (9, 1, 'closedpostboxes_post', 'a:5:{i:0;s:11:"postexcerpt";i:1;s:13:"trackbacksdiv";i:2;s:16:"commentstatusdiv";i:3;s:11:"passworddiv";i:4;s:7:"slugdiv";}');
+
+-- --------------------------------------------------------
+
+-- 
+-- Table structure for table `wp_users`
+-- 
+
+CREATE TABLE `wp_users` (
+  `ID` bigint(20) unsigned NOT NULL auto_increment,
+  `user_login` varchar(60) NOT NULL default '',
+  `user_pass` varchar(64) NOT NULL default '',
+  `user_nicename` varchar(50) NOT NULL default '',
+  `user_email` varchar(100) NOT NULL default '',
+  `user_url` varchar(100) NOT NULL default '',
+  `user_registered` datetime NOT NULL default '0000-00-00 00:00:00',
+  `user_activation_key` varchar(60) NOT NULL default '',
+  `user_status` int(11) NOT NULL default '0',
+  `display_name` varchar(250) NOT NULL default '',
+  PRIMARY KEY  (`ID`),
+  KEY `user_login_key` (`user_login`),
+  KEY `user_nicename` (`user_nicename`)
+) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
+
+-- 
+-- Dumping data for table `wp_users`
+-- 
+
+INSERT INTO `wp_users` VALUES (1, 'admin', '$P$BmJmeNtGxKsDeJhuDJ/1LZDbhxXAh/.', 'admin', 'jongos@gmail.com', 'http://', '2008-09-17 02:45:00', '', 0, 'admin');
