August 30, 2010
The JC Surf site I worked on recently has added Discovery Surf Media to the products John can provide access to.
Discovery Surf are a local company who are now making it big in the wider surf industry with their instructional DVD series.
August 27, 2010
The new version of the MarLIN Recording Blog has gone live today.
MarLIN, The Marine Life Information Network, has an activity community of recorders who submit sightings of marine life through the MarLIN website.
The blog, built on WordPress, will be updated with interesting and unusual sightings as well as information from MarLIN events.
The blog also updates the MarLIN Twitter account when a new post is added or edited.
July 22, 2010
Based in London Lilly & Day provide garden and landscape design.
Working with designer Random Badger the site is built on WordPress allowing the client to make updates to text or upload new portfolio images.
The portfolio gallery uses a jQuery plugin Galleria to improve the user experience progressively for those that are able to use javascript.
June 11, 2010
John Copley has been part of the surf scene since the sixties and now works as an agent for a large number of worldwide surf brands.
Working with Random Badger I created a site to showcase the companies and products that JC can provide for you. The site is aimed at getting the user interested and encouraging them to get in touch.
The site also contains a small profile about the man himself.
...
May 11, 2010
The URBANE project is a study of urban coastal defences. The website provides information about the project and those involved. The partners page has a Google map linked to an unordered list that acts as dual functionality to view more details on the partners.
The overlay effect that I wrote for the partners list is utilised again in the image galleries.
The site is built on HTML5 with some subtle use of CSS3.
...
May 7, 2010
Dr Michael Cunliffe is a fellow at the Marine Biological Association who specialises in Marine Microbial Biogeochemistry.
The site has been kept clean and simple with the emphasis on Dr Cunliffe’s work.
May 1, 2010
The Blue Sound project aims to encourage people in the Plymouth area to use the ‘blue space’ around them.
The website aims to involve local youth groups to participate in work groups with myself and the Blue Sound project officer to enable us to provide the users with a site that they can truly feel is theirs.
The site uses HTML5 and CSS3, including CSS drop shadows, rounded corners and transitions.
...
March 17, 2010
I’ve done work on Macs before and always enjoyed it but I’ve managed to get my hands on a MacBook Pro which I’ll be doing lots of my work with.
Having read a couple of iPhone developer books I’m very keen to get stuck into a bit of app development and see what I can come up with.
The first evening was pretty much spent installing programs and typing into Google “mac short cut for ……” but after a few days of working on it I can highly recommend it.
...
March 13, 2010
Newquay based Fore Street Deli provides home-cooked deli food using the best Cornish ingredient, and selling a wide range of quality Cornish produce.
Working with designer Random Badger the site aims to give a feel for being in the deli with it’s wood background and colour theme based on the shop exterior.
March 7, 2010
I’ve been working on a site powered by Drupal and needed to find the number of rows a database query returned. Simple enough and quite common procedure. But, the Drupal database API no longer offers the db_num_rows() function.
I had a quick Google around and the answered seemed to be to run the query twice but the second time using a count query. Two calls to the database when only one is necessary?
...