<?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: Copy and Paste</title>
	<atom:link href="http://blog.ijhedges.com/2007/02/22/copy-and-paste/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ijhedges.com/2007/02/22/copy-and-paste/</link>
	<description></description>
	<lastBuildDate>Fri, 26 Feb 2010 06:55:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jmb</title>
		<link>http://blog.ijhedges.com/2007/02/22/copy-and-paste/comment-page-1/#comment-25</link>
		<dc:creator>jmb</dc:creator>
		<pubDate>Sun, 25 Feb 2007 02:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://newblog.ijhedges.com/?p=157#comment-25</guid>
		<description>Actually Ian, I use Mozilla Firefox so it&#039;s really easy to increase the text size although often I forget and just squint until I realize that I should do something about it.  I think it might help to increase the width of the window.  Also the text size in the comment section which is miniscule.  It just seems to me there is a lot of empty space at the bottom of the display page and so if the window were bigger that would be better.  Of course, I don&#039;t know how to fix anything but I have great faith in computer people, who are a special breed.  So I assume they can just do whatever I think needs doing without considering that often you have to give up one thing to gain another.
Blabbing on as usual
Regards
jmb</description>
		<content:encoded><![CDATA[<p>Actually Ian, I use Mozilla Firefox so it&#8217;s really easy to increase the text size although often I forget and just squint until I realize that I should do something about it.  I think it might help to increase the width of the window.  Also the text size in the comment section which is miniscule.  It just seems to me there is a lot of empty space at the bottom of the display page and so if the window were bigger that would be better.  Of course, I don&#8217;t know how to fix anything but I have great faith in computer people, who are a special breed.  So I assume they can just do whatever I think needs doing without considering that often you have to give up one thing to gain another.<br />
Blabbing on as usual<br />
Regards<br />
jmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.ijhedges.com/2007/02/22/copy-and-paste/comment-page-1/#comment-24</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 24 Feb 2007 08:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://newblog.ijhedges.com/?p=157#comment-24</guid>
		<description>Hi jmb,
Thanks for the link. Sorry, I didnâ€™t read your question properly. There isnâ€™t a button to increase the post area, but you can increase the text size. In your web browser on the View menu, select text Size and adjust it there.
I had been wondering about the layout of the entry pages (the ones with the comments on) and may move the categories section over to the left, that would allow the width of the post area to be increased. Iâ€™m also wondering about increasing the default text size of the comments, what do you think?
Regards, Ian</description>
		<content:encoded><![CDATA[<p>Hi jmb,<br />
Thanks for the link. Sorry, I didnâ€™t read your question properly. There isnâ€™t a button to increase the post area, but you can increase the text size. In your web browser on the View menu, select text Size and adjust it there.<br />
I had been wondering about the layout of the entry pages (the ones with the comments on) and may move the categories section over to the left, that would allow the width of the post area to be increased. Iâ€™m also wondering about increasing the default text size of the comments, what do you think?<br />
Regards, Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmb</title>
		<link>http://blog.ijhedges.com/2007/02/22/copy-and-paste/comment-page-1/#comment-23</link>
		<dc:creator>jmb</dc:creator>
		<pubDate>Sat, 24 Feb 2007 05:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://newblog.ijhedges.com/?p=157#comment-23</guid>
		<description>I linked to this post today in my blog but this won&#039;t bring you any readers since I basically only have a couple.
I actually meant your ie Ian&#039;s blog in my query about window size. I have  pretty lousy sight due to developing cataracts so I was just asking if somehow one could see your posts in a larger window.
I&#039;ll be getting round to a little html soon, just another language right?  I&#039;ve learned French, German, Italian in my day amd I still take Italian classes.
Thanks for your help
Regards
jmb</description>
		<content:encoded><![CDATA[<p>I linked to this post today in my blog but this won&#8217;t bring you any readers since I basically only have a couple.<br />
I actually meant your ie Ian&#8217;s blog in my query about window size. I have  pretty lousy sight due to developing cataracts so I was just asking if somehow one could see your posts in a larger window.<br />
I&#8217;ll be getting round to a little html soon, just another language right?  I&#8217;ve learned French, German, Italian in my day amd I still take Italian classes.<br />
Thanks for your help<br />
Regards<br />
jmb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.ijhedges.com/2007/02/22/copy-and-paste/comment-page-1/#comment-22</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 23 Feb 2007 06:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://newblog.ijhedges.com/?p=157#comment-22</guid>
		<description>No problem.
HTML isn&#039;t as bad as it first seems. If you right click in your web browser window you should be able to select View Source or View Page Source, you should get a new window open with the html for the page in it.
Generally speaking each paragraph will start with the &lt; p &gt; code and finish with &lt; /p &gt;. The bulleted list starts with &lt; ul &gt; for unordered list and finishes with &lt; /ul &gt; and each item in a list starts with &lt; li &gt; and finishes with &lt; /li &gt; .
I think in your Blogger software you can select to see the code, so you can see how your page is set out. I&#039;m not sure about expanding the area of the post in your blog, I would have thought that the area would automatically expand and add scrollbars if necessary.
Ian</description>
		<content:encoded><![CDATA[<p>No problem.<br />
HTML isn&#8217;t as bad as it first seems. If you right click in your web browser window you should be able to select View Source or View Page Source, you should get a new window open with the html for the page in it.<br />
Generally speaking each paragraph will start with the < p > code and finish with < /p >. The bulleted list starts with < ul > for unordered list and finishes with < /ul > and each item in a list starts with < li > and finishes with < /li > .<br />
I think in your Blogger software you can select to see the code, so you can see how your page is set out. I&#8217;m not sure about expanding the area of the post in your blog, I would have thought that the area would automatically expand and add scrollbars if necessary.<br />
Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmb</title>
		<link>http://blog.ijhedges.com/2007/02/22/copy-and-paste/comment-page-1/#comment-21</link>
		<dc:creator>jmb</dc:creator>
		<pubDate>Fri, 23 Feb 2007 01:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://newblog.ijhedges.com/?p=157#comment-21</guid>
		<description>Thanks for helping the old lady out!  I do know how to do this, that is copy and paste but somehow I worried about html which is a total mystery to me.  I should have realized that Blogger would have taken care of everything.  Sarabeth recommended putting it in a word processing program first then editing it, followed by copy and paste again to the blog.  This enabled me to get rid of the scorethrough which was in the meme that I didn&#039;t see how to get rid of in Blogger.  So it is now in a draft post waiting for me to add a few words and post later.
By the way, is there any way to expand the area of the post in your blog with some button that I haven&#039;t noticed?
Regards
jmb</description>
		<content:encoded><![CDATA[<p>Thanks for helping the old lady out!  I do know how to do this, that is copy and paste but somehow I worried about html which is a total mystery to me.  I should have realized that Blogger would have taken care of everything.  Sarabeth recommended putting it in a word processing program first then editing it, followed by copy and paste again to the blog.  This enabled me to get rid of the scorethrough which was in the meme that I didn&#8217;t see how to get rid of in Blogger.  So it is now in a draft post waiting for me to add a few words and post later.<br />
By the way, is there any way to expand the area of the post in your blog with some button that I haven&#8217;t noticed?<br />
Regards<br />
jmb</p>
]]></content:encoded>
	</item>
</channel>
</rss>
