Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 3.21 KB

README.md

File metadata and controls

75 lines (60 loc) · 3.21 KB

Code Library For Blog

Some different ways of formatting code to show on blog:

1. With syntaxhighlighter:

http://www.craftyfella.com/2010/01/syntax-highlighting-with-blogger-engine.html


1. First, take backup of your blogger template
2. After that open your blogger template (In Edit HTML mode) & copy the all css given in this link before  tag
3. Paste the followig code before  tag

<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shCore.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushCpp.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushCSharp.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushCss.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushDelphi.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushJava.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushJScript.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushPhp.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushPython.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushRuby.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushSql.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushVb.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushXml.js' type='text/javascript'></script>
  1. Paste the following code before tag.
<script language='javascript'> dp.SyntaxHighlighter.BloggerMode(); dp.SyntaxHighlighter.HighlightAll('code'); </script>
  1. Save Blogger Template.
  2. Now syntax highlighting is ready to use you can use it with
     tag.
...Your html-escaped code goes here...
    echo "I like PHP";

7. You can Escape your code here.
8. Here is list of supported language for  attribute.

2. Paste and copy from http://hilite.me/

3. Creating a formatted area:

 
       

            <<<<<<>>>>>>

       
 

How to use :

Paste this snippet in text editor, paste your code in <<<<<<>>>>>> block. Copy all and paste to HTML view in blogger(or any other) post editor. BENEFITS : Simple and easy to use, less configuration, easy to reconfigure, no extra software