Re: Pinterest like UI implementation

2012-09-28 Thread Nirmal Sharma
Thanks Peith. I will try Masonry and infinite-scroll. Regards ~Nirmal On Friday, September 28, 2012 8:07:34 PM UTC-7, Peith wrote: > > I use Masonry to get that Pinterest-like tile of images. Then I use > Infinite-scroll to detect user scrolling event and load more images by > sending an AJAX

Re: Pinterest like UI implementation

2012-09-28 Thread Peith Vergil
I use Masonry to get that Pinterest-like tile of images. Then I use Infinite-scroll to detect user scrolling event and load more images by sending an AJAX request to the server. You can learn about Masonry and infinite-scroll here: http://masonry.desandro.com/ -- You received this message becaus

Pinterest like UI implementation

2012-09-27 Thread Nirmal Sharma
Hi, I am creating a website in django where in i am trying to display all the comments and pictures like Pinterest. Can somebody help me on how to implement the same easily in django. Is there any easy way to implement the Pinterest like UI in django? Regards ~Nirmal -- You received this mess