Landing : Athabascau University

Group members: use the discussion to seek help, give help, or simply to share ideas with others that do not comfortably fit in your learning diary.

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

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

Important 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, and my posts on the subject in the discussion forum for further information about the problem.

Testing of a new server is in progress: if you would like to get early access and you are unafraid of working with command lines, network settings, and conf files, please contact Gerald Abshez, asking to be part of the trial.

 

Online Validator Resources

  • Public

Online Validator Resources

Started by Dave Boyle November 1, 2020 - 10:41am

https://validator.w3.org/#validate_by_upload - This page validates your HTML code.

http://jigsaw.w3.org/css-validator/ - This page validates your CSS code.

http://beautifytools.com/javascript-validator.php - This page validates your JavaScript code.

 

I've noticed through a few sites being shared that there are some errors that would be caught if their sites would put through an online validator. We need to remember as developing web developers sometimes a page will render as we expect it to, but it might still be littered with errors. For example, a face in a paper bag moment for me was commenting on someone's page, and then putting my page through a validator and finding some pretty silly errors in my CSS syntax. The page still rendered fine so I didn't think anything of it, but it definitely needed work.

http://student.athabascau.ca/~davidbo56/

Feel free to critique my pages code. 

I haven't submitted Unit 5 yet, but it is pretty much done at this point. Even though I operated a website years ago, I have learned so much in such a short period of time and I am really enjoying it. In particular, I am loving unlearning bad habits, and learning how to build websites the right way.