<?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: How Would You Improve Your Blog Or Blogging?</title>
	<atom:link href="http://andybeard.eu/1023/blog-improvements.html/feed" rel="self" type="application/rss+xml" />
	<link>http://andybeard.eu/1023/blog-improvements.html</link>
	<description>Internet Marketing, Lead Acquisition, Online Business Strategy and Social Media with Original Opinion and Loads of Attitude</description>
	<lastBuildDate>Sat, 11 Feb 2012 13:54:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Business Integrity &#124; Blogging Ethics &#124; Blogging &#124; Revellian Dot Com</title>
		<link>http://andybeard.eu/1023/blog-improvements.html#comment-102741</link>
		<dc:creator>Business Integrity &#124; Blogging Ethics &#124; Blogging &#124; Revellian Dot Com</dc:creator>
		<pubDate>Wed, 31 Oct 2007 05:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/09/blog-improvements.html#comment-102741</guid>
		<description>[...] act and I look forward to a lasting friendship filled with happiness and success! blogging-ethics   Bookmark [...]</description>
		<content:encoded><![CDATA[<p>[...] act and I look forward to a lasting friendship filled with happiness and success! blogging-ethics   Bookmark [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris P.</title>
		<link>http://andybeard.eu/1023/blog-improvements.html#comment-86389</link>
		<dc:creator>Chris P.</dc:creator>
		<pubDate>Mon, 01 Oct 2007 16:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/09/blog-improvements.html#comment-86389</guid>
		<description>Andy,

The solution for handling [code]&lt;br /&gt;[/code] tags within headlines is actually quite simple. Essentially, those tags are only there for display purposes on the site itself (in this case, on Copyblogger), and we really don&#039;t want them to affect the presentation in any other areas where headlines may be displayed.

Within the site itself, headlines appear on the [1] front page, on [2] individual post pages, at the bottom of individual post pages in the form of [3] inter-postal links, and in lists of [4] related posts that follow individual posts.

In cases [3] and [4] from the previous paragraph, all I had to do was add in some very simple CSS to suppress the [code]&lt;br /&gt;[/code] tags, which have been added in the title field of the post entry page (within WordPress).

I use the rule of specificity to target the headlines, and a CSS declaration to &quot;turn off&quot; the [code]&lt;br /&gt;[/code] tags, like so:

[code]ul#related_posts li br { display: none; }[/code]

The above declaration prevents all [code]&lt;br /&gt;[/code] tags from displaying, but only if they lie within the li elements of an unordered list whose ID is &quot;related_posts&quot;.

As far as feed readers go, I don&#039;t have any direct control over the display of [code]&lt;br /&gt;[/code] tags there. Despite that, I suspect that popular readers like Google Reader and Bloglines suppress [code]&lt;br /&gt;[/code] tags within headlines. It would make sense to do so, simply because one of the major challenges these readers face is to present a unified interface that features content from a zillion different sites, each of which probably has a unique way of formatting and organizing content.</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>The solution for handling
<pre class="brush: plain; title: ; notranslate">&lt;br /&gt;</pre>
<p> tags within headlines is actually quite simple. Essentially, those tags are only there for display purposes on the site itself (in this case, on Copyblogger), and we really don&#8217;t want them to affect the presentation in any other areas where headlines may be displayed.</p>
<p>Within the site itself, headlines appear on the [1] front page, on [2] individual post pages, at the bottom of individual post pages in the form of [3] inter-postal links, and in lists of [4] related posts that follow individual posts.</p>
<p>In cases [3] and [4] from the previous paragraph, all I had to do was add in some very simple CSS to suppress the
<pre class="brush: plain; title: ; notranslate">&lt;br /&gt;</pre>
<p> tags, which have been added in the title field of the post entry page (within WordPress).</p>
<p>I use the rule of specificity to target the headlines, and a CSS declaration to &#8220;turn off&#8221; the
<pre class="brush: plain; title: ; notranslate">&lt;br /&gt;</pre>
<p> tags, like so:</p>
<pre class="brush: plain; title: ; notranslate">ul#related_posts li br { display: none; }</pre>
<p>The above declaration prevents all
<pre class="brush: plain; title: ; notranslate">&lt;br /&gt;</pre>
<p> tags from displaying, but only if they lie within the li elements of an unordered list whose ID is &#8220;related_posts&#8221;.</p>
<p>As far as feed readers go, I don&#8217;t have any direct control over the display of
<pre class="brush: plain; title: ; notranslate">&lt;br /&gt;</pre>
<p> tags there. Despite that, I suspect that popular readers like Google Reader and Bloglines suppress
<pre class="brush: plain; title: ; notranslate">&lt;br /&gt;</pre>
<p> tags within headlines. It would make sense to do so, simply because one of the major challenges these readers face is to present a unified interface that features content from a zillion different sites, each of which probably has a unique way of formatting and organizing content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Clark</title>
		<link>http://andybeard.eu/1023/blog-improvements.html#comment-86385</link>
		<dc:creator>Brian Clark</dc:creator>
		<pubDate>Mon, 01 Oct 2007 16:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/09/blog-improvements.html#comment-86385</guid>
		<description>Wish I could be of more help Andy, but all I can take credit for is bitching and moaning about things (like images in feeds and headline breaks) and Chris figures out a way to work me a solution. I&#039;ll ping him with this post and maybe he&#039;ll stop by and give a quick tutorial.</description>
		<content:encoded><![CDATA[<p>Wish I could be of more help Andy, but all I can take credit for is bitching and moaning about things (like images in feeds and headline breaks) and Chris figures out a way to work me a solution. I&#8217;ll ping him with this post and maybe he&#8217;ll stop by and give a quick tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dewitts Media &#187; Blog Building 101</title>
		<link>http://andybeard.eu/1023/blog-improvements.html#comment-84000</link>
		<dc:creator>Dewitts Media &#187; Blog Building 101</dc:creator>
		<pubDate>Thu, 27 Sep 2007 23:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/09/blog-improvements.html#comment-84000</guid>
		<description>[...] How would you Improve your Blog or blogging [...]</description>
		<content:encoded><![CDATA[<p>[...] How would you Improve your Blog or blogging [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Who doesn&#8217;t want to improve their blog? The Blog Improvement Zone Meme. : Big Bucks Blogger</title>
		<link>http://andybeard.eu/1023/blog-improvements.html#comment-83886</link>
		<dc:creator>Who doesn&#8217;t want to improve their blog? The Blog Improvement Zone Meme. : Big Bucks Blogger</dc:creator>
		<pubDate>Thu, 27 Sep 2007 20:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/09/blog-improvements.html#comment-83886</guid>
		<description>[...] enough, I share some of Andy&#8217;s; he talks about improving his blog theme layout. Needless to say, I have the same problems and more. The main reason for my crummy template that I [...]</description>
		<content:encoded><![CDATA[<p>[...] enough, I share some of Andy&#8217;s; he talks about improving his blog theme layout. Needless to say, I have the same problems and more. The main reason for my crummy template that I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Premick</title>
		<link>http://andybeard.eu/1023/blog-improvements.html#comment-83671</link>
		<dc:creator>Justin Premick</dc:creator>
		<pubDate>Thu, 27 Sep 2007 13:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/09/blog-improvements.html#comment-83671</guid>
		<description>I don&#039;t have an ETA to give as those improvements are among many that our development team is working on, but I&#039;ll be letting them know that the demand is definitely there :) The Feedburner reporting is something we&#039;re looking into as well.

There&#039;s not an API call to check that but what you can do (and what we do on our blog) is to &lt;a href=&quot;http://www.aweber.com/faq/questions/361/How+Do+I+Integrate+Google+Analytics+with+AWeber%3F&quot; rel=&quot;nofollow&quot;&gt;integrate Google Analytics&lt;/a&gt; so that your source is tagged as &quot;email&quot; (your readers may also find Google&#039;s &lt;a href=&quot;http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=27255&quot; rel=&quot;nofollow&quot;&gt;URL builder&lt;/a&gt; helpful).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have an ETA to give as those improvements are among many that our development team is working on, but I&#8217;ll be letting them know that the demand is definitely there :) The Feedburner reporting is something we&#8217;re looking into as well.</p>
<p>There&#8217;s not an API call to check that but what you can do (and what we do on our blog) is to <a href="http://www.aweber.com/faq/questions/361/How+Do+I+Integrate+Google+Analytics+with+AWeber%3F">integrate Google Analytics</a> so that your source is tagged as &#8220;email&#8221; (your readers may also find Google&#8217;s <a href="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=27255">URL builder</a> helpful).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucia</title>
		<link>http://andybeard.eu/1023/blog-improvements.html#comment-83415</link>
		<dc:creator>lucia</dc:creator>
		<pubDate>Thu, 27 Sep 2007 04:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/09/blog-improvements.html#comment-83415</guid>
		<description>You could modify the theme... but it was pretty easy to write a &lt;a href=&quot;http://money.bigbucksblogger.com/andy-beard-wants-dramatic-titles-just-like-muhamed-saleems/&quot; rel=&quot;nofollow&quot;&gt;&quot;Nifty Titles&quot;&lt;/a&gt; plugin too. (I think so anyway.)   Let me know what you think.</description>
		<content:encoded><![CDATA[<p>You could modify the theme&#8230; but it was pretty easy to write a <a href="http://money.bigbucksblogger.com/andy-beard-wants-dramatic-titles-just-like-muhamed-saleems/">&#8220;Nifty Titles&#8221;</a> plugin too. (I think so anyway.)   Let me know what you think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Beard</title>
		<link>http://andybeard.eu/1023/blog-improvements.html#comment-83228</link>
		<dc:creator>Andy Beard</dc:creator>
		<pubDate>Wed, 26 Sep 2007 23:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/09/blog-improvements.html#comment-83228</guid>
		<description>Before I forget, Justin thats for giving some feedback &quot;from the horses mouth&quot; - I would really love to know if you have some kind of schedule... rephrase that an &quot;ETA you are able to release&quot; for the daily scheduling of feeds.

It makes a strategic decision for me a lot easier.

You didn&#039;t mention the possibility of reporting feed subscription numbers to Feedburner. They are getting part of the numbers probably anyway based upon open rate with included images, but it would be good to have the full data being fed. I think it only requires reporting to in headers each time to fetch a feed.

The feedburner data is important both for social proof and revenue.

As for tips, whilst some of my readers will no doubt appreciate that, many are very advanced.

As an example, is there a way I can check via some kind of an API call as to whether a visitor is an email subscriber, or do I just have to do it with cookies?</description>
		<content:encoded><![CDATA[<p>Before I forget, Justin thats for giving some feedback &#8220;from the horses mouth&#8221; &#8211; I would really love to know if you have some kind of schedule&#8230; rephrase that an &#8220;ETA you are able to release&#8221; for the daily scheduling of feeds.</p>
<p>It makes a strategic decision for me a lot easier.</p>
<p>You didn&#8217;t mention the possibility of reporting feed subscription numbers to Feedburner. They are getting part of the numbers probably anyway based upon open rate with included images, but it would be good to have the full data being fed. I think it only requires reporting to in headers each time to fetch a feed.</p>
<p>The feedburner data is important both for social proof and revenue.</p>
<p>As for tips, whilst some of my readers will no doubt appreciate that, many are very advanced.</p>
<p>As an example, is there a way I can check via some kind of an API call as to whether a visitor is an email subscriber, or do I just have to do it with cookies?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Beard</title>
		<link>http://andybeard.eu/1023/blog-improvements.html#comment-83144</link>
		<dc:creator>Andy Beard</dc:creator>
		<pubDate>Wed, 26 Sep 2007 20:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/09/blog-improvements.html#comment-83144</guid>
		<description>I suppose you would need a box with &quot;display title&quot; that is used in most places on the blog, but that method would get messy when people are using recent comment plugins and widgets.

I think it would be easier to just modify a theme, and use a custom field if it is set, otherwise use the_title.

The RSS feeds would still use the_title by default.</description>
		<content:encoded><![CDATA[<p>I suppose you would need a box with &#8220;display title&#8221; that is used in most places on the blog, but that method would get messy when people are using recent comment plugins and widgets.</p>
<p>I think it would be easier to just modify a theme, and use a custom field if it is set, otherwise use the_title.</p>
<p>The RSS feeds would still use the_title by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucia</title>
		<link>http://andybeard.eu/1023/blog-improvements.html#comment-83115</link>
		<dc:creator>lucia</dc:creator>
		<pubDate>Wed, 26 Sep 2007 18:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/09/blog-improvements.html#comment-83115</guid>
		<description>It might be possible to write a plugin to do some specific title formatting.  (There is a hook for the_title()).

What precisely do you want to do? Insert a break only when the post appears at the blog, but otherwise, keep it out?</description>
		<content:encoded><![CDATA[<p>It might be possible to write a plugin to do some specific title formatting.  (There is a hook for the_title()).</p>
<p>What precisely do you want to do? Insert a break only when the post appears at the blog, but otherwise, keep it out?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 26/34 queries in 0.008 seconds using disk: basic
Object Caching 500/504 objects using disk: basic
Content Delivery Network via cdn5.andybeard.name

Served from: andybeard.eu @ 2012-02-13 08:21:47 -->
