
I have three versions of my homework for this week. The version breakdown is as follows:
Foreclosure V1 - Pulls in data from the foreclosures rss feed for Los Angeles and determines the address font size based on property value. Uses Rome and JDOM, convoluted code and subpar functionality. This is what I showed in class. Download file
Foreclosure V2 - Still pulls the same data, but using the built-in Processing XML library. Cut the code down by about 100 lines, much easier to understand and implement. Download file
Foreclosure V3 - Pulls dynamic data from the foreclosures feed, when new items are added to the list, they will print to the screen. To see any real changes, you'd have to leave the app open for a day or hit it right at the 3 - 4pm mark, which seems to be when they update the site. Download file