victor_rambo
हॉर्न ओके प्लीज़
This one is sought after by most web developers when they need to write code and have it displayed properly with syntax highlighting. Eg: When I post a PHP code, you can see it highlighted as below:
Such type of formatting and syntax highlighting cannot be achieved with default Wordpress installation. This tutorial will show you how to achieve that with the use of some plugins.
This tutorial showcases the various options available and then discusses one of them in detail regarding installation, usage, precautions and presentational modifications.
Continue reading here.
[On my blog]
PHP:
<?php
function sayHelloWorld()
{
echo "Hello World!";
}
sayHelloWorld();
//outputs 'Hello world'
?>
Such type of formatting and syntax highlighting cannot be achieved with default Wordpress installation. This tutorial will show you how to achieve that with the use of some plugins.
This tutorial showcases the various options available and then discusses one of them in detail regarding installation, usage, precautions and presentational modifications.
Continue reading here.
[On my blog]