<?xml version="1.0"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Decaflon Thread: In-site Browser identification.</title>
<link>http://decaflon.com/notes/</link>
<description>Decaflon Thread: In-site Browser identification.</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 05:21:55 +0000</pubDate>

<item>
<title>In-site Browser identification.</title>
<link>http://decaflon.com/programming/notes/3450/p/1/#response-36218</link>
<pubDate>Fri, 27 Apr 2007 19:42:20</pubDate>
<dc:creator>Oli</dc:creator>
<guid isPermaLink="false">36218</guid>
<description>&lt;blockquote&gt;&lt;p&gt;All websites on the internet should display correctly in A-grade browsers, as defined by Yahoo.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I think you have the wrong end of what they were saying there, mate. All that pages does is show what browsers support the YUI JS library well.
&lt;/p&gt;</description>
</item>
<item>
<title>In-site Browser identification.</title>
<link>http://decaflon.com/programming/notes/3450/p/1/#response-36217</link>
<pubDate>Fri, 27 Apr 2007 19:37:15</pubDate>
<dc:creator>CK</dc:creator>
<guid isPermaLink="false">36217</guid>
<description>&lt;p&gt;I'm more than happy for anyone with a spare for hours (weeks?) to have a look through the code and advise/re-write the areas that would improve multi-browser support - partiuclarly with reference to IE6. I simply don't have the knowledge to do this.
&lt;/p&gt;</description>
</item>
<item>
<title>In-site Browser identification.</title>
<link>http://decaflon.com/programming/notes/3450/p/1/#response-36214</link>
<pubDate>Fri, 27 Apr 2007 19:31:21</pubDate>
<dc:creator>peroty</dc:creator>
<guid isPermaLink="false">36214</guid>
<description>&lt;p&gt;I'm not saying browser detection is a good course of action to take. Just explaining how it was done. :)&lt;/p&gt;
&lt;p&gt;I think we need to get Firefox, Internet Explorer, Safari, and Opera in one big room together and make them all kiss and make up!
&lt;/p&gt;</description>
</item>
<item>
<title>In-site Browser identification.</title>
<link>http://decaflon.com/programming/notes/3450/p/1/#response-36212</link>
<pubDate>Fri, 27 Apr 2007 19:30:24</pubDate>
<dc:creator>Wolf</dc:creator>
<guid isPermaLink="false">36212</guid>
<description>&lt;p&gt;All websites on the internet should display correctly in A-grade browsers, as defined by Yahoo. At the moment of writing a huge percentage of users is still using Internet Explorer 6, thus you should make your site work correctly in IE6.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://developer.yahoo.com/yui/articles/gbs/&quot; rel=&quot;nofollow&quot;&gt;http://developer.yahoo.com/yui/articles/gbs/&lt;/a&gt;
&lt;/p&gt;</description>
</item>
<item>
<title>In-site Browser identification.</title>
<link>http://decaflon.com/programming/notes/3450/p/1/#response-36209</link>
<pubDate>Fri, 27 Apr 2007 19:25:46</pubDate>
<dc:creator>CK</dc:creator>
<guid isPermaLink="false">36209</guid>
<description>&lt;p&gt;My concern is that they would think the disjointed design would be through poor coding (which it might be :-S) as opposed to a poor browser, though I fully appreciate where you're coming from with that.&lt;/p&gt;
&lt;p&gt;I want to inform people of this fact as best I can, yet also allow them to carry on viewing the site regardless of their browser.&lt;/p&gt;
&lt;p&gt;(I have no idea how to get it working in IE6, sadly. Though I know next to nothing about coding and have someone else writing it for me.)
&lt;/p&gt;</description>
</item>
<item>
<title>In-site Browser identification.</title>
<link>http://decaflon.com/programming/notes/3450/p/1/#response-36205</link>
<pubDate>Fri, 27 Apr 2007 19:20:05</pubDate>
<dc:creator>Eleni</dc:creator>
<guid isPermaLink="false">36205</guid>
<description>&lt;p&gt;Now don't get me wrong I am a FF and I can understand popping up something like this if a user ran IE 5. But is it really time yet to be phasing out IE 6 from your site? I would assume most of the users that visit your site are technical and would be using FF, IE7, or Safari but there may be a few stumblers who use IE6 and get turned off.&lt;/p&gt;
&lt;p&gt;I hate it when I get a message saying please view this site in IE, so I can imagine users using IE6 would also be annoyed (Even though you are doing them a favor). Whats a worse UX a few pixels being out of place or a big error message in your face.
&lt;/p&gt;</description>
</item>
<item>
<title>In-site Browser identification.</title>
<link>http://decaflon.com/programming/notes/3450/p/1/#response-36192</link>
<pubDate>Fri, 27 Apr 2007 18:27:01</pubDate>
<dc:creator>peroty</dc:creator>
<guid isPermaLink="false">36192</guid>
<description>&lt;p&gt;If IE is detected, then a new stylesheet is added to the page:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!--[if lt IE 7]&amp;gt;&lt;br /&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;http://shiftingpixel.com/wp-content/themes/shifting2/style-IE6.css&amp;quot; media=&amp;quot;screen&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;And here is the code added when IE is detected.&lt;/p&gt;
&lt;p&gt;	&lt;code&gt;&amp;lt;!--[if lt IE 7]&amp;gt;&lt;br /&gt;
	&amp;lt;div id=&amp;quot;upgradeYourBrowser&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;h1&amp;gt;&amp;lt;strong&amp;gt;Please&amp;lt;/strong&amp;gt; upgrade your browser.&amp;lt;/h1&amp;gt;&lt;br /&gt;
		&amp;lt;strong&amp;gt;Everything&amp;lt;/strong&amp;gt; will be better if you use &amp;lt;a href=&amp;quot;http://www.spreadfirefox.com/?q=affiliates&amp;amp;amp;id=38695&amp;quot;&amp;gt;Firefox&amp;lt;/a&amp;gt;. It&amp;#39;s &amp;lt;strong&amp;gt;entirely free&amp;lt;/strong&amp;gt; and it only takes a minute to &amp;lt;a href=&amp;quot;http://www.spreadfirefox.com/?q=affiliates&amp;amp;amp;id=38695&amp;quot;&amp;gt;download and install&amp;lt;/a&amp;gt;.&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Related reading: &lt;a href=&quot;http://en.wikipedia.org/wiki/Browser_sniffing&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Browser_sniffing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note: There's probably a lot more people who could explain this better but that's the basics.
