Movie Times Lookup

Finding movie times is somewhat hard- there aren't many websites out there with simple layouts that give you the information you need- without clutter and ads. So, I figured I could do better.

Movie Times Lookup

You enter in a zip code, pick a movie theater, and pick a movie- pretty simple.

For people interested in how I did it, I scraped Google Movies (a great site for simple movie listings, I highly recommend it- it didn't exist back when I started mine) and Rotten Tomatoes using PHP, and output it as XML. Then, I use JavaScript (no jQuery, unfortunately- it was for a class, and frameworks weren't allowed) to display it- pretty simple.

I plan on releasing the code in the near future, along with a tutorial about how I did it- its not complicated by any means, however I have a lot of people asking me how I scrape websites.

Enoy, and let me know if you use it.