Is there any way to programmatically create (client or server side (PHP)) a image from a specific DIV or a complete (web) page? I\'m currently creating a web-site for free c
Did anyone mention html2canvas and/or jsfeedback ?
It create a page screenshot completely in javascript, then you can send to the server via ajax..
Obviously, CSS support lack some things.