Opera Speed Dial replica

0 views
Skip to first unread message

simon kagwe

unread,
Mar 25, 2008, 12:41:45 PM3/25/08
to turbo...@googlegroups.com

Hi everyone,

I would like to come up with something similar to the Opera speed dial (see screenshots on >>> http://my.opera.com/AyushJ/albums/showpic.dml?album=202025&picture=3923672 ) on my turbogears website. The page should display thumbnails with pics of webites that were previously visited, which one can click on to visit the website again. Is this possible with javascript? Is there like a 'print screen' function I can use?

Regards,
Simon

Diez B. Roggisch

unread,
Mar 25, 2008, 1:19:55 PM3/25/08
to turbo...@googlegroups.com

No. This can't be done without invokink a browser serverside and take a
screenshot of that - which is complicated. Maybe using iframes works too, but
I'm not aware that these can be scaled.

Besides, where do you get the recent-urls-list from?

Diez

simon kagwe

unread,
Mar 26, 2008, 2:16:23 PM3/26/08
to turbo...@googlegroups.com
The site visitor can enter urls in some text fields which will be
saved on the database along with the snapshots. There must be some way
of doing it. Opera does it. Any ideas?

--
Sent from Gmail for mobile | mobile.google.com

Christopher Arndt

unread,
Mar 26, 2008, 3:33:59 PM3/26/08
to turbo...@googlegroups.com
simon kagwe schrieb:

> The site visitor can enter urls in some text fields which will be
> saved on the database along with the snapshots. There must be some way
> of doing it. Opera does it. Any ideas?

Opera has a HTML rendering engine. Neither TurboGears (server-side) nor
JavaScript (client-side) have a HTML rendering engine built in. But
there are projects to access the gecko or the khtml rendering engine
from Python. Google is our friend.


Chris

Reply all
Reply to author
Forward
0 new messages