<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>PHP Blog Host</title>
	<link>http://phpbloghost.com</link>
	<description>We host PHP developer blogs and script authors</description>
	<pubDate>Mon, 14 Apr 2008 19:01:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Added three syntax highlighting options</title>
		<link>http://phpbloghost.com/2008/04/14/added-three-syntax-highlighting-options/</link>
		<comments>http://phpbloghost.com/2008/04/14/added-three-syntax-highlighting-options/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 18:59:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[]]></category>

		<category><![CDATA[syntax highlight]]></category>

		<guid isPermaLink="false">http://phpbloghost.com/2008/04/14/added-three-syntax-highlighting-options/</guid>
		<description><![CDATA[I have added 3 separate plugins for highlighting code snippets.

Google Code Prettify
Google Syntax Highlighter for WordPress
Syntax Highlighter Enscript

I prefer Syntax Highlighter Enscript because it&#8217;s server side. Here is an example:
&#60;?php
$numbers = array(1,2,3,4,5,6,7,8);
foreach ($loopy = $loop) {
    echo $loop;
}
?&#62;
The other 2 are javascript based but seem to work ok&#8230; the only issue I [...]]]></description>
			<content:encoded><![CDATA[<p>I have added 3 separate plugins for highlighting code snippets.</p>
<ol>
<li>Google Code Prettify</li>
<li>Google Syntax Highlighter for WordPress</li>
<li>Syntax Highlighter Enscript</li>
</ol>
<p>I prefer Syntax Highlighter Enscript because it&#8217;s server side. Here is an example:</p>
<pre><span style="color: #000000"><span style="color: #0000BB">&lt;?php
$numbers </span><span style="color: #007700">= array(</span><span style="color: #0000BB">1</span><span style="color: #007700">,</span><span style="color: #0000BB">2</span><span style="color: #007700">,</span><span style="color: #0000BB">3</span><span style="color: #007700">,</span><span style="color: #0000BB">4</span><span style="color: #007700">,</span><span style="color: #0000BB">5</span><span style="color: #007700">,</span><span style="color: #0000BB">6</span><span style="color: #007700">,</span><span style="color: #0000BB">7</span><span style="color: #007700">,</span><span style="color: #0000BB">8</span><span style="color: #007700">);
foreach (</span><span style="color: #0000BB">$loopy </span><span style="color: #007700">= </span><span style="color: #0000BB">$loop</span><span style="color: #007700">) {
    echo </span><span style="color: #0000BB">$loop</span><span style="color: #007700">;
}
</span><span style="color: #0000BB">?&gt;</span></span></pre>
<p>The other 2 are javascript based but seem to work ok&#8230; the only issue I have had is with 3 column themes where in cases of a long line of code it doesn&#8217;t wrap.</p>
<!-- Created with WP-Autoblog (http://elliottback.com) -->]]></content:encoded>
			<wfw:commentRss>http://phpbloghost.com/2008/04/14/added-three-syntax-highlighting-options/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP Blog Host Launched!</title>
		<link>http://phpbloghost.com/2008/04/14/blog-host-launch/</link>
		<comments>http://phpbloghost.com/2008/04/14/blog-host-launch/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 13:23:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[free blog host]]></category>

		<category><![CDATA[free wordpress host]]></category>

		<category><![CDATA[php blog host]]></category>

		<guid isPermaLink="false">http://phpbloghost.com/2008/04/14/blog-host-launch/</guid>
		<description><![CDATA[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&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Today we have launched PHP Blog Host! Yay! <img src='http://phpbloghost.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> 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&#8230;</p>
<!-- Created with WP-Autoblog (http://elliottback.com) -->]]></content:encoded>
			<wfw:commentRss>http://phpbloghost.com/2008/04/14/blog-host-launch/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
