INTERACTIVE DESIGN[ EXERCISES ]
INTERACTIVE DESIGN [ EXERCISES ]April 22, 2024
24.04.24 - XX.XX.24 / Week 1 - Week X
Bachelor of Design (Hons) in Creative Media / INTERACTIVE DESIGN / Taylor's University
Exercises
LECTURE
A summary of the first week of classes is as follows:
Mr. Shamsul emphasized the importance of usability in design during this week’s session. Usability refers to how users can use a product effectively and efficiently, and it is a key component of user experience design (UX).
Week 1 Slides:
During the lecture, Mr. Shamsul introduced several key usability principles:
1) Consistency:
- Consistency is a key factor in visual elements and functionality in web design, ensuring that the website looks coherent and that individual elements work harmoniously.
- Consistency includes aspects such as navigation system, page layout, menu structure, fonts and typography.
- Consistent design enables users to recognize and learn patterns, and users will become frustrated if similar elements do not produce similar output.
2)Simple:
- The interface should be as simple as possible, minimizing the number of steps and using obvious symbols and terminology.
- Simple design helps users achieve their goals faster and more efficiently and provides a good user experience.
3) Visibility:
- Visibility means that the more visible an element is, the more likely users are to understand and use them.
- Users should know what their options are and how to access them just by looking at the interface.
4) Feedback:
- Feedback communicates the results of any interaction, making it both visible and easy to understand.
- Feedback indicates to the user whether a task was completed successfully, such as navigation items changing color or loading a submenu when the mouse is hovered over them.
5) Error prevention:
- Error prevention is about making it easy for users to do what they are doing without making mistakes.
- Avoid common usability pitfalls like complex interfaces, confusing navigation, poor feedback, and insufficient error handling.
- By following these principles, designers can create websites with a great user experience and avoid common usability issues.
|
Slides are made by Vincent Lee
- Header
- Body
- Footer
- Content organization is key to a well-structured website.
- Use headings (H1, H2, H3, etc.) to create a hierarchical structure.
- Logical grouping of content and clear labeling of sections improve user experience.
- Navigation menus help users move around the website.
- Use clear and concise labels for menu items.
- Consider using dropdown menus for complex sites.
• Use of operating systems like Windows, Mac OS, and Linux.
• Wide screen resolutions from 640 x 480 to 1680 x 1050 pixels.
• Composed of characters inside <> brackets.
• Usually consists of two tags: opening and closing. <element>Information</element>
• Each element provides information between opening and closing tags.
INSTRUCTION
<iframe src="https://drive.google.com/file/d/1xs_1Oul1eI2COsIo2W3eILWqBWQTsykD/preview" width="640" height="480" allow="autoplay"></iframe>
Exercise 1 - Web Analysis
WEEK 4
This week, we have learned HTML in physical class. We started to type the HTML code step by step by using Notepad and created a simple website.
![]() |
Continue our previous coding, this week we have learned how to create a timetable. We were no longer coding in Notepad, this time we switched to Adobe Dreamweaver.
Exercise 3 - Creating a Recipe Card
Create an HTML file named "index.html."
Create a section that displays the following information:
Recipe title
Include necessary images for the page
List of ingredients
Step-by-step cooking instructions
Create an external CSS file named "style.css."
Apply CSS rules to style your recipe card.
Use CSS selectors such as element selectors (e.g., body, h1, ul), class selectors (e.g., .recipe-title, .ingredient-list), and ID selectors (e.g., #instructions) to style different parts of the card.
Use your creativity to make the page look appealing and interesting
FEEDBACK
WEEK X
Specific Feedback: ..
General Feedback:



评论
发表评论