<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/html/tags/browser</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 22:19:49 GMT</pubDate>
<item>
<title>(HTML) IE Outdated Browse Warning &amp;amp; Update options - thewickedchemist</title>
<link>http://snipplr.com/view/61868/ie-outdated-browse-warning--update-options/</link>
<description><![CDATA[ <p>Simple mix of basic CSS, HTML, and jQuery to detect IE and display a message to the user encouraging them to update.</p> ]]></description>
<pubDate>Wed, 14 Dec 2011 05:39:07 GMT</pubDate>
<guid>http://snipplr.com/view/61868/ie-outdated-browse-warning--update-options/</guid>
</item>
<item>
<title>(HTML) HTML5 Template Cross Browser + CSS - miltonbneto</title>
<link>http://snipplr.com/view/50948/html5-template-cross-browser--css/</link>
<description><![CDATA[ <p>This is a free gift to you folks ;)</p> ]]></description>
<pubDate>Tue, 22 Mar 2011 14:09:59 GMT</pubDate>
<guid>http://snipplr.com/view/50948/html5-template-cross-browser--css/</guid>
</item>
<item>
<title>(HTML) IE6Countdown Banner - EpiksolCreative</title>
<link>http://snipplr.com/view/50709/ie6countdown-banner/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Mar 2011 01:56:25 GMT</pubDate>
<guid>http://snipplr.com/view/50709/ie6countdown-banner/</guid>
</item>
<item>
<title>(HTML) Bookmarklet Template: turn any snippet of JavaScript code into a Bookmarklet - noah</title>
<link>http://snipplr.com/view/22806/bookmarklet-template-turn-any-snippet-of-javascript-code-into-a-bookmarklet/</link>
<description><![CDATA[ <p>[Will](http://twitter.com/wschenk) originally showed me how easy it is to transform random JS snippets into bookmarklets.  Once you set up the HTML, just view it in Firefox, and then drag the link to your bookmarks toolbar.

The basic form is 

&amp;lt;a href="javascript:CODE;void 0;"&amp;gt;NAME&amp;lt;/a&amp;gt;

Where `CODE` is any arbitrary JavaScript code, and `NAME` is the name you want the bookmarklet to have once it has been added to the Firefox toolbar.

And of course *don't use the javascript: protocol* in your HTML pages -- although it's (only!) OK for bookmarklets.</p> ]]></description>
<pubDate>Mon, 09 Nov 2009 17:34:49 GMT</pubDate>
<guid>http://snipplr.com/view/22806/bookmarklet-template-turn-any-snippet-of-javascript-code-into-a-bookmarklet/</guid>
</item>
<item>
<title>(HTML) Use Firebug in Any Browser - donatkinson</title>
<link>http://snipplr.com/view/20558/use-firebug-in-any-browser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 Oct 2009 18:21:47 GMT</pubDate>
<guid>http://snipplr.com/view/20558/use-firebug-in-any-browser/</guid>
</item>
<item>
<title>(HTML) Use Firebug in Any Browser - donatkinson</title>
<link>http://snipplr.com/view/20557/use-firebug-in-any-browser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 Oct 2009 18:21:46 GMT</pubDate>
<guid>http://snipplr.com/view/20557/use-firebug-in-any-browser/</guid>
</item>
<item>
<title>(HTML) ie only style sheet - thesmu</title>
<link>http://snipplr.com/view/17243/ie-only-style-sheet/</link>
<description><![CDATA[ <p>how to link ie only stylesheets and stylesheets by generation of ie</p> ]]></description>
<pubDate>Tue, 21 Jul 2009 04:15:15 GMT</pubDate>
<guid>http://snipplr.com/view/17243/ie-only-style-sheet/</guid>
</item>
<item>
<title>(HTML) Video For Everybody - rtcrm</title>
<link>http://snipplr.com/view/16952/video-for-everybody/</link>
<description><![CDATA[ <p>Video for Everybody is very simply a chunk of HTML code that embeds a video into a website using the HTML5 `` element which offers native playback in Firefox 3.5 and Safari 3 &amp; 4.

This is native OGG video playback in Firefox 3.5 (you get H.264 playback in Safari). No plugins to install. The video is played by the browser itself. It loads quickly and doesn’t threaten to crash your browser. 

In other browsers that do not support ``, it falls back to Adobe Flash:
You can host locally or embed any Flash file, such as a YouTube video.

If Flash is not installed, QuickTime is used which allows playback on the iPhone.

If QuickTime is not installed then Windows Media Player is used in Internet Explorer 8 for Windows 7. This means that it is actually almost impossible for the video to not play in IE8 on Windows 7. Even without Flash and QuickTime, you’d have to disable Windows Media Player or all ActiveX entirely!

Finally, if all else fails, a warning is issued that provides links to download the video, and links to software relevant to getting the video to play within the browser itself. Since this is just HTML, you can put anything here you want.</p> ]]></description>
<pubDate>Mon, 13 Jul 2009 10:28:02 GMT</pubDate>
<guid>http://snipplr.com/view/16952/video-for-everybody/</guid>
</item>
<item>
<title>(HTML) How to set IE8 in previous (IE7, IE5) rendering mode for backwards compatibility - localhorst</title>
<link>http://snipplr.com/view/5544/how-to-set-ie8-in-previous-ie7-ie5-rendering-mode-for-backwards-compatibility/</link>
<description><![CDATA[ <p>„Versioning and Cross-document InteractionInternet Explorer 8 introduces the IE8 standards mode by default—this lets Web designers use the latest rendering features available in Internet Explorer 8. In addition to layout changes, IE8 standards mode will also affect the behavior of scripted APIs (DOM). 
To opt-out of IE8 standards mode, the META tag may be used to obtain IE7 compatibility mode“

Take a look at http://code.google.com/p/ie7-js/ too.
This is a tiny JS library to makes IE versions behave like a standard browser.</p> ]]></description>
<pubDate>Mon, 24 Mar 2008 14:18:03 GMT</pubDate>
<guid>http://snipplr.com/view/5544/how-to-set-ie8-in-previous-ie7-ie5-rendering-mode-for-backwards-compatibility/</guid>
</item>
<item>
<title>(HTML) Only IE6 / IE7 - stavelin</title>
<link>http://snipplr.com/view/5178/only-ie6--ie7/</link>
<description><![CDATA[ <p>Target only internet explorer 6/7 with external CSS</p> ]]></description>
<pubDate>Sun, 24 Feb 2008 17:41:58 GMT</pubDate>
<guid>http://snipplr.com/view/5178/only-ie6--ie7/</guid>
</item>
<item>
<title>(HTML) IE Conditional Comments - heinz1959</title>
<link>http://snipplr.com/view/4309/ie-conditional-comments/</link>
<description><![CDATA[ <p>From the TextMate HTML bundle</p> ]]></description>
<pubDate>Wed, 12 Dec 2007 04:34:45 GMT</pubDate>
<guid>http://snipplr.com/view/4309/ie-conditional-comments/</guid>
</item>
</channel>
</rss>
