Responsive Web Design – Advanced Lesson
11–20 of 50 posts
Re: Responsive Web Design – Advanced Lesson
#12The beginners course was a great way to get the fundamentals straight in my head. Very well written and understandable.
Thanks Shay!
Re: Responsive Web Design – Advanced Lesson
#13Re: Responsive Web Design – Advanced Lesson
#14Is there any point in having medium-grey text on a slightly lighter grey backgound, other than to make it very hard to read? http://contrastrebellion.com/
And speaking of readability, there are still too many sites that break if a user resizes the browser font size (done with CTRL-+ or an analogous Apple command on most browsers), although that is not a problem with the site kindly submitted here to open this thread.
Re: Responsive Web Design – Advanced Lesson
#15Is there any point in having medium-grey text on a slightly lighter grey backgound, other than to make it very hard to read? http://contrastrebellion.com/
Re: Responsive Web Design – Advanced Lesson
#16Re: Responsive Web Design – Advanced Lesson
#17This is good stuff. Would be great if it went right in and also talked about limitations like fewer ports-per-connection, poor standards support e.g. stuff like unsupported position:fixed property, dead file-input field, terrible response times for tap/long-tap etc. I mean responsive layout for presentation of content (blog/BS) is fairly easy. For an interactive web-app however, design logic goes quite in the opposit…
Re: Responsive Web Design – Advanced Lesson
#18For those wondering: My method is pretty simple - I use a global ratio which is multiplied with width/heights, and a resize() function, which is called when the page is loaded and resized.
Edit: Long timer HN lurker, registered to post this. Also forgot to say I enjoyed the article, thanks!
Re: Responsive Web Design – Advanced Lesson
#19Is there any point in having medium-grey text on a slightly lighter grey backgound, other than to make it very hard to read? http://contrastrebellion.com/
Re: Responsive Web Design – Advanced Lesson
#20Is there any point in having medium-grey text on a slightly lighter grey backgound, other than to make it very hard to read? http://contrastrebellion.com/
First rule of producing good content:
1. Make sure people can read it.