Mat Heinl gave a great talk at the Northern Digitals BLAB event yesterday in which he showcased some of the various projects Moving Brands have worked on recently.

Refreshingly, Mat talked about the creative processes behind the projects rather than showing the finished projects themselves. This approach really did give a great insight into how Moving Brands works as a company with one of my favourite examples being the case study for the app: Ness.

It's very easy for a company to show off the finished article they've created, and it does make sense to do so (why would't you want to show off the hard work you've put into something?) but for me: seeing the amount of passion and effort which goes on behind the scenes in a project has a far greater impact.

Note to self - start documenting the processes involved in everything you do!

Post date: 27 Jan 2012

Back in November I attended Build 2011.

Without a doubt the talk which stood out the most to me (and I'm sure a lot of others at the conference too) was this one by @WilsonMiner:

I was filled with inspiration as I realised that I'm insanely lucky to have the skills I have. The ability to go out and create something which I want to exist.

I think the most striking aspects of the talk were the video pieces, the music was expertly chosen to accompany the visuals and the additional voice over from Wilson just nailed it. Overall, I'd say it was the final words of the presentation that stuck with me the most:

"You know what we get to do when we leave here. We get to go make things..."

Post date: 23 Jan 2012
Tags:

Today I have yet again been faced with this:

Planning a project pie chart

Personally, I think something needs to change with regards to domain name registrations. Perhaps if a domain isn't put to good use within 6 months it should be put up for sale again?

At least the ordeal inspired me to make something!

Post date: 08 Jan 2012

Over the past couple of months I've been working on a self initiated project: GotBrief.

After attending Build 2011 I was inspired, truly inspired by the various talks and events which took place over the course of the conference. So inspired infact I decided to actually go out and build something, something which would hopefully inspire and help others to go out and create something too.

GotBrief Logo

The basic idea behind GotBrief is to fuel the creativity which lies within each person by providing a weekly one word brief to interpret however you want! Take the brief and go create something, anything you want, then help inspire others or get some feedback by sharing it with others on the site.

Post date: 03 Jan 2012

Twitter has today launched a major new design of their apps across the board. Interestingly the announcement on http://fly.twitter.com came with a call to download the official mobile apps in order to get access to the new design on your computer, was this to reinforce a mobile first approach? Or perhaps it was just a ploy to get people back into using the official twitter app? Either way, I updated the iOS app & hey presto! The new web design appeared almost instantly.

I think one of the key things about the new design, for me, is that the design is now consistent across all the platforms. Personally, I always felt the official twitter iPhone app was quite seperate from the web version, not only in design but in certain aspects of functionality too (seeing which users had retweeted my tweets was something I could never find!).
The new design removes this inconsistency and brings the two experiences together through the newly defined areas: home, connect & discover.

Post date: 08 Dec 2011

Ladies and gentlemen, the time has come for me to finally try and grow a moustache. For too long now my upper lip has been a barren wasteland of hairlessness leaving me with a bitter mo-envy of the greats: Selleck, Reynolds, Burgandy and most of all the legendary Hercule Poirot.

Why am I suddenly posting about such a topic?

Well, it just so happens that the month in which I will be attempting such a MOmentous task coincides with the month of MOVEMBER! A month in which men from around the globe join forces and show off their mo-growing ability to raise money and awareness of men's health issues.

This is where you come in!

I would very much appreciate any donations made to myself or my mo-team no matter how large or small they may be.

Donations can be made via my profile on the official movember website: http://mobro.co/tedavis

To get into the spirit I created a special "Mo-postrophace" design too:

mopostrophace

Post date: 22 Oct 2011

Eee Gads! Two blog posts in one day? Surely not!

I've been hard at work finishing some designs off and thought I would post both today. Much like the Level Up design I posted earlier today, I think the following design would make a pretty cool poster:

the bowler hat poster designed by Thomas Davis

I'd be surprised if the concept has not been explored before but nonetheless I decided to give it a whirl & create a more literal bowler hat!
I originally wanted to call it: "the bowler's hat" but "the bowler" tagline fit slightly better within the design; plus it sounds as though it could be the calling card of some bowling based super hero perhaps?

I seem to be going through somewhat of a bowler hat phase within my designs at the moment, perhaps I should start wearing one...

Post date: 04 Sep 2011

I've been working on the following design recently:

level up poster design by thomas

I'm quite happy with the final result, I did have the chevrons of the military insignia as solid colour rather than the vertical lines but I find they add a slight illusion to the piece; can you see the three floating platforms?

I think the design would make a pretty cool poster, perhaps I'll finally get round to getting some of my designs printed & framed.

Some additional colours:

level up design in different colours designed by thomas

What do you think?

Thoughts or feedback in the comments or alternatively: send me a tweet!.

Post date: 04 Sep 2011

DrupalCon London is almost over, the sessions have all been wrapped up and all that remains tomorrow is the code sprints to try and put some of the awesome ideas from the week straight into action. This was actually my first ever DrupalCon, unfortunately I could only attend one of the days but even so; I learnt a lot from the sessions I attended, the entire atmosphere was great and I'll definitely be attending future conferences!

The web standardistas started the day off by delivering a rather interesting keynote on designing the sustainable web; in which they explored the concept of creating sites which are not only designed to be responsive across a variety of different devices and browser widths, but also how they can be designed in a way which looks great both today and in the future.

Post date: 25 Aug 2011
Tags:

If you're trying to find a decent to-do list app then you really need to checkout the task management tool: Wunderlist. As well as a web app, wunderlist is also available for a wide variety of devices and perhaps the best thing about it: it's absolutely free. Incredible really when you look at the key features the app has to offer:

1. Cloud syncing

Syncing all your tasks to the cloud means that no matter where you access them, be it via the web app, iPad or phone - all your tasks will be up-to-date! Great for managing them via the web & updating them on the go.

2. Push & email notifications

One of the main problems I've had with to-do list apps in the past is that quite often I won't check-in on them, they'll just sit there & stagnate until I finally check them 4 months later. A simple remedy to this problem and one of my favourite things about the app, is the choice of either email or push notifications - these let you know when you're task is due or if you've got some tasks which are still outstanding, all of which keeps me returning to the app to keep my tasks up to date.

Post date: 14 Aug 2011

Detecting the width of a browser window can be very useful when designing a website, it allows you to create a more responsive design which is suited to the current browser dimensions.

Using the small chunk of jQuery below, you can easily detect the current width of a web browser & perform various actions when the width reaches a particular range of values. When redeveloping my site I opted to use this method to add a different body class to the site when the browser width reaches a below particular points: "smaller" when the width reaches below 960px but greater than 400px and "smallest" when the width is below "400px". The additional body classes then allowed me to alter the position/style of particular elements on the page.

Post date: 31 Jul 2011

Over the weekend I needed to resize an entire folder full of photos from my brothers graduation so I could upload them to the web without it taking 100 years to complete. I could have simply opened up each image in Photoshop, resized & re-saved them however that would have probably taken longer than the upload so I did a little research into automating the process.

I found a couple of ways of going about a bulk resize of lots of images within Photoshop, the simplest method was to use the "image processing" option within File > Scripts > Image processing which gives you the following screen:

Image processing option in photoshop

The first three steps are really the only ones you need to worry about:

Post date: 25 Jul 2011

A little design piece I've been working on today, it's called "fading chances".

fading chances designed by thomas

I don't think it's quite there yet & perhaps needs something else but I thought I would post it anyway. I find it's quite good to just stop and take a step back, maybe get some feedback before I add something that perhaps might not be needed!

Like it? Hate it? Indifferent? Let me know in the comments below.

P.S. Don't smoke.

Post date: 24 Jul 2011

I thought I would share one of my favourite apostrophaces. I found it makes a pretty good background or wallpaper so feel free to save it & try it for yourself!

bauhaus apostrophace designed by thomas

If you would like to alter/re-post this image then all I ask is that you add a link back to this original design.

Are you a fan of the apostrophaces? Do let me know in the comments below!

Post date: 23 Jul 2011

Last week I released the latest version of designedbythomas.co.uk. If you ever visited the old site then you will see there has been quite a drastic change to the overall theme and structure.

I decided the time had come to upgrade from Drupal 6 to Drupal 7 and as part of the upgrade I took the opportunity to assess the site as a whole to see where improvements could be made. The major change I wanted to implement, and had wanted to implement for a while, was the header section. The header section of the old site (pictured below) was massively oversized and took up most of the space "above the fold" which meant that visitors to the site had to scroll down to see any meaningful content. Definitely not an ideal situation when you want people to be interested in the content of your site! As a result I completely changed the header section for the new site, reduced the size of the logo, placed the navigation links horizontally rather than vertically and replaced the massive site tagline with a more focused tagline below the navigation links (which is meant as a one line overview of the current section a person is currently viewing).

Post date: 26 Jun 2011

I've recently been using the Views nivo slider module for a Drupal project which needed a nice neat javascript slider. After installing the module & getting the slider in place I suddenly came up against a slight problem in that I needed to dynamically change the starting slide on the slideshow.

Now, the module itself doesn't have the functionality to set the starting slide because this is usually covered by the sorting mechanism within views - sort the view by date & the slider will show a different start slide depending on the sort order (ascending/descending). The sorting method is usually fine, but in this case I needed to select a particular slide to start on.

After trying a couple of different approaches to try and change the start slide I went for a root around within the module code to get a feel for how the module itself determines the starting slide.

Post date: 26 Apr 2011

The only tools you'll need for a social media campaign:

Social media campaign tools

You don't have to look too far to see that the major social networking sites are littered with these so called "campaigns".

If you are planning a social media campaign then please try to steer clear of these tools otherwise, you're not really planning a campaign: you're planning a competition.

Feel free to share any awesome social media campaigns in the comments below!

Post date: 20 Mar 2011

On Saturday I, like many other web designers and developers, woke up to some rather pleasing news: Microsoft has started a campaign to finally say goodbye to Internet Explorer 6 (IE6).

The campaign site: ie6countdown.com shows a worldwide map and statistics of the current usage count IE6 is sitting at. As of Feb 2011 the magic number sits at 12% usage worldwide (down 9% on the previous year), with the ultimate goal of reducing this number to less than 1%!

The campaign site is really quite cool:
ie6nomore site

In case you didn't know; IE6 has been the thorn in the side of the majority of website developers for many years. Its lack of support for many of the modern web standards which exist today means that developers will often face a fierce battle to get a site which looks the same in IE6 as it does in the more modern browsers like: Mozilla Firefox or Chrome.

Post date: 07 Mar 2011

I've been playing about with the idea of a design involving the outline of a person, much like the style of the Mad Men opening titles, however I have been a bit too busy lately to actually design anything!

I managed to play around with some of the ideas today and I came up with the following:

The Lone Vagabond designed by thomas

I'm thinking of putting together a series of posters along the same style but for now I hope you enjoy this design, feel free to let me know any thoughts you have in the comments below.

Post date: 29 Jan 2011

The World Wide Web consortium (W3C) unveiled their new logo for HTML5 on Tuesday, along with a rather fancy website & a clear brand message on what HTML5 represents.

Along with the main logo, the website also provides a set of icons which showcase a list of features that are not only available in HTML5 but within other areas of web development too - an icon for CSS3 is present for example, which doesn't really have anything to do with the HTML5 specification. With these additional icons there is a danger that people may think they are all part of HTML5 itself when in reality they relate to two separate specifications.

the new HTML5 logo

Setting the additional icons aside and just talking about the logo itself: Personally, I really like it: the shape and colours make it seem quite superhero-esque bringing with it a sense of power & strength which is echoed in the short paragraph taken from the logo website:

Post date: 20 Jan 2011

Recently, I was lucky enough to receive a Forrst invite from Jim Ramsden of designfridge.co.uk and over the past couple of months I have been actively contributing to the site whenever I get chance.

For those of you who aren't familiar with Forrst: it is an online community aimed specifically at designers & developers. In fact, the whole community is invite only in a bid to regulate the members and ensure the community is only used by actual designers/developers and not filled to the brim with recruiters for example. The 'closed' aspect to Forrst actually strengthens the content within the site and allows for more relevant discussions, comments and critiques from people who are more familiar with the designing & development processes.

Post date: 11 Jan 2011

A couple of months ago I discovered Qwiki.com, a site which aims to transform the way in which people consume information on web by offering 'information experiences'. The site aims to do this by allowing users to search for information on a particular topic, much like conventional sites although; rather than simply returning a list of results the user is given a short presentation or 'Qwiki' which contains a variety of different panels with all sorts of information in various different formats depending on what you searched for.

When searching for a person for example; you will often see a panel containing a little timeline with information on their current age, birth date & even date of death. The image below shows an extract from the Isambard Kingdom Brunel results:

IKB

Post date: 06 Jan 2011

A few months back I discovered the brilliant fontstache/typestache poster which seems to show the personality of each font used through the style of the curly bracket.

Inspired by this I had a bit of fun putting together some "apostrophaces" - by using the apostrophe of a font I wanted to see if a certain personality came through when put in the context of a face.

Have a look at the result below & let me know what you think! Alternatively, have a go at creating some apostrophaces of your own & post a link in the comments!

apostrophaces

P.S: The faces were created using each fonts quotation marks but "Apostrophace" just seems to roll off the tongue ;)

