Hacker News new | past | comments | ask | show | jobs | submit login

I'm really not happy with the current situation of web design. Especially the "looks great on every screen AND device" part. To create a truly responsive Design you have to incorporate Orientation, Width, Height, Pixel density and much more. (which usually nobody bothers with since this would be way to complicated) People are using only subsets of these, so the sites often break on different devices, etc.

Then there's the problem with the content. Mobile users won't necessarily need all the things Desktop users do, since they usually have a very clear picture of what they want to do on the site. There needs to be an easy server-side implementation for such things. (would love to hear about it if someone knows any related projects)

PS: Please allow your users do "default" to a standard-version. I've seen so many sites break on mobile phones, making them completely useless...




  > Mobile users won't necessarily need all the things Desktop users do,
  > since they usually have a very clear picture of what they want to do
  > on the site.
That's backwards. Desktop users want exactly the same that mobile users do. Desktop version has more only because someone thought "hey we have some space there why not to fill it with something?". That something is often most usless stuff.

  > PS: Please allow your users do "default" to a standard-version. I've seen
  > so many sites break on mobile phones, making them completely useless...
The thing is: the default version will soon be the mobile one. Take a look at Luke Wroblewski's "Mobile first" it's a good insight what's going on.


The first point is actually the best thing that has come from Mobile Design thus far. It significantly reduced the amount of unnecessary distracting Ads on the page. Since, as you've said, they are usually used to fill the space larger Environments offer.

I've used the mobile first approach for my last project and I think a site isn't truly responsive if it hasn't a liquid(%) layout. Building those layouts is a pretty messy thing though :(


Hm, it depends. For a content or site, mobile first, which means a list of items without nothing on the sides, is probably the way to go, if you start from scratch.

But many other sites, apps, tools, can't be reduced that far. Take a calendar app, for example, it make sense to more on big screen in month view than on small screen.




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

Search: