Tutorials

Learn how to code

Udacity – Javascript – Lesson 3

Conditionals (1) Intro to Conditionals (2) Quiz: Flowcharts (3) Flowchart to Code & (4) If…Else Statements Flowchart to code can be done through if-else statements. If we want to determine if we have enough money to buy an object we can translate that into an if else statement through code. We’ll create two variables, the price of the […]

Udacity – Javascript – Lesson 3 Read More »

Udacity – Javascript – Lesson 1

https://www.udacity.com/course/intro-to-javascript–ud803 (1) Intro to JavaScript and (2) History of JavaScript Brenden Eich created Javascript back in 1995 in only 10 days while he was working on Netscape Navigator (Web browser). Java and Javascript have nothing to do with each other. The naming convention was used to piggyback off the popularity of Java. (3) The JavaScript Console Open JavaScript Console by

Udacity – Javascript – Lesson 1 Read More »

* Notes: Creating Web Applications – Microsoft

Build Your First Web App – Part 1 Web Page – Static display of information Web App – Interactive display of information that allows users to C.R.U.D. Create: Input information Read: View information Update: Modify information Delete: Remove information Components of a Web App Content – HTML Style – CSS Behavior – Javascript Data – Database

* Notes: Creating Web Applications – Microsoft Read More »

Scroll to Top