Khan Academy
Khan Academy: Intro to Vectors
An introduction to the most basic building block for programming motion--the vector. In JavaScript referring to a Euclidean vector defined as an entity that has both magnitude and direction.
Khan Academy
Khan Academy: Intro to 'Memory'
An introduction to creating a single player version of the memory game using drawing commands and implementing the rules of the game using variables and logic.
Khan Academy
Khan Academy: Intro to Particle Systems
An introduction to strategies for implementing programming for a particle system. The focus is to keep track of a system of many elements. A sequence of the movie, Star Trek II: Wrath of Khan is used to illustrate particle system which...
Khan Academy
Khan Academy: Intro to Hoppy Beaver
The process of designing a "side-scroller" game using the components: playable character; non-player characters; environment; and overall mission.
Other
Brad Templeton: A Brief Intro to Copyright
This personal site provides an article on the copyright issues. Includes the basics, creative work, making copies, commerce, fair use/fair dealing, and some legal basics.
Khan Academy
Khan Academy: A Guessing Game
This Khan Academy resource is an article about a game that gives you an idea of how different algorithms for the same problem can have wildly different efficiencies. The computer is going to randomly select an integer from 1 to 15....
Khan Academy
Khan Academy: Additional Programming Projects
Here are links to 10 projects in our Intro to JS: Drawing & Animation curriculum. Each project is an opportunity for students to be more creative and free-form with their newfound programming knowledge.
Khan Academy
Khan Academy: Get Ready to Learn J Query
A review of the knowledge needed before beginning jQuery: HTML/CSS; JavaScript; JS DOM API; and using JS libraries. Links and practice for each of these programs are offered in the article.
Khan Academy
Khan Academy: Review Html/css
A review of HTML/CSS by providing links to Khan Academy's Intro to HTML/CSS course. Specifically llinked for the review: basic tags, grouping elements, CSS id's and class, and CSS absolute positioning.
Khan Academy
Khan Academy: Quick Tip: Selecting by Tag Name
In webpage design the CSS rule tells which HTML element to style by using selectors based on their tag names.
Khan Academy
Khan Academy: Discuss: Algorithms in Your Life
Learners are invited to express algorithms in their everyday life, sports, games and apps.
Khan Academy
Khan Academy: Learn More About the Internet on Khan Academy
Provided are links to Khan Academy content on the following subjects: Computers and the Internet; HTML/CSS; Cryptography; and SOPA/PIPA.
Khan Academy
Khan Academy: Route Finding
Recognition of the importance of algorithms in everyday life is illustrated.