background preloader

Wireframes & Mockups with Eclipse - WireframeSketcher

Wireframes & Mockups with Eclipse - WireframeSketcher
Mockup anything Mockup your , and applications. Get , , and stencils from Mockups Gallery . Create your own assets using images. Get results fast Get results and with effect using streamlined interface.

http://wireframesketcher.com/

Related:  Programming

4.1. Terminología en la comunidad TDD (Diseño ágil con TDD) Desde el aspecto potestad, es decir, mirando los tests según a quién le pertenecen, distinguimos entre tests escritos por desarrolladores y tests escritos por el Dueño del Producto. Recordemos que el Dueño del Producto es el analista de negocio o bien el propio cliente. Lo ideal es que el analista de negocio ayude al cliente a escribir los tests para asegurarse de que las afirmaciones están totalmente libres de ambigüedad. Los tests que pertenecen al Dueño del Producto se llaman tests de cliente o de aceptación. Charlie Poole prefiere llamarles tests de cliente ya que por aceptación se podría entender que se escriben al final cuando, realmente, no tiene que ser así.

Indigo Studio - wireframing tool - Interaction Design Tool Indigo Studio – the fastest UI prototyping and interaction design tool - helps you quickly and simply explore and create functional, animated UI prototypes while maintaining the focus on user experience at every step. With Indigo Studio you can create storyboards with over 100 different scenes, wireframes with built-in interactive controls, and prototypes for your desktop, web, and mobile apps – all with no coding necessary! With the new features in Indigo Studio, designing prototypes for mobile devices has never been easier. With full support for any device that runs HTML5, including iOS devices, users will now be able to utilize supported touch gestures, document designs with PDF support, design storyboards with real-world usage context, rapidly prototype interactive app designs, and design fully functional, animated UI prototypes.

L'entreprise Invulnérable à l'Echec L'Agilité propose de nombreuses réponses aux défis du développement logiciel contemporain. Mais elle nous défie aussi avec un paradoxe fondamental : l'apprentissage est essentiel au succès mais l'échec est essentiel à l'apprentissage. Itération rapide. Intégration continue. Programación avanzada Presentación del curso. Presentación del curso Contenidos de TEORÍA Tema 1. Polimorfismo y sobrecarga. FlairBuilder Les Frameworks JavaScript - Arnaud Guignant Un article pour vous parler des frameworks JavaScript. Cela bouge pas mal dans ce secteur, je voulais donc faire un tour d’horizon des différents frameworks existants. Précision : je n’ai actuellement pas eu à en utiliser dans le cadre de projets, je n’ai donc pas de retour d’expérience à vous proposer. Il s’agit d’un état des lieux de l’existant pour connaître le marché, et ainsi pouvoir éventuellement intégrer ces frameworks dans de futurs choix techniques.

EasyMock First Application Before going into the details of the EasyMock Framework, let’s see an application in action. In this example, we've created a mock of Stock Service to get the dummy price of some stocks and unit tested a java class named Portfolio. The process is discussed below in a step-by-step manner. Step 1: Create a JAVA class to represent the Stock File: Stock.java public class Stock { private String stockId; private String name; private int quantity; public Stock(String stockId, String name, int quantity){ this.stockId = stockId; this.name = name; this.quantity = quantity; } public String getStockId() { return stockId; } public void setStockId(String stockId) { this.stockId = stockId; } public int getQuantity() { return quantity; } public String getTicker() { return name; }}

Pidoco catalog You have constructors on subclasses with mostly identical bodies. Create a superclass constructor; call this from the subclass methods. more… Two subclasses have the same field. Move the field to the superclass. more… Brainbench - The Measure of Achievement It is easy to see the newest titles that have been added to the test library. Go to the Test Center and click "View All Free Tests". The list will include the latest tests.

The Software Architect Code: Building the Digital World PART I: Software Architects Talents Go to the Renaissance to discover the Da Vinci talents and come back to the future to unveil the talents required for building a digital world. Week 1: The Da Vinci CodeUnderstand the Da Vinci talents. We will show that software architects are adventurers, where imagination, optimism, courage, determinism, flexibility, the ability to predict, foresight, perseverance, continuous learning, and a desire to excel are essential ingredients.

Minimum Viable Product – How to Build an MVP for Your Project and Why You Should A product with just enough features to gather comprehensive qualitative feedback Proof of concept, prototypes, wireframes, mockups… what actually constitutes a Minimum Viable Product (MVP)? In practice, it's as easy to understand the concept of an MVP is as it is to ride a bicycle. So should we compare MVPs to a bicycle then? Let's do it. In this article, I will shed light upon:

Related: