<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodeBlog &#187; IE</title>
	<atom:link href="http://www.codeblog.co.uk/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeblog.co.uk</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 21:02:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows 2008 R2 / IIS 7.5 &amp; Problematic PDF Downloads</title>
		<link>http://www.codeblog.co.uk/2010/06/09/web-development/windows-2008-r2-iis-7-5-problematic-pdf-downloads/</link>
		<comments>http://www.codeblog.co.uk/2010/06/09/web-development/windows-2008-r2-iis-7-5-problematic-pdf-downloads/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 22:54:50 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Fixes & Tweaks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Platforms]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://www.codeblog.co.uk/?p=470</guid>
		<description><![CDATA[IIS 7.5 (Windows Server 2008 R2) has a  known bug while streaming PDF  documents to client browsers. Random PDF documents simply don't work! The bug is with the byte range request browsers send while streaming PDFs. Microsoft still haven't wrapped this hotfix within any Windows updates or service packs.]]></description>
		<wfw:commentRss>http://www.codeblog.co.uk/2010/06/09/web-development/windows-2008-r2-iis-7-5-problematic-pdf-downloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype Killer</title>
		<link>http://www.codeblog.co.uk/2010/04/07/projects/how-to-stop-skype-toolbar-from-changing-numbers-to-skype-buttons-ruining-your-website-design-update/</link>
		<comments>http://www.codeblog.co.uk/2010/04/07/projects/how-to-stop-skype-toolbar-from-changing-numbers-to-skype-buttons-ruining-your-website-design-update/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 11:09:59 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Skype]]></category>

		<guid isPermaLink="false">http://www.codeblog.co.uk/?p=415</guid>
		<description><![CDATA[A script to stop Skype Toolbar from changing numbers to &#8216;Skype Buttons&#8217; &#38; ruining your website design Following on from my last post with my crude &#8216;Skype Killer&#8217; javascript, I have updated the script to now support removing the buttons from within Google Chrome &#38; FireFox. This has again only been tested with the most recent versions of the browsers &#38; toolbars, should be backwards compatible. I have put a demonstration of the script up here: http://www.codeblog.co.uk/rep/skypekiller/ You can download the script with demo files below: SkypeKiller v1.10 &#8211; DOWNLOAD HERE Only tested in IE8 with 4.2.0.4997 of the Skype &#8230;]]></description>
		<wfw:commentRss>http://www.codeblog.co.uk/2010/04/07/projects/how-to-stop-skype-toolbar-from-changing-numbers-to-skype-buttons-ruining-your-website-design-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to stop Skype Toolbar from changing numbers to &#8216;Skype Buttons&#8217; &amp; ruining your website design</title>
		<link>http://www.codeblog.co.uk/2010/02/17/web-development/how-to-stop-skype-toolbar-from-converting-numbers-to-skype-buttons-ruining-your-website/</link>
		<comments>http://www.codeblog.co.uk/2010/02/17/web-development/how-to-stop-skype-toolbar-from-converting-numbers-to-skype-buttons-ruining-your-website/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:15:12 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Fixes & Tweaks]]></category>
		<category><![CDATA[How to's]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Skype]]></category>

		<guid isPermaLink="false">http://www.codeblog.co.uk/?p=390</guid>
		<description><![CDATA[One of the most annoying features of the Skype toolbar is its intrusive &#8216;button&#8217; injection that hijacks your website, changing phone numbers for buttons and ruining your web sites design. I&#8217;ve just installed Skype and it installed the toolbar on my machine by default and was ‘killing’ the look of some of my websites. I researched how to prevent it and found the Skype Toolbar META tag that is meant to stop the toolbar doing this. In my experience it doesn&#8217;t. Anti-Skype Meta Tag &#8211; DOES NOT WORK! (At least consistently): &#60;meta name=&#8221;SKYPE_TOOLBAR&#8221; content=&#8221;SKYPE_TOOLBAR_PARSER_COMPATIBLE&#8221; /&#62; So I started researching more alternatives, nothing came &#8230;]]></description>
		<wfw:commentRss>http://www.codeblog.co.uk/2010/02/17/web-development/how-to-stop-skype-toolbar-from-converting-numbers-to-skype-buttons-ruining-your-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to run IE6, IE7, IE8, Firefox, Opera &amp; any other browsers side-by-side</title>
		<link>http://www.codeblog.co.uk/2010/01/23/web-development/how-to-run-ie6-ie7-ie8-firefox-opera-anything-else-side-by-side/</link>
		<comments>http://www.codeblog.co.uk/2010/01/23/web-development/how-to-run-ie6-ie7-ie8-firefox-opera-anything-else-side-by-side/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 20:04:58 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[How to's]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.codeblog.co.uk/?p=331</guid>
		<description><![CDATA[(Courtesy of Donavon West &#8211; donavon.com) I have been playing about with the new XP mode feature in Windows 7 Ultimate for a while now and for a developer like myself it has proven to be a god send. I was asked yesterday by a colleague whether you could set it up to run IE6, 7, 8 &#38; various versions of Firefox, Opera, Safari, etc side by side. Before writing any tutorials I always check Google to see whether I can find any descent informative tutorials, low and behold I found Donavons blog with a well illustrated step-by-step tutorial. Enjoy! Read the &#8230;]]></description>
		<wfw:commentRss>http://www.codeblog.co.uk/2010/01/23/web-development/how-to-run-ie6-ie7-ie8-firefox-opera-anything-else-side-by-side/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

