<?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>Sanoop Kuniel&#039;s Blog &#187; PHP</title>
	<atom:link href="http://www.kuniel.net/tags/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kuniel.net</link>
	<description>Skill is successfully walking a tightrope over Niagara Falls. Intelligence is not trying.</description>
	<lastBuildDate>Sun, 25 Sep 2011 13:47:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Integrating Codesnippet and Editormonkey plugin for Wordpress 2.x</title>
		<link>http://www.kuniel.net/2006/03/23/integrating-codesnippet-and-editormonkey-plugin-for-wordpress-2x/</link>
		<comments>http://www.kuniel.net/2006/03/23/integrating-codesnippet-and-editormonkey-plugin-for-wordpress-2x/#comments</comments>
		<pubDate>Fri, 24 Mar 2006 02:41:39 +0000</pubDate>
		<dc:creator>Sanoop Kuniel</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.kuniel.net/2006/03/23/integrating-codesnippet-and-editormonkey-plugin-for-wordpress-2x/</guid>
		<description><![CDATA[I just tried out one of the best wordpress plugins out there the Codesnippet and Editormonkey , since for people like me who like to paste code everywhere they can :p and also since wordpress is not so kind to us   , i had to go search for a plugin that would make [...]]]></description>
			<content:encoded><![CDATA[<p>I just tried out one of the best wordpress plugins out there the <a href="http://blog.enargi.com/codesnippet/" title="Codesnippet (MyVision)" target="_blank" onClick="javascript:urchinTracker ('/outbound/article/blog.enargi.com');">Codesnippet</a> and <a href="http://www.rajprasad.net/plugins/editormonkey" title="http://www.rajprasad.net/plugins/editormonkey" target="_blank" onClick="javascript:urchinTracker ('/outbound/article/www.rajprasad.net');">Editormonkey</a> , since for people like me who like to paste code everywhere they can :p and also since wordpress is not so kind to us <img src='http://www.kuniel.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  , i had to go search for a plugin that would make my life a bit easier. Codesnippet is a great plugin to get syntax highlighting done for your code. Similarly Editormonkey replaces the default WYSIWYG editor in Wordpress 2.x with a much more advanced WYSIWYG editor with choices to either use <a href="http://tinymce.moxiecode.com/" title="TinyMCE" target="_blank" onClick="javascript:urchinTracker ('/outbound/article/tinymce.moxiecode.com');">TinyMCE</a> or <a href="http://www.fckeditor.net/" title="FCKEditor" target="_blank" onClick="javascript:urchinTracker ('/outbound/article/www.fckeditor.net');">FCKEditor</a>. Well i tried them both and was very impressed but when i started using the both together, came across some gliches Codesnippet stopped working since Editormonkey would change much of my code into HTML with &quot;&lt;&quot; and &quot;&gt;&quot; etc converted to&nbsp; &amp;lt; and &amp;gt; and i could no longer use &quot;code&quot; blocks with &quot;lang&quot; attributes. So i tried hacking into it and came up with a few fixes for Codesnippet to work with Editormonkey. So if you are one of those who likes to use both you can download the modified &quot;Codesnippet.php&quot; from <a href="http://www.kuniel.net/wp-content/uploads/codesnippet.zip"id="p17"  >here</a>.</p>
<p>You might also want to change the css for &quot;Codesnippet&quot; under Options-&gt;Code Highligting to something like this<br /> 
<div class="codesnip-container" >
<div class="codesnip">border<span class="re2">:1px </span>solid #ccc; <span class="kw1">background</span>:#eee; <span class="kw1">padding</span>: 5px;margin:10px; <span class="kw1">font-size</span>: <span class="kw2">xx-small</span>; overflow<span class="re2">:<span class="kw2">auto</span> </span></div>
</div>
<p>&nbsp;</p>
<p>looks much nicer in firefox.</p>
<p>Don&#8217;t forget to visit Codesnippet&#8217;s page at <a href="http://blog.enargi.com/codesnippet/" title="http://blog.enargi.com/codesnippet/" onClick="javascript:urchinTracker ('/outbound/article/blog.enargi.com');">http://blog.enargi.com/codesnippet/</a> &nbsp; and Editormonkey at <a href="http://www.rajprasad.net/plugins/editormonkey" title="http://www.rajprasad.net/plugins/editormonkey" onClick="javascript:urchinTracker ('/outbound/article/www.rajprasad.net');">http://www.rajprasad.net/plugins/editormonkey</a><br /> really great plugins&#8230;. </p>
<p>Update: looks like the codesnippet site is down but u can download codesnippet from <a href="http://www.kuniel.net/wp-content/uploads/codesnippet.tar.gz" title="here" target="_blank" >here</a></p>
<p>This is not the exact release, its just a tar of the files in my plugins directory . I have put it up just coz there is no download available elsewhere.&nbsp;</p>
<p>Cheers! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuniel.net/2006/03/23/integrating-codesnippet-and-editormonkey-plugin-for-wordpress-2x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

