Friday 20 November 2009

CLIENT: I'm legit - background dev

I've been writing up the xhtml/css template and alongside trying out various ideas suggested in feedback and the tutorial session.

One good idea was to try and get a LCD screen as a backing.






These are all quite dominating when viewed fullscreen in the browser. My research showed that teens aren't adverse to distracting background images. However, looking at the screen does become a little jarring as the primary colours become blatant as this high level of zoom.

The following two veered off the LED pixel type image but used a stringy colour spectrum.



The colours are nice but perhaps a little too happy, particularly for teenagers.

Post your comments.

@

Thursday 19 November 2009

Getting started with a custom Wordpress


For the
external client project I mentioned before, another of the tasks was to get them set up and integrated with a custom Wordpress. Basically, Wordpress will be a free Content Management System.


There is almost a definitive set of pages on the Wordpress.org site, nicknamed Codex, but just looking at a page is enough to confuse a newcomer to the technology. It is very text heavy.


Fortunately, just two days ago, Webdesigner Wall posted a how-to guide. It goes through from start to finish, detailing how to get Wordpress up and running on your own server. Furthermore, it isn't just a slab of text. It has images and breaks the process up into steps.


Really handy should you ever need it in the future, for a free way to provide CMS for a client. View the tutorial.

@

Friday 13 November 2009

Icon stock image resource

One of the areas of interest for my PRP involves user interface (UI). About Face 3 has so far been a deep, detailed source of information for this.

A specific chapter covered the use of iconography. Personally, this is something I think that could prove helpful for my project, however after reading, I heed the recommendation of not utilising a purely image based navigation scheme, as a textual duplicate of the information is necessary too for beginner or brand new users of your site.


Today I found a great site called Icon Archive by mistake. It provides the stock imagery you would want when searching for a particular smaller sized image. Also, as far as I can see there are no fees, the icons I looked at seemed to be under a non-commercial licence


The images, transparent PNGS, are of a high quality and a reasonable size for icons (128x128).

Will definitely need to make a return trip when it comes to the artifacts stage of the research project.


@

Wednesday 11 November 2009

In the news: Xbox Live disconnects gamers



In the news today was this article from CNET, which proved quite an eye opener in light of what we've recently been hearing about how offenders may get punished for pirating media online, or they may have their broadband bandwidth reduced.

Almost two years ahead of schedule when ISPs will have to write to offenders, warn about a disconnection and then failure to respond will result in temporarily cutting off repeat pirates, Microsoft's XBOX Live have gone head first and cut off up to a reported 1 million gamers who are suspected to have installed mod chips so to allow pirate games. This is indefinitely too.

It may just be the shock tactic needed to make people follow the rules and do thing legitimately. Or, it may just makes the crooks smarter?

@

sIFR (dynamic typeface replacement) - the good, the bad & the ugly

Alongside Uni work, I've been busy with a client project for Nottingham creative agency Active Ingredient.


The task set was to updating their Flash site to something a bit more contemporary looking and power it using Wordpress, following a design already made. So far so good.

One of the challenges I experienced on the project was getting the typeface used in their design: Vag Standard to render on all browsers. Above Arial, Times, Georgia and Garamond there isn't that much more that displays on both Windows and Mac. And without going for the relatively simple and straightforward image with hotspot hyperlinks I had to find some alternatives.

Enter sIFR.


Using preformulated javascript and a Flash swf that cleverly exports your chosen font in place of the browser default, it seemed promising. And once it works, it really is quite cool. Lots of sites use it.



In short, I really had a struggle in getting it to implement and work correctly. I initially tried the v2.0 that is offered on all main links from Google. However, after reading of an update fixing bugs, I found the latest nightly build of 3.0 here.

The earliest problem I encountered was that there doesn't seem to be a well considered, user friendly tutorial immediately available. After some searching though I think this is the best introductory one I could find.

Sometimes the sIFR would not render at all. This was solved by having to play around with the CSS in the original stylesheet, a sIFR.css stylesheet and then also a js-config.js file. They basically all needing telling a variant of the same thing - font, colour, margins. Importantly, size is not an issue as the coding works this out from our original design.


The next problem was text wrapping onto another line. Randomly. In Chrome it would work and then Firefox would display two with multi-lined text. A refresh of the page would have only one with multi-line. Talk about odd.


After reading suggestions of altering the margins or the line-height, on the different stylesheets, this didn't work. It was only at the 11th hour that I found a forum thread which mentioned a coding error in the deluge of javascript.


A simple change and the sIFR renders correctly!

var AN=x.forceSingleLine===true;
var AS=x.preventWrap===true&&!AN;

to

var AN=true;
var AS=true;



Hoorah. Unfortunately, it still isn't perfect though. Due to the nature of the design - using five colours in navigation links, these all require a separate request from the server and for Flash to produce these five distinct colours. The effect can be either a blinking flash or delayed appearance on screen, sometimes appearing piece by piece. Nothing big, but something, nonetheless.





In all, I'm glad I'm on this side of the sIFR experience ladder and have sample code that I know to work. I certainly am looking at using sIFR again, as having custom typefaces on a site really is a boon and lends itself to creating more aesthetically pleasing designs. However, frustration was a key issue when trying to implement sIFR for the first time. It really does take perseverance. Be warned!

----

All of this dynamic text replacement just makes the adoption of CSS3 even more urgent. The ability to host a font online and specify a font-face in the CSS once will be so much simpler.
That's more or less all there is to it. I'm ready for simplicity!

@

Thursday 5 November 2009

From the computer screen to reality



http://gizmodo.com/5397696/os-calculator-concepts-look-cool-probably-wont-ever-get-made



Really liking these, good fun. It's odd to see computer items replicated in reality, nowadays its mostly things go the other way. I'd guess there's definitely a niche market for this kind of stuff.

@





Wednesday 4 November 2009

Mobile and internet data usage

After a bit of research for my PRP, I came across some quite amazing statistics. How sad, I really did just say that.



Can you guess at how many people in the world go online and use the internet?

You don't need to - it's (and this one came as quite a shock to me) 1.6Billion! Or in exact terms, 1,668,870,408. (Internet World Stats)


The number is quite mind boggling. Never before has an audience been so huge. 20million watching Eastenders in the 80s on Xmas day? That's around 0.01% of the web's current active users. Ha!

----

In terms of mobile, the audience is still HUGE and, importantly, growing. "Last month, more than 35.6 million people used Opera Mini (which is now serving over 500 million pageviews per day ... up 11.5% compared to August 2009 and more than 150% compared to September 2008." (TechCrunch)


This definitely helps with the notion of wanting and needing to establish a pleasant, efficient and successful mobile browsing experience, I believe, through design standards. The 35.6 million who are users of only one browser (and discounting the huge market the iPhone is driving with SafarI) prove quantifiable enough, surely?

@

Monday 2 November 2009

PRP - research introduction

Our PRP session found a neat little site from Thames Valley University that introduces the concepts of a research project, the likely research methods you can undertake and then proceeds to break these down so to aid understanding.



Reading through, so far, I think my research for mobile web design on touch screen devices will be:
  • analytical
  • qualitative
  • applied
If you don't know what that entails, then you better hit the link and find out!

@