Web Technology Syllabus
Web Technology Syllabus
Web Technology Syllabus
Mapping of Course Outcomes with Program Outcomes and Program Specific Outcomes:
Write an HTML page including any required JavaScript that takes a number
4 from text field in the range of 0 to 999 and shows it in words. It should not
accept four and above digits, alphabets and special characters.
a. Design an XML document to store information about a student in an
engineering college affiliated to RTMNU. The information must include
Registration ID, Name, Name of the College, Brach, Year of Joining, and e-mail
5 id. Make up sample data for 3 students. Create a CSS style sheet and use it to
display the document.
b. Create an XSLT style sheet for one student element of the above
document and use it to create a display of that element.
Write a XHTML code to provide a form that collects names and telephone
numbers. The phone numbers must be in the format ddd-ddd-dddd. Write a
PHP script that checks the submitted telephone number to be sure that it
6 confirms to the required format and then returns a response that indicates
whether the number was correct.
Validate the Registration, user login and payment by credit card pages using
7
JavaScript.
Write a PHP program to sort the student records which are stored in the database
8
using selection sort.
Write a PHP program to store current date-time in a COOKIE and display the Last visited
9
on‟ date-time on the web page upon reopening of the same page.
Develop a web application project using the languages and concepts learnt with
10 a good look and feel effects. You can use any web technologies and frameworks
and databases.