Post date: 02 Jan 2011

Captains log, star date December 31st 2010.

I find myself writing a blog post looking back on the year that has seemingly flown by and I can't help but smile.
At the start of 2010 I was heading into the second term of my final year at Lancaster University and I was part way through my dissertation.

Fast forward to the 22nd June - Results Day! On this day I found out that 4 years of hard work had finally paid off, I was awarded a First Class MSci degree in I.T & Media Communications! This was perhaps one of the happiest days of my entire life.

Throughout the year I continued with my freelance work and 2010 was a great year for meeting new clients & increasing my design portfolio. In May I was contacted via twitter by Matt Rhodes from the social media agency: FreshNetworks, by the end of June I had accepted an offer to join the development team.

With the new job came the move down to London but only after my graduation ceremony where I got the chance to meet a TV legend: James May and shake the hand of Sir Chris Bonington!

Post date: 31 Dec 2010

The CSS3 property: box-shadow allows you to create simple drop-shadows on block level elements within a webpage. The box below shows this effect in action:

.selector{
box-shadow: 
x-direction
y-direction
blur-amount colour;
} 

The box-shadow property also allows you to place the shadow within the element using the inset value, this allows you to create some pretty cool effects including: photo vignettes.

Take this photo for example:
robin

A pretty photo I am sure you will agree, but let us see what it's like when we add a vignette!

