20CYS202 - User Interface Design - 3rd Sem - B.E. CSE(CYS) - ASE, CBE
-
Create a HTML Form for Anokha Registration Page with following HTML Elements.
- Label
- Textbox
- Textarea
- Radio Button
- Check Box
- Date Picker
- Toggle Button
- Drop Down List Box
- File Upload
- Button
-
On User Events the Javascript function should validate the input entered in the HTML Elements and display informative feedback.
- Minimize the use of global variables
- All declarations at the top of script or function
- Initialize variables when you declare
- Identifier names should be camelCase
- Always put spaces around operators
- Always indent code blocks
- Always end a statement with a semicolon
- Lines should not be longer than 80 characters
- Document your User Evaluation for Student View of AUMS
- Each Observation should have a unique ID (Example. AUMS-UIE-001)
- Please mention which Design Principle is violated with suitable screenshots and supportive link.
- Suggestions for improvements can be mentioned.