IxEdit is a JavaScript-based interaction design tool for the web. With IxEdit, designers can practice DOM-scripting without coding to change, add, move, or transform elements dynamically on your web pages. It is an ideal tool for designers with basic knowledge about HTML and CSS; it allows you to create interactions without having to code in JavaScript.

IxEdit itself is made with JavaScript, and needs to be embedded in the HTML that you are editing. This will make Firefox, Safari, Chrome, or IE your interaction development environment. The interactions you create will be applied on-the-fly to the web page, so you can edit them while checking how they behave in real time.
IxEdit generates JavaScript code automatically from the parameters you specified. The generated JavaScript code is designed to run with jQuery and jQuery UI, the internationally used famous JavaScript libraries, and it presents powerful interactions. You don’t need to care about cross-browser compatibility since jQuery does it for you.
IxEdit comes with comprehensive documentation and is very easy to use. It also allows you to save interactions that you are editing to database in your local environment (Client-side Database Storage). If you choose Firefox or IE as your development environment, you need to install Gears to your browser first to use local database.
Developed by Sociomedia Inc; IxEdit is available for download under GNU General Public License. You can find further information, samples & download on IxEdit’s Website.



