|
This is not really a mashup, since it only use one data source, which is a dapp which scrapes the current music venue listings from spraci.com. It's really just a simple demo on how to dynamically add data from wherever into a sortable table. I've chosen The minimalistic example from Eric Pascarello (http://www.pascarello.com/sortTable/) over both rico and dojo, since it was very very small and easy to grok. Also, the Rico sortabletable assumes an intelligent back-end which can serve table rows directly. Since I want to read more or less raw data (XML or JSON) into the js functions and build the rows myself, that was not an option. Also, I was too lazy to check the css which made it so hard to float this text that I freaked out and used a table. How's that for ironic? :) And on which level ..? Hmm.. Anyway.. Try to sort the table rows by clicking on the table headers |
|