Recent Posts

Wednesday 27 March 2013

PHP Tutorial 20 - Explode (PHP For Beginners)

PHP Tutorial 20 - Explode (PHP For Beginners)

PHP Tutorial 19 - Date and Time (PHP For Beginners)

PHP Tutorial 19 - Date and Time (PHP For Beginners)

PHP Tutorial 18 - Functions (PHP For Beginners)

PHP Tutorial 18 - Functions (PHP For Beginners)

PHP Tutorial 17 - POST Variable (PHP For Beginners)

PHP Tutorial 17 - POST Variable (PHP For Beginners)

PHP Tutorial 16 - GET Variable (PHP For Beginners)

PHP Tutorial 16 - GET Variable (PHP For Beginners)

PHP Tutorial 15 - ForEach Loop (PHP For Beginners)

PHP Tutorial 15 - ForEach Loop (PHP For Beginners)

PHP Tutorial 14 - While Loop (PHP For Beginners)

PHP Tutorial 14 - While Loop (PHP For Beginners)

PHP Tutorial 13 - Arrays (PHP For Beginners)

PHP Tutorial 13 - Arrays (PHP For Beginners)

Tuesday 26 March 2013

Learn How to Levitate BEER!

Learn How to Levitate BEER!

Scam School : Pick a Lock in SECONDS with a Bump Key - Scam School

Scam School : Pick a Lock in SECONDS with a Bump Key - Scam School

Mystery of Prince Rupert's Drop at 130,000 fps - Smarter Every Day 86

Mystery of Prince Rupert's Drop at 130,000 fps - Smarter Every Day 86

How the Earth Was Made: Asteroids "Season Premiere: November 24th at 9/8C — Asteroids have not only transformed the face of the planet and of life, but give us clues to the origins of the solar system."

How the Earth Was Made: Asteroids

Monday 25 March 2013

PHP Tutorial 12 - Logical Operators (PHP For Beginners) "Logical operators can be used in conditions to add more than one condition or have a choice of conditions. In this video we will cover the And operator and the Or operator."

PHP Tutorial 12 - Logical Operators (PHP For Beginners)

PHP Tutorial 11 - Comparison Operators (PHP For Beginners) "Comparison operators are used in conditions to compare two pieces of data. For example, we can check if one piece of data is the same as another piece of data, or we can check if one integer is of a greater value than another integer."

PHP Tutorial 11 - Comparison Operators (PHP For Beginners)

PHP Tutorial 10 - Else and ElseIf Statements (PHP For Beginners) "In the previous tutorial we looked at the conditional If Statement. But in this video we will take a look at the ElseIf statement and the Else statement. ElseIf basically allows us to add more than one condition or option to our statement. And Else is sort of like a default action to take if none of the statements are true. "

PHP Tutorial 10 - Else and ElseIf Statements (PHP For Beginners)

PHP Tutorial 9 - If Statements (PHP For Beginners) "An If statement is a conditional statement that will allow your PHP application to make a decision based on if a statement is true or false. This is where we start getting into the dynamic features of programming and understanding some of the core concepts."

PHP Tutorial 9 - If Statements (PHP For Beginners)

PHP Tutorial 8 - Math Operators (PHP For Beginners) "This video will take a look at the basic Math Operators in PHP, showing you how to do some basic calculations with a few lines of code. We look at addition, subtraction, multiplication and division. We also look at the increment and decrement operators also."

PHP Tutorial 8 - Math Operators (PHP For Beginners)

PHP Tutorial 7 - Single Quotes and Concatenation (PHP For Beginners) "As I mentioned in one of the previous tutorials, there is a difference between using single quotes and double quotes. This video will investigate the difference in performance and how the strings are read by the server. Concatenation is something that you will have to get used to."

PHP Tutorial 7 - Single Quotes and Concatenation (PHP For Beginners)

PHP Tutorial 6 - Comments (PHP For Beginners) "In this video we look at a very useful part of any programming language, Comments. Comments can be used to add notes to your code and make it look more organised. It can also be used to skip lines of code if you don't want to run them, but still want to keep them typed out."

PHP Tutorial 6 - Comments (PHP For Beginners)

PHP Tutorial 5 - Variables (PHP For Beginners) "In this tutorial we start looking at the first programming concept, variables. Variables are used to store data and can be called by using the variable name and the data that it holds will be outputted instead."

PHP Tutorial 5 - Variables (PHP For Beginners)