CodeHighlighter

Dan Webb released CodeHighlighter, a great set of scripts for augmenting your code examples on screen. I’m starting a PHP extension right now! Thanks for this nice work Dan. Here are some examples of what these script help to do:

Joe’s PHP Test

echo 'my php echo test';
// Is it working?
if ( ! $working ) {
	print('darnit');
}
/* I hope it worked! */
header("Location: http://sitesbyjoe.com");

About Joseph R. B. Taylor

Joseph R. B. Taylor is a humble designer/developer who makes stuff for screens of all shapes and sizes. He is currently the lead UI/UX Architect at MScience, LLC, where he works to create simple experiences on top of large rich datasets for their customers and clients.