Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Scott MacVicar's Blog:
Source Code Highlighting within Slides
Jun 10, 2008 @ 14:31:31

Scott MacVicar shares a helpful hint for the PHP speakers out there - how to apply syntax highlighting to the code in your slides.

I use Apple's Keynote for doing my presentations and naturally these include some bits of code that need highlighting so that it’s easier to read. [...] In the end I used GESHI which is a highlight library written in PHP that supports the syntax highlighting of around 50 different programming and scripting languages.

He's provided his sample implementation to help you get up and running. You'll need to download and install GESHI to get it working though. Here's an example of the output.

tagged: source presentation keynote slide highlight geshi

Link:

Cocoliso's Blog:
Adding A Syntax Highlighter To Your Site: The Power Of Geshi
Dec 15, 2006 @ 15:42:00

On his blog today, Cocoliso talks about a handy bit of code to allow for syntax highlighting in your page - Geshi.

What if I told you that with as little as 3 lines of code, you could highlight code on your site? You'd jump at it, wouldn't you? Why not run with the big boys? Your users will love you for it and for good reason. It greatly increases readability.

He walks through the simple installation and how to use it in your page - complete with the code he uses to include the functionality in your page.

tagged: geshi syntax highlight include example language object geshi syntax highlight include example language object

Link:

Cocoliso's Blog:
Adding A Syntax Highlighter To Your Site: The Power Of Geshi
Dec 15, 2006 @ 15:42:00

On his blog today, Cocoliso talks about a handy bit of code to allow for syntax highlighting in your page - Geshi.

What if I told you that with as little as 3 lines of code, you could highlight code on your site? You'd jump at it, wouldn't you? Why not run with the big boys? Your users will love you for it and for good reason. It greatly increases readability.

He walks through the simple installation and how to use it in your page - complete with the code he uses to include the functionality in your page.

tagged: geshi syntax highlight include example language object geshi syntax highlight include example language object

Link:


Trending Topics: