Lousy web design trends that are making a comeback due to HTML5
21–30 of 145 posts
Re: Lousy web design trends that are making a comeback due to HTML5
#22What on earth does a 404 page have to do with HTML 5?
Hidden navigation on http://orangesprocket.com/ is a design decision. Is it HTML 5 related because it uses CSS3 animations? This effect could have been achieved in any Javascript framework for quite some time.
Re: Lousy web design trends that are making a comeback due to HTML5
#23What strikes me most is how websites are visually getting more and more minimalistic and at the same time they're loading and working slower. For example The New York Times [1] layout is as simple as possible (basically text only with some images), but it loads 20 JS files, 13 CSS files, makes ~200 requests and uses ~14 MB of memory on load. [1] http://www.nytimes.com/
Re: Lousy web design trends that are making a comeback due to HTML5
#24What strikes me most is how websites are visually getting more and more minimalistic and at the same time they're loading and working slower. For example The New York Times [1] layout is as simple as possible (basically text only with some images), but it loads 20 JS files, 13 CSS files, makes ~200 requests and uses ~14 MB of memory on load. [1] http://www.nytimes.com/
Re: Lousy web design trends that are making a comeback due to HTML5
#25Re: Lousy web design trends that are making a comeback due to HTML5
#26What strikes me most is how websites are visually getting more and more minimalistic and at the same time they're loading and working slower. For example The New York Times [1] layout is as simple as possible (basically text only with some images), but it loads 20 JS files, 13 CSS files, makes ~200 requests and uses ~14 MB of memory on load. [1] http://www.nytimes.com/
It's hard to believe that a site with that kind of traffic & resources hasn't even bothered to concatenate and minify its JS & CSS. Most of the JS files still have comments. Bizarre. They should know better.
Maybe sourcemaps will help with that in the future.
Re: Lousy web design trends that are making a comeback due to HTML5
#27I agree with a lot of the points, but I'm taking a limited exception to loading screens. Sure, most of the time in ordinary websites there isn't a point. On the other hand, there is now a class of "website" (such as games, demos, productivity tools etc.) more broadly in the category of "web application" that do need to load a bunch of resources, they can't run before they don't have them, and they will include a load…
Re: Lousy web design trends that are making a comeback due to HTML5
#28Re: Lousy web design trends that are making a comeback due to HTML5
#29Please use labels, people. I have no idea why he didn't include that in this article.
Re: Lousy web design trends that are making a comeback due to HTML5
#30It's funny how this article is featured on a site that has a fixed container at the bottom taking up almost a quarter of my viewport.