<?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: Journalized Winter</title>
	<atom:link href="http://zed1.com/journalized/themes/journalized-winter/feed/" rel="self" type="application/rss+xml" />
	<link>http://zed1.com/journalized</link>
	<description>Mike Little&#039;s not-quite-so-daily thoughts, babblings, and random synapse firings!</description>
	<lastBuildDate>Sat, 14 Apr 2012 17:12:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: mike</title>
		<link>http://zed1.com/journalized/themes/journalized-winter/comment-page-2/#comment-1710869</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 01 Nov 2009 21:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/themes/journalized-winter/#comment-1710869</guid>
		<description>Hi Rachel,
Sorry I didn&#039;t reply to your earlier questions...

&lt;q&gt;Why is there no box/background for the text widgets? &lt;/q&gt;: -- it looks like I didn&#039;t cater for that in the theme. A quick fix is to add ul+li tags around your text widget. e.g &lt;code&gt;&lt;ul&gt;&lt;li&gt;Your text widget content&lt;/li&gt;&lt;/ul&gt;&lt;/code&gt;. I&#039;ll have to fix it properly in the css in next release of the theme.

&lt;q&gt;a tutorial that would address how to put static items between widgets?&lt;/q&gt;Unfortunately, widgets don&#039;t allow you to do that. But you should be able to put most content into a text widget (my styling issue notwithstanding), to go in between the other widgets.

