<?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>Neyric.com &#187; WireIt</title>
	<atom:link href="http://neyric.com/category/wireit/feed/" rel="self" type="application/rss+xml" />
	<link>http://neyric.com</link>
	<description>projects, programming, blogging...</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:02:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WireIt 0.5.0</title>
		<link>http://neyric.com/2009/08/11/wireit-050/</link>
		<comments>http://neyric.com/2009/08/11/wireit-050/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 08:04:00 +0000</pubDate>
		<dc:creator>neyric</dc:creator>
				<category><![CDATA[WireIt]]></category>
		<category><![CDATA[YUI Library]]></category>

		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=110</guid>
		<description><![CDATA[Hi everyone ! I&#8217;m pleased to announce the latest version of WireIt, namely 0.5.0. This release had 2 major goals: Enhance the WiringEditor Documentation documentation documentation The WiringEditor received a lot of attention: by providing a full-page editor, people have &#8230; <a href="http://neyric.com/2009/08/11/wireit-050/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi everyone !</p>
<p>I&#8217;m pleased to announce the latest version of WireIt, namely 0.5.0.</p>
<p>This release had 2 major goals:</p>
<ul>
<li>Enhance the WiringEditor</li>
<li>Documentation documentation documentation</li>
</ul>
<p>The WiringEditor received a lot of attention: by providing a full-page<br />
editor, people have been able to start prototypes very quickly for<br />
their projects. However, we needed to improve the way we connect this<br />
editor to the backend, and that&#8217;s what we&#8217;ve done, through &#8220;adapters&#8221;.</p>
<p>I&#8217;m even very proud of this idea because&#8230; it&#8217;s not mine ! Big thanks to this <a href="http://javascript.neyric.com/blog/2009/05/17/wireit-040-released/comment-page-1/#comment-663">insightful comment</a> from <a href="http://jaybyjayfresh.com/">Jonathan Lister</a> and hurray for open-source communities!</p>
<p>Concerning the documentation, although we already had a full API<br />
documentation and many examples, it was still missing some guidelines.<br />
I therefore wrote the WireIt guide: <a href="http://javascript.neyric.com/wireit/guide.html">http://javascript.neyric.com/wireit/guide.html</a></p>
<p>Of course, we also have some minor improvements :</p>
<ul>
<li>the new InOutContainer</li>
<li><a href="http://javascript.neyric.com/wireit/examples/wire_events.html">Wire mouse events</a></li>
<li><a href="http://javascript.neyric.com/wireit/examples/spring_layout.html">some experimental layout options</a></li>
</ul>
<p>You can view the complete changeset at:</p>
<p><a href="http://javascript.neyric.com/wireit/VERSION.txt">http://javascript.neyric.com/wireit/VERSION.txt</a></p>
<p>And of course download the library from the home page: <a rel="nofollow" href="../../wireit/VERSION.txt" target="_blank">http://javascript.neyric.com/wireit/</a></p>
<p>Have fun !<br />
Eric</p>
<div class="shr-publisher-146"></div>]]></content:encoded>
			<wfw:commentRss>http://neyric.com/2009/08/11/wireit-050/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WireIt 0.4.0 released</title>
		<link>http://neyric.com/2009/05/17/wireit-040-released/</link>
		<comments>http://neyric.com/2009/05/17/wireit-040-released/#comments</comments>
		<pubDate>Sun, 17 May 2009 13:39:26 +0000</pubDate>
		<dc:creator>neyric</dc:creator>
				<category><![CDATA[WireIt]]></category>
		<category><![CDATA[YUI Library]]></category>
		<category><![CDATA[inputEx]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[smd]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[xproc]]></category>

		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=105</guid>
		<description><![CDATA[The long awaited release of WireIt is finally here ! Awaited indeed, since a major bug was still present in version 0.3.0, preventing it to work on IE. It has been fixed for a long time on the repository but &#8230; <a href="http://neyric.com/2009/05/17/wireit-040-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The long awaited release of WireIt is finally here ! Awaited indeed, since a major bug was still present in version 0.3.0, preventing it to work on IE. It has been fixed for a long time on the repository but has discouraged many people using WireIt (hopefully not too much&#8230;).</p>
<p><strong>What’s new in version 0.4.0 ?</strong></p>
<ul>
<li>inputEx integration: <a title="inputEx" href="http://javascript.neyric.com/inputex">inputEx</a> is another of my YUI libraries, to create fields and forms. Through a new class called &#8220;FormContainer&#8221;, you can now build WireIt containers using the advanced forms options from inputEx. The value is saved at the layer level for you through <a title="WireIt documentation" href="http://javascript.neyric.com/wireit/doc/WireIt.Layer.html#method_getWiring" target="_blank">Layer.getWiring</a></li>
</ul>
<ul>
<li>WiringEditor: This is my favorite feature. While still largely incomplete, the Wiring Editor provide a  full-blown interface to create <em>visual languages</em>. <strong>It takes care of most of the interface you might want to build a visual editor on top of WireIt</strong>. The language definitions are written in JSON, I hope this will greatly reduce the learning curve of WireIt.  The transparent ajax communication with the database is handled through a <a href="http://javascript.neyric.com/blog/2009/03/06/inputex-022-smd-yui-rpc/">SMD webservice using YUI-RPC</a>. WireIt provides a simple php backend that stores the JSON wiring states in MySql (used for the demos on wireit&#8217;s website).</li>
</ul>
<ul>
<li>new options:
<ul>
<li>terminals position in containers: {top: , left: , right: , bottom: } instead of [x,y]</li>
<li>Terminal.alwaysSrc : force this terminal to be the <em>source</em> element in every connected wires</li>
<li>Container.preventSelfWiring : prevent connections between two terminals of this container</li>
</ul>
</li>
</ul>
<ul>
<li>Four Wire methods for handling mouse events. You can override them for a custom use :
<ul>
<li><a href="http://javascript.neyric.com/wireit/doc/WireIt.Wire.html#method_onWireClick">onWireClick</a></li>
<li><a href="http://javascript.neyric.com/wireit/doc/WireIt.Wire.html#method_onWireIn">onWireIn</a></li>
<li><a href="http://javascript.neyric.com/wireit/doc/WireIt.Wire.html#method_onWireOut">onWireOut</a></li>
<li><a href="http://javascript.neyric.com/wireit/doc/WireIt.Wire.html#method_onWireMove">onWireMove</a></li>
</ul>
</li>
</ul>
<ul>
<li>API Documentation with YUI Doc (much more precise on properties and events)</li>
</ul>
<ul>
<li>Layer Map is now clickable and draggable. It will move the linked layer accordingly.</li>
</ul>
<ul>
<li>IE Bug fix ! (finally)</li>
</ul>
<ul>
<li>Moved to github for git repository and better wiki</li>
</ul>
<div style="width: 425px;text-align: left"></div>
<div style="width: 425px;text-align: left"><strong>Build visual languages applications !</strong></div>
<p>It&#8217;s now pretty easy to build visual languages applications. (or at least, prototype them&#8230;).</p>
<p>You can follow some projects on <a href="http://github.com/neyric/wireit/network">http://github.com/neyric/wireit/network</a>. I&#8217;m especially looking forward to <a href="http://github.com/LeifW/wireit/tree/master">LeifW</a> <a href="http://www.w3.org/TR/xproc/">XProc</a> Visual Editor</p>
<p>Here is a little presentation that I published on <a href="http://javascript.neyric.com/wireit">WireIt&#8217;s homepage</a> :</p>
<div style="width: 425px;text-align: left"></div>
<div style="width: 425px;text-align: left"></div>
<div style="width: 425px;text-align: left"><strong><br />
</strong></div>
<div style="width: 425px;text-align: left"></div>
<div style="width: 425px;text-align: left"><strong><br />
</strong></div>
<div class="shr-publisher-145"></div>]]></content:encoded>
			<wfw:commentRss>http://neyric.com/2009/05/17/wireit-040-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Moving to GitHub</title>
		<link>http://neyric.com/2009/01/16/moving-to-github/</link>
		<comments>http://neyric.com/2009/01/16/moving-to-github/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 19:11:07 +0000</pubDate>
		<dc:creator>neyric</dc:creator>
				<category><![CDATA[WireIt]]></category>
		<category><![CDATA[YUI Library]]></category>
		<category><![CDATA[inputEx]]></category>

		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=85</guid>
		<description><![CDATA[We received queries on the inputEx forum to switch our repository to Git. The YUI library recently moved to GitHub, so I decided to move both of the YUI-based libraries, inputEx and WireIt, to the same plateform. Here are the &#8230; <a href="http://neyric.com/2009/01/16/moving-to-github/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://github.com/"><img class="alignright" style="border: 0pt none" src="http://github.com/images/modules/header/logo.png" border="0" alt="GitHub" width="157" height="60" /></a></p>
<p>We <a href="http://groups.google.com/group/inputex/browse_thread/thread/7b3c7c6fe63175cb">received</a> <a href="http://groups.google.com/group/inputex/browse_thread/thread/cdde227e520b63e2#">queries</a> on the inputEx forum to switch our repository to <a href="http://en.wikipedia.org/wiki/Git_(software)">Git</a>.</p>
<p>The YUI library <a href="http://yuiblog.com/blog/2009/01/14/github/">recently moved to GitHub</a>, so I decided to move both of the YUI-based libraries, inputEx and WireIt, to the same plateform.</p>
<p>Here are the two new repositories: <a title="inputEx git repository" href="http://github.com/neyric/inputex/tree/master">inputEx</a> and <a title="WireIt git repository" href="http://github.com/neyric/wireit/tree/master">Wireit</a>.</p>
<p>The GitHub interface is friendly, it displays nice stats, has a cool API, and Git ! (But I&#8217;m missing a ticket system)</p>
<p>The good news is that it is really easy to import a SVN repository, and keeps the commit history.</p>
<p>See you on GitHub !</p>
<p>Ah&#8230; and Happy New Year !</p>
<div class="shr-publisher-141"></div>]]></content:encoded>
			<wfw:commentRss>http://neyric.com/2009/01/16/moving-to-github/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WireIt reloaded 0.3.0 !</title>
		<link>http://neyric.com/2008/10/13/wireit-reloaded-030/</link>
		<comments>http://neyric.com/2008/10/13/wireit-reloaded-030/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 13:09:38 +0000</pubDate>
		<dc:creator>neyric</dc:creator>
				<category><![CDATA[WireIt]]></category>
		<category><![CDATA[YUI Library]]></category>

		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=78</guid>
		<description><![CDATA[WireIt is back ! On June 19th, WireIt was removed from distribution for copyright infringements. After discussions with the Yahoo! User Interface and Yahoo! Pipes teams, a project started to provide the wiring widgets as a YUI module. (Note: I &#8230; <a href="http://neyric.com/2008/10/13/wireit-reloaded-030/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>WireIt is back !</strong></p>
<p>On June 19th, WireIt <a href="http://javascript.neyric.com/blog/2008/06/19/wireit-removed-from-distribution/">was removed from distribution</a> for copyright infringements. After discussions with the Yahoo! User Interface and Yahoo! Pipes teams, a project started to provide the wiring widgets as a YUI module. (Note: I don&#8217;t work for Yahoo! so it is NOT an official annoucment&#8230;)</p>
<p>I&#8217;m very happy with this decision and I can&#8217;t wait having this integrated into YUI. However, the quality concerns of YUI requires very detailed attention to cross-browser support and YUI integration. It will take some time before it appears on the <a href="http://developer.yahoo.com/yui/articles/roadmap/">YUI roadmap</a>.</p>
<p>Meanwhile, I&#8217;ve been contacted by many WireIt users, who where anxious about using code with copyright infringements, and about seing no more bugfixes/new features. Therefore, I decided to release this new version that does not contain any coprighted code/assets anymore !</p>
<p>If you use WireIt &lt;= 0.2.1, you MUST upgrade to 0.3.0.</p>
<p><strong>WireIt get sponsored !</strong></p>
<div class="mceTemp">
<dl>
<dt><a href="http://javascript.neyric.com/wireit/tarpipe-logo.png"><img src="http://javascript.neyric.com/wireit/tarpipe-logo.png" border="0" alt="Tarpipe" width="143" height="50" /></a></dt>
</dl>
</div>
<p>Among WireIt users, <a href="http://tarpipe.com">Tarpipe</a> decided <a href="http://blog.tarpipe.com/2008/10/13/sponsoring-wireit/">to sponsor the WireIt library</a>. I am grateful to them, for helping revive the project.</p>
<p><strong>What&#8217;s new in version 0.3.0 ?</strong></p>
<ul>
<li>Removed copyrighted images and code</li>
<li>New drawing methods (straight lines and arrows, thanks to Marcin Iwa?ski)</li>
<li>CanvasElement class (WireIt.Wire now inherits this class)</li>
<li>Scissors class (for the scissors widget)</li>
<li>LayerMap-beta (minimap to visualize/naviguate the layer)</li>
<li><a href="http://javascript.neyric.com/wireit/doc/js_docs_out/index.html">API Documentation</a> much nicer and usable</li>
<li>WireIt.Layer: &#8220;clear&#8221; and &#8220;setWiring&#8221; methods</li>
<li>Bug fixes (including the much awaited positionning issue)</li>
</ul>
<p>I also started an <a href="http://javascript.neyric.com/wireit/presentation.html">interactive presentation</a>, to demonstrate WireIt features.</p>
<p>Have fun !</p>
<div class="shr-publisher-139"></div>]]></content:encoded>
			<wfw:commentRss>http://neyric.com/2008/10/13/wireit-reloaded-030/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WireIt removed from distribution</title>
		<link>http://neyric.com/2008/06/19/wireit-removed-from-distribution/</link>
		<comments>http://neyric.com/2008/06/19/wireit-removed-from-distribution/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 08:32:01 +0000</pubDate>
		<dc:creator>neyric</dc:creator>
				<category><![CDATA[WireIt]]></category>
		<category><![CDATA[YUI Library]]></category>

		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=74</guid>
		<description><![CDATA[Due to copyright infringement with parts of its source code, the WireIt library has been removed from distribution. However, it is good news for WireIt and YUI developpers: the component might be adapted into a YUI widget in a close &#8230; <a href="http://neyric.com/2008/06/19/wireit-removed-from-distribution/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Due to copyright infringement with parts of its source code, the WireIt library has been removed from distribution.</p>
<p>However, it is good news for WireIt and YUI developpers: the component might be adapted into a YUI widget in a close future.</p>
<p>Subscribe to the rss feed to keep in touch with the project.</p>
<div class="shr-publisher-137"></div>]]></content:encoded>
			<wfw:commentRss>http://neyric.com/2008/06/19/wireit-removed-from-distribution/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WireIt version 0.2.1</title>
		<link>http://neyric.com/2008/01/26/wireit-version-021/</link>
		<comments>http://neyric.com/2008/01/26/wireit-version-021/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 15:04:11 +0000</pubDate>
		<dc:creator>neyric</dc:creator>
				<category><![CDATA[WireIt]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[wiring]]></category>

		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=7</guid>
		<description><![CDATA[I made a few updates this week-end. They mostly concern the Container and Layer classes. Here are the changes: new Layer.getWiring function to save the state of the wiring. It can be customized by overriding Container.getConfig jsBox updated to use &#8230; <a href="http://neyric.com/2008/01/26/wireit-version-021/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I made a few updates this week-end. They mostly concern the Container<br />
and Layer classes.</p>
<p>Here are the changes:</p>
<ul>
<li>new Layer.getWiring function to save the state of the wiring. It<br />
can be customized by overriding Container.getConfig</li>
<li>jsBox updated to use the Layer.getWiring function</li>
<li>no default width for containers so they can auto-adjust to the<br />
content</li>
<li>Layer.addContainer and Layer.addWire now returns the created<br />
instance</li>
<li>Added the method Container.redrawAllWires and<br />
Terminal.redrawAllWires</li>
<li>Added Layer.removeAllContainers</li>
<li>adds a &#8220;body&#8221; div to the container</li>
<li>CSS updates on Containers and Layers</li>
<li>adds a focus CSS class on the last mousedown-ed container in the<br />
layer</li>
<li>bugfixes (events &#8220;addWire&#8221; and &#8220;removeWire&#8221; added to WireIt.Layer,<br />
offset in the connections)</li>
</ul>
<div class="shr-publisher-135"></div>]]></content:encoded>
			<wfw:commentRss>http://neyric.com/2008/01/26/wireit-version-021/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WireIt 0.2.0 released</title>
		<link>http://neyric.com/2008/01/05/wireit-020-released/</link>
		<comments>http://neyric.com/2008/01/05/wireit-020-released/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 00:12:09 +0000</pubDate>
		<dc:creator>neyric</dc:creator>
				<category><![CDATA[WireIt]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[wiring]]></category>

		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=8</guid>
		<description><![CDATA[I just released the new 0.2.0 version. You can download it here. Here are the main changes: 2 new classes were added: WireIt.Container and WireIt.Layer Every project you might start using WireIt needs a widget that could contain Terminals, and &#8230; <a href="http://neyric.com/2008/01/05/wireit-020-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://javascript.neyric.com/wireit/jsBox.gif" style="border: 0pt none;margin: 30px" /></p>
<p>I just released the new 0.2.0 version. You can download it <a href="http://wireit.googlecode.com/files/WireIt-0.2.0.zip">here</a>.</p>
<p>Here are the main changes:</p>
<ul>
<li><strong>2 new classes were added: <em>WireIt.Container</em> and <em>WireIt.Layer</em></strong><br />
Every project you might start using WireIt needs a widget that could contain Terminals, and that could be moved around. This is the goal of WireIt.Container.<br />
The Layer class creates a DIV element that can contain multiple containers and wires. It will be useful to save the state of the containers and connections between the terminals. (It also provide an extensible frame with scrollbars.)</li>
<li><strong>Custom events added to create richer interactions when editing the wires.</strong></li>
<li><strong>A minified version built with <a href="http://developer.yahoo.com/yui/compressor/">YUI Compressor</a>.</strong><br />
This javascript minifier is almost perfect: I just wish you could have multiple input files&#8230;<br />
The result file is just below 20k.</li>
<li><a href="http://javascript.neyric.com/wireit/test/jsBox/jsBox.html"><strong>jsBox</strong></a>: This is a sample application using WireIt.<br />
Create boxes containing javascript functions, connect them together, and run your program !</li>
<li>Many new configuration options, configurable CSS class names, and some new methods in the Wire and Terminals classes.</li>
</ul>
<p>Don&#8217;t forget to give your feedback in the <a href="http://groups.google.com/group/wireit">forum</a> !</p>
<p>Have fun !</p>
<div class="shr-publisher-134"></div>]]></content:encoded>
			<wfw:commentRss>http://neyric.com/2008/01/05/wireit-020-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WireIt: a javascript wiring library</title>
		<link>http://neyric.com/2007/12/06/wireit-a-javascript-wiring-library/</link>
		<comments>http://neyric.com/2007/12/06/wireit-a-javascript-wiring-library/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 11:45:28 +0000</pubDate>
		<dc:creator>neyric</dc:creator>
				<category><![CDATA[WireIt]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[wiring]]></category>

		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=10</guid>
		<description><![CDATA[I&#8217;m pleased to announce the first release of WireIt (version 0.1) ! WireIt is a javascript library that allows you to create cool wires like Yahoo Pipes. It is built upon: the CANVAS tag to render the wires the YUI &#8230; <a href="http://neyric.com/2007/12/06/wireit-a-javascript-wiring-library/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce the first release of <a href="http://javascript.neyric.com/wireit/">WireIt</a> (version 0.1) !</p>
<p><a href="http://javascript.neyric.com/wireit/">WireIt</a> is a javascript library that allows you to create cool wires like Yahoo Pipes. It is built upon:</p>
<ul>
<li>the <a href="http://developer.mozilla.org/en/docs/Canvas_tutorial">CANVAS tag</a> to render the wires</li>
<li>the <a href="http://developer.yahoo.com/yui/">YUI Library</a> v2.3.1</li>
<li><a href="http://excanvas.sourceforge.net/">excanvas for IE support</a></li>
</ul>
<p>It comes with some examples (see the <a href="http://javascript.neyric.com/wireit/">home page</a>) and an application example, the <a href="http://javascript.neyric.com/wireit/test/planarGame/planarGame.html">Planar Game</a>.</p>
<p>Why would you make such a library ? After playing a lot with Yahoo! Pipes, I realized how powerful it was to create mashups. I was already used to <a href="http://en.wikipedia.org/wiki/Visual_programming_language">visual programming Languages</a> like PureData or Mac OS Automator, but they&#8217;re definitly not able to do mashups.</p>
<p>However, Yahoo Pipes has this <strong>big inconvenient to run your pipes on their web servers</strong>. It has at least two disadvantages. First, it means we will always be restricted to the modules and types they implemented. You could always create a restful webservice and wrap it into a pipe, but the execution time blows up. Second disadvantage, you have to be careful with your data privacy. Indeed, I would like to create some Mashups that could mix with my private data in a more secure way.</p>
<p>That&#8217;s how I started to develop a Yahoo pipes-like application, and how I ran into this stumble block: &#8220;How the hell did they do those pipes ?&#8221;.</p>
<p>Waiting for your feedback,<br />
Eric</p>
<div class="shr-publisher-133"></div>]]></content:encoded>
			<wfw:commentRss>http://neyric.com/2007/12/06/wireit-a-javascript-wiring-library/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
