Web 2.0 Distracts from Good Design 176
stevedcc writes "The BBC is running a story about web 2.0 and usability, including comments from Jakob Nielsen stating "Hype about Web 2.0 is making web firms neglect the basics of good design".
From the article:
"He warned that the rush to make webpages more dynamic often meant users were badly served. Sites peppered with personalization tools were in danger of resembling the 'glossy but useless' sites at the height of the dotcom boom."
Old fashioned (Score:4, Interesting)
Re:Old fashioned (Score:5, Insightful)
Re:Old fashioned (Score:5, Insightful)
Re: (Score:2)
Re:Old fashioned (Score:5, Interesting)
Re: archaic (Score:2, Insightful)
So once you have hundreds of pages developed in dreamweaver, it's very hard to move away from using dreamweaver.
$reply = subst($parent,"dreamweaver","Word"); // heheh
Using Microsoft Frontpage makes what you say nigh IMPOSSIBLE.
Back on topic:
When Ye Olde Macromedia bought up Allaire Homesite, they gobbled and buried what was the best by-hand HTML editor on the market. Back in the Dreamweaver 3 & 4 days, all that Javascript hoojimawaja was best left as an "Action". I didn't want to know what it did... Just if it looked nice when I resized my NN4 window.
It's all well and good to say "I code by hand", you probabl
Re: (Score:3, Informative)
Sorry, what? I do web-dev for a living, and our team currently has two designers using DW for HTML generation. While it's not a beautiful work of art, it's hardly locking you in to using DW only.
The thing locking people into DW is that i
Re: (Score:2)
Re:Old fashioned (Score:5, Insightful)
Now it's definitely not emacs, eclipse or VI(M) but it's awfully good and has nice auto-complete features. And if used properly it can help you stick to standards better. It also can do direct FTP editing, another big plus for me.
Re:Old fashioned (Score:4, Informative)
Re: (Score:2)
And as to the GGP's question, yes, here's one more that hand codes. jEdit [jedit.org] rocks...
Re: (Score:2)
> days hand coded their HTML with close integration with CSS,
> because thats the only way you can really ensure a minimal
> amount of code, cross browser compatibility, good SEO, and
> ease of updates.
Well I guess this *is* old fashioned. Right now you tend store the content in a database of some form. Some form like XML structure. Then you load this structure and transform it to HTML. The only thing that you handcode is the templa
Re: (Score:2, Interesting)
Sometimes, it's more efficient to go back to the basics
Re: (Score:3, Interesting)
echo "<title>"
echo $title
echo "<title>"
vs.
html_render_title($node.title)
The first one is prone to typos (as you type tags by hand), the other one not because function ge
Re: (Score:2)
Re:Old fashioned (Score:4, Insightful)
I also stick to hand-editing html, however I also use a lot of automatically generated html. For instance, when formatting a computer language for syntax emphasis automatic coding not only saves work but makes less errors than hand coding. Also, when creating tables I often use small Perl scripts to insert the data into the html.
But I always cut and paste the result into an html file that I edit by hand. I've never found a WYSIWYG html editor that gives me full control over how my pages will look.
Re: Old fashioned (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:3, Informative)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
I really dislike sites that use flashy content but don't have an alternative access to a simplified version. Whenever I encounter one I won't even bother using it in the future.
Re: (Score:2)
I've had the great pleasure of modifying and/or debugging the sweet, elegant code created by Front Page and Dreamweaver that my wife insists upon using on her web pages </sarcasm>. While I had been interested in using automated tools at one time, the first time I had to wade through all of the extra crap these two programs dump into even a simple page (XML included into a static web page? <FONT> tags surrounding a line of HTML that only contains an <IMG> tag? No formatting
All good things in moderation. (Score:5, Insightful)
Seriously, just because you can doesn't mean you should.
Re: (Score:3, Informative)
And what most people don't even realise: it's actually the easiest way! Don't write a completely new interface in AJAX, instead just call existing pages with an additional xml=1 parameter. The target page still does whatever you want it to do on the server-side, with the only difference that it sends back the XML (or encode
Some explain this to me? (Score:5, Insightful)
Re: (Score:3, Insightful)
Re: (Score:2)
Except Adblock Plus didn't work on yesterday's magazines, of course.
Re:Some explain this to me? (Score:5, Insightful)
It's a story that reoccurs every few years when a new technology comes along. Somebody comes up with a new technique/technology/approach, and gets a lot of attention because it's quite useful. Then the hype engine goes into overdrive, PHBs start putting it on job advertisements, and people get book deals. A multitude of copy & paste monkeys buy the books, get the jobs and apply that technique/technology/approach to everything they see, with no understanding of when it's actually useful. The industry gets flooded with a bunch of one-trick ponies.
This happened with frames, JavaScript, Java, Flash, DHTML, ActiveX, Ajax, and now it's "Web 2.0"'s turn. Eventually, the field will settle down and there won't be quite so many fanboys around — they'll either broaden their skills and get a clue, their business will fail, or they will get fired. And then things will be relatively stable until the next big thing comes along.
So I guess you're right, this is an ongoing problem, but it's still news when the cycle starts again.
Re: (Score:2)
Right, it's not so much that Web 2.0 itself is distracting web companies from the basics of good design as it is the rush to go Web 2.0 that is the source of the distraction. At least, that's what I got out of RTFA.
Re: (Score:2)
That sounds a lot like the nerd computer sites that I no longer
Re:Some explain this to me? (Score:4, Informative)
This is Jakob Nielsen, the usability expert who regularly gets flamed for advocating more spartan designs and fewer distracting special effects. You're approximately 100% wrong about what he thinks "good design" is.
Re:Some explain this to me? (Score:4, Interesting)
Re: (Score:3, Insightful)
No it isn't. That's largely a myth propagated by bad designers who resent being told that they are over the top, the odd line here and there in an article taken out of context, and people like you, who seem to repeat the myth without having read his actual opinions. It's true that he used to make a bigger deal
Re: (Score:2)
Re: (Score:2)
Yes, look at useit.com. Specifically, look at the explanation for why the site is so plain [useit.com]. One of them is a remnant of older days (it's a decade-old design) and one of them is because it's his personal website and he isn't an artist. He explicitly says that the website doesn't follow his recommendations! I don't see how his website design is advocating no graphics and a monochrome
Re: (Score:2)
He asked for an instance of Nielsen advocating plain text only. You gave an example of him doing that. Those words in italics aren't synonyms.
But apparently not understanding them.
Not at all. You
Re: (Score:2)
Re: (Score:2)
http://www.useit.com/ [useit.com]
Re: (Score:2)
The sad thing about Nielsen is that he does have a good point, which used to be the central theme of his web site and which his articles used to support.
Today, according to his own guidelines, his web site is worse than it used to be: his recent content is increasingly self-promotion, while relatively few of his latest articles contain hard data about the results of real usability research. He does still publish useful articles — a recent one advocating writing numbers using figures more often on th
Re: (Score:2)
I'm to s3cks1 f0r my3 (Score:3, Funny)
Yep. (Score:3, Insightful)
Actually, I thought our current one *looked* better too.
Management 'distracts good design' (Score:5, Insightful)
Re: (Score:2)
Truer words have never been spoken... (err typed)
Re: (Score:2)
Oh, so true. But in my experience, it's not usually new-fangled technology that's the problem. It's old-fashioned stuff: All 20 managers want their pet project/event prominently featured on the home page. Or every page must be cluttered with numerous "call to action" ads for free trials, newsletters, conferences, etc
drop shadows and mouse hovers (Score:3, Insightful)
Adding simple fortune-cookie CGI scripts, html tables with round corners, and javascript mouse-hover-active colors doesn't really make a site more useful. Sure, they can add to the mood if everything else is already well thought-out, but they can't save a bad site. That's Web 1.0 gloss.
With the newer sites, there's just as much crap that adds practically nothing. Expandable submenus in sidebars with cute > marks, dynamic community tagging options, dynamic community inbox viewing and sorting, and the ever-present use of rich gradient shading in every header tag. That's Web 2.0 gloss.
Hrm... I seem to have described an awful lot of Slashdot features. Curious.
Re: (Score:2)
Re: (Score:2)
Users having trouble extracting information from a page, or not having elements clearly outlined really inhibits an interface. I'm not saying that applying rounded corners to every design will help its usability, but I can guarantee that
Re: (Score:2)
Hype and more hype (Score:2, Interesting)
How can Nielsen miss the HUGE advancements in usability that these technologies have granted us? Sites that are designed as applications -- say, gMail -- no longer (as of years ago) have to be restr
Re: (Score:3, Insightful)
Look at Myspace, these people go "OMG MUSIC ON MY WEBSITE! SO COOL!" but have no damn clue how annoying it is, or how it eats bandwidth and makes their profiles pretty much unusable for Dial up users. But they don't know about this because "ZOMG SO COOL!!!"
See why there is a backlash now? Giv
Re: (Score:2)
So you're saying we should get rid of hammers because idiots can tear down a house with them???
Not saying your are, but there seems to be a lot of this type of thinking here lately and quite frankly it is annoying. Stupid people will do stupid things, and there is not much you can do about it. There is, however, a
Re: (Score:2)
It's a case of teaching the idiots before giving them the guns.
Re: (Score:2)
I live in the country side, I see 4x4s all day every day. Because here people use them for farm work, it makes sense and does the job. But if you look on TV 4x4s are now linked to middle aged women in the middle of a big city. Which is completely the wrong job for them. Web 2.0 3.0 or 4.6 are all going to be the same.
We remember the bad stuff and ignore the good. Because we're more inclined to remember negative than
Usability shouldn't be a priority at all (Score:2)
I won't.
For a business, making money is probably the number one priority. For a personal home page, maybe staying in touch with friends is the number one priority. For a non-profit, maybe raising awareness and informing people about the organisation is the number one priority.
But usability? Usability is merely a means to an end. It is nothing without the end itself.
He says this as if it's something new. (Score:2, Troll)
I hate to steal his thunder, but when have web firms ever payed attention to good design? I'm sure that such companies do exist, but every contract I've seen for a website design has resulted in something that would look absolutely gorgeous in print, but lacks usability when transfered to the more interactive medium of the web.
If you ask these firms to follow a particular procedure for develop
What I find... (Score:3, Interesting)
The makers seem either unaware of or uninterested in users who aren't already knee-deep in their competitors.
Pssh. (Score:5, Insightful)
The man in the article himself states clearly Web 2.0 is simply the "latest fad". It's simply the most recent in a long stream of red herrings chased by ignorant companies in an attempt to be web savvy.
The root of the problem is that the people who understand web design and make webpages are beholden unto managers, bosses, and other autorities who haven't the faintest idea what a good webpage does or looks like. The web designers bring prototypes, designs and nifty things to these people and get asked stupid questions such as "Is it Web 2.0". They want everything the internet has to offer in their webpage, whether or not it makes any sense for it to be there.
Web 2.0 is another potentially awesome facet of the internet being turned into a collective migraine for web designers.
Re: (Score:2)
Yahoo TV (Score:2)
And now my bank is going down the same road with their online bill payment tool. *sigh*.
Re: (Score:3, Funny)
Since when? (Score:2)
Web 2.0 == Flash? (Score:3, Interesting)
Everyone gets such a hardon trying to come up with new crazy new ways of doing things that have been done the same way since the dawn of the interwebs. They forget that they've been done that way for a reason... they work. People know what to expect. And they find themselves at ease and in a comfortable state when surfing within those parameters.
That's not to say there should be no innovation, but that innovation should make things easier to understand and use, not scare your customers away.
Re: (Score:2)
Take Google Maps [google.com] as an example of good and bad use. It works very well, helps the user make use of the site and has a nice simple and easy-to-use design. However, users can't easily bookmark pages and expect them to work (Yahoo! maps corrects this problem by constantly updating the URI instead of just a 'link to this page' HREF).
Dynamic pages with
Article is definitely wrong... (Score:2, Funny)
Oh and whilst I know that mangling the English language has become an artform here on Slashdot, surely "Web 2.0 distracts good design" is bad even by our (admittedly low) standards.
* Courtesy of The Web 2.0 Bullshit Generator [emptybottle.org].
What is Web2.0? (Score:4, Insightful)
The first characteristic doesn't need any new technology: Slashdot is a good example of a web site containing lots of user-contributed contents, and works for ages. No need for a 2.0 version of the web.
The second one is newer: we already had DHTML, but didn't have XMLHttpRequest. This is where abuse can lead to bad design and bad usability, IMO.
My advices to web developers: just because the content of your web site is dynamic and the site contains some forms doesn't mean you have a web application like GMail! Most of the time, it's just a web site, and should work like a traditional web site: the back button should work, opening pages in new windows or new tabs should work.
Just because you may refresh the body of the page without reloading it entirely doesn't mean you should. Think about why frames are usually avoided when you plan using AJAX: it might cause the same annoyances.
Re: (Score:2)
Avg experience declining (Score:3, Interesting)
The worst are the sites that underline every noun and if your mouse accidentally passes over one of those words, a big ad box pops up that you have to close. How did it ever occur to someone to make a site where you aren't even free to move your mouse around if you want to without your reading being interrupted?
It also seems like the big, rich companies are the worst offenders. Like they can afford to piss off visitors, and we'll just take it... 'cause you know MSN is such a great site. Yuk. Usability has been going downhill since forever.... blaming web 2.0 is barking up the wrong tree. Maybe try blaming the boom of web advertising.
Hmm... (Score:5, Insightful)
Yeah...
Just like our parents' generation grew up to watch less television.
Nielsen a sellout (Score:4, Interesting)
http://www.useit.com/alertbox/20001029.html [useit.com]
Usability includes being able to access the content without using proprietary software, Jakob!
Re: (Score:2)
Re: (Score:2)
One good thing I can say, his homepage appears to be for dual monitors. Next, if he learns the IMG tag, he can tap the power of NCSA Mosaic.
Why is the BBC posting this now (Score:2, Insightful)
What I don't understand is why the BBC is posting this now. Did Neilsen just speak somewhere?
It's the same story he's been telling all along - so what makes it news? Why now?
Extrapolating from too few examples (Score:2)
Their business model is basically 'Myspace but not a horribly designed mess'. I'm sure there's also someone out there building 'Youtube with buffering and no comment spam', 'slashdot with editors' and so on.
MySpace is the AOL of Web 2.0 - It got big early on, but it's not going to be long before people realise it's been left b
Technology Not Equal To Good Design (Score:2, Insightful)
Working with vendors... (Score:2)
ANYTHING new and hyped.... (Score:3, Informative)
Thus when ANYTHING is new and buzz-wordy, it will be thrown randomly at websites helter-scelter but the first type of designer. Meanwhile, thoughtful designers look for positive and useful ways to incorporate it.
If you go into a room full of people showing proper decorum except for one loud, obnoxious person, it is the loud obnoxious person that will stand out. Thus, at first, the throw-the-buzzword-at-the-screen examples of the new technology/trend will stand out.
Eventually, the buzzword people move onto the next buzzword. At this point, either the thoughtful designers have figured out how to incorperate the technology/trend into good design (in which case it just becomes part of the basic fabric of the web, like CSS)-- or else they haven't, and it goes the way of the BLINK tag and those animated-gif "under construction" things.
The fact that bad designers use the "next new thing" in really bad designs doesn't say anything one way or the other about what value the "next new thing" has to the web as a whole.
Good design is good design is good design (Score:2)
The more I look into people's definitions of Web 2.0, the more I am convinced that it is just Web 1.0 plus hype. There is absolutely nothing new here-- online community pages have been up for a long time. And any site that wants to make it on the internet has *always* had to build a community of users arou
Adobe Exchange was destroyed by Flash (Score:2)
They've effectively locked new and old users out, and repeated pleas to bring back the old site have gone unheeded and the
"Web 2.0" redesigns bad, async uses better (Score:2)
Tribe.net [tribe.net] redesigned their home page to use "Web 2.0" around the beginning of 2007. Now users could drag the various boxes around, rearrange the home page, and choose which elements they wanted. (Except for the ads, of course, which were immovable.) The main effect was that "Tribe.net bug reports" became one of the most active groups. Tribe's traffic ratings in Alexa continued to slide.
There are uses for the asynchrony of XMLHttpRequest, though. Try our search and rating box. [sitetruth.com] We have a site rating en
Web page aliasing issues. (Score:2)
That's right. "slashdot.com", which is a redirect, gets a low rating. Check "slashdot.org", the real site, which does better.
We're still having trouble with aliasing issues. Simply because A redirects to B doesn't mean that the people who run B also run A. Whether a redirect is entitled to the same rating as the actual site is a tough question. If yes, there are ways to exploit redirects through hostile pages. (Remember the problem with Google AdWords from last week.) If no, there are problems with s
Re: (Score:2)
That's right. A "?" is our usual rating for a business that's been heard of, but with no street address on the site. Most major blogs and such get a "?" rating.
These ratings are most meaningful for shopping sites, ones that you're buying from online, where there's a legal obligation to clearly identify the business.
Moving Target (Score:2, Interesting)
Bottom line is that MySpace, to my knowledge, is the ONLY "web 2.0" site that allows (hacky) CSS and HTML to be manipulated by users at
There is no future for "web 2.0" (Score:2)
previously it was low bandwidth and specs of computers that prevented the bells and whistles of the kind in this "2.0" being put on websites/services - the visitor's bw and computer wouldnt been able to handle all the load, so they were very scarcely used.
now there is bandwidth. there is processing power. one would think that thing is solved now, and anyone could go on using cool widgets and whatnot i
Peronsalisaton? (Score:2)
Eh? Since when was personalisation a feature of Web 2.0? Surely that's a feature of the bad old days of Broadvision and all that crap. I can't think of any recent sites that focus on personalisation. In fact quite the opposite: it's all about being part of the crowd.
Google Groups 2.0ed-up (Score:3, Insightful)
Lesson: Use Ajax *only* when "traditional" HTML is not a reasonable match. Don't reinvent the wheel when you don't have to. There are good uses for Ajax-like stuff, but this was just not one of them. Somebody at Google is fad chasing.
Feedback from user actions must be immediate (Score:2)
It is hard to know whether a mouse-stroke "took" or not, and sometimes it resizes wrong. It just feels "unnatural".
We ran into that problem with our search/rating box. When you click on the search button, nothing visible happened immediately, confusing the user while the request was going out to the server and back. So we put "Searching..." and "Rating..." into the result area immediately when a request is made, for immediate feedback. Even though that text is often replaced with real results so fas
Pure HTML (Score:3, Insightful)
And they didn't yet come up with a simple solution for what IMHO are their main 4 problems:
1 - One URL, One page. In order to direct a friend to a specific product in a flash site you have to tell him things like: Go to this URL, then click products, then click the shoes number X. OK, this may be a development problem but they could make it very easy.
2 - Open links in new tabs/windows. This one is really annoying.
3 - Content indexing. It is currently possible, but yet more attention is drawn to a normal HTML page than to a flash site.
4 - Ability to copy/paste the text you are reading. This one is really a development problem but again, it can be made simpler.
web architects (Score:3, Insightful)
Re: (Score:2)
So an architect for emerging technologies is more or less inexistant, and the few that are found, get snatched at rediculously high salaries OR, total opposite, are being made fun at by people who don't know better and forced into lesser roles. Which means that most of these web app
Personally ... (Score:3, Funny)
Re: (Score:2)
Re: (Score:2, Funny)
Re:Jakob Nielsen (Score:2)
I find Jakob Nielsen's books to be difficult to rea, and his site even moreso. A lot of work goes into weeding out content from opinion and snotty "here's an example of what NOT to do" stuff. I read them, as usability i
Re: (Score:3, Interesting)
it organizes the content well
Are you kidding?
I'm serious--are you joking? There is almost NO hierarchy. All the data, and there's a lot of it, is basically on one or two visual layers. It's impossible to get an instant snapshot of the available content sections because the section headers scroll off ("below the fold"), and there's no top level navigation. Section headings are the same size as the body type, so I can't easily discern where sections begin and end (he could have just used separate divs for each section, so there'd
Re: (Score:2)