Posting Guidelines
Posting Guidelines
The following guidelines will teach you how to post properly in this website.
Code Coloring
This website has a code coloring for every language you selected. Whether you submit an article, tutorial, comments, source code the syntax highlighting will trigger if you use the following code.
| Language | Language code |
| ASP | asp |
| C | c |
| C++ | cpp |
| C# | csharp |
| CSS | css |
| Java | java |
| Java(TM) 2 Platform Standard Edition 5.0 | java5 |
| Javascript | javascript |
| MySQL | mysql |
| PHP | php |
| SQL | sql |
| Visual Basic | vb |
| vb.net | vbnet |
For example:
<vb>
Private Sub CmdClose_Click()
End
End Sub </vb>
This will trigger the Visual Basic 6.0 code highlighting which will result in automatic formatting as shown below:
[inline:Sample Code Highlight.jpg=Code Formating]
Inserting Image(s)
To insert an image (except for comments system) toggle the File Attachment as shown below:
[inline:Attachment.jpg=Attachment]
You may then use the following syntax to display the image(s) in your article:
Example
[inline:Inline1.jpg=Image Number 1 Description]
If you have more than one attachment you can continue displaying it by increment the number of your attachment like:
[inline:Inline2.jpg=Image Number 2 Description]
Inserting Youtube Video
To insert a YouTube video use the following syntax:
Example
[inline:Video Syntax Example.jpg=Video Syntax Example]
Note: You do not need to use the syntax in inserting of images when you upload a source code. This applies only to blog, articles and tutorials. The system will do this for you automatically.
