Ongoing project to develop a website allowing users to randomly play the stock market using a set of limited trading strategies. Stock prices are monitored using the Yahoo Finance Open Data Tables, which are queried using the YQL API. Results are returned in JSON, and parsed using PHP. Trading is handled with PHP using a stockmonkey class, and data is stored in a MySQL database. Trading is scheduled using CRON jobs on the server.