Coding Resource Megathread

Coding Resource Megathread

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄


Open to all, new or experienced coders, to seek help and share resources!

6 Likes

Rules

  1. Feel free to share any coding resources that you think may help others here.
  2. If you’d like to test out any code, please do that over in this thread.

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

3 Likes

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

&nbsp; — empty space
&ast; — asterisk(*)
<br> — line break
<hr> — horizontal line
5 Likes

Suggestions

Feel free to list things you’d like to see added to this thread for future improvements!

[You may edit below the line.]


  • suggestion 1: How about a coding Mega thread with all the coding advice???
  • suggestion 2:
  • suggestion 3:
3 Likes

Welcome!

3 Likes

testing a thing

![|244x153](upload://yQpllHvWkICghRo4ykJMyoJccpx.png)

2 Likes

How about a coding Mega thread with all the coding advice???

@NightStar Can you be more specific on what you mean?

3 Likes

I mean all there is to coding, like a wiki encyclopedia.

2 Likes

I will consider it. I think there might be someone else working on one though.

3 Likes