CSS / JavaScript

All main, modern browsers support CSS (Cascading Style Sheets) and JavaScript, both of which have been big blessings to the development community. CSS is more for the designers while JavaScript has enabled coders to lighten up web pages with all sorts of functionality.


   CSS

We use CSS extensively on all our sites as the means of applying a uniform text formatting structure. We see CSS as essential to a well structured, well designed site and totally replaces antiquated methods such as the <font> tag. Its usages are far more than just simple text formatting though as it applies to forms, layers, tables and many other features.


   JavaScript

From the simplest image rollovers to form validation we do all our client-side functionality in JavaScript, which provides fast-loading solutions to web features and is more extensively browser implemented than VBScript.