&lt;/p&gt;</description>
</item>
<item>
<title>In-site Browser identification.</title>
<link>http://decaflon.com/programming/notes/3450/p/1/#response-36190</link>
<pubDate>Fri, 27 Apr 2007 18:19:59</pubDate>
<dc:creator>CK</dc:creator>
<guid isPermaLink="false">36190</guid>
<description>&lt;p&gt;That sounds pretty darn neat. So you're saying that this chap managed to add some code that, when the site was being viewed through an IE browser, loaded up a totally seperate page?&lt;/p&gt;
&lt;p&gt;That would be hugely useful for mine, given  that it HATES IE completely.&lt;/p&gt;
&lt;p&gt;A simple page advising the user to get FF or Opera, etc, and an option to 'continue at your own risk', would be pretty neat!
&lt;/p&gt;</description>
</item>
<item>
<title>In-site Browser identification.</title>
<link>http://decaflon.com/programming/notes/3450/p/1/#response-36188</link>
<pubDate>Fri, 27 Apr 2007 18:14:08</pubDate>
<dc:creator>peroty</dc:creator>
<guid isPermaLink="false">36188</guid>
<description>&lt;p&gt;There's plenty you could do with browser sniffing and adding a small DIV to the top or something advising people to use a browser from this millennium.&lt;/p&gt;
&lt;p&gt;There was a designer who used browser sniffing to server a completely grayscale page to IE, and every other browser got the real, colorful edition, though I've since forgotten who it was.
&lt;/p&gt;</description>
</item>
<item>
<title>In-site Browser identification.</title>
<link>http://decaflon.com/programming/notes/3450/p/1/#response-36186</link>
<pubDate>Fri, 27 Apr 2007 18:08:11</pubDate>
<dc:creator>CK</dc:creator>
<guid isPermaLink="false">36186</guid>
<description>&lt;p&gt;A bit of an obsure title, but to give a working example of what I'm referring to, take a quick look at Shifting Pixel.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://shiftingpixel.com&quot; rel=&quot;nofollow&quot;&gt;http://shiftingpixel.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Browsing the site at work, using the outdated IE5 browser, there is a content area at the top advising me to use Firefox.&lt;/p&gt;
&lt;p&gt;My current redesign merely has a pop up that advises the same thing, but I'm wondering if there was a way (ideally simple) to incorporate such a function; a person viewing my new site in IE will find a nice message added at the very top of the page as part of the website itself.&lt;/p&gt;
&lt;p&gt;I hope that makes sense, I don't know how else to try and explain it!
&lt;/p&gt;</description>
</item>

</channel>
</rss>

