Convert Page to Image

2011-08-01 Thread ashu.soman
Hi, How can one take a snapshot of a page or convert page into an image? The situation is actually like, i want to take a snapshot of a pop-up page and save it as an image. And then use it as a thumbnail.. Or Is there any other way to use a page as a thumbnail? I don't want to embed the page as t

Re: Convert Page to Image

2011-08-01 Thread Taha Hafeez
http://tawus.wordpress.com/2011/05/02/tapestry-magic-10/ On Mon, Aug 1, 2011 at 8:42 PM, ashu.soman wrote: > Hi, > > How can one take a snapshot of a page or convert page into an image? > > The situation is actually like, i want to take a snapshot of a pop-up page > and save it as an image. And

Can't call EventLink when ajax popup another page.

2011-08-01 Thread Bo Gao
In my page, i use ajax to load another page into a popup window(a floating div). the code is like this ... var manager = new Tapestry.ZoneManager({ "element" : this.zone }); manager.updateFromURL(this.url); and the problems is that if then I click any Event link in the main page to update a

Re: Can't call EventLink when ajax popup another page.

2011-08-01 Thread Taha Hafeez
Hi On Mon, Aug 1, 2011 at 9:57 PM, Bo Gao wrote: > In my page, i use ajax to load another page into a popup window(a floating > div). the code is like this > ... > var manager = new Tapestry.ZoneManager({ >    "element" : this.zone > }); > manager.updateFromURL(this.url); > > and the problems is

Re: ActionLink not Search Engine safe?

2011-08-01 Thread PXZ
I have found a solution by making a custom link component in this way: Merge the sourcecode of the following classes: AbstractLink, AbstractComponentEventLink and ActionLink. Then modify the buildHref() method so that it simply returns "#". Then you can use your custom component instead of the cor

Re: Convert Page to Image

2011-08-01 Thread Vangel V. Ajanovski
On 08/01/2011 05:12 PM, ashu.soman wrote: How can one take a snapshot of a page or convert page into an image? The way that Taha mentioned works by using a library that will download the HTML and will try to render it to PDF. There are various such libraries. Such renderers can't do magic, so