Web Development

The process and technology of creating websites.

Computational Thinking for Problem Solving (University of Pennsylvania)

Module 1 1.1 Introduction Four Pillars of Computation thinking 1.2 Decomposition Breaking a complex problem into more manageable sub-problems Putting the solutions to the subproblems together gives a solution to the original, complex problem Decomposition example: Outline a Paper Introduction, Body, Conclusion 1.3 Pattern Recognition Finding similarities or shared characteristics within or between problems Makes

Computational Thinking for Problem Solving (University of Pennsylvania) Read More »

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