PHP Blog Host

We host PHP developer blogs and script authors

Added three syntax highlighting options

Posted by admin on April 14, 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.

Bookmark: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • blogmarks
  • feedmelinks
  • Netvouz
  • PlugIM
  • Reddit
  • StumbleUpon
  • Technorati

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

PHP Blog Host Launched!

Posted by admin on April 14, 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…

Bookmark: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • blogmarks
  • feedmelinks
  • Netvouz
  • PlugIM
  • Reddit
  • StumbleUpon
  • Technorati

Posted in General, News | Tagged: , , | No Comments »