Skip to main content

Posts

Showing posts from October, 2021

Class 4

  Class 4 Keypoints: Using Materialize  to design for a better experience across different devices. COPY AND PASTE available templates, to prevent typo errors. Use of for loop to display Item title and description. Much shorter code than printing one by one.         Homework 3:     PChouse webshop

Class 3

Class 3 Key points: When Coding : Better assign value than adding every time. Using if-else always use tab. Ex: Never repeat the same code inside if-else. Use only one line of code after the last if-else.                   Always write comment out, so others can understand your code.                Homework: Auto play button

Class 2

Class2 Keypoints:     <div> used contain any type of content inside. Can be personalized with CSS. <img>: Embeds images into a website. Images are not inserted into the website, just linked.  <img src="image url or directory" alt="image name or description"         width="" length=""> References: https://www.w3schools.com/html/html_images.asp Homework:      Album Images: Stops at first and last image. Cycles through the array of images.

Class 1

  Class1 keypoint: Weekly blog update. Importance of RWD: Over 80% of users visit websites on smartphones or other devices other than a PC. Website rendering will adapt to the user's device's screen size and proportion. Front-end developers: Aesthetic and design of what users see on a webpage. Selecting and optimizing graphics, texts, or functionalities. Back-end developers: Works closely with databases needed for the website to work with the desired functions(such as user logins). Optimize servers for scalability, speed, and stability. Implements security. One page websites: Contain only one HTML page. Allows users to scroll down to access all contents. No need to click on tabs. Let smartphones users have a smoother experience when scrolling down a webpage.