<?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>Hozzászólás: JavaScript detektálás, ugrás ha nincs JS + W3C valid</title>
	<atom:link href="http://web2.bitbaro.hu/2009/03/10/javascript-detect/feed/" rel="self" type="application/rss+xml" />
	<link>http://web2.bitbaro.hu/2009/03/10/javascript-detect/</link>
	<description>HTML, CSS, JavaScript, PHP, Flex, Aptana, Jaxer, Python, Joomla, Administration, Linux</description>
	<lastBuildDate>Thu, 30 Jun 2011 12:32:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Szerző: Petike</title>
		<link>http://web2.bitbaro.hu/2009/03/10/javascript-detect/comment-page-1/#comment-5913</link>
		<dc:creator>Petike</dc:creator>
		<pubDate>Fri, 10 Feb 2012 12:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://web2.bitbaro.hu/?p=13#comment-5913</guid>
		<description>Some validators and robots detect with this script the webpage is redirected...
This cause SEO problems... :((</description>
		<content:encoded><![CDATA[<p>Some validators and robots detect with this script the webpage is redirected&#8230;<br />
This cause SEO problems&#8230; <img src='http://web2.bitbaro.hu/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (</p>
]]></content:encoded>
	</item>
	<item>
		<title>Szerző: Ken Irwin</title>
		<link>http://web2.bitbaro.hu/2009/03/10/javascript-detect/comment-page-1/#comment-5670</link>
		<dc:creator>Ken Irwin</dc:creator>
		<pubDate>Fri, 10 Feb 2012 19:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://web2.bitbaro.hu/?p=13#comment-5670</guid>
		<description>This is brilliant! I would like to mention this code in an article I&#039;m writing and I would like to be able to give you credit appropriately. I don&#039;t see you name on the website anywhere? 

Would you please reply (either by email or here in the comments) to let me know how I can give you credit?

Many thanks for this wonderful solution. I&#039;m afraid I&#039;ve been using illegal noscript tags to achieve this effect before!</description>
		<content:encoded><![CDATA[<p>This is brilliant! I would like to mention this code in an article I&#8217;m writing and I would like to be able to give you credit appropriately. I don&#8217;t see you name on the website anywhere? </p>
<p>Would you please reply (either by email or here in the comments) to let me know how I can give you credit?</p>
<p>Many thanks for this wonderful solution. I&#8217;m afraid I&#8217;ve been using illegal noscript tags to achieve this effect before!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Szerző: Landry Adkins</title>
		<link>http://web2.bitbaro.hu/2009/03/10/javascript-detect/comment-page-1/#comment-5524</link>
		<dc:creator>Landry Adkins</dc:creator>
		<pubDate>Fri, 10 Feb 2012 14:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://web2.bitbaro.hu/?p=13#comment-5524</guid>
		<description>I&#039;m extremely inspired with your writing skills and even with the layout on your own weblog. Is this a paid subject matter or did anyone customize it on your own? Either way keep up to date the nice top quality writing, it&#039;s rare to peer a nice weblog like that one nowadays..</description>
		<content:encoded><![CDATA[<p>I&#8217;m extremely inspired with your writing skills and even with the layout on your own weblog. Is this a paid subject matter or did anyone customize it on your own? Either way keep up to date the nice top quality writing, it&#8217;s rare to peer a nice weblog like that one nowadays..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Szerző: seobaglyak</title>
		<link>http://web2.bitbaro.hu/2009/03/10/javascript-detect/comment-page-1/#comment-4225</link>
		<dc:creator>seobaglyak</dc:creator>
		<pubDate>Fri, 10 Feb 2012 14:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://web2.bitbaro.hu/?p=13#comment-4225</guid>
		<description>Köszi! Ez igy valóban működik...</description>
		<content:encoded><![CDATA[<p>Köszi! Ez igy valóban működik&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Szerző: Laurie</title>
		<link>http://web2.bitbaro.hu/2009/03/10/javascript-detect/comment-page-1/#comment-1852</link>
		<dc:creator>Laurie</dc:creator>
		<pubDate>Fri, 10 Feb 2012 08:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://web2.bitbaro.hu/?p=13#comment-1852</guid>
		<description>Looks like my code change got clobbered.

I had to add type equals text slash javascript to the second opening script tag.

Cheers</description>
		<content:encoded><![CDATA[<p>Looks like my code change got clobbered.</p>
<p>I had to add type equals text slash javascript to the second opening script tag.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Szerző: Laurie</title>
		<link>http://web2.bitbaro.hu/2009/03/10/javascript-detect/comment-page-1/#comment-1851</link>
		<dc:creator>Laurie</dc:creator>
		<pubDate>Fri, 10 Feb 2012 08:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://web2.bitbaro.hu/?p=13#comment-1851</guid>
		<description>Great Stuff!

On one of my Ajax sites, I use meta refresh to update data for non-js browsers. For js-enabled browsers I needed a way to turn off the meta refresh as data is updated the Ajax way.

Finally after hours of googling (and a couple of beers), I found your solution.

I changed line 5 to make my validator happy.
document.write(&#039;/*&#039;);

Thanks again.</description>
		<content:encoded><![CDATA[<p>Great Stuff!</p>
<p>On one of my Ajax sites, I use meta refresh to update data for non-js browsers. For js-enabled browsers I needed a way to turn off the meta refresh as data is updated the Ajax way.</p>
<p>Finally after hours of googling (and a couple of beers), I found your solution.</p>
<p>I changed line 5 to make my validator happy.<br />
document.write(&#8216;/*&#8217;);</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Szerző: cheap ugg</title>
		<link>http://web2.bitbaro.hu/2009/03/10/javascript-detect/comment-page-1/#comment-756</link>
		<dc:creator>cheap ugg</dc:creator>
		<pubDate>Fri, 10 Feb 2012 07:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://web2.bitbaro.hu/?p=13#comment-756</guid>
		<description>Your article is really exciting, I like it, I hope you can be properly update your zoom.</description>
		<content:encoded><![CDATA[<p>Your article is really exciting, I like it, I hope you can be properly update your zoom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Szerző: man and van</title>
		<link>http://web2.bitbaro.hu/2009/03/10/javascript-detect/comment-page-1/#comment-737</link>
		<dc:creator>man and van</dc:creator>
		<pubDate>Fri, 10 Feb 2012 08:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://web2.bitbaro.hu/?p=13#comment-737</guid>
		<description>&lt;a href=&quot;http://www.themanandvan.co.uk&quot; rel=&quot;nofollow&quot;&gt;man and van&lt;/a&gt; great stuff this really helped me</description>
		<content:encoded><![CDATA[<p><a href="http://www.themanandvan.co.uk" rel="nofollow">man and van</a> great stuff this really helped me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Szerző: Paul Morris</title>
		<link>http://web2.bitbaro.hu/2009/03/10/javascript-detect/comment-page-1/#comment-192</link>
		<dc:creator>Paul Morris</dc:creator>
		<pubDate>Fri, 10 Feb 2012 18:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://web2.bitbaro.hu/?p=13#comment-192</guid>
		<description>Thanks for this. Exactly what I was looking for on my drupal site.</description>
		<content:encoded><![CDATA[<p>Thanks for this. Exactly what I was looking for on my drupal site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Szerző: man and van</title>
		<link>http://web2.bitbaro.hu/2009/03/10/javascript-detect/comment-page-1/#comment-190</link>
		<dc:creator>man and van</dc:creator>
		<pubDate>Fri, 10 Feb 2012 22:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://web2.bitbaro.hu/?p=13#comment-190</guid>
		<description>great i dont understand it but it seem to be from web pages optimization</description>
		<content:encoded><![CDATA[<p>great i dont understand it but it seem to be from web pages optimization</p>
]]></content:encoded>
	</item>
</channel>
</rss>

