I have been reshaping the design of our AVAD website. I split it into two main parts in the form of two tabs. One for data analysis and the other for data visualization. I got stuck on the check box coding part in Dojo. I was able to create check boxes, but I have no idea why images of plots are not displayed when i check their corresponding boxes. notice that the images are getting created dynamically and stored on the disk, but so far i am not able to write a conditional statement (if else) to be able to display the appropriate image. Sounds easy, but it it not! and honestly this is driving me crazy. I think I am gonna buy a dojo book, but i am still researching...
I am hoping to solve this problem by tomorrow. I want to at least show Juergen this capability.
Another thing that i have done, was the filter/search part... it is not perfect yet, but it is okay. i was also able to do sorting of the data after displaying it on the web dynamically... all you have to do is click on the column header to sort! check the attached snapshot (check the bottom of the snapshot!).

We should have money for some books. If you think we continue using dojo and that there is some suitable book, then let's buy it... Ideally, Nancy would order the book - so you'd only obtain it at the start of the semester. Otherwise, if you can find it over there, please keep the receipt (and ideally a US credit card statement) so you can get reimbursed later on. Let me know how urgently you need the book (and which) - and how much it costs.
ReplyDeleteOtherwise, looks like you have made some good progress. Sorting actually is an important feature in Excel - so you have created something an Excel user may want to use later on ;-)
PS: I know from my own programming experiences that the devil sits in the details. So, I fully can understand how frustrating it is if such an obvious programming task as an if-else statement does not work...