Forum Moderators: coopster
For a project I'm doing to help a school, I'm trying to think of a way to produce screen captures server-side. Basically, I'd like to show a user in real-time, a thumbnail of the last pages users on their "team" have created. Needs to work on all common browsers, so that's why I'm thinking this needs to be done server-side.
This seems sort of impossible, because it seems to me that on the server side, there's no way to "know" what the screen looks like - only a browser can render it. But I'm wondering if there might be something I'm missing.
The site is on LAMP.
Any ideas at all?
thanks!