Posts Tagged ‘tutorial’

Excel If Statement

August 22, 2009 - 5:14 am 5 Comments

A short presentation to show you how you can use the Excel If statement together with AND and OR statements. For more indepth tutorials and to download the file used in this tutorial - visit www.the-tutorial-library.com

Duration : 0:5:6

(more…)

Crystal Reports Tutorial The Template Expert Business Objects Training Lesson 5.7

August 19, 2009 - 7:05 am No Comments

Learn how to use the Template Expert in Crystal Reports by Business Objects at www.teachUcomp.com. A clip from Mastering Crystal Reports Made Easy v. 11 (XI). http://www.teachucomp.com/tutorcrmain.htm - the most comprehensive Crystal Reports tutorial available. Visit us today!

Duration : 0:3:16

(more…)

Introduction to SQL 2008 (Beginning Query lesson on Single Table Queries)

August 16, 2009 - 4:18 am 6 Comments

www.Joes2Pros.com How to use exact criteria matches in a basic single table query in SQL server 2005 and 2008.

Duration : 0:7:59

(more…)

C++ Tutorial 3 - For Loops and If statements (Part 2 of 4)

August 16, 2009 - 4:18 am 4 Comments

NEED HELP!! Please join the FORUM on my site. Thank you all. Visit my website at www.geocities.com/computersandplus for the source NEED HELP!! Please join the FORUM on my site. Thank you all. Visit my website at www.geocities.com/computersandplus for the source code, and an uninterupted full higher resolution download of this video. Thanks for watching.

Duration : 0:7:30

(more…)

SIMPLE SQL DATABASE AND TABLE CREATION

August 13, 2009 - 1:06 am 3 Comments

In this demonstration I will show you how simple it is to create a sql database, then a table and also use the insert statement to insert data into your table.

Duration : 0:8:48

(more…)

SQL Joins (Lab3.1 Using an Inner Join in your query.)

August 6, 2009 - 11:14 pm 2 Comments

www.Joes2Pros.com… Learn how to use basic inner joins to see two tables in one results set..

Duration : 0:8:37

(more…)

Batch Files Tutorial - If Statement

July 31, 2009 - 10:11 pm 25 Comments

Jake “Master Jake” Chappell teaches you how to use the if statement when dealing with batch files.

Please comment and rate. If you like my video tutorials spread the word.

Website: http://masterjake.co.nr/
E-Mail: skateparkceasercash@yahoo.com

Duration : 0:5:20

(more…)

Delphi Programming Tutorial #22 - SQL Part Four

July 31, 2009 - 10:11 pm 1 Comment

This is the fourth part in our series on SQL. In this guide we cover the SQL Insert statement.

Duration : 0:2:49

(more…)

Flash Tutorial-ActionScript

July 31, 2009 - 10:11 pm 25 Comments

Ok this one isnt much of a Great tutorial really,I havnt uploaded any videos in like almost 5 months now!
Thanks to all my Subscribers,fans and what-not I decided to make a Sudden comeback with this hopefully Helpful tutorial!
Im glad to be back,up and Running!

Anywho I treid my best to Explain ActionScript,I hope you get it for I tried my Best!

Index:

Example Statement:
onClipEvent(load){
health=100
lives=3
score=0
}
(When the movie loads set my health to 100,lives to 3,and score to 0)

Action List(Conditions)

stop();(Put in Timeline Frame)
gotoAndPlay(Frame here)
gotoAndStop(frame here)
on(release)(when the left button on the Mouse is RELEASED,ON the buttton)
on(press)(When the Mouse button is PRESSED)
onClipEvent(load)(When The movie loads)
onClipEvent(enterFrame)(Keep Checking if this happens)
varhere=100(Set Variable on Timeline)
var varhere=100(Same thing)
varhere-=100 (Subtracts the by 100 Variable)
varhere+=100 (Adds 100 to a Variable)
varhere == 100 (Set varaiable)
if (Statement here)

If Statement Examples:(Note:If/Else statements were NOT explained in this video)

onClipEvent(enterFrame){
if (_root.coin == 50){
var lives+=1
}
}

(Keep checking and whenever variable coins adds up to equal EXACTLY 50,gain a live)

Ill explain more later.Good Luck! ^_^

Duration : 0:9:51

(more…)

Crystal Reports Tutorial Setting Multiple Filters Business Objects Training Lesson 6.2

July 28, 2009 - 11:25 pm 2 Comments

Learn how to set multiple filters in Crystal Reports by Business Objects at www.teachUcomp.com. A clip from Mastering Crystal Reports Made Easy v. 11 (XI). http://www.teachucomp.com/tutorcrmain.htm - the most comprehensive Crystal Reports tutorial available. Visit us today!

Duration : 0:4:3

(more…)