Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Sunday, 30 October 2011

html5 Geolocation

I'm quite fascinated by the geolocation API that is contained within html5. One thing I love about my iPhone is that I can find things around me quickly, even if I don't where I am. I've used the Google Maps API a couple of times for Contact Us pages. I love that I can make a JavaScript call to produce an interactive map and insert it into a containing div, and have a static image of the area so that if the user doesn't have JavaScript (or has it disabled) they can still have an experience comparable to the JavaScript user. I thought it would be quite cool to use the JavaScript API to produce a map based the user's current location. Take a look at the finished result here. Details after the jump.

Sunday, 7 August 2011

Web Forms, and How Not to Do It

I'm absolutely passionate about web design. It is more than just a job to me. In fact, it became a job for me because I was so annoyed by the poor quality of interface design that I was confronted by day after day. I think of myself as an internet citizen. All the major events of my life have happened whilst I've been online, and have been broadcast online moments later. The first thing I do in the morning and the last thing I do at night is go online. If there's some effect on a site that I think is cool I dig into the client side code until I understand what's going on.