&lt;q&gt;Where is the closing body tag in the template?&lt;/q&gt; As you have spotted the closing body tag is in several places (I hate to split opening and closing body tag in different files; so each of single, index, archive, and page has a full body element. I see you seem to have already sorted it on your site, but if you only want to put it in one place (and you should), then you could use on of the Google Analytics plugins, which will add the code programmaticaly using the wp_footer action (which my theme supports). My next version of the theme will add a couple more &#039;widget&#039; areas, so I may add one just above the footer for exactly that type of thing.

Hope that helps,
Mike</description>
		<content:encoded><![CDATA[<p>Hi Rachel,<br />
Sorry I didn’t reply to your earlier questions…</p>
<p><q>Why is there no box/background for the text widgets? </q>: — it looks like I didn’t cater for that in the theme. A quick fix is to add ul+li tags around your text widget. e.g <code>&lt;ul&gt;&lt;li&gt;Your text widget content&lt;/li&gt;&lt;/ul&gt;</code>. I’ll have to fix it properly in the css in next release of the theme.</p>
<p><q>a tutorial that would address how to put static items between widgets?</q>Unfortunately, widgets don’t allow you to do that. But you should be able to put most content into a text widget (my styling issue notwithstanding), to go in between the other widgets.</p>
<p><q>Where is the closing body tag in the template?</q> As you have spotted the closing body tag is in several places (I hate to split opening and closing body tag in different files; so each of single, index, archive, and page has a full body element. I see you seem to have already sorted it on your site, but if you only want to put it in one place (and you should), then you could use on of the Google Analytics plugins, which will add the code programmaticaly using the wp_footer action (which my theme supports). My next version of the theme will add a couple more ‘widget’ areas, so I may add one just above the footer for exactly that type of thing.</p>
<p>Hope that helps,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel R.</title>
		<link>http://zed1.com/journalized/themes/journalized-winter/comment-page-2/#comment-1710820</link>
		<dc:creator>Rachel R.</dc:creator>
		<pubDate>Sun, 01 Nov 2009 17:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/themes/journalized-winter/#comment-1710820</guid>
		<description>Where is the closing body tag in the template?  I&#039;m trying to install Google Analytics code, which should go right before this tag, but I can&#039;t find it.  The information I have been able to find so far says that &quot;convention&quot; is to put it in the footer.php file, but the only thing that includes is call for the footer.  No html tags.  Will the Analytics code need to be installed in several different places (single.php, index.php, and archive.php, for instance)?  I&#039;m a little bit befuddled about the overall layout of the pieces in the template.</description>
		<content:encoded><![CDATA[<p>Where is the closing body tag in the template?  I’m trying to install Google Analytics code, which should go right before this tag, but I can’t find it.  The information I have been able to find so far says that “convention” is to put it in the footer.php file, but the only thing that includes is call for the footer.  No html tags.  Will the Analytics code need to be installed in several different places (single.php, index.php, and archive.php, for instance)?  I’m a little bit befuddled about the overall layout of the pieces in the template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel R.</title>
		<link>http://zed1.com/journalized/themes/journalized-winter/comment-page-2/#comment-1696522</link>
		<dc:creator>Rachel R.</dc:creator>
		<pubDate>Fri, 11 Sep 2009 16:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/themes/journalized-winter/#comment-1696522</guid>
		<description>I have a new question now.  Why is there no box/background for the text widgets?  Everything else is in a box, but the text widgets are directly on the main page background.  (This will become a problem if I add my background pattern back in, as it will be impossible to read!)

And do you know of a tutorial that would address how to put static items between widgets?  Some of these are not letting me fine-tune them as I had them before (for instance, I had added a link to the &#039;pages&#039; section), and I can&#039;t figure out how to get anything that isn&#039;t a widget to show up once I&#039;ve added any widgets.</description>
		<content:encoded><![CDATA[<p>I have a new question now.  Why is there no box/background for the text widgets?  Everything else is in a box, but the text widgets are directly on the main page background.  (This will become a problem if I add my background pattern back in, as it will be impossible to read!)</p>
<p>And do you know of a tutorial that would address how to put static items between widgets?  Some of these are not letting me fine-tune them as I had them before (for instance, I had added a link to the ‘pages’ section), and I can’t figure out how to get anything that isn’t a widget to show up once I’ve added any widgets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://zed1.com/journalized/themes/journalized-winter/comment-page-2/#comment-1695980</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 10 Sep 2009 09:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/themes/journalized-winter/#comment-1695980</guid>
		<description>Hi Rachel,
You should really be using Version 2.7.x of the Journalized theme. This version (1.0.2) hasn&#039;t been updated in a couple of years. 

The latest version is compatible with WordPress 2.7+ including support for Widgets, Gravatars and comment conversations/nesting.

The reason my theme looks different from yours is that mine is based on Journalized Blue, whereas yours is based on Journalized Winter. The newer V2.7 theme combines all the variations of version 1 (blue, winter, and sand) plus four more. 

There is a theme configuration page allowing you to choose between the &#039;skins&#039; and set a number of other options. 

Go look at &lt;a href=&quot;http://zed1.com/journalized/themes/journalized-theme-version-2/&quot; rel=&quot;nofollow&quot;&gt;version 2&lt;/a&gt; and give it a try. 

You will have to add your colour customisations again, but you will also be able to add your sidebar elements as widgets which is much easier to manage.

Mike</description>
		<content:encoded><![CDATA[<p>Hi Rachel,<br />
You should really be using Version 2.7.x of the Journalized theme. This version (1.0.2) hasn’t been updated in a couple of years. </p>
<p>The latest version is compatible with WordPress 2.7+ including support for Widgets, Gravatars and comment conversations/nesting.</p>
<p>The reason my theme looks different from yours is that mine is based on Journalized Blue, whereas yours is based on Journalized Winter. The newer V2.7 theme combines all the variations of version 1 (blue, winter, and sand) plus four more. </p>
<p>There is a theme configuration page allowing you to choose between the ‘skins’ and set a number of other options. </p>
<p>Go look at <a href="http://zed1.com/journalized/themes/journalized-theme-version-2/" rel="nofollow">version 2</a> and give it a try. </p>
<p>You will have to add your colour customisations again, but you will also be able to add your sidebar elements as widgets which is much easier to manage.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel R.</title>
		<link>http://zed1.com/journalized/themes/journalized-winter/comment-page-2/#comment-1694847</link>
		<dc:creator>Rachel R.</dc:creator>
		<pubDate>Wed, 09 Sep 2009 03:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/themes/journalized-winter/#comment-1694847</guid>
		<description>Why are my sidebars in pieces, where yours are a single column each?  I know I changed colors, but I was pretty confident I didn&#039;t change any other coding in the sidebars.  (To begin with.  I have, since then, added and rearranged sections. But my sidebars have always been in pieces like that.  Yours looks less visually overwhelming.)</description>
		<content:encoded><![CDATA[<p>Why are my sidebars in pieces, where yours are a single column each?  I know I changed colors, but I was pretty confident I didn’t change any other coding in the sidebars.  (To begin with.  I have, since then, added and rearranged sections. But my sidebars have always been in pieces like that.  Yours looks less visually overwhelming.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel R.</title>
		<link>http://zed1.com/journalized/themes/journalized-winter/comment-page-2/#comment-1694844</link>
		<dc:creator>Rachel R.</dc:creator>
		<pubDate>Wed, 09 Sep 2009 03:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/themes/journalized-winter/#comment-1694844</guid>
		<description>Thank you, Mike, for this lovely them. :)  I&#039;ve fiddled with it some, to customize it for my blog, and have it in use here: http://blog.titus2homemaker.com.  (I am clueless where CSS and PHP are concerned, knowing only a bit of HTML, so I probably have something goofed up somewhere, but it looks like it&#039;s supposed to, so I guess it works! lol)  

I&#039;m curious whether this is &quot;widget-ready.&quot; I don&#039;t have any immediate need (that I know of); it just seems like a good bit of information to have. :)</description>
		<content:encoded><![CDATA[<p>Thank you, Mike, for this lovely them. <img src='http://zed1.com/journalized/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I’ve fiddled with it some, to customize it for my blog, and have it in use here: <a href="http://blog.titus2homemaker.com" rel="nofollow">http://blog.titus2homemaker.com</a>.  (I am clueless where CSS and PHP are concerned, knowing only a bit of HTML, so I probably have something goofed up somewhere, but it looks like it’s supposed to, so I guess it works! lol)  </p>
<p>I’m curious whether this is “widget-ready.” I don’t have any immediate need (that I know of); it just seems like a good bit of information to have. <img src='http://zed1.com/journalized/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daisy</title>
		<link>http://zed1.com/journalized/themes/journalized-winter/comment-page-2/#comment-406466</link>
		<dc:creator>daisy</dc:creator>
		<pubDate>Tue, 06 Mar 2007 13:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/themes/journalized-winter/#comment-406466</guid>
		<description>hi lozza  (comment number 94)

i am using this proxies to access myspace from my school.

http://hostph.com
http://silya.com
http://995rt.com
http://pinoyarticles.com
http://fontx.com
http://kidsmall.info/url/

i hope that helps. 

best regards, 

daisy</description>
		<content:encoded><![CDATA[<p>hi lozza  (comment number 94)</p>
<p>i am using this proxies to access myspace from my school.</p>
<p><a href="http://hostph.com" rel="nofollow">http://hostph.com</a><br />
<a href="http://silya.com" rel="nofollow">http://silya.com</a><br />
<a href="http://995rt.com" rel="nofollow">http://995rt.com</a><br />
<a href="http://pinoyarticles.com" rel="nofollow">http://pinoyarticles.com</a><br />
<a href="http://fontx.com" rel="nofollow">http://fontx.com</a><br />
<a href="http://kidsmall.info/url/" rel="nofollow">http://kidsmall.info/url/</a></p>
<p>i hope that helps. </p>
<p>best regards, </p>
<p>daisy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://zed1.com/journalized/themes/journalized-winter/comment-page-2/#comment-359344</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 17 Jan 2007 14:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/themes/journalized-winter/#comment-359344</guid>
		<description>Thanks, Mike, I&#039;ve been going crazy trying to find that piece of code and I was just looking in the wrong place.  All fixed now!</description>
		<content:encoded><![CDATA[<p>Thanks, Mike, I’ve been going crazy trying to find that piece of code and I was just looking in the wrong place.  All fixed now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://zed1.com/journalized/themes/journalized-winter/comment-page-2/#comment-354640</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 12 Jan 2007 22:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/themes/journalized-winter/#comment-354640</guid>
		<description>Hi Matt, I see you are using version 2 of the theme. That seems to have fixed the title issue for you. To remove the border, you need to modify skins/winter-skin.css and change the style &lt;code&gt;#headerblock&lt;/code&gt; to remove (or comment out) the line beginning &lt;code&gt;border: 2px...&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Matt, I see you are using version 2 of the theme. That seems to have fixed the title issue for you. To remove the border, you need to modify skins/winter-skin.css and change the style <code>#headerblock</code> to remove (or comment out) the line beginning <code>border: 2px...</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://zed1.com/journalized/themes/journalized-winter/comment-page-2/#comment-353449</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 11 Jan 2007 15:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://zed1.com/journalized/themes/journalized-winter/#comment-353449</guid>
		<description>Hey Mike, I love your theme.  I have a question imilar to Laurie&#039;s in comment 113.  I am also trying to use an image as a header.  I tried the steps you have suggested and I can&#039;t get it work.  If I pin the pic to the background, the description and title shows up.  As is, it is slightly off center and I can&#039;t figure out how to eliminate the border.  When I add the code you suggested, the descriptions and &quot;powered by wordpress still show up.&quot;  Any ideas?</description>
		<content:encoded><![CDATA[<p>Hey Mike, I love your theme.  I have a question imilar to Laurie’s in comment 113.  I am also trying to use an image as a header.  I tried the steps you have suggested and I can’t get it work.  If I pin the pic to the background, the description and title shows up.  As is, it is slightly off center and I can’t figure out how to eliminate the border.  When I add the code you suggested, the descriptions and “powered by wordpress still show up.”  Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.308 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-13 18:26:27 -->
<!-- Compression = gzip -->
