September 12th, 2008
I have completed the production and implementation of a new site design for Matt Wreford, which can now be viewed on the website at http://www.mattwreford.com/, with only a few significant changes to my initial idea.
I have based the site on Wordpress, using it as a Content Management System allowing for the quick adding of portfolio entries and amendments.

Essentially the pages have been used for each section with their own templates, and posts can be categorised so that they will fall into each of the three portfolio sections and with a bit of PHP will display in the right portfolio page.
Read the rest of this entry »
August 31st, 2008
Having received some images and instructions on content, I am quite pleased with the way the design is going. Here is a screenshot of the Home page, featuring simply his three rules:

It is still featuring the fluid two column layout where both sides expand and keep the content in the centre, and the tabbed menu holds itself at top right.
August 24th, 2008
Because I didn’t like the way a large comment form appears at the bottom of every post and page on my site, but I still wanted to keep the comment functionality available, I started looking into ways AJAX (and preferably something that uses the mootools library which I added to my site a long while back) could be used to make a form that is hidden until needed, for example in an expanding div like my Flash header.
While using Drupal during my work placement I had seen the likes of forms inside a lightbox style script called Thickbox, so I began searching for a Mootools compatible lightbox that can contain any HTML I want, such as the commenting form, knowing it was possible to find. In the end I came across Phatfusion Multibox, a great variation on Lightbox that allows a number of different things be displayed inside a lightbox.
It was easy enough to implement as well, adding my comment form to a HTML link, however I needed to make a slight change to get it to work in IE7 (and one would guess 6 as well). Basically there is a bug that specifically applies to displaying a HTML element in IE7 and is explained and fixed in http://forum.phatfusion.net/viewtopic.php?f=6&t=149