Lab Assignments
Here are my labs. I will update the labs through this semester. There is a lab each week.
Here are my labs. I will update the labs through this semester. There is a lab each week.
The first lab assignment is to build a website about the course and ourselves. There are four pages that include home page, labs page, biography, and portfolio. I have learned a little bit about HTML and CSS in high school. The basic information about the heading, body, and paragraph. Same as the CSS, I only know the simple ways to style the web page.
I learned how to add the images and websites. The way to layout the content and the way to style the specific part using different types of selector.
I like to make website that about myself. I have my own page to show the information about me. Let more people knows about me from the website. The styling is hard to makes it just fix the page. And I am writing a long paragraph about myself.
This is the Lab2. I learned about how to make a form and style the page properly. The one page is helpful to read.
Lab 2: Lab2This is the Lab3. In this lab, I make a website of a coffee shop order site. Customer can choose the categrory and item and then add to their order. I learned about the JavaScript. I also learned how to use the getElementById and how to make the event handler. I found it is useful to make the function in the script and call it in the <>.
Lab 3: Lab3This is the Lab 4. In this lab, I make a website of House Market. In this website, you can add the house to the house market. Then you can see them in the list of houses. Moreover, you can update and delete them. It also contains the search section which allows you to search for the house you like with the type, price, and others.
I like the part that people need to fill in all the blanks to add the property to the list. If you do not enter the required parts, it will display a message to tell you that you need to fill out those informations. I learned a lot from this section. Moreover, I also learned about how to add and get items from the local storage.
Lab 4: Lab4This is the Lab 5. In this lab, I have create several tables using SQL sever. I also created a Web API. I wroted a lot of POST and GET action to get the information from the tables.
I learned a lot from this lab. I know how to write Web API and using the database knowledge. I like the database part because I learned well on the database. I hope to learn more about it.
Lab 5: Lab5This is a Tutorial Project. In this project, I made a Movie Management System using jQuery Mobile. In this system, you can add, modify, and delete the movie. You can add the information and rating the movie you like and dislike. I also has a website to explain the coding. Hope this can help people to understand and learn about jQuery Mobile.
I like to make tutorial to help people to learn more different framework. In this way, I also learned a lot about it. Sometimes, these frameworks can save people's time because it has a lot of short cut to do the same thing. I would like to learn more about it.
Tutorial: Tutorial Movie Management System