Archive for the ‘design’ Category

FOWD presentations, part 2

Thursday, April 17th, 2008

I was surprised at how big this conference is – according to a JavaScript that counts rows in the attendee list there’s 879 people in this hall.

Getting your designs approved: 12 Simple Rules

by Larissa Meek

A representative of the big agencies world (works for AgencyNet) Larissa delivered a nice checklist of what you need to think about when working with a big client. What I missed is possible solutions for this but this would probably require a dialogue and a day or two. The thing is, and it seems to be the theme here, that everything depends – on the projects, the client, the team,…

Photoshop battle

Jon Hicks, Elliot Jay Stocks, Jina Bolton, Hannah Donovan with commentary from Andy Clarke

The contenders were split into two teams – men and women. Women started the Photoshop battle and while the guys were chatting created the beginning of the final picture. After two iterations a weird image of Andy Clarke was the result. The chat was interesting and the result of the battle was hilarious.

Print and the web

Elliot Jay Stocks

A nice session about how web design relates to other stuff we know – print design, drama – and what the main meaning of design is. While print design has different limitation and different dynamics it’s a valid source of inspiration and technique copying for web designers – it should be the only one though.

From Design to Deployment

by Jon Hicks

Displaying how to change a design into a deployed page on the case of Cheesophile we got a few great tips from Jon. A technique I haven’t used before but I will try from now on is basic.css that is loaded in all browsers and sets the content for older browsers. What you do here is only add some color, maybe try to size fonts and of course add the background image that notifies the user that they’re using an older browser. An interesting proposition is also to allow users to tab to the “skip to …” menu – even though it’s hidden you could show it when people use tab to navigate through the page using the :focus modified in CSS. Another neat idea is to use some sort of framework for development and when you’re finished just go and set specific CSS rules to semantic class names.

Another thing Jon mentioned is how different font sizes are for different fonts – I had this problem a while ago when I was first starting to use the Vista ClearType fonts that are much smaller than your regular Arial font. So I created a script that would determine what font a certain tag is using and add a class name to that element so you could target that font directly. It’s a JavaScript enhancement so it’s not a perfect solution but it will help 90% of the people using XP without the new fonts. The thing is I never really finished that script so it’s not online yet – I’ll find it when I come back and put it online so the typophiles can use it to give a better experience with different typefaces on different platforms.

FOWD presentations, part 1

Thursday, April 17th, 2008

The first three presentations were great.

Finding Inspiration For Design

by Patrick McNiel

There are many ways of getting inspiration, what you need to know is that it’s an ongoing process. And the weirdest thing is that it comes from various places – so look for inspiration not only in your field but in other fields, adjacent or not. When looking for inspiration in your field use cataloging publications, so you can see how other people solve similar problems – for websites you can use Design Meltdown. You need to remember though – don’t copy!

User Experience vs Brand Experience

by Andy Clarke and Steve Pearce

The thing is that good experience is actually merging the two, not have them as opponents. If you think of these as opponents you’ll only get one thing when both are needed to create a good experience. This will hurt your client and your reputation so it’s important that you try to find the right point where you get the best from both worlds. You need to know that experience is like an iceberg – you only see a part of it (the part that branding wants to change) while most of it is below the line. And that’s the part that people will talk about when it’s good or bad.

While there are many ways to design stuff, some completely methodological, there is another way – genius design, where the designer does a design based on their experiences and try to think what the best way for a user to interact is. This kind of design doesn’t need (want) to be analyzed – either it’s right or wrong. They don’t need to be safe to be usable – you can do amazing and weird stuff, your experience as a designer will tell you how far you can go. If you fail that’s only a way to learn where that line is.

Designing the User Experience Curve

by Andy Budd

A great talk about how people experience stuff and what stays with them. With a lot of examples and great slides I can’t put my finger on a single thing that he said that really stood out – the whole talk was great so you really need to find a way to listen to it, the slides aren’t going to cut it. The keywords – first impression, usability, personalization and customization, attention to detail, feedback, fun, experience.

Going to London

Wednesday, April 16th, 2008

So I’m going to London. I’m currently waiting to get boarded at Ljubljana Airport (Letališče Jožeta Pučnika Ljubljana). I’ve uploaded some pictures to my marela account.

Reflection self portrait

The reason I’m going is the Future of Web Design conference in London. It’s going to be my first Carsonified event and I hope it’ll be as good as the previous events were or better.

I’ll try to post something while I’m there even though I have no idea what the wireless situation is going to be – I know that my hotel only has wireless in public areas and that there’s supposed to be free Wi-fi at the conference.

Another year gone by

Thursday, April 10th, 2008

A few days ago this blog celebrated its second birthday. It’s been a good year, with links to my article published by such notable authors as Luke Wroblewski and Ethan Marcotte – the same article was translated into Russian. The blog was also included in Planet Microformats.

I’ve written only 61 posts (down from 100 in the first year), gotten 134 comments (down from 155 in the first year) and more than 70.000 spam comments (up from 17.000). I have 56 subscribers according to FeedBurner, which is more than a 100% increase from 25 a year before.

Firefox is the dominant browser with 47%, Internet Explorer lost some market share and is down to 44% with Safari rising to 4% and Opera to 2.5%. Almost 90% of the visitors have Flash 9 installed, an additional 4.5% are stuck at Flash 8. Screens grew a bit with only 27% having 1024×768 or less (32% year before) and less than 2% 800×600 or less. Windows have a share of 85%, Mac OS 10%, Linux 4%.