robin

There we go! Now, how about a slightly different colour?

Post date: 12 Dec 2010

With the phase 1 changes to my site now live, I finally had the chance to work on some motion design work.

To get back into the swing of using After Effects I created the video below, it showcases some 'kinetic titles' as well as some other cool visuals, check it out & let me know what you think:

Post date: 04 Dec 2010

A few weeks ago I decided my website content pages needed a bit of a spruce up, less of a 'redesign' more of a 'refactoring' really.

Whilst designing the new content pages I also decided to make some changes to the backend too; moving away from the ZEN base theme to a completely custom theme contstructed from scratch.

I am in the process of writing up the changes I've made in slightly more detail, there are some pretty cool changes I made to the Drupal side of the site which I wan't to share.

For the moment however, there are some additional changes needing to be made for phase 2!

Take a look around at the changes made in phase 1, hopefully they make the site slightly nicer to use & read from. If you have any feedback then please let me know via the contact page or in the comments below.

Enjoy!

Post date: 29 Nov 2010
Tags:

On the 22nd June 2010 : I received the results of my four year degree. I am absolutely delighted to reveal: I achieved a first class Msci degree in I.T & Media Communications and as an added bonus I have also been nominated by the board of examiners to receive the IEEE Prize for outstanding performance on my final year project. I really couldn't have asked for a better end to my academic career!

