<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Wiegman &#187; Wordpress Plugins</title>
	<atom:link href="http://www.chriswiegman.com/category/tutorials-plugins-modules-code/wordpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chriswiegman.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 01:23:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress: Replace target=&#8221;blank&#8221;</title>
		<link>http://www.chriswiegman.com/2010/02/wordpress-replace-targetblank/</link>
		<comments>http://www.chriswiegman.com/2010/02/wordpress-replace-targetblank/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 23:26:58 +0000</pubDate>
		<dc:creator>Chris Wiegman</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Validation]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.chriswiegman.com/?p=380</guid>
		<description><![CDATA[So after getting tired of not being able to use the external link selection in the built-in WordPress TinyMCE I decided to do something about it. Here&#8217;s a little WordPress Plugin that will scan the text of your site and replace any instance of target=&#8221;_blank&#8221; with class=&#8221;target_blank&#8221;. It then uses a small jquery script to [...]]]></description>
			<content:encoded><![CDATA[<p>So after getting tired of not being able to use the external link selection in the built-in WordPress TinyMCE I decided to do something about it. Here&#8217;s a little WordPress Plugin that will scan the text of your site and replace any instance of target=&#8221;_blank&#8221; with class=&#8221;target_blank&#8221;. It then uses a small jquery script to open the link in a new window or tab as the author intended.</p>
<p>You can download the plugin here replace-target.zip</p>
<p><em>For the latest download, please check out my project page at </em><a href="http://www.chriswiegman.com/wordpress-replace-target-plugin/">http://www.chriswiegman.com/wordpress-replace-target-plugin/</a></p>
<img src="http://www.chriswiegman.com/?ak_action=api_record_view&id=380&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.chriswiegman.com/2010/02/wordpress-replace-targetblank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.chriswiegman.com @ 2010-09-10 16:55:49 by W3 Total Cache -->