Webdesign critique: Cooper.com (0)

Recent entry July 15, 2010

A problem with companies becoming ever more aware of and adept at social media is the fact that it’s become hard to whine about some company without instantly having a representative asking you what’s wrong. Some times you just want to whine.

This is roughly what happened after I tweeted my dissatisfaction with the new Cooper website.

Okay, fair enough, I’ll spend some time going over some of the issues I found.

, , Read the full entry , 0 comments

Your browser wants its back button back (5)

Recent entry July 14, 2010

The other day I was playing around with a potential design for a little something I’m working on. After messing about in Photoshop drawing a button that would take the user back to the previous screen, I had to stop and ask myself the million dollar question: “Why?”

, , Read the full entry , 5 comments

RFPs are broken (0)

Recent entry June 23, 2010

Last week I did something I very rarely do. I - together with visual designers, barq - replied to a Request For Proposal. The experience confirmed my suspicion that RFPs are indeed a broken concept.

, Read the full entry , 0 comments

My comic feeds (0)

Recent entry June 15, 2010

I was asked on Twitter what feeds I have in my Comics/Humor category in my feed reader. Since 140 characters isn’t enough, the list goes here instead:

, Read the full entry , 0 comments

Feed the trolls: Launch your project now (3)

Recent entry June 14, 2010

One of the many things I try to make my customers realize, is that their web application is never done.

There is always something that can be made easier to use, pages that can be made to load faster, new features that can be implemented, existing features that can be made more powerful, or landing pages that can be optimized.

, , Read the full entry , 3 comments

Rails 3: Responding with Excel (0)

Recent entry June 4, 2010

The following is a short code snippet from my Rails 3 presentation at Community Day last week. I’m putting it here, because it’s such a nifty little piece of code.

It answers an feature request I seem to get fairly often; “please make it possible to download an Excel file of data”. Traditionally I’ve relied on good ole CSV for that, but it’s a bit tricky to get just right with Excel. Besides, the customer explicitly said Excel file, so let’s give her that.

, Read the full entry , 0 comments

Idea: fontstack.com (6)

Recent entry May 17, 2010

Here’s an idea I had the other day. I am putting it out to the world because I’d love to see it realized. While I could do it myself, I already have enough on my plate - and knowing myself, I’ll never get around to it.

Update: Someone is watching - between me posting this and today (roughly 24 hours later) the domain name has been registered. Sleazy domain-shark register-bot or quick-fire entrepreneur? Your guess is as good as mine.

, Read the full entry , 6 comments

Freelance focus (4)

Recent entry May 10, 2010

Being self-employed is hard. Having no one around to tell you what to do brings up a slew of problems, one is that of focus.

Should I start another personal project, learn a new technology, create a (well, another) small game, start working on a long overdue redesign of mentalized.net, build an iApp (what is the common denominator for iPod Touch, iPhone, and iPad apps?), write a blog post, something else?

And that list doesn’t even include the important stuff like relax in front of the X-Box, watch a movie, take a walk through the forest with the wife, play with the dog, or make my son laugh.

How does one stay focused in that environment?

, , Read the full entry , 4 comments

Explaining progressive enhancement (1)

Recent entry May 3, 2010

Trying to explain progressive enhancement (or graceful degredation, for that matter) to someone that isn’t used to dealing in abstraction layers, interfaces, and presentation formats, is near impossible.

Not surprisingly, most clients fall in that category.

Game consoles

Paul Stanton suggests using games consoles as an analogy for progressive enhancement and while I see the appeal of that analogy, it does have some huge flaws (like any good analogy), so I tend to go another route.

, Read the full entry , 1 comments

The case against single line CSS (8)

Recent entry April 26, 2010

More is better - at least when it comes to lines of CSS. I personally prefer putting each CSS rule on their own line in my CSS files, but some people have advocated the use of putting each of your CSS rules on a single line, like so:

#wrapper            {width:800px; margin:0 auto;}
#header             {height:100px; position:relative;}
#feature .post      {width:490px; float:left;}
#feature .link      {width:195px; display:inline; margin:0 10px 0 0; float:right;}
#footer             {clear:both; font-size:93%; float:none;}

This single line approach makes it easy to scan through a stylesheet and find the selector you want to modify. But that’s also about as far as the benefits go for this approach.

, , Read the full entry , 8 comments

Archives
More entries in the archives »
What is this?
This is the virtual home of Jakob Skjerning, a system developer from Copenhagen, Denmark. Find out more...