CS702C Web Tech Lab Assignment
CS702C Web Tech Lab Assignment
CS702C
Applet
1. Create a banner usingApplet
2. Display clock usingApplet
3. Create different shapes usingApplet
4. Fill colors in shapes usingApplet
5. Goto a link usingApplet
6. Create an event listener in Applet
7. Display image usingApplet
8. Open a link in a new window usingApplet
9. Play sound usingApplet
10. Read a file usingApplet
11. Write to a file using Applet
JavaScript
12. Validate the fields of a form usingJavaScript.
13. Guess a number based on user input.
14. Program on image rollover usingJavaScript.
15. Display clock usingJavaScript.
16. Prompt, alert, array, looping inJavaScript.
17. Calculator usingJavaScript.
18. Validate e-mail, phone no. using reg-ex in JavaScript.
Perl
24. Write a socket program to get the current date and time from theserver.
25. Write a socket program where the client will send lowercase letters and the server will return uppercaseletter.
26. Write a server and a client program to implement TCP chatserver-client.
27. Create a simple calculator application using JavaRMI.
HTML
9. Using frames as an interface, create a series of web pages where the theme is to provide resources (internet,
intranet, static HTML pages) pertaining to the subject of HTML. Ideally, your goal is to create a resource that
you can use long after this module when needing information on HTML. As a minimum requirement to this
assignment your webpageshould:
• Consist of at least 3frames.
• Contain at least 5 URLs to internet and/or intranet sites that you can reference as part of yourjob.
• Contain at least 5 references to documents that you have created that you use on a regularbasis.
• Contain at least 5 references to documents others have created that you use on a regularbasis.
• Be organized in a fashion that is logical and intuitive toyou.
• Is done with enough quality that you would not be opposed to it being a link at anothersite.
XML
1. Write a XML program that will create an XML document which contains your mailingaddress.
2. Write a XML program that will create an XML document which contains description of three bookcategory.
3. Create an XML document that contains the name and price per pound of coffeebeans.
i) In your XML document mention all properties of XMLdeclaration.
ii) The root element has name<coffee_bean>
iii) Create nested elements for different types ofcoffee.
iv) Validate the document and if any parsing error is present, fixthem.
5. Create an XML version of your resume. Include elements such as your name and position desired. Nest each
of your former employers within an <employer> element. Also, nest your educational experience within an
<education> element. Create any other nested elements that you deem appropriate, such as <references> or
<spcl_skills>elements.