| From a quick glance over the code, it looks like the meat is in his showtimes javascript file(http://dl.dropbox.com/u/682022/showtimes/javascript/showtime...) I'm not very familiar with backbone.js so it's a little confusing to me, but looks like models are being built. Here's what I can muster, this could all be wrong * [Line 112] The trailer is using a YouTube API (https://gdata.youtube.com/feeds/api/videos?alt=json&form...) and then the movie title? * [Line 184] Ratings coming from RT API (http://api.rottentomatoes.com/api/public/v1.0/movies.json?ap...) * [Line 341] Theatres & Times from Yahoo (http://query.yahooapis.com/v1/public/yql?q=use "store://VZHvlyU81L6BFVGyE7CNhT" as pterodactyl.movietimes; select * from pterodactyl.movietimes where zipcode="<zipcode>" and date="<date>"&format=json) -- I have no idea what this is all about. Any insight would be helpful. * [Line 405] The links that Yahoo API thing returns are then rerouted to go through http://www.qksrv.net/click-5632409-10576771?url=<buyURL&..., I'm guessing for OP to get some cash Then there's google maps for the maps, so that seems to be where the data pull is coming from. Not sure what the origin of that Yahoo URL is though. EDIT: I added line numbers from the showtimes.js file because HN reformats the links so you can't see them all the way. |