<?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; Showcase</title>
	<atom:link href="http://dev.netvibes.com/blog/category/article/showcase/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>Turn any web page into a UWA widget with Automatic Parser</title>
		<link>http://dev.netvibes.com/blog/2008/02/22/turn-any-web-page-into-a-uwa-widget-with-automatic-parser/</link>
		<comments>http://dev.netvibes.com/blog/2008/02/22/turn-any-web-page-into-a-uwa-widget-with-automatic-parser/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 18:13:32 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[uwa]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/2008/02/22/turn-any-web-page-into-a-uwa-widget-with-automatic-parser/</guid>
		<description><![CDATA[(See bottom of the post for an update)
Netvibes was created as a way to gather all your digital life in one handy place, providing in-house for your most important digital needs: search, e-mail, to-do list, feed-reader, bookmarks &#038; links, weather, calendar&#8230;
It quickly turned out that our users needed access to more digital content than we [...]]]></description>
			<content:encoded><![CDATA[<p><small>(See bottom of the post for an update)</small></p>
<p>Netvibes was created as a way to gather all your digital life in one handy place, providing in-house for your most important digital needs: search, e-mail, to-do list, feed-reader, bookmarks &#038; links, weather, calendar&#8230;</p>
<p>It quickly turned out that our users needed access to more digital content than we where able to provide widgets for. Hence the launch of the MiniAPI in <a href="http://blog.netvibes.com/?2006/03/03/41-announcing-the-netvibes-mini-api">March 2006</a>, merely 6 months after our <a href="http://blog.netvibes.com/?2005/09/15/2-netvibes-is-released">initial launch</a>, allowing developers to build Netvibes modules using well-known technologies, such as XHTML, CSS and JavaScript/Ajax. The <a href="http://dev.netvibes.com/doc/">Universal Widget API</a> (UWA), launched <a href="http://blog.netvibes.com/?2007/03/09/125-new-developer-website-preview-of-universal-widget-api-uwa">one year later</a>, was the next step in the evolution of this API, offering portability for the major widget platforms.</p>
<p>But that might still not be enough. For starters, there are still a lot of useful and frequently-update data out there that is not available through a feed or an API &#8211; and thus, hardly easy to implement into a widget, even through an iFrame. For these data, users are pretty much left to themselves, or to the cleverness of widget developers.</p>
<p>The <a href="http://eco.netvibes.com/widgets/231389/automatic-parser">Automatic Parser</a> widget is one of these extremely clever widgets. Built by Netvibes user Tristan &#8220;<a href="http://eco.netvibes.com/users/8">Twisterss</a>&#8221; Groléat, it features a state-of-the-art HTML parser that allows users to pull just about anything out of any web-page, as long as it can be found using the DOM.</p>
<p>The <a href="http://dev.netvibes.com/forum/viewtopic.php?id=768">instructions</a> are sparse, and the usage is quick to grok:</p>
<ol>
<li>Enter the URL of the webpage</li>
<li>Select the information you are interested in on the preview of the page: one block or many blocks of the same type</li>
<li>Check that the widget really selects what you want</li>
<li>Confirm your selection</li>
<li>The widget displays the information you want, and refreshs it automatically every 20 minutes.</li>
</ol>
<p>Let&#8217;s say you want a widget that always displays the latest &#8220;Hawt post&#8221; from the <a href="http://wordpress.com/">WordPress.com home page</a>. Just paste the <code>http://wordpress.com/</code> URL into the widget:</p>
<p><a href="http://eco.netvibes.com/widgets/231389/automatic-parser"><img src='http://dev.netvibes.com/blog/wp-content/uploads/uwa-autoparser-wpcom1.png' alt='Automatic Parser' class="centered" /></a></p>
<p>It loads the page &#8211; removing a few styling rules for readability. Scroll to the section you are interested in, and put the cursor over it: it highlights with a red background. Click when the want data is highlighted: the highlighting turns to blue. </p>
<p><a href="http://eco.netvibes.com/widgets/231389/automatic-parser"><img src='http://dev.netvibes.com/blog/wp-content/uploads/uwa-autoparser-wpcom2.gif' alt='Automatic Parser' class="centered" /></a></p>
<p>Click the &#8220;Parse the information&#8221; button. If only what you wanted is selected, then click the &#8220;Validate&#8221; button.</p>
<p><a href="http://eco.netvibes.com/widgets/231389/automatic-parser"><img src='http://dev.netvibes.com/blog/wp-content/uploads/uwa-autoparser-wpcom3.png' alt='Automatic Parser' class="centered" /></a></p>
<p>There you go: you know have a full-working UWA widget which displays a regularly-updated portion of an external website. Since the widget takes the external content as-is, you might need to resize your Netvibes page&#8217;s column, so as to display it all. You can also change the widget&#8217;s title in the preferences.</p>
<p>Get inspired! What kind of widget do you see being built with <a href="http://eco.netvibes.com/widgets/231389/automatic-parser">this nifty new tool</a>? What can you learn from its code?</p>
<p><strong>UPDATE</strong></p>
<p>Tristan has done it again with a new tool based on his Automatic Parser widget: &#8220;<a href="http://twisterss.free.fr/api_netvibes/parser/buildWidget.php">Build your own parsing UWA widget in 3 minutes</a>&#8220;. Simply put, it starts with the Automatic Parser widget, and adds tools to customize and share it easily with the community. Excellent thinking!</p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Turn%20any%20web%20page%20into%20a%20UWA%20widget%20with%20Automatic%20Parser&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F02%2F22%2Fturn-any-web-page-into-a-uwa-widget-with-automatic-parser%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%2F02%2F22%2Fturn-any-web-page-into-a-uwa-widget-with-automatic-parser%2F&amp;t=Turn%20any%20web%20page%20into%20a%20UWA%20widget%20with%20Automatic%20Parser" 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%2F02%2F22%2Fturn-any-web-page-into-a-uwa-widget-with-automatic-parser%2F&amp;title=Turn%20any%20web%20page%20into%20a%20UWA%20widget%20with%20Automatic%20Parser" 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%2F02%2F22%2Fturn-any-web-page-into-a-uwa-widget-with-automatic-parser%2F&amp;title=Turn%20any%20web%20page%20into%20a%20UWA%20widget%20with%20Automatic%20Parser" 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%2F02%2F22%2Fturn-any-web-page-into-a-uwa-widget-with-automatic-parser%2F&amp;title=Turn%20any%20web%20page%20into%20a%20UWA%20widget%20with%20Automatic%20Parser" 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%2F02%2F22%2Fturn-any-web-page-into-a-uwa-widget-with-automatic-parser%2F&amp;title=Turn%20any%20web%20page%20into%20a%20UWA%20widget%20with%20Automatic%20Parser" 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%2F02%2F22%2Fturn-any-web-page-into-a-uwa-widget-with-automatic-parser%2F&amp;title=Turn%20any%20web%20page%20into%20a%20UWA%20widget%20with%20Automatic%20Parser" 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%2F02%2F22%2Fturn-any-web-page-into-a-uwa-widget-with-automatic-parser%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/02/22/turn-any-web-page-into-a-uwa-widget-with-automatic-parser/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Follow the US Presidential Primaries with UWA widgets</title>
		<link>http://dev.netvibes.com/blog/2008/02/04/follow-the-us-presidential-primaries-with-uwa-widgets/</link>
		<comments>http://dev.netvibes.com/blog/2008/02/04/follow-the-us-presidential-primaries-with-uwa-widgets/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 22:03:54 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[presidential primaries]]></category>
		<category><![CDATA[usa]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/2008/02/04/follow-the-us-presidential-primaries-with-uwa-widgets/</guid>
		<description><![CDATA[Super Tuesday is (quite literally) right around the corner, and real-time information is where widgets can shine. Indeed, user androostevens understood the need, and submitted no less than 4 Primaries-related widgets.
These widget rely on data from AOL News, which has built a dedicated Elections page. They cleverly mix AOL&#8217;s Flash applications with a UWA drop-down [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Super_Tuesday">Super Tuesday</a> is (quite literally) right around the corner, and real-time information is where widgets can shine. Indeed, user <a href="http://eco.netvibes.com/users/27752">androostevens</a> understood the need, and submitted no less than 4 Primaries-related widgets.</p>
<p>These widget rely on data from <a href="http://news.aol.com">AOL News</a>, which has built a dedicated <a href="http://news.aol.com/elections">Elections</a> page. They cleverly mix AOL&#8217;s Flash applications with a UWA drop-down menu &#8211; which selection is saved in Netvibes. Best of both world: ease of Flash integration, usability of UWA widgets.</p>
<p>The most visually informative one, <a href="http://eco.netvibes.com/widgets/230675/2008-election-primary-results-map">2008 Election Primary Results Map</a>, presents the Primary results in one handy map:<br />
<a href="http://eco.netvibes.com/widgets/230675/2008-election-primary-results-map"><img src='http://dev.netvibes.com/blog/wp-content/uploads/primarymap.png' alt='Primaries map' class="centered" /></a></p>
<p>The three other widget are just as informative, in a time when numbers keep changing, and results get to their final state: <a href="http://eco.netvibes.com/widgets/230676/2008-election-primary-results">this one </a>will give you the primary leaders for any chosen state, <a href="http://eco.netvibes.com/widgets/230674/2008-presidential-primaries-delegate-tally">that one</a> gives the Primaries delegate tally for one of the two parties, and <a href="http://eco.netvibes.com/widgets/230672/2008-presidential-primaries-delegate-tally">the final one</a> combines overall leaders and tally.</p>
<p>So get informed as soon as updates are given! Put these widgets on your Netvibes page &#8211; or your Netvibes Universe </p>
<p><small>Note: sadly, the &#8220;See Republican Results/See Democratic Results&#8221; doesn&#8217;t work. Use the Edit section to change settings&#8230;</small></p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Follow%20the%20US%20Presidential%20Primaries%20with%20UWA%20widgets&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2008%2F02%2F04%2Ffollow-the-us-presidential-primaries-with-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%2F2008%2F02%2F04%2Ffollow-the-us-presidential-primaries-with-uwa-widgets%2F&amp;t=Follow%20the%20US%20Presidential%20Primaries%20with%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%2F2008%2F02%2F04%2Ffollow-the-us-presidential-primaries-with-uwa-widgets%2F&amp;title=Follow%20the%20US%20Presidential%20Primaries%20with%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%2F2008%2F02%2F04%2Ffollow-the-us-presidential-primaries-with-uwa-widgets%2F&amp;title=Follow%20the%20US%20Presidential%20Primaries%20with%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%2F2008%2F02%2F04%2Ffollow-the-us-presidential-primaries-with-uwa-widgets%2F&amp;title=Follow%20the%20US%20Presidential%20Primaries%20with%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%2F2008%2F02%2F04%2Ffollow-the-us-presidential-primaries-with-uwa-widgets%2F&amp;title=Follow%20the%20US%20Presidential%20Primaries%20with%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%2F2008%2F02%2F04%2Ffollow-the-us-presidential-primaries-with-uwa-widgets%2F&amp;title=Follow%20the%20US%20Presidential%20Primaries%20with%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%2F2008%2F02%2F04%2Ffollow-the-us-presidential-primaries-with-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/2008/02/04/follow-the-us-presidential-primaries-with-uwa-widgets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Update your widget&#8217;s content cleanly with Ajax</title>
		<link>http://dev.netvibes.com/blog/2007/12/17/update-your-widgets-content-cleanly-with-ajax/</link>
		<comments>http://dev.netvibes.com/blog/2007/12/17/update-your-widgets-content-cleanly-with-ajax/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 10:34:03 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[getjson]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[uwa]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/2007/12/17/update-your-widgets-content-cleanly-with-ajax/</guid>
		<description><![CDATA[The Netvibes Ecosystem has its share of search widgets, mostly because they&#8217;re easy to build: make a test request in the original search site, write down the search URL, build it into a widget and make that widget open a new page with the search string neatly placed into the search URL.
This is nice, since [...]]]></description>
			<content:encoded><![CDATA[<p>The Netvibes Ecosystem has its share of <a href="http://eco.netvibes.com/widgets?category=102">search widgets</a>, mostly because they&#8217;re easy to build: make a test request in the original search site, write down the search URL, build it into a widget and make that widget open a new page with the search string neatly placed into the search URL.</p>
<p>This is nice, since easy+useful is nice. Yet, it has one pesky downside: it takes the user to a new page, rather than displaying the search result(s) in the widget. This is the whole point of Ajax: making the user experience seamless, by bringing the content into the page he is already in.</p>
<p>One recent widget manages to bring Ajax to its search in an elegant way: <a href="http://eco.netvibes.com/widgets/211305">Maplin Catalog Search</a>, by Tim Surtell. The way it works for the user is pretty straightforward:</p>
<div align="center">
&#8230;Type your request&#8230;</p>
<p><img src='http://dev.netvibes.com/blog/wp-content/uploads/uwa-maplin1.png' alt='Mapling widget' /></p>
<p>&#8230;Wait for the results&#8230;</p>
<p><img src='http://dev.netvibes.com/blog/wp-content/uploads/uwa-maplin2.png' alt='Mapling widget' /></p>
<p>&#8230;Page through the results&#8230;</p>
<p><img src='http://dev.netvibes.com/blog/wp-content/uploads/uwa-maplin3.png' alt='Mapling widget' />
</div>
<p>Behind the curtains, it&#8217;s still straightforward: being a Maplin affiliate for his <a href="http://www.eleinmec.com/index.asp">Electronis in Meccano</a> website, M. Sutrell had access to a data-feed of Maplin&#8217;s database. He only had to adapt that feed to output in JSON (thanks to an ASP script), and the hardest part was done. From there, the widget simply calls the ASP script with the <code><a href="http://dev.netvibes.com/doc/uwa_specification/ajax_examples#json_query">getJson</a></code> method:</p>
<pre>
<code>var searchTerm = widget.body
  .getElementsByClassName("searchTerm")[0].value;
UWA.Data.getJson('http://www.surtella.com/maplin.asp?'
  + searchTerm, Maplin.display); </code>
</pre>
<p>The &#8220;Searching&#8221; animation has CSS display (<code>visibility: visible;</code>) and hide it (<code>visibility: hidden;</code>), and the JSON results are parsed through a loop into a table of results. The widget even uses the <a href="http://dev.netvibes.com/doc/uwa_templates/pager">Pager control</a>, for a more user-friendly parsing.</p>
<p>While it could be enhanced by replacing its hard-coded tables and cells by div-tags mixed with UWA&#8217;s <a href="http://dev.netvibes.com/doc/uwa_templates/thumbnail_list">Thumbnailed List template</a>, the simple fact that M. Surtell told us he is more accustomed to coding in VB.Net than JavaScript, and is still able to build a widget this nice, is to us a testament of the ease-of-use of both JavaScript and our UWA methods.</p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Update%20your%20widget%27s%20content%20cleanly%20with%20Ajax&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2007%2F12%2F17%2Fupdate-your-widgets-content-cleanly-with-ajax%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%2F2007%2F12%2F17%2Fupdate-your-widgets-content-cleanly-with-ajax%2F&amp;t=Update%20your%20widget%27s%20content%20cleanly%20with%20Ajax" 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%2F2007%2F12%2F17%2Fupdate-your-widgets-content-cleanly-with-ajax%2F&amp;title=Update%20your%20widget%27s%20content%20cleanly%20with%20Ajax" 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%2F2007%2F12%2F17%2Fupdate-your-widgets-content-cleanly-with-ajax%2F&amp;title=Update%20your%20widget%27s%20content%20cleanly%20with%20Ajax" 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%2F2007%2F12%2F17%2Fupdate-your-widgets-content-cleanly-with-ajax%2F&amp;title=Update%20your%20widget%27s%20content%20cleanly%20with%20Ajax" 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%2F2007%2F12%2F17%2Fupdate-your-widgets-content-cleanly-with-ajax%2F&amp;title=Update%20your%20widget%27s%20content%20cleanly%20with%20Ajax" 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%2F2007%2F12%2F17%2Fupdate-your-widgets-content-cleanly-with-ajax%2F&amp;title=Update%20your%20widget%27s%20content%20cleanly%20with%20Ajax" 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%2F2007%2F12%2F17%2Fupdate-your-widgets-content-cleanly-with-ajax%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/2007/12/17/update-your-widgets-content-cleanly-with-ajax/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Local widgets: because your neighbor is probably a Netvibes user too</title>
		<link>http://dev.netvibes.com/blog/2007/12/06/local-widgets-because-your-neighbor-is-probably-a-netvibes-user-too/</link>
		<comments>http://dev.netvibes.com/blog/2007/12/06/local-widgets-because-your-neighbor-is-probably-a-netvibes-user-too/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 17:54:14 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/2007/12/06/local-widgets-because-your-neighbor-is-probably-a-netvibes-user-too/</guid>
		<description><![CDATA[Most of you have come to Netvibes for the global widgets, the all-in-one start-page with all your everyday services at your fingertips. And that&#8217;s cool, but there&#8217;s more to the Internet than Yahoo!, Gmail, Flickr, Facebook and YouTube, y&#8217;know? 
You might not be aware of this, but Netvibes is not one start-page, but many start-pages: [...]]]></description>
			<content:encoded><![CDATA[<p>Most of you have come to Netvibes for the global widgets, the all-in-one start-page with all your everyday services at your fingertips. And that&#8217;s cool, but there&#8217;s more to the Internet than Yahoo!, Gmail, Flickr, Facebook and YouTube, y&#8217;know? </p>
<p>You might not be aware of this, but Netvibes is not one start-page, but many start-pages: each locale presents its users with set of global widgets, along with a selection of local feeds and even widgets &#8211; which selection is made by local Netvibes users.</p>
<p>For instance:<br />
 &#8211; Italian locale will present you with the feeds from <a href="http://corriere.it">Corriere della Sera</a>, among others.<br />
 &#8211; Canadian locale: <a href="http://www.tsn.ca/">TSN</a>&#8217;s feed with pictures.<br />
 &#8211; Danish locale: <a href="http://jp.dk/">Jyllands-Posten</a>&#8217;s.<br />
 &#8211; Japan locale: <a href="http://dailynews.yahoo.co.jp/fc/">Yahoo! Japan Daily News</a> and other feeds.</p>
<p>What I mean to say with this list is that local content is as important to us as is global content &#8211; and it&#8217;s even the primary reason behind UWA and Ecosystem: to let developers build widget for local services, to let users submit local feeds and data, and have all these local items be available to all Netvibes users. </p>
<p>&#8220;Local items&#8221; can mean anything from one country&#8217;s little known service, to its most celebrated newspaper, with the corner-shop&#8217;s RSS feed in between! Simply put, items that you, yourself, find interesting to have in your page, could most probably also be of much use to a hosts of other users.</p>
<p>Our belief in local widget is no smoke and mirrors: we actually do build widgets in order to scratch an itch or to fill a need. The Twitter widget, for instance, started-out as side-project from one of our developers, and is now featured on most locales as a global widget. This is true for many other Netvibes widgets.</p>
<p>But we do push a bit further down the &#8220;local widget&#8221; road ourselves. See, our dev team works in Paris, and one of our favorite takeaway places is <a href="http://www.demets.fr/">DeMets</a>, which has the double advantage of changing their menu every day, and to <a href="http://www.demets.fr/pages/carte.php">publish it online</a>, in good ol&#8217; HTML.<br />
That&#8217;s a widget opportunity not to be missed, and once again Maurice took upon himself to build the <a href="http://eco.netvibes.com/widgets/204042/demets-carte-du-jour">DeMets widget</a>. We don&#8217;t have to visit the website anymore to know if the menu looks yummy or not: it&#8217;s right there on our own Netvibes page &#8211; or, speaking for myself, on my Dashboard screen. And, because I&#8217;m nice like that, here it is live:</p>
<div align="center"><iframe id="frame_daftpunkalive" src="http://www.netvibes.com/api/uwa/frame/uwa_standalone.php?id=1134678897658&#038;moduleUrl=http://nvmodules.netvibes.com/api/uwa/frame/uwa_standalone.php?id= 1356785655&#038;moduleUrl=http://nvmodules.typhon.net/maurice/uwa-demets/&#038;commUrl=http://eco.netvibes.com/uwa.html&#038;commUrl=http://eco.netvibes.com/uwa.html" frameborder="0" height="350" scrolling="no" width="320"></iframe></div>
<p>Just so you know, it&#8217;s marked as having been installed more than 200 times already, which is more than developers we have in Paris. This goes to prove that local widgets are useful not only for yourself: build it and they will come! So don&#8217;t hesitate in front of the local website of your video-games reseller: if it can be useful it you, it will probably be to someone else in your city!</p>
<p>So build locale widgets and submit them to Ecosystem: local items are just as important as global ones, and everyone wants local informations coming directly to their desktop! That&#8217;s what UWA is for, and we hope to some cool widgets land on future updates of Netvibes&#8217; local start-pages.</p>
<p>Let&#8217;s build the long tail of widgets!</p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Local%20widgets%3A%20because%20your%20neighbor%20is%20probably%20a%20Netvibes%20user%20too&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2007%2F12%2F06%2Flocal-widgets-because-your-neighbor-is-probably-a-netvibes-user-too%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%2F2007%2F12%2F06%2Flocal-widgets-because-your-neighbor-is-probably-a-netvibes-user-too%2F&amp;t=Local%20widgets%3A%20because%20your%20neighbor%20is%20probably%20a%20Netvibes%20user%20too" 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%2F2007%2F12%2F06%2Flocal-widgets-because-your-neighbor-is-probably-a-netvibes-user-too%2F&amp;title=Local%20widgets%3A%20because%20your%20neighbor%20is%20probably%20a%20Netvibes%20user%20too" 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%2F2007%2F12%2F06%2Flocal-widgets-because-your-neighbor-is-probably-a-netvibes-user-too%2F&amp;title=Local%20widgets%3A%20because%20your%20neighbor%20is%20probably%20a%20Netvibes%20user%20too" 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%2F2007%2F12%2F06%2Flocal-widgets-because-your-neighbor-is-probably-a-netvibes-user-too%2F&amp;title=Local%20widgets%3A%20because%20your%20neighbor%20is%20probably%20a%20Netvibes%20user%20too" 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%2F2007%2F12%2F06%2Flocal-widgets-because-your-neighbor-is-probably-a-netvibes-user-too%2F&amp;title=Local%20widgets%3A%20because%20your%20neighbor%20is%20probably%20a%20Netvibes%20user%20too" 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%2F2007%2F12%2F06%2Flocal-widgets-because-your-neighbor-is-probably-a-netvibes-user-too%2F&amp;title=Local%20widgets%3A%20because%20your%20neighbor%20is%20probably%20a%20Netvibes%20user%20too" 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%2F2007%2F12%2F06%2Flocal-widgets-because-your-neighbor-is-probably-a-netvibes-user-too%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/2007/12/06/local-widgets-because-your-neighbor-is-probably-a-netvibes-user-too/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Put a UWA widget around your Flash application</title>
		<link>http://dev.netvibes.com/blog/2007/11/14/put-a-uwa-widget-around-your-flash-application/</link>
		<comments>http://dev.netvibes.com/blog/2007/11/14/put-a-uwa-widget-around-your-flash-application/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 16:52:23 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[uwa]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/2007/11/14/put-a-uwa-widget-around-your-flash-application/</guid>
		<description><![CDATA[There are many applications out there that would be useful to Netvibes users - and UWA users in general, but whose developer chose to use Flash instead of relying on easy-to-parse standards or easy-to-implement Web services. As highlighted in our post about the new Netvibes Ecosystem, logged-in users can now directly submit the URL of [...]]]></description>
			<content:encoded><![CDATA[There are many applications out there that would be useful to Netvibes users - and UWA users in general, but whose developer chose to use Flash instead of relying on easy-to-parse standards or easy-to-implement Web services. As highlighted in <a href="http://dev.netvibes.com/blog/2007/10/01/whats-new-for-uwa-developers-in-the-new-ecosystem/">our post</a> about <a href="http://blog.netvibes.com/?2007/09/21/143-new-ecosystem-a-better-widget-directory-for-netvibes">the new Netvibes Ecosystem</a>, logged-in users can now directly submit the URL of a Flash-app, and get it wrapped into a UWA container as a result. No need to code to get a multi-platforms widget!<br />
<br />
This very need arose when we learnt about the release of the <a href="http://bms.daftalive.com/">Daft Punk "Alive" widget</a>: sure, you could get the code to display the Flash widget on your own site, or you could mail the widget to any address, but there was no way to add to your own Netvibes page - or, who knows?, your forthcoming Netvibes Universe... What to do?<br />
<br />
As you might guess, the Netvibes developer tend to build widget frequently, wether they have an itch to scratch, a need for a service, or just as a way to experiment with UWA and try improving it - but that's a story for another post... As you might have understood by now, we wanted that Flash widget to be easy to add in Netvibes. So our man <a href="http://eco.netvibes.com/users/6383">Franck</a> simply took each version of the Daft Punk widget, submitted them on Ecosystem using the regular form, and <a href="http://eco.netvibes.com/widgets/206482/daft-punk-alive-fr">ta</a>-<a href="http://eco.netvibes.com/widgets/206483/daft-punk-alive-en">dah</a>! <br />
<br />
<div align="center"><iframe id="frame_daftpunkalive" src="http://www.netvibes.com/api/uwa/frame/uwa_standalone.php?id=1194747326&#038;moduleUrl=http://nvmodules.netvibes.com/api/uwa/frame/uwa_standalone.php?id=1195058843&#038;moduleUrl=http%3A%2F%2Fwww.netvibes.com%2Fmodules%2Fflash%2Fflash.php&#038;flashUrl=http://www.blogmesite.com/swf/bms_player.swf%3fcontent=daftpunk_en&#038;width=425&#038;height=350&#038;flashvars=&#038;title=Daft%20Punk%20Alive%20(EN)&#038;commUrl=http://eco.netvibes.com/uwa.html&#038;commUrl=http://eco.netvibes.com/uwa.html" frameborder="0" height="350" scrolling="no" width="320"></iframe></div><br />
<br />
Hey, what do you know, <a href="http://freddymini.blogspot.com/2007/11/want-to-add-and-share-netvibes-widget.html#links">it even works in a blog post</a> <img src='http://dev.netvibes.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <br />
<br />
<br />
Share this post:<br />
<br />
<br />
	<a rel="nofollow" target="_blank" href="mailto:?subject=Put%20a%20UWA%20widget%20around%20your%20Flash%20application&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2007%2F11%2F14%2Fput-a-uwa-widget-around-your-flash-application%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%2F2007%2F11%2F14%2Fput-a-uwa-widget-around-your-flash-application%2F&amp;t=Put%20a%20UWA%20widget%20around%20your%20Flash%20application" 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%2F2007%2F11%2F14%2Fput-a-uwa-widget-around-your-flash-application%2F&amp;title=Put%20a%20UWA%20widget%20around%20your%20Flash%20application" 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%2F2007%2F11%2F14%2Fput-a-uwa-widget-around-your-flash-application%2F&amp;title=Put%20a%20UWA%20widget%20around%20your%20Flash%20application" 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%2F2007%2F11%2F14%2Fput-a-uwa-widget-around-your-flash-application%2F&amp;title=Put%20a%20UWA%20widget%20around%20your%20Flash%20application" 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%2F2007%2F11%2F14%2Fput-a-uwa-widget-around-your-flash-application%2F&amp;title=Put%20a%20UWA%20widget%20around%20your%20Flash%20application" 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%2F2007%2F11%2F14%2Fput-a-uwa-widget-around-your-flash-application%2F&amp;title=Put%20a%20UWA%20widget%20around%20your%20Flash%20application" 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%2F2007%2F11%2F14%2Fput-a-uwa-widget-around-your-flash-application%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><br />
<br />
<br />
<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://dev.netvibes.com/blog/2007/11/14/put-a-uwa-widget-around-your-flash-application/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Widgets as financial tools</title>
		<link>http://dev.netvibes.com/blog/2007/11/12/widgets-as-financial-tools/</link>
		<comments>http://dev.netvibes.com/blog/2007/11/12/widgets-as-financial-tools/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 17:17:30 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/2007/11/12/widgets-as-financial-tools/</guid>
		<description><![CDATA[As you might have noticed by now, we like to take advantage of recent submissions to Ecosystem in order to spotlight one particular use of widgets in general, or of UWA in particular. The point being to show the wide array of possibilities that a widget or a Netvibes tab can have.
This is especially the [...]]]></description>
			<content:encoded><![CDATA[<p>As you might have noticed by now, we like to take advantage of recent submissions to Ecosystem in order to spotlight one particular use of widgets in general, or of UWA in particular. The point being to show the wide array of possibilities that a widget or a Netvibes tab can have.</p>
<p>This is especially the case with today&#8217;s find. Let me present you 4 widgets from <a href="http://www.fxstreet.com/">FXstreet.com</a>. Here they are, with their accompanying descriptions:<br />
 &#8211; <a href="http://eco.netvibes.com/widgets/206362">Euro Forex Rates</a>: Euro crosses real-time forex rates<br />
 &#8211; <a href="http://eco.netvibes.com/widgets/206361">U.S. Dollar Forex Rates</a>: U.S. Dollar crosses real-time forex rates<br />
 &#8211; <a href="http://eco.netvibes.com/widgets/206360">Interest Rates</a>: Main world interest rates table<br />
 &#8211; <a href="http://eco.netvibes.com/widgets/206359">Economic Calendar</a>: Economic calendar main events</p>
<p><img src='http://dev.netvibes.com/blog/wp-content/uploads/uwa-euroforex.png' alt='The UWA Euro Forex Rates widget, as seen in Windows Vista' class='centered' /></p>
<p>Most of you, dear readers of this UWA developers blog, probably went ZzzZZzzZz upon reading those widgets descriptions or seeing that Windows Vista screencap, but keep in mind that not all Netvibes users are techno-geeks. Some are, simply addicted to finance, or plain simply using their Netvibes private page as a dashboard of all financial activities out there.</p>
<p>Simple proof: the number of results you get from Ecosystem <a href="http://eco.netvibes.com/search?q=finance">when looking for &#8220;finance&#8221;</a>: 566, among which 44 are applications (which means: MiniAPI modules, UWA widgets, or Flash apps). Indeed, <a href="http://eco.netvibes.com/widgets?category=12">Ecosystem&#8217;s Economy category</a> has a hefty load of items. If you dive a little bit into these results, you might even stumble upon a real treasure chest: a <a href="http://eco.netvibes.com/search?q=infongen">whole lot of widgets</a> from <a href="http://www.infongen.com/">InfoNgen.com</a>, a Netvibes-like website dedicated to financial news, who where kind enough to replicate most of the own widgets in UWA for general consumption&#8230;</p>
<p>As you know now, there&#8217;s a lot of options for those wanting to keep up-to-date with financial news. That&#8217;s because there&#8217;s a need out there for more than <a href="http://eco.netvibes.com/widgets?browse=popular&#038;category=54">Flash games</a> and <a href="http://eco.netvibes.com/search?browse=popular&#038;q=youtube&#038;type=application">YouTube best-ofs</a>: real-life useful apps that let&#8217;s the user combine many feeds of data into one easily update screen. </p>
<p>Finances might one application of that, but there are surely more. If as a UWA developer you are looking for new widget ideas to fulful someone&#8217;s need, you simply have to think out of your own &#8220;box of needs&#8221; and brainstorm what someone else, working in a completely different field, might want to get updates on on a hourly/daily/weekly basis. If you can think of one, it might just be what another Netvibes user is in dire need of right now. Go ahead, make his day &#8211; and don&#8217;t forget to submit on Ecosystem, the best way to get your widgets to be available on all the UWA-supported platforms!</p>
<p>If really you feel stuck, don&#8217;t forget the <a href="http://dev.netvibes.com/forum/viewforum.php?id=5">Widget wishlist</a> forum. Likewise, if you have an idea but don&#8217;t know how to build it, the <a href="http://dev.netvibes.com/forum/viewforum.php?id=6">UWA developer request</a> forum is here for you.</p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Widgets%20as%20financial%20tools&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2007%2F11%2F12%2Fwidgets-as-financial-tools%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%2F2007%2F11%2F12%2Fwidgets-as-financial-tools%2F&amp;t=Widgets%20as%20financial%20tools" 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%2F2007%2F11%2F12%2Fwidgets-as-financial-tools%2F&amp;title=Widgets%20as%20financial%20tools" 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%2F2007%2F11%2F12%2Fwidgets-as-financial-tools%2F&amp;title=Widgets%20as%20financial%20tools" 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%2F2007%2F11%2F12%2Fwidgets-as-financial-tools%2F&amp;title=Widgets%20as%20financial%20tools" 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%2F2007%2F11%2F12%2Fwidgets-as-financial-tools%2F&amp;title=Widgets%20as%20financial%20tools" 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%2F2007%2F11%2F12%2Fwidgets-as-financial-tools%2F&amp;title=Widgets%20as%20financial%20tools" 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%2F2007%2F11%2F12%2Fwidgets-as-financial-tools%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/2007/11/12/widgets-as-financial-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find your way home with UWA widgets</title>
		<link>http://dev.netvibes.com/blog/2007/11/09/find-your-way-home-with-uwa-widgets/</link>
		<comments>http://dev.netvibes.com/blog/2007/11/09/find-your-way-home-with-uwa-widgets/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 18:24:49 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/2007/11/09/find-your-way-home-with-uwa-widgets/</guid>
		<description><![CDATA[These days, thanks to the constant improvement of mapping services, it&#8217;s easier than ever to find your way home (or to that faraway party). UWA widgets help you a bit further. See, with mapping web services blossoming and opening up with APIs, our Ecosystem has seen its share of useful widgets making use of these. [...]]]></description>
			<content:encoded><![CDATA[<p>These days, thanks to the constant improvement of mapping services, it&#8217;s easier than ever to find your way home (or to that faraway party). UWA widgets help you a bit further. See, with mapping web services blossoming and opening up with APIs, our <a href="http://eco.netvibes.com/">Ecosystem</a> has seen its share of useful widgets making use of these. </p>
<p><a href="http://eco.netvibes.com/widgets/197237/i-metro"><img src='http://dev.netvibes.com/blog/wp-content/uploads/uwa-imetro1.png' alt='i-Métro widget in Apple Dashboard' class='alignright' /></a>One such example is a project which aims at being useful to people worldwide, even it&#8217;s developers are French: the excellent <a href="http://eco.netvibes.com/widgets/197237/i-metro">i-Métro</a> widget, which was recently submitted to Ecosystem. Created by <a href="http://imetro.nanika.net/">Patrice Bernard and Frank van Caenegem</a>, it lets you pick among a host of cities with public transportation systems on any continent, and once that&#8217;s done, find the best route between two spots. </p>
<p>The widget touches a few sweet-spots: clever (many various web services packed into one), multilingual (10 languages), potentially useful to anyone in the world (more than 250 cities in its database)&#8230; The i-Métro UWA widget is part of the extension tools offered by Patrice and Franck&#8217;s website, <a href="http://metro.nanika.net/">i-Métro</a>.</p>
<p>Many things can be learnt from looking at this widget&#8217;s code. For starters, it makes use of some complex display while entirely relying on JavaScript/DOM methods to build it, and using a handful of Ajax requests for sending and fetching data. This makes for some hefty code (1634 lines&#8230;), but it gets two major benefits: not only does this self-containedness relieve the server from some heavy code-lifting, but it also makes for a more portable widget.</p>
<p>Indeed, what&#8217;s more useful when using a best-route widget: checking it from home before leaving to that party, or being able to check it all along the way, both as a reminder or in dire need of update? Obviously, the second case is best, and that&#8217;s exactly what the portability of UWA allows: i-Métro will work on many platforms, and among those is the <a href="http://iphone.netvibes.com">iPhone/iPod Touch version</a>. What best to prove the daily usefulness of widgets than to have them available at hand?</p>
<p>Recently, our French users saw a flurry of <a href="http://en.wikipedia.org/wiki/Velib">Vélib&#8217;</a>-related services, thanks to the incredible openness of this system ; and accordingly, within a few days of the launch of the official Vélib&#8217; website, <a href="http://eco.netvibes.com/search?q=velib">a handful of widgets</a> were gracing the pages of Ecosystem &#8211; and let&#8217;s not forget <a href="http://eco.netvibes.com/search?q=velov">the Vélo&#8217;v ones</a>. Some were really advanced, with ties to a third-party web service and use of Google Maps, while others where built for a single purpose &#8211; but those widgets proved invaluable for Vélib&#8217; users, hence <a href="http://blog.netvibes.com/fr/index.php/2007/07/25/43-le-velib-s-invite-sur-netvibes">our post on our French blog</a> at the time.</p>
<p>Oh, and train users are not left alone, since they also have access to UWA widgets for Canada&#8217;s VIA Rail (in both <a href="http://eco.netvibes.com/widgets/202761/via-rail-train-schedules-and-train-tickets">English</a> and <a href="http://eco.netvibes.com/widgets/202762/via-rail-horaires-et-billets-de-train">French</a>), and for France&#8217;s <a href="http://eco.netvibes.com/widgets/195732/voyages-sncf-com-recherche-de-voyages">Voyages-SNCF</a> service. Who said UWA developers where not aware of users needs? <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=Find%20your%20way%20home%20with%20UWA%20widgets&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2007%2F11%2F09%2Ffind-your-way-home-with-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%2F2007%2F11%2F09%2Ffind-your-way-home-with-uwa-widgets%2F&amp;t=Find%20your%20way%20home%20with%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%2F2007%2F11%2F09%2Ffind-your-way-home-with-uwa-widgets%2F&amp;title=Find%20your%20way%20home%20with%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%2F2007%2F11%2F09%2Ffind-your-way-home-with-uwa-widgets%2F&amp;title=Find%20your%20way%20home%20with%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%2F2007%2F11%2F09%2Ffind-your-way-home-with-uwa-widgets%2F&amp;title=Find%20your%20way%20home%20with%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%2F2007%2F11%2F09%2Ffind-your-way-home-with-uwa-widgets%2F&amp;title=Find%20your%20way%20home%20with%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%2F2007%2F11%2F09%2Ffind-your-way-home-with-uwa-widgets%2F&amp;title=Find%20your%20way%20home%20with%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%2F2007%2F11%2F09%2Ffind-your-way-home-with-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/2007/11/09/find-your-way-home-with-uwa-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Widgetize your Nabaztag!</title>
		<link>http://dev.netvibes.com/blog/2007/11/08/widgetize-your-nabaztag/</link>
		<comments>http://dev.netvibes.com/blog/2007/11/08/widgetize-your-nabaztag/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 17:14:04 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[nabaztag]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://dev.netvibes.com/blog/2007/11/08/widgetize-your-nabaztag/</guid>
		<description><![CDATA[The cool thing about seeing the UWA community blossom, is to witness developers&#8217; passions and interestes, which translate into cool, funny, creative or downright necessary widgets. Developers can use the DevNet forums to showcase their widgets, and we&#8217;ll now try to give our favorites a little popularity boost on this blog.
The latest example of a [...]]]></description>
			<content:encoded><![CDATA[<p>The cool thing about seeing the UWA community blossom, is to witness developers&#8217; passions and interestes, which translate into cool, funny, creative or downright necessary widgets. Developers can use the <a href="http://dev.netvibes.com/forum/">DevNet forums</a> to <a href="http://dev.netvibes.com/forum/viewforum.php?id=4">showcase their widgets</a>, and we&#8217;ll now try to give our favorites a little popularity boost on this blog.</p>
<p>The latest example of a passion turning into useful widgets came right today, when UWA developer <a href="http://www.chezlandry.com/">Landry Schmitt</a> published a <a href="http://dev.netvibes.com/forum/viewtopic.php?pid=2377#p2377">very complete post</a> about the set of <a href="http://gadget.nabzone.com/">Nabaztag-dedicated widgets</a> (he calls them &#8220;nabgets&#8221;) that he developed as wrappers around his own web applications/games from <a href="http://www.nabzone.com/">NabZone.com</a>. With his five &#8220;nabgets&#8221; &#8211; and probably more to come &#8211; Landry is helping bridge the gap between two geeky must-haves: Nabaztag and Netvibes.</p>
<p>Let&#8217;s quote Landry himself:</p>
<blockquote><p><a href="http://eco.netvibes.com/widgets/204247">Biorhythm</a>: Widget generating a textual message and &#8216;choreography&#8217; according to you current biorhythm.</p>
<p><a href="http://eco.netvibes.com/widgets/204248">Wake up your Rabbit</a>: Send your Nabaztag to sleep each time you want.</p>
<p><a href="http://eco.netvibes.com/widgets/206172">Nabaztag Love Test</a>: Ask your Nabaztag if your dream partner loves you.</p>
<p><a href="http://eco.netvibes.com/widgets/204246">Magic 8 Ball</a>: Ask the Nabaztag a question, give it a shake and then wait for the &#8216;Spirit Slate&#8217; voice to give the answer&#8230; A divination tool that mysticaly answers your questions.</p>
<p><a href="http://eco.netvibes.com/widgets/204608">Fortune Cookies</a>: Your Rabbit breaks the cookie, reads the paper included in it and eats it.</p></blockquote>
<p>You can find all these widgets on <a href="http://eco.netvibes.com/users/17253">Landry&#8217;s Ecosystem page</a>.</p>
<p><img src='http://dev.netvibes.com/blog/wp-content/uploads/uwa-nabaztag.jpg' alt='UWA-Nabaztag' /></p>
<p>What is interesting here is that Landry created widgets that can work both ways: you can use them to control your own Nabaztag(s), or to send messages to your friends&#8217; own. This might not seem much, but this means that these widgets will be as useful on your own, private Netvibes page (or iGoogle, Live.com, Apple Dashboard, Windows Vista, Opera&#8230; you know the drill) to make contact with your Nab&#8217; or your friends, but also on your forthcoming Netvibes Universe, where these widgets will let your visitors contact your Nab&#8217; <img src='http://dev.netvibes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Furthermore, these widgets are proofs of how easy it is to build a widget if you already have a working service on the Web: they mostly use a simple combination of UWA&#8217;s tried-and-true Preferences form with a single IFrame to wrap a minimized version of the original service, and voilà! A good-looking, portable and entertaining widget!</p>
<p>For those who never thought of using an iFrame to circumvent some of UWA constraints, rejoice! As these widgets showcase, setting-up an IFrame couldn&#8217;t be easier with UWA. Here&#8217;s a simple code that would do it, inspired by what Landry used, and which you are welcomed to build upon:</p>
<pre>
<code>widget.onLoad = function() {
  var myID = widget.getValue('myID');
  var theURL = "http://example.com/widgetscript.php";
  theURL += "?theID=" + escape(myID);

  widget.setBody("&lt;iframe src='" + theURL + "' height='140'
    width='100%' frameborder='0' align='middle' scrolling='no'
    allowtransparency='false'&gt;&lt;/iframe&gt;");
 }</code>
</pre>
<p>Thanks Landry for this nice set of widgets! Hope to see some more leveraging the Nabaztag platform!</p>
<p><em>Update</em>: well, it couldn&#8217;t get any sooner <img src='http://dev.netvibes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  While we were finishing this post, half-a-dozen more Nabaztag widgets were submitted to Ecosystem <a href="http://eco.netvibes.com/users/22065">by user Comezo</a>. Built using the very same IFrame technique (and code) that Landry used, those are built for registered users of the <a href="http://www.nabzap.com/">NabZap</a> site.</p>
<p>Share this post:</p>
<p>	<a rel="nofollow" target="_blank" href="mailto:?subject=Widgetize%20your%20Nabaztag%21&amp;body=http%3A%2F%2Fdev.netvibes.com%2Fblog%2F2007%2F11%2F08%2Fwidgetize-your-nabaztag%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%2F2007%2F11%2F08%2Fwidgetize-your-nabaztag%2F&amp;t=Widgetize%20your%20Nabaztag%21" 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%2F2007%2F11%2F08%2Fwidgetize-your-nabaztag%2F&amp;title=Widgetize%20your%20Nabaztag%21" 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%2F2007%2F11%2F08%2Fwidgetize-your-nabaztag%2F&amp;title=Widgetize%20your%20Nabaztag%21" 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%2F2007%2F11%2F08%2Fwidgetize-your-nabaztag%2F&amp;title=Widgetize%20your%20Nabaztag%21" 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%2F2007%2F11%2F08%2Fwidgetize-your-nabaztag%2F&amp;title=Widgetize%20your%20Nabaztag%21" 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%2F2007%2F11%2F08%2Fwidgetize-your-nabaztag%2F&amp;title=Widgetize%20your%20Nabaztag%21" 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%2F2007%2F11%2F08%2Fwidgetize-your-nabaztag%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/2007/11/08/widgetize-your-nabaztag/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
