<?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"
	>
<channel>
	<title>Comments on: One Tip And One Plugin To Retain Your Readers.</title>
	<atom:link href="http://blogigs.com/one-tip-and-one-plugin-to-retain-your-readers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogigs.com/one-tip-and-one-plugin-to-retain-your-readers/</link>
	<description></description>
	<pubDate>Sat, 22 Nov 2008 08:15:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: AskApache</title>
		<link>http://blogigs.com/one-tip-and-one-plugin-to-retain-your-readers/#comment-1173</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Fri, 09 Nov 2007 05:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/one-tip-and-one-plugin-to-retain-your-readers/#comment-1173</guid>
		<description>A hint to get youtube fully compliant, instead of putting the html youtube code directly into your post, put an empty div in its place instead.  Give the div an id="whatev" and then in your external javascript file do document.getElementById('whatev').innerHTML='youtube html';

that will make your site validate no matter what you add, because javascript is a client side technology, not server!</description>
		<content:encoded><![CDATA[<p>A hint to get youtube fully compliant, instead of putting the html youtube code directly into your post, put an empty div in its place instead.  Give the div an id=&#8221;whatev&#8221; and then in your external javascript file do document.getElementById(&#8217;whatev&#8217;).innerHTML=&#8217;youtube html&#8217;;</p>
<p>that will make your site validate no matter what you add, because javascript is a client side technology, not server!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://blogigs.com/one-tip-and-one-plugin-to-retain-your-readers/#comment-1172</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Fri, 09 Nov 2007 04:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/one-tip-and-one-plugin-to-retain-your-readers/#comment-1172</guid>
		<description>I spent several years obsessing over mastering best-practice CSS and XHTML strict 1 and strict unobtrusive javascript and I still remember when I found out 1 trick that has kept my code XHTML Strict while still being able to do almost anything I want no matter how invalid.  The trick is to start out with 100% valid markup and then when you want to add some invalid code like adding a flash movie or adding target="blank" or whatever, you just make it happen through a single external javascript file.

I'm assuming that of course you have firebug running on firefox, and at the very least you have the web developer tools for firefox.  Go ahead and disable javascript in your browser and check out a page on my site like: &lt;a href="http://www.askapache.com/windows/custom-boot-menu-in-windows-xp.html" rel="nofollow"&gt;Custom boot menu in WinXP&lt;/a&gt;.. even though the code is crazy, its valid XHTML strict because anything that would break that I automatically stick in my javascript file.

Costa, the issue of a validating method of opening new windows for external links is very very old.  So you are in luck if you still want to have that capability.. Surf over to sitepoint.com and check out their javascript source code for a really nice standards compliant javascript way to do this.  

BTW, I read just the other day on google that search engines notice when links are opening up new windows and for whatever reason they might penalize your site for it as they say their is no good truly good reason to do that.</description>
		<content:encoded><![CDATA[<p>I spent several years obsessing over mastering best-practice CSS and XHTML strict 1 and strict unobtrusive javascript and I still remember when I found out 1 trick that has kept my code XHTML Strict while still being able to do almost anything I want no matter how invalid.  The trick is to start out with 100% valid markup and then when you want to add some invalid code like adding a flash movie or adding target=&#8221;blank&#8221; or whatever, you just make it happen through a single external javascript file.</p>
<p>I&#8217;m assuming that of course you have firebug running on firefox, and at the very least you have the web developer tools for firefox.  Go ahead and disable javascript in your browser and check out a page on my site like: <a href="http://www.askapache.com/windows/custom-boot-menu-in-windows-xp.html" rel="nofollow">Custom boot menu in WinXP</a>.. even though the code is crazy, its valid XHTML strict because anything that would break that I automatically stick in my javascript file.</p>
<p>Costa, the issue of a validating method of opening new windows for external links is very very old.  So you are in luck if you still want to have that capability.. Surf over to sitepoint.com and check out their javascript source code for a really nice standards compliant javascript way to do this.  </p>
<p>BTW, I read just the other day on google that search engines notice when links are opening up new windows and for whatever reason they might penalize your site for it as they say their is no good truly good reason to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Useful</title>
		<link>http://blogigs.com/one-tip-and-one-plugin-to-retain-your-readers/#comment-1165</link>
		<dc:creator>Useful</dc:creator>
		<pubDate>Thu, 08 Nov 2007 13:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/one-tip-and-one-plugin-to-retain-your-readers/#comment-1165</guid>
		<description>Ctrl click, middle click, or ctrl-middle click

browsing should be in the hands of the user, not the webmaster</description>
		<content:encoded><![CDATA[<p>Ctrl click, middle click, or ctrl-middle click</p>
<p>browsing should be in the hands of the user, not the webmaster</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darran</title>
		<link>http://blogigs.com/one-tip-and-one-plugin-to-retain-your-readers/#comment-1157</link>
		<dc:creator>Darran</dc:creator>
		<pubDate>Thu, 08 Nov 2007 01:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/one-tip-and-one-plugin-to-retain-your-readers/#comment-1157</guid>
		<description>It is true that the youtube embed code doesn't actually validate as XHTML 1.0 Strict, and you would have to make some modifications to the code if you want it to work. I am posting on a regular basis and yet keeping to the rules which is so important nowadays.</description>
		<content:encoded><![CDATA[<p>It is true that the youtube embed code doesn&#8217;t actually validate as XHTML 1.0 Strict, and you would have to make some modifications to the code if you want it to work. I am posting on a regular basis and yet keeping to the rules which is so important nowadays.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Costa</title>
		<link>http://blogigs.com/one-tip-and-one-plugin-to-retain-your-readers/#comment-1155</link>
		<dc:creator>Costa</dc:creator>
		<pubDate>Thu, 08 Nov 2007 00:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogigs.com/one-tip-and-one-plugin-to-retain-your-readers/#comment-1155</guid>
		<description>&lt;b&gt;
Micheal,

Thanks for the info. Guess i was to used to right click the links I see to have it "open in a new tab" that I did not consider the other "consequences" :-)
But for me, I still open all the links I see in a new tab because I always get carried away while browsing the new page that I usually forget to go back to the originating page. In fact I set my Firefox to "open all new links in a new tab" so I can easily switchback and forth. 

Anyway, that was great info and I will consider twice before inserting the target="_blank" in future postings. Thanks. 

Frank C, 

LOL, we have the same habit!

Darran, 

Wo, I did not go that deep to consider that aspect. Anyway, I think the moment we start posting many things already happened to screw up validation. From what I understand, flash videos like those from YouTube is also a big culprit. 

It would really be stressful to post if I was to keep to those strict rules. :-)

&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p><b><br />
Micheal,</p>
<p>Thanks for the info. Guess i was to used to right click the links I see to have it &#8220;open in a new tab&#8221; that I did not consider the other &#8220;consequences&#8221; <img src='http://blogigs.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
But for me, I still open all the links I see in a new tab because I always get carried away while browsing the new page that I usually forget to go back to the originating page. In fact I set my Firefox to &#8220;open all new links in a new tab&#8221; so I can easily switchback and forth. </p>
<p>Anyway, that was great info and I will consider twice before inserting the target=&#8221;_blank&#8221; in future postings. Thanks. </p>
<p>Frank C, </p>
<p>LOL, we have the same habit!</p>
<p>Darran, </p>
<p>Wo, I did not go that deep to consider that aspect. Anyway, I think the moment we start posting many things already happened to screw up validation. From what I understand, flash videos like those from YouTube is also a big culprit. </p>
<p>It would really be stressful to post if I was to keep to those strict rules. <img src='http://blogigs.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p></b></p>
]]></content:encoded>
	</item>
</channel>
</rss>
