🔗 25 Smart Landing Pages for Collecting Leads [10 Tips for Your Next Page] | Unbounce

25 Smart Landing Pages for Collecting Leads [10 Tips for Your Next Page] | Unbounce Use these tips and you’ll be creating pages that convert better. Previews Form headers Form CTA (Call To Action) Encapsulation Ask a question Message match Use video One at a time! The confirmation page Testimonials

August 16, 2012 · 1 min · 50 words

🔗 The Martini FAQ

The Martini FAQ Q: What is a Martini? (1.1) A: Do you want the short answer or the long answer?

August 11, 2012 · 1 min · 20 words

🏞 (image)

The MVC and 3-Tier architectures combined (via The Future of Web Development « mvalente.eu/mv.* )

July 29, 2012 · 1 min · 15 words

🔗 Interactive Application Architecture Patterns

Interactive Application Architecture Patterns The Model-View-Controller , Model-View-Presenter , and Presentation-Abstraction-Control patterns are similar in many ways, but have each evolved to address slightly different concerns. This article discusses each pattern along with its history and design motivations to encourage the correct understanding and application of these patterns.

July 29, 2012 · 1 min · 48 words

🏞 Keynote: Architecture the Lost Years

Keynote: Architecture the Lost Years by Robert Martin @ Ruby Midwest 2011 (also on YouTube … and a few weeks later, without slides , on The “A” word. A Discussion About Architecture in a Software Craftsmanship conference ) Images clipped together from… The “Presenter” and “View Model” at 35:28 “The whole Enchilada!” at 37:50 “The Database is a Detail!” at 42:26 Elements summary: Entities — Generic application agnostic data and business rules (e....

July 29, 2012 · 1 min · 172 words

🔗 Cucumber – Making BDD fun

Cucumber – Making BDD fun Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid – all rolled into one format.

July 28, 2012 · 1 min · 41 words

📜 Good architecture

A good architecture allows major decisions to be deferred! Robert Cecil Martin Or putting it in another way… A good architecture maximizes the number of decisions NOT made.

July 28, 2012 · 1 min · 28 words

🔗 SOLID (object-oriented design)

SOLID (object-oriented design) A mnemonic acronym introduced by Robert C. Martin in the early 2000s: S : Single responsibility principle — “an object should have only a single responsibility.” O : Open/closed principle — “software entities should be open for extension, but closed for modification.” L : Liskov substitution principle — “objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program.” (see also design by contract ) I : Interface segregation principle — “many client specific interfaces are better than one general purpose interface....

July 28, 2012 · 1 min · 112 words

🔗 Install and manage WordPress with Git

Install and manage WordPress with Git Manage themes and plugins in a git repository, while at the same time keep a reference to the core WordPress files, and allow it to be as easy to update when a new version is released.

July 24, 2012 · 1 min · 42 words

🔗 LukeW | Touch Gesture Reference Guide

LukeW | Touch Gesture Reference Guide The Touch Gesture Reference Guide is a unique set of resources for software designers and developers working on touch-based user interfaces. The guide contains: an overview of the core gestures used for most touch commands how to utilize these gestures to support major user actions visual representations of each gesture to use in design documentation and deliverables an outline of how popular software platforms support core touch gestures

July 10, 2012 · 1 min · 74 words