What you don't see
There are two sides to everything, and webdesign is no exception to the rule. With every good interface or layout design, lies good code.
We strive only to use the most efficient, clean and concise methods and practices in our coding.People often forget that behind every design, there is an awful lot of code that puts it into place. The designing process, is only a small factor in the spectrum of webdesign - you need to ensure that you provide cross-platform functionality and stability across browsers and machines. With designing websites, it's largely what you don't see that counts most!
XHTML and CSS
What we offer is not only a tranformation from design into code. For designs to work and function correctly, standards must be followed and conditions must be planned and set. Questions like "Does the site extend vertically to fill content?" and "Will this site have a solid/gradient/tiled background?" are very simple, but need to be asked and considered when turning the design to code. We make sure that our code corresponds with the latest webstandards set by the World Wide Web Consortium and W3Schools. Why follow these standards? See our FAQ.
PHP and MySQL
We use PHP for both its flat-file functionality and database connectivity and interaction. PHP unlocks a whole new level of server-side capabilities, openning so many new variable methods of displaying and generating information, and along with MySQL databases, storage and manipulation of data.
JavaScript and AJAX
Without providing dynamic interactivity, websites feel like paper from a book. We love to incoporate new ideas and methods for bringing websites to life. JavaScript and AJAX provide depth and immediate reponse to the user, as well as some awesome effects!