Posts

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

Destroying CodeIgniter Sessions when closing the browser

January 22, 2010
Web Development
CodeIgniter, PHP Frameworks, Web Development

I’m really enjoying using CodeIgniter, it’s an excellent framework and has a side benefit of helping to structure your files neatly. I’ve been working on my first login form using it, and whilst there are lots of tutorials going through this common process I encountered a “problem” with the CodeIgniter sessions persisting when the user closed their browser. A bit of searching around and I came up with a few recommendations. ...

CodeIgniter PHP Framework

January 19, 2010
Web Development
CodeIgniter, PHP Frameworks

I’ve been playing around with PHP frameworks latley and have just started coding my first major project using CodeIgniter. I’ll post updates as I progress but roughly this project interacts with data from different organisations and acts as a central point for approval of records and the sharing of data.

Google Maps

January 8, 2010
Web Development
Google Maps, Web Development

A lot of the sites we do in work involve using a Google map, some are simple and just allow the user to choose a spot which populates input fields for latitude and longitude. Others contain large data sets and information about the point, which is normally displayed in one of the Google map bubbles. Using our standard library code for implementing a map and allowing the user to pick a latitude / longitude point IE6 was only displaying a grey background with the Google copyright. ...