Tag: programming

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	background-color: #ffffff;
}

a {
	color: #0088cc;
	text-decoration: none;
	background-color: #ffffff;
}

a:hover {
color: #005580;
text-decoration: underline;
}

Getting Started with Programming

How should I get started with programming? Code highlighted inside this post, so you can share easily code with your fellow readers. Syntax highlighting is one strategy to improve the readability and context of the text; especially for code that spans several pages. The reader can easily ignore large sections of Comments or code, depending on what they are looking for. Syntax highlighting also helps programmers find errors in their program. We’re using a lightweight, robust and elegant syntax highlighting plugin called Prism code highlighter WordPressto help do a good job on this. The lesson: […]

By Daniele Zedda • 18 February

← PREV POST

By Daniele Zedda • 18 February

NEXT POST → 34
Share on