Lab #12 Jason

Lab #12 involved using json in order to display videos whenever you click on one of the images or the text as well as displaying the title of the video at the top and the amount of views it has, along with the author of the video.


To complete this task, I added a div between the videos list div and the video watcher div. Within this div, I added a class that would represent the data of the video that would be shown when the video is clicked on to display. I linked each heading with an id which would contain the data associated with the name. All of the data was stored in the JavaScript under variables which allowed for them to be called anytime.

Web designers would need to know how to do this in order to store their data and keep it organized. They can associate their data with a specific element within their page to display it like the headings in my page. In addition, json can be used to keep a database and you can also use that to make sure it is clean, organized and also not corrupted.

Comments

Popular posts from this blog

WBL Workshop #6 Interview Skills

CTE Expo Reflection Journal

Lab #12 Reflection