-
Recent Posts
Meta
Neyric.com
Categories
Archives
Category Archives: WireIt
WebHookIt first release – developer preview
I’m very pleased to announce the birth of WebHookIt ! Visual scripting for the web, Pipes for hackers, using Node.js, and mongoDB WebHookIt is kind of an open-source Yahoo! Pipes, but with a wider scope of applications. The idea is to have a … Continue reading
Posted in Node.js, Server-side javascript, Uncategorized, WebHookIt, WireIt, YUI Library
Tagged http, nodejs, webhookit, webhooks, WireIt
3 Comments
WireIt 0.5.0
Hi everyone ! I’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 … Continue reading
Posted in WireIt, YUI Library
19 Comments
WireIt 0.4.0 released
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 … Continue reading
Moving to GitHub
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 … Continue reading
WireIt reloaded 0.3.0 !
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 … Continue reading
Posted in WireIt, YUI Library
Leave a comment
WireIt removed from distribution
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 … Continue reading
Posted in WireIt, YUI Library
5 Comments
WireIt version 0.2.1
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 … Continue reading
WireIt 0.2.0 released
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 … Continue reading
WireIt: a javascript wiring library
I’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 … Continue reading