Live data from Hacker News

From Design to Front-end

imaginarycloud.com

1–10 of 27 posts

Re: From Design to Front-end

#3
post #2

Hate to be that guy, but it seems crazy that a design-related site would do such horrible things to scrolling on iPhone to the extent that I switched to reader view!

Been a long time since I've seen double scrollbars on anything not in active dev... that must play hell with a mobile web view.

Re: From Design to Front-end

#4
While the central topic still makes sense, a lot of the technical prescriptions in there are pretty well outdated and even contradict best practices today. I'd be curious to know just how long ago this was written.

Edit: March 2016, and their dateline has since been removed: https://web.archive.org/web/20160311072848/https://www.imagi...

Re: From Design to Front-end

#9
post #5

Is it really best practice to finish your html first and only then add CSS?

No. It depends on how you and your coworkers like to organize the work.

I’m a fan of quickly tossing something together then refactoring once you have a better idea of the shapes and names of things.

Re: From Design to Front-end

#10
post #2

Hate to be that guy, but it seems crazy that a design-related site would do such horrible things to scrolling on iPhone to the extent that I switched to reader view!

I think this might be because there's a CSS scrollY property set on a parent element and needs: overflow-y: scroll; -webkit-overflow-scrolling: touch;

set on the content to re-enable momentum scrolling.

Post reply on HN