<?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>ourlil.com &#187; xhtml</title>
	<atom:link href="http://OurLil.com/blog/category/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://OurLil.com</link>
	<description>A web site for tutti noi (all of us!)</description>
	<lastBuildDate>Mon, 26 Jul 2010 21:39:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPressMU Bug Trac for fixing target=&#8221;_blank&#8221;</title>
		<link>http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank/71/</link>
		<comments>http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank/71/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 16:32:13 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank/</guid>
		<description><![CDATA[Once upon a time, we had a vexing problem where we couldn&#8217;t set the @target (OT: @target is tech-speak/jargon/euphemism for &#8216;target attribute&#8217;). Actually, you could set it, but when you &#8216;saved&#8217; the post or story, TinyMCE (that nifty toolbar interface for formatting blog posts used by WordPress and a million other places). Here&#8217;s where I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_main" alt="W3C - World Wide Web Consortium" align="right" border="0" height="27" hspace="10" width="175" /></a>Once upon a time, we had a vexing problem where we couldn&#8217;t set the @target (OT: @target is tech-speak/jargon/euphemism for &#8216;target attribute&#8217;). Actually, you could set it, but when you &#8216;saved&#8217; the post or story, <a href="http://tinymce.moxiecode.com/" title="This is where it all started for this ubiquitous LGPL formatting utility...">TinyMCE</a>  (that nifty toolbar interface for formatting blog posts used by WordPress and a million other places). Here&#8217;s where I figured out what was wrong. I don&#8217;t know why they &#8216;broke&#8217; the @target attribute, although I do know that <a href="http://www.accessify.com/features/tutorials/new-windows/">the &#8216;target&#8217; attribute was deprecated in HTML 4.01, as well as XHTML 1.0</a>. However, there are ways around it, like <a href="http://www.accessify.com/features/tutorials/new-windows/">via JavaScript and XHTML modules</a> which are pretty darn cool.</p>
<p>Anyway, when <a href="http://www.freedominteractive.com/">we</a>  upgrade WordPressMU to the next version, we&#8217;ll likely need to &#8216;fix&#8217; this again, so here&#8217;s $98 bucks worth of direction:</p>
<p><a href="http://trac.mu.wordpress.org/changeset/1022">Changeset 1022 &#8211; WordPress MU Trac &#8211; Trac</a></p>
<p>Just change this:</p>
<p>$allowedposttags = array(<br />
&#8216;address&#8217; =&gt; array(),<br />
&#8216;a&#8217; =&gt; array(<br />
&#8216;href&#8217; =&gt; array(), &#8216;title&#8217; =&gt; array(),<br />
&#8216;rel&#8217; =&gt; array(), &#8216;rev&#8217; =&gt; array(),<br />
&#8216;name&#8217; =&gt; array()<br />
),</p>
<p>to this:</p>
<p>$allowedposttags = array(<br />
&#8216;address&#8217; =&gt; array(),<br />
&#8216;a&#8217; =&gt; array(<br />
&#8216;href&#8217; =&gt; array(), &#8216;title&#8217; =&gt; array(),<br />
&#8216;rel&#8217; =&gt; array(), &#8216;rev&#8217; =&gt; array(),<br />
&#8216;name&#8217; =&gt; array(), &#8216;target&#8217; =&gt; array()<br />
),</p>
<p><em>NOTE: This change was downgraded to determine if it inexplicably affects bandwidth performance.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank/71/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPressMU Bug Trac for fixing target=&#8221;_blank&#8221;</title>
		<link>http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank-2/615/</link>
		<comments>http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank-2/615/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 16:32:13 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/wordpressmu-bug-trac-for-fixing-target_blank/</guid>
		<description><![CDATA[Once upon a time, we had a vexing problem where we couldn&#8217;t set the @target (OT: @target is tech-speak/jargon/euphemism for &#8216;target attribute&#8217;). Actually, you could set it, but when you &#8216;saved&#8217; the post or story, TinyMCE (that nifty toolbar interface for formatting blog posts used by WordPress and a million other places). Here&#8217;s where I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_main" alt="W3C - World Wide Web Consortium" align="right" border="0" height="27" hspace="10" width="175" /></a>Once upon a time, we had a vexing problem where we couldn&#8217;t set the @target (OT: @target is tech-speak/jargon/euphemism for &#8216;target attribute&#8217;). Actually, you could set it, but when you &#8216;saved&#8217; the post or story, <a href="http://tinymce.moxiecode.com/" title="This is where it all started for this ubiquitous LGPL formatting utility...">TinyMCE</a>  (that nifty toolbar interface for formatting blog posts used by WordPress and a million other places). Here&#8217;s where I figured out what was wrong. I don&#8217;t know why they &#8216;broke&#8217; the @target attribute, although I do know that <a href="http://www.accessify.com/features/tutorials/new-windows/">the &#8216;target&#8217; attribute was deprecated in HTML 4.01, as well as XHTML 1.0</a>. However, there are ways around it, like <a href="http://www.accessify.com/features/tutorials/new-windows/">via JavaScript and XHTML modules</a> which are pretty darn cool.</p>
<p>Anyway, when <a href="http://www.freedominteractive.com/" target="_blank">we</a>  upgrade WordPressMU to the next version, we&#8217;ll likely need to &#8216;fix&#8217; this again, so here&#8217;s $98 bucks worth of direction:</p>
<p><a href="http://trac.mu.wordpress.org/changeset/1022">Changeset 1022 &#8211; WordPress MU Trac &#8211; Trac</a></p>
<p>Just change this:</p>
<p>$allowedposttags = array(<br />
&#8216;address&#8217; =&gt; array(),<br />
&#8216;a&#8217; =&gt; array(<br />
&#8216;href&#8217; =&gt; array(), &#8216;title&#8217; =&gt; array(),<br />
&#8216;rel&#8217; =&gt; array(), &#8216;rev&#8217; =&gt; array(),<br />
&#8216;name&#8217; =&gt; array()<br />
),</p>
<p>to this:</p>
<p>$allowedposttags = array(<br />
&#8216;address&#8217; =&gt; array(),<br />
&#8216;a&#8217; =&gt; array(<br />
&#8216;href&#8217; =&gt; array(), &#8216;title&#8217; =&gt; array(),<br />
&#8216;rel&#8217; =&gt; array(), &#8216;rev&#8217; =&gt; array(),<br />
&#8216;name&#8217; =&gt; array(), &#8216;target&#8217; =&gt; array()<br />
),</p>
<p><em>NOTE: This change was downgraded to determine if it inexplicably affects bandwidth performance.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank-2/615/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