I would like to thank all the staff from the department of communication systems at Lancaster University for making my time on the course so enjoyable, in particular Paul Coulton (a.k.a @MysticMobile) & Phil Benachour - two inspirational and outstanding lecturers in the department.

Of course University life involves more than just the academic side of things, I would like to thank all the people I met along the way & the countless new friends I made - obviously without all of you University wouldn't be anywhere near as fun, I will thank you all elsewhere but for now I will just say thank you!

Post date: 29 Jun 2010
Tags:

Whenever an "enter password" message box pops up on my iPhone I immediately enter my iTunes password, it's pretty much a an immediate action and I don't tend to look at what the message is saying once I see the word: "Password" I just zone out and enter it.

So when the familiar message box below popped up I proceeded to enter my iTunes password as per usual!

passwordError

The main problem here was that it wasn't asking me for my iTunes password but in actual fact it was asking for my GMail password for the push Email notifications I receive from my account.

By entering my iTunes password obviously this was wrong and the message box kept reappearing, after a couple of incorrect attempts I suddenly realised I needed to enter my GMail password! So I did.

Post date: 07 Jun 2010

A couple of months ago I came across Greyscale Gorilla - a blog dedicated to all manner of motion graphics and 3D design.

Whilst traversing the wealth of posts over there I found out about the "5 second projects" - basically they provide you with a theme and all you have to do is create an animation based on it. The animation can literally be anything you want it to be as long as it has something to do with the theme they set.

The first theme I entered into was: straight lines only - I decided to go with a simple square which was actually revealed to be a combination of other lines.

Post date: 27 May 2010

Over the past couple of months I've been busy working on my final year project & dissertation and as a result the blog has suffered slightly!

