<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Some Blog Suggestions</title>
	<link>http://mindofwinter.org/2003/11/07/some-blog-suggestions/</link>
	<description>A forum for discussing poems and poetry</description>
	<pubDate>Wed, 07 Jan 2009 17:27:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Michael</title>
		<link>http://mindofwinter.org/2003/11/07/some-blog-suggestions/#comment-11</link>
		<author>Michael</author>
		<pubDate>Sun, 16 Nov 2003 23:38:35 +0000</pubDate>
		<guid>http://mindofwinter.org/2003/11/07/some-blog-suggestions/#comment-11</guid>
		<description>&lt;i&gt;*A feature that would be really awesome would be to have a link to one single window (that pops up separately) that contains all the poems we&#8217;ve done (instead of making them posts).&lt;/i&gt;

Done, sort of. Posted poems will automatically appear on the "posted poems" page (new-window link on left) as long as they include the proper markup. The quick-buttons in the edit/post window should be relatively self-explanatory. Each poem should have a poem title; as long as that's in there, the poem will show up on the poem page.

I also played around a bit with the calendar. I don't know how useful the calendar is in general, but it should be easier to see what day today is (Eastern time) and which days had new posts.</description>
		<content:encoded><![CDATA[<p><i>*A feature that would be really awesome would be to have a link to one single window (that pops up separately) that contains all the poems we&#8217;ve done (instead of making them posts).</i></p>
<p>Done, sort of. Posted poems will automatically appear on the &#8220;posted poems&#8221; page (new-window link on left) as long as they include the proper markup. The quick-buttons in the edit/post window should be relatively self-explanatory. Each poem should have a poem title; as long as that&#8217;s in there, the poem will show up on the poem page.</p>
<p>I also played around a bit with the calendar. I don&#8217;t know how useful the calendar is in general, but it should be easier to see what day today is (Eastern time) and which days had new posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mindofwinter.org/2003/11/07/some-blog-suggestions/#comment-6</link>
		<author>Michael</author>
		<pubDate>Sat, 08 Nov 2003 23:30:54 +0000</pubDate>
		<guid>http://mindofwinter.org/2003/11/07/some-blog-suggestions/#comment-6</guid>
		<description>I've changed the style a bit, but I want to reiterate---I'm not a designer, and I know there's a lot of room for improvement. Any suggestions, direction, criticism, or instruction is certainly welcome. I still don't really like the color scheme, and I'm not wild about the way I did the post titles, and I &lt;em&gt;really&lt;/em&gt; don't like how the dates appear right now. If you've got ideas, post away.

&lt;i&gt;*Title Font color should match the font color in the banner&lt;/i&gt;

Done.

&lt;i&gt;*If its possible to highlight the titles of posts it might break up the post and clearly delineate when a post begins&lt;/i&gt;

Done.

&lt;i&gt;*The name of the poster looks more naturally to me at the bottom of the post&lt;/i&gt;

Done.

&lt;i&gt;*I always feel better when the links bar is on the left. Also, it should start below the &#8220;Mind of Winter&#8221; banner, so that the color goes all the way across the screen.&lt;/i&gt;

Done.

&lt;i&gt;*A feature that would be really awesome would be to have a link to one single window (that pops up separately) that contains all the poems we&#8217;ve done (instead of making them posts).&lt;/i&gt;

One problem: not posting the poems means that they won't be available for searches (notice the search field in the menu column). Technical details you can appreciate: the posts are all stored in an SQL relational database back-end, and the search function just queries the post tables for rows WHERE post_content LIKE "search terms". I'd prefer to keep them as posts so they're searchable. I think there's a better solution, though. Each post can be assigned a category, and the category link on the left brings up all posts in the category. I was thinking of categorizing the poems by author, but we could just have a "poem" category if you want all the poems on the same page. Would that work? Alternatively, I could possibly write a separate page that queries the database for particular markup, so as long as we identify poems with appropriate HTML, it would be able to pull all the poems at once, perhaps even ordered by author and title. This would take me some time to develop, though, so it's a bit farther off.

More to come when I get a chance...I'm thinking of putting in a style switcher so you can choose your &lt;em&gt;own&lt;/em&gt; layout, and cleaning up the links, and... and...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve changed the style a bit, but I want to reiterate&#8212;I&#8217;m not a designer, and I know there&#8217;s a lot of room for improvement. Any suggestions, direction, criticism, or instruction is certainly welcome. I still don&#8217;t really like the color scheme, and I&#8217;m not wild about the way I did the post titles, and I <em>really</em> don&#8217;t like how the dates appear right now. If you&#8217;ve got ideas, post away.</p>
<p><i>*Title Font color should match the font color in the banner</i></p>
<p>Done.</p>
<p><i>*If its possible to highlight the titles of posts it might break up the post and clearly delineate when a post begins</i></p>
<p>Done.</p>
<p><i>*The name of the poster looks more naturally to me at the bottom of the post</i></p>
<p>Done.</p>
<p><i>*I always feel better when the links bar is on the left. Also, it should start below the &#8220;Mind of Winter&#8221; banner, so that the color goes all the way across the screen.</i></p>
<p>Done.</p>
<p><i>*A feature that would be really awesome would be to have a link to one single window (that pops up separately) that contains all the poems we&#8217;ve done (instead of making them posts).</i></p>
<p>One problem: not posting the poems means that they won&#8217;t be available for searches (notice the search field in the menu column). Technical details you can appreciate: the posts are all stored in an SQL relational database back-end, and the search function just queries the post tables for rows WHERE post_content LIKE &#8220;search terms&#8221;. I&#8217;d prefer to keep them as posts so they&#8217;re searchable. I think there&#8217;s a better solution, though. Each post can be assigned a category, and the category link on the left brings up all posts in the category. I was thinking of categorizing the poems by author, but we could just have a &#8220;poem&#8221; category if you want all the poems on the same page. Would that work? Alternatively, I could possibly write a separate page that queries the database for particular markup, so as long as we identify poems with appropriate HTML, it would be able to pull all the poems at once, perhaps even ordered by author and title. This would take me some time to develop, though, so it&#8217;s a bit farther off.</p>
<p>More to come when I get a chance&#8230;I&#8217;m thinking of putting in a style switcher so you can choose your <em>own</em> layout, and cleaning up the links, and&#8230; and&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
