mikey3521 Posted November 2, 2007 Share Posted November 2, 2007 Hello, Basically i'm designing a custom CMS, When a user press's "publish" the new pictures they selected ill be uploaded & it will reflect on the html page. So now the HTML looks different then how it just did. Pretty basic. Now on the main page of the CMS, what i'd like to-do is have little thumbnails beside the link to edit each page, so what i'm trying to acomplish, is anytime someone makes a change, ajax/php i dont know but some type of script takes a picture of how the page looks now, and voila.. I was thinking using php & GD but i'm not sure of a way to be at x.com/index.php and have it take a picture of x.com/testpage.html someone suggested I may be able to-do it with Ajax, anyone have any thoughts? Link to comment https://forums.phpfreaks.com/topic/75810-html-screen-shot/ Share on other sites More sharing options...
mikey3521 Posted November 3, 2007 Author Share Posted November 3, 2007 *bump* anyone? Link to comment https://forums.phpfreaks.com/topic/75810-html-screen-shot/#findComment-384439 Share on other sites More sharing options...
taichimasta Posted August 8, 2009 Share Posted August 8, 2009 Sound like your asking for someone to do it for you. personally i don't think its possible in the way your asking. or w/e Link to comment https://forums.phpfreaks.com/topic/75810-html-screen-shot/#findComment-893521 Share on other sites More sharing options...
student101 Posted August 24, 2009 Share Posted August 24, 2009 Interesting concept, have you seen this any where before? Link to comment https://forums.phpfreaks.com/topic/75810-html-screen-shot/#findComment-905277 Share on other sites More sharing options...
citricsquid Posted August 25, 2009 Share Posted August 25, 2009 It's definitely possible, there are a vast number of pre-existing sites that offer this functionality through the use of an API, you pass the url and they return an image of your specified size. http://www.thumbalizr.com/ is an example of such a site. Link to comment https://forums.phpfreaks.com/topic/75810-html-screen-shot/#findComment-906236 Share on other sites More sharing options...
student101 Posted August 26, 2009 Share Posted August 26, 2009 Oh cool, will have to sign up, and download that script. Love to see how it works. Thanks! Link to comment https://forums.phpfreaks.com/topic/75810-html-screen-shot/#findComment-906948 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.