views:

23

answers:

0

I'm developing a site wherein i have top 5 sites which i visit frequently. What i do is I've the screenshot of these websites as images and whenever I visit the site the latest screenshot of the website comes and replaces the old image.

I have written a program(in C#) which gets the screenshot of the website and displays the mage on my page. The one I have is a very crude implementation and I would like to know if there's a much more elegant way than what am doing. I'm interested in doing something similar to what the google chrome browser does, like it displays the top visited websites and the latest image of the website you visited as soon as you open a new tab in the chrome browser. I would like to know how to implement it and any suggestions in this perspective will be quite helpful.