Race Horse JSON Datatable Use the JSON file found in ADayAtTheRaces.zip and
make a PHP page that reads the JSON file and loads the data into a DataTable that allows the columns to be
sorted and searched.
CSV Lab: Presidents from CSV file into jQuery Accordion
Make a President
class that includes properties: name, dates, nickname, and image_file. Read
and parse the data file provided. Use it to instantiate an array of President
objects. Then use those objects to populate a jQuery Accordion with the
presidential data.
PresidentData.zip
(old data file -- looks like my source was
http://www.ipl.org/div/potus/)