How I do know when a specific part of a specific page is updated on the web? I want to take advantage of an online sale, so I need to be notified when the deal is available...
Lollapalooza is going to have a $60/3-day-ticket sale. I buy a ticket every year for a friend as a birthday gift, and I'd like to grab one in whatever short window that sale is available (he's worth the c. $180, but hell, why not save it if I can?).
The
home page of their site right now shows a "before" div; there's an "onsale" and a "soldout" that are commented out. The key component appears to be an image tag:
<img class="pbtn" src="http://lolp1.c3cdn.com/timecapsule/splash_assets/images/lollapalooza_tix_now_btn.png" />
I figure I need a {timer function thing} that looks every
n seconds to see if that specific image is visible. Or... something else.
I'm open to any suggestions for monitoring that site to get the sale price. Let's assume I do not have write access to a web server, but that client-side javascript would work. Also, if there's an existing tool or service on the Intarwebs that will do this, that would be fine, too.
Check that out.
posted by babble at 10:43 AM on March 28, 2011