Forum Moderators: open
I have no experience with the infinite scroll but I am considering it on my current project to help speed up the loading of very heavy pages. By only loading above the fold content when the page is first called and then loading the rest once the user scroll down a bit.
I have to fully agree with ambt.
There are, unfortunately, a plethora of
designer dorkheads out there, with their
heads up their arses, creating an endless
stream of banal "arty farty" nonsense.
Of course, the mindless majority cannot
wait to get their hands on the latest trend.
I am reminded of this cautionary little tale...
The Emperor's New Clothes [andersen.sdu.dk]
so is your intended scrolling page going to be reliant on Javascript?
Will it follow these guidlines?
Progressive enhancement:
- You write your page content as if both CSS and JavaScript are off.
- You write CSS to style the page the way you want it to look when
JavaScript is off.- You write additional CSS to change the way you want the page to
look when JavaScript is turned on.- You write CSS for the way you want the page to look when specific
JavaScript commands are supported by the browser.- You add a few lines of JavaScript to the head of the page to add
the necessary classes to the html tag for the styles you wrote in
steps 3 and 4 to be applied.