So, I missed the lecture last week, but have been trying to catch up by reading the slides and book.
Today I completed Lab 1. I have been having some issues getting Visual Basic Studio working on my laptop. However, once I went to the SBA lab, everything went pretty smoothly. I do have a question about our student website. Are there other ways to upload files to it other than through a tool like Visual Studio?
Hmm... musings on XML... well, I guess one of my thoughts is based on a quote from the book "XML provides a common data-exchange format, encapsulating both data and metadata." I really think that's true, but another powerful offshoot of that is various projects that are able to take the XML (and XSD) and transform the data into code specific objects, such as Java objects. (The projects I'm thinking about are tools such as Castor.) I think that is where the power is - being able to transform the data into an object that is easily used withing a program.