Landing : Athabascau University

Group members: this is the place for your learning diary. Use this to post your zipped-up site at least once each unit, and your reflections as often as you wish (at least once per unit). Please write your reflections directly in the post, not as attached files. Where you do need to attach documents, such as for unit 1 designs, use PDF, PNG or JPG formats. You can attach files using the 'Embed content' link in the editor.

QUICK COURSE LINKS:  Add blog post - Read latest group postsFAQs: Course process : Site design : HTML : CSS : JavaScript : JQuery : AJAX : MiscPodcasts for each unit

Updated resource pages:  Unit 1 - Unit 2  - Unit 3Units 4 & 5 - Unit 6 - Unit 7

mportant notice: the student web server is unavailable. Until this is fixed, we do not require you to upload your site to the student server. See Running a web server on your local machine for details of how to meet the requirements for the final unit

Unit 6 Code and Learning Diary

  • Public
By Andrew Jackson in the group COMP 266 October 29, 2022 - 12:49pm

Code can be found at:

https://landing.athabascau.ca/file/owner/andrewja25#15642100

 

Learning Diary:

In this unit I implemented 2 different libraries in order to increase the ease of access of my website. The first library (PushbarJS) was used to create a better navigation bar for the website. By blurring the rest of the page, it helps to draw attention to the open menu, as well as being easier to close than the original navigation bar which was implemented in Unit 5. The second library (JQuery) was used to implement a tabs menu in the locations page. It adds more dynamic and liveliness to the website allowing users to easily switch between the different locations. I have never worked with either of these two libraries before so there was a learning curve in order to add them both to my website. It is great to expand my portfolio of libraries that I have worked with and can easily bring out if I ever need them in the future.