Fear not my faithful reader(s), I am back!

As an initial post I would like to showcase my new business card designs I had printed recently as part of the new brand design and the designedbythomas.co.uk URL change.

business_cards.png

In the process of designing the cards I had a number of different ideas however these all seemed to contain too much "stuff" on them so in the end I ditched everything but the minimum and I'm really happy with the results!

I used the online printing service: moo.com for the first time and was very impressed by the quality and efficiency at which the cards were produced, it really is a top-notch service!

Post date: 24 May 2010

Just a quick note, I have now added a new domain to my site: http://designedbythomas.co.uk - you will see exactly the same thing as if you were visiting the site from: http://thomasedavis.co.uk so there is no massive change going on with the working of the site.

designedbythomas.co.uk provides a slightly clearer url than thomasEdavis.co.uk - people can often miss out the E or spell Davis: davies.

There are some changes needing to be made within the site, mainly wherever I haven't used a relative link but either way you will end up at this site so there shouldn't be too many problems!

If you are interested in the other internal changes of my site you may wish to check out my post on the new personal brand design of the site.

Post date: 25 Apr 2010

I think we all need a bit of inspiration once in a while, regardless of the field you work in! It is always useful to find a consistent source of inspiration which you can admire whenever a creative block forms over your head.

Not long ago I came across designfridge - a brilliant collection of various different websites and website designers all packaged into a cool clean site.

Design fridge now showcases more than 3,000 inspirational designs from various different designers as well as providing interesting articles and useful tips. The site really does do a lot to inspire and motivate you once you see the designs in there.

I got in touch with the creator of design fridge: Jim Ramsden (@ramsden) to see if he would consider putting my own website design in the fridge: to my delight I made it in!

Post date: 24 Apr 2010

[UPDATE: I have gone ahead with the change to the new brand tagline. Thanks for the feedback! ]

I have been thinking about changing the branding tagline of my site for a while now and have come up with the following:

Thomas Davis | Creative Design & Development.

Thomas Davis | Creative Design & Development

Compared with the original:

Thomas Davis | Online Design & Creation.

Thomas Davis | Creative Design & Development

I think the new tagline reflects more on what I actually do: online design ie: website design & development but also "offline" design such as leaflets, posters & logos.

What do you think?

Post date: 22 Apr 2010
Tags:

I am very pleased to announce a brand new website design project: andyhudsonmusic.com has just gone live!

The website is part of a complete redesign & rebranding project which aims to increase Andys online presence as well as giving him a more professional and refined brand image to operate under. As well as a new design the new website also comes with increased functionality which gives Andy the ability to easily upload his music tracks to the website himself.

andyhudsonmusic

I built the site using Drupal 6. The site style is a completely custom theme I designed as part of the overall rebrand project, personally I think the overall style works really well and the new logo design I wrote about; works well with the overall aesthetics of the site.

Post date: 27 Mar 2010

I recently wrote about the visual design within games and how I am inspired by the visual aesthetics of certain game environments & landscapes.

Following the post, I decided to have a play around with some of the aesthetic elements seen in one of the games I mentioned: Fallout 3.

Here is what I came up with:

The text fade has been made slightly more fragmented and organic looking by using a rough texture and turning it into a matte.

Post date: 23 Mar 2010

When people think of design as a creative field, chances are they immediately think of mainstream design fields such as graphic designers, interior designers or fashion designers for example. There is one area however, which I feel is often overlooked by most: game design.

Now, by game design I am talking about the aesthetics within games and not the design of the overall game structure which deals more with aspects such as the rules of the game for example.

I have put together 3 examples of games which, for me, showcase brilliant aesthetics.

Fallout 3

Fallout 3 is set in a post-apocalyptic Washington DC now known as: The Capital Wasteland. The whole style of the game is as you would expect from a post-apocalyptic world: crumbled buildings, irradiated water, remnants of a world which once was.

Amidst the destroyed landscape of the capital wasteland there is a heavy throwback to the 1950's - the time at which nuclear war was predicted and the mass of fallout shelters were built. The 1950's design is present even before you set foot in the game - the opening menu and loading screens consist of dated, bedraggled & sometimes missing slides from an old survival guide.

