Welcome, Adobe® Edge; Goodbye Flash?

Earlier today Adobe® Labs broke the silence and allowed Developers and fellow Lab members first look at the latest from the workshop: Adobe® Edge. A new web motion and interaction design tool that allows designers to bring animated content to websites, using web standards like HTML5, JavaScript, and CSS3. It’s a nifty application still in it’s infancy phase with lots of potential.

Features

Intuitive user Interface

The user interface is based on a stage, timeline, and panels for elements and properties. It’s influenced by the adobe user community’s favorite features and functionality in class-leading tools like After Effects and Flash Professional, but innovates in its ease of use. Animations and timing can be controlled on a WebKit-based stage, or via precise property adjustments directly on the timeline. You can also make quick edits on individual or multiple objects.

Visually author animated content

Create new compositions from scratch using basic HTML building blocks, text, and imported web graphics. Manipulate objects with an array of transformation and styling options which Edge natively applies to our jQuery-based animation framework.

Add …

Read More
JS Hint Service

JS Hint

This nifty webapp is a scripting godsend! Personally, I do a lot of work with JavaScript and when it comes time to subcontract work out if I need to manage a workload or a project’s timeline I need to be able to trust in whom I’ve picked to help and in their ability and logical markup. Obviously I would be doing a screening, but I know what happends deep into projects, many hours and lines of code from the starting point. Those perfect semantics you handed in at the interview time arn’t looking as pretty now, and rather then make sure I just drop what they give through my own personal “vaildator”. Enter: JSHint.

JSHint is a community-driven tool to detect errors and potential problems in JavaScript code and to enforce your team’s coding conventions. It is very flexible so you can easily adjust it to your particular coding guidelines and the environment you expect your code to execute in.”

JSHint is an open-source project that is supported and maintained by the JavaScript developer community. The source code …

Read More