The site is meant to appear more as a web based application than a standard website. All of the animations are accomplished with javascript.
I developed an iPhone interface that embraces the ability to navigate by tilting the phone. The work section utilizes the touch functionality, allowing Users to "flick" through the images. The end result is a unique and hands on mobile browsing experience. Check out the iPhone version of the site on your iPhone.
The work section uses AJAX to dynamically call single pages from the database. This allows the page to not refresh and enforces the feeling that you're using a web based application and not navigating through a website
The blog also uses AJAX to display content as well some PHP has been used to recognize paragraph tags and split them into columns ... giving a newspaper/print feel.
The about page features a javascript panel slider as well as the contact button showing and hiding the contact information.
On a separate page is a custom AJAX powered form that collects information, forces certain fields to be entered, and emails the form to the site administrator. A completion notification is loaded using AJAX upon a successful attempt.