Article
Khan Academy

Khan Academy: Review Html/css

For Students 9th - 10th
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.
Article
Khan Academy

Khan Academy: Review: Objects

For Students 9th - 10th
A review of objects--a data type that stores a collection of properties in a single variable. This review includes creating, accessing, and modifying object properties as well as arrays of objects.
Article
Khan Academy

Khan Academy: Review: Looping

For Students 9th - 10th
A review of JavaScripts two kinds of loops, a "while loop" and a "for loop". Nested loops are also reviewed.
Article
Khan Academy

Khan Academy: Review: Dom Events in J Query

For Students 9th - 10th
A review of DOM events in jQuery.
Article
Khan Academy

Khan Academy: Review: Functions

For Students 9th - 10th
A review of tutorials on functions.
Article
Khan Academy

Khan Academy: Review: Arrays

For Students 9th - 10th
A review of tutorials on arrays.
Article
Khan Academy

Khan Academy: Review: Dom Animation in J Query

For Students 9th - 10th
A review of DOM animation in jQuery.
Article
Khan Academy

Khan Academy: Review: Processing Forms With J Query

For Students 9th - 10th
A review of processing forms with jQuery.
Article
Khan Academy

Khan Academy: Review: Object Oriented Design

For Students 9th - 10th
A review of object-oriented design. Object prototype and object inheritance is also examined.
Article
Khan Academy

Khan Academy: Review: Logic and if Statements

For Students 9th - 10th
A review of logic and "if" statements, if/else statements, and conditional expressions
Article
Khan Academy

Khan Academy: Review: J Query Collections & Looping

For Students 9th - 10th
A review of jQuery collections and looping through collections.
Article
Khan Academy

Khan Academy: Review: Dom Access With J Query

For Students 9th - 10th
A review of DOM access with jQuery using a valid CSS selector.
Article
Khan Academy

Khan Academy: Review: Dom Modification With J Query

For Students 9th - 10th
Examines various modifications using jQuery.
Article
Other

Exploring Computer Science: Scratch: Programming for All [Pdf]

For Students 9th - 10th
A review of how the computer programming game, Scratch, has appealed to people who hadn't previously imagined themselves as programmers. It is an easy interactive activity for everyone of all ages, backgrounds, and interests, to program...
Article
Khan Academy

Khan Academy: Ap Csp Vocabulary

For Students 9th - 10th
The AP Computer Science Principles exam introduces a wide range of topics across the field of computer science. This review highlights terminology from the big ideas that are new to most students and includes links to more in-depth...
Article
Khan Academy

Khan Academy: Using Math Expressions in Js

For Students 9th - 10th
A review of text and strings in JavaScript.
Article
Khan Academy

Khan Academy: Quick Tip: Html Tags

For Students 9th - 10th
A quick review of HTML tags in writing code.
Article
Khan Academy

Khan Academy: What to Learn Next After Java Script and Processing Js

For Students 9th - 10th
A review of programming with JavaScript and ProcessingJS, and guidance of what to learn next.
Article
Khan Academy

Khan Academy: Hosting Your Website on a Server

For Students 9th - 10th
The advantageous of hosting your webpage on your own server are reviewed.
Article
Khan Academy

Khan Academy: Summary: Dom Modification Techniques

For Students 9th - 10th
A review of DOM modification techniques including attributes, styles, class names, inner HTML/text.
Article
Khan Academy

Khan Academy: Get Ready to Learn J Query

For Students 9th - 10th
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.