PHP Blog Host

We host PHP developer blogs and script authors

Archive for April, 2008

Added three syntax highlighting options

Posted by admin on 14th April 2008

I have added 3 separate plugins for highlighting code snippets.

  1. Google Code Prettify
  2. Google Syntax Highlighter for WordPress
  3. Syntax Highlighter Enscript

I prefer Syntax Highlighter Enscript because it’s server side. Here is an example:

<?php
$numbers = array(1,2,3,4,5,6,7,8);
foreach ($loopy = $loop) {
    echo $loop;
}
?>

The other 2 are javascript based but seem to work ok… the only issue I have had is with 3 column themes where in cases of a long line of code it doesn’t wrap.

Posted in Articles, General, News, PHP, Plugins, Wordpress | No Comments »

PHP Blog Host Launched!

Posted by admin on 14th April 2008

Today we have launched PHP Blog Host! Yay! :) If you are a PHP Developer , Wordpress plugin or widget developer or have an open source project that you would like to host here then you are more then welcome to start a new blog…

Posted in General, News | No Comments »