<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hello.World &#187; Plugins</title>
	<atom:link href="http://matthew.delmarters.com/weblog/category/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthew.delmarters.com</link>
	<description>The Blog of Matthew Delmarter</description>
	<lastBuildDate>Sat, 10 Apr 2010 03:58:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Plugin: Visual.SpellCheck</title>
		<link>http://matthew.delmarters.com/weblog/visual_spellcheck/</link>
		<comments>http://matthew.delmarters.com/weblog/visual_spellcheck/#comments</comments>
		<pubDate>Sat, 04 Feb 2006 03:00:34 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/visual_spellcheck/</guid>
		<description><![CDATA[<img src="http://matthew.delmarters.com/images/screen_visual_spellcheck.gif" align="right" style="padding:0 0 5px 15px"><strong>Current Version: 0.95</strong> 

I don't use the WYSIWYG Editor that comes with WordPress 2.0, and as a result have been getting extremely frustrated with the lack of a spell-checker. So I decided to try and get one working, preferably using AJAX to make it as fast and user-friendly as possible. 

I am now proud to present Visual.SpellCheck - an AJAX-based Spell Checker for WordPress. It includes the ability to:

<ul>
    <li>Highlight incorrectly spelled words</li>
    <li>List suggested words from the aspell dictionary</li>
    <li>List suggested words from your custom dictionary</li>
    <li>Allow new words to be added to your Custom Dictionary</li> 
</ul>

The Spell Checker works in Firefox, Internet Explorer, Opera and Safari.]]></description>
			<content:encoded><![CDATA[<p><img src="http://matthew.delmarters.com/images/screen_visual_spellcheck.gif" align="right" style="padding:0 0 5px 15px"><strong>Current Version: 0.95</strong> </p>
<p>I don't use the WYSIWYG Editor that comes with WordPress 2.0, and as a result have been getting extremely frustrated with the lack of a spell-checker. So I decided to try and get one working, preferably using AJAX to make it as fast and user-friendly as possible. </p>
<p>I am now proud to present Visual.SpellCheck &#8211; an AJAX-based Spell Checker for WordPress. It includes the ability to:</p>
<ul>
<li>Highlight incorrectly spelled words</li>
<li>List suggested words from the aspell dictionary</li>
<li>List suggested words from your custom dictionary</li>
<li>Allow new words to be added to your Custom Dictionary</li>
</ul>
<p>The Spell Checker works in Firefox, Internet Explorer, Opera and Safari.</p>
<h4>Demo</h4>
<p>Here is a demo of Visual.SpellCheck. It should work fine in Mozilla browsers (including Firefox) and Internet Explorer. It will also function in Opera, although there are some small issues. Follow the instructions in the textarea itself, and feel free to edit it's contents and then test.</p>
<link rel="stylesheet" type="text/css" href="/wp-content/plugins/Visual.SpellCheck/spell_checker.css"><script src="/wp-content/plugins/Visual.SpellCheck/cpaint2.inc.compressed.js" type="text/javascript"></script><script src="/wp-content/plugins/Visual.SpellCheck/spell_checker_compressed.js" type="text/javascript"></script><textarea title="spellcheck" accesskey="/wp-content/plugins/Visual.SpellCheck/spell_checker.php" rows="3" cols="20" name="spellcheck_demo" tabindex="2" id="spellcheck_demo" style="width:100%; height:100px;">Here is Visual.SpellCheck in actionn. Some words are spelt incorrrectly &#8211; click "Check Spelling" to fix things up. The word "Javascript" is in my custom dictionary with an uppercase S.<br />
When you have finshed the spell-check click "Resume Editing".</textarea></p>
<h4>Installation</h4>
<p>Follow these basic steps:</p>
<ul>
<li>Download this file: <a href="/downloads/Visual.SpellCheck.zip"><strong>Visual.SpellCheck.zip</strong></a> (37Kb)</li>
<li>Unzip the file on your computer.</li>
<li>Upload the complete folder "Visual.SpellCheck" to your WordPress plugins directory (found in "/wp-content/plugins")</li>
<li>Login to WordPress and go to the Plugins module</li>
<li>Find the line that says "Visual.SpellCheck" and click "Activate"</li>
<li>Change the permissions on the file Visual.Syntax/personal_dictionary/dict.txt" to "757&#8243; so that the server can write to the file</li>
</ul>
<p><strong>Note:</strong> <a href="http://www.php.net/pspell">Pspell</a> must be installed on the server for this to work. Also this plugin is not compatible with the WYSIWYG HTML Editor that comes with WordPress (TinyMCE comes with its own spellchecker anyway). You will have to disable the WYSIWYG and be using the old-style editor (textarea).</p>
<h4>Credits</h4>
<p>This project is based on code from <a href="http://www.broken-notebook.com/spell_checker/">Broken-Notebook</a>. Thanks to Garrison who has modified his original code to allow the plugin to integrate with WordPress and minimise issues with future compatibility.</p>
<h4>Known Minor Bugs</h4>
<p>This is the only bug I am aware of &#8211; and it is pretty minor:</p>
<ol>
<li>In Opera the popup menu that shows the suggested words always sits top-left of the textarea</li>
</ol>
<p>If you are able to help with this that would be great.  <img src='http://matthew.delmarters.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h4>ChangeLog</h4>
<pre>
2006-02-04 - Firefox QuickTags conflict fixed. Now version 0.95
2006-02-04 - Public release of version 0.90
</pre>
<p><strong>If you liked this plugin you can <a href="http://digg.com/software/WordPress_Ajax_Spell_Checker">digg it here</a> or please <a href="http://matthew.delmarters.com/weblog/visual_spellcheck/#respond">leave a comment</a>.</strong></p>



Share:


	<img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=WordPress%20Plugin%3A%20Visual.SpellCheck%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_spellcheck%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_spellcheck%2F&amp;title=WordPress%20Plugin%3A%20Visual.SpellCheck" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_spellcheck%2F&amp;title=WordPress%20Plugin%3A%20Visual.SpellCheck" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_spellcheck%2F&amp;t=WordPress%20Plugin%3A%20Visual.SpellCheck" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_spellcheck%2F&amp;t=WordPress%20Plugin%3A%20Visual.SpellCheck" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/visual_spellcheck/feed/</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
		<item>
		<title>My First WordPress Plugin: Visual.Syntax</title>
		<link>http://matthew.delmarters.com/weblog/visual_syntax/</link>
		<comments>http://matthew.delmarters.com/weblog/visual_syntax/#comments</comments>
		<pubDate>Sun, 29 Jan 2006 23:52:48 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/visual_syntax/</guid>
		<description><![CDATA[Current Version: 2.01
"Visual.Syntax" is a plugin for WordPress that preserves source code formatting and provides full syntax highlighting. It is compatible with WordPress 1.5/2.0 and PHP 4/5. Update: Tested in WordPress 2.9 &#8211; no issues.
Unlike other code plugins Visual.Syntax offers highlighting of HTML and CSS in addition to PHP. I have customized the highlighting to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wordpress.org"><img style="padding-left: 10px; padding-bottom: 10px; border: 0px;" src="http://matthew.delmarters.com/images/wordpress.png" alt="WordPress Plugin" align="right" /></a><strong>Current Version: 2.01</strong></p>
<p>"Visual.Syntax" is a plugin for WordPress that preserves source code formatting and provides full syntax highlighting. It is compatible with WordPress 1.5/2.0 and PHP 4/5. <strong>Update:</strong> Tested in WordPress 2.9 &#8211; no issues.</p>
<p>Unlike other code plugins Visual.Syntax offers highlighting of HTML and CSS in addition to PHP. I have customized the highlighting to match Dreamweaver's syntax coloring as much as possible, as well as my own preferences. Visual.Syntax will also force any CSS into a readable pre-defined format.</p>
<h4>Installation</h4>
<p>Follow these basic steps:</p>
<ul>
<li>Download this file: <a href="/downloads/Visual.Syntax.zip"><strong>Visual.Syntax.zip</strong></a> (5kb)</li>
<li>Unzip the file on your computer.</li>
<li>Upload the complete folder "Visual.Syntax" to your WordPress plugins directory (usually found in "wp-content/plugins")</li>
<li>Login to WordPress and go to the Plugins module</li>
<li>Find the line that says "Visual.Syntax" and click "Activate"</li>
</ul>
<p><strong>Note:</strong> This plugin is not compatible with the WYSIWYG Visual Editor that comes with WordPress. You will have to be using the old-style HTML editor (textarea) if you want to highlight your source code.</p>
<h4>How to Use</h4>
<p>It is quite simple &#8211; simply wrap your PHP and HTML code in &lt;code&gt;text&lt;/code&gt; and your CSS in &lt;css&gt;test&lt;/css&gt;.</p>
<p>Each block of code is wrapped in a DIV with a CSS class of "VisualSyntax" so that you can customize the appearance of the code block. For example see the grey background on the code blocks shown below. Here is the CSS I am using:</p>
<div class="VisualSyntax"><code><span style='color:#FF00FF'>.VisualSyntax {</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>background-color</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>#F9F9F9;</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>border</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>1px solid #F0F0F0;</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>font-family</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>"Courier New",Courier,mono;</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>font-size</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>12px;</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>line-height</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>1.5em;</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>margin</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>0;</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>overflow</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>auto;</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>padding</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>5px 5px 0;</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>white-space</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>nowrap;</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>width</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>98%;</span><br /><span style='color:#FF00FF'>}</span></p>
<p></code></div>
<h4>Output Examples</h4>
<p><strong>PHP Example:</strong></p>
<div class="VisualSyntax"><code><span style="color: #000000"></p>
<p><span style="color: #0000BB"><b><span style='color:#333333; background-color:#FFFF00'>&lt;?php</span></b><br />
&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//output&nbsp;"Hello.World"&nbsp;to&nbsp;the&nbsp;browser<br />
&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"Hello.World"</span><span style="color: #007700">;<br />
&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #0000BB">$text</span><span style="color: #007700">;<br />
</span><span style="color: #0000BB"><b><span style='color:#333333; background-color:#FFFF00'>?&gt;</span></b></span><br />
</span><br />
</code></div>
<p><strong>HTML Example:</strong></p>
<div class="VisualSyntax"><code><span style="color: #000000"></p>
<p><font color='#000099'>&lt;p&gt;</font><font color='#000099'><font color='#990099'>&lt;img&nbsp;src="/images/wordpress.png"&gt;</font></font><font color='#000099'>&lt;/p&gt;</font><br />
<font color='#000099'>&lt;p&gt;</font>This&nbsp;is&nbsp;an&nbsp;example&nbsp;of&nbsp;<br />
&nbsp;&nbsp;&nbsp;<font color='#009900'>&lt;a&nbsp;href="/weblog/visual.syntax/"&gt;</font>Visual.Syntax<font color='#009900'>&lt;/a&gt;</font>&nbsp;<br />
&nbsp;&nbsp;&nbsp;highlighting&nbsp;HTML.<font color='#000099'>&lt;/p&gt;</font></span><br />
</code></div>
<p><strong>CSS Example:</strong></p>
<div class="VisualSyntax"><code><span style='color:#006600'><span style="color:#009999; font-weight:bold">@import</span> "stylesheet.css";</span></p>
<p><span style='color:#FF00FF'>body {</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>margin</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>0px;</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>padding</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>0px;</span><br /><span style='color:#FF00FF'>}</span></p>
<p><span style='color:#FF00FF'>a {</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>color</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>#0000FF;</span><br />&nbsp;&nbsp;&nbsp;&nbsp;<span style='color:#000099'>text-decoration</span><span style='color:#FF00FF'>:</span> <span style='color:#0000FF'>none;</span><br /><span style='color:#FF00FF'>}</span></p>
<p></code></div>
<h4>Support / Feedback</h4>
<p>I welcome any comments, feedback, suggestions, or bug reports. Please either use my <a href="/contact">Contact Form</a> or leave a comment.</p>
<h4>ChangeLog</h4>
<pre>2006-01-30 - Fixed problem with smart quotes. Now version 2.01.
2006-01-30 - Released version 2.0 to WordPress Users.</pre>



Share:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_syntax%2F&amp;title=My%20First%20WordPress%20Plugin%3A%20Visual.Syntax&amp;bodytext=Current%20Version%3A%202.01%0D%0A%0D%0A%22Visual.Syntax%22%20is%20a%20plugin%20for%20WordPress%20that%20preserves%20source%20code%20formatting%20and%20provides%20full%20syntax%20highlighting.%20It%20is%20compatible%20with%20WordPress%201.5%2F2.0%20and%20PHP%204%2F5.%20Update%3A%20Tested%20in%20WordPress%202.9%20-%20no%20issues.%0D%0A%0D%0AUnlik" title="Digg"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=My%20First%20WordPress%20Plugin%3A%20Visual.Syntax%20-%20http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_syntax%2F" title="Twitter"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_syntax%2F&amp;title=My%20First%20WordPress%20Plugin%3A%20Visual.Syntax" title="StumbleUpon"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_syntax%2F&amp;title=My%20First%20WordPress%20Plugin%3A%20Visual.Syntax&amp;source=Hello.World+The+Blog+of+Matthew+Delmarter&amp;summary=Current%20Version%3A%202.01%0D%0A%0D%0A%22Visual.Syntax%22%20is%20a%20plugin%20for%20WordPress%20that%20preserves%20source%20code%20formatting%20and%20provides%20full%20syntax%20highlighting.%20It%20is%20compatible%20with%20WordPress%201.5%2F2.0%20and%20PHP%204%2F5.%20Update%3A%20Tested%20in%20WordPress%202.9%20-%20no%20issues.%0D%0A%0D%0AUnlik" title="LinkedIn"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_syntax%2F&amp;title=My%20First%20WordPress%20Plugin%3A%20Visual.Syntax&amp;notes=Current%20Version%3A%202.01%0D%0A%0D%0A%22Visual.Syntax%22%20is%20a%20plugin%20for%20WordPress%20that%20preserves%20source%20code%20formatting%20and%20provides%20full%20syntax%20highlighting.%20It%20is%20compatible%20with%20WordPress%201.5%2F2.0%20and%20PHP%204%2F5.%20Update%3A%20Tested%20in%20WordPress%202.9%20-%20no%20issues.%0D%0A%0D%0AUnlik" title="del.icio.us"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_syntax%2F&amp;title=My%20First%20WordPress%20Plugin%3A%20Visual.Syntax" title="Reddit"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_syntax%2F&amp;t=My%20First%20WordPress%20Plugin%3A%20Visual.Syntax" title="Facebook"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_syntax%2F&amp;t=My%20First%20WordPress%20Plugin%3A%20Visual.Syntax" title="MySpace"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_syntax%2F&amp;title=My%20First%20WordPress%20Plugin%3A%20Visual.Syntax&amp;annotation=Current%20Version%3A%202.01%0D%0A%0D%0A%22Visual.Syntax%22%20is%20a%20plugin%20for%20WordPress%20that%20preserves%20source%20code%20formatting%20and%20provides%20full%20syntax%20highlighting.%20It%20is%20compatible%20with%20WordPress%201.5%2F2.0%20and%20PHP%204%2F5.%20Update%3A%20Tested%20in%20WordPress%202.9%20-%20no%20issues.%0D%0A%0D%0AUnlik" title="Google Bookmarks"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fmatthew.delmarters.com%2Fweblog%2Fvisual_syntax%2F&amp;submitHeadline=My%20First%20WordPress%20Plugin%3A%20Visual.Syntax&amp;submitSummary=Current%20Version%3A%202.01%0D%0A%0D%0A%22Visual.Syntax%22%20is%20a%20plugin%20for%20WordPress%20that%20preserves%20source%20code%20formatting%20and%20provides%20full%20syntax%20highlighting.%20It%20is%20compatible%20with%20WordPress%201.5%2F2.0%20and%20PHP%204%2F5.%20Update%3A%20Tested%20in%20WordPress%202.9%20-%20no%20issues.%0D%0A%0D%0AUnlik&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://matthew.delmarters.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/visual_syntax/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
