Posts Tagged ‘basic’

The If Statement

September 3, 2009 - 4:18 am 25 Comments

this tutorial is going to show u how to use the if statement. watch and learn my young padawan :) ok so i hope you like this tutorial.

- SilverMagics

Duration : 0:4:40

(more…)

PHP Tutorial - 4 - If Else Statements

August 28, 2009 - 6:14 am 14 Comments

Go to http://thenewboston.com/ if you need any help or have any questions. I will answer them all there!

Duration : 0:4:6

(more…)

C++ Tutorial - 3 - Declaration Statements and Variables

August 28, 2009 - 6:14 am 25 Comments

Part 4 - http://www.youtube.com/watch?v=zu05hFPimYs

Make sure to Subscribe to my Channel for all my latest videos!!!

support my website too by registering at http://thenewboston.com

Duration : 0:4:5

(more…)

PHP Basics: Episode 1: Beginning

August 16, 2009 - 4:18 am 1 Comment

In this video I will be covering the basics of PHP. I will talk about comments, echo statement, if statements, while loops, variables, and the closing and opening tags. Next episode will be the basics of MySQL, including INSERT, SELECT, DELETE, and more.

Duration : 0:7:38

(more…)

C++ Tutorial - 19 - The if else if else Statement

July 27, 2009 - 2:25 am 14 Comments

Part 20 - http://www.youtube.com/watch?v=xzRLP_PkV1c&fmt=18

To get all the source code from this tutorial, visit my site at http://thenewboston.com

Duration : 0:5:38

(more…)

5.1 Checking/Validating data using IF Statements in Visual Basic.NET

July 23, 2009 - 5:18 pm 3 Comments

Using an IF Statement to Validate text placed in a text box on button press:

Here’s the code I used in this:

Dim Captain As String

Captain = TextBoxCaptain.Text
Captain = Captain.ToUpper

If Captain = “PICARD” Or Captain = “KIRK” Or Captain = “ARCHER” Or Captain = “PIKE” Or Captain = “JANEWAY” Then

MsgBox(”Indeed, Warp Factor 9!”)
Else
MsgBox(Captain & ” has never been a Captain”)
End If

Have fun!

Duration : 0:7:25

(more…)

Javascript Tutorial - 9 - If Else Statement

July 23, 2009 - 5:18 pm 10 Comments

visit www.thenewboston.com for all my tutorials!

Duration : 0:2:52

(more…)

Java Video Tutorial 7: Switch Statements

July 23, 2009 - 5:18 pm 25 Comments

It seem ages since I released my last video, so heres the next in the series! Thanks for all the positive comments/ratings/messages you have all been giving, I really appreciate it. I sound a little rough in this video, I have had a cold - which is partly why I havn’t released any videos till now. Anyway…

In this tutorial you learn about switch statements.

Duration : 0:8:52

(more…)

Visual basic 6 tutorial 7-The If statement

July 20, 2009 - 2:26 am No Comments

breif vid explaining the if statement

Duration : 0:1:5

(more…)

Visual Basic .net Tutorial 6: Select Case Statements

July 17, 2009 - 4:25 am No Comments

I explain how to use a Select Case statement using a ComboBox and a button

Duration : 0:2:52

(more…)