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: Review: Objects
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.
Khan Academy
Khan Academy: Review: Looping
A review of JavaScripts two kinds of loops, a "while loop" and a "for loop". Nested loops are also reviewed.
Khan Academy
Khan Academy: Review: Processing Forms With J Query
A review of processing forms with jQuery.
Khan Academy
Khan Academy: Review: Object Oriented Design
A review of object-oriented design. Object prototype and object inheritance is also examined.
Khan Academy
Khan Academy: Review: Logic and if Statements
A review of logic and "if" statements, if/else statements, and conditional expressions
Khan Academy
Khan Academy: Review: J Query Collections & Looping
A review of jQuery collections and looping through collections.
Khan Academy
Khan Academy: Review: Dom Access With J Query
A review of DOM access with jQuery using a valid CSS selector.
Khan Academy
Khan Academy: Review: Dom Modification With J Query
Examines various modifications using jQuery.
Other
Exploring Computer Science: Scratch: Programming for All [Pdf]
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...
Khan Academy
Khan Academy: Ap Csp Vocabulary
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...
Khan Academy
Khan Academy: What to Learn Next After Java Script and Processing Js
A review of programming with JavaScript and ProcessingJS, and guidance of what to learn next.
Khan Academy
Khan Academy: Hosting Your Website on a Server
The advantageous of hosting your webpage on your own server are reviewed.
Khan Academy
Khan Academy: Summary: Dom Modification Techniques
A review of DOM modification techniques including attributes, styles, class names, inner HTML/text.
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.