<?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 Jim Walker&#039;s Blog</title>
	<atom:link href="http://datawalke.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://datawalke.com</link>
	<description>PHP, PBBGs, and Business</description>
	<lastBuildDate>Fri, 13 Jan 2012 04:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Dragon Duel Update #1 by Bebop AKA Billy</title>
		<link>http://datawalke.com/dragon-duel/dragon-duel-update-1/comment-page-1/#comment-2088</link>
		<dc:creator>Bebop AKA Billy</dc:creator>
		<pubDate>Fri, 13 Jan 2012 04:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://datawalke.com/?p=68#comment-2088</guid>
		<description>And, now it&#039;s totally down. :(</description>
		<content:encoded><![CDATA[<p>And, now it&#8217;s totally down. <img src='http://datawalke.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dragon Duel Update #1 by Billy Ladik</title>
		<link>http://datawalke.com/dragon-duel/dragon-duel-update-1/comment-page-1/#comment-1574</link>
		<dc:creator>Billy Ladik</dc:creator>
		<pubDate>Wed, 12 Oct 2011 03:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://datawalke.com/?p=68#comment-1574</guid>
		<description>It&#039;s been 2 months from last post, any notice on when it will be back up? I really miss it. x.x</description>
		<content:encoded><![CDATA[<p>It&#8217;s been 2 months from last post, any notice on when it will be back up? I really miss it. x.x</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DNN: How to Add a External Menu Link that Opens in a New Window by Swwalsh1981</title>
		<link>http://datawalke.com/dnn/dnn-how-to-add-a-external-menu-link-that-opens-in-a-new-window/comment-page-1/#comment-1499</link>
		<dc:creator>Swwalsh1981</dc:creator>
		<pubDate>Thu, 11 Aug 2011 17:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://datawalke.com/?p=3#comment-1499</guid>
		<description>i vactually made a mistake in that code. in DNN 6 it uses the popups, so you need to avoid the javascript as well... so this works:

    $(function () {        $(&#039;a:not([href=&quot;&quot;]), a:not([href=&quot;javascript&quot;])&#039;).each(function () {            if (this.hostname !== location.hostname) {                $(this).attr(&#039;target&#039;, &quot;_blank&quot;);            }        });    });</description>
		<content:encoded><![CDATA[<p>i vactually made a mistake in that code. in DNN 6 it uses the popups, so you need to avoid the javascript as well&#8230; so this works:</p>
<p>    $(function () {        $(&#8216;a:not([href=""]), a:not([href="javascript"])&#8217;).each(function () {            if (this.hostname !== location.hostname) {                $(this).attr(&#8216;target&#8217;, &#8220;_blank&#8221;);            }        });    });</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DNN: How to Add a External Menu Link that Opens in a New Window by Swwalsh1981</title>
		<link>http://datawalke.com/dnn/dnn-how-to-add-a-external-menu-link-that-opens-in-a-new-window/comment-page-1/#comment-1498</link>
		<dc:creator>Swwalsh1981</dc:creator>
		<pubDate>Thu, 11 Aug 2011 16:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://datawalke.com/?p=3#comment-1498</guid>
		<description>hey, if you are like our organization, we have many users who are not going to type that in each time they have to open a link in a new window... they will either forget, type it wrong, etc as they are not techy. For those who want a pretty easy way to do this and have access to your DNN installation... then open up the skin you are usoing  ... and at the bottom put this block of code:


$(function () {        $(&#039;a:not([href=&quot;&quot;])&#039;).each(function () {            if (this.hostname !== location.hostname) {                $(this).addClass(&#039;externalLink&#039;).attr(&#039;target&#039;, &quot;_blank&quot;);            }        });    });



what this does is any EXTERNAL link it will add the target=&quot;_blank&quot; into any links on your page ... and as well a class called externalLink so you can make a CSS entry and change stuff around. give it a shot...</description>
		<content:encoded><![CDATA[<p>hey, if you are like our organization, we have many users who are not going to type that in each time they have to open a link in a new window&#8230; they will either forget, type it wrong, etc as they are not techy. For those who want a pretty easy way to do this and have access to your DNN installation&#8230; then open up the skin you are usoing  &#8230; and at the bottom put this block of code:</p>
<p>$(function () {        $(&#8216;a:not([href=""])&#8217;).each(function () {            if (this.hostname !== location.hostname) {                $(this).addClass(&#8216;externalLink&#8217;).attr(&#8216;target&#8217;, &#8220;_blank&#8221;);            }        });    });</p>
<p>what this does is any EXTERNAL link it will add the target=&#8221;_blank&#8221; into any links on your page &#8230; and as well a class called externalLink so you can make a CSS entry and change stuff around. give it a shot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dragon Duel Update #1 by Belgarath</title>
		<link>http://datawalke.com/dragon-duel/dragon-duel-update-1/comment-page-1/#comment-1488</link>
		<dc:creator>Belgarath</dc:creator>
		<pubDate>Sat, 16 Jul 2011 21:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://datawalke.com/?p=68#comment-1488</guid>
		<description>so what is the new information, the countdown has been finished for a LONG time, and even the beta site doesnt work, so whats the new data?</description>
		<content:encoded><![CDATA[<p>so what is the new information, the countdown has been finished for a LONG time, and even the beta site doesnt work, so whats the new data?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DNN: How to Add a External Menu Link that Opens in a New Window by Rich Hosek</title>
		<link>http://datawalke.com/dnn/dnn-how-to-add-a-external-menu-link-that-opens-in-a-new-window/comment-page-1/#comment-1486</link>
		<dc:creator>Rich Hosek</dc:creator>
		<pubDate>Tue, 12 Jul 2011 17:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://datawalke.com/?p=3#comment-1486</guid>
		<description>Had a problem with filtering something that was &quot;double escaped,&quot; so I changed the single quotes in the javascript example to double quotes and it works fine. Thanks!</description>
		<content:encoded><![CDATA[<p>Had a problem with filtering something that was &#8220;double escaped,&#8221; so I changed the single quotes in the javascript example to double quotes and it works fine. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I Almost Got a Job on 37Signals Job Board by Alex Cook</title>
		<link>http://datawalke.com/freelance/i-almost-got-a-job-on-37signals-job-board/comment-page-1/#comment-1475</link>
		<dc:creator>Alex Cook</dc:creator>
		<pubDate>Wed, 30 Mar 2011 23:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://datawalke.com/?p=46#comment-1475</guid>
		<description>My jaw just dropped! wasn&#039;t expecting that.  You definitely handled it well.</description>
		<content:encoded><![CDATA[<p>My jaw just dropped! wasn&#8217;t expecting that.  You definitely handled it well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dragon Duel Update #1 by Dragon Reborn</title>
		<link>http://datawalke.com/dragon-duel/dragon-duel-update-1/comment-page-1/#comment-1474</link>
		<dc:creator>Dragon Reborn</dc:creator>
		<pubDate>Mon, 07 Mar 2011 01:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://datawalke.com/?p=68#comment-1474</guid>
		<description>Hey can&#039;t wait for DD to be up again!</description>
		<content:encoded><![CDATA[<p>Hey can&#8217;t wait for DD to be up again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dragon Duel Update #1 by Tian</title>
		<link>http://datawalke.com/dragon-duel/dragon-duel-update-1/comment-page-1/#comment-1473</link>
		<dc:creator>Tian</dc:creator>
		<pubDate>Thu, 30 Dec 2010 11:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://datawalke.com/?p=68#comment-1473</guid>
		<description>No I&#039;m afraid Soul Orbs will not make a return to the game !</description>
		<content:encoded><![CDATA[<p>No I&#8217;m afraid Soul Orbs will not make a return to the game !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dragon Duel Update #1 by Tian</title>
		<link>http://datawalke.com/dragon-duel/dragon-duel-update-1/comment-page-1/#comment-1472</link>
		<dc:creator>Tian</dc:creator>
		<pubDate>Thu, 30 Dec 2010 11:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://datawalke.com/?p=68#comment-1472</guid>
		<description>Sorry for not being in touch recently guys. What can we say, we do get busy !
Things are continuing again as before with the Development, so i&#039;ll be reporting in with the progress as we go. 
If you have any questions please don&#039;t hesitate to drop us a message !!

&lt;3</description>
		<content:encoded><![CDATA[<p>Sorry for not being in touch recently guys. What can we say, we do get busy !<br />
Things are continuing again as before with the Development, so i&#8217;ll be reporting in with the progress as we go.<br />
If you have any questions please don&#8217;t hesitate to drop us a message !!</p>
<p>&lt;3</p>
]]></content:encoded>
	</item>
</channel>
</rss>

