Chromium proposal for browser-level infinite scrolling lists: Lazy Block Layout
1–10 of 30 posts
Re: Chromium proposal for browser-level infinite scrolling lists: Lazy Block Layout
#2* markdown renderer
* jQuery core
* crypto
* gzip/deflate/xz/zip compression/decompression
Re: Chromium proposal for browser-level infinite scrolling lists: Lazy Block Layout
#3Things I'd like to see on browser native engine: * markdown renderer * jQuery core * crypto * gzip/deflate/xz/zip compression/decompression
Re: Chromium proposal for browser-level infinite scrolling lists: Lazy Block Layout
#4Things I'd like to see on browser native engine: * markdown renderer * jQuery core * crypto * gzip/deflate/xz/zip compression/decompression
Re: Chromium proposal for browser-level infinite scrolling lists: Lazy Block Layout
#5Things I'd like to see on browser native engine: * markdown renderer * jQuery core * crypto * gzip/deflate/xz/zip compression/decompression
Re: Chromium proposal for browser-level infinite scrolling lists: Lazy Block Layout
#6Re: Chromium proposal for browser-level infinite scrolling lists: Lazy Block Layout
#7I can't be the only one that absolutely despises infinitely scrolling lists, right?
Re: Chromium proposal for browser-level infinite scrolling lists: Lazy Block Layout
#8I can't be the only one that absolutely despises infinitely scrolling lists, right?
Depends, infinite scrolling can be and has been done right [0], but it's really not the focus of the feature -- it's a product. [0] http://warpspire.com/experiments/history-api/
Re: Chromium proposal for browser-level infinite scrolling lists: Lazy Block Layout
#9The advantage of this over infinite scroll is that the scrollbar is always there and always accurate, so coming back to the page after following a link works properly. Also, I don't have to send the information about all 100k photos on page load (I can load it with AJAX).
A demo of how it works is at http://beta.hypercheese.com/search, and the code is at http://github.com/jewel/hypercheese/.
It sounds like having this in the browser will allow for much more complex layouts.
Re: Chromium proposal for browser-level infinite scrolling lists: Lazy Block Layout
#10Earlier quoted context omitted.
Depends, infinite scrolling can be and has been done right [0], but it's really not the focus of the feature -- it's a product. [0] http://warpspire.com/experiments/history-api/
Maybe I just haven't seen it done right - do you have some example links?