- You are here:
- Home »
-
Posts tagged: Web Development
Posts tagged: Web Development
September 28th, 2009
After the initial buzz of getting this website onto the iPhone, I decided to have a closer look at the code that Dashcode had churned out. I came to the conclusion that it was pretty crap, so started looking around for alternatives and stumbled across IUI, a JavaScript library that restyles your semantic XHTML into iPhone-styled screens.
The result is this, a semantically written set of XHTML templates which work across all graphical browsers and a iPhone-specific look and feel for (yes you guessed it) the iPhone.
Now I can relax and get to work on learning how to write my first iPhone App!
Tagged in: iPhone, IUI, Web Development, Web standards
Filed under: Blog, Technology | Comments Off
January 9th, 2009
McKinlay Kidd have been a client of mine since 2003. Over the past 5 years I have been responsible for designing, developing and maintaining their website.
McKinlay Kidd asked me to updated the look and feel of the website and add new functionality to improve the brand representation and user experience. During this latest phase of development I have worked very closely with McKinlay Kidd to realise their aims and objectives and integrate them into the existing website framework. The result is a much-improved user experience and a slick looking, functional website.
Deliverables
- PhotoShop templates for interface design
- PHP templates
- XHTML
- CSS
- JavaScript
- URL-rewriting utilising Apache mod_rewrite
Tools used
- Panic Coda
- Adobe PhotoShop
- Adobe Fireworks

Tagged in: CSS, JavaScript, jQuery, MySQL, PHP, Web Development, Web standards, XHTML
Filed under: Portfolio, Web Development | Comments Off
January 4th, 2009
I was asked to assist Duke | A Razorfish Company with the development of a website for Nissan UK. 100% Urban Guide is a user-driven website that provides reviews, news and photos of the coolest events happening across seven cities around the UK.
I was responsible for re-skinning and customising the default WordPress templates, providing a consistent and interactive, blog-driven website.
Deliverables
- WordPress PHP templates
- JavaScript
- CSS
Tools used
- Adobe Dreamweaver
- Adobe Illustrator
- Adobe PhotoShop

Tagged in: CSS, Duke, MySQL, PHP, Web Development, Web standards, WordPress, XHTML
Filed under: Portfolio, Web Development | Comments Off
January 4th, 2009
As part of the Nissan UK website, Duke | A Razorfish Company asked me to develop a Google maps-driven interface to allow users to search for different outdoor activities around the UK. Users select a category and the relevant location markers and information are displayed on the map.
I was responsible for developing the front-end template for the interface.
Deliverables
Tools used
- Adobe Dreamweaver
- Adobe Illustrator
- Adobe PhotoShop

Tagged in: CSS, Duke, JavaScript, Web Development, Web standards, XHTML
Filed under: Portfolio, Web Development | Comments Off
October 22nd, 2008
36 Degrees are an Investment Management business based in Gibraltar. I was approached to develop a website for them to establish the company’s web presence and enable them to be able to publish company, market and fund informaiton online.
The website is powered by WordPress (the OpenSource content management system) with the front-end templating system heavily customised to provide a sleek user interface.

Technologies & features
- Dynamically-driven XHTML page templates
- Accessible CSS-driven presentation layer
- jQuery-powered behaviour layer
- Customisable data-driven navigation
- News and latest informaton published and available via RSS feed(s)
Deliverables
- Information architecture: Sitemap and wireframes
- Graphic/interface design
- CSS-driven templates
- Cross-browser screen shots of major browsers (IE 8, 7, 6, Opera, Firefox, Safari)
Tagged in: 36 Degrees, CSS, jQuery, Web Development, Web standards, WordPress, XHTML
Filed under: IA & User Experience, Portfolio, Web Development | Comments Off
September 9th, 2008
Jamie Stephen Represents is a London-based photographic and production agency, representing a diverse range photographers, directors, and directors of photography.
The company had already embarked on developing their website with another supplier, but for one reason or another the website hadn’t been completed. I was contacted to perform what essentially was a salvage operation to get the site into shape and online asap. I tweaked the visual design, tightening up elements such as typography, layout and colour pallet. I also drastically simplified the front-end code structure and ensured it was more accessible and easily updatable in the future.
The site has recently gone live and I am in discussions with regards to the next phase of development.
URL: http://www.jamiestephen.com/

Tagged in: CSS, Mootools, Web Development, Web standards, XHTML
Filed under: Portfolio, Web Development | Comments Off
August 17th, 2008
I have recently been in discussions with Together London about collaborating with them on forthcoming web projects. The idea behind the company is to put together a team of highly-skilled individuals who work together in a flexible and more efficient way. By being more agile, cutting out a lot of the inefficiencies that occur in larger agencies we can deliver higher quality projects, more quickly and cheaply.
URL: http://www.togetherlondon.com/

Tagged in: Collaboration, Information Architecture, Web Development, Web Metrics, Web standards, Website audit
Filed under: Blog, Work | Comments Off
June 8th, 2008
Today the web has gone beyond the browser and now content is syndicated through XML-based technologies, re-purposed for desktop and mobile applications and AJAX and web service-driven functionalities are commonplace.
With the emergence of the social web (or for want of a better phrase, Web 2.0), individuals are able, more than ever to connect with each other to form communities sharing common interests, regardless of location, class or race. The control over the dissemination of information has been put in the hands of the people and now anyone can publish anything (text, photos, video) and reach a global audience within seconds.
As the complexity of web applications increases, writing well-structured code is more important than ever. This is as much an art as it is a science. Since the beginning (for me at least, back in 1999) I have followed the standards-based approach to front end web development through the layered production of XHTML, CSS and JavaScript. This is bound up in the framework of accessibility and scalability to ensure your website or application is accessible and extensible now, and in the future.
Along with these front end technologies I use PHP and MySQL to power the back end to create dynamically-driven websites and applications.

Get in contact
If you would like you know more about web development then please get in contact.
Tagged in: AJAX, CSS, MySQL, PHP, Web Development, Web standards, XHTML
Filed under: Blog | Comments Off
May 19th, 2008
Over the past few months Amazon have been tweaking their existing site to improve the design and user experience. They have done a good job, but I couldn’t help but notice that they have only gone half the way to using Web standards in their redesign efforts. Here’s a little (non-exhaustive) summary of what they are missing:
- The HTML isn’t really that semantic, if you remove the style sheet the content doesn’t really flow that well – a(ccessibility barrier to non-graphical browsers)
- No DOCTYPE to inform browsers of what version of HTML they are using
- A huge amount of page specific CSS and JavaScript, could this have been moved into an external file to be reused elsewhere?
- They are STILL using tables for content and page layout – very inflexible, non-semantic and harder to update, increases code to content ratio (lowers SEO – although Amazon are all over SEO)
- Page design doesn’t scale well when you increase the font size
- No use of access keys or tab indexes so a user can’t tab logically through the navigation
- No use of skip to content or skip navigation links

Amazon still provides a great online shopping experience, but you have thought that if they had gone to the trouble of redesigning their site they would have taken a few lessons out of Yahoo’s book and gone down the full Web standards route.
Tagged in: Web Development, Web standards, Website audit
Filed under: Blog, Technology, Work | Comments Off