<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The Beat: now with morning coffee</title>
	<link>http://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/</link>
	<description>The News Blog of Comics Culture</description>
	<pubDate>Wed, 07 Jan 2009 01:56:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: The Beat</title>
		<link>http://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-103</link>
		<pubDate>Thu, 06 Jul 2006 20:11:35 +0000</pubDate>
		<guid>http://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-103</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://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-98</link>
		<pubDate>Thu, 06 Jul 2006 18:30:41 +0000</pubDate>
		<guid>http://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-98</guid>
					<description>re: Comment spammers. You HAVE to activate the Akismet plugin that comes with WordPress. It will save your life. Literally. It's a great, great program that blocks out 99% of comment spam. If you don'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://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-91</link>
		<pubDate>Thu, 06 Jul 2006 17:23:48 +0000</pubDate>
		<guid>http://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-91</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://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-84</link>
		<pubDate>Thu, 06 Jul 2006 16:06:43 +0000</pubDate>
		<guid>http://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-84</guid>
					<description>Well, I dont have access to the .php files...yet, but I'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://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-82</link>
		<pubDate>Thu, 06 Jul 2006 15:00:52 +0000</pubDate>
		<guid>http://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-82</guid>
					<description>Hmmm, it looks like the file ./wp-includes/links.php would be the place to do it.  There's a $target variable in there that controls it.

I can't try this on my own blog since I don't have read/write access to the file remotely, but search for this part of the code:

		$target = $row-&amp;#62;link_target;
		if ('' != $target) {
			$target = ' target=&quot;' . $target . '&quot;';
		}

Change the first line to $target=&quot;_blank&quot; and that should do it.  Or, replace all those lines of code with 

$target = 'target=&quot;_blank&quot; ';

From then on, ALL links in that sidebar will open to a new page.  Now, the computer scientist in my doesn'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 ('&#8217; != $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://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-80</link>
		<pubDate>Thu, 06 Jul 2006 14:44:34 +0000</pubDate>
		<guid>http://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-80</guid>
					<description>There has to be a programmatic way to do that, Heidi.  I'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'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://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-77</link>
		<pubDate>Thu, 06 Jul 2006 14:11:25 +0000</pubDate>
		<guid>http://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-77</guid>
					<description>No that's okay...when I'm surfing a site with a lot of links I prefer a new window so I don'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://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-76</link>
		<pubDate>Thu, 06 Jul 2006 14:10:35 +0000</pubDate>
		<guid>http://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-76</guid>
					<description>If I say I'm happier if links don't open new windows, will that make WordPress' 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://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-75</link>
		<pubDate>Thu, 06 Jul 2006 14:09:13 +0000</pubDate>
		<guid>http://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-75</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'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://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-69</link>
		<pubDate>Thu, 06 Jul 2006 13:12:34 +0000</pubDate>
		<guid>http://pwbeat.publishersweekly.com/blog/2006/07/06/the-beat-now-with-morning-coffee/#comment-69</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>
