|
|
|
|
|
by yan
4439 days ago
|
|
My WebKit hack from two years ago that splits the rendering area into N joined columns, such that you scroll content Up->Down->Left->Right. https://vimeo.com/59463521 The intuition was that screens are almost all wide-screen, but content is all narrow, due to readability. This was an attempt to add a mode to browsers that can let you use more of your screen real estate. I have a draft of a blog post from a year ago explaining my reasoning and a diff of the hack, but I kept putting it off. If people are interested, I'll port it to Blink and write something up about this. |
|
The supporting arguments come from the principles of graphic design and book publishing. Digital screens are very much evolution of print. Two examples. Think of the well designed art books or hard covers. Large pages with significant areas taken by blank margins. This is easier and more pleasant to look at. Cheap pulp fiction paperbacks on the other hand had little margin space. Second example is the latest redesign of the digital version of the New York Times. It takes advantage of the fact that having blank/white pixels is free in comparison to unused spaces in the print edition and many changes were aimed at reducing number of items on each page not increasing.
So in my humble opinion it's an interesting experiment, but in the wrong direction...