Post date: 21 Mar 2010
<p>Phew! The past couple of weeks have been properly busy for me; finishing various projects, revising for exams and finishing coursework. Today however: I am finished. At precisely 11.19am today I finished the last exam of my Msc and quite possibly the last exam of my academic career! </p> <p>If you are <a href="http://twitter.com/TEDavis">following me on twitter</a> then you will probably be glad to hear that my exams are over as I do tend to tweet about revision quite a bit! </p> <p>Anyway, amongst the revision I had a final module to complete: 3D design. I absolutely loved this module, I had always wanted to give 3D graphics a go but never really had the opportunity. </p> <p>The brief for the 3D design module was: <cite>"Create a 3D animation of at least 50 seconds in duration that demonstrates modelling &amp; animation skills.</cite> - Quite a broad brief but at the same time it was perfect for doing whatever I wanted!</p>
Post date: 19 Mar 2010

I recently came across the site: behance.net - the site showcases creative portfolios and work from various people all over the world.

At the moment you cannot simply signup to the site, I am not sure whether or not this will change in the future but at the moment you can register interest in the site then be invited to join it. I registered my interest in the site and within a few hours was invited to join so it was quite a quick process.

Once invited I could build up a portfolio of my recent work, for the less tech-savvy creatives out there I can see behance.net being an excellent medium for getting their work noticed as opposed to trying to create a website for themselves. For me I am particularly interested in the way behance can help me to grow as a designer and developer, the site offers the options to request feedback on work, creative tips for design & development from other users and a whole gallery full of inspiring designs.

I am currently in the process of creating my portfolio for use on the site, if you are on there then why not send me message or get in touch! My profile is: behance.net/thomasdavis.

Post date: 26 Feb 2010

I am very pleased to reveal the new logo for my client: Mr. Andy Hudson.
The new logo is part of a larger rebrand project for Andys professional portfolio.

Andy is currently working as a freelance music producer and did some fantastic work for me on my promotional motion graphics video.

I will reveal the rebranded website when it goes live within the coming months but for now feast your eyes on the new logo:

Andy Hudson Music Logo

Post date: 23 Feb 2010

For those of you who follow me on twitter - you may have read that I recently became the owner of an Apple iPhone. I must admit that it was quite a hard decision, the lack of a camera above 3 megapixels being the main reason I didn't really want to join the Apple masses. Nevertheless, I now have the device and must admit: I love it!

One of the first things I did with my new iPhone was to check out my site to see how it looks and feels, to be honest I think the theme could do with some tweaks to make it more mobile device friendly, but at the moment I am concentrating more on other projects so it is sitting on the back burner!

In the meantime, I added my site to the iPhone home screen to see what sort of icon came up for the bookmark - I thought it may take the favicon already in place and use that for the bookmark icon but it didn't. So I did some searching online and found that it is ridiculously simple to add a custom bookmark icon for your own website for use with the iPhone and iPod Touch.

Here is how it's done:

1. Create your custom icon.

Apple provide some official guidelines for creating a custom bookmark:

Post date: 07 Feb 2010

I recently completed a new promotional motion graphics piece to advertise my services in a fun and exciting way. The music used in the video was produced by my good friend Andy Hudson.

The video makes use of the new Video Copilot Sure Target 2 plugin.

The video will take pride of place on the front page as a short description of what I do.

Check out the video below and feel free to leave your comments!

Post date: 31 Jan 2010

After months of speculation and a plethora of "is this the new Apple Tablet?" images, Apple finally revealed to the world: The iPad.

The anticipation behind the iPad release was monumental, something which is now common place with all Apple announcements; day after day there was another blog post about what the tablet would do, what it would look like and what it would be called. Inevitably however, with such a huge amount of speculation there are bound to be split decisions upon the actual device upon its release - the iPad is no different.

A lot of people in the online world are complaining about the iPad, claiming its nothing new, nothing but a bigger iPhone and somewhat of a letdown. Perhaps these views come from the vertigo suffered from placing the iPad on such a high pedestal? Honestly, I think that for some people: no matter what the device did, it would always be a letdown.

Post date: 28 Jan 2010
Tags:

In my previous blog post on website design & cross-browser support , I brought up the issue of cross-browser support and the main challenges for website designers trying to acheive the same site in all browsers - most notable Internet Explorer 6. Now, it seems that problem may be about to be resolved.

According to this report from the BBC, the recent events regarding Google & China were brought about due to a security vulnerability within Internet Explorer 6.

Following these reports, the French and German government issued warnings against using Internet Explorer completely and advised that an alternative browser should be used as the vulnerability within Internet Explorer spans across all versions of the browser from 6 - 8.

Post date: 18 Jan 2010

