<?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/tags/explorer</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 21:01:03 GMT</pubDate>
<item>
<title>(JavaScript) Javascript - Obtain explorer version - satie83</title>
<link>http://snipplr.com/view/64264/javascript--obtain-explorer-version/</link>
<description><![CDATA[ <p>Returns the version of Windows Internet Explorer or a -1 (indicating the use of another browser).</p> ]]></description>
<pubDate>Sat, 31 Mar 2012 20:35:57 GMT</pubDate>
<guid>http://snipplr.com/view/64264/javascript--obtain-explorer-version/</guid>
</item>
<item>
<title>(JavaScript) modificar onclick compatible con internet explorer - rickyslow</title>
<link>http://snipplr.com/view/64116/modificar-onclick-compatible-con-internet-explorer/</link>
<description><![CDATA[ <p>modificar onclick compatible con internet explorer !</p> ]]></description>
<pubDate>Fri, 23 Mar 2012 07:34:23 GMT</pubDate>
<guid>http://snipplr.com/view/64116/modificar-onclick-compatible-con-internet-explorer/</guid>
</item>
<item>
<title>(HTML) Faster page load hack - IE conditional comments - Huskie</title>
<link>http://snipplr.com/view/62494/faster-page-load-hack--ie-conditional-comments/</link>
<description><![CDATA[ <p>This empty conditional comment hack is used to basically increase performance of a website. When conditional comments are used on a site, for example, for an IE6 conditional stylesheet, it will block further downloads until the css files are fully downloaded, hence increasing load time. To solve this issue, an empty conditional comment, like below, is used before any CSS is loaded in the document, and the problem will be solved!</p> ]]></description>
<pubDate>Thu, 12 Jan 2012 02:04:40 GMT</pubDate>
<guid>http://snipplr.com/view/62494/faster-page-load-hack--ie-conditional-comments/</guid>
</item>
<item>
<title>(CSS) Hack Ie8 - juanprimal</title>
<link>http://snipplr.com/view/60153/hack-ie8/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 Oct 2011 11:14:00 GMT</pubDate>
<guid>http://snipplr.com/view/60153/hack-ie8/</guid>
</item>
<item>
<title>(JavaScript) enable forEach in older internet explorers - pixelatorz</title>
<link>http://snipplr.com/view/58683/enable-foreach-in-older-internet-explorers/</link>
<description><![CDATA[ <p>found the solution here: http://stackoverflow.com/questions/2790001/fixing-javascript-array-functions-in-internet-explorer-indexof-foreach-etc</p> ]]></description>
<pubDate>Thu, 15 Sep 2011 00:45:53 GMT</pubDate>
<guid>http://snipplr.com/view/58683/enable-foreach-in-older-internet-explorers/</guid>
</item>
<item>
<title>(jQuery) If browser is IE 6 7 8 9, Firefox, Safari, Chrome or Opera - cesarkohl</title>
<link>http://snipplr.com/view/58680/if-browser-is-ie-6-7-8-9-firefox-safari-chrome-or-opera/</link>
<description><![CDATA[ <p>The HTML simply discovers if it's IE and its version or if it's not IE.
The jQuery discovers if it's IE, Firefox, Webkit Engine (Chrome and Safari) or Opera and its version as an integer.</p> ]]></description>
<pubDate>Wed, 14 Sep 2011 23:49:24 GMT</pubDate>
<guid>http://snipplr.com/view/58680/if-browser-is-ie-6-7-8-9-firefox-safari-chrome-or-opera/</guid>
</item>
<item>
<title>(CSS) IE Conditional Statements - plesh</title>
<link>http://snipplr.com/view/56271/ie-conditional-statements/</link>
<description><![CDATA[ <p>Enables you to easily select older version of CSS by class rather than having a seperate CSS file for each version of IE.</p> ]]></description>
<pubDate>Fri, 08 Jul 2011 01:44:47 GMT</pubDate>
<guid>http://snipplr.com/view/56271/ie-conditional-statements/</guid>
</item>
<item>
<title>(CSS) CSS - IE Inline-Block Hack - kreatific</title>
<link>http://snipplr.com/view/55496/css--ie-inlineblock-hack/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 20 Jun 2011 14:42:36 GMT</pubDate>
<guid>http://snipplr.com/view/55496/css--ie-inlineblock-hack/</guid>
</item>
<item>
<title>(HTML) HTML - Head IE Conditional Comments - kreatific</title>
<link>http://snipplr.com/view/55495/html--head-ie-conditional-comments/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 20 Jun 2011 14:25:44 GMT</pubDate>
<guid>http://snipplr.com/view/55495/html--head-ie-conditional-comments/</guid>
</item>
<item>
<title>(HTML) Refresh button for IE - cupakob</title>
<link>http://snipplr.com/view/53247/refresh-button-for-ie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 09 May 2011 21:59:26 GMT</pubDate>
<guid>http://snipplr.com/view/53247/refresh-button-for-ie/</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>(Windows Registry) unhide hidden files in Windows Explorer - bits</title>
<link>http://snipplr.com/view/50501/unhide-hidden-files-in-windows-explorer/</link>
<description><![CDATA[ <p>These registry settings show four different settings which do the following:
"Hidden"=dword:00000001 - show hidden files
"ShowSuperHidden"=dword:00000001 - show hidden system files
"SuperHidden"=dword:00000001 - show hidden directories in the explorer's tree view
"HideFileExt"=dword:00000000 - show file extension on any files</p> ]]></description>
<pubDate>Fri, 11 Mar 2011 03:32:10 GMT</pubDate>
<guid>http://snipplr.com/view/50501/unhide-hidden-files-in-windows-explorer/</guid>
</item>
<item>
<title>(CSS) CSS3 linear and radial gradient - DADU</title>
<link>http://snipplr.com/view/50034/css3-linear-and-radial-gradient/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Mar 2011 12:26:26 GMT</pubDate>
<guid>http://snipplr.com/view/50034/css3-linear-and-radial-gradient/</guid>
</item>
<item>
<title>(CSS) Internet Explorer 7 - Display inline-block problem - ftcb</title>
<link>http://snipplr.com/view/46792/internet-explorer-7--display-inlineblock-problem/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 08 Jan 2011 23:02:31 GMT</pubDate>
<guid>http://snipplr.com/view/46792/internet-explorer-7--display-inlineblock-problem/</guid>
</item>
<item>
<title>(CSS) Min Height for Internet Explorer - mediamilan</title>
<link>http://snipplr.com/view/39032/min-height-for-internet-explorer/</link>
<description><![CDATA[ <p>Internet Explorer 6.0 and 7.0 does not understand min-height css property. 
So we need to include a simple hack to get this done.</p> ]]></description>
<pubDate>Fri, 13 Aug 2010 14:41:05 GMT</pubDate>
<guid>http://snipplr.com/view/39032/min-height-for-internet-explorer/</guid>
</item>
<item>
<title>(Windows Registry) Disable Windows Share Drag and Drop Confirmation caused by IE 7 on XP SP3 - karlhorky</title>
<link>http://snipplr.com/view/37724/disable-windows-share-drag-and-drop-confirmation-caused-by-ie-7-on-xp-sp3/</link>
<description><![CDATA[ <p>Internet Explorer 7 under Windows XP Service Pack 3 has the Windows Registry "Reserved Value" 180D set that was not set before, which can cause  a "Do you want to move or copy files from this zone?" prompt on moves or copies between Windows shares if they are incorrectly detected as being part of the Internet Zone. The registry solution in this snippet will disable this confirmation message.


References:

"Reserved value" 180D (Microsoft.com: Internet Explorer security zones registry entries for advanced users):

http://support.microsoft.com/kb/182569


Discussion of Windows Registry solution:

http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windowsxp.general&amp;tid=6f434a2d-cb47-47c4-b73a-f85459d27c51&amp;cat=en_US_91a15a1e-b269-4291-b6b4-dc2d504ce9ef&amp;lang=en&amp;cr=US&amp;sloc=en-us&amp;m=1&amp;p=1


"Do you want to move or copy files from this zone?" Prompt Example:

http://www.howtogeek.com/wp-content/uploads/2008/07/image56.png</p> ]]></description>
<pubDate>Thu, 22 Jul 2010 04:27:02 GMT</pubDate>
<guid>http://snipplr.com/view/37724/disable-windows-share-drag-and-drop-confirmation-caused-by-ie-7-on-xp-sp3/</guid>
</item>
<item>
<title>(Windows Registry) Windows Registry: Set open folder default icons for all A-Z drive letters and Desktop Shell Folder in Windows 7 - karlhorky</title>
<link>http://snipplr.com/view/31208/windows-registry-set-open-folder-default-icons-for-all-az-drive-letters-and-desktop-shell-folder-in-windows-7/</link>
<description><![CDATA[ <p>Based upon the Drive Icon Change Windows Vista tweak  and the shell icons registry settings found at the respective links below, this Windows 7 / Vista tweak will set the default icon of all A-Z drive letters (like C: for instance) and the Desktop to the open folder icon that Windows uses. This tweak is one step towards the final goal of having a standard default taskbar icon for Windows Explorer, irrespective of the current location of the Explorer instance.

Of course, a better solution would be an application to modify Windows Explorer so that its taskbar icon is configurable, but I have yet to find (or make) a solution that would be this flexible.

Drive Icon Change - Vista Forums: http://www.vistax64.com/tutorials/111388-drive-icon-change.html

Shell icons registry settings: http://www.virtualplastic.net/html/icn_reg.html#shellicons</p> ]]></description>
<pubDate>Sat, 10 Apr 2010 18:16:09 GMT</pubDate>
<guid>http://snipplr.com/view/31208/windows-registry-set-open-folder-default-icons-for-all-az-drive-letters-and-desktop-shell-folder-in-windows-7/</guid>
</item>
<item>
<title>(HTML) IE conditional comment - waako</title>
<link>http://snipplr.com/view/30229/ie-conditional-comment/</link>
<description><![CDATA[ <p>only show to targeted IE browser</p> ]]></description>
<pubDate>Wed, 24 Mar 2010 17:39:25 GMT</pubDate>
<guid>http://snipplr.com/view/30229/ie-conditional-comment/</guid>
</item>
<item>
<title>(jQuery) jQuery IE6 detection - vagrantradio</title>
<link>http://snipplr.com/view/28628/jquery-ie6-detection/</link>
<description><![CDATA[ <p>Make IE6 do tricks with jQuery</p> ]]></description>
<pubDate>Fri, 19 Feb 2010 14:02:07 GMT</pubDate>
<guid>http://snipplr.com/view/28628/jquery-ie6-detection/</guid>
</item>
<item>
<title>(CSS) IE SPECFIC ALTERNATE STYLESHEETS AND HACKS - vagrantradio</title>
<link>http://snipplr.com/view/28454/ie-specfic-alternate-stylesheets-and-hacks/</link>
<description><![CDATA[ <p>Got tired of searching for this stuff so I posted it here.</p> ]]></description>
<pubDate>Tue, 16 Feb 2010 16:02:39 GMT</pubDate>
<guid>http://snipplr.com/view/28454/ie-specfic-alternate-stylesheets-and-hacks/</guid>
</item>
</channel>
</rss>