-
Notifications
You must be signed in to change notification settings - Fork 9
Home
#Welcome to the FortUVic2016 wiki!
##Our playlist on YouTube! This list will continue to grow! These short videos provide examples of using some of the tools that are actively used in agile practices and collaborative workflows in software development today!
#Understanding The Full-Stack! Front-end, back-end, and the analytics in between!
###Video 0: Navigating our Course Repository What is the README.md and Wiki all about?
In addition to our UVic sanctioned Learning Management System, we will have this open repository to share content, code and videos! Note that this video shows how to get access to this video... WOW! ha! :)
###Video 1: "hello world" in HTML? What do we really mean by "Hello World" these days?
Yes, the content does SAY "hello world", but the world cannot see it (yet!) :) In this video we use an editor to generate html tags for us and save a local file. We open the file in the browser, and use developer tools to view the contents. Bottom line: files can be locally viewed, but unless they are offered up on an available Web Server, no one else can see them!