<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Detecting Google Chrome Using&#160;JavaScript</title> <atom:link href="http://davidwalsh.name/detecting-google-chrome-javascript/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/detecting-google-chrome-javascript</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 15:40:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Photo Booth</title><link>http://davidwalsh.name/detecting-google-chrome-javascript/comment-page-1#comment-26434</link> <dc:creator>Photo Booth</dc:creator> <pubDate>Tue, 09 Aug 2011 11:25:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=363#comment-26434</guid> <description>This is what I did:&lt;code&gt;var chrome = navigator.userAgent.toLowerCase().indexOf(&#039;chrome&#039;) &gt; -1;
alert(chrome);&lt;/code&gt;It will return &quot;true&quot; if you&#039;re using chrome browser. Thanks for sharing this wonderful script!</description> <content:encoded><![CDATA[<p>This is what I did:</p><p><code></p><p> var chrome = navigator.userAgent.toLowerCase().indexOf('chrome') &gt; -1;<br
/> alert(chrome);</p><p></code></p><p>It will return &#8220;true&#8221; if you&#8217;re using chrome browser. Thanks for sharing this wonderful script!</p> ]]></content:encoded> </item> <item><title>By: Quang Le</title><link>http://davidwalsh.name/detecting-google-chrome-javascript/comment-page-1#comment-24393</link> <dc:creator>Quang Le</dc:creator> <pubDate>Sat, 11 Jun 2011 08:46:41 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=363#comment-24393</guid> <description>Great tip to detect Chrome. Thanks for sharing.</description> <content:encoded><![CDATA[<p>Great tip to detect Chrome. Thanks for sharing.</p> ]]></content:encoded> </item> <item><title>By: kasdf</title><link>http://davidwalsh.name/detecting-google-chrome-javascript/comment-page-1#comment-23435</link> <dc:creator>kasdf</dc:creator> <pubDate>Sat, 09 Apr 2011 11:31:27 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=363#comment-23435</guid> <description>gwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiot</description> <content:encoded><![CDATA[<p>gwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiotgwt lost idiot</p> ]]></content:encoded> </item> <item><title>By: Pawan Bhise</title><link>http://davidwalsh.name/detecting-google-chrome-javascript/comment-page-1#comment-23277</link> <dc:creator>Pawan Bhise</dc:creator> <pubDate>Mon, 28 Mar 2011 06:31:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=363#comment-23277</guid> <description>Hi!.
I am using a object tag to show a webpage inside another page.
in object tag i show some images,when we click on image a pop div is created and it is appended to the parent page body by using
javascript parent.docuemnt.body function.but the pop up is only working in IE and Mozilla.I wan it should run in chrome &amp; safari..
Plz suggest any help.............</description> <content:encoded><![CDATA[<p>Hi!.<br
/> I am using a object tag to show a webpage inside another page.<br
/> in object tag i show some images,when we click on image a pop div is created and it is appended to the parent page body by using<br
/> javascript parent.docuemnt.body function.but the pop up is only working in IE and Mozilla.I wan it should run in chrome &amp; safari..<br
/> Plz suggest any help&#8230;&#8230;&#8230;&#8230;.</p> ]]></content:encoded> </item> <item><title>By: Greg</title><link>http://davidwalsh.name/detecting-google-chrome-javascript/comment-page-1#comment-23215</link> <dc:creator>Greg</dc:creator> <pubDate>Wed, 23 Mar 2011 14:30:42 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=363#comment-23215</guid> <description>Sorry to burst your bubble:
&lt;code&gt;
if(window.chrome) { alert(&quot;You are using chrome&quot;); }
else { alert(&quot;You are not using chrome&quot;); }
&lt;/code&gt;</description> <content:encoded><![CDATA[<p>Sorry to burst your bubble:<br
/> <code><br
/> if(window.chrome) { alert("You are using chrome"); }<br
/> else { alert("You are not using chrome"); }<br
/> </code></p> ]]></content:encoded> </item> <item><title>By: Jason</title><link>http://davidwalsh.name/detecting-google-chrome-javascript/comment-page-1#comment-22891</link> <dc:creator>Jason</dc:creator> <pubDate>Tue, 01 Mar 2011 02:26:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=363#comment-22891</guid> <description>Why does Chrome&#039;s User Agent string have Mozilla&#039;s name on it?</description> <content:encoded><![CDATA[<p>Why does Chrome&#8217;s User Agent string have Mozilla&#8217;s name on it?</p> ]]></content:encoded> </item> <item><title>By: Zachry Baker</title><link>http://davidwalsh.name/detecting-google-chrome-javascript/comment-page-1#comment-22314</link> <dc:creator>Zachry Baker</dc:creator> <pubDate>Thu, 13 Jan 2011 19:58:19 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=363#comment-22314</guid> <description>Look forward to the day that font-face works decently in Chrome.  Getting close but flakes out in the first dozen fonts I tried.  Gave up.  Shame b/c all the other browsers could render the fonts.</description> <content:encoded><![CDATA[<p>Look forward to the day that font-face works decently in Chrome.  Getting close but flakes out in the first dozen fonts I tried.  Gave up.  Shame b/c all the other browsers could render the fonts.</p> ]]></content:encoded> </item> <item><title>By: krukid</title><link>http://davidwalsh.name/detecting-google-chrome-javascript/comment-page-1#comment-21220</link> <dc:creator>krukid</dc:creator> <pubDate>Fri, 05 Nov 2010 15:14:24 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=363#comment-21220</guid> <description>there&#039;s also the issue with fading out a textarea (or div) with a visible scrollbar - chrome fills it with rainbow colors</description> <content:encoded><![CDATA[<p>there&#8217;s also the issue with fading out a textarea (or div) with a visible scrollbar &#8211; chrome fills it with rainbow colors</p> ]]></content:encoded> </item> <item><title>By: omer</title><link>http://davidwalsh.name/detecting-google-chrome-javascript/comment-page-1#comment-21126</link> <dc:creator>omer</dc:creator> <pubDate>Wed, 27 Oct 2010 13:46:22 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=363#comment-21126</guid> <description>hi ,
but i must say there is if you need to detect the file type and special characters in a file name while uploading the file you would need to detect FF IE6 IE8 and CHROME SPECIFICALLY as when you try to get the value of the file type field in javascript they would return diff results for all these browsers FF returns filename only and IE6 &amp; CHROME  returns FILE PATH</description> <content:encoded><![CDATA[<p>hi ,<br
/> but i must say there is if you need to detect the file type and special characters in a file name while uploading the file you would need to detect FF IE6 IE8 and CHROME SPECIFICALLY as when you try to get the value of the file type field in javascript they would return diff results for all these browsers FF returns filename only and IE6 &amp; CHROME  returns FILE PATH</p> ]]></content:encoded> </item> <item><title>By: Gavin</title><link>http://davidwalsh.name/detecting-google-chrome-javascript/comment-page-1#comment-20862</link> <dc:creator>Gavin</dc:creator> <pubDate>Fri, 01 Oct 2010 11:45:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=363#comment-20862</guid> <description>@mis_p i know u posted an age ago.... but, if you check for chrome before you check for safari then the you chrome will come up,I had the same issue myself, :) hope it helps anyone who sees this thread</description> <content:encoded><![CDATA[<p>@mis_p i know u posted an age ago&#8230;. but, if you check for chrome before you check for safari then the you chrome will come up,</p><p>I had the same issue myself, :) hope it helps anyone who sees this thread</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/19 queries in 0.015 seconds using disk: basic
Object Caching 866/871 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 11:12:57 -->
