This page is built to standards, because that is what we believe in. It is the future of internet technology and provides many avenues for implementation, creation, and fowards-compatibility. Your browser, however, does not support this technology. You will not see the page in it fully styled state, but you do have access to all of this site's content. For a better experience, please upgrade your browser.

November 20, 2008, 4:56 pm

 
Corporate Logo
 



Font Size
small | large | reset

Font Face
georgia | verdana

Font Color
light | dark

reset all


Technology

XHTML 1.0 is the structural language of web design. Most of our web work is scripted with XHTML code, which is standards compliant. Using XHTML for our structured markup simplifies coding and editing.

CSS 2 is a web development styling language. CSS gives full control of color, position, size, and other aspects of a page. CSS also allows us the quickly and efficiently change the 'look' of a complete website within one file.

HTML 4.01 is an older, but still useful and compliant markup language. Just like XHTML, HTML is the markup for the content of a web page.

PHP is a server-side language. PHP allows for the interactivity with a website. PHP powers database devloped sites, allows functionality, can create interfaces, and much more. PHP is also an open-source language, which means it is available, documented, and cost-effective (free).

MySQL is a database languge. Similar to Microsoft Excel, MySQL stores information in tables. MySQL allows storage and organization of multitudes of information. MySQL is also an open-source technology.

table-less design is the correct way of designing a website without the use of tables. Tables load slowly, break in browsers, and are structurally incorrect. Using XHTML and CSS we can control the layout of pages without the use of tables.

JavaScript is similar in its use to PHP. However, JavaScript is a client-side language, which means it is executed on the computer running the code as opposed to the server.

top