going once, twice, thrice .. submitted?
November 18, 2006 12:52 AM
Subscribe
Help me host an auction on my laptop!
I'm hosting a four-hour long auction, not live, in which people can walk up to me and give in auction slips that I will then input. My laptop will be connected to a projector in which the prices of certain artwork will cycle through and be updated.
Is there any good way to do it? I'm using a Powerbook, by the way. I'm currently thinking of using a powerpoint presentation and updating the images in the slides with photoshop, but is there a better way to do it? Maybe use a perl script to use imagemagick? Does anyone have experience with this?
Thank you hive mind!
posted by suedehead to technology (3 comments total)
You have N pages for your N items, and you could add to each page add a meta refresh, on a timer, to page N+1. The pages should cycle. If you need something a little more complicated, I bet javascript would be able to do it.
posted by cotterpin at 7:38 AM on November 18, 2006