background preloader

Indigo Studio - Wireframes

Indigo Studio - Wireframes

jQuery UI Unheap - Dêpot de JavaScript et jQuery Feathers Mockups Take a second. Let it sink in. The first impression might be disorienting. There are very few interface elements on the screen. Getting your ideas out should be effortless. We've been in business long enough that we think we have learned enough about ourselves, our product, our customers and our competitive space to be able to put a stake in the ground and tell the world what we're about. Our sweet spot: the ideation phase Mockups really shines during the early stages of designing a new interface. Mockups is zenware, meaning that it will help you get "in the zone", and stay there. Mockups offers the same speed and rough feel as sketching with pencil, with the advantage of the digital medium: drag & drop to resize and rearrange elements, make changes without starting over, and your work is clear enough that you'll make sense of them later. See what you can build with Mockups Skin: Download the samples above, or find more on Mockups To Go, our community-contributed stencils site. Two reasons:

Bindows™ : Bindows™ Adobe Comet : mockup, wireframes et animations de prés' en un seul outil En ce moment a lieu à Los Angeles la première Keynote d’Adobe Max du 3 au 7 octobre et qui permet de découvrir les nouvelles évolutions et projets de la marque. Depuis ce début de semaine, vous avez peut-être croisé des articles sur ce nouveau logiciel annoncé lors des conférences. On vous propose de revenir également sur le projet de Adobe Comet, mais de faire un petit tour de l'existant dans le domaine du prototypage et les enjeux sur le web. Comet - Un projet prometteur pour 2016 Adobe a annoncé le lancement de son nouveau logiciel Comet qui va permettre de réaliser vos wireframes, maquettes et vos animations de présentation, le tout réuni dans un même outil. Ainsi, Adobe amène une nouvelle branche très intéressante pour les web designers et UX designers ont les besoins en prototypes devient de plus en plus présent. Découvrez une présentation de l'outil Comet en vidéo : Quel avenir pour les maquettes en web design Le web évolue et se simplifie.

Getting started - Polymer Basics The basics of using Polymer are simple: Load platform.js to polyfill missing platform features, such as Shadow DOM and HTML Imports . Here’s a bare bones example: <! Note : You must always run your app from a web server. Components Custom Elements are the core building blocks of Polymer-based applications. Creating a basic component The platform polyfills provided by Polymer let you load and display custom elements. Creating a Polymer element Polymer provides extra goodies for creating custom elements. Load the Polymer kernel ( polymer/polymer.js or polymer/polymer.min.js ). Note : polymer.js loads platform.js under the hood. In your custom element, add a <script> element that calls the Polymer.register() initializer. In the following sample we convert our basic custom element into a Polymer element named tk-element . <element name = "tk-element" ><template><span> I'm <b> tk-element </b> . Polymer.register() takes the element it needs to register as its first argument. Binding to markup

Related: