INTERACTIVE DESIGN ( WEEKLY LEARN
- Get link
- X
- Other Apps
INTERACTIVE DESIGN
———
Ding Jiaqi/0379388
Interactive Design/ Bachelor of interactive spatial design
——
WEEK 2
In this course, we focused on the core concepts of user-centered design, which included three main parts: the iterative logic of design thinking, the five key design principles (consistency, simplicity, visibility, feedback, and error prevention), and practical group work. We reviewed the five stages of design thinking — empathize, define, ideate, prototype, and test — and discussed how good usability must be supported from the user’s perspective. For example, WhatsApp provides feedback pop-ups when users input phone numbers, allowing future improvements based on user behavior. Our group was assigned the “feedback” principle and created a PPT presentation on this topic. At the end of the lesson, the instructor reviewed our previous website analysis assignments and suggested improvements, including adding more interactive elements, ensuring responsiveness across devices, and enhancing digital image presentation.
WEEK 3
Building on what we learned before, this lesson focused on how to make websites more personalized and detailed.
1. Project File Management
When uploading a web project, you must upload the whole folder, not single files.The folder must include the main file called “index.html.”
When using Visual Studio Code or Dreamweaver, open your project by going toFile > Open Folder.
Inside the folder, create another folder called “images” (all lowercase) to store pictures and other assets.
For this lesson, I used Visual Studio Code.
2. Image and Background Settings
When adding images, use the “src” command to show the correct file path.
It’s best to use percentages (for example, 30%) for image width and height so the page looks good on all screens.
Background images should be placed in the assets folder and added with the “background-image” code.
Add the “no-repeat” setting to stop the image from repeating.
For background colors, you can choose directly from the color list in the software — you don’t need to memorize color codes.
3. Table Creation
To make a table, use the “table”, “tr”, and “td” tags.
Use “th” for the table header.
If you need to merge cells, use “colspan” to connect columns.
After adding borders, use “border-collapse: collapse” so the borders merge cleanly.
Each cell in the table should match its data — for example, a schedule table should have the correct time and module in each row.
WEEK 4
WEEK 5
WEEK 6
WEEK 7
WEEK 8
- Get link
- X
- Other Apps







Comments
Post a Comment