After what has easily been the most grueling programming project in my life, I have finally finished Version 1.0 of my ASP XML Technology editor. I don't think its too shabby considering I barely knew any HTML at the beginning of the semester and I had to research all the XML stuff myself.
Check it out.
I will also put a link to it on my Clash website, which can be recched simply by clicking the "www" link in any of my posts.
Current Functionality:
1) View, modify and rename any XML file on the server.
2) View all parts of the XML file in an XSL formatted table. This includes globals, technologies and helpers, applications and required techs, and activities and recipients.
3) Modify any of the above values in the XML file.
Current Limitations
1) If you want to view anything other than Simple_Tech_Test.xml, you have to know the name of the file and type it in. (There isn't much else up there anyway)
2) It can't yet add and delete any records/nodes; you are limited to modifying the ones already in the table.
3) There is no input validation at all.
Soon I hope to deal with those limitations. I should also think about making the pages look better.
Feedback would be appreciated. I turned it in as my Honors project when it was only half done, and my teacher said it surpassed expectations. But that was only the second level programming class. What do you guys think? Can we use this?
Check it out.
I will also put a link to it on my Clash website, which can be recched simply by clicking the "www" link in any of my posts.
Current Functionality:
1) View, modify and rename any XML file on the server.
2) View all parts of the XML file in an XSL formatted table. This includes globals, technologies and helpers, applications and required techs, and activities and recipients.
3) Modify any of the above values in the XML file.
Current Limitations
1) If you want to view anything other than Simple_Tech_Test.xml, you have to know the name of the file and type it in. (There isn't much else up there anyway)
2) It can't yet add and delete any records/nodes; you are limited to modifying the ones already in the table.
3) There is no input validation at all.
Soon I hope to deal with those limitations. I should also think about making the pages look better.
Feedback would be appreciated. I turned it in as my Honors project when it was only half done, and my teacher said it surpassed expectations. But that was only the second level programming class. What do you guys think? Can we use this?
Comment