<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Kendall's Online blog</title><description>This is a blog site centered around information technology, Software development, Voice over IP (Asterisk) &amp; Finance.</description><managingEditor>noreply@blogger.com (Kendall Ananyi)</managingEditor><pubDate>Sat, 9 Jan 2010 03:07:36 -0800</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">62</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://www.kendall-online.com/blog/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:image href="http://www.kendall-online.com/blog/kendallananyi.jpg"/><itunes:keywords>nigeria, internet, streaming, news, kendall, ananyi, my9ja, broadband, wireless, 802 11,ISP, voip, vsat, online</itunes:keywords><itunes:summary>This is a podcast of the news in NIgeria and information technology tips and news.</itunes:summary><itunes:subtitle>This is a podcast of the news in NIgeria and information technology tips and news.</itunes:subtitle><itunes:category text="Technology"><itunes:category text="Information Technology"/></itunes:category><itunes:author>Kendall Ananyi</itunes:author><itunes:owner><itunes:email>kendall.ananyi@gmail.com</itunes:email><itunes:name>Kendall Ananyi</itunes:name></itunes:owner><item><title>Skype out calls now passing caller ID</title><link>http://www.kendall-online.com/blog/2008/06/skype-out-calls-now-passing-caller-id.html</link><pubDate>Fri, 6 Jun 2008 13:54:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-5214440898024608318</guid><description>Previously skype out calls displayed either  a Callerid "00001234" or no caller id at all, but now you can set the caller id that Skype send to a caller when you place SkypeOut calls by logging into your &lt;a href="https://secure.skype.com/store/myaccount/"&gt;Skype account&lt;/a&gt;.&lt;br /&gt;Under the "Caller identification" section click "Setup" and enter the caller id you want displayed whenever you place Skype out calls. Skype then sends a verification code via SMS to your mobile phone to verify the number specified as your caller id to prevent caller id spoofing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-5214440898024608318?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Open a web page in C# using your default browser</title><link>http://www.kendall-online.com/blog/2008/05/open-web-page-in-c-using-your-default.html</link><pubDate>Mon, 26 May 2008 11:28:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-6489562710360733118</guid><description>Below is a code snippet to open a web page using C#&lt;br /&gt;The input to the function is the url of the page to open.&lt;br /&gt;   &lt;br /&gt;    private void OpenPage(string url)&lt;br /&gt;        {&lt;br /&gt;            try&lt;br /&gt;            {&lt;br /&gt;                System.Diagnostics.Process.Start(url);&lt;br /&gt;            }&lt;br /&gt;            catch (Exception ex)&lt;br /&gt;            {&lt;br /&gt;                MessageBox.Show(ex.Message);&lt;br /&gt;            }&lt;br /&gt;        }&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-6489562710360733118?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>UPdated Bebo php 4 api</title><link>http://www.kendall-online.com/blog/2008/04/updated-bebo-php-4-api.html</link><pubDate>Fri, 11 Apr 2008 06:59:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-5601973963511306857</guid><description>&lt;pre id="line421"&gt;This is the updated php4 version of the bebo api &amp;lt;br /&amp;gt;The file can be obtained&amp;lt;a href=&amp;quot;&lt;a href="http://www.kendall-online.com/blog/bebo.php.txt"&gt;http://www.kendall-online.com/blog/bebo.php.txt&lt;/a&gt;&amp;quot;&amp;gt; here&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;Download the file and rename the file to bebo.php.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;&lt;/pre&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-5601973963511306857?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Bebo developer API PHP4 version</title><link>http://www.kendall-online.com/blog/2008/01/bebo-developer-api-php4-version.html</link><pubDate>Fri, 11 Jan 2008 13:17:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-3923502531746643143</guid><description>This is a php4 version of the bebo api and it would be easier to work with this version to develop your application if you are having the&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:-1;"&gt;&lt;b&gt;Parse error&lt;/b&gt;: syntax &lt;b&gt;error&lt;/b&gt;, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or  T_VAR or '}' in /lib/&lt;b&gt;bebo.php&lt;/b&gt; on line &lt;span style="font-weight: bold;"&gt;19&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;error with the version of the api on their website.&lt;br /&gt;&lt;br /&gt;The file can be obtained&lt;a href="http://www.kendall-online.com/blog/bebo.php.txt"&gt; here&lt;/a&gt; &lt;br /&gt;Download the file and rename the file to bebo.php.&lt;br /&gt;&lt;br /&gt;My next post will be a quick tutorial on porting facebooks app quickly to bebo apps in a few steps.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-3923502531746643143?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">5</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>How to play convert FLV to AVi for blackberry pearl</title><link>http://www.kendall-online.com/blog/2007/10/how-to-play-convert-flv-to-avi-for.html</link><pubDate>Wed, 24 Oct 2007 16:39:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-4284124574073558597</guid><description>&lt;p&gt;Install the free SUPER encoder from &lt;a href="http://www.erightsoft.com/SUPER.html"&gt;http://www.erightsoft.com/SUPER.html&lt;/a&gt; and use the following settings in the picture&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-4284124574073558597?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Getting paid for sharing pirated music</title><link>http://www.kendall-online.com/blog/2007/07/getting-paid-for-sharing-pirated-music.html</link><pubDate>Fri, 13 Jul 2007 11:18:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-2964850825871783956</guid><description>According to &lt;a href="http://www.zunescene.com/paid-zune-sharing/"&gt;patents filed &lt;/a&gt;by Microsoft for its Zune Player. Illegally obtained music would be able to be transferred to other Zune owners and the pirated song can be played by the receiver for a number of times before being asked to purchase it.&lt;br /&gt;The sender then receives a commission for the sale of the song to the receiver.&lt;br /&gt;&lt;br /&gt;This scenario could result in a lot of people illegally obtaining music and sending it to others in other to receive a commission a better approach would have been to allow only those who obtained the music legally to transfer them and receive the payout. I guess with the proposed scenario everyone gets a chance to help the copyright owner increase sales of their songs. After all 10 legitimate sales and 1 illegal download is better than 11 illegal downloads. The question now is who is responsible if a virus get transferred along the line :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-2964850825871783956?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>A2billing releases version 1.3</title><link>http://www.kendall-online.com/blog/2007/05/a2billing-releases-version-13.html</link><pubDate>Thu, 31 May 2007 06:54:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-357358961458776203</guid><description>&lt;a href="http://trac.asterisk2billing.org/"&gt;Asterisk2billing&lt;/a&gt; just released version 1.3 of its popular &lt;a href="http://www.asterisk.org/"&gt;Asterisk&lt;/a&gt; billing/calling card application made popular because it comes bundled with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Trixbox&lt;/span&gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Most of its &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;&lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;modules&lt;/span&gt;&lt;/span&gt; have been rewritten and some of the new features include:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Invoicing, &lt;/li&gt;&lt;li&gt;Template management with Smarty&lt;/li&gt;&lt;li&gt;New online payment modules for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;Moneybookers&lt;/span&gt;&lt;/span&gt; and &lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://authorize.net/" target="_blank"&gt;Authorize.net&lt;/a&gt; in addition to the existing &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;Paypal&lt;/span&gt;&lt;/span&gt; module&lt;/li&gt;&lt;li&gt;The rate engine now supports unlimited calling packages.&lt;/li&gt;&lt;li&gt;Additional reporting functions for High or Low &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;ASR&lt;/span&gt;&lt;/span&gt; (Answer Seize Ratio), &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;ALOC&lt;/span&gt;&lt;/span&gt; (Average Length of Call) and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;CIC&lt;/span&gt;&lt;/span&gt; (Consecutive Incomplete Calls) and many other new features.&lt;/li&gt;&lt;/ul&gt;The admin and customer demo can be found at &lt;a href="http://demo.asterisk2billing.org/"&gt;demo.asterisk2billing.org&lt;/a&gt; and remember to create a customer in the admin demo to be able to log on to the customer demo.&lt;br /&gt;&lt;br /&gt;One feature that is still &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_7"&gt;conspicuously&lt;/span&gt; &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_8"&gt;missing&lt;/span&gt; is a reseller module but with more contributions from &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;other&lt;/span&gt; developers with the source code has been provided by Public &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;SVN&lt;/span&gt;&lt;/span&gt; many more features are sure to be added. The code can be checked out at &lt;a href="http://trac.asterisk2billing.org/"&gt;trac.asterisk2billing.org&lt;/a&gt;&lt;br /&gt;&lt;span style="TEXT-DECORATION: underline"&gt;&lt;/span&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://demo.asterisk2billing.org/" target="_blank"&gt;&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-357358961458776203?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Microsoft's Surface Computing</title><link>http://www.kendall-online.com/blog/2007/05/microsofts-surface-computing.html</link><pubDate>Wed, 30 May 2007 08:42:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-6483543379006334128</guid><description>Microsoft just launched its new "Surface" technology which is  a touch sensitive table that responds to hand movements and displays anything from pictures, videos  and maps.&lt;br /&gt;The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;UI&lt;/span&gt; is really great and from the &lt;a href="http://www.microsoft.com/surface"&gt;Microsoft surface site&lt;/a&gt; you see various possibilities:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Transfer music, videos and business cards between phones, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;pda's&lt;/span&gt;  and the  tables or even between electronics devices placed on the table.&lt;/li&gt;&lt;li&gt;View pictures and watch videos.&lt;/li&gt;&lt;li&gt;Pay for goods with your credit card placed on the table.&lt;/li&gt;&lt;li&gt;Order items from a menu.&lt;/li&gt;&lt;li&gt;Get directions and search for local businesses on the maps and transfer these directions to your &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;handheld&lt;/span&gt;.&lt;/li&gt;&lt;li&gt;Make paintings on the table tops.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Its pretty much extending your computer desktop to your physical desktop. The only drawback is having to lean over the table top which could become a problem after  leaning over the table for extended periods, I am sure in the future the table tops wold be able to tilt to about 30 degrees to ease the strain on the back.  It isn't cheap at all as early adopters would be sure to cough out between  $5k to $10K and  one of the first users will be Caesar's palace in Vegas and their order is expected to arrive in the last quarter of '07. &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Once again the site is www.surface.com&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-6483543379006334128?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>The Venice Project</title><link>http://www.kendall-online.com/blog/2006/12/venice-project.html</link><pubDate>Fri, 15 Dec 2006 11:19:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-116621089744295617</guid><description>I haven't posted to my blog because of my new job but I resigned and now I am free to write whatever I like on the internet.&lt;br /&gt;Venice project is Skype's founder new project and thanks to Gigaom I got beta invites. I had earlier signed up for the beta invites since Nov 1 and up til now had not gotten them but I guess the invites were given to the who-is-who in the Web 2.0 community.&lt;br /&gt;&lt;br /&gt;I will test drive the software over the weekend and review it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-116621089744295617?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>List of telecom blog</title><link>http://www.kendall-online.com/blog/2006/10/list-of-telecom-blog.html</link><pubDate>Sun, 8 Oct 2006 18:57:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-116035946452883680</guid><description>&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.smithonvoip.com" target="_blank"&gt;www.smithonvoip.com&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://blog.tmcnet.com/blog/tom-keating/" target="_blank"&gt;http://blog.tmcnet.com/blog/tom-keating/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://blog.tmcnet.com/sipthat/" target="_blank"&gt;http://blog.tmcnet.com/sipthat/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://voip-blog.tmcnet.com/blog/rich-tehrani/" target="_blank"&gt;http://voip-blog.tmcnet.com/blog/rich-tehrani/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://voip-blog.tmcnet.com/blog/greg-galitzine/" target="_blank"&gt;http://voip-blog.tmcnet.com/blog/greg-galitzine/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://andyabramson.blogs.com/" target="_blank"&gt;http://andyabramson.blogs.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.voipcentral.org/" target="_blank"&gt;http://www.voipcentral.org/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.voipnow.org/" target="_blank"&gt;http://www.voipnow.org/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://blogs.zdnet.com/ip-telephony/" target="_blank"&gt;http://blogs.zdnet.com/ip-telephony/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://asteriskvoip.blogspot.com/" target="_blank"&gt;http://asteriskvoip.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://gigaom.com/topics/voip/" target="_blank"&gt;http://gigaom.com/topics/voip/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.asteriskvoipnews.com/" target="_blank"&gt;http://www.asteriskvoipnews.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.mocaedu.com/mt/" target="_blank"&gt;http://www.mocaedu.com/mt/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://pulverblog.pulver.com/" target="_blank"&gt;http://pulverblog.pulver.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.skypejournal.com/" target="_blank"&gt;http://www.skypejournal.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://blogs.pulver.com/jarnold" target="_blank"&gt;http://blogs.pulver.com/jarnold&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://evans.blogware.com/blog" target="_blank"&gt;http://evans.blogware.com/blog&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.saunderslog.com/" target="_blank"&gt;http://www.saunderslog.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.telepocalypse.net/" target="_blank"&gt;http://www.telepocalypse.net/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://macvoip.com/stn/" target="_blank"&gt;http://macvoip.com/stn/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://blogs.nmss.com/communications/" target="_blank"&gt;http://blogs.nmss.com/communications/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://share.skype.com/sites/en/" target="_blank"&gt;http://share.skype.com/sites/en/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.phoneboy.com/?q=blog/" target="_blank"&gt;http://www.phoneboy.com/?q=blog/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.toyz.org/mrblog/" target="_blank"&gt;http://www.toyz.org/mrblog/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://realtime-voip.typepad.com/" target="_blank"&gt;http://realtime-voip.typepad.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.solokay.blogspot.com/" target="_blank"&gt;http://www.solokay.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.voipweekly.com/showBlogs.php?name=Gary%20Kim" target="_blank"&gt;http://www.voipweekly.com/showBlogs.php?name=Gary%20Kim&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.voipsecurityblog.typepad.com/" target="_blank"&gt;http://www.voipsecurityblog.typepad.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.irwinlazar.com/realtime/" target="_blank"&gt;http://www.irwinlazar.com/realtime/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://blog.voipsupply.com/" target="_blank"&gt;http://blog.voipsupply.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.voiplowdown.com/" target="_blank"&gt;http://www.voiplowdown.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.voiplowdown.com/" target="_blank"&gt;http://www.voiplowdown.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.voipsa.org/blog/" target="_blank"&gt;http://www.voipsa.org/blog/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.blueboxpodcast.com/" target="_blank"&gt;http://www.blueboxpodcast.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://podcasts.pulvermedia.com/" target="_blank"&gt;http://podcasts.pulvermedia.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.realtime-voip.com/" target="_blank"&gt;http://www.realtime-voip.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.skypepodcast.tv/" target="_blank"&gt;http://www.skypepodcast.tv/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.thevoicereport.com/telecomjunkies.html" target="_blank"&gt;http://www.thevoicereport.com/telecomjunkies.html&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lucafiligheddu.blogspot.com/" target="_blank"&gt;http://lucafiligheddu.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.voip-sol.com/" target="_blank"&gt;http://www.voip-sol.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://the-presence-of-presence.blogspot.com/" target="_blank"&gt;http://the-presence-of-presence.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://blogs.globalcrossing.com/blog" target="_blank"&gt;http://blogs.globalcrossing.com/blog&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-116035946452883680?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Reconfigurable processor for NIST Elliptic Curve Cryptography</title><link>http://www.kendall-online.com/blog/2006/08/reconfigurable-processor-for-nist.html</link><pubDate>Tue, 29 Aug 2006 14:22:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-115688956575158033</guid><description>&lt;strong&gt;ABSTRACT&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Exchange of information must integrate a means of protecting data against unauthorized access.&lt;br&gt;&lt;br /&gt;Cryptography plays an important role in achieving information security. It is used&lt;br /&gt;for&lt;br /&gt;(1) encrypting or signing data at the source before transmission, and then&lt;br /&gt;(2) decrypting or validating the signature of the received message at the destination. This thesis focuses on the study of the hardware implementation of a reconfigurable processor supporting elliptic curve cryptography (ECC) over prime fields GF(p).&lt;br&gt;&lt;br /&gt;The proposed processor can be reconfigured to work with any of the five prime fields recommended by NIST (192 to 521 bits). Our processor can be programmed to execute any sequence of basic modular operations (add, subtract, multiply, invert) used in higher level ECC arithmetic. The architecture has been prototyped on a Xilinx FPGA. Its performance is competitive with existing hardware implementation, despite the overhead needed to support datapath reconfigurations for different prime sizes.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.kendall-online.com/blog/file/Kendall_Ananyi_MAScthesis.pdf"&gt;See entire document here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-115688956575158033?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author><enclosure length="390967" type="application/pdf" url="http://www.kendall-online.com/blog/file/Kendall_Ananyi_MAScthesis.pdf"/><itunes:explicit>no</itunes:explicit><itunes:subtitle>ABSTRACT Exchange of information must integrate a means of protecting data against unauthorized access. Cryptography plays an important role in achieving information security. It is used for (1) encrypting or signing data at the source before transmission, and then (2) decrypting or validating the signature of the received message at the destination. This thesis focuses on the study of the hardware implementation of a reconfigurable processor supporting elliptic curve cryptography (ECC) over prime fields GF(p). The proposed processor can be reconfigured to work with any of the five prime fields recommended by NIST (192 to 521 bits). Our processor can be programmed to execute any sequence of basic modular operations (add, subtract, multiply, invert) used in higher level ECC arithmetic. The architecture has been prototyped on a Xilinx FPGA. Its performance is competitive with existing hardware implementation, despite the overhead needed to support datapath reconfigurations for different prime sizes. See entire document here</itunes:subtitle><itunes:author>Kendall Ananyi</itunes:author><itunes:summary>ABSTRACT Exchange of information must integrate a means of protecting data against unauthorized access. Cryptography plays an important role in achieving information security. It is used for (1) encrypting or signing data at the source before transmission, and then (2) decrypting or validating the signature of the received message at the destination. This thesis focuses on the study of the hardware implementation of a reconfigurable processor supporting elliptic curve cryptography (ECC) over prime fields GF(p). The proposed processor can be reconfigured to work with any of the five prime fields recommended by NIST (192 to 521 bits). Our processor can be programmed to execute any sequence of basic modular operations (add, subtract, multiply, invert) used in higher level ECC arithmetic. The architecture has been prototyped on a Xilinx FPGA. Its performance is competitive with existing hardware implementation, despite the overhead needed to support datapath reconfigurations for different prime sizes. See entire document here</itunes:summary><itunes:keywords>nigeria, internet, streaming, news, kendall, ananyi, my9ja, broadband, wireless, 802 11,ISP, voip, vsat, online</itunes:keywords></item><item><title>Myafricasite now with embedded mp3 player and streaming radio</title><link>http://www.kendall-online.com/blog/2006/08/myafricasite-now-with-embedded-mp3.html</link><pubDate>Sun, 27 Aug 2006 11:25:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-115670354978506052</guid><description>&lt;a href="http://www.myafricasite.com"&gt;myafricasite&lt;/a&gt; now has a streaming radio player.&lt;br&gt; There are currently 6 african radio stations you can choose from. It plays one of them at random when it loads, but you can still select the station you want by clicking fast forward.&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;img src="http://www.myafricasite.com/images/others/radio.JPG" /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;The stations are&lt;br /&gt;&lt;br&gt;&lt;br /&gt;1) Hitz Radio&lt;br&gt;&lt;br /&gt;2) Radio Palmwine (4 different stations)&lt;br&gt;&lt;br /&gt;3) and NaijaRadio&lt;br&gt;&lt;br /&gt;You can listen to nigerian and other african streaming radio stations as more stations will be added.&lt;br /&gt;&lt;p&gt;&lt;br /&gt;They also have an mp3 player to listen to all the music streamed  off members profile. listen to the mp3's by &lt;a href="http://www.myafricasite.com/playmp3.php"&gt;clicking here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-115670354978506052?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Meebo now offers embedded instant messaging as well as single sign-on to Yahoo, MSN, AOL and GMail</title><link>http://www.kendall-online.com/blog/2006/08/meebo-now-offers-embedded-instant.html</link><pubDate>Wed, 2 Aug 2006 10:34:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-115454004407634210</guid><description>Meebo, a Web-based instant messaging provider, was set to unveil on Wednesday the capability for people to add instant messaging into any Web page be it a blog or social networking profile like myafricasite, myspace or hi5. In fact the popular social networking site for Africans www.myafricasite.com has embedded the meebo chat widget on all their profiles to allow other members chat with them.&lt;br /&gt;&lt;br /&gt;One other advantage meebo has is its single-sign on for all major instant messaging networks. So you can have a unified IM profile that logs into your yahoo, msn, google talk and AOL accounts. So go to www.meebomo.com to get your embeedded chat widget and chat with vistors to your website, profile or blog&lt;br/&gt;&lt;br/&gt;&lt;a href="http://news.com.com/2100-1032_3-6101164.html?part=rss&amp;tag=6101164&amp;subj=news"&gt;read more&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href="http://digg.com/software/Meebo_offers_embedded_instant_messaging_CNET_News_com"&gt;digg story&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-115454004407634210?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Quickest method to shut down Acrobat Reader.</title><link>http://www.kendall-online.com/blog/2006/06/quickest-method-to-shut-down-acrobat.html</link><pubDate>Thu, 22 Jun 2006 22:22:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-115104107947653015</guid><description>&lt;div style="text-align: justify;"&gt;A &lt;a href="http://digg.com/software/Speed_Up_Adobe_Acrobat_Reader_Significantly"&gt;digg article&lt;/a&gt; described the quickest method to have Acrobat Reader open up a document without loading all the plugins before start up. Well if you noticed that your system always slows down and takes a long time when you want to close a browser which with a pdf document within, here is a quick method which I found out seems to solve my problem.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:times new roman;"&gt;1. Press the Ctrl + Alt + Delete buttons together. - This opens up the task manager.&lt;/span&gt;  &lt;span style="font-family:times new roman;"&gt;2. Click on the process tab.&lt;/span&gt;  &lt;span style="font-family:times new roman;"&gt;3. Select &lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:times new roman;font-size:100%;"  &gt;&lt;span style="font-weight: bold;"&gt;Acrobat32.exe.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;4.  Click End process.&lt;br /&gt;&lt;br /&gt;5. Click Ok to confirm shut down&lt;br /&gt;&lt;br /&gt;6. Then close the browser.&lt;br /&gt;&lt;br /&gt;This normally shuts down a browser with an open PDF document in less than 5-10sec which is all I am interested in. :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-115104107947653015?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Africa's  Social networking site</title><link>http://www.kendall-online.com/blog/2006/06/africas-social-networking-site.html</link><pubDate>Thu, 8 Jun 2006 01:27:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-114975526731443781</guid><description>It is a Web 2.0 site and its objective is to provide a platform for Africans the world over to network similar to other well established Social Networking sites like MySpace, hi5 and bebo. It includes blogs, videos, forums, groups, flash games and a news feed aggregator&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.kendall-online.com/blog/2006/06/myafricasitecom-africas-web-20-social.html"&gt;read more&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href="http://digg.com/software/"&gt;digg story&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-114975526731443781?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Myafricasite.com : Africa's Web 2.0 Social Networking site</title><link>http://www.kendall-online.com/blog/2006/06/myafricasitecom-africas-web-20-social.html</link><pubDate>Thu, 8 Jun 2006 00:51:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-114975500256441995</guid><description>&lt;p&gt;Myafricasite.com &lt;a href="http://www.myafricasite.com/"&gt;http://www.myafricasite.com/&lt;/a&gt;. It is a web 2.0 site and its objective is to provide a platform for Africans the world over to network similar to other well established Social Networking sites like MySpace, hi5 and bebo.&lt;br /&gt;The site went live on the 1st of June 2006 and its features include:&lt;br /&gt;&lt;strong&gt;Friends:&lt;/strong&gt; Set up your profile, search for your fiends and chat with them, they might have even already signed up!!!. The profiles support HTML giving the member complete control of the design of his homepage, objects such as videos from Youtube and Google videos can be embedded within the profile. The members can also edit their privacy settings to allow or deny messages from users to keep spammers at bay.&lt;br /&gt;&lt;strong&gt;Groups:&lt;/strong&gt; Start your own groups or join groups such as your schools group or alumni association and send invites to members and pot announcements to the shout box.&lt;br /&gt;&lt;strong&gt;Forums:&lt;/strong&gt;To discuss various topics notify members of events e.t.c.&lt;br /&gt;&lt;strong&gt;Music:&lt;/strong&gt; Videos from African artists in the Music section and you the videos can be added to your profile or request for particular songs on the forum. The videos are obtained directly added from Web 2.0 video hosting sites with African themed tags or tags from popular African artists. The videos are automatically posted each time the feeds generated from the tag is updated ensuring that the Music section is up to date&lt;br /&gt;&lt;strong&gt;Games:&lt;/strong&gt; Play Soccer, Mario, Sonic, Streetfighter and lots of flash games from bigger sites like Ebaumsworld.&lt;br /&gt;&lt;strong&gt;News:&lt;/strong&gt; The site also has the latest news items on Africa. The news items are aggregated from RSS feeds on African News thereby providing the latest news items in real time. Some of the major sources include but are not limited to Yahoo, Google and AllAfrica.com&lt;br /&gt;&lt;strong&gt;Classified:&lt;/strong&gt; Search for job postings or post items you want to sell or look for items to buy. Blog: Your online diary or journal, where you share your thoughts,. The members blogs have live RSS 2.0 feeds and the most exciting podcasts as determined by monthly polls are submitted to iTunes allowing creative writers reach a wider audience which was impossible since only podcasters with major credit cards could submit their podcasts to iTunes.&lt;br /&gt;&lt;strong&gt;Text messaging:&lt;/strong&gt; The site also allows subscribed members send SMS to mobile networks all over Africa and communicate with their friends and family.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-114975500256441995?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Nigerian DIDs now available for Voip calls</title><link>http://www.kendall-online.com/blog/2006/05/nigerian-dids-now-available-for-voip.html</link><pubDate>Wed, 31 May 2006 14:44:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-114911185191147489</guid><description>Callnigeriaonline.com owned by Kendall Conglomerate Inc. now provides Nigerian phone numbers (DIDs) for use with SIP phones.&lt;br /&gt; &lt;br /&gt;They make Nigeria one of the few African countries with DIDs available just like South Africafor you as  virtual phone numbers.&lt;br /&gt;&lt;br /&gt;They offer free pc to pc calling between registered members too.&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.callnigeriaonline.com"&gt;read more&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href="http://digg.com/technology/"&gt;digg story&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-114911185191147489?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Quadruple play</title><link>http://www.kendall-online.com/blog/2006/05/quadruple-play.html</link><pubDate>Fri, 19 May 2006 06:10:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-114804428996787487</guid><description>The margin between being on top of the telecoms game and otherwise can effectively be put in two words these days . QUADRUPLE PLAY.This means a firm involving itself in four forms of media delivery to its customers .These are fixed landlines,mobile telephony,broadband internet and digital television services.And the key is being able to streamline services across these platforms so as to ensure that the consumer who already is king, as competition drives down the prices of these services is catered for, as each content is available at his own covenience&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-114804428996787487?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Dell appoints AMD for high end users</title><link>http://www.kendall-online.com/blog/2006/05/dell-appoints-amd-for-high-end-users.html</link><pubDate>Fri, 19 May 2006 05:46:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-114804283863669957</guid><description>I have just heard that Dell computers have decided to use AMD microchips in making systems for their high end users.This only reiterates the latest trend that we are seeing which is Intel, loosing more of its market share to Advanced Micro Devices (AMD).I remember reading last month that Paul Otellini,the CEO of Intel revealing plans to restructure the company to not only meet with current demands but also for future challenges as its competitors,chief among then being AMD are seiously pushing them to the limits.His restructuring I believe includes the standard practices of cutting costs and evaluating staff, and then looking within for organic growth in the hope of presiding over a leaner and meaner organisation.I say Paul Otellini,I wish you all the best because growing up, I actually thought there weren`t any other microchip makers other than Intel.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-114804283863669957?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Configuring Express Talk SIP Softphone from NCH Sound</title><link>http://www.kendall-online.com/blog/2006/05/configuring-express-talk-sip-softphone.html</link><pubDate>Sun, 14 May 2006 22:30:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-114767156604277387</guid><description>This is a step-by-step tutorial on installing and configuring the Express Talk SIp Softphone from NCH &lt;a href="http://www.nch.com.au"&gt;http://www.nch.com.au&lt;/a&gt; .  This SIP softphone size is only 700k and it supports calling from 4 phone lines using any of the following codecs GSM, uLaw, ALaw and PCM and it uses about 5MB of memory when running&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Hardware required:&lt;/strong&gt;&lt;br /&gt;For audio: A sound card.......comes with every computer these days&lt;br /&gt;For communication:&lt;br /&gt;- A good microphone and external speakers for handsfree operation&lt;br /&gt;- Or a good headset (headphones and microphone), can be obtained from any electronics store&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Instruction:&lt;/strong&gt;&lt;br /&gt;Download the file from the link above. From the 1st screen select “Run"&lt;br /&gt;&lt;a href="http://www.my9ja.com/phone/images/helpA.JPG"&gt;&lt;img style="CURSOR: hand" alt="" src="http://www.my9ja.com/phone/images/helpA.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;In the next screen select click "Run" when the Internet Explorer - Security warning appears&lt;br /&gt;&lt;a href="http://www.my9ja.com/phone/images/helpB.JPG"&gt;&lt;img style="CURSOR: hand" alt="" src="http://www.my9ja.com/phone/images/helpB.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Next when the Windows Security Alert window Appears. Click Unblock. This step is the most important if missed, will require some above average knowledge to unblock the program&lt;/strong&gt;&lt;br /&gt;&lt;a href="http://www.my9ja.com/phone/images/helpminus2.JPG"&gt;&lt;img style="CURSOR: hand" alt="" src="http://www.my9ja.com/phone/images/helpminus2.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;In the next screen click "Next" except you have a USB phone then you can change the "Audio Input Channel to your USB phone.&lt;br /&gt;&lt;a href="http://www.my9ja.com/phone/images/helpminus1.JPG"&gt;&lt;img style="CURSOR: hand" alt="" src="http://www.my9ja.com/phone/images/helpminus1.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;In the next screen "Sound and Playback Volume" . Click "Next" if you can hear the test announcement&lt;br /&gt;&lt;a href="http://www.my9ja.com/phone/images/helpC.JPG"&gt;&lt;img style="CURSOR: hand" alt="" src="http://www.my9ja.com/phone/images/helpC.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;In the next screen "Talk Mode and Audio Quality options". Under Communication Device. Select the button "Use microphone and speakers (turn echo cancellation on" if you are using an external microphone and speakers. If you have a headset or USB phone then select "Use a headset (turn echo cancellation off). Click "Next"&lt;br /&gt;&lt;a href="http://www.my9ja.com/phone/images/helpD.JPG"&gt;&lt;img style="CURSOR: hand" alt="" src="http://www.my9ja.com/phone/images/helpD.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;In the next screen leave the default selection "Yes, I already have a sip account". Click "Next".&lt;br /&gt;&lt;a href="http://www.my9ja.com/phone/images/helpE.JPG"&gt;&lt;img style="CURSOR: hand" alt="" src="http://www.my9ja.com/phone/images/helpE.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;In the next screen "Sip Account Details" enter your Sip Account Details. &lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;For example under “Friendly Display Name” enter any name,&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;Then under “Sip Account Number or User Name)” enter the username provided to you and under SIP Server enter your server name e.g. kendall.myvnc.com &lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;and under “SIP Password” enter the password provided to you. (The password isn’t entered twice so make sure you enter it correctly). &lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;Click "Finish".&lt;/strong&gt;&lt;br /&gt;&lt;a href="http://www.my9ja.com/phone/images/helpF.JPG"&gt;&lt;img style="CURSOR: hand" alt="" src="http://www.my9ja.com/phone/images/helpF.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The final step is the Firewall Autoconfiguration and provided you unblocked the program at the third step, You should be able to connect to the SIP server using your account details. Click "OK"&lt;br /&gt;&lt;a href="http://www.my9ja.com/phone/images/helpG.JPG"&gt;&lt;img style="CURSOR: hand" height="220" alt="" src="http://www.my9ja.com/phone/images/helpG.JPG" width="420" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.my9ja.com/phone/images/help6.JPG"&gt;&lt;img style="CURSOR: hand" alt="" src="http://www.my9ja.com/phone/images/help6.JPG" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-114767156604277387?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Investors must cash in........</title><link>http://www.kendall-online.com/blog/2006/05/investors-must-cash-in.html</link><pubDate>Sun, 14 May 2006 09:43:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-114762508346307178</guid><description>The price of Gold in the international market has risen to just over 700 dollars per troy ounce .Can anyone believe it.Investors must be smiling to themselves as this is almost too good to be true .I for one dont think there is any better time to cash in as i dont forsee it getting any higher than it did last monday, May 8th 2006.It means that the price of this very highly esteemed commodity that also prides itself as a store of value has risen by over 250 percent in the last 5 years .I reiterate for one last time - INVESTORS, PLEASE CASH IN.&lt;br /&gt;&lt;br /&gt;For more on this,see ft.com/markets&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-114762508346307178?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>France Telecom innovates</title><link>http://www.kendall-online.com/blog/2006/05/france-telecom-innovates.html</link><pubDate>Sun, 14 May 2006 09:02:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-114762257114155378</guid><description>It is not easy for anyone to think that top level management is easy.How can anyone explain the constant changes that management have to deal with ?France Telecom like most other government owned telecom firms are struggling with innovation.Can I blame them?Not at all.What with all the competition from free voice over internet protocol telephony and the providers of internet services.Now they are joining the bandwagon of providing free internet services on handsets of their subscribers amongst other things.I wish them all the best .&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-114762257114155378?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>International Compliance</title><link>http://www.kendall-online.com/blog/2006/05/international-compliance.html</link><pubDate>Mon, 1 May 2006 05:08:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-114648531131867866</guid><description>Its not news these days that companies try as much as possible to ensure that profits remain central to their operations.The only other concept that comes close to that is their market share .I don't blame them.Who would?&lt;br /&gt;&lt;br /&gt;This becomes imperative more so, when it is listed on a stock exchange .That most often than not dictates that it furnishes clients,investors and potential investors with financial information regarding the firm on a quarterly basis.This is where COMPLIANCE comes in .According to wikipedia,the on-line encyclopaedia,"Regulatory compliance refers to systems or departments at corporations and public agencies to ensure that personnel are aware of and take steps to comply with relevant laws and regulations".When this is not done, then everything can go haywire as we have seen with a few companies lately, with Enron being a critical example. Companies can tweak accounting reporting standards but one way or the other they cant get away with it as sooner rather than later, they are exposed.&lt;br /&gt;That is why the institute that administers the Chartered financial analyst examination ensures that that is a very important pre-requisite before one is made a member of the body, and one promises to adhere by its ethics and codes of responsibility.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-114648531131867866?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Frappr - Map the location of your friend, classmates, alumni</title><link>http://www.kendall-online.com/blog/2006/04/frappr-map-location-of-your-friend.html</link><pubDate>Sat, 15 Apr 2006 21:58:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-114516359567851531</guid><description>&lt;a href="http://www.frappr.com/nigeria"&gt;Frappr&lt;/a&gt; (Friend Mapper) from Rising Concepts is a social networking site that allows you to map the current location of groups of people.&lt;br /&gt;The Frappr site states that ……….. “lets you see the zip code where your friends live or work, letting you find out who works in the office building next door and who lives in the apartment complex across the street.”&lt;br /&gt; And the Wikipedia stub says…………“is a Web 2.0 website, currently in beta, which makes use of the Google Maps API. The site allows users of online communities to pin themselves on a map, and see other members location”&lt;br /&gt;&lt;br /&gt;Like any other social networking site. You can send messages to one another and the email address of the users are not revealed.  The sign up process is fast, you need is the current location and an email address and after registering you can join other Frappr groups or set up your own group.&lt;br /&gt;One other cool feature that makes the sign up process painless is the predictive location feature that provides a variety of locations for you based on the first few characters of the city you are located in, and  just in case your city isn’t in the drop down list, as id elink allows you to inform the site’s administrator. You can also apply tags to the group formed, so members can search and find the group easily.&lt;br /&gt;The site is perfect for alumni groups and the maps can be easily integrated into your website as a button or thumbnail of the actual map.&lt;p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-114516359567851531?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item><item><title>Skype acquires Global IP Sound Competitor</title><link>http://www.kendall-online.com/blog/2006/04/skype-acquires-global-ip-sound.html</link><pubDate>Tue, 11 Apr 2006 08:15:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-21036761.post-114476850310421257</guid><description>Skype acquired Global IP Sound (GIPS) competitor Sonorit AB which GIPS has sued for allegedly violating GIPS’ trade secrets and engaged in acts of unfair competition.Most of Sonorit's staff them are former GIPS employees. GIPS Voice engine is in use by Skype, Yahoo Voice and Google talk&lt;br/&gt;&lt;br/&gt;&lt;a href="http://share.skype.com/sites/en/2006/04/skype_acquires_a_voice_technol.html"&gt;read more&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href="http://digg.com/deals/"&gt;digg story&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21036761-114476850310421257?l=www.kendall-online.com%2Fblog%2Findex.html' alt='' /&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>kendall.ananyi@gmail.com (Kendall Ananyi)</author></item></channel></rss>