I have been tasked with adding some functionality to a site similar to this screen on flickr.
Does anyone have any idea how they do the photostream on the right. The images are not in the javascript, json or there is no ajax request.
It would be really useful if anyone had an idea how they did this.
There is an AJAX request performed as you scroll.
Open the console in your browser and look at the network tab. It will show a link similar to this:
This is the restful link which returns JSON data. This JSON data contains the urls for the thumbnails of each of the photos, plus other information.