Sign Up Now
Watch the best videos collected by gigili.
Join and follow gigili's collection of 46 videos. It's free to sign up.
-
Free Pascal Tutorial 8 - Procedure
As your programs become more advanced, placing all the code in the main program can make the program more difficult to code. Slicing the program into sections can help.Collected in gigili's videos Mar 24, 2012 -
Free Pascal Tutorial 7 - Functions.mp4
Today I will show you how to use functions in Pascal. Whats is a function?Collected in gigili's videos Mar 21, 2012 -
PHP Tutorial 8 - Forms
Today I will show you how to crate forms using HTML code and then using a simple PHP code to collect data from that form and insert it into database. E-mail: mr.gigiIII@gmail.com Twitter: http://www.twitter.com/GigiliProCollected in gigili's videos Jan 13, 2012 -
PHP Tutorial 7 - Functions
Today I will show you how to use functions in PHP. Functions are used when you don't won't the code to be executed as soon as the page loads, but to get executed when user activate it.Collected in gigili's videos Nov 22, 2011 -
PHP Tutorial 6 - For loop
Today I will show you how to use for loop in php. E-mail: mr.gigiliIII@gmail.com Twitter: http://www.twitter.com/mrxxxproduction Website: http://www.mrxxxproductions.pcriot.comCollected in gigili's videos Nov 11, 2011 -
PHP Tutorial 5 - While loop
Today I will show you how to use while loop in PHP. While loop is beaning executed only if the condition is true.Collected in gigili's videos Nov 7, 2011 -
PHP Tutorial 4 - Arrays
Today I will show you how to use arrays in php. An array is a special variable, which can store multiple values in one single variable.Collected in gigili's videos Nov 6, 2011 -
PHP Tutorial 3 - If statements
Today I will show you how to use if statements in PHP.It is very simple and easy to learn.The if statement is usually used when comparing two variables.Collected in gigili's videos Nov 4, 2011 -
PHP Tutorial 2 Variables and strings
Variables are used for storing values, like text strings, numbers or arrays. When a variable is declared, it can be used over and over again in your script.Collected in gigili's videos Nov 2, 2011 -
PHP Tutorial 1 - introductions and basic code
Today I will show some basic PHP syntax and basic codes that you can use HTML Tutorial Playlist: http://www.youtube.com/playlist?list=PL227C6040D0B23530&feature=viewall E-mail: mr.gigiliIII@gmail.com Twitter: http://www.twitter.com/mrxxxproduction Website: http://www.mrxxxproductions.pcriot.comCollected in gigili's videos Nov 1, 2011 -
Free Pascal Tutorial 6 - Arrays
Today I will show you how to use Array in Free Pascal. Arrays hold lists of variables of the same data type.Collected in gigili's videos Sep 24, 2011 -
Free Pascal Tutorial 5 - Case Statements
Today I will show you how to use case statements. The Case statements can be used to replace the large if statements and when you are using the multiple choice options.Collected in gigili's videos Sep 23, 2011 -
Free Pascal Tutorial 4 - Loops
Today I will show you how to use loops in pascal.This is very easy and simple to understand. :) E-mail: mr.gigiliIII@gmail.com Twitter: http://www.twitter.com/mrxxxproductionCollected in gigili's videos Sep 21, 2011 -
Danko's Crib
This is a little project that I did with my brother. :) One day we went to see his father and we were a little bit bored because we had to walk for a long time,so we decided to make a video.Collected in gigili's videos Sep 20, 2011 -
Free pascal tutorial 3 - If statements
Today I will show you how to use If statements in Pascal. This is very simple tutorials and it doesn't take to much time to learn.Collected in gigili's videos Sep 17, 2011 -
Free Pascal Tutorial 2 - Basic Math Operations
Today I will show you how to use simple math operations in pascal. This is very easy and all it takes is a one line of code for every operation.Basic math operations in pascal: + - * / div: Integer division mod: Remainder Pascal is following these rules while using math operations: 1.Parentheses; 2.Exponents; 3.Multiplication; 4.Division; 5.Addition; 6.Subtraction; E-mail: mr.gigiliIII@gmail.com Twitter: https://twitter.com/#!Collected in gigili's videos Sep 7, 2011 -
Free Pascal Tutorial 1 - First Program
Today I will show you where you can download the free pascal and lazarus. In my tutorials I will be using lazarus, but you can download the free pascal if you want.Also I will show you how to print data onto screen and how to input some data into pascal.Collected in gigili's videos Sep 6, 2011
Comments
gigili As your programs become more advanced, placing all the code in the main program can make the program more difficult to code. Slicing the program into sections can help.
Mar 24, 2012