<?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>Peter Velichkov's Blog &#187; Internet Explorer</title>
	<atom:link href="http://blog.creonfx.com/category/internet-explorer/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.creonfx.com</link>
	<description>...looking for more than eyes can see</description>
	<lastBuildDate>Fri, 09 Dec 2011 13:17:56 +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>Internet Explorer 8 Beta 1 Review with Screenshots</title>
		<link>http://blog.creonfx.com/internet-explorer/internet-explorer-8-beta-1-review-with-screenshots</link>
		<comments>http://blog.creonfx.com/internet-explorer/internet-explorer-8-beta-1-review-with-screenshots#comments</comments>
		<pubDate>Sun, 09 Mar 2008 21:20:34 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/internet-explorer-8-beta-1-review-with-screenshots</guid>
		<description><![CDATA[Couple of days ago I played a bit with the brand new and not so shiny Microsoft Internet Explorer 8. As this is the first Beta release it is mainly meant for designers and developers so they can get their clocks synchronized with Microsoft. For me as a xhtml-css-javascript abuser the most interesting thing was [...]]]></description>
		<wfw:commentRss>http://blog.creonfx.com/internet-explorer/internet-explorer-8-beta-1-review-with-screenshots/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 PNG Transparency CSS background-repeat Fix</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix</link>
		<comments>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix#comments</comments>
		<pubDate>Sun, 09 Dec 2007 20:20:08 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[AlphaImageLoader]]></category>
		<category><![CDATA[background-repeat]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[transparency]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix</guid>
		<description><![CDATA[Couple of people around the forums and here commented that none of the current Internet Explorer 6 PNG scripts provide fix for the issue of using png image as CSS repeated background (background-repeat: repeat/repeat-x/repeat-y). Therefor with no generic solution at this time I thought of three possible workarounds: Use sizingMethod=&#8217;scale&#8217; Use flash for rendering the [...]]]></description>
		<wfw:commentRss>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix/feed</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>IE6 PNG Transparency Fix with Javascript v2.0</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-fix-with-javascript-v20</link>
		<comments>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-fix-with-javascript-v20#comments</comments>
		<pubDate>Mon, 12 Nov 2007 21:41:06 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[AlphaImageLoader]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[transparency]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-fix-with-javascript-v20</guid>
		<description><![CDATA[Thanks to Aaron Newton from CNET.com for refactoring my PNG Fix script and increasing its quality and speed. As usual for dessert explanations + demo and source code]]></description>
		<wfw:commentRss>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-fix-with-javascript-v20/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>IE6 PNG Transparency Fix with Javascript</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-fix-javascript</link>
		<comments>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-fix-javascript#comments</comments>
		<pubDate>Wed, 03 Oct 2007 13:29:03 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[AlphaImageLoader]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[transparency]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-fix-javascript</guid>
		<description><![CDATA[As always when I need to use some transparent images cursing Internet Explorer 6 is inevitable so i wrote a quick javascript fix. Again mootools was the preferred framework because the ease of use. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [...]]]></description>
		<wfw:commentRss>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-fix-javascript/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>IE6 Image WhiteSpace Bug</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-image-whitespace-bug</link>
		<comments>http://blog.creonfx.com/internet-explorer/ie6-image-whitespace-bug#comments</comments>
		<pubDate>Fri, 31 Aug 2007 12:37:53 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[whitespace]]></category>

		<guid isPermaLink="false">http://www.creonfx.com/blog/daily/ie6-image-whitespace-bug</guid>
		<description><![CDATA[Something that really gets me out of my skin is this silly bug. I often need some area with no padding, no margin or any other space bellow the image that is contained in it. Here is how it looks before and after applying the fix : Fix description: Just add font-size:1px; in the definition [...]]]></description>
		<wfw:commentRss>http://blog.creonfx.com/internet-explorer/ie6-image-whitespace-bug/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>IE6 / IE7 Bug with ClearType Turned On</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-ie7-bug-cleartype</link>
		<comments>http://blog.creonfx.com/internet-explorer/ie6-ie7-bug-cleartype#comments</comments>
		<pubDate>Wed, 29 Aug 2007 15:20:12 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[cleartype]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://www.creonfx.com/blog/daily/ie6-ie7-bug-cleartype</guid>
		<description><![CDATA[If you have seen some strangely cut off &#8216;W&#8217; than you know what is all about. Description of the bug: If you have some word ending with &#8216;w&#8217;, you are using Verdana font-family, font-size 10px, your words are in table and most of all you are using Internet Explorer with your Cleartype turned on &#8211; [...]]]></description>
		<wfw:commentRss>http://blog.creonfx.com/internet-explorer/ie6-ie7-bug-cleartype/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

