This unit covers web designing including HTML, CSS, tables, lists, user input, DOM, and JavaScript. Learners will understand building blocks of web pages a
Topic Synopsis
This unit covers web designing including HTML, CSS, tables, lists, user input, DOM, and JavaScript. Learners will understand building blocks of web pages and how to integrate CSS and JavaScript.
Key Concepts & Core Principles
- Spatial Computing: Understanding how to map digital content onto physical spaces, including coordinate systems, transformations, and spatial mapping techniques for AR/MR.
- Real-Time Rendering: Mastery of rendering pipelines, shaders, and optimisation techniques to achieve high frame rates and visual fidelity in immersive environments.
- Interaction Design: Principles of designing intuitive and natural user interactions in 3D spaces, including gesture recognition, haptic feedback, and voice commands.
- Immersive Audio: Techniques for spatial audio rendering, including binaural audio and sound propagation, to enhance presence and realism.
- Performance Optimisation: Strategies for managing computational resources, such as level-of-detail (LOD) systems, occlusion culling, and efficient memory management.
Exam Tips & Revision Strategies
- Practice coding by hand without frameworks.
- Understand the box model and responsive design basics.
- Test code in multiple browsers.
Common Misconceptions & Mistakes to Avoid
- Using deprecated HTML tags instead of semantic ones.
- Inline CSS instead of external stylesheets.
- JavaScript errors due to incorrect syntax or scope.
Examiner Marking Points
- Creates structured HTML pages with semantic elements.
- Applies CSS for styling and layout.
- Implements tables and lists correctly.
- Uses JavaScript for basic interactivity and DOM manipulation.