Forum Url:
http://onlinezone.smfforfree.comCoding tutorialWhat is coding?
Coding is a language that a computer recognises.
LanguagesHTML, Java, JavaScript, C#, C++, VB (Visual Basic) and more...
Example:
[color=red]Example[/color]
creates
ExampleCoding can be hard or easy, it depends what you want to code
I have coded applications In Visual Basic.
Visual Basic, Is a program that makes applications like Windows
I have made: Visual Web, Shutdown Controls, Calender
and more, I did find it really hard sometimes here is some codes I know
Form1.Show
me.close
Layout
-----Forum1-----
[Button] <--- If you clicked this is would open "Form2"
-----Forum1-----
-----Forum2-----
[button] <--- same reaction opens "Forum1"
-----Forum2-----
Okay, so we should have an idea of what coding is?
If you find it hard to understand just google the word Coding
How do I code?
First you need the code for example:
Colour, Size, Font, Behaviour
The word you want to stand out is EXAMPLE
Color?
Okay this is how it will look for a color code
Part 1Color=ColorHere][/color]
PickYourColor - this could be any colour either HEX or the normal word
Option 1: Red - Normal Word
Option 2: #00FFFF - HEX
lets put this together
ExampleOkay, thats the color for our text "Example"
Now we are gonna add size.
Part 2[Size=SizeHere][/size]
SizeHere - Put your size here
Option 1: 0,5
Option 2: Small
lets add the size on the code
EXAMPLEThis the different okay, now the font to find the font you want just do what I do
I open MS Word (Microsoft)
and look for the font.
Lets use the font Berette
This is the code for a font
Part 3[font=Berette][/font]
Remember use any font
Lets add this to our code
EXAMPLEOkay, thats the font added as you can see the font as changed.
Now we need to add Behaviour to our text Behaviour is what the text can do.
We will use Move. (As the code on this forum)
Part 4[Move][/Move]
Move, Is a moving action the text will scroll along the page
lets add it to our Cool looking text
Now we have added that to our fantastic text
So, now you should have an great idea of what I'm trying to say
I'm happy to help you out with the coding
Okay thanks for reading this, any errors please tell me.