Search Results: programming Show All Sort By students

Neuro-linguistic programming is a powerful system to create positive change in your life. Before you can study NLP techniques to take control of your life, however, you’ve got to study the basic ideas. In this lesson, learn about the core concepts of NLP such as modelling, being “at cause” and “at effect”, the role of the conscious and unconscious mind, and the relationship between perception and projection.


Assignment:
20:11
559
1.4K
18
18

Javascript is not only one of the main languages used in contemporary web development, but it also has many non-web based applications, from.pdf files to desktop widgets. Thus, Javascript is an extremely versatile and valuable language to have command of. In this lesson, Mark from LearnToProgram.tv demonstrates how to begin coding with Javascript, as well as how to test your code using a text editor (Mark recommends Komodo Edit). Finally, learn how to use Javascript to manipulate HTML pages.


Assignment:
4:59
901
1.3K
17
34
10 of 12

Negative emotions are often linked with upsetting events in the past. In this lesson, learn to use the NLP timeline technique to eliminate unwanted and inappropriate emotions. Neuro-linguistic programming expert, Hari from The Thought Gym, explains how time is stored in memories, and guides you through this powerful NLP technique.


Assignment:
20:36
28
939
0
0
7 of 12

Neuro-linguistic programming teaches a wealth of language skills that can help you communicate better in your relationships. In this lesson, learn three useful NLP techniques to make you a more effective communicator! Hari from The Thought Gym teaches how to use the agreement frame, reframing, and NLP chunking. Find out how NLP tricks like using “and” instead of “but,” and reframing statements and observations, can help you build understanding with conversation partners.


Assignment:
13:37
55
939
0
0

Knowledge of HTML 5 is necessary for any contemporary web developer. Understanding where it came from will help you understand what this still-emerging programming language can accomplish and where it’s going. In this introductory lesson to HTML 5 and CSS, Mark Lassoff from LearnToProgram.tv gives an overview of HTML, the programming language that is the foundation of both websites and web applications. He covers HTML 4.01, XHTML, and HTML 5, as well as the design element of web design, CSS.


Assignment:
5:19
1.3K
810
28
54

It’s time to kick off your web design career with this lesson! Learn how to create a basic HTML web page, using Notepad, the default Windows text editor. Begin by learning about HTML tags, then review the way sections are set up, and finally, create a basic website that can be read by your web browser. The site you create won’t have any bells and whistles, but it is the first step to getting a page online!


Assignment:
10:48
493
751
11
23

Styling your first "Hello World" program can be daunting, but not with Xcode! Learn to Program shows how to take the first step towards being an Apple developer, by creating your first iPhone or iPad app. This lesson covers how to navigate through XCode 4.6 (optimized for Apple iOS 6), and make a simple mobile app. Learn how to add objects, define properties, attach actions and methods, and become familiar with the programming language IDE’s layout, menus, and features.


Assignment:
17:04
331
715
3
1
8 of 19

Looking for a fun and effective way to interact with the users on your webpage? One of the ways you can do so is with dialogue boxes, which come in different varieties depending on the kind of interaction you want to have. Dialogue boxes can be customized to not only record your user’s answers, but to respond according to them as well. In this lesson from Learn to Program, Mark shows how easy it is to make and customize alert, confirmation, and prompt dialogue boxes in JavaScript.


Assignment:
7:29
78
708
1
1
2 of 19

There will be nothing variable about your computer science skills after this lesson! This video from Learn to Program's JavaScript series teaches you how to use variables in computer programming. Discover the var statement, and hear why it's useful for setting your variable scope. Assign a variable by declaring and initializing it... then reassign your variable! This lesson also covers assignment operators, output values, and common errors like forgetting to place quotes around variable strings.


Assignment:
8:29
385
707
4
2
19 of 19

Did you know that you can program JavaScript that alters HTML? Underlying AJAX, a powerful web development technique that makes websites like Google Maps and Kayak possible, is JavaScript’s ability to access and edit HTML. Use the getElementById function and the innerHTML property in this tutorial by Learn to Program; your HTML and JavaScript will be functioning together in no time!


