Ask HN: New attempt at mobile markup – keep or bail?
261–270 of 299 posts
Re: Ask HN: New attempt at mobile markup – keep or bail?
#262Re: Ask HN: New attempt at mobile markup – keep or bail?
#263This is much more readable on Android/Chrome Moto G, will try more later.
Re: Ask HN: New attempt at mobile markup – keep or bail?
#264Re: Ask HN: New attempt at mobile markup – keep or bail?
#265I like the desktop version better than the new version (android/chrome). I like the tiny fonts for reading. Hitting tiny UI elements is hard, but zooming in then hitting is easy enough. The new big fonts + huge front page margins means much less content visible.
Re: Ask HN: New attempt at mobile markup – keep or bail?
#266Earlier quoted context omitted.
I see cowardly HN'ers downvoting my post without commenting on how they think I'm wrong (I'm not and I'm better than you) but I restrained myself on what I really thought. My grandmother could write better markup than this; and she's been dead for 50 years!
Your approach is what they were downvoting. Using the words, 'cowardly' to describe other people you don't know, and saying 'I'm better than you', to people you don't know, and saying 'my grandmother could write better markup', to a group of people you don't know, probably just made them classify you as a 'troll'. I saw the markup, and saw they needed guidance ( https://news.ycombinator.com/item?id=10489954 ), you sa…
>you saw the markup and decided they weren't worth helping.
Now you're making things up or guessing.
My statement gives this markup the consideration it deserves. I'm waiting to find out it runs on an IBM PC running Windows 1.0 and someone will still say the problem is me cause I'm being anti-social.
Re: Ask HN: New attempt at mobile markup – keep or bail?
#267Keep it. But on Chrome for Android, even on a 1080p display, 31% of the screen width is wasted! http://imgur.com/MNVnanN Wasted screen space is my #1 pet peeve on mobile.
Re: Ask HN: New attempt at mobile markup – keep or bail?
#268Please please keep it. It's not perfect (comment text still small, buttons & links are small, etc), but it's much better than before. There are surely hundreds of web designers who'd be more than happy to submit their proposals for fixing the mobile markup for free. It's disappointing to see that the website that I spend the most time on on my phone still didn't have a mobile markup till today. Thank you for doing th…
Re: Ask HN: New attempt at mobile markup – keep or bail?
#269It's awful. I thought HN just didn't care. Why is this so hard? I do this every day for work and HN should be dead simple. Is this saying HN doesn't have anyone who knows how to do this? EDIT: My initial post was from my phone. Now I'm on my workstation and I see the markup here is antiquated, pre-1998 HTML. No wonder this is so horrid. You should be ashamed but, still, I could do better.
Re: Ask HN: New attempt at mobile markup – keep or bail?
#270Suggestion: Increase the width of the index table and remove the body margins. The table with the id `hnmain` should have it's width changed from 75% to 100%, and this CSS should be added: `body { margin: 0; };`