<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Netvibes Developers blog &#187; News</title>
	<atom:link href="http://dev.netvibes.com/blog/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.netvibes.com/blog</link>
	<description>News and articles about the Netvibes API</description>
	<lastBuildDate>Wed, 14 Oct 2009 10:42:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Netvibes now supports dynamic themes</title>
		<link>http://dev.netvibes.com/blog/2009/06/25/netvibes-now-supports-dynamic-themes/</link>
		<comments>http://dev.netvibes.com/blog/2009/06/25/netvibes-now-supports-dynamic-themes/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 08:42:31 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/?p=227</guid>
		<description><![CDATA[Back in september 2008, we introduced a way for users to make their own theme, through a Theme API built to be compatible with iGoogle&#8217;s. At that time, we wrote that while we supported most of the features of the original format (and a few of our own), we couldn&#8217;t technically support dynamic themes. We&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>Back <a href="http://dev.netvibes.com/blog/2008/09/26/create-your-own-netvibes-theme/">in september 2008</a>, we introduced a way for users to make their own theme, through a <a href="http://dev.netvibes.com/doc/theme">Theme API</a> built to be compatible with iGoogle&#8217;s. At that time, we wrote that while we supported most of the features of the original format (and a few of our own), we couldn&#8217;t technically support dynamic themes. We&#8217;re happy to annonce that the issue has now been solved!</p>
<p><img class="aligncenter size-medium wp-image-229" title="nv-spring-theme" src="http://dev.netvibes.com/blog/wp-content/uploads/nv-spring-theme-499x143.png" alt="nv-spring-theme" width="499" height="143" /></p>
<p>Dynamic themes are themes that evolve according to the time of day. Provided the theme designer has built his theme conscienciously, a visitor to your public page would not see the same theme in the morning, in the afternoon or in the evening.</p>
<p>This can make for some very creative and inventive use of a theme! You can now express the whole spectrum of your personality through your public page&#8217;s theme.</p>
<h3>How it works</h3>
<p>In your themes, all you have to do is create more than one &lt;ConfigMap type=&#8221;skin&#8221;&gt; and indicate the time the skin must be displayed at. To do so, add the following tag: &lt;Trait name=&#8221;TimeOfDay&#8221;&gt;1am-2am&lt;/Trait&gt; in yout ConfigMap.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">You should end up with something like this:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;ConfigMaps&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;ConfigMap type=&#8221;skin&#8221;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;Trait name=&#8221;TimeOfDay&#8221;&gt;12am-12pm&lt;/Trait&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8230;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;/ConfigMap&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;ConfigMap type=&#8221;skin&#8221;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;Trait name=&#8221;TimeOfDay&#8221;&gt;1pm-12am&lt;/Trait&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8230;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;/ConfigMap&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;/ConfigMaps&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Make sure that your timestamps cover the whole day.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">We&#8217;re looking forward to improve the syntax. Help us build a better theme format by sending your feedback!</div>
<p>You should end up with something like this:</p>
<pre>&lt;ConfigMaps&gt;
  &lt;ConfigMap type="skin"&gt;
    &lt;Trait name="TimeOfDay"&gt;12am-12pm&lt;/Trait&gt;
    ...
  &lt;/ConfigMap&gt;
  &lt;ConfigMap type="skin"&gt;
    &lt;Trait name="TimeOfDay"&gt;1pm-12am&lt;/Trait&gt;
    ...
  &lt;/ConfigMap&gt;
&lt;/ConfigMaps&gt;</pre>
<p>Make sure that your timestamps cover the whole day. You can make your life easy by having just two themes (12am-12pm and 1pm-12am), or go crazy and make a specific theme for each hour (12am-1am, 1am-2am, etc.)! Don&#8217;t be afraid about using too many images: only the currently dispayed image is loaded.</p>
<p>We&#8217;re looking forward to improve the syntax. Help us build a better theme format by sending your feedback!</p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Netvibes%20now%20supports%20dynamic%20themes&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F25%2Fnetvibes-now-supports-dynamic-themes%2F" title="E-mail this story to a friend!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" href="javascript:window.print();" title="Print this article!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/printer.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Netvibes"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F25%2Fnetvibes-now-supports-dynamic-themes%2F&amp;t=Netvibes%20now%20supports%20dynamic%20themes" title="Facebook"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F25%2Fnetvibes-now-supports-dynamic-themes%2F&amp;title=Netvibes%20now%20supports%20dynamic%20themes" title="Digg"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F25%2Fnetvibes-now-supports-dynamic-themes%2F&amp;title=Netvibes%20now%20supports%20dynamic%20themes" title="Reddit"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F25%2Fnetvibes-now-supports-dynamic-themes%2F&amp;title=Netvibes%20now%20supports%20dynamic%20themes" title="del.icio.us"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F25%2Fnetvibes-now-supports-dynamic-themes%2F&amp;title=Netvibes%20now%20supports%20dynamic%20themes" title="blogmarks"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F25%2Fnetvibes-now-supports-dynamic-themes%2F&amp;title=Netvibes%20now%20supports%20dynamic%20themes" title="description"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F25%2Fnetvibes-now-supports-dynamic-themes%2F" title="Wikio"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/wikio.gif" title="Wikio" alt="Wikio" class="sociable-hovers" /></a></p>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.netvibes.com/blog/2009/06/25/netvibes-now-supports-dynamic-themes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kludget supports UWA widgets</title>
		<link>http://dev.netvibes.com/blog/2009/06/18/kludget-supports-uwa-widgets/</link>
		<comments>http://dev.netvibes.com/blog/2009/06/18/kludget-supports-uwa-widgets/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 13:22:16 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/?p=219</guid>
		<description><![CDATA[Having a widget format that can be exported to any of the major widget platform sure helps adoption of our massive collection of widgets. UWA adoption is even further helped when developers implement one of the supported format into their own project.
That&#8217;s exactly what happened last month with Kludgets. Kludgets (short for &#8220;Klumsy, Lame, Ugly, [...]]]></description>
			<content:encoded><![CDATA[<p>Having a widget format that can be exported to any of the major widget platform sure helps adoption of <a href="http://eco.netvibes.com/widgets">our massive collection of widgets</a>. UWA adoption is even further helped when developers implement one of the supported format into their own project.</p>
<div id="attachment_220" class="wp-caption aligncenter" style="width: 510px"><a href="http://dev.netvibes.com/blog/wp-content/uploads/netvibes.jpg"><img class="size-medium wp-image-220" title="netvibes" src="http://dev.netvibes.com/blog/wp-content/uploads/netvibes-500x300.jpg" alt="UWA widgets at work" width="500" height="300" /></a><p class="wp-caption-text">UWA widgets at work</p></div>
<p>That&#8217;s exactly what happened last month with <a href="http://kludgets.com/">Kludgets</a>. Kludgets (short for &#8220;Klumsy, Lame, Ugly, Dumb, but Good Enough&#8221; <img src='http://dev.netvibes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) is a new, open-source and multiplatform (Windows and Linux) widget engine, which aim is to become a best-of-breed widget engine, taking inspiration from the best features of other platforms.</p>
<p>As such, <a href="http://kludgets.com/developer/">its widget format</a> is a clone of the Apple Dashboard&#8217;s. And since UWA widgets can be exported to the Dashboard format, it was only a matter of time before the Kudgets developer took advantage of it! <a href="http://kludgets.com/2009/05/netvibes/">As they write in their blog</a>, it only takes a handful of steps to get any UWA widget from Ecosystem to work on this new engine.</p>
<p>We&#8217;re really happy to see further proof that the UWA format&#8217;s versatility can be once more proven by this open-source project, and we wish it a swift and successful version 1.0!</p>
<p><em>Now, if they could directly implement the UWA format itself (either using the <a href="http://www.netvibes.org/specs/uwa/current-work/">UWA specification</a> or the LGPLv3 <a href="http://www.netvibes.org/">Exposition project</a>), that&#8217;d be neat!</em></p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Kludget%20supports%20UWA%20widgets&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F18%2Fkludget-supports-uwa-widgets%2F" title="E-mail this story to a friend!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" href="javascript:window.print();" title="Print this article!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/printer.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Netvibes"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F18%2Fkludget-supports-uwa-widgets%2F&amp;t=Kludget%20supports%20UWA%20widgets" title="Facebook"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F18%2Fkludget-supports-uwa-widgets%2F&amp;title=Kludget%20supports%20UWA%20widgets" title="Digg"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F18%2Fkludget-supports-uwa-widgets%2F&amp;title=Kludget%20supports%20UWA%20widgets" title="Reddit"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F18%2Fkludget-supports-uwa-widgets%2F&amp;title=Kludget%20supports%20UWA%20widgets" title="del.icio.us"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F18%2Fkludget-supports-uwa-widgets%2F&amp;title=Kludget%20supports%20UWA%20widgets" title="blogmarks"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F18%2Fkludget-supports-uwa-widgets%2F&amp;title=Kludget%20supports%20UWA%20widgets" title="description"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F18%2Fkludget-supports-uwa-widgets%2F" title="Wikio"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/wikio.gif" title="Wikio" alt="Wikio" class="sociable-hovers" /></a></p>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.netvibes.com/blog/2009/06/18/kludget-supports-uwa-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lest we forget&#8230;</title>
		<link>http://dev.netvibes.com/blog/2009/06/10/lest-we-forget/</link>
		<comments>http://dev.netvibes.com/blog/2009/06/10/lest-we-forget/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 22:27:31 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/?p=195</guid>
		<description><![CDATA[Publication stopped on this blog a (too long) while ago, without further ado. In the same manner, it&#8217;s back again!
Well, ado there needs to be: let it be known, good people and dearest subscribers, that my time away from the blog has not been in vain, only that I was diverted by other projects which [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dev.netvibes.com/blog/wp-content/uploads/uwa-wordpress-plugin.png"></a>Publication stopped on this blog a (too long) while ago, without further ado. In the same manner, it&#8217;s back again!</p>
<p>Well, ado there needs to be: let it be known, good people and dearest subscribers, that my time away from the blog has not been in vain, only that I was diverted by other projects which needed my full attention. Even better, the latest of these time-consuming project has even been recently launched: French users of Netvibes can now profit (literally!) from a fully-featured <a href="http://blog.netvibes.com/fr/?2009/06/08/173-gagnez-de-l-argent-en-en-depensant">Cashback widget</a> &#8211; in the conception of which I had a not-too-small part <img src='http://dev.netvibes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway, the Netvibes DevNet blog is now back on tracks, and to make up for the lost time, here are a couple not-so-random facts that popped on our screens during the hiatus, and that we thought you might be interested in. In fact, far from being random, they are both tied to UWA one way or another. Neato!</p>
<h3>UWA widget for WordPress!</h3>
<p>Now that the major components of UWA have been <a href="http://dev.netvibes.com/blog/2008/06/11/new-developers-tools-netvibes-platform-and-the-uwa-iframe-method/">released as open-source</a> on <a href="http://netvibes.org/">Netvibes.org</a> (as well as the <a href="http://netvibes.org/specs/">UWA specification</a>), it was just a matter of time before some talented coder got hold of them to add UWA-capability to a project. Turns out the talent came from none other than François Hodierne,  a former member of the Netvibes team and the man behind the <a href="http://h6e.net/">h6e</a> moniker!</p>
<p>The <a href="http://h6e.net/wordpress/plugins/uwa">UWA Widgets plugin</a>, which hecreated and released back in January, is a WordPress plugin which lets you add UWA widgets on your WordPress dashboard. Simple as that.</p>
<p>What that means is that you can improve the overly dull defaults blocks of WordPress&#8217; dashboard, by mixingsome fun or useful widgets in.</p>
<p>Installing a widget is very easy, once you have a UWA widget&#8217;s source URL. The plugin adds a &#8216;Manage Widget&#8217; section in the &#8216;Settings&#8217; menu. Click it, and a quick interface reveals itself: a list of the installed widgets (with a remove button in case you need it), and simple form to add new widget.<br />
Copy-paste the new widget&#8217;s source URL in that form, validate, and from now on the dashboard will display it along with the other components. You can edit the widget just as you would on Netvibes or the Apple Dashboard: by clicking the &#8216;Configure&#8217; button that appears at the top-right of the block&#8230;</p>
<div id="attachment_217" class="wp-caption aligncenter" style="width: 510px"><a href="http://dev.netvibes.com/blog/wp-content/uploads/uwa-wordpress-plugin.png"><img class="size-medium wp-image-217" title="UWA Widgets plugin in action" src="http://dev.netvibes.com/blog/wp-content/uploads/uwa-wordpress-plugin-500x378.png" alt="uwa-wordpress-plugin" width="500" height="378" /></a><p class="wp-caption-text">The WordPress dashboard with the Twitter, i-Metro and Gaping Void UWA widgets</p></div>
<p>You can get this nifty plugin <a href="http://wordpress.org/extend/plugins/uwa-widgets/">from the WordPress.org Extend section</a>, or directly from WordPress&#8217; internal plugins installer (if you use WP 2.7+).</p>
<p><em>Note: the UWA technology relies on the <a href="http://framework.zend.com/">Zend Framework</a>. Hence, François have created a separate <a href="http://wordpress.org/extend/plugins/zend-framework/">Zend Framework plugin for WordPress</a>, which you should install and activate before activating the UWA Widgets plugin.</em></p>
<p><strong>UWA cheat-sheet in Russian!</strong></p>
<p>Our friends at <a href="http://www.rambler.ru/">Rambler.ru</a>, who&#8217;s own <a href="http://www.myrambler.ru/">personnalized startpage</a> uses the Netvibes technology, have been kind enough to make a russian translation of the UWA cheat-sheet, and share it with us. <a href="http://dev.netvibes.com/doc/uwa/documentation/cheatsheet">You download it here</a>, as with the English and French version!</p>
<p>If you happen to be interested in translating the cheat-sheet into your own language, don&#8217;t hesitate to contact us!</p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Lest%20we%20forget...&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F10%2Flest-we-forget%2F" title="E-mail this story to a friend!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" href="javascript:window.print();" title="Print this article!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/printer.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Netvibes"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F10%2Flest-we-forget%2F&amp;t=Lest%20we%20forget..." title="Facebook"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F10%2Flest-we-forget%2F&amp;title=Lest%20we%20forget..." title="Digg"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F10%2Flest-we-forget%2F&amp;title=Lest%20we%20forget..." title="Reddit"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F10%2Flest-we-forget%2F&amp;title=Lest%20we%20forget..." title="del.icio.us"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F10%2Flest-we-forget%2F&amp;title=Lest%20we%20forget..." title="blogmarks"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F10%2Flest-we-forget%2F&amp;title=Lest%20we%20forget..." title="description"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F06%2F10%2Flest-we-forget%2F" title="Wikio"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/wikio.gif" title="Wikio" alt="Wikio" class="sociable-hovers" /></a></p>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.netvibes.com/blog/2009/06/10/lest-we-forget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expanding and consolidating</title>
		<link>http://dev.netvibes.com/blog/2009/01/06/expanding-and-consolidating/</link>
		<comments>http://dev.netvibes.com/blog/2009/01/06/expanding-and-consolidating/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 17:10:55 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/?p=171</guid>
		<description><![CDATA[It&#8217;s been a while since we gave you on update on UWA itself. You might think we either have too few to report, or would rather keep things under the radar until it&#8217;s the right time to talk about it. It&#8217;s actually much simpler: we&#8217;ve been busy.
Busy with improving your experience with UWA, that is! [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since we gave you on update on UWA itself. You might think we either have too few to report, or would rather keep things under the radar until it&#8217;s the right time to talk about it. It&#8217;s actually much simpler: we&#8217;ve been busy.</p>
<p>Busy with improving your experience with UWA, that is! <img src='http://dev.netvibes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  While you might not jump to the eyes, some of our recent efforts have been centered around giving both users and developers a stronger UWA. We did this by working at improving two critical components of a widget developer&#8217;s life: the UWA code itself, and its documentation.</p>
<h3>Better, Faster, Stronger&#8230; and not Harder</h3>
<p>For the last few weeks, our developers have been steadily rewiring the internal compilers for most of the supported platforms, bringing the UWA Environment at top speed, and making room for further improvements. This all happened behind the scene, but the upgrade to the compilers (iGoogle, Opera, Apple Dashboard, Live.com, etc.) should improve your every day use of UWA widgets.</p>
<p>Aditionnally, we used these updates to normalize behaviors across the different platforms, and incorporate a bottom status bar to maximize the spread of your widgets. Every newly-exported widget from Ecosystem will feature this bar, which we hope will help your widget reach more people.</p>
<p>See for instance the <a href="http://fr.eco.netvibes.com/widgets/205553/web-radio-player">Web Radio Player</a> widget, as displayed on Apple Dashboard, iGoogle, Opera and with <a href="http://fr.eco.netvibes.com/export/blog/205553/web-radio-player">the export tool</a> :</p>
<p><a href="http://dev.netvibes.com/blog/wp-content/uploads/webradioplayer-dashboard.png"><img class="alignnone size-medium wp-image-182" title="webradioplayer-dashboard" src="http://dev.netvibes.com/blog/wp-content/uploads/webradioplayer-dashboard-228x300.png" alt="webradioplayer-dashboard" width="228" height="300" /></a><a href="http://dev.netvibes.com/blog/wp-content/uploads/webradioplayer-igoogle.png"><img class="alignnone size-medium wp-image-183" title="webradioplayer-igoogle" src="http://dev.netvibes.com/blog/wp-content/uploads/webradioplayer-igoogle-252x300.png" alt="webradioplayer-igoogle" width="252" height="300" /><br />
</a><a href="http://dev.netvibes.com/blog/wp-content/uploads/webradioplayer-opera.png"><img class="alignnone size-medium wp-image-184" title="webradioplayer-opera" src="http://dev.netvibes.com/blog/wp-content/uploads/webradioplayer-opera-224x300.png" alt="webradioplayer-opera" width="224" height="300" /></a><a href="http://dev.netvibes.com/blog/wp-content/uploads/webradioplayer-blogexport.png"><img class="alignnone size-medium wp-image-185" title="webradioplayer-blogexport" src="http://dev.netvibes.com/blog/wp-content/uploads/webradioplayer-blogexport-230x300.png" alt="webradioplayer-blogexport" width="230" height="300" /></a></p>
<p>As you can see, they all share the same Share button at the bottom of the widget. This is not in place in the Vista/Live.com export for now.</p>
<p>Also, note that all changes made to UWA are regularly backported to the open-source Exposition Widget Server.</p>
<h3>&#8230;and easier on the eyes too!</h3>
<p>Let&#8217;s face it, the DevNet used to be a mess of intertwined pages. That alone was bound to lose the reader&#8217;s patience, but the fact that over the years more technologies other than UWA kept being added to the documentation site (REST API, Ecosystem API, Theme format&#8230;), made for a much-needed revamping of the homepage, as well as a reorganization of all pages and a trimming of the unneeded ones.</p>
<p>That means a few important changes in the documentation URLs. All the documentation used to be located under http://dev.netvibes.com/doc/, but the coming of non-UWA-related docs urged us to gave each of them its own directory, as it should. There are now 3 mains sub-directories:</p>
<ul>
<li><a href="http://dev.netvibes.com/doc/uwa">http://dev.netvibes.com/doc/uwa/</a> : all there is to know about UWA, the Universal Widget API;</li>
<li><a href="http://dev.netvibes.com/doc/api">http://dev.netvibes.com/doc/api/</a> : for some of Netvibes&#8217; other APIs;</li>
<li><a href="http://dev.netvibes.com/doc/theme">http://dev.netvibes.com/doc/theme/</a> : for our Theme file format.</li>
</ul>
<p>All the previously available docs have been moved to their respective directories. This would mean URL breakage, but we paid attention to make sure old URL would automatically redirect to the news ones. That being said, if you stumble upon any remaining ones, don&#8217;t hesitate to let us know!</p>
<p>Likewise, some pages of documentation have been deleted, some others created, some renamed for clarity, and most have been rewritten at least in part in order to take into account two years of UWA discussions on the forum. We&#8217;re still working on a brand new FAQ as of this typing, but all other page should be clearer yet.</p>
<p>Anyway, as the old song goes: &#8220;you have to admit, it&#8217;s getting better, a little better all the time&#8221; <img src='http://dev.netvibes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Expanding%20and%20consolidating&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F01%2F06%2Fexpanding-and-consolidating%2F" title="E-mail this story to a friend!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" href="javascript:window.print();" title="Print this article!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/printer.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Netvibes"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F01%2F06%2Fexpanding-and-consolidating%2F&amp;t=Expanding%20and%20consolidating" title="Facebook"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F01%2F06%2Fexpanding-and-consolidating%2F&amp;title=Expanding%20and%20consolidating" title="Digg"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F01%2F06%2Fexpanding-and-consolidating%2F&amp;title=Expanding%20and%20consolidating" title="Reddit"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F01%2F06%2Fexpanding-and-consolidating%2F&amp;title=Expanding%20and%20consolidating" title="del.icio.us"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F01%2F06%2Fexpanding-and-consolidating%2F&amp;title=Expanding%20and%20consolidating" title="blogmarks"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F01%2F06%2Fexpanding-and-consolidating%2F&amp;title=Expanding%20and%20consolidating" title="description"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2009%2F01%2F06%2Fexpanding-and-consolidating%2F" title="Wikio"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/wikio.gif" title="Wikio" alt="Wikio" class="sociable-hovers" /></a></p>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.netvibes.com/blog/2009/01/06/expanding-and-consolidating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UWA now supports the OpenSocial API</title>
		<link>http://dev.netvibes.com/blog/2008/12/12/uwa-now-supports-the-opensocial-api/</link>
		<comments>http://dev.netvibes.com/blog/2008/12/12/uwa-now-supports-the-opensocial-api/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 16:32:16 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[google gadget]]></category>
		<category><![CDATA[opensocial]]></category>
		<category><![CDATA[uwa]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/?p=174</guid>
		<description><![CDATA[We&#8217;ve been waiting a long time to unveil this new improvement to our widget platform, and this week&#8217;s edition of the LeWeb conference in Paris was the perfect occasion to release a handful of good news concerning Netvibes, including this little nugget:
UWA developers can now make their widgets social through the powers of the OpenSocial [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been waiting a long time to unveil this new improvement to our widget platform, and this week&#8217;s edition of the LeWeb conference in Paris was the perfect occasion to release <a href="http://blog.netvibes.com/?2008/12/08/223-new-layouts-opensocial-and-leweb-08">a handful of good news</a> concerning Netvibes, including this little nugget:</p>
<p><strong>UWA developers can now make their widgets social through the powers of the <a href="http://code.google.com/apis/opensocial/">OpenSocial API</a>.</strong></p>
<p><img src="http://dev.netvibes.com/blog/wp-content/uploads/uwa-opensocial.png" alt="UWA+OpenSocial" title="UWA+OpenSocial" width="80" height="80" class="alignright size-full wp-image-175" />At the moment, we&#8217;re still in Public Preview mode &#8211; which means that it is not yet available on the main Netvibes site, and instead requires you to open an account in <a href="http://opensocial.netvibes.com/">our sandbox site</a>. It will allow you to test a few socials ideas with your widgets, until the official unveiling&#8230;</p>
<p>In order to test your OpenSocial-using UWA widgets, simply add the &#8220;UWA+OpenSocial&#8221; widget from the Essential Widgets list, and put your widget&#8217;s URL in its Edit section&#8230;</p>
<p><object width="520" height="334"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="http://vimeo.com/moogaloop.swf?clip_id=2465776&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" name="movie"/><embed width="520" height="334" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id=2465776&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1"/></object></p>
<p>Because OpenSocial has <a href="http://code.google.com/apis/opensocial/">its own website</a> (and follows its own evolution path), <a href="http://dev.netvibes.com/doc/uwa/opensocial">our documentation on the subject</a> is quite minimal: just the UWA basics you need to remember, the biggest part of the knowledge being <a href="http://code.google.com/apis/opensocial/docs/0.8/devguide.html">on the OpenSocial site</a>.</p>
<p>&#8212;</p>
<p><img src="http://dev.netvibes.com/blog/wp-content/uploads/googlegadget.png" alt="GoogleGadget" title="GoogleGadget" width="80" height="80" class="alignright size-full wp-image-176" />In addition to making UWA more powerful thanks to OpenSocial, Netvibes is now supporting the <a href="http://code.google.com/apis/gadgets/docs/dev_guide.html">Google Gadget format</a>. Again, this is still a Public Preview available only from <a href="http://opensocial.netvibes.com/">the sandbox site</a> (through the &#8220;Google Gadget&#8221; module). We&#8217;ll keep you informed on the evolution of that support soon&#8230;</p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=UWA%20now%20supports%20the%20OpenSocial%20API&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F12%2F12%2Fuwa-now-supports-the-opensocial-api%2F" title="E-mail this story to a friend!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" href="javascript:window.print();" title="Print this article!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/printer.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Netvibes"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F12%2F12%2Fuwa-now-supports-the-opensocial-api%2F&amp;t=UWA%20now%20supports%20the%20OpenSocial%20API" title="Facebook"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F12%2F12%2Fuwa-now-supports-the-opensocial-api%2F&amp;title=UWA%20now%20supports%20the%20OpenSocial%20API" title="Digg"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F12%2F12%2Fuwa-now-supports-the-opensocial-api%2F&amp;title=UWA%20now%20supports%20the%20OpenSocial%20API" title="Reddit"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F12%2F12%2Fuwa-now-supports-the-opensocial-api%2F&amp;title=UWA%20now%20supports%20the%20OpenSocial%20API" title="del.icio.us"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F12%2F12%2Fuwa-now-supports-the-opensocial-api%2F&amp;title=UWA%20now%20supports%20the%20OpenSocial%20API" title="blogmarks"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F12%2F12%2Fuwa-now-supports-the-opensocial-api%2F&amp;title=UWA%20now%20supports%20the%20OpenSocial%20API" title="description"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F12%2F12%2Fuwa-now-supports-the-opensocial-api%2F" title="Wikio"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/wikio.gif" title="Wikio" alt="Wikio" class="sociable-hovers" /></a></p>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.netvibes.com/blog/2008/12/12/uwa-now-supports-the-opensocial-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create your own Netvibes theme</title>
		<link>http://dev.netvibes.com/blog/2008/09/26/create-your-own-netvibes-theme/</link>
		<comments>http://dev.netvibes.com/blog/2008/09/26/create-your-own-netvibes-theme/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 16:46:32 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/?p=164</guid>
		<description><![CDATA[Good news for Netvibes users: they now have a hundred more themes to choose from when deciding on their pages appearance. And this good news comes along with a probably even better one for both designers and developers: you can create your own Netvibes themes, and import themes from other theme-creators. This means that the Netvibes [...]]]></description>
			<content:encoded><![CDATA[<p>Good news for Netvibes users: they now have <a href="http://blog.netvibes.com/?2008/09/24/200-100-new-themes#c">a hundred more themes</a> to choose from when deciding on their pages appearance. And this good news comes along with a probably even better one for both designers and developers: you can create your own Netvibes themes, and import themes from other theme-creators. This means that the Netvibes interface is now open to a lot more creativity.</p>
<p>It&#8217;s been a long while since we wanted to bring such freedom to the creativity of our users, and in the end we decided to use a theme format that would be compatible with iGoogle&#8217;s Theme API. You can already dive in our <a href="http://dev.netvibes.com/doc/theme">theme design documentation</a>!</p>
<p>So build away! The file format uses XML, and it&#8217;s easy to build a theme, using images and a few simple rules. Once you design is done, put all the files online, and to use the design on a Netvibes page, just call it using this URL: <code>http://www.netvibes.com/?theme=[absolute URL of theme's XML file]</code></p>
<h3>Technical details</h3>
<p>These themes are applied on internal theme framework, with some CSS rules that cannot be over-ridden &#8211; so you won&#8217;t be able to move the tabs to the left column for now, for instance &#8211; but you can use the existing <code>gadget_area.tab.*</code> value to style the tabs the way you want.</p>
<p>Your design choices will apply upon this basic framework, just as it does in iGoogle. We do support the same mutliple-layers approach, and could even support dynamic theme (the &lt;Trait&gt;  tag), if it were not for a CDN issue that we plan on fixing.</p>
<h3>Parting words</h3>
<p>This is just the very first step in a project that we intend to build more and more, like tools and directories. And this is where users are taking part: let us know what kind of customiztion you want to see, and we&#8217;ll do our best to improve our support for this Theme API, even by extending the original XML format.</p>
<p>That&#8217;s why the DevNet forum now features a <a href="http://dev.netvibes.com/forum/viewforum.php?id=10">dedicated forum for Themes development</a>. Give us your feedback, and let&#8217;s work together in improving this great feature!</p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Create%20your%20own%20Netvibes%20theme&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F26%2Fcreate-your-own-netvibes-theme%2F" title="E-mail this story to a friend!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" href="javascript:window.print();" title="Print this article!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/printer.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Netvibes"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F26%2Fcreate-your-own-netvibes-theme%2F&amp;t=Create%20your%20own%20Netvibes%20theme" title="Facebook"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F26%2Fcreate-your-own-netvibes-theme%2F&amp;title=Create%20your%20own%20Netvibes%20theme" title="Digg"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F26%2Fcreate-your-own-netvibes-theme%2F&amp;title=Create%20your%20own%20Netvibes%20theme" title="Reddit"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F26%2Fcreate-your-own-netvibes-theme%2F&amp;title=Create%20your%20own%20Netvibes%20theme" title="del.icio.us"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F26%2Fcreate-your-own-netvibes-theme%2F&amp;title=Create%20your%20own%20Netvibes%20theme" title="blogmarks"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F26%2Fcreate-your-own-netvibes-theme%2F&amp;title=Create%20your%20own%20Netvibes%20theme" title="description"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F26%2Fcreate-your-own-netvibes-theme%2F" title="Wikio"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/wikio.gif" title="Wikio" alt="Wikio" class="sociable-hovers" /></a></p>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.netvibes.com/blog/2008/09/26/create-your-own-netvibes-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sharing (widgets) is caring</title>
		<link>http://dev.netvibes.com/blog/2008/09/03/sharing-widgets-is-caring/</link>
		<comments>http://dev.netvibes.com/blog/2008/09/03/sharing-widgets-is-caring/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 15:02:07 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ecosystem]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[nyt]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/?p=158</guid>
		<description><![CDATA[We&#8217;ve long said, and proved, that UWA works on all major widget platforms &#8211; you know the drill: Netvibes, Apple Dashboard, iGoogle, Opera, Vista, Live.com&#8230; But there is one more that deserves to be as well known: blog export.
The ability to work on blogs, and for that matter on any website,  has always been part [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve long said, and proved, that UWA works on all major widget platforms &#8211; you know the drill: Netvibes, Apple Dashboard, iGoogle, Opera, Vista, Live.com&#8230; But there is one more that deserves to be as well known: blog export.</p>
<p>The ability to work on blogs, and for that matter on any website,  has always been part of UWA starting with the now-deprecated <a href="http://dev.netvibes.com/doc/howto/widget_export">BlogWidget</a> method. BlogWidget was a nice first try at including UWA widget within the premises of a website, but in the long run was a hassle to instal, and for us it quickly became hard to maintain.</p>
<p>UWA compilers have improved a lot since last year, and the release of the Ecosystem was for us a chance to push further the proverbial envelope of exporting UWA widgets. So we built UWA export right into Ecosystem, and called it Share.</p>
<p><img class="alignright size-full wp-image-159" title="eco-share-nyt" src="http://dev.netvibes.com/blog/wp-content/uploads/eco-share-nyt.png" alt="" width="380" height="234" />Let&#8217;s say you like news so much, you want your website&#8217;s visitors to see our <a href="http://eco.netvibes.com/widgets/203767/new-york-times">New-York Times widget</a> in your sidebar. With the new Share tool, this previously laborious task has gotten very easy: go to the widget&#8217;s Ecosystem page, and click on the Share button, located next to the widget preview, right between the install links for the current 5 support platforms and the Source button, in all its orange glory.</p>
<p>Clicking that link brings you to a whole new tool in Ecosystem, where you can configure the look of the widget for better inclusion in your website. There, you can change the widget&#8217;s title, its height and the color of the header. While make these changes, you can see them live in the preview on the right side of this export tool, and can even update the height manually rather than using the counter.</p>
<p><img class="aligncenter size-full wp-image-160" title="eco-export-config" src="http://dev.netvibes.com/blog/wp-content/uploads/eco-export-config.png" alt="" width="470" height="248" /></p>
<p>Since exported widget do not offer an Edit section (by design), this tools lets you configure the widget&#8217;s preferences directly.</p>
<p><img class="aligncenter size-full wp-image-161" title="eco-export-prefs" src="http://dev.netvibes.com/blog/wp-content/uploads/eco-export-prefs.png" alt="" width="471" height="160" /></p>
<p>Once you are happy with the preview, you can directly grab the HTML code in the section below. As you can see it&#8217;s still pretty close to the old BlogWidget method, but believe me, it really has improved since that first version, the export tool being just the surface of it.</p>
<p>The most advanced among you might even find it cool to dabble with the code directly rather than through the interface&#8230;</p>
<p><a href="http://dev.netvibes.com/blog/wp-content/uploads/eco-export-code.png"><img class="aligncenter size-full wp-image-162" title="eco-export-code" src="http://dev.netvibes.com/blog/wp-content/uploads/eco-export-code.png" alt="" width="470" height="304" /></a></p>
<p>Stick that in your website&#8217;s HTML code, at the right place, upload, reload, and you should new be the proud owner of a UWA widget on your website!</p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Sharing%20%28widgets%29%20is%20caring&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F03%2Fsharing-widgets-is-caring%2F" title="E-mail this story to a friend!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" href="javascript:window.print();" title="Print this article!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/printer.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Netvibes"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F03%2Fsharing-widgets-is-caring%2F&amp;t=Sharing%20%28widgets%29%20is%20caring" title="Facebook"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F03%2Fsharing-widgets-is-caring%2F&amp;title=Sharing%20%28widgets%29%20is%20caring" title="Digg"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F03%2Fsharing-widgets-is-caring%2F&amp;title=Sharing%20%28widgets%29%20is%20caring" title="Reddit"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F03%2Fsharing-widgets-is-caring%2F&amp;title=Sharing%20%28widgets%29%20is%20caring" title="del.icio.us"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F03%2Fsharing-widgets-is-caring%2F&amp;title=Sharing%20%28widgets%29%20is%20caring" title="blogmarks"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F03%2Fsharing-widgets-is-caring%2F&amp;title=Sharing%20%28widgets%29%20is%20caring" title="description"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F09%2F03%2Fsharing-widgets-is-caring%2F" title="Wikio"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/wikio.gif" title="Wikio" alt="Wikio" class="sociable-hovers" /></a></p>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.netvibes.com/blog/2008/09/03/sharing-widgets-is-caring/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Release of the UWA specification working draft</title>
		<link>http://dev.netvibes.com/blog/2008/08/22/release-of-the-uwa-specification-working-draft/</link>
		<comments>http://dev.netvibes.com/blog/2008/08/22/release-of-the-uwa-specification-working-draft/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:58:41 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[specification]]></category>
		<category><![CDATA[uwa]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/?p=156</guid>
		<description><![CDATA[Simply put: it&#8217;s out! Go check it out, along with the brand new /specs/ page on netvibes.org!

This specification is one important that we&#8217;ve meant to add to our .org website for a long time. Netvibes.org started as a repository for all our open-sourced code, among which the whole UWA code: its JavaScript Runtime and PHP [...]]]></description>
			<content:encoded><![CDATA[<p>Simply put: <a href="http://netvibes.org/specs/uwa/current-work/">it&#8217;s out</a>! Go check it out, along with the brand new <a href="http://netvibes.org/specs/">/specs/</a> page on <a href="http://netvibes.org/">netvibes.org</a>!</p>
<p><img class="aligncenter size-full wp-image-157" title="uwa-spec-header" src="http://dev.netvibes.com/blog/wp-content/uploads/uwa-spec-header.png" alt="" width="500" height="201" /></p>
<p>This specification is one important that we&#8217;ve meant to add to our .org website for a long time. <a href="http://netvibes.org/">Netvibes.org</a> started as a repository for all our open-sourced code, among which the whole UWA code: its JavaScript Runtime and PHP libraries along with full in-code documentation, and even the fully-working Exposition server &#8211; the very same one that runs on our servers. All these tools were placed under GNU LGPL license, so as to facilitates the spread of this code to other projects and platforms.</p>
<p>For those willing to take part in the future of UWA, we also set up a <a href="http://netvibes.org/trac/">public Trac</a> tool for those who&#8217;d wish to submit an idea or a bug, or simply the changes to the <a href="http://netvibes.org/svn/">public Subversion server</a>.</p>
<p>The main point of all these releases was (and still is) to help UWA spread to other, yet-unsupported platforms. Being compatible with all major widget platforms (iGoogle, Windows Vista, Apple Dashboard, Live.com, iPhone, Opera, blogs, MySpace, etc.) sure is a great thing, but there are still many websites and widget engines users that could profit from the huge choice offered by our <a href="http://eco.netvibes.com/">Ecosystem</a> - and we can&#8217;t possibly handle them all <img src='http://dev.netvibes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So the next natural step is to publish the <a href="http://netvibes.org/specs/uwa/current-work/">UWA specification</a> for all to see &#8211; and, mostly, platforms implementors. The current document is more of an Editor&#8217;s Draft than a real Working Draft (some sections are still missing, for instance), but this is as much details as we can give about the inner functioning of UWA without giving you the source-code &#8211; which we already give out anyway <img src='http://dev.netvibes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We chose to license it under the Creative Commons <a href="http://creativecommons.org/licenses/by-sa/3.0/">BY-SA license</a>, which should give enough freedom as to how you use it. But most importantly, we&#8217;d like to <a href="http://dev.netvibes.com/forum/viewforum.php?id=9">hear back</a> from you about this document! This specification documents UWA 1.2, which is still very much in development, and not quite deployed yet, so this is your chance to participate directly in the evolution of the Universal Widget API!</p>
<p>See you on <a href="http://dev.netvibes.com/forum/viewforum.php?id=9">the forum</a>!</p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Release%20of%20the%20UWA%20specification%20working%20draft&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F08%2F22%2Frelease-of-the-uwa-specification-working-draft%2F" title="E-mail this story to a friend!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" href="javascript:window.print();" title="Print this article!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/printer.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Netvibes"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F08%2F22%2Frelease-of-the-uwa-specification-working-draft%2F&amp;t=Release%20of%20the%20UWA%20specification%20working%20draft" title="Facebook"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F08%2F22%2Frelease-of-the-uwa-specification-working-draft%2F&amp;title=Release%20of%20the%20UWA%20specification%20working%20draft" title="Digg"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F08%2F22%2Frelease-of-the-uwa-specification-working-draft%2F&amp;title=Release%20of%20the%20UWA%20specification%20working%20draft" title="Reddit"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F08%2F22%2Frelease-of-the-uwa-specification-working-draft%2F&amp;title=Release%20of%20the%20UWA%20specification%20working%20draft" title="del.icio.us"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F08%2F22%2Frelease-of-the-uwa-specification-working-draft%2F&amp;title=Release%20of%20the%20UWA%20specification%20working%20draft" title="blogmarks"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F08%2F22%2Frelease-of-the-uwa-specification-working-draft%2F&amp;title=Release%20of%20the%20UWA%20specification%20working%20draft" title="description"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F08%2F22%2Frelease-of-the-uwa-specification-working-draft%2F" title="Wikio"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/wikio.gif" title="Wikio" alt="Wikio" class="sociable-hovers" /></a></p>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.netvibes.com/blog/2008/08/22/release-of-the-uwa-specification-working-draft/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Harnessing the Activities Timeline</title>
		<link>http://dev.netvibes.com/blog/2008/07/18/harnessing-the-activities-timeline/</link>
		<comments>http://dev.netvibes.com/blog/2008/07/18/harnessing-the-activities-timeline/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 12:56:02 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/?p=152</guid>
		<description><![CDATA[You might not have noticed it, but in addition to completely revamping our Ecosystem (you didn&#8217;t know? check it out!), we&#8217;ve been silently adding new functionalities here and there, for developers to play with.
One of these &#8220;toys&#8221; is the expanded Timeline Search. As a Netvibes user, you must know about the User Timeline, where a [...]]]></description>
			<content:encoded><![CDATA[<p>You might not have noticed it, but in addition to completely revamping our Ecosystem (you didn&#8217;t know? check it out!), we&#8217;ve been silently adding new functionalities here and there, for developers to play with.</p>
<p>One of these &#8220;toys&#8221; is the expanded Timeline Search. As a Netvibes user, you must know about the User Timeline, where a user can post his good links, his favorite posts or simply his though of the moment, and let all your followers see them.</p>
<p><img class="aligncenter size-full wp-image-153" title="netvibes-activities" src="http://dev.netvibes.com/blog/wp-content/uploads/netvibes-activities.png" alt="" width="500" height="154" /></p>
<p><img class="alignleft size-full wp-image-154" title="widget-mycommunity" src="http://dev.netvibes.com/blog/wp-content/uploads/widget-mycommunity.png" alt="" width="262" height="250" />These three kinds of item can be posted to the timeline, respectively, using the <a href="http://nvmodules.typhon.net/maurice/uwa-starit/">Star-It widget</a> (which uses the new <code>widget.addStar()</code> method, so you can also <a href="http://dev.netvibes.com/blog/2008/04/08/gingers-new-functionalities-for-uwa-developers-part-2/">build starring within you own widgets</a>), via a click on the little star that is displayed by some widgets (one of which is the <a href="http://www.netvibes.com/subscribe.php?url=http://blog.netvibes.com/rss.php">internal feed reader</a>, so that makes it easy for blog posts and podcasts), and the <a href="http://www.netvibes.com/subscribe.php?module=friendActivities">My Community widget</a> (which you can find in the Essential Widget section of the Add Content panel). </p>
<p>It&#8217;s all fine and dandy, but you might think that all this data is only available to logged-in Netvibes users who chose to follow your Universe &#8211; and therefore, quite walled-garden-y for the reste of teh intarwebs. Luckily, there&#8217;s more than that.</p>
<p>When we announced the <a href="http://dev.netvibes.com/doc/api/rest">Netvibes REST API</a> <a href="http://dev.netvibes.com/blog/2008/04/29/new-design-and-uwa-doc-update/">a couple months ago</a>, it already gave a lot of power to developers, like retrieving the whole content of a Netvibes Universe in XML form, but the documentation for the Timeline Search method wasn&#8217;t really complete a the time. We&#8217;ve been working towards improving it, and the result is that you can now easily use the Timeline data just about anywhere, thanks to an expanded set of options.</p>
<p>In short, the expanded Timeline Search makes it possible for anyone to create services or tools based on public Timeline data retrieval! Desktop apps, anyone?</p>
<p><img class="alignright size-medium wp-image-155" title="activities-xml" src="http://dev.netvibes.com/blog/wp-content/uploads/activities-xml.png" alt="" width="240" height="220" />The documentation itself features a handful of ideas already:</p>
<ul>
<li>Need to pull the 100 last public status updates in Atom format? <a href="http://rest.netvibes.com/timeline/search?query=type:status&amp;format=atom&amp;limit=100">You can do it</a>.</li>
<li>Want to know who&#8217;s been mentioning the iPhone 3G lately, and get it in JSON? <a href="http://rest.netvibes.com/timeline/search?query=iphone%203g&amp;format=json">Have a lookee here</a>.</li>
<li>Feel like visiting the recent favorite links of one&#8217;s followers, in XML? <a href="http://rest.netvibes.com/timeline/search?query=followersof:xavier&amp;type:star">Here you go</a>.</li>
<li>Fan of the &#8220;FAIL&#8221; meme, and want to know who&#8217;s been commenting items with &#8220;FAIL&#8221;? <a href="http://rest.netvibes.com/timeline/search?query=comment:fail">Yup, can do</a>.</li>
</ul>
<p>This is just a part of what can be done with the REST API, and an <em>avant-goût</em> of things to come from our recent developments. Until we uncover these, you advise you to have a closer look at all the possibilities of the Netvibes REST API, which can offer a lot more than searching public timelines&#8230;<br />
 </p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Harnessing%20the%20Activities%20Timeline&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F07%2F18%2Fharnessing-the-activities-timeline%2F" title="E-mail this story to a friend!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" href="javascript:window.print();" title="Print this article!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/printer.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Netvibes"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F07%2F18%2Fharnessing-the-activities-timeline%2F&amp;t=Harnessing%20the%20Activities%20Timeline" title="Facebook"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F07%2F18%2Fharnessing-the-activities-timeline%2F&amp;title=Harnessing%20the%20Activities%20Timeline" title="Digg"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F07%2F18%2Fharnessing-the-activities-timeline%2F&amp;title=Harnessing%20the%20Activities%20Timeline" title="Reddit"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F07%2F18%2Fharnessing-the-activities-timeline%2F&amp;title=Harnessing%20the%20Activities%20Timeline" title="del.icio.us"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F07%2F18%2Fharnessing-the-activities-timeline%2F&amp;title=Harnessing%20the%20Activities%20Timeline" title="blogmarks"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F07%2F18%2Fharnessing-the-activities-timeline%2F&amp;title=Harnessing%20the%20Activities%20Timeline" title="description"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F07%2F18%2Fharnessing-the-activities-timeline%2F" title="Wikio"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/wikio.gif" title="Wikio" alt="Wikio" class="sociable-hovers" /></a></p>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.netvibes.com/blog/2008/07/18/harnessing-the-activities-timeline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New developers tools: Netvibes Platform and the UWA-Iframe method</title>
		<link>http://dev.netvibes.com/blog/2008/06/11/new-developers-tools-netvibes-platform-and-the-uwa-iframe-method/</link>
		<comments>http://dev.netvibes.com/blog/2008/06/11/new-developers-tools-netvibes-platform-and-the-uwa-iframe-method/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 16:20:30 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[exposition]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[lgpl]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[netvibes.org]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[runtime]]></category>
		<category><![CDATA[uwa]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/?p=144</guid>
		<description><![CDATA[It&#8217;s been a few days since our cool Developers Meetup in Paris, where we announced a bunch of new releases that are of importance mostly to you, dear developers!
A proper blogpost has already been published, summing up these releases, and most importantly the new netvibes.org website. You&#8217;ll find a lot of information over there, but keep [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a few days since our cool <a href="http://dev.netvibes.com/blog/2008/05/27/netvibes-developers-meetup-in-paris/">Developers Meetup</a> in Paris, where we announced a bunch of new releases that are of importance mostly to you, dear developers!</p>
<p><a href="http://blog.netvibes.com/?2008/06/06/172-netvibesorg-opening">A proper blogpos</a>t has already been published, summing up these releases, and most importantly the new <a href="http://www.netvibes.org/">netvibes.org</a> website. You&#8217;ll find a lot of information over there, but keep on reading, &#8216;cos we have more <img src='http://dev.netvibes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>First, here&#8217;s the video I shot from the event, where our Chief Architect, and Head Mastermind behind UWA and netvibes.org&#8217;s projects, explains a lot about what he knows best. Watch the whole video to get a feeling of what Netvibes is offering today. It&#8217;s all in spoken French, but I took the time to put English subtitles everywhere so that everyone could understand it all.</p>
<p><object type="application/x-shockwave-flash" style="width:448px;height:386px" data="http://www.vimeo.com/moogaloop.swf?clip_id=1127617&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1127617&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		</p>
<p> </p>
<h3>Netvibes Platform</h3>
<p>So there you go:</p>
<ul>
<li><a href="http://www.netvibes.org/">netvibes.org</a> is the central repository for all our open-source projects</li>
<li>currently available projects are:
<ul>
<li>UWA JavaScript Runtime: JavaScript libraries that make it possible to run UWA widgets</li>
<li>PHP Exposition libraries: make it possible to parse and compile UWA widgets</li>
<li>Exposition widget server: makes it possible to serve widgets to users, notably within an iframe.</li>
</ul>
</li>
</ul>
<p>All these projects are available under the LGPLv3 license, which is very permissive, and are referred to as the Netvibes Platform. They are still in &#8220;technology preview&#8221; &#8211; a final version should be released in the coming months.</p>
<p>Along with zip-archives of the 3 projects, netvibes.org also features:</p>
<ul>
<li><a href="http://netvibes.org/jsdoc/">full documentation of UWA JS Runtime</a> (extracted from the code)</li>
<li><a href="http://netvibes.org/phpdoc/">full documentation of Exposition libraries</a> (extracted from the code)</li>
<li>the mandatory <a href="http://netvibes.org/trac/">Trac</a>, where you will be able to <a href="http://netvibes.org/trac/timeline">follow our progress</a>, submit bug-reports, suggestion enhancements, and where some documentation will also find its place (i.e., <a href="http://netvibes.org/trac/wiki/ExpositionServer">how to run the Exposition Server</a>).</li>
</ul>
<p>An <a href="http://dev.netvibes.com/forum/viewforum.php?id=8">official Netvibes Platform</a> forum exists for you to ask question and get support from the team and users.</p>
<p>What does this mean to you? Simply, it makes UWA more &#8220;universal&#8221; than ever! We read comments saying that UWA widgets working on the 8 major widget platforms (Netvibes, iGoogle, OS X Dashboard, Vista, Live.com, iPhone, Opera, blogwidget&#8230;) sure is great, but that apparently doesn&#8217;t make it universal enough&#8230;<br />
Well, all these open-source components should help any implementer to port UWA to just about any platform, as long as it supports the usual Web standards: HTML, JavaScript and CSS. Everything is there: the Exposition widget server in order not to rely on Netvibes&#8217; backend, the Exposition libraries in order to compile the widget to just about any of the currently supported platforms, and the UWA JS libraries so that all the client-side JS code of UWA widget works as expected.</p>
<p>All these components are the exact same as the ones we use. That doesn&#8217;t mean that Netvibes.com-the-startpage will be available as open-source, ready-to-install code, but it does mean that you can now handle UWA widgets your way, on your own system.</p>
<p>Now go download those archives, try them out, have fun with them, and let us know how we can, together, make them better!</p>
<h3>But wait! There&#8217;s more!</h3>
<p>There are still a few more cool things that might have gone under the radar, one of which being the official release of the <a href="http://dev.netvibes.com/doc/howto/uwa_iframe">UWA-Iframe method</a>, which lets you display UWA widgets within your own environment (website, blog&#8230;), through a simple iframe. </p>
<p>The UWA-Iframe method is the successor to the <a href="http://dev.netvibes.com/doc/howto/widget_export">BlogWidget method</a>, which lets you display UWA widget just about anywhere on the Web, using a simple iframe call to our servers. This new method is far better, and gives you full control over the way events are handled within your system.</p>
<p>This method has already been used in beta form by countless of projects, big or small, open-source or closed source, and it was already working quite well. Now that we have a far superior version, we are releasing it officially for all those who would like to implement widgets simply, in their system: Web portal, blogging tools, etc. For instance, the UWA implementation within <a href="http://blog.jboss-portal.org/2007/12/jboss-portal-263-released.html">JBoss Portal 2.6.3</a> is based on a previous version of this method.</p>
<p>There are a few other things cooking up, but I&#8217;ll talk about them here once a feel confident about their coherence and usefulness. For now, I&#8217;m sure you can already find plenty of code to have fun with using the above releases.</p>
<p>Let us know about how you would see them evolve!</p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=New%20developers%20tools%3A%20Netvibes%20Platform%20and%20the%20UWA-Iframe%20method&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F06%2F11%2Fnew-developers-tools-netvibes-platform-and-the-uwa-iframe-method%2F" title="E-mail this story to a friend!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" href="javascript:window.print();" title="Print this article!"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/printer.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Netvibes"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="" title="Twitter"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/" title="Twitter" alt="Twitter" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F06%2F11%2Fnew-developers-tools-netvibes-platform-and-the-uwa-iframe-method%2F&amp;t=New%20developers%20tools%3A%20Netvibes%20Platform%20and%20the%20UWA-Iframe%20method" title="Facebook"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F06%2F11%2Fnew-developers-tools-netvibes-platform-and-the-uwa-iframe-method%2F&amp;title=New%20developers%20tools%3A%20Netvibes%20Platform%20and%20the%20UWA-Iframe%20method" title="Digg"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F06%2F11%2Fnew-developers-tools-netvibes-platform-and-the-uwa-iframe-method%2F&amp;title=New%20developers%20tools%3A%20Netvibes%20Platform%20and%20the%20UWA-Iframe%20method" title="Reddit"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F06%2F11%2Fnew-developers-tools-netvibes-platform-and-the-uwa-iframe-method%2F&amp;title=New%20developers%20tools%3A%20Netvibes%20Platform%20and%20the%20UWA-Iframe%20method" title="del.icio.us"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F06%2F11%2Fnew-developers-tools-netvibes-platform-and-the-uwa-iframe-method%2F&amp;title=New%20developers%20tools%3A%20Netvibes%20Platform%20and%20the%20UWA-Iframe%20method" title="blogmarks"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/blogmarks.png" title="blogmarks" alt="blogmarks" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F06%2F11%2Fnew-developers-tools-netvibes-platform-and-the-uwa-iframe-method%2F&amp;title=New%20developers%20tools%3A%20Netvibes%20Platform%20and%20the%20UWA-Iframe%20method" title="description"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/dzone.png" title="description" alt="description" class="sociable-hovers" /></a><br />
	<a rel="nofollow" target="_blank" href="http://www.wikio.com/vote?url=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F06%2F11%2Fnew-developers-tools-netvibes-platform-and-the-uwa-iframe-method%2F" title="Wikio"><img src="http://dev.netvibes.com/blog/wp-content/plugins/sociable/images/wikio.gif" title="Wikio" alt="Wikio" class="sociable-hovers" /></a></p>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.netvibes.com/blog/2008/06/11/new-developers-tools-netvibes-platform-and-the-uwa-iframe-method/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
