<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>VoIP Survivor</title>
	
	<link>http://blog.radvision.com/voipsurvivor</link>
	<description>IMS &amp; V²oIP industry insights</description>
	<pubDate>Thu, 20 Nov 2008 12:33:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<image><link>http://www.radvision.com/Solutions/DeveloperSolutions/</link><url>http://www.radvision.com/radvision/Images//design/radvision.gif</url></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/VoipSurvivor" type="application/rss+xml" /><feedburner:emailServiceId>1551500</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>The 2 Kinds of Real Time Video</title>
		<link>http://feeds.feedburner.com/~r/VoipSurvivor/~3/459523109/</link>
		<comments>http://blog.radvision.com/voipsurvivor/2008/11/20/the-2-kinds-of-real-time-video/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 12:33:24 +0000</pubDate>
		<dc:creator>Tsahi Levent-Levi</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[codec]]></category>

		<category><![CDATA[communication]]></category>

		<category><![CDATA[Optimization]]></category>

		<category><![CDATA[packet loss]]></category>

		<category><![CDATA[real-time]]></category>

		<category><![CDATA[Streaming]]></category>

		<category><![CDATA[Telephony]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[Video quality]]></category>

		<category><![CDATA[Video telephony]]></category>

		<category><![CDATA[visual communication]]></category>

		<guid isPermaLink="false">http://blog.radvision.com/voipsurvivor/?p=124</guid>
		<description><![CDATA[People often use the term &#8220;real-time video&#8221;, but it could me different things to different people. Some regard real-time video as the kind you stream, others as the kind you use for visual communication. The difference may seem insignificant, but it&#8217;s all that is needed to botch a real- time video project.
The Kind You Stream
The [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/ishmaelo/227975837/"><img class="alignright" src="http://blog.radvision.com/images/2008/20081120-VoipSurvivor-realtime.jpg" alt="" width="250" height="188" /></a>People often use the term &#8220;real-time video&#8221;, but it could me different things to different people. Some regard real-time video as the kind you stream, others as the kind you use for visual communication. The difference may seem insignificant, but it&#8217;s all that is needed to botch a real- time video project.</p>
<h3>The Kind You Stream</h3>
<p>The streaming kind is uni-directional - the video in this case flows from a single source to one or more destinations. As the delay between sending and receiving is not relevant, real-time in this case is a matter of seconds or even minutes between send and receive.</p>
<p>In some cases, you&#8217;d like something better than a matter of seconds, but mostly seconds would do just fine.</p>
<h3>The Kind You Use For Visual Communication</h3>
<p>Visual communication is bi-directional - the video in this case flows in both directions and can be considered &#8220;synchronized&#8221; - the video stream from one side responds and interacts with the video stream from the other side. In this case, real-time means hundreds of milliseconds difference between send and receive at most.</p>
<h3>It&#8217;s the Latency That Counts</h3>
<p>Latency is the term used for the time it takes for live video to be captured, encoded, sent across the network, decoded on the other side and displayed. This variance in &#8220;real-timeness&#8221; between streaming and visual communication is the cause for a lot of &#8220;disconnects&#8221; between codec vendors and their customers from the visual communication industry.</p>
<p>I&#8217;ve been involved in several different projects that required various codecs for video telephony. Our customers who develop the end products are usually the ones choosing the codec vendor, and usually they do that prior to selecting a vendor for the signaling, call control and application parts (that&#8217;s us). While this is all fair play, time and again we bumped into codec vendors with a great brand name for their products, excellent video quality in off-line testing, a great deal of knowledge in optimization.  Yet, they were not suitable for use in a video telephony system - they referred to real-time video as the kind you stream, not the kind you use for visual communication.</p>
<p>This is not a big surprise. Up until now, video streaming and playback were the majority of the industry. Codec vendors focused on those markets and neglected the visual communication requirements and needs. The end result? Delays in product deliveries, bad vibes between parties, replacement of codec vendors in the middle of projects, etc.</p>
<h3>What to do?</h3>
<p>If you are working on a video telephony project and need to deal with codec vendors, try to make sure they fit your needs. This must include a set of requirements the codec vendor has to follow. On this list of requirements you should put the following items (at least):</p>
<ul>
<li> The encoder should be able to generate slices (parts of a video frame) in any arbitrary size. This allows better management of packet sending over the network, and also improves packet loss resiliency and reduces latency.</li>
<li> The encoder should work well in an IPPP structure, where the key frame (I) is sent only upon request and not at a fixed frame interval (as in video streaming).</li>
<li> The decoder should be able to receive packets of any given size (not just full frames), to allow faster decoding (and lower latency).</li>
<li> The decoder should be prone to network errors, such as packet loss, and should not crash on any input what-so-ever.</li>
<li> As the encoder and decoder work in parallel in video telephony, it should be possible to control the encoder at frame level. For instance, to request a key frame (a procedure known as &#8220;Video Fast Update request&#8221; or &#8220;VFU request&#8221;).</li>
<li> Make sure the rate control mechanism built into the encoder you plan to use works in a constant bit rate (CBR) mode. Anything else just isn&#8217;t suitable for video telephony.</li>
</ul>
<p>Up until recently, video telephony was a niche market, and a small one at that. This is why most codec vendors still don&#8217;t really <a href="http://en.wikipedia.org/wiki/Grok">grok</a> telephony. The good news is that video is going mainstream. With Skype and Google both having solid video telephony solutions, it will be everywhere soon enough, which means codec vendors will have to do their homework.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=5I8ZN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=5I8ZN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=RVfLN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=RVfLN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=nxtvn"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=nxtvn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=qoo9n"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=qoo9n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=9jnyn"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=9jnyn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=uPQyN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=uPQyN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/VoipSurvivor/~4/459523109" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.radvision.com/voipsurvivor/2008/11/20/the-2-kinds-of-real-time-video/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=VoipSurvivor&amp;itemurl=http%3A%2F%2Fblog.radvision.com%2Fvoipsurvivor%2F2008%2F11%2F20%2Fthe-2-kinds-of-real-time-video%2F</feedburner:awareness><feedburner:origLink>http://blog.radvision.com/voipsurvivor/2008/11/20/the-2-kinds-of-real-time-video/</feedburner:origLink></item>
		<item>
		<title>Carnival of the Mobilists #150 at Mippin</title>
		<link>http://feeds.feedburner.com/~r/VoipSurvivor/~3/457302858/</link>
		<comments>http://blog.radvision.com/voipsurvivor/2008/11/18/carnival-of-the-mobilists-150-at-mippin/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 15:46:46 +0000</pubDate>
		<dc:creator>Tsahi Levent-Levi</dc:creator>
		
		<category><![CDATA[Around the net]]></category>

		<category><![CDATA[Carnival of the Mobilists]]></category>

		<category><![CDATA[Femtocell]]></category>

		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://blog.radvision.com/voipsurvivor/?p=123</guid>
		<description><![CDATA[This week&#8217;s Carnival is at Mippin Blog. This time there&#8217;s a lot of variation with Femtocells getting its share.
So head on there to see what&#8217;s going on this week with the mobile market.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mobili.st/"><img src="http://blog.radvision.com/images/series/carnival-of-the-mobilists.jpg" alt="Carnival of the Mobilists" width="102" height="39" align="left" /></a>This week&#8217;s Carnival is at <a href="http://blog.mippin.com/2008/11/carnival-of-mobilists-150.html">Mippin Blog</a>. This time there&#8217;s a lot of variation with Femtocells getting its share.</p>
<p>So head on there to see what&#8217;s going on this week with the mobile market.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=sKCwN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=sKCwN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=KCnlN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=KCnlN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=XplXn"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=XplXn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=kceYn"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=kceYn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=aQY8n"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=aQY8n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=bAXgN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=bAXgN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/VoipSurvivor/~4/457302858" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.radvision.com/voipsurvivor/2008/11/18/carnival-of-the-mobilists-150-at-mippin/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=VoipSurvivor&amp;itemurl=http%3A%2F%2Fblog.radvision.com%2Fvoipsurvivor%2F2008%2F11%2F18%2Fcarnival-of-the-mobilists-150-at-mippin%2F</feedburner:awareness><feedburner:origLink>http://blog.radvision.com/voipsurvivor/2008/11/18/carnival-of-the-mobilists-150-at-mippin/</feedburner:origLink></item>
		<item>
		<title>VoIP Developer Tools is What Do We Do Around Here</title>
		<link>http://feeds.feedburner.com/~r/VoipSurvivor/~3/456010908/</link>
		<comments>http://blog.radvision.com/voipsurvivor/2008/11/17/voip-developer-tools-is-what-do-we-do-around-here/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 14:10:23 +0000</pubDate>
		<dc:creator>Tsahi Levent-Levi</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[clip]]></category>

		<category><![CDATA[developer tools]]></category>

		<category><![CDATA[developers]]></category>

		<category><![CDATA[Protocol stacks]]></category>

		<category><![CDATA[SDK]]></category>

		<category><![CDATA[Skype]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://blog.radvision.com/voipsurvivor/?p=121</guid>
		<description><![CDATA[The greatest challenge of my work is to explain exactly what our business unit is doing:
Friend: &#8220;What exactly it is that you&#8217;re doing?&#8221;
Me: &#8220;I am a Product Manager&#8221;
Friend: &#8220;Yes, but of what products?&#8221;
Me: &#8220;Well, we cater for VoIP developers&#8221;
Friend: &#8220;VoIP?&#8221;
Me: &#8220;You know, when you use Skype to call people over the internet? That&#8217;s VoIP&#8221;
Friend: &#8220;Oh, [...]]]></description>
			<content:encoded><![CDATA[<p>The greatest challenge of my work is to explain exactly what our business unit is doing:</p>
<p style="padding-left: 30px"><strong>Friend:</strong> &#8220;What exactly it is that you&#8217;re doing?&#8221;</p>
<p style="padding-left: 30px"><strong>Me:</strong> &#8220;I am a Product Manager&#8221;</p>
<p style="padding-left: 30px"><strong>Friend:</strong> &#8220;Yes, but of what products?&#8221;</p>
<p style="padding-left: 30px"><strong>Me:</strong> &#8220;Well, we cater for VoIP developers&#8221;</p>
<p style="padding-left: 30px"><strong>Friend:</strong> &#8220;VoIP?&#8221;</p>
<p style="padding-left: 30px"><strong>Me:</strong> &#8220;You know, when you use Skype to call people over the internet? That&#8217;s VoIP&#8221;</p>
<p style="padding-left: 30px"><strong>Friend:</strong> &#8220;Oh, so you do Skype?&#8221;</p>
<p style="padding-left: 30px"><strong>Me:</strong> &#8220;No. Not exactly. We enable companies who want to develop products like Skype to do so. But not Skype. Skype is proprietary.&#8221;</p>
<p style="padding-left: 30px"><strong>Friend:</strong> &#8220;So what do you do again?&#8221;</p>
<p>You get my drift.</p>
<p>The TBU (Technology Business Unit) develops standard compliant VoIP protocol stacks and SDKs for developers, who then develop their own products.</p>
<p>That&#8217;s a mouthful.</p>
<p>And now that we have a new video clip, it should make it a lot easier to explain what I do to my friends:</p>
<p style="text-align: center"><embed src="http://blip.tv/play/AdnHRwA" type="application/x-shockwave-flash" width="600" height="505" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p>Hope you&#8217;ll like it as much as I do.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=0fJaN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=0fJaN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=ObhRN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=ObhRN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=NDrln"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=NDrln" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=5ytin"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=5ytin" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=Gm6Ln"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=Gm6Ln" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=fLB3N"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=fLB3N" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/VoipSurvivor/~4/456010908" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.radvision.com/voipsurvivor/2008/11/17/voip-developer-tools-is-what-do-we-do-around-here/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=VoipSurvivor&amp;itemurl=http%3A%2F%2Fblog.radvision.com%2Fvoipsurvivor%2F2008%2F11%2F17%2Fvoip-developer-tools-is-what-do-we-do-around-here%2F</feedburner:awareness><feedburner:origLink>http://blog.radvision.com/voipsurvivor/2008/11/17/voip-developer-tools-is-what-do-we-do-around-here/</feedburner:origLink></item>
		<item>
		<title>HealthCare in Israel: Mobile Video Telephony to the Rescue</title>
		<link>http://feeds.feedburner.com/~r/VoipSurvivor/~3/451834098/</link>
		<comments>http://blog.radvision.com/voipsurvivor/2008/11/13/healthcare-in-israel-mobile-video-telephony-to-the-rescue/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 14:10:53 +0000</pubDate>
		<dc:creator>Tsahi Levent-Levi</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[3G]]></category>

		<category><![CDATA[3G-324M]]></category>

		<category><![CDATA[call centers]]></category>

		<category><![CDATA[HealthCare]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[Telemedicine]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[Video telephony]]></category>

		<guid isPermaLink="false">http://blog.radvision.com/voipsurvivor/?p=119</guid>
		<description><![CDATA[Mobile video telephony today is not the killer app we all thought it would be . I believe this is due to the technical difficulties involved. That aside, there are niche markets that make use of what is currently available in mobile video telephony. Just this week I bumped into a news piece on Israeli [...]]]></description>
			<content:encoded><![CDATA[<p>Mobile video telephony today is not <a href="http://blogs.nmss.com/communications/2005/05/visual_communic.html">the killer app we all thought it would be</a> . I believe this is <a href="http://blog.radvision.com/voipsurvivor/2008/10/16/what-makes-mobile-video-calls-quality-poor-and-how-to-fix-it/">due to the technical difficulties</a> involved. That aside, there are niche markets that make use of what is currently available in mobile video telephony. Just this week I bumped into a news piece on Israeli TV (Channel 2 News) about doctors in Israeli hospitals using mobile phones during their daily rounds and surgery procedures to help in difficult decision making.</p>
<p>Below you can see the <a href="http://www.mako.co.il/news/channel2/Channel-2-Newscast/Articles/itemId=49923770eb78d110VgnVCM2000002a0c10acRCRD">news item</a>. Sorry for the Hebrew.</p>
<p align="center"><iframe width='242' frameborder='0' height='222' src='http://www.mako.co.il/EmbeddedPlayer/vgnextoid=49923770eb78d110VgnVCM2000002a0c10acRCRD'></iframe><br />
First ever trial of mobile phones use during surgery for remote &#8220;second opinion&#8221;</p>
<p>This is part of a new trial done in Israel hospitals of using 3G technology to send either still images or video (that is video calls using 3G-324M) during surgery. It is used by physicians to consult with medical specialists who are not located on premises, and improve the decisions they make. The initial trial shows that in almost 43% (yes - no mistake there) of cases, the medical specialist suggested a <strong>different</strong> treatment than the physician on site.</p>
<p>A pessimist would say this only proves that the medical system in Israel is failing. An optimist would say this shows <a href="http://blog.radvision.com/videooverenterprise/2008/09/25/nurse-hand-me-the-endpoint-please/">telemedicine improves healthcare</a>, and here&#8217;s yet another proof that <a href="http://blog.radvision.com/videooverenterprise/2008/07/22/vrs-visually-connects-the-hearing-and-speaking-impaired-to-the-world/">technology can make our lives better</a>.</p>
<p><a href="http://blog.radvision.com/videooverenterprise/about">Sagee from the neighboring blog</a> is such an optimist. I am willing to admit that mobile video telephony, in its current state (that is: low frame rate - 15 max, low resolution - <a href="http://en.wikipedia.org/wiki/Common_Intermediate_Format">QCIF</a>), may be sufficient for several niche markets:</p>
<ol>
<li>Telemedicine, where it bridges the gaps between doctors, and allows them to communicate with peers and specialists wherever they are.</li>
<li><a href="http://blog.radvision.com/videooverenterprise/2008/08/07/video-calls-should-be-the-way-to-communicate-with-your-bank/">Banking</a>.</li>
<li>Interactive video response and <a href="http://blog.radvision.com/videooverenterprise/2008/07/29/visual-contact-center/">visual call centers</a>.</li>
</ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=dBz0N"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=dBz0N" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=W9vlN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=W9vlN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=lWw2n"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=lWw2n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=jCBfn"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=jCBfn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=GGnsn"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=GGnsn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=1fDkN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=1fDkN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/VoipSurvivor/~4/451834098" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.radvision.com/voipsurvivor/2008/11/13/healthcare-in-israel-mobile-video-telephony-to-the-rescue/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=VoipSurvivor&amp;itemurl=http%3A%2F%2Fblog.radvision.com%2Fvoipsurvivor%2F2008%2F11%2F13%2Fhealthcare-in-israel-mobile-video-telephony-to-the-rescue%2F</feedburner:awareness><feedburner:origLink>http://blog.radvision.com/voipsurvivor/2008/11/13/healthcare-in-israel-mobile-video-telephony-to-the-rescue/</feedburner:origLink></item>
		<item>
		<title>Unified Communications for the Home</title>
		<link>http://feeds.feedburner.com/~r/VoipSurvivor/~3/449575040/</link>
		<comments>http://blog.radvision.com/voipsurvivor/2008/11/11/unified-communications-for-the-home/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 14:12:51 +0000</pubDate>
		<dc:creator>Tsahi Levent-Levi</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[consumers]]></category>

		<category><![CDATA[enterprise]]></category>

		<category><![CDATA[IM]]></category>

		<category><![CDATA[ip phone]]></category>

		<category><![CDATA[Office]]></category>

		<category><![CDATA[PBX]]></category>

		<category><![CDATA[Presence]]></category>

		<category><![CDATA[Skype]]></category>

		<category><![CDATA[social networking]]></category>

		<category><![CDATA[Unified Communications]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.radvision.com/voipsurvivor/?p=118</guid>
		<description><![CDATA[Everybody talks about Unified Communications.

If you once wrote a PBX, now you call it UC. If you developed IP Phones, now you brand them as UC. The only problem I see with all the hype around this is that UC is targeted at the enterprise. It&#8217;s not that I don&#8217;t like enterprises - I work [...]]]></description>
			<content:encoded><![CDATA[<p>Everybody talks about Unified Communications.</p>
<p style="text-align: center"><img class="alignnone" src="http://blog.radvision.com/images/2008/20081110-VoipSurvivor-UC-hype.jpg" alt="" width="600" height="64" /></p>
<p>If you once wrote a PBX, now you call it UC. If you developed IP Phones, now you brand them as UC. The only problem I see with all the hype around this is that UC is targeted at the enterprise. It&#8217;s not that I don&#8217;t like enterprises - I work for one, but I think people are missing the consumers on this one.</p>
<h3>Presence and the Enterprise</h3>
<p>About three years ago I talked to a VP in one of the larger companies in the UC industry and he told me that for a technology to become an enterprise, it first needs to be used by the consumers. People need to use it at home, understand its value and then push for its use in their office.</p>
<p>A good example of this is presence (and instant messaging). It started with ICQ for consumers, IT managers tried to block it, and now it is touted as the cornerstone of UC.</p>
<h3>The Promise of Video</h3>
<p>RADVISION started as a video company and now we are developing and selling video communication infrastructure products. We&#8217;ve been told time and again that video is &#8220;just around the corner&#8221;. In just a few days/months/years, everyone will embrace video and we all will be doing video calls at work, interacting with people and traveling less.</p>
<p>Hasn&#8217;t happened.</p>
<p>Yet.</p>
<p>Video is starting to happen. Especially now, when Skype stated that 28% of the calls in their network are video calls. Again - starting with consumers,  it will then move towards the enterprise.</p>
<h3>What would UC for consumers look like?</h3>
<p>So, why UC? Why target the enterprise? Wouldn&#8217;t it be easier to find some alternative with similar promise that fits consumers?</p>
<p>I found the beginning of an answer to this on <a href="http://www.crunchgear.com/2008/11/03/voxox-not-quite-a-skype-killer-but-close/">TechCrunch&#8217;s cover of VoxOx</a>, which got me thinking on UC for the home.</p>
<p><a href="http://voxox.com/">VoxOx</a> does voice calls, video calls, instant messaging, presence, SMS, social networking, email and file sharing. I would say it sounds a bit like unified communications, and I like it.</p>
<p>I still haven&#8217;t tried their service but I intend to do so in the near future.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=tw9ON"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=tw9ON" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=ZTGnN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=ZTGnN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=yhaun"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=yhaun" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=S9lSn"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=S9lSn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=O8J5n"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=O8J5n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=WbaaN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=WbaaN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/VoipSurvivor/~4/449575040" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.radvision.com/voipsurvivor/2008/11/11/unified-communications-for-the-home/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=VoipSurvivor&amp;itemurl=http%3A%2F%2Fblog.radvision.com%2Fvoipsurvivor%2F2008%2F11%2F11%2Funified-communications-for-the-home%2F</feedburner:awareness><feedburner:origLink>http://blog.radvision.com/voipsurvivor/2008/11/11/unified-communications-for-the-home/</feedburner:origLink></item>
		<item>
		<title>We’ve Renovated</title>
		<link>http://feeds.feedburner.com/~r/VoipSurvivor/~3/448730382/</link>
		<comments>http://blog.radvision.com/voipsurvivor/2008/11/10/we-renovated/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 19:20:51 +0000</pubDate>
		<dc:creator>Tsahi Levent-Levi</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://blog.radvision.com/voipsurvivor/?p=117</guid>
		<description><![CDATA[In the last several weeks we have been working on updating the blog&#8217;s look &#38; feel. As with anything that involves several people, we needed to come up with something that all of us bloggers here in RADVISION felt good about.
We ended up with this list of improvements:

 We changed host
 Upgraded platform and plug-ins
 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/atomicjeep/144719649/"><img class="alignright" src="http://blog.radvision.com/images/2008/20081110-VoipSurvivor-Cleaner.jpg" alt="" width="300" height="199" /></a>In the last several weeks we have been working on updating the blog&#8217;s look &amp; feel. As with anything that involves several people, we needed to come up with something that all of us bloggers here in RADVISION felt good about.</p>
<p>We ended up with this list of improvements:</p>
<ul>
<li> We changed host</li>
<li> Upgraded platform and plug-ins</li>
<li> Refreshed the theme used</li>
<li> Placed different widgets on the sidebar</li>
<li> Updated the look &amp; feel of our homepage</li>
<li> New &#8220;About&#8221; pages with easier contact forms</li>
</ul>
<p>There are several more things we plan on doing, like polishing up the commenting section of the blogs, and maybe some additional renovation work. So don&#8217;t hesitate to comment on anything that might require fixing and to give your opinion about what you think of our renovation or what else needs a change over here.</p>
<p>I hope you&#8217;ll like the changes we&#8217;ve made so far.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=M6eIN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=M6eIN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=dhRJN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=dhRJN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=hqsyn"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=hqsyn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=oG5Xn"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=oG5Xn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=YOpjn"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=YOpjn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=1LReN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=1LReN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/VoipSurvivor/~4/448730382" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.radvision.com/voipsurvivor/2008/11/10/we-renovated/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=VoipSurvivor&amp;itemurl=http%3A%2F%2Fblog.radvision.com%2Fvoipsurvivor%2F2008%2F11%2F10%2Fwe-renovated%2F</feedburner:awareness><feedburner:origLink>http://blog.radvision.com/voipsurvivor/2008/11/10/we-renovated/</feedburner:origLink></item>
		<item>
		<title>How to Write an Engaging Carnival Post</title>
		<link>http://feeds.feedburner.com/~r/VoipSurvivor/~3/441007735/</link>
		<comments>http://blog.radvision.com/voipsurvivor/2008/11/03/how-to-write-an-engaging-carnival-post/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 14:21:04 +0000</pubDate>
		<dc:creator>Tsahi Levent-Levi</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Carnival]]></category>

		<category><![CDATA[Carnival of the Mobilists]]></category>

		<category><![CDATA[guide]]></category>

		<category><![CDATA[How-to]]></category>

		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.radvision.com/voipsurvivor/2008/11/03/how-to-write-an-engaging-carnival-post/</guid>
		<description><![CDATA[This is not a social media or blogging related blog, but let me digress a bit on this one.
Last week, I hosted the Carnival of the Mobilists here on my blog for the first time. It has been an interesting experience - one I will surely repeat in the future. Prior to writing it, I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/chez_sugi/476919777/"><img src="http://blog.radvision.com/images/2008/20081103-VoipSurvivor-Writing-posts.jpg" alt="Writing carnival posts" align="right" height="151" width="223" /></a>This is not a social media or blogging related blog, but let me digress a bit on this one.</p>
<p>Last week, <a href="http://blog.radvision.com/2008/10/27/carnival-of-the-mobilists-147-at-voip-survivor/">I hosted the Carnival of the Mobilists</a> here on my blog for the first time. It has been an interesting experience - one I will surely repeat in the future. Prior to writing it, I found many resources on the web, suggesting to host carnivals, but none actually got down to the mechanics of how to go about it, so here&#8217;s my very own how-to guide on writing carnival posts.</p>
<p>At the <a href="http://mobili.st/">Carnival of the Mobilists</a>, &#8220;<a href="http://mobili.st/?page_id=11">hosting</a>-and-<a href="http://mobili.st/?page_id=2">posting</a>&#8221; is quite organized, so I won&#8217;t get into these details. I&#8217;ll start my guide from the moment of having the posts available.</p>
<h3>1. Start Early</h3>
<p>If you have a carnival hosting post to write, don&#8217;t wait for the last moment. Even if you don&#8217;t have all posts available yet, you should start working. To do that, make sure you start doing your homework from the moment you get the first post and continue until you received the last one.</p>
<p>Writing a carnival hosting post takes time. Make sure you have the availability to make it the most effective.</p>
<h3>2. Do Your Homework</h3>
<p>To write an engaging post, you first need to find the main &#8220;theme&#8221;. As you&#8217;ll have a number of candidate posts coming from different bloggers, their tone and topic will vary, this means you will be in charge of putting some order into them.</p>
<p>To do that, take the time to read each one, writing down a short description for yourself on each. If you already have a position about the post, write it down as well. The best way would be to place it all in a table with the following columns: link to the post, post title, blog name, writer&#8217;s name and post description.</p>
<p>This will assist you remembering later the topics of your own post.</p>
<h3>3. Group Posts into Topics</h3>
<p>They say lists make good posts. So does order. Take the posts you have, look at the description you gave them, and start grouping them into various topics.</p>
<p>On my carnival post, I saw no topics when I tried reading the posts. Only when I sat down and described them to myself did they started making sense and I ended up with three &#8220;large&#8221; topics: developers, advertising and metaphors.</p>
<h3>4. Add to the Conversation, But Not on the Expense of the Submitters</h3>
<p>Blogging is all about conversation. Although you are giving away a list of useful links to your readers, do not summarize each of these posts for them - make them enter these posts, read them and engage with the other bloggers.</p>
<p>Make sure that even when you do that - you add your own voice to the conversation. On my carnival post, I tried explaining in short what the topic each blog post is related to, and what I think in general about it. This gives an incentive for readers to read the post and then understand my view of it.</p>
<h3>5. Double-check for Spelling Mistakes and Broken Links</h3>
<p>Before hitting the Publish button, make sure to go over the following issues:</p>
<ul class="unIndentedList">
<li> The link to the blog and post of each participant isn&#8217;t broken</li>
<li> The name of the writer in each post is correct and not misspelled</li>
<li> The blog name for each post is correct, with relevant spaces and uppercase/lowercase used correctly</li>
</ul>
<p>I made the mistake of misspelling a writer&#8217;s name there - not the best way to go when you&#8217;re trying to give credit to a person.</p>
<h3>6. Use a Good Visual</h3>
<p>This is true for every post, but on a carnival post, you can have a carnival image to begin with.</p>
<p>On the carnival post I wrote, I started by searching Flickr for a carnival image, but then remembered that I took some nice pictures of a Columbus day parade in New York, so I started searching for a good one there. Other good search words besides carnival can be Halloween, Purim or any other &#8220;visual holyday&#8221; out there.</p>
<h3>7. Notify the Writers</h3>
<p>Once you publish your post, there&#8217;s one last thing to do, and that would be to notify the writers that their posts have been added to your carnival post.</p>
<p>Make sure to send a personalized email to each, thanking him/her for their contribution and providing them the link to your post. While at it, be sure to provide a comment on their post or writing - what you liked about it, what would you like to read in their blog in the future, etc. Show him that you care.</p>
<h3>     <a href="http://www.flickr.com/photos/pahudson/2217562952/"><img src="http://blog.radvision.com/images/2008/20081103-VoipSurvivor-Comment.jpg" alt="Your turn to comment" align="left" height="100" width="149" /></a>Your Turn</h3>
<p>If you wrote carnival hosting posts already, I&#8217;d be very interested to hear from you about it. This is only my first time, and definitely not the last, so I plan to get better at it the next time around.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=oVLzN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=oVLzN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=fIxCN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=fIxCN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=ejron"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=ejron" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=q3Jun"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=q3Jun" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=7lr0n"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=7lr0n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=84giN"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=84giN" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/VoipSurvivor/~4/441007735" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.radvision.com/voipsurvivor/2008/11/03/how-to-write-an-engaging-carnival-post/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=VoipSurvivor&amp;itemurl=http%3A%2F%2Fblog.radvision.com%2Fvoipsurvivor%2F2008%2F11%2F03%2Fhow-to-write-an-engaging-carnival-post%2F</feedburner:awareness><feedburner:origLink>http://blog.radvision.com/voipsurvivor/2008/11/03/how-to-write-an-engaging-carnival-post/</feedburner:origLink></item>
		<item>
		<title>Developers Should Market their Work</title>
		<link>http://feeds.feedburner.com/~r/VoipSurvivor/~3/437040722/</link>
		<comments>http://blog.radvision.com/voipsurvivor/2008/10/30/developers-should-market-their-work/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 15:49:37 +0000</pubDate>
		<dc:creator>Tsahi Levent-Levi</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://blog.radvision.com/voipsurvivor/2008/10/30/developers-should-market-their-work/</guid>
		<description><![CDATA[Let&#8217;s face it, most developers are not good marketers. As Steve Yegge points out in the latest Stack Overflow podcast, the single most important thing developers should learn is how to market. I am not sure it is truly the most important, but marketing should be at the top of the list.
I say this because [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s face it, most developers are not good marketers. As <a href="http://steve-yegge.blogspot.com/">Steve Yegge</a> points out in the <a href="http://blog.stackoverflow.com/2008/10/podcast-25/">latest Stack Overflow podcast</a>, the single most important thing developers should learn is how to market. I am not sure it is truly the most important, but marketing should be at the top of the list.</p>
<p>I say this because I started at RADVISION (long ago) as a developer, grew to be a team leader, then a project manager and from there I moved on to a product manager position.</p>
<p><a href="http://blogs.sun.com/geertjan/entry/1st_annual_will_code_for1"><img src="http://blog.radvision.com/images/2008/20081030-VoipSurvivor-will-code.jpg" align="right" width="200" height="300" /></a>I know most of our business unit&#8217;s developers personally and I managed some of them for long periods of time. Therefore I have my own opinions on most of them and the funny thing is, in some instances, I regard engineers more than other product managers</p>
<p>When I read the excerpt of the podcast with Steve Yegge, I understood why other product managers regard the same engineers differently, engineers who know how to market themselves (and their work), will usually be highly regarded by the non-engineering crowd, product managers included. It gives them more power in the organization and places them in a better position to be part of the decision making processes.</p>
<p>I value engineers for their technical competencies - I&#8217;ve been there, and I still long for writing code once in a while. My advice to them therefore, is yes - you should learn how to market, especially if you want to be heard by your product manager.</p>
<h3>Where do you start?</h3>
<p>As a programmer, you probably read <a href="http://joelonsoftware.com/">Joel Spolsky</a> already and you need to add to your reading list <a href="http://sethgodin.typepad.com/seths_blog/">Seth Godin</a> as well - he is definitely one of the best there is to begin your comprehension of how to successfully market.</p>
<p>I don&#8217;t know if self marketing resources work or not, but if you spend the time learning marketing principles, it will be worthwhile.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=nFKMM"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=nFKMM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=y6HLM"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=y6HLM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=j7COm"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=j7COm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=NVN7m"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=NVN7m" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=KMevm"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=KMevm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=3ToFM"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=3ToFM" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/VoipSurvivor/~4/437040722" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.radvision.com/voipsurvivor/2008/10/30/developers-should-market-their-work/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=VoipSurvivor&amp;itemurl=http%3A%2F%2Fblog.radvision.com%2Fvoipsurvivor%2F2008%2F10%2F30%2Fdevelopers-should-market-their-work%2F</feedburner:awareness><feedburner:origLink>http://blog.radvision.com/voipsurvivor/2008/10/30/developers-should-market-their-work/</feedburner:origLink></item>
		<item>
		<title>Carnival of the Mobilists #147 at VoIP Survivor</title>
		<link>http://feeds.feedburner.com/~r/VoipSurvivor/~3/433401238/</link>
		<comments>http://blog.radvision.com/voipsurvivor/2008/10/27/carnival-of-the-mobilists-147-at-voip-survivor/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 09:30:23 +0000</pubDate>
		<dc:creator>Tsahi Levent-Levi</dc:creator>
		
		<category><![CDATA[Around the net]]></category>

		<category><![CDATA[Advertising]]></category>

		<category><![CDATA[Carnival of the Mobilists]]></category>

		<category><![CDATA[handsets]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[Operating system]]></category>

		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://blog.radvision.com/voipsurvivor/2008/10/27/carnival-of-the-mobilists-147-at-voip-survivor/</guid>
		<description><![CDATA[Welcome to the Carnival of the Mobilists #147, and for the first time, it is here at VoIP Survivor. If you are not yet acquainted with this Carnival, you can become so at their website.

This was quite a varied week, so there&#8217;s no single theme here for what happened in the blogosphere when it comes [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the <strong>Carnival of the Mobilists #147</strong>, and for the first time, it is here at <a href="http://blog.radvision.com//">VoIP Survivor</a>. If you are not yet acquainted with this Carnival, you can become so at <a href="http://mobili.st/?page_id=2">their website</a>.</p>
<p align="center"><a href="http://flickr.com/photos/86979666@N00/1173897466/"><img src="http://blog.radvision.com/images/2008/20081027-VoipSurvivor-Carnival.jpg" alt="Carnival of the Mobilists" width="600" height="179" /></a></p>
<p>This was quite a varied week, so there&#8217;s no single theme here for what happened in the blogosphere when it comes to mobile. As it is, I&#8217;ve divided this week&#8217;s catch into three groups:</p>
<ol>
<li>Posts relevant for those <strong>developing for mobile</strong>.</li>
<li><strong>Advertising</strong> related, as we have a nice catch of ad related posts.</li>
<li>Readings built around <strong>metaphors and associations</strong>.</li>
</ol>
<p>So what did we have this past week at the Carnival?</p>
<h3>Developing for Mobile</h3>
<p><a href="http://flickr.com/photos/irees/6054169/"><img src="http://blog.radvision.com/images/2008/20081027-VoipSurvivor-Developing.jpg" alt="Developing for Mobile" align="left" width="140" height="210" /></a>Now that Google&#8217;s first Android phone is out and the operating system has become open source, <a href="http://www.mobilemammoth.com/">MobileMammoth</a> provides a <a href="http://www.mobilemammoth.com/mobile-websites/a-techies-guide-to-google-android-development-resources">list of resources available on Android developers</a>, even from Google itself.</p>
<p><a href="http://www.visionmobile.com/">VisionMobile</a> is also continuing with their analysis of the mobile platforms market. Along with their evaluation of operating systems, they now also go through <a href="http://www.visionmobile.com/blog/2008/10/who-will-win-the-race-of-mobile-application-runtimes/">the different mobile application runtimes available.</a>. In the coming months, seeing these mobile application runtimes &#8220;fight for the money&#8221; will be very interesting.</p>
<p>Applications that I am a fan of are consumer electronics related. <a href="http://mobilesociety.typepad.com/mobile_life/">Martin Sauter from WirelessMoves</a> discusses the possibilities that lie in <a href="http://en.wikipedia.org/wiki/Femtocell">femtocells</a> - specifically how to <a href="http://mobilesociety.typepad.com/mobile_life/2008/10/femtocells-and-connected-home-services.html">connect mobile handsets to home services through femtocells</a>. There&#8217;s also a link to a video that shows a demo of such services.</p>
<p><a href="http://mobileopportunity.blogspot.com/2008/10/everything-you-always-wanted-to-know.html">Michael Mace from Mobile Opportunity</a> brings <a href="http://mobileopportunity.blogspot.com/2008/10/everything-you-always-wanted-to-know.html">a study about online community behavior of people</a>. Although it is not strictly a mobile related post, he does make a point for the mobile market. If you find this information useful, you might want to check the book <a href="http://www.forrester.com/Groundswell/book.html">Groundswell</a> - the best on the subject I have read so far.</p>
<h3>Advertising</h3>
<p><a href="http://flickr.com/photos/23883605@N06/2317982570/"><img src="http://blog.radvision.com/images/2008/20081027-VoipSurvivor-Advertising.jpg" alt="Advertising" align="right" width="210" height="140" /></a>Advertising in mobile doesn&#8217;t quite cut it yet. For a good explanation of <a href="http://www.andrewgrill.com/blog/index.php/2008/10/mobile-advertising-is-broken-who-will-fix-it/">why mobile advertising is broken and ways to fix it</a>, <a href="http://www.andrewgrill.com/blog/">Andrew Grill at London Calling</a> provides a nice summary. Although advertising is not my cup of tea, I really liked this piece, so I bet you will as well.</p>
<p><a href="http://blog.wirenode.com/">Tomas Zeman from Wirenode</a> believes <a href="http://blog.wirenode.com/2008/10/mobile-marketing-mess.html">the problem with mobile advertising is its fragmentation</a>. This makes a lot of sense to me, and Tomas&#8217; solution is straight forward and simple.</p>
<p>Speaking of mobile advertising, another problem that needs to be taken into account is the different screen sizes of mobile handsets, especially now that we&#8217;re moving to larger screens. <a href="http://www.littlespringsdesign.com/">Barbara Ballard from Little Springs Design</a> tries to <a href="http://www.littlespringsdesign.com/blog/blog/2008/10/23/screen-sizes-and-analytics/">analyze screen sizes of mobile handsets and advertising metrics</a>. Due to this, there is a call for action there as well for coming up with a database of handsets and their dimensions.</p>
<p>You also may be wondering why certain products like the iPhone have lame advertising numbers despite their exceptional web browser. <a href="http://mobilebroadbandblog.wordpress.com/">Ram Krishnan from Mobile Broadband</a> gives the reasons <a href="http://mobilebroadbandblog.wordpress.com/2008/10/22/revisiting-iphones-browsing-market-share-part-deux/">why AdMob&#8217;s advertising numbers for the iPhone are skewed</a>. Statistics should not always be trusted.</p>
<h3>Metaphors and Associations</h3>
<p><a href="http://flickr.com/photos/ttdesign/343167590/"><img src="http://blog.radvision.com/images/2008/20081027-VoipSurvivor-Abstract.jpg" alt="Metaphors and Associations" align="left" width="210" height="158" /></a>The changes in the mobile handsets market is something we are all seeing in the past year. <a href="https://arjw.mymobilesite.net/">Antoine RJ Wright</a> tries to look at <a href="https://arjw.mymobilesite.net/.py?application=-4&amp;action=6&amp;id=195">the changes going on inside Nokia and compare them to China in the 15<sup>th</sup> century</a>. This allows for a very interesting read and a connection that not everyone would think of.</p>
<p>While we&#8217;re at it, <a href="http://opengardensblog.futuretext.com/">Ajit Jaokar from OpenGardens</a> decided to <a href="http://opengardensblog.futuretext.com/archives/2008/10/the_success_of.html">compare mobile broadband operators and pipes</a> - not pipes as in plumbing, but pipes as in smoking. He looks at how operators should add value to their customers.</p>
<p>From my own blog, VoIP Survivor, I&#8217;m <a href="http://blog.radvision.com/2008/08/14/sms-versus-mobile-im/">looking at SMS, Mobile IM and Twitter</a> - these fascinate me when it comes to mobile service usage. I decided to model these services and then see how interchangeable they are.</p>
<h3>My Post of the Week</h3>
<p>My post of the week is <a href="http://mobileopportunity.blogspot.com/2008/10/everything-you-always-wanted-to-know.html">Michael Mace&#8217;s study on online community behavior</a>. It fell right into the subjects I am dealing with right now. An interesting read which I am sure you&#8217;ll like.</p>
<h3>Next Week</h3>
<p>That&#8217;s all for this week&#8217;s carnival. I hope you&#8217;ll enjoy it. Next week&#8217;s carnival will be hosted by <a href="http://www.mopocket.com/">MOpocket</a>.</p>
<p>See you all there!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=X251M"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=X251M" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=FrgMM"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=FrgMM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=VW6vm"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=VW6vm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=iATim"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=iATim" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=ngHVm"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=ngHVm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=ewtcM"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=ewtcM" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/VoipSurvivor/~4/433401238" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.radvision.com/voipsurvivor/2008/10/27/carnival-of-the-mobilists-147-at-voip-survivor/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=VoipSurvivor&amp;itemurl=http%3A%2F%2Fblog.radvision.com%2Fvoipsurvivor%2F2008%2F10%2F27%2Fcarnival-of-the-mobilists-147-at-voip-survivor%2F</feedburner:awareness><feedburner:origLink>http://blog.radvision.com/voipsurvivor/2008/10/27/carnival-of-the-mobilists-147-at-voip-survivor/</feedburner:origLink></item>
		<item>
		<title>Announcing the Israel Annual Developers Seminar</title>
		<link>http://feeds.feedburner.com/~r/VoipSurvivor/~3/432561162/</link>
		<comments>http://blog.radvision.com/voipsurvivor/2008/10/26/announcing-the-israel-annual-developers-seminar/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 13:01:10 +0000</pubDate>
		<dc:creator>Tsahi Levent-Levi</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Clients]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[High definition]]></category>

		<category><![CDATA[IMS]]></category>

		<category><![CDATA[Seminar]]></category>

		<category><![CDATA[Speaking]]></category>

		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.radvision.com/voipsurvivor/2008/10/26/announcing-the-israel-annual-developers-seminar/</guid>
		<description><![CDATA[Each year, we hold several seminars around the world, discussing aspects relevant to the technologies our customers develop. One of these events is our Israel Annual Developers Seminar; it is intended for developers of voice and video communication related products.

This year&#8217;s theme is Products and Applications Development for Next Generation Networks and Services.
When and Where?
November [...]]]></description>
			<content:encoded><![CDATA[<p>Each year, we hold several seminars around the world, discussing aspects relevant to the technologies our customers develop. One of these events is our Israel Annual Developers Seminar; it is intended for developers of voice and video communication related products.</p>
<p align="center"><img src="http://blog.radvision.com/images/2008/20081026-VoipSurvivor-DevSeminar.jpg" alt="Israel Annual Developers Seminar" width="550" height="294" /></p>
<p>This year&#8217;s theme is Products and Applications Development for Next Generation Networks and Services.</p>
<h3>When and Where?</h3>
<p>November 13, 2008</p>
<p>Prime Blue, Israel Trade Fairs &amp; Convention Center, Tel-Aviv</p>
<p>How to join? Just send an email to the following address: <a href="mailto:jonni@radvision.com">jonni@radvision.com</a>.</p>
<h3>What&#8217;s on the Agenda?</h3>
<ul>
<li> Trends and Challenges in Application Development for IMS/NGN</li>
<li> Unified Communication Development Challenges and Solutions</li>
<li> Developing V<sup>2</sup>oIP Clients</li>
<li> High Definition Terminals</li>
<li> The Future of Video Communication</li>
<li> Signaling and Media Protocols Solutions</li>
<li> Case Studies for IMS Application Development</li>
<li> Testing, Analysis and Media Quality Measurement for SIP and IMS Development</li>
<li> Developer Communities, Blogs and e-Service</li>
</ul>
<p>I&#8217;ll be speaking in some of these sessions, and I&#8217;ll try to publish some of the presentations along with my own experiences at the event.</p>
<p>See you there.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=gjzpM"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=gjzpM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=ZNYRM"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=ZNYRM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=JWTfm"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=JWTfm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=oJSqm"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=oJSqm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=ofq8m"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=ofq8m" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/VoipSurvivor?a=3zF4M"><img src="http://feeds.feedburner.com/~f/VoipSurvivor?i=3zF4M" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/VoipSurvivor/~4/432561162" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.radvision.com/voipsurvivor/2008/10/26/announcing-the-israel-annual-developers-seminar/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=VoipSurvivor&amp;itemurl=http%3A%2F%2Fblog.radvision.com%2Fvoipsurvivor%2F2008%2F10%2F26%2Fannouncing-the-israel-annual-developers-seminar%2F</feedburner:awareness><feedburner:origLink>http://blog.radvision.com/voipsurvivor/2008/10/26/announcing-the-israel-annual-developers-seminar/</feedburner:origLink></item>
	<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=VoipSurvivor</feedburner:awareness></channel>
</rss><!-- Dynamic Page Served (once) in 0.814 seconds --><!-- Cached page served by WP-Super-Cache --><!-- Compression = gzip -->