A major aspect of website design & development is cross-browser support: making sure your website looks and feels 'roughly' the same in different web browsers running on different operating systems.

At the moment there are 7 main browsers in popular use: Internet Explorer versions 6, 7 & 8; Firefox; Chrome; Safari and Opera - all of which have slightly different ways of interpreting web pages. Without a doubt the largest thorn in any website developers side is Internet Explorer 6 - initially released in 2001 IE6 now lacks the support of current web standards making it increasingly difficult for website designers so much so that some designers/developers now choose to provide no support for IE6.

The problem is; IE6 IS still being used (according to the w3schools.com browser usage statistics: IE6 accounted for around 10 to 18% in 2009.) yet regardless of whether or not website designers choose to ignore IE6, they should still accommodate for users visiting a site from the different, more up-to-date browsers.

Post date: 10 Jan 2010

In my blog post on the nabaztags, I talked about the RFID rabbits known as nano:ztags bringing a relatively new and emerging technology to the public in an aesthetically pleasing manner.

I then remembered a site which I had come across a couple of months ago: nearfield.org - the site relates to the research project: "touch" which investigates Near Field Communications.

Over the past couple of years RFID has been edging its way into the mainstream public, most notably the Oyster Card for use with London public transport and of course the advert with the guy going down the waterslide through the city also shows that RFID or "contactless" technology will be present in our Credit & Debit cards.

The guys over at nearfield.org (Timo Arnall & Jack Schulze) looked at RFID and its major upside: lack of touch; the fact that users don't have to touch one object to another but instead just have them within a close proximity. This invisible connection sparked off an experiment into the spatial area of RFID, the results of which can be seen below:

Post date: 09 Jan 2010

OK, now you may look at the title of this post and think that I have lost it but keep with me!

I am infact talking about this little critter:

He is the afore mentioned Nabaztag and is a very cool little device created by Violet. The Nabaztag is Wi-Fi enabled and connects to the internet via your wireless network, once connected the Nabaztag can perform a whole host of internet tasks such as: reading out a news or RSS feed, notifying you when you have a new email or even wiggling it's ears when someone visits your site (not advised for high traffic sites!).

Along with the Nabaztag, there is the mir:ror & the nano:ztag -

(the mir:ror is the white disc shaped object and the little rabbits are the nano:ztags)

Post date: 08 Jan 2010
Tags:

As 2009 draws to a close I find myself looking ahead to the future, making plans and setting myself personal and professional goals.

2009 brought many changes to my website; the most notable change is the design of the site, the new design fit into the new direction of the site. A site more focussed on design and not just development.

As well as the new design, 2009 brought new areas of work: print and motion graphics both of which I am keen to expand on within 2010.

2010 will bring yet more changes to the site; mainly in the blog section - more posts and a broader scope of topics & perhaps a new photography section too. I am sure there will be additional changes, nothing major though.

2010 will also be the year I graduate from Lancaster University as I will finish my Masters degree in June. I have enjoyed every second at Lancaster, I have made countless new friends along the way and the end of my degree certainly won't be the end of my connection with Lancaster.

And so I await the embrace of 2010 in the hope that it is just as good, if not better than 2009.

Post date: 29 Dec 2009
Tags:

Google have just released a video of their real-time search function.

So what does this mean? Well, if someone was searching for an article on the new realtime search function in Google at around 8pm on the 7th of December 2009 then my blog post and all the related blog posts will show within the real-time results.

Basically, it gives users access to up-to-the-minute results from a wide variety of sources and from the video it seems twitter will play a big role in the real-time searches.

Check out the video below for the preview:

Post date: 07 Dec 2009

Now this is how you attack a castle in the 21st Century!

The effect was achieved by mapping out the castle and then creating the various animations to fit the map - it was then projected onto the castle using a very high intensity projecter: the Christie 25K projector.

The end result is truly magnificent, especially the final 5 seconds!

The project by Seeper, was displayed at the Jersey Branchage Festival 2009.

Battle of Branchage from seeper on Vimeo.

Post date: 03 Dec 2009

Just a quick announcement: I recently changed the base URL for my blog from "blogs" to "blog" - this shouldn't really affect anything too much but if you have come across a page not found error when trying to reach the blog from an external link then this is why.

Post date: 30 Nov 2009
Tags:

I am delighted to announce a new testimonial from: The Customs People.

Post date: 15 Nov 2009

For those of you who don't know what Google Wave is - check out this guide to google wave from Mashable.com.

At approximately 8am on the 30th October 2009, I received an invite to Google Wave!

