<?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 for Media Perfection LC</title>
	<atom:link href="http://media-perfection.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://media-perfection.com</link>
	<description>Website Design, Development and Consulting</description>
	<lastBuildDate>Thu, 24 Jun 2010 20:25:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on How to Make Your WordPress Links Open In A New Window by Dave</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-254</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 24 Jun 2010 20:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-254</guid>
		<description>1. Open this file:

wp-includes/js/tinymce/themes/advanced/js/link.js

2. Look for this code around line 140

lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#039;not_set&#039;), &#039;&#039;);
        lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#039;advanced_dlg.link_target_same&#039;), &#039;_self&#039;); 
        lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#039;advanced_dlg.link_target_blank&#039;), &#039;_blank&#039;);

3. Reorder so target_blank option is on top

lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#039;advanced_dlg.link_target_blank&#039;), &#039;_blank&#039;);
lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#039;advanced_dlg.link_target_same&#039;), &#039;_self&#039;);
lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#039;not_set&#039;), &#039;&#039;);</description>
		<content:encoded><![CDATA[<p>1. Open this file:</p>
<p>wp-includes/js/tinymce/themes/advanced/js/link.js</p>
<p>2. Look for this code around line 140</p>
<p>lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#8216;not_set&#8217;), &#8221;);<br />
        lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#8216;advanced_dlg.link_target_same&#8217;), &#8216;_self&#8217;);<br />
        lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#8216;advanced_dlg.link_target_blank&#8217;), &#8216;_blank&#8217;);</p>
<p>3. Reorder so target_blank option is on top</p>
<p>lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#8216;advanced_dlg.link_target_blank&#8217;), &#8216;_blank&#8217;);<br />
lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#8216;advanced_dlg.link_target_same&#8217;), &#8216;_self&#8217;);<br />
lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#8216;not_set&#8217;), &#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Make Your WordPress Links Open In A New Window by Cliff</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-252</link>
		<dc:creator>Cliff</dc:creator>
		<pubDate>Tue, 01 Jun 2010 16:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-252</guid>
		<description>Me too...how to make it the default selection???</description>
		<content:encoded><![CDATA[<p>Me too&#8230;how to make it the default selection???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Make Your WordPress Links Open In A New Window by Mike</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-249</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 14 Apr 2010 22:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-249</guid>
		<description>I would like to know that too.
Its Extremely annoying to do this in every single post. It kills so much time. Any ideas?

Please someone....</description>
		<content:encoded><![CDATA[<p>I would like to know that too.<br />
Its Extremely annoying to do this in every single post. It kills so much time. Any ideas?</p>
<p>Please someone&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should I Start a Photo Blog and Daily Email? by Brian Lacy</title>
		<link>http://media-perfection.com/2009/05/05/should-i-start-a-photo-blog-and-daily-email/comment-page-1/#comment-245</link>
		<dc:creator>Brian Lacy</dc:creator>
		<pubDate>Tue, 30 Mar 2010 20:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=438#comment-245</guid>
		<description>I&#039;d be interested, but then you already knew that.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be interested, but then you already knew that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tim Wright and TJ Kelly&#8217;s article CSS Techniques I Wish I Knew When I Started Designing Websites. by TJ Kelly</title>
		<link>http://media-perfection.com/2009/12/31/tim-wright-and-tj-kellys-article-css-techniques-i-wish-i-knew-when-i-started-designing-websites/comment-page-1/#comment-190</link>
		<dc:creator>TJ Kelly</dc:creator>
		<pubDate>Sat, 02 Jan 2010 02:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=512#comment-190</guid>
		<description>Thanks for posting this. Appreciate the plug!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. Appreciate the plug!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Make Your WordPress Links Open In A New Window by How</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-158</link>
		<dc:creator>How</dc:creator>
		<pubDate>Wed, 12 Aug 2009 04:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-158</guid>
		<description>how to make it default to all of your pages</description>
		<content:encoded><![CDATA[<p>how to make it default to all of your pages</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Honorable Mention in Stokes Nature Center Photo Contest by Branden Evans</title>
		<link>http://media-perfection.com/2009/05/02/honorable-mention-in-stokes-nature-center-photo-contest/comment-page-1/#comment-148</link>
		<dc:creator>Branden Evans</dc:creator>
		<pubDate>Wed, 22 Jul 2009 18:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=415#comment-148</guid>
		<description>Dave, Excellent picture of the Old Jardine Juniper... well done!</description>
		<content:encoded><![CDATA[<p>Dave, Excellent picture of the Old Jardine Juniper&#8230; well done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Your Google Profile by Andrew</title>
		<link>http://media-perfection.com/2009/04/29/create-your-google-profile/comment-page-1/#comment-96</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 30 Apr 2009 17:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=388#comment-96</guid>
		<description>Wow, Dave. Lots of great stuff here. I can&#039;t even keep up with your posts, let-alone do them all. Nice work.</description>
		<content:encoded><![CDATA[<p>Wow, Dave. Lots of great stuff here. I can&#8217;t even keep up with your posts, let-alone do them all. Nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The History of the Internet by Mike</title>
		<link>http://media-perfection.com/2009/04/28/the-history-of-the-internet/comment-page-1/#comment-94</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 28 Apr 2009 20:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=372#comment-94</guid>
		<description>Very cool - I didn&#039;t know that stuff before, thanks for sharing</description>
		<content:encoded><![CDATA[<p>Very cool &#8211; I didn&#8217;t know that stuff before, thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Picasa Workshop by Cindy Roberts</title>
		<link>http://media-perfection.com/2009/04/13/google-picasa-workshop/comment-page-1/#comment-85</link>
		<dc:creator>Cindy Roberts</dc:creator>
		<pubDate>Wed, 15 Apr 2009 00:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=312#comment-85</guid>
		<description>The workshop is Tuesday, April 21.</description>
		<content:encoded><![CDATA[<p>The workshop is Tuesday, April 21.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
