Hey can anyone help me, iv designed an order form for a fake company and it is fully working but i have to make some technical documentation on how the java script works, i used DreamWeaver CS4 to make the form then used automatic code generator to add the java script, im a 16 year old student and this is the only project stoping me from gaining my Cert 4 in IT webdesign my problem is iv sent away my technical documentation over 4 times and it has been turned down, so i was hoping that one of you guys, the pros could maybe hook me up with some technical documentation on my java script. Heres a link to the order form. http://joes-fruit-shop.orgfree.com/Joe's%20Fruit%20Shop%20Order%20Form.html best regards DMC
A technical document should contain the following: 1. How you went about choosing the tech/language when given a problem to deal with. 2. How you went about best methodology to implement the same using your preffered language/tool 3. Your explanation of various functionalities of what you have developed by giving parts of code as examples (called Pseudocode) 4. The limitations, extensions and modifications that can be done on the code. 5. Known bugs/Issues faced and method to solve them. (kind of Troubleshooting Guide) Hope this helps!!