Submitting A Tutorial

Welcome

First of all I’d like to say thank you for thinking about submitting your tutorial / screencast to Codr. As you will probably know all websites of our type expect a few simple rules for you to follow for example how to correctly format your tutorial topic. So without further ado lets get right into it. I will also go into how you can submit screencasts to us.

Formatting Your Text Tutorial

Formatting a tutorial without knowing how to format the tutorial for the certain website can be hard so here is a comprehensive guide on formatting your tutorial for Codr.

Every section / heading of your tutorial must be wrapped with:

tags.

Code should always be wrapped with any of the following tags (depending on what language your using):

<pre class="brush:css|js|perl|php|text|python|rails|sql|html"></pre>

Whenever you’re writing one liner code wrap it with:

<pre class="brush:css|js|perl|php|text|python|rails|sql|html; light: true;"></pre>

For collapsable code wrap it with:

<pre class="brush:css|js|perl|php|text|python|rails|sql|html; collapse: true;"></pre>