<?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: Simplish version 2.4</title>
	<atom:link href="http://simplish.pomfolio.com/dev/2010/06/17/simplish-24/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplish.pomfolio.com/dev/2010/06/17/simplish-24/</link>
	<description>is a kind of Scribbish</description>
	<lastBuildDate>Wed, 26 Jan 2011 00:04:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Josh</title>
		<link>http://simplish.pomfolio.com/dev/2010/06/17/simplish-24/comment-page-1/#comment-223</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 05 Aug 2010 03:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://simplish.pomfolio.com/?p=308#comment-223</guid>
		<description>You probably need to modify the &lt;code&gt;$content_width&lt;/code&gt; value set in &lt;code&gt;simplish/functions.php&lt;/code&gt; on line 5. See http://www.bloggingteacher.com/setting-max-image-size-for-your-wordpress-themes for a quick explanation.

You can use WordPress&#039;s &quot;child themes&quot; features to keep your own changes like these separated from the base theme code. See http://codex.wordpress.org/Child_Themes for the official documentation, or a tutorial at http://op111.net/53 .</description>
		<content:encoded><![CDATA[<p>You probably need to modify the <code>$content_width</code> value set in <code>simplish/functions.php</code> on line 5. See <a href="http://www.bloggingteacher.com/setting-max-image-size-for-your-wordpress-themes" rel="nofollow">http://www.bloggingteacher.com/setting-max-image-size-for-your-wordpress-themes</a> for a quick explanation.</p>
<p>You can use WordPress&#8217;s &#8220;child themes&#8221; features to keep your own changes like these separated from the base theme code. See <a href="http://codex.wordpress.org/Child_Themes" rel="nofollow">http://codex.wordpress.org/Child_Themes</a> for the official documentation, or a tutorial at <a href="http://op111.net/53" rel="nofollow">http://op111.net/53</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://simplish.pomfolio.com/dev/2010/06/17/simplish-24/comment-page-1/#comment-222</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Thu, 05 Aug 2010 01:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://simplish.pomfolio.com/?p=308#comment-222</guid>
		<description>Hi, I posted a large image on one of my pages, and something automatically scaled it down to fit.  Then I deleted the sidebar code from all the pages in the theme editor, but the image still stays how small it is. Full size, the image should fit in the new page (without the sidebar).   I&#039;ve tried deleting the cache. I&#039;ve tried deleting and re-uploading the picture. The sidebar is not there. I&#039;ve exhausted all the options I know of...what should I do?</description>
		<content:encoded><![CDATA[<p>Hi, I posted a large image on one of my pages, and something automatically scaled it down to fit.  Then I deleted the sidebar code from all the pages in the theme editor, but the image still stays how small it is. Full size, the image should fit in the new page (without the sidebar).   I&#8217;ve tried deleting the cache. I&#8217;ve tried deleting and re-uploading the picture. The sidebar is not there. I&#8217;ve exhausted all the options I know of&#8230;what should I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://simplish.pomfolio.com/dev/2010/06/17/simplish-24/comment-page-1/#comment-213</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Fri, 18 Jun 2010 07:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://simplish.pomfolio.com/?p=308#comment-213</guid>
		<description>Seems reasonable. I&#039;ve filed two new enhancement tickets:
http://code.google.com/p/simplish/issues/detail?id=24
http://code.google.com/p/simplish/issues/detail?id=25

And thanks as always for the astute input.</description>
		<content:encoded><![CDATA[<p>Seems reasonable. I&#8217;ve filed two new enhancement tickets:<br />
<a href="http://code.google.com/p/simplish/issues/detail?id=24" rel="nofollow">http://code.google.com/p/simplish/issues/detail?id=24</a><br />
<a href="http://code.google.com/p/simplish/issues/detail?id=25" rel="nofollow">http://code.google.com/p/simplish/issues/detail?id=25</a></p>
<p>And thanks as always for the astute input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demetris</title>
		<link>http://simplish.pomfolio.com/dev/2010/06/17/simplish-24/comment-page-1/#comment-212</link>
		<dc:creator>demetris</dc:creator>
		<pubDate>Fri, 18 Jun 2010 06:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://simplish.pomfolio.com/?p=308#comment-212</guid>
		<description>When I saw “Support new custom menus”, I thought for a moment you added an horizontal navigation menu to Simplish! :-o

You people are fast!  Congratulations!

If I may add two little suggestions for a future release:

1.  Change the charset declaration to the hypercompact style recommended for HTML5.  See:  http://core.trac.wordpress.org/ticket/12483

2.  Add ARIA landmark roles.  They are perfectly valid HTML5, very easy to incorporate, and recommended by the accessibility people.  See again a WordPress trac ticket:  http://core.trac.wordpress.org/ticket/13055</description>
		<content:encoded><![CDATA[<p>When I saw “Support new custom menus”, I thought for a moment you added an horizontal navigation menu to Simplish! :-o</p>
<p>You people are fast!  Congratulations!</p>
<p>If I may add two little suggestions for a future release:</p>
<p>1.  Change the charset declaration to the hypercompact style recommended for HTML5.  See:  <a href="http://core.trac.wordpress.org/ticket/12483" rel="nofollow">http://core.trac.wordpress.org/ticket/12483</a></p>
<p>2.  Add ARIA landmark roles.  They are perfectly valid HTML5, very easy to incorporate, and recommended by the accessibility people.  See again a WordPress trac ticket:  <a href="http://core.trac.wordpress.org/ticket/13055" rel="nofollow">http://core.trac.wordpress.org/ticket/13055</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

