Coding Resource Megathread
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Open to all, new or experienced coders, to seek help and share resources!
Coding Resource Megathread
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Open to all, new or experienced coders, to seek help and share resources!
Rules
Resources
Markdown:
» Markdown Examples - Wikipedia
» Markdown Reference
» Markdown Tutorial
» Markdown Tables generator
BBCode:
» Add style and formatting to posts with BBCode
» BBCode tags reference
HTML:
» HTML Tutorial
» Real-time HTML Editor
Miscellaneous:
» BBCode & HTML Text Colorizer
» Character Entity Reference Chart
» Color Names — HTML Color Codes
» Hello Color
» Nietzsche Ipsum
» Web Safe Fonts
Quick Coding List
// Modifying Text
<b>bold</b> **bold** __bold__ [b]bold[/b]
<i>italics</i> *italic* _italic_ [I]italic[/i]
[u]underline[/u]
<s>strikethrough</s> [s]strikethrough[/s] ~~strikethrough~~
<sub>subscript</sub>
<sup>superscript</sup>
<font color="red">text</font>
[color="red"]text[/color]
<font size="300">text</font>
[size="1"]text[/size]
<font face="times new roman">text</font>
[font="times new roman"]text[/font]
[bgcolor="red"]text[/bgcolor]
[highlight]text[/highlight]
<abbr title="hello">text</abbr>
// Containers for Text
<pre>text</pre>
<kbd>text</kbd>
`Preformated Text`
More preformated text (four spaces)
<blockquote>text</blockquote>
[quote]text[/quote]
> blockquote
// Headings
<h1>text</h1>
<h2>text</h2>
<h3>text</h3>
<h4>text</h4>
<h5>text</h5>
<h6>text</h6>
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
// Lists
[list]
[*]Entry 1
[*]Entry 2
[*]Entry 3
[/list]
* Entry 1
* Entry 2
* Entry 3
1. Number One
2. Number Two
3. Number Three
// Tables
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
// Miscellaneous
— empty space
* — asterisk(*)
<br> — line break
<hr> — horizontal line
Suggestions
Feel free to list things you’d like to see added to this thread for future improvements!
[You may edit below the line.]
testing a thing
![|244x153](upload://yQpllHvWkICghRo4ykJMyoJccpx.png)
How about a coding Mega thread with all the coding advice???
@NightStar Can you be more specific on what you mean?
I mean all there is to coding, like a wiki encyclopedia.
I will consider it. I think there might be someone else working on one though.