<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: The Beat: now with morning coffee</title>
	<atom:link href="http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/</link>
	<description>The News Blog of Comics Culture</description>
	<lastBuildDate>Sat, 11 Feb 2012 15:15:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Beat</title>
		<link>http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1379</link>
		<dc:creator>The Beat</dc:creator>
		<pubDate>Thu, 06 Jul 2006 20:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1379</guid>
		<description>Akismet is installed and running.</description>
		<content:encoded><![CDATA[<p>Akismet is installed and running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: badMike</title>
		<link>http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1378</link>
		<dc:creator>badMike</dc:creator>
		<pubDate>Thu, 06 Jul 2006 18:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1378</guid>
		<description>re: Comment spammers. You HAVE to activate the Akismet plugin that comes with WordPress. It will save your life. Literally. It&#039;s a great, great program that blocks out 99% of comment spam. If you don&#039;t have access to updating your plugins, get your crew to do it. Akismet is a must.</description>
		<content:encoded><![CDATA[<p>re: Comment spammers. You HAVE to activate the Akismet plugin that comes with WordPress. It will save your life. Literally. It&#8217;s a great, great program that blocks out 99% of comment spam. If you don&#8217;t have access to updating your plugins, get your crew to do it. Akismet is a must.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Augie De Blieck Jr.</title>
		<link>http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1377</link>
		<dc:creator>Augie De Blieck Jr.</dc:creator>
		<pubDate>Thu, 06 Jul 2006 17:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1377</guid>
		<description>No problem.  If you or one of the Behind The Scenes Wizards does use it, just make sure they remember the semi-colon at the end of the commands.  Eep!</description>
		<content:encoded><![CDATA[<p>No problem.  If you or one of the Behind The Scenes Wizards does use it, just make sure they remember the semi-colon at the end of the commands.  Eep!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Beat</title>
		<link>http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1376</link>
		<dc:creator>The Beat</dc:creator>
		<pubDate>Thu, 06 Jul 2006 16:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1376</guid>
		<description>Well, I dont have access to the .php files...yet, but I&#039;ll squirrel that away fro a rainy day.</description>
		<content:encoded><![CDATA[<p>Well, I dont have access to the .php files&#8230;yet, but I&#8217;ll squirrel that away fro a rainy day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Augie De Blieck Jr.</title>
		<link>http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1375</link>
		<dc:creator>Augie De Blieck Jr.</dc:creator>
		<pubDate>Thu, 06 Jul 2006 15:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1375</guid>
		<description>Hmmm, it looks like the file ./wp-includes/links.php would be the place to do it.  There&#039;s a $target variable in there that controls it.

I can&#039;t try this on my own blog since I don&#039;t have read/write access to the file remotely, but search for this part of the code:

		$target = $row-&gt;link_target;
		if (&#039;&#039; != $target) {
			$target = &#039; target=&quot;&#039; . $target . &#039;&quot;&#039;;
		}

Change the first line to $target=&quot;_blank&quot; and that should do it.  Or, replace all those lines of code with

$target = &#039;target=&quot;_blank&quot; &#039;;

From then on, ALL links in that sidebar will open to a new page.  Now, the computer scientist in my doesn&#039;t like hardcoding stuff like that, but what the heck.  It gets the job done.</description>
		<content:encoded><![CDATA[<p>Hmmm, it looks like the file ./wp-includes/links.php would be the place to do it.  There&#8217;s a $target variable in there that controls it.</p>
<p>I can&#8217;t try this on my own blog since I don&#8217;t have read/write access to the file remotely, but search for this part of the code:</p>
<p>		$target = $row-&gt;link_target;<br />
		if (&#8221; != $target) {<br />
			$target = &#8216; target=&#8221;&#8216; . $target . &#8216;&#8221;&#8216;;<br />
		}</p>
<p>Change the first line to $target=&#8221;_blank&#8221; and that should do it.  Or, replace all those lines of code with</p>
<p>$target = &#8216;target=&#8221;_blank&#8221; &#8216;;</p>
<p>From then on, ALL links in that sidebar will open to a new page.  Now, the computer scientist in my doesn&#8217;t like hardcoding stuff like that, but what the heck.  It gets the job done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Augie De Blieck Jr.</title>
		<link>http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1374</link>
		<dc:creator>Augie De Blieck Jr.</dc:creator>
		<pubDate>Thu, 06 Jul 2006 14:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1374</guid>
		<description>There has to be a programmatic way to do that, Heidi.  I&#039;ll look into it.  I have a WordPress blog.  One of those PHP files should be able to add an extra TARGET=&quot;_BLANK&quot; to the code on the sidebar links. . .  It&#039;s just a matter of finding it.</description>
		<content:encoded><![CDATA[<p>There has to be a programmatic way to do that, Heidi.  I&#8217;ll look into it.  I have a WordPress blog.  One of those PHP files should be able to add an extra TARGET=&#8221;_BLANK&#8221; to the code on the sidebar links. . .  It&#8217;s just a matter of finding it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Beat</title>
		<link>http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1373</link>
		<dc:creator>The Beat</dc:creator>
		<pubDate>Thu, 06 Jul 2006 14:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1373</guid>
		<description>No that&#039;s okay...when I&#039;m surfing a site with a lot of links I prefer a new window so I don&#039;t have to keep hitting back. Different strokes.</description>
		<content:encoded><![CDATA[<p>No that&#8217;s okay&#8230;when I&#8217;m surfing a site with a lot of links I prefer a new window so I don&#8217;t have to keep hitting back. Different strokes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Liu</title>
		<link>http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1372</link>
		<dc:creator>Edward Liu</dc:creator>
		<pubDate>Thu, 06 Jul 2006 14:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1372</guid>
		<description>If I say I&#039;m happier if links don&#039;t open new windows, will that make WordPress&#039; behavior more palatable? I find links that open new windows kind of annoying.</description>
		<content:encoded><![CDATA[<p>If I say I&#8217;m happier if links don&#8217;t open new windows, will that make WordPress&#8217; behavior more palatable? I find links that open new windows kind of annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Beat</title>
		<link>http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1371</link>
		<dc:creator>The Beat</dc:creator>
		<pubDate>Thu, 06 Jul 2006 14:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1371</guid>
		<description>Yes but that would require me to add every single link (200-300) by hand. So far the sidebar is BY FAR the most annoying thing about WP. I could just copy the old html file and put it in the template, but then I can&#039;t really live update it.

Also, some sort of batch edit is needed for the next version.</description>
		<content:encoded><![CDATA[<p>Yes but that would require me to add every single link (200-300) by hand. So far the sidebar is BY FAR the most annoying thing about WP. I could just copy the old html file and put it in the template, but then I can&#8217;t really live update it.</p>
<p>Also, some sort of batch edit is needed for the next version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1370</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Thu, 06 Jul 2006 13:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.comicsbeat.com/2006/07/06/the-beat-now-with-morning-coffee/#comment-1370</guid>
		<description>However, WordPress’s hierarchy doesn’t seem to allow links to open in a new window which is annoying.

When you add the link just choose the radio button &quot;_blank&quot; and it will open in a new window.</description>
		<content:encoded><![CDATA[<p>However, WordPress’s hierarchy doesn’t seem to allow links to open in a new window which is annoying.</p>
<p>When you add the link just choose the radio button &#8220;_blank&#8221; and it will open in a new window.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

