Syntax Highlighting for Devoracles.com

September 6, 2008
Filed under Bulk

A new gadget has been included in the Devoracles.com back-end software to ease your navigation and your reading.
If you navigate on pages which has some sample codes included, from now on the code snippets’ will be highlighted.
Here is how it looks like:

function somename($hulla){
if (this.location == null){
try.this;
}else if (this.location != null){
dont.try.this;
}else{
getElementById(“code_highlighting_rocks”).innerHTML = ‘Really rocks’;
luv.it;
}
}

Of course, [...]

Read the whole article »