This article provides a brief overview of the TigerMVC and how to get started writing your first Tiger-based application.
Setting-up Your First “Hello World” Page
Let’s begin by building a basic “hello world” page that does nothing more than grab a static “hello world” message from a (data) model, processes the message within the (business logic) controller [...]
The UI—User Interface—of an application is all to often the most overlooked aspect of a project; which is odd because it is the most visible aspect of a project and it’s one of those critical “first impression” aspects that can make or break a product’s sale.
The UI, good or bad, can shine a light on [...]
Coming soon … How to write “clean code” for professional applications.
Coming soon … A discussion of how to build a more secure UI.