Meet The Author

I'm Aritra Sarkar, An Engineer,currently living in Kolkata, West Bengal, India.You can also find me in HindiDost

Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Tuesday, 21 April 2015

Home PagePrint Story

Convert your code snippets to a beauty

Almost everybody blogs in the world. Some blogs in websites and some in there notebooks. Everybody wants the things neet and clean so that it can attract others. In the same way some people blogs about codes and programming and wants to display their code beautifully on there website or blog. For example see the below two codes.

CODE:1

pre code {-moz-box-shadow: 0 0 10px #000000;background: url("https://farm8.staticflickr.com/7718/16452419034_25925ed670_o.png") repeat scroll 0 0 #000000;border: 2px solid #CCCCCC;clear: both;color: #000000;display: block;font-size: 12px;line-height: 15px;margin: 10px auto 10px 30px;overflow: auto;padding: 15px;white-space: pre;width: 85% !important;word-wrap: break-word;}



CODE:2


 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pre code {
-moz-box-shadow: 0 0 10px #000000;
background: url("https://farm8.staticflickr.com/7718/16452419034_25925ed670_o.png") repeat scroll 0 0 #000000;
border: 2px solid #CCCCCC;
clear: both;
color: #000000;
display: block;
font-size: 12px;
line-height: 15px;
margin: 10px auto 10px 30px;
overflow: auto;
padding: 15px;
white-space: pre;
width: 85% !important;
word-wrap: break-word;
}

Yes you can see the difference,  the CODE 2 is more appealing and easier to understand. Then how did this happen. Just go to this site beneath and converts your code snippets into pretty-printed HTML format, easily embeddable into blog posts, emails and websites.



You can also use this link for showing beautiful codes for your blogger blog.

Friday, 20 February 2015

Home PagePrint Story

Learning Programming Language Free-codecademy.com


codecademy
Codecademy.com is an online interactive platform that offers free coding classes in six different programming languages which includes PythonPHPjQueryJavaScript, and Ruby, as well as markup languages HTML and CSS.

code


The site provides individual profile for each individual who logged in. My favourite is Facebook log in. Site offers feedback, badges for completing exercises .Also it keeps track of number of days a programmer learnt and scores etc. Forums help when someone stucked in any part or lesson. Very dynamic and addictive site.