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 1 hr, 34 min
- Lessons 13
- Attachments 43
- Exercises 42
-
55 CQ
13 Lessons in This Course
-
4 minFREEWeb Development lesson 1Free3 CQ
The JavaScript library jQuery makes scripting easier and can save you a lot of time. In this lesson, learn how to download jQuery and set it up in an editor.
with LearnToProgramThe JavaScript library jQuery makes scripting easier and can save you a lot of time. In this lesson, learn how to download jQuery and set it up in an editor.
-
5 minWeb Development lesson 23 CQ
Selectors are an important element in the jQuery cross-platform JavaScript library. Learn how jQuery selectors allow you to find and manipulate HTML elements.
with LearnToProgramSelectors are an important element in the jQuery cross-platform JavaScript library. Learn how jQuery selectors allow you to find and manipulate HTML elements.
-
2 minWeb Development lesson 32 CQ
Looking for a jQuery selector for a list of an array of a single type? In this lesson, learn about form selectors in jQuery using common import fields.
with LearnToProgramLooking for a jQuery selector for a list of an array of a single type? In this lesson, learn about form selectors in jQuery using common import fields.
-
20 minWeb Development lesson 411 CQ
Now that you know jQuery basics, it’s time to delve deeper into selectors. In this lesson, learn about more than twenty jQuery selectors and form filters.
with LearnToProgramNow that you know jQuery basics, it’s time to delve deeper into selectors. In this lesson, learn about more than twenty jQuery selectors and form filters.
-
4 minWeb Development lesson 53 CQ
In this lesson, learn two different methods for traversing—or looping—through a list of elements in jQuery to quickly select the elements you’re looking for!
with LearnToProgramIn this lesson, learn two different methods for traversing—or looping—through a list of elements in jQuery to quickly select the elements you’re looking for!
-
5 minWeb Development lesson 63 CQ
Continue exploring useful tools in jQuery with Alex Bowers and learn about two different methods of HTML content manipulation—the text and HTML functions.
with LearnToProgramContinue exploring useful tools in jQuery with Alex Bowers and learn about two different methods of HTML content manipulation—the text and HTML functions.
-
5 minWeb Development lesson 73 CQ
In this lesson, add to your coding skills watching Alex Bowers present different approaches for changing the attributes of an element in jQuery.
with LearnToProgramIn this lesson, add to your coding skills watching Alex Bowers present different approaches for changing the attributes of an element in jQuery.
-
3 minWeb Development lesson 82 CQ
In this lesson, learn about append and prepend, which allow you to insert content at the end or beginning of target elements according to your parameters.
with LearnToProgramIn this lesson, learn about append and prepend, which allow you to insert content at the end or beginning of target elements according to your parameters.
-
4 minWeb Development lesson 93 CQ
In this lesson, Alex Bowers demonstrates several techniques for removing content using jQuery, including the wrap, remove, empty, and clone functions.
with LearnToProgramIn this lesson, Alex Bowers demonstrates several techniques for removing content using jQuery, including the wrap, remove, empty, and clone functions.
-
5 minWeb Development lesson 103 CQ
You know how to change HTML using jQuery, but what about CSS? In this lesson, learn how to get the value of a style property and set CSS properties with jQuery.
with LearnToProgramYou know how to change HTML using jQuery, but what about CSS? In this lesson, learn how to get the value of a style property and set CSS properties with jQuery.
-
8 minWeb Development lesson 115 CQ
In this lesson, learn about the jQuery web page actions known as events and the bind and unbind functions, which are used to attach and detach event handlers.
with LearnToProgramIn this lesson, learn about the jQuery web page actions known as events and the bind and unbind functions, which are used to attach and detach event handlers.
-
16 minWeb Development lesson 129 CQ
In this lesson, learn all about jQuery’s animation effects, including hide, show, fade, slide, queue, and toggle, and how to perform custom animation!
with LearnToProgramIn this lesson, learn all about jQuery’s animation effects, including hide, show, fade, slide, queue, and toggle, and how to perform custom animation!
-
8 minWeb Development lesson 135 CQ
Take your jQuery skills to the next level and delve into Asynchronous JavaScript and XML—or Ajax—to transmit data between the browser and the server.
with LearnToProgramTake your jQuery skills to the next level and delve into Asynchronous JavaScript and XML—or Ajax—to transmit data between the browser and the server.
-
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.
-
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.
-
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.