You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When people talk about both usability and accessibility, it is often to point out how they differ.
Accessibility often gets pigeon-holed as simply making sure there are no barriers to access for screen readers or other assistive technology, without regard to usability, while usability usually targets everyone who uses a site or product, without considering people who have disabilities.
In fact, the concept of usability often seems to exclude people with disabilities, as though just access is all they are entitled to.
#####1. Intro to MVC
* An app is just a databse in disguise (for the most part)
* Views and Controllers
* Models - think about classes for making new objects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use JQuery ++ use one OTHER interesting open source library of your choice.
(animate css, Freewall JS, superscrollorama parallax, extra strength responsive grids, bootstrap, zurb, THREEJS)
Fork that repo.
MUST BE "DEPLOYED". Bit balloon or github pages or codepen, JSFiddle.
Because everything will be deployed demos happen on one computer with submissions via links (quicker demos) // do a lightning talk on your library of choice // introduce the idea of customization v convention and the need for frameworks
>The waterfall model is a sequential design process, used in software development processes, in which progress is seen as flowing steadily downwards (like a waterfall) through the phases of Conception, Initiation, Analysis, Design, Construction, Testing, Production/Implementation and Maintenance. ~ Wikipedia