Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

"If you can't access a website because Javascript is turned off, then I think you are overcomplicating things anyway."

Take Lifehacker as an example: http://lifehacker.com/

What about their content requires JavaScript? Absolutely nothing. You have to enable scripts from three different places to see the content. The irony is that this website is called LifeHacker, for people who like to hack things (but turning off Javascript is just pure sorcery)



Lifehacker is a great example:

- click search, it drops down a search bar without reloading the page. Fast, nice.

- actually do the search - updates in place.

- on the sidebar, no reload for switching between "most popular" and "latest"

- ok lets read an article. Ah, selecting one loads the article into the pane, so I dont lose my place in the search on the side - lovely.

- Commenting: done in line, has inline font selection, I can include a picture or URL. Very nice experience.

- Oh, and 2 of my friends read lifehacker according to their Facebook plugin. Interesting - I didnt know they read that, I must mention it to them.


-click search, it drops down a search bar without reloading the page. Fast, nice.

I posit that the search bar should be static, that is, always visible. It actually took me a while to find out that I was supposed to click the little magnifying glass.

- actually do the search - updates in place. Again, confusing. It wasn't immediately apparent that the search results actually displayed below the search bar.

- on the sidebar, no reload for switching between "most popular" and "latest" This is a good use case for Javascript. However, if Javascript is not present why would it not default to just opening separate pages for each of the tabs?

- Commenting: again, why does it need Javascript? Slashdot commenting system works just fine without Javascript, as an example.

I'm not questioning WHY they are using Javascript - obviously, you are getting plenty of use from that method. I am questioning why it is necessary to have those features to view content?


Bullshit.

For a start, I dont think we should be second guessing their design. No doubt they have the customer development, usage figures, A/B tests, design tests, etc, to know that this is right for them.

But if you think a static version would be better (for most people), you're dreaming. At this point I suspect there's no point continuing the conversation - we have dramatically different world views if you think there's a comparison.

So the remaining question is, should they also have a no-javascript version for the 2% of people who turn off JS? Since it costs them double the effort, I can see why they chose not to.


"For a start, I dont think we should be second guessing their design"

Really? I guess you are right that this conversation is over. I'm sorry, but Lifehacker is not the end-all-be-all design mecca of the 21st century, quite the contrary, in fact. I only picked on the Javascript issue -- there are plenty more issues to discuss if you want to discuss design.

It's not about 2% of the population who don't use Javascript. It's about the fact that they're doing something fundamentally wrong if they require Javascript for displaying a simple web page with some content.


I just reread my previous comment and I apologize for how aggressively I came across. I guess it's hard to say "I disagree incredibly strongly" in a non-aggressive way, but that wasn't what I intended.

I'm not saying it's the be-all-and-end-all at all, there are lots of design problems. But arguing UX design with someone who believes sites shouldn't be using JS? It's just not a credible position.

Simple web pages are not simple. What makes them simple is that the complexity is hidden. JS is a major part of hiding that complexity, whether it's for preloading data, "don't make me click", or just hiding away things you don't need yet.

The search is a great example: I suspect almost nobody uses search, and I also suspect that those who use search use it a great deal. I suspect that Lifehacker has those "where do people click" charts that show them that information, and that as a result they made it powerful, but decided against giving it a whole bar.

Likewise comments. They hid away most of the commenting chrome because 99% of people dont comment, and they want to engage them with the existing comments.

There is no such thing as "a simple web page with some content". It is naive to think that it is, and I believe (please correct me if I'm wrong) that it shows that you have not spent significant time working on web UX issues in a cross-browser environment.


It's not that folks are upset about the use of Javascript - it's that you are required to have it to view content. I personally love well designed Javascript - it makes the user experience better and my life easier. But if someone turns off Javascript, they should have a degraded experience, not NO experience!


I disagree with saying "should" here. It's to do with business priorities. How many resources should go into making "they should have a degraded experience, not no experience" true. Well, how many customers will they gain, and how much more money will they make.

Don't forget that LifeHacker is part of Gawker. There's about a dozen sites in that network, probably all using the same codebase. What proportion of Jezebel readers do you think use NoScript?


The answer to that's "none" because they can't view the site with no script turned on :-) what a business should do and what they actually do are, unfortunately two different things. I wouldn't call life hacker a paragon on good design, but then I don't frequent that site very often. And, for the record, I don't use no script, or browse with JavaScript turned off! :-)


I doubt there is a good value proposition for Lifehacker to implement something that works with NoScript. Saying that they should do it, without that, makes no sense.


> The irony is that this website is called LifeHacker, for people who like to hack things (but turning off Javascript is just pure sorcery)

AFAIK, lifehacker shares a codebase with Gawker, Jezebel, Gizmodo, and a few other sites. How many Jezebel readers use NoScript?


Lifehacker is a terrible offender. Any of their pages contains the source code of the relevant content enclosed in a javascript object. I could just eval() the contents of the right <script> tag, append the created object to the DOM and get a readable page.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: