Browser & User interface templates

While creating mock-ups of sites its often useful so see what it will look like in a browser window. For this reason I have created a png of a desktop and mobile safari interface. I find that this is useful for clients to get a better feel of what a site will look like and also as a designer to scale images and element blocks. Below is also a simple script that will detect if a user if viewing the site from an iPhone/iPod touch and redirect them to a optimised version. It is always good practice to offer a link to the full desktop experience. <script language=javascript> <!– if((navigator.userAgent.match(/iPhone/i))...
read more

Flash 9 Motion Detection – Minority Report Style (source code)

I have finally managed to get together the source files for the Motion Detection script. The script allows you to control an interface simply by waving your hands in the air infront of a camera. This is pretty cool if you want to add some extra interactivity to your site. The original post can be found here. This original code was taken from Web Designer Mag. They hold all the copyrights etc The code is below, I wish I had more time to go through it fully and comment it out but I don’t. If you need any help, add a comment to this post. import flash.display.*; import flash.geom.*; var cam:Camera...
read more