Posts

JC Surf now provides Discovery Surf Media

August 30, 2010
My work, Web Development

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.

MarLIN Recording Blog re-launched

August 27, 2010
My work, Web Development
blog, Wordpress

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.

Lilly & Day launched

July 22, 2010
My work, Web Development
jQuery, Wordpress

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.

JC Surf launched

June 11, 2010
My work, Web Development
HTML5

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. ...

URBANE Project launched

May 11, 2010
My work, Web Development
CodeIgniter, Google Maps, jQuery

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. ...

Blue Sound launched

May 1, 2010
My work, Web Development
CodeIgniter, CSS3, HTML5

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. ...

I got my hands on a Mac

March 17, 2010
Uncategorized
mac, macbook pro, new computer

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. ...

Fore Street Deli launched

March 13, 2010
My work, Web Development

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.

Drupal 6 num_rows

March 7, 2010
Uncategorized
Database, Drupal, Web Development

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? ...