Course Overview
Teacher
LearnToProgram is a leading publisher of web, mobile and game development courses that are used by individuals and companies worldwide. Based outside of Hartford, Connecticut, the LearnToProgram team is dedicated to teaching more people to program... View ProfileDetails
- Total Time 2 hr, 20 min
- Lessons 19
- Attachments 33
- Exercises 44
-
80 CQ
19 Lessons in This Course
-
4 minFREEUI/UX Design lesson 1Free3 CQ
Javascript is an essential programming language for any web developer. Learn how to write and edit the language in this lesson from LearnToProgram.tv.
with LearnToProgramJavascript is an essential programming language for any web developer. Learn how to write and edit the language in this lesson from LearnToProgram.tv.
-
8 minWeb Development lesson 25 CQ
There will be nothing variable about your computer science skills after this lesson! Learn to declare, initialize, and reassign variables in JavaScript.
with LearnToProgramThere will be nothing variable about your computer science skills after this lesson! Learn to declare, initialize, and reassign variables in JavaScript.
-
7 minWeb Development lesson 34 CQ
There will be nothing variable about your computer science skills after this lesson! Learn to declare, initialize, and reassign variables in JavaScript.
with LearnToProgramThere will be nothing variable about your computer science skills after this lesson! Learn to declare, initialize, and reassign variables in JavaScript.
-
10 minWeb Development lesson 46 CQ
Why do the math when you can program your computer to do it for you? Learn about using operators in JavaScript by exploring mathematical operators.
with LearnToProgramWhy do the math when you can program your computer to do it for you? Learn about using operators in JavaScript by exploring mathematical operators.
-
6 minWeb Development lesson 54 CQ
Boot up your inner techie by learning about conditional "if" statements in JavaScript! Train your program to evaluate and respond to variable conditions.
with LearnToProgramBoot up your inner techie by learning about conditional "if" statements in JavaScript! Train your program to evaluate and respond to variable conditions.
-
5 minWeb Development lesson 63 CQ
If you've got the hang of conditional "if" statements in JavaScript programming, then it must be time to learn about "else" and "else if" statements!
with LearnToProgramIf you've got the hang of conditional "if" statements in JavaScript programming, then it must be time to learn about "else" and "else if" statements!
-
5 minWeb Development lesson 73 CQ
You're a computer programming wizard - you've got the hang of "if" and "else if" conditional statements. Now, switch it up by using "switch" statements in JavaScript!
with LearnToProgramYou're a computer programming wizard - you've got the hang of "if" and "else if" conditional statements. Now, switch it up by using "switch" statements in JavaScript!
-
7 minSoftware Development lesson 84 CQ
Interact with the users on your webpage! In this lesson from Learn to Program, learn how to create, customize, and use dialogue boxes in JavaScript.
with LearnToProgramInteract with the users on your webpage! In this lesson from Learn to Program, learn how to create, customize, and use dialogue boxes in JavaScript.
-
5 minSoftware Development lesson 93 CQ
Want to repeat the same JavaScript code over and over? Learn how to use while and do while loops, which execute as long as certain conditions are true.
with LearnToProgramWant to repeat the same JavaScript code over and over? Learn how to use while and do while loops, which execute as long as certain conditions are true.
-
8 minSoftware Development lesson 105 CQ
Learn why and how to use for loops in JavaScript to help you process large amounts of data effectively, in this lesson from Learn to Program.
with LearnToProgramLearn why and how to use for loops in JavaScript to help you process large amounts of data effectively, in this lesson from Learn to Program.
-
5 minSoftware Development lesson 113 CQ
Programming a website and want to execute a command more than once? Learn to create a function, or a block of reusable code you can call in your html.
with LearnToProgramProgramming a website and want to execute a command more than once? Learn to create a function, or a block of reusable code you can call in your html.
-
6 minSoftware Development lesson 124 CQ
You've learned how to create a function- now discover how you can feed values into that function in order to create code that is flexible and responsive!
with LearnToProgramYou've learned how to create a function- now discover how you can feed values into that function in order to create code that is flexible and responsive!
-
3 minSoftware Development lesson 132 CQ
Make your webpage interactive by designing user events that call functions! For example, learn how to make buttons users can click to cause something to happen.
with LearnToProgramMake your webpage interactive by designing user events that call functions! For example, learn how to make buttons users can click to cause something to happen.
-
8 minWeb Development lesson 145 CQ
Need a way to group multiple values together? As with most programming languages, JavaScript contains an array object. Learn how to create one in this tutorial.
with LearnToProgramNeed a way to group multiple values together? As with most programming languages, JavaScript contains an array object. Learn how to create one in this tutorial.
-
10 minWeb Development lesson 156 CQ
Now that you know how to create arrays in JavaScript, optimize their functionality. This tutorial covers the properties and methods of arrays.
with LearnToProgramNow that you know how to create arrays in JavaScript, optimize their functionality. This tutorial covers the properties and methods of arrays.
-
12 minSoftware Development lesson 167 CQ
Need to process data? In this Learn to Program lesson, discover string methods, regular expressions, and the relationship between strings and characters.
with LearnToProgramNeed to process data? In this Learn to Program lesson, discover string methods, regular expressions, and the relationship between strings and characters.
-
11 minSoftware Development lesson 176 CQ
JavaScript is watching you! This tutorial shows you how to retrieve and utilize your end user’s browser information with the navigator and window objects.
with LearnToProgramJavaScript is watching you! This tutorial shows you how to retrieve and utilize your end user’s browser information with the navigator and window objects.
-
6 minSoftware Development lesson 184 CQ
Confused by document objects in JavaScript? First, learn some basic functionality with this tutorial, which covers how to extract values from HTML and edit CSS.
with LearnToProgramConfused by document objects in JavaScript? First, learn some basic functionality with this tutorial, which covers how to extract values from HTML and edit CSS.
-
5 minSoftware Development lesson 193 CQ
Did you know that you can program JavaScript that alters HTML? Learn to access and edit HTML with JavaScript properties and functions in this tutorial.
with LearnToProgramDid you know that you can program JavaScript that alters HTML? Learn to access and edit HTML with JavaScript properties and functions in this tutorial.
-
27221 min27-part Web Development course124 CQ
Learning how to code has never been so simple! This 27-lesson beginner’s course from Learn to Program teaches you how to create a website from scratch using HTML and CSS. Start with an overview of web development before delving into the structure of HTML and XHTML documents. By the end of this course, you’ll know how to code links, inputs, and comments in HTML; style and format content with CSS; and more. Each lesson is accompanied by a screencast and exercises to reinforce your understanding.
with LearnToProgramLearning how to code has never been so simple! This 27-lesson beginner’s course from Learn to Program teaches you how to create a website from scratch using HTML and CSS. Start with an overview of web development before delving into the structure of HTML and XHTML documents. By the end of this course, you’ll know how to code links, inputs, and comments in HTML; style and format content with CSS; and more. Each lesson is accompanied by a screencast and exercises to reinforce your understanding.
-
972 min9-part Software Development course42 CQ
Want to design and program your own game using one of the most common languages in PC game building? In this course, LearnToProgram teaches you how to create a basic, text-based game called “Monster."
with LearnToProgramWant to design and program your own game using one of the most common languages in PC game building? In this course, LearnToProgram teaches you how to create a basic, text-based game called “Monster."
-
24274 min24-part Web Development course150 CQ
Develop expertise in website design and turn your plain HTML webpage into a stylistic treat using CSS! By the end of this course, you’ll be able to create the perfect look and feel for any website.
with LearnToProgramDevelop expertise in website design and turn your plain HTML webpage into a stylistic treat using CSS! By the end of this course, you’ll be able to create the perfect look and feel for any website.
-
21114 min21-part Software Development course66 CQ
Want to learn a programming language that emphasizes readability without sacrificing power? Python is the one for you. In this beginner's course, Learn to Program guides you through Python’s lists, conditional statements, loops, and more. If you are already proficient in a similar object-oriented language such as C or Java, learning the essentials of Python will be a piece of cake; if you've never written a single line of code, these crystal-clear lessons will make learning a new language as painless as possible.
with LearnToProgramWant to learn a programming language that emphasizes readability without sacrificing power? Python is the one for you. In this beginner's course, Learn to Program guides you through Python’s lists, conditional statements, loops, and more. If you are already proficient in a similar object-oriented language such as C or Java, learning the essentials of Python will be a piece of cake; if you've never written a single line of code, these crystal-clear lessons will make learning a new language as painless as possible.
-
22100 min22-part Software Development course59 CQ
Have you already tackled the basics of Python? Are you itching to move on to more challenging, interactive programming? In this 22-lesson, intermediate-level course, Alex Bowers from Learn to Program breaks down concepts such as user input, methods, classes, and inheritance. Start incorporating external files and databases with the help of SQL, and even write your own functions. When you’re done, put your coding skills to the test with Learn to Program’s advanced course on developing games with Python.
with LearnToProgramHave you already tackled the basics of Python? Are you itching to move on to more challenging, interactive programming? In this 22-lesson, intermediate-level course, Alex Bowers from Learn to Program breaks down concepts such as user input, methods, classes, and inheritance. Start incorporating external files and databases with the help of SQL, and even write your own functions. When you’re done, put your coding skills to the test with Learn to Program’s advanced course on developing games with Python.
-
10101 min10-part Software Development course55 CQ
Building a video game is a wonderful learning experience that uses many different skills. Learn learn how to build a game using Scratch, a free game design software from M.I.T.
with Richard PothBuilding a video game is a wonderful learning experience that uses many different skills. Learn learn how to build a game using Scratch, a free game design software from M.I.T.
-
6138 min6-part Software Development course73 CQ
Want working knowledge of Python—fast? This course from Bitesize Business School is an accelerated introduction to one of the most important coding languages.
Want working knowledge of Python—fast? This course from Bitesize Business School is an accelerated introduction to one of the most important coding languages.
-
5117 min5-part Software Development course61 CQ
Learn Django the smart way—by building a website! Find out about this popular Python-based framework and get hands-on coding experience as you create a complex website.
Learn Django the smart way—by building a website! Find out about this popular Python-based framework and get hands-on coding experience as you create a complex website.
-
46431 min46-part Software Development course238 CQ
C++ is a diverse programming language that can be used to create applications, games, and more. In this beginner-friendly course, you'll learn everything you need to know to master C++ programming.
with LearnToProgramC++ is a diverse programming language that can be used to create applications, games, and more. In this beginner-friendly course, you'll learn everything you need to know to master C++ programming.
-
47494 min47-part Android Development course271 CQ
Explore the ins and outs of Unity 5's flexible animation system, stellar physics capabilities, and audio mixer. Learn how to start developing your own 3D games and interactive experiences!
with LearnToProgramExplore the ins and outs of Unity 5's flexible animation system, stellar physics capabilities, and audio mixer. Learn how to start developing your own 3D games and interactive experiences!
-
759 min7-part Web Development course34 CQ
This beginner-level course is designed to help you learn the basics of web page design using HyperText Markup Language. Gain more control over your pages by learning to use stylesheets!
This beginner-level course is designed to help you learn the basics of web page design using HyperText Markup Language. Gain more control over your pages by learning to use stylesheets!
-
19140 min19-part Software Development course80 CQ
Want to add a layer of interactivity to your HTML website without wasting time on a programming language that isn’t built to last? Whether you’re new to coding or looking to brush up on old skills, you’ll find everything you need to know about JavaScript basics in these 19 lessons. Learn how to use operators, variables, conditional statements, loops, and more. By the end of this course, you should have the necessary tools to start building your own dynamic website or browser-based game.
with LearnToProgramWant to add a layer of interactivity to your HTML website without wasting time on a programming language that isn’t built to last? Whether you’re new to coding or looking to brush up on old skills, you’ll find everything you need to know about JavaScript basics in these 19 lessons. Learn how to use operators, variables, conditional statements, loops, and more. By the end of this course, you should have the necessary tools to start building your own dynamic website or browser-based game.
-
39360 min39-part Web Development course202 CQ
Build a fully featured mobile app using HTML5, CSS, JavaScript, jQuery, and AJAX. Structure and format the app using HTML5 and CSS, then use a variety of coding languages to enable more features.
with LearnToProgramBuild a fully featured mobile app using HTML5, CSS, JavaScript, jQuery, and AJAX. Structure and format the app using HTML5 and CSS, then use a variety of coding languages to enable more features.
-
25110 min25-part UI/UX Design course68 CQ
If you're considering redesigning your website, this essential course from Digital Media professor Kristen Palana covers how to take an old website and give it a makeover to boost your web presence!
with Kristen PalanaIf you're considering redesigning your website, this essential course from Digital Media professor Kristen Palana covers how to take an old website and give it a makeover to boost your web presence!
-
762 min7-part Web Development course37 CQ
Are you an ASP.NET Model View Controller (MVC) developer looking to learn an HTML-based structural framework for dynamic web apps? Get introduced to AngularJS in this coding course.
Are you an ASP.NET Model View Controller (MVC) developer looking to learn an HTML-based structural framework for dynamic web apps? Get introduced to AngularJS in this coding course.