I had been informed that an invite was heading my way from a twitter contact (@BruceElrick), but the invite process is not instant and for me it was 3 days from being put in the invite queue to getting my invite!

ADVICE: If you have been invited to try google wave by someone but not received the link then just be patient, it will come through soon! I'm not sure why the invite process isn't instant, my guess is that Google were slightly overwhelmed by the amount of users signing up and so to limit growth they are restraining the invite process.

Post date: 30 Oct 2009
Tags:

I finally handed over the Lancaster Award site last week just in time for freshers week.

The whole project has been a really good experience right from the word go! The Lancaster Award team were a really friendly bunch of people to work with and I would gladly work with them in future.

The project didn't just involve the designing and building of the website, there was also an A5 leaflet and digital booklet to accompany the award to provide students & site visitors with more information.

It is a really good feeling seeing my work dotted around the University web pages and promotional material, I can't get enough (not that I'm printing all the examples off and framing them or anything!) but yes it feels good!

Take a look at the finished project over at: http://www.lancs.ac.uk/careers/award/

Finally, good luck to any students who are participating in the award!

Post date: 24 Sep 2009

Yes I have now increased my portfolio section to include my previous graphic design work.

This section will contain all graphics work (not website design) and will be updated very soon with all my previous work.

Anyway, I hope you enjoy checking out the: awesome new graphic design portfolio

(and remember if you need any graphic design work doing then contact me)

Post date: 21 Aug 2009

I have had a such a good experience with this site that I thought it deserved a blog post:

About a year ago I was introduced to a wonderful site: studentgems.com - a brilliant site for all students looking for part time work.

The site is so good because it allows students to advertise their own individual skills to employers and allows employers to search for students based on the skills they need!

Take me for example, I listed my skills as website design, graphic design & video production. So, any employers needing some website design work can search through a list of students who can carry out website design.

Since signing up I have had numerous projects through the site including changing the studentgems.com logo into a more suitable format.

If you are a student and are looking for part time work or even just a one off project then get on over and signup!

Post date: 20 Aug 2009

As a freelancer I am currently not fixed in any one location for work.

For the past 3 years I have been primarily working in Lancaster as I worked towards my degree.
(I recently received my results for the third year and was very very pleased to have acheived a 1st!)

In the academic year 2009/10 I will be completing what will probably be my final year at Lancaster University, hopefully graduating with an MSci in I.T. & Media Communications.

So for about half of the year I am based in Lancaster, moving back to Manchester out of term time.

After I graduate I am looking to stay in the Manchester area perhaps looking at Salford and the soon to be built/finished Media City in Salford Quays.

The beauty of online work is that it can be done pretty much everywhere! So it really doesn't matter where I am based to do my work as I am free to travel to any client which may require my online services

Anyway, I hope that clears up any confusion regarding my location!

Post date: 11 Aug 2009

Welcome to the new site design!

I recently updated my site from Drupal 5 to Drupal 6 and to go with it I created the new theme you see before you.

Instead of upgrading from D5 to D6 I decided to make a fresh start. My old site had a lot of unnecessary modules & themes installed as well as unwanted content from when I first created the site. For all of these reasons I decided simply to create a whole new site, delete the old database and content and start with a new fresh install of Drupal 6.

I love Drupal 6, it feels so much more finished than D5 from overall functionality right down to the little warning messages alerting you to the fact you are working offline or that something could do with being turned off/on.

I would definately recommend upgrading to D6 if you are still using Drupal 5 or below.

The new site may change slightly over the coming weeks as I tweak and change the design and layout but nothing major.

I am also going to enable comments on the blog so that if you have any questions or thoughts on anything I write here you can easily let me know!

I hope you like the new design!

Post date: 10 Aug 2009

The great thing about Drupal is that it comes with a variety of themes available to download. If, like me however, you want to carve out your own theme then there is an incredibly useful way of doing this: the Zen theme.

Zen is a perfect starting point for anyone who wants to give theming a go for Drupal sites. It is well documented and within a few easy steps you can be on your way to creating your own theme.

I am a great fan of the zen theme & creating subthemes using it too, in fact all my Drupal work uses the Zen Subtheme structure. When it came to recreating my site using Drupal 6 I downloaded Zen and got to work styling and editing my own theme and all was well.

That was until I took the site live: when taking the site live I turned the "Rebuild theme registry on every page." function off (recommended as to increase performance) and when editing pages was faced with the following error:

Post date: 10 Aug 2009