load a page step by step as required by viewport -

J

jfaerber172

I know this is not the correct newsgroup for social network and in general the topics should cover only the quite complex html concerns but what I want is just a quite simple html page.

I can't provide any url because relating pages have been deleted by me already.
What I was doing was adding images placed in <p> or <div> tags like in a list.

So when you have hundreds of images all those hundreds of images will be loaded on requesting the link of the page in a browser.

Now I have seen so many examples of platforms where only the first images of the list starting from the beginning on the top are loaded - you will getabout one and a half page loaded until the loading of the page will stop. Then you can scroll down to the end on the bottom and more stuff below willbe loaded ...
you will get a "loading circle" sign comparable to those during a install process of a programm for instance.

Is there a name for this solution?
Are there classes or predefined packages in program languages to handle this?
Can it be done with simple html - or how can it done with php for example?
 
C

Christoph Michael Becker

Is there a name for this solution?

Perhaps "infinite scroll".
Are there classes or predefined packages in program languages to handle this?

Yes, for instance infinite-scroll[1].
Can it be done with simple html - or how can it done with php for example?

It requires browser side scripting.

You should be aware that not everybody likes this technique, for
instance search engines and myself.

[1] <https://github.com/paulirish/infinite-scroll>
 
J

jfaerber172

Thank you very much - I note it down.

Is there a name for this solution?

Perhaps "infinite scroll".
Are there classes or predefined packages in program languages to handle this?

Yes, for instance infinite-scroll[1].
Can it be done with simple html - or how can it done with php for example?

It requires browser side scripting.

You should be aware that not everybody likes this technique, for
instance search engines and myself.

[1] <https://github.com/paulirish/infinite-scroll>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top