<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Code Format Helper for WordPress (Java Program)</title>
	<atom:link href="http://www.movingtofreedom.org/2007/11/04/code-format-helper-for-wordpress-java-program/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.movingtofreedom.org/2007/11/04/code-format-helper-for-wordpress-java-program/</link>
	<description>free software, free culture, free association</description>
	<lastBuildDate>Mon, 22 Feb 2010 21:17:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott Carpenter</title>
		<link>http://www.movingtofreedom.org/2007/11/04/code-format-helper-for-wordpress-java-program/comment-page-1/#comment-3489</link>
		<dc:creator>Scott Carpenter</dc:creator>
		<pubDate>Wed, 05 Mar 2008 17:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2007/11/04/code-format-helper-for-wordpress-java-program/#comment-3489</guid>
		<description>&lt;p&gt;Thanks, Rajesh.&lt;/p&gt;

&lt;p&gt;I&#039;d handle the font in your CSS.  For example, I usually put code in a &lt;b&gt;pre&lt;/b&gt; block like so:&lt;/p&gt;

&lt;pre&gt;
&lt;pre class=&quot;code&quot;&gt;
source
code
goes
here
&lt;/pre&gt;
&lt;/pre&gt;

And set the style for the &lt;b&gt;pre&lt;/b&gt; tag and &lt;b&gt;.code&lt;/b&gt; class as:

&lt;pre class=&quot;code&quot;&gt;
pre {
	overflow: auto;
	border: 1px solid #afafaf;
	padding: 3px;
	margin: 3px;
	font-size: 1.05em;
	}

.code {
	background-color: #eaf9ee;
	color: black;
	}
&lt;/pre&gt;

&lt;p&gt;You can style the &lt;b&gt;code&lt;/b&gt; tag also, of course.&lt;/p&gt;

&lt;p&gt;I use:&lt;/p&gt;

&lt;pre class=&quot;code&quot;&gt;
code {
	background-color: #eaf9ee;
	color: black;
	font-size: 1.1em;
	}
&lt;/pre&gt;

&lt;p&gt;So that inline code looks &lt;code&gt;like this&lt;/code&gt;.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks, Rajesh.</p>
<p>I'd handle the font in your CSS.  For example, I usually put code in a <b>pre</b> block like so:</p>
<pre>
&lt;pre class=&#0034;code&#0034;&gt;
source
code
goes
here
&lt;/pre&gt;
</pre>
<p>And set the style for the <b>pre</b> tag and <b>.code</b> class as:</p>
<pre class="code">
pre {
	overflow: auto;
	border: 1px solid #afafaf;
	padding: 3px;
	margin: 3px;
	font-size: 1.05em;
	}

.code {
	background-color: #eaf9ee;
	color: black;
	}
</pre>
<p>You can style the <b>code</b> tag also, of course.</p>
<p>I use:</p>
<pre class="code">
code {
	background-color: #eaf9ee;
	color: black;
	font-size: 1.1em;
	}
</pre>
<p>So that inline code looks <code>like this</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajesh</title>
		<link>http://www.movingtofreedom.org/2007/11/04/code-format-helper-for-wordpress-java-program/comment-page-1/#comment-3488</link>
		<dc:creator>rajesh</dc:creator>
		<pubDate>Wed, 05 Mar 2008 15:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.movingtofreedom.org/2007/11/04/code-format-helper-for-wordpress-java-program/#comment-3488</guid>
		<description>Hi,
wp-code-helper.jar is really a good help for me while writing code to my blog.
I would like to know that is there any way so that I can get a  larger font,as currently when I paste the converted code to my wordpress blog&#039;s CODE part, after publishing it looks to small.
so could you suggest me anything wrt to coding or editing your source code.

Regards,
Rajesh.
rajesh4it@gmail.com</description>
		<content:encoded><![CDATA[<p>Hi,<br />
wp-code-helper.jar is really a good help for me while writing code to my blog.<br />
I would like to know that is there any way so that I can get a  larger font,as currently when I paste the converted code to my wordpress blog's CODE part, after publishing it looks to small.<br />
so could you suggest me anything wrt to coding or editing your source code.</p>
<p>Regards,<br />
Rajesh.<br />
<a href="mailto:rajesh4it@gmail.com">rajesh4it@gmail.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
