Mississauga Coding A meetup group

HTML/CSS/JS - A Toggled Side-menu

A key part of any web page front-end is navigation, enabling the user to go from one section to another easily and intuitively. This week we will talk about coding a toggled side-menu which, incidentally,...
Read more...

HTML/CSS/JS - Extended - Part II

##Overview Last week we went over some important aspects of JavaScript and applied them in our Calculator. We also went over new HTML elements and explained the difference between in-line and block elements. This session,...
Read more...

HTML/CSS/JS - Extended - Part I

##Overview Last week we covered some new HTML elements and started with JavaScript. For a quick recap, HTML is the static form of a webpage, the CSS is what styles our webpage, and the JavaScript...
Read more...

HTML/CSS/JS - Intro Session 3

As we continue covering the basic concepts of front-end web development, the main focus this week will be JavaScript. This is where we left off our HTML and CSS files, more or less: index.html <!doctype...
Read more...

HTML/CSS/JS - Intro Session 2

This week we will continue covering the basic concepts of HTML, CSS and JavaScript. We will introduce new HTML tags and CSS properties, before touching on some JavaScript as well. This is where we left...
Read more...