<?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: Format Your Posts For Readability</title> <atom:link href="http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/feed/" rel="self" type="application/rss+xml" /><link>http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/</link> <description>Better Looking Blogs Grow Faster</description> <lastBuildDate>Thu, 11 Mar 2010 20:03:15 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Uzair</title><link>http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-1023</link> <dc:creator>Uzair</dc:creator> <pubDate>Sun, 16 Sep 2007 06:57:26 +0000</pubDate> <guid
isPermaLink="false">http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-1023</guid> <description>It really helped me.</description> <content:encoded><![CDATA[<p>It really helped me.</p> ]]></content:encoded> </item> <item><title>By: Michael Martin</title><link>http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-547</link> <dc:creator>Michael Martin</dc:creator> <pubDate>Mon, 03 Sep 2007 13:19:44 +0000</pubDate> <guid
isPermaLink="false">http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-547</guid> <description>Just right. In particular, most people won&#039;t know about the &quot;:first-letter&quot; pseudo-class, which is very handy. :)</description> <content:encoded><![CDATA[<p>Just right. In particular, most people won&#8217;t know about the &#8220;:first-letter&#8221; pseudo-class, which is very handy. <img
src='http://www.problogdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Marco Ruelicke.net</title><link>http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-543</link> <dc:creator>Marco Ruelicke.net</dc:creator> <pubDate>Mon, 03 Sep 2007 05:21:15 +0000</pubDate> <guid
isPermaLink="false">http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-543</guid> <description>thanks :)I think if we are already talking and testing this technique, I should at least also show the code and explain how this can be achieved in case someone else don&#039;t know as much about CSS and would like to also use it :)</description> <content:encoded><![CDATA[<p>thanks <img
src='http://www.problogdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>I think if we are already talking and testing this technique, I should at least also show the code and explain how this can be achieved in case someone else don&#8217;t know as much about CSS and would like to also use it <img
src='http://www.problogdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Michael Martin</title><link>http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-530</link> <dc:creator>Michael Martin</dc:creator> <pubDate>Sun, 02 Sep 2007 20:29:08 +0000</pubDate> <guid
isPermaLink="false">http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-530</guid> <description>Thanks for sharing your technique with other readers. :)I wouldn&#039;t worry about going through old articles though. It&#039;s not worth the effort. If it&#039;s a style you like, then just start using it in posts from now onwards. Don&#039;t worry about the oldies. (It can actually be good to leave the older ones as they are, because it shows your blog has developed)And sure - Cleaned up now.</description> <content:encoded><![CDATA[<p>Thanks for sharing your technique with other readers. <img
src='http://www.problogdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>I wouldn&#8217;t worry about going through old articles though. It&#8217;s not worth the effort. If it&#8217;s a style you like, then just start using it in posts from now onwards. Don&#8217;t worry about the oldies. (It can actually be good to leave the older ones as they are, because it shows your blog has developed)</p><p>And sure &#8211; Cleaned up now.</p> ]]></content:encoded> </item> <item><title>By: Marco Ruelicke.net</title><link>http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-529</link> <dc:creator>Marco Ruelicke.net</dc:creator> <pubDate>Sun, 02 Sep 2007 20:08:20 +0000</pubDate> <guid
isPermaLink="false">http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-529</guid> <description>oops...Michael, can you be so kind and fix the HTML entities I messed up?</description> <content:encoded><![CDATA[<p>oops&#8230;Michael, can you be so kind and fix the HTML entities I messed up?</p> ]]></content:encoded> </item> <item><title>By: Marco Ruelicke.net</title><link>http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-528</link> <dc:creator>Marco Ruelicke.net</dc:creator> <pubDate>Sun, 02 Sep 2007 20:07:17 +0000</pubDate> <guid
isPermaLink="false">http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-528</guid> <description>well, I&#039;m using the :first-letter pseudo class to make this happen. That&#039;s why each paragraph gets the the capital letter. The CSS to do that:
div.entry p:first-letter {
font-size:1.5em;
font-weight:700;
text-transform:capitalize;
}I&#039;m now changing it so I can decide where I have the effect by using this CSS code:
div.entry p span.c_letter {
font-size:1.5em;
font-weight:700;
text-transform:capitalize;
}You just have to wrap a &lt;span class=&quot;c_letter&quot;&gt; around the letter you want to capitalize and you get that effect. This will only work if the span is inside a paragraph.e.g.: &lt;p&gt;&lt;span&gt;T&lt;/span&gt;he first letter is huge[...]&lt;/p&gt;I believe this method is way better because it gives you a bit more control on the layout...only problem is that I need to edit older articles if I want to use that on them...I edited the &lt;a href=&quot;http://www.ruelicke.net/2007/09/peter-gabriel-amazing-voice-combined-with-touching-lyrics/&quot; rel=&quot;nofollow&quot;&gt;Peter Gabriel article&lt;/a&gt; just to see how it looks like :)</description> <content:encoded><![CDATA[<p>well, I&#8217;m using the :first-letter pseudo class to make this happen. That&#8217;s why each paragraph gets the the capital letter. The CSS to do that:<br
/> div.entry p:first-letter {<br
/> font-size:1.5em;<br
/> font-weight:700;<br
/> text-transform:capitalize;<br
/> }</p><p>I&#8217;m now changing it so I can decide where I have the effect by using this CSS code:<br
/> div.entry p span.c_letter {<br
/> font-size:1.5em;<br
/> font-weight:700;<br
/> text-transform:capitalize;<br
/> }</p><p>You just have to wrap a &lt;span class=&#8221;c_letter&#8221;&gt; around the letter you want to capitalize and you get that effect. This will only work if the span is inside a paragraph.</p><p>e.g.: &lt;p&gt;&lt;span&gt;T&lt;/span&gt;he first letter is huge[...]&lt;/p&gt;</p><p>I believe this method is way better because it gives you a bit more control on the layout&#8230;only problem is that I need to edit older articles if I want to use that on them&#8230;I edited the <a
href="http://www.ruelicke.net/2007/09/peter-gabriel-amazing-voice-combined-with-touching-lyrics/" rel="nofollow">Peter Gabriel article</a> just to see how it looks like <img
src='http://www.problogdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Michael Martin</title><link>http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-525</link> <dc:creator>Michael Martin</dc:creator> <pubDate>Sun, 02 Sep 2007 18:51:15 +0000</pubDate> <guid
isPermaLink="false">http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-525</guid> <description>I actually prefer it on the headers. It looks a little too much on short paragraphs (Like in your story), but it looks really good on your blog on the headings. Have you tried applying it to only the headings? How do you think that would look?</description> <content:encoded><![CDATA[<p>I actually prefer it on the headers. It looks a little too much on short paragraphs (Like in your story), but it looks really good on your blog on the headings. Have you tried applying it to only the headings? How do you think that would look?</p> ]]></content:encoded> </item> <item><title>By: Marco Ruelicke.net</title><link>http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-524</link> <dc:creator>Marco Ruelicke.net</dc:creator> <pubDate>Sun, 02 Sep 2007 17:33:26 +0000</pubDate> <guid
isPermaLink="false">http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-524</guid> <description>Michael - Without your article I would have needed a bit more time to become that good in structuring my articles, I&#039;m sure.I just added a piece of CSS to try that &quot;first letter of a paragraph larger than the others&quot; idea. Feel free to share your thoughts, but I think it does look quite good, although it messes &lt;a href=&quot;http://www.ruelicke.net/2007/08/star-wars-soldiers-vs-jedi/&quot; rel=&quot;nofollow&quot;&gt;my story&lt;/a&gt; up a bit...</description> <content:encoded><![CDATA[<p>Michael &#8211; Without your article I would have needed a bit more time to become that good in structuring my articles, I&#8217;m sure.</p><p>I just added a piece of CSS to try that &#8220;first letter of a paragraph larger than the others&#8221; idea. Feel free to share your thoughts, but I think it does look quite good, although it messes <a
href="http://www.ruelicke.net/2007/08/star-wars-soldiers-vs-jedi/" rel="nofollow">my story</a> up a bit&#8230;</p> ]]></content:encoded> </item> <item><title>By: Michael Martin</title><link>http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-506</link> <dc:creator>Michael Martin</dc:creator> <pubDate>Sun, 02 Sep 2007 12:02:48 +0000</pubDate> <guid
isPermaLink="false">http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-506</guid> <description>Marco - The most recent post is great. I had a scan down it, and it was easy to pick out the bits that interested me. I loved your usage of the many images. That really livened things up. If you can find an appropriate image for a post, it usually does look good. :DDaniel - Yes, having large blocks of text is probably the easiest way to scare off your readers. Ample spacing is a pleasure to read from.</description> <content:encoded><![CDATA[<p>Marco &#8211; The most recent post is great. I had a scan down it, and it was easy to pick out the bits that interested me. I loved your usage of the many images. That really livened things up. If you can find an appropriate image for a post, it usually does look good. <img
src='http://www.problogdesign.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p><p>Daniel &#8211; Yes, having large blocks of text is probably the easiest way to scare off your readers. Ample spacing is a pleasure to read from.</p> ]]></content:encoded> </item> <item><title>By: Daniel Johnson</title><link>http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-502</link> <dc:creator>Daniel Johnson</dc:creator> <pubDate>Sun, 02 Sep 2007 11:37:28 +0000</pubDate> <guid
isPermaLink="false">http://www.problogdesign.com/blog-usability/format-your-posts-for-readability/#comment-502</guid> <description>Some useful suggestions there. I try to use as much of these as possible as it breaks up the text nicely. I&#039;m very weary of having too uch text in one space on my sites. So subtle changes to posts like the ones listed are really useful.</description> <content:encoded><![CDATA[<p>Some useful suggestions there. I try to use as much of these as possible as it breaks up the text nicely. I&#8217;m very weary of having too uch text in one space on my sites. So subtle changes to posts like the ones listed are really useful.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 19/29 queries in 0.045 seconds using disk

Served from: pliableweb.com @ 2010-03-11 20:36:31 -->