Web Design

Model-View-Controller Pattern

Model-View-Controller (MVC) is a classic design pattern often used by applications that need the ability to maintain multiple views of the same data. The MVC pattern hinges on a clean separation of objects into one of three categories — models for maintaining data, views for displaying all or a portion of the data, and controllers for handling events that affect the model or view(s).

MySQL Temporary Tables

CREATE TEMPORARY TABLE SalesSummary (
    product_name VARCHAR(50) NOT NULL
    , total_sales DECIMAL(12,2) NOT NULL DEFAULT 0.00
    , avg_unit_price DECIMAL(7,2) NOT NULL DEFAULT 0.00
    , total_units_sold INT UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MEMORY;

What You See Is What You Get!

Take full control of your website content with easy to use text editors built in to your website. Known as What You See Is What You Get editors (or WYSIWYG) you can type text, do simple text formating, insert images and create links on demand. Just like you already know how to with you favourite word processor.

Web Design

We offer bespoke web sites that include stylish web 2.0 layout and design, content and user management, browser compatibility with standards compliant and non-standard browsers and a host of additional features.

Syndicate content

2011 version