Assignment:
5:12
55
702
0
1
3 of 19

There will be nothing variable about your computer science skills after this lesson! This video from Learn to Program's JavaScript series teaches you how to use variables in computer programming. Discover the var statement, and hear why it's useful for setting your variable scope. Assign a variable by declaring and initializing it... then reassign your variable! This lesson also covers assignment operators, output values, and common errors like forgetting to place quotes around variable strings.


Assignment:
7:40
243
701
1
2
4 of 19

Why do the math when you can program your computer to do it for you? This lesson from Learn to Program's Java Script series teaches about operators by exploring basic mathematical operators like division and subtraction. Declare your variables, and learn how the plus sign functions as both the addition operation and a concatenation symbol. Learn about the modus, PostFix, PreFix, and increments. This demonstration uses Komodo, but the lesson can apply to any Java Script development environment.


Assignment:
10:31
190
697
0
0
10 of 19

For processing lots of data, for loops can be a great way to repeat operations on any number of objects, and knowing when and how to use a for loop is a fundamental concept in programming. In this lesson from Learn to Program, you’ll discover the three main statements that control for loops: initialization, the iterator and the counter. Mark Lassoff demonstrates how to implement a for loop in JavaScript, and equally important, how to avoid endless loops and resulting browser crashes.


Assignment:
8:03
88
696
2
1
18 of 19

Confused by document objects in JavaScript? Document objects come with lots of powerful properties and functions that you will want to use as your programming knowledge expands. In this tutorial by Learn to Program, you will learn a basic function, getElementById, which allows you to retrieve any element from the HTML portion of your document; you will also learn one of its properties, style, which accesses the CSS of any element.


Assignment:
6:50
41
696
0
0
9 of 19

Want to repeat the same JavaScript code over and over? In this lesson from Learn to Program's JavaScript series, learn how to use while loops and do while loops, which execute repeatedly so long as certain conditions are true. See how to establish the loop and set those conditions. While loops are perfect for when you need your code to respond to multiple user inputs, or if you need it to read an XML document.


Assignment:
5:16
39
695
0
1
5 of 19

Boot up your inner techie by exploring conditional "if" statements in JavaScript! In this lesson from Learn to Program's JavaScript series, learn how to train your program to evaluate and respond to conditions using "if" statements. This lesson covers comparison (such as equivalency of value and/or type, greater than, or less than), logical operators (such as and/or), and bullion variables (true/false statements).


Assignment:
6:55
178
695
0
0
6 of 19

If you've got the hang of "if" conditional statements in JavaScript programming, then it must be time to tackle "else" and "else if" statements! In this lesson from Lean to Program's JavaScript series, Mark Lassoff explains how to design a program that will run several tests, executing one program or another depending upon the variable entered. The lesson also explains short circuit evaluation.


Assignment:
5:35
75
695
0
0
11 of 19

Programming a website and want to execute a specific action or command more than once? In this first of three parts on functions from Learn To Program's JavaScript series, learn how to create a function, which is a block of reusable code you can call in your html. Practice creating functions that can write a greeting or other message and attaching it to your JavaScript file.


Assignment:
5:08
41
695
0
3
17 of 19

JavaScript is watching you! Retrieving browser information from the end user such as version, browser name, and window size can be incredibly helpful when designing for a broad audience. For example, you can activate different CSS style sheets, depending on the end user’s browser. This tutorial by Learn to Program shows you how to pull this information with the navigator and window objects.


Assignment:
11:10
38
695
0
1
7 of 19

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! In this lesson from Learn to Program’s JavaScript series, Mark Lassoff teaches you about "switch" statements, which switch on in response to a certain variable. Learn how to set your primary, secondary, and default cases. Remember to always test multiple cases, and don't forget that your cases are case-sensitive!


Assignment:
5:13
72
694
0
0
Failed to load more lessons. Please try again.
Get started!
Save
Complete your purchase

Please show this teacher your appreciation:

Leave comment
Love this lesson
Tip $1
Tip $2
Tip $5
500 characters left
Thank You
Thank you for your generosity!
No thanks
Continue
Whoops!
Your free trial of Curious+ has expired