I figured out you could use the space bar to advance through the "slides", which made the presentation just about usable. I then instinctively - and possibly stupidly - tried to use backspace to go back a slide. Obviously, I arrived back at HN. I didn't go back to finish reading. Interesting subject matter, poor presentation.
What The Heck Is Responsive Web Design?
11–20 of 35 posts
Re: What The Heck Is Responsive Web Design?
#12Wow. For an article with that topic, that sure was painful to read on an iPad. Since a bunch of content entered the page on scroll (and iPad pauses DOM changes while scrolling), I had to constantly scroll small amounts to make sure I wasn't missing anything.
It was painful in a desktop browser too. It's ironic really that such terrible layout was born from a document detailing optimal layout concepts
Re: What The Heck Is Responsive Web Design?
#13For a web design to be truely responsive and mobile friendly you need to do more than just move pixels about and change the size and layout of DIVs with media queries. A truely mobile-friendly site will serve a more contextually sympathetic experience to a person holding a mobile device, an experience that avails of all the additional contextual hints that you have available to you on mobile: location, heading, devic…
The thing is: the stuff you serve for mobile is the only stuff worth serving. Anything else is noise and filler.
Re: What The Heck Is Responsive Web Design?
#14Re: What The Heck Is Responsive Web Design?
#15I figured out you could use the space bar to advance through the "slides", which made the presentation just about usable. I then instinctively - and possibly stupidly - tried to use backspace to go back a slide. Obviously, I arrived back at HN. I didn't go back to finish reading. Interesting subject matter, poor presentation.
just use the arrow keys to navigate back and forth trough the slides
I had the same problem as other posters--this presentation more or less breaks scrolling (it still works, but is very awkward).
Using the left/right arrow keys to navigate the presentation works quite well. To bad that navigation tip isn't included on the first slide or on that persistent gray bar or something. It makes a huge difference.
Re: What The Heck Is Responsive Web Design?
#16Wow. For an article with that topic, that sure was painful to read on an iPad. Since a bunch of content entered the page on scroll (and iPad pauses DOM changes while scrolling), I had to constantly scroll small amounts to make sure I wasn't missing anything.
Re: What The Heck Is Responsive Web Design?
#17Wow. For an article with that topic, that sure was painful to read on an iPad. Since a bunch of content entered the page on scroll (and iPad pauses DOM changes while scrolling), I had to constantly scroll small amounts to make sure I wasn't missing anything.
Re: What The Heck Is Responsive Web Design?
#18Re: What The Heck Is Responsive Web Design?
#19It wasn't until I came back here that I found out you should use arrow keys to navigate. Scrolling with the scroll wheel is so bad most people would think it was broken. With the arrow keys it works but doesn't make up for the first impression of it being broken.