Player FM - Internet Radio Done Right
39 subscribers
Checked 1+ y ago
Added eleven years ago
Content provided by Mark Lassoff. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Mark Lassoff or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://ppacc.player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!
Go offline with the Player FM app!
Javascript Video Tutorial 6: The String Object
Manage episode 36714279 series 33970
Content provided by Mark Lassoff. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Mark Lassoff or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://ppacc.player.fm/legal.
String and the string object allow you to work with text in Javascript. This video introduces creating strings and using the string object. The string.length property is demonstrated as well as several important methods you can use with Strings.
10 episodes
Manage episode 36714279 series 33970
Content provided by Mark Lassoff. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Mark Lassoff or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://ppacc.player.fm/legal.
String and the string object allow you to work with text in Javascript. This video introduces creating strings and using the string object. The string.length property is demonstrated as well as several important methods you can use with Strings.
10 episodes
All episodes
×J
Javascript Video Tutorial Podcast » Podcast Feed

1 Javascript Tutorial 10: Show and Hide Logical Divisions with Javascript, CSS and HTML 8:25
8:25
Play Later
Play Later
Lists
Like
Liked8:25
With just a little Javascript knowledge you can create a sliding div effect that is commonly seen on the web. In this video tutorial, Mark will show you how to create a sliding div within the browser. The sliding div reveals it’s content as the div opens and completely disappears once the div is closed.…
J
Javascript Video Tutorial Podcast » Podcast Feed

Ajax is an important technology that is behind the front end of many of today’s web sites. Ajax technology, which is coded in Javascript, allows your page to communicate with the server behind the scenes. This behind the scenes communication allows web pages to be updated without refreshing the entire page. Ajax leads to a more seamless, desktop like experience for users.…
J
Javascript Video Tutorial Podcast » Podcast Feed

The Javascript getElementById method is, perhaps, one of the most important methods in the language. It allows you to access in HTML element that has an id attribute and value. Once you access the element you can manipulate its stylesheet, read its content, or change its internal HTML. In this tutorial Mark demonstrates the Javascript getElementById method and explains how you can use it most effectively.…
J
Javascript Video Tutorial Podcast » Podcast Feed

Functions allow you to create a piece of code and execute at any point during the execution of the program. This video discusses functions, function calls, passing arguments to a function, returning values from a function, and the scope of variables within a function.
J
Javascript Video Tutorial Podcast » Podcast Feed

1 Javascript Video Tutorial 6: The String Object 11:28
11:28
Play Later
Play Later
Lists
Like
Liked11:28
String and the string object allow you to work with text in Javascript. This video introduces creating strings and using the string object. The string.length property is demonstrated as well as several important methods you can use with Strings.
J
Javascript Video Tutorial Podcast » Podcast Feed

Arrays are important objects in all programming languages. The concept of arrays in Javascript allows you to store several values in a single variable. For example, you could store an entire list of names, or an entire list of GPA’s in a single array. This tutorial will show you several methods for declaring an array. You will also learn how to modify the values stored in an array. Additionally, to methods of extracting array values with loops will be discussed.…
J
Javascript Video Tutorial Podcast » Podcast Feed

Loops are another structure that are common to most programming languages. Loops allow you to repeat a section of code a known number of times. This fourth Javascript tutorial discusses the three primary kinds of loops: for loops, while loops and do…while loops. It also discusses the use of logical operators and statements to determine when a loop terminates.…
J
Javascript Video Tutorial Podcast » Podcast Feed

1 Javascript Video Tutorials 3: Branching and Conditionals 13:52
13:52
Play Later
Play Later
Lists
Like
Liked13:52
In this segment of the Javascript Tutorial we’ll look at conditionals– namely the “if” statement. The if statement is used for a program to make a decision based on some logical test. For example “if” the player’s score is higher than the high score, than the players score is the new high score. Each if statement is paired with an expression which evaluates to true or false and the if code block as associated else blocks are– or are not– executed. It’s easy!…
J
Javascript Video Tutorial Podcast » Podcast Feed

In this second tutorial on the Javascript language we’ll take a close look at variables. Variables are a central concept in all programming languages. This tutorial covers declaring variables, initializing variables, combined declaration and initialization of variables, the assignment operator, concatenation operator, mathematical operators and string verus number variables.…
J
Javascript Video Tutorial Podcast » Podcast Feed

Javascript is growing in use and importance. Learning Javascript is critical for most web, software and eLearning developers. This lesson is a gentle introduction to Javascript. You should know HTML before attempting to follow this lesson. In this lesson we’ll go over: document.write() Placing Javascript in the head, body and attaching javascript files Basic usage of a function Basic onclick even function call…
Welcome to Player FM!
Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.