I'm looking for advice on whether Javascript would be the best approach for a problem I'm trying to solve. I want to be able to graphically represent a schedule of activities. Each activity has various properties including a name and the number of days from the previous activity and these properties are in a XML file. In a browser I would like to display the activities as images with lines representing the relationships between each activity.
I think that JavaScript could manage this well but is there something better?
Matt
I think that JavaScript could manage this well but is there something better?
Matt