Top content is still This page contains both secure and nonsecure items, Messing up the interface coming in at a distant second with merely a third of the visits.

Redesign

I’ve had a redesign planned since day 1, but as usual it took quite some time to get here. Since I’m not a design I couldn’t just create a fancy look with everything else left the same. The idea was to shake everything up and try to come out with a layout that would be worth redoing everything. When I posted about what a TV network / news page should have when being redone I was also setting my own targets.

Tableless layout

This goes without saying. All the pages should validate, although there might be some crap left.

Width

I increased the width to 850px with the addition of 140px to the left used only for design purpose, not content. The main content is only 410px wide which means you can easily read this blog on devices like the Nokia n800.

YSlow

Not really that relevant since the page only creates about 15 requests which might even decrease as I compact the JavaScript. There are a bunch of other requests made that are content related – images, Zemanta pixies, favicons…

Microformats

Every page is supposed to be valid hAtom and the About section is an hCard with adr and geo. Links to others are of course XFNed. The about page is planned to be an hResume.

There’s no need to talk about blog compatibility and screensaving for banners. I don’t use OpenID there are no log-ins.

Context sensitive

Markos recently pointed out the fact that not many pages on the internet make use of the possibility to change the page for different users and different context. This, of course, is not an easy job, especially if you’re doing heavy processing – doing this for each user might be a bit to heavy. It is something I think differentiates the internet from other media and should be used to provide a better user experience.

User based

Returning visitors of this page will get special treatment. Since they’re coming back they don’t need to see the About section and they will also not have banners displayed.

Referrer based

People coming from search engines will see their query parsed into words that will be colored for easier findability. They will be able to switch them on and off and be able to repeat the same query on the internal search with the last option available only if the referrer was an external search engine.

Location based

Even though many blog themes have the same sidebar for all the pages (as did the previous one I used) this doesn’t follow the normal architecture rules. The sidebar is normally context specific – in my case a regular user reading a blog post will currently see nothing in it (while others will see the About and the Ads.

Other candy

Grid and baseline

The page is set to a 7 unit grid, with units 60px wide with a 10px gutter in between. It’s also set to a baseline height of 18px that is respected throughout the page. Images and other non-text blocks on the page are corrected with JavaScript to a half of the unit (9px).

Links

The links bar will try to retrieve the favicon of the link – if it succeeds it will use it instead of the default icon.

Maps

If you click on the Google Maps link in the About section they will open as small inline maps with a link to open them in a new window.

Yet to be done

You might have noticed that post categories are nowhere to be found. I didn’t forget them I just found out that I’ve changed my categorizing pattern and had to rethink the display. I also wanted to add the Elsewhere section with links to or even content from other pages where pieces of me reside (Twitter, Flickr, Marela, Pownce, Facebook, LinkedIn, del.icio.us,…). Another thing missing is the Projects and Experiments sections, I’ll tackle these in a separate post sometime in the future…

Zemified

24ur.com relaunched

Tuesday, April 1st, 2008

What we got:

What we didn’t get:,

  • yslow – >160 requests for >450k – but it takes more time to load, probably due to javascripts in the head
  • microformats – wishful thinking
  • openid – wishful thinking

What I didn’t check but I think it’s safe to say we didn’t get:

  • blogs compatibility
  • screen saver for banners

Another thing we lost in the transition is the TV guide. I don’t know where they lost it but you can get it here.

Zemified

Relaunching…

Friday, March 28th, 2008

the webSource: ShutterstockA big Slovenian media house is announcing a relaunch of the biggest Slovenian web page (according to Alexa). Since they own two TV channels they’re advertising it with a short commercial that shows a glimpse of the new design. Another hint is a very very small, almost unreadable banner on their front page which “reads e-volution / evolution continues / next stage in [4] days”. What I want to know is whether it is to be an evolution in technology. That’s why I’ll list a few things I’d want if I was the client:

Semantic use of HTML (tableless layout)

The current page sports a fat table layout. The time of lame browsers and the need to create such a layout has passed and using semantic HTML for all the elements is the standard now. As a fan of XHTML Strict I’d also opt for that, allowing users to use the page as a source of content.

Width

The current page is 800px wide with a skyscraper banner on the right. I think a wider default with a hint of elasticity (that would make it almost or completely useful on smaller screens) would be a great choice. If elastic is too difficult I’d opt for 960px.

YSlow

The current homepage needs more than 180 request and more than 700kB to download. It takes about 5 seconds to do all this. I’m sure that with a little smarter use of CSS and image sprites these numbers could be much lower. A smart thing would be to move the static content to static.24ur.com so the browser could download all the resources faster. I’d also want the styles to be on the top and the scrips on the bottom. And since they use their own system to deploy banners I would expect them to use WEDJE to deploy them without stopping the site.

Microformats

Since all the content on a certain page is actually a news feed I would want them to use the hAtom microformat, with hCard for people and hCalendar for events and the TV schedule also possible. There’s no need to use propriatary format in the age of interoperability.

Blogs compatibility

I don’t think they should offer blogs, but it would be nice if they had a way to embed their content into blogs commenting on the current events. It would also be great if news posts would allow trackbacks so other people could see who blogged about the news.

Screen saver

I’ve noticed lately that when they have a few heavy banners that it’s important to close the tab the page is in to get the full power out of my computer. This could easily be solved with a screen saver JavaScript that would hide all the banners when a user doesn’t interact with it for some time.

OpenID

With OpenID providers around every corner I really don’t see why anybody would want me to register on their page anymore.

Can you think of anything else?

Zemified