<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using Base64 encoded images on IE too</title>
	<atom:link href="http://ajaxian.com/archives/using-base64-encoded-images-on-ie-too/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/using-base64-encoded-images-on-ie-too</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: kaberdey</title>
		<link>http://ajaxian.com/archives/using-base64-encoded-images-on-ie-too/comment-page-1#comment-278658</link>
		<dc:creator>kaberdey</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6635#comment-278658</guid>
		<description>&quot;base64 images does not work for local files on IE&quot;
I think so...</description>
		<content:encoded><![CDATA[<p>&#8220;base64 images does not work for local files on IE&#8221;<br />
I think so&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fabienmenager</title>
		<link>http://ajaxian.com/archives/using-base64-encoded-images-on-ie-too/comment-page-1#comment-273576</link>
		<dc:creator>fabienmenager</dc:creator>
		<pubDate>Thu, 21 May 2009 16:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6635#comment-273576</guid>
		<description>I worked recently on another way of fixing this lack in IE 6+ : it looks for img, anchors, and any tag that has links to external resources, it works also for stylesheets and inline background image urls and changes it to an url to the server side script with the data passed via GET. You should try it out to see how it works :
http://phenxdesign.net/projects/phenx-web/iedatauri/example.php
The source is here : http://code.google.com/p/phenx-web/source/browse/trunk/iedatauri
You only need to include a JS and have the PHP script on your server.
The only limitation for now if the data URI size: not more than 2048 bytes, but I already have ideas to make it work with more data.
Any suggestion welcome ;)</description>
		<content:encoded><![CDATA[<p>I worked recently on another way of fixing this lack in IE 6+ : it looks for img, anchors, and any tag that has links to external resources, it works also for stylesheets and inline background image urls and changes it to an url to the server side script with the data passed via GET. You should try it out to see how it works :<br />
<a href="http://phenxdesign.net/projects/phenx-web/iedatauri/example.php" rel="nofollow">http://phenxdesign.net/projects/phenx-web/iedatauri/example.php</a><br />
The source is here : <a href="http://code.google.com/p/phenx-web/source/browse/trunk/iedatauri" rel="nofollow">http://code.google.com/p/phenx-web/source/browse/trunk/iedatauri</a><br />
You only need to include a JS and have the PHP script on your server.<br />
The only limitation for now if the data URI size: not more than 2048 bytes, but I already have ideas to make it work with more data.<br />
Any suggestion welcome ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkirilenku</title>
		<link>http://ajaxian.com/archives/using-base64-encoded-images-on-ie-too/comment-page-1#comment-273041</link>
		<dc:creator>jkirilenku</dc:creator>
		<pubDate>Thu, 23 Apr 2009 06:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6635#comment-273041</guid>
		<description>Well there is a solution with that mhtml. In http://phpied.com is described very well. What I&#039;m working about is a site with too many images. The inline representation of them is not well understood. I think most web developers just put their images with http request in the src attribute. Actually what I see is the misunderstanding of the case. I found that artice describing very well when and why you should use base64: http://www.stoimen.com/blog/2009/04/23/when-you-should-use-base64-for-images/</description>
		<content:encoded><![CDATA[<p>Well there is a solution with that mhtml. In <a href="http://phpied.com" rel="nofollow">http://phpied.com</a> is described very well. What I&#8217;m working about is a site with too many images. The inline representation of them is not well understood. I think most web developers just put their images with http request in the src attribute. Actually what I see is the misunderstanding of the case. I found that artice describing very well when and why you should use base64: <a href="http://www.stoimen.com/blog/2009/04/23/when-you-should-use-base64-for-images/" rel="nofollow">http://www.stoimen.com/blog/2009/04/23/when-you-should-use-base64-for-images/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felipesabino</title>
		<link>http://ajaxian.com/archives/using-base64-encoded-images-on-ie-too/comment-page-1#comment-273022</link>
		<dc:creator>felipesabino</dc:creator>
		<pubDate>Wed, 22 Apr 2009 13:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6635#comment-273022</guid>
		<description>unfortunately, base64 images does not work for local files on IE</description>
		<content:encoded><![CDATA[<p>unfortunately, base64 images does not work for local files on IE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marin</title>
		<link>http://ajaxian.com/archives/using-base64-encoded-images-on-ie-too/comment-page-1#comment-273019</link>
		<dc:creator>Marin</dc:creator>
		<pubDate>Wed, 22 Apr 2009 11:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6635#comment-273019</guid>
		<description>I&#039;d rather use rasmusfl0e&#039;s solution since it does not rely on browser sniffing. On top of it I&#039;d just have a separate css with conditional comments targeting ie&lt;8 so that browsers supporting base64 images won&#039;t be punished.

Are there any constraints with the mhtml: for instance same domain policy etc?</description>
		<content:encoded><![CDATA[<p>I&#8217;d rather use rasmusfl0e&#8217;s solution since it does not rely on browser sniffing. On top of it I&#8217;d just have a separate css with conditional comments targeting ie&lt;8 so that browsers supporting base64 images won&#8217;t be punished.</p>
<p>Are there any constraints with the mhtml: for instance same domain policy etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rasmusfl0e</title>
		<link>http://ajaxian.com/archives/using-base64-encoded-images-on-ie-too/comment-page-1#comment-273018</link>
		<dc:creator>rasmusfl0e</dc:creator>
		<pubDate>Wed, 22 Apr 2009 11:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6635#comment-273018</guid>
		<description>You can use the same technique in a stylesheet (same content for all browsers - no browsersniffing): http://www.phpied.com/mhtml-when-you-need-data-uris-in-ie7-and-under/</description>
		<content:encoded><![CDATA[<p>You can use the same technique in a stylesheet (same content for all browsers &#8211; no browsersniffing): <a href="http://www.phpied.com/mhtml-when-you-need-data-uris-in-ie7-and-under/" rel="nofollow">http://www.phpied.com/mhtml-when-you-need-data-uris-in-ie7-and-under/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V1</title>
		<link>http://ajaxian.com/archives/using-base64-encoded-images-on-ie-too/comment-page-1#comment-273016</link>
		<dc:creator>V1</dc:creator>
		<pubDate>Wed, 22 Apr 2009 10:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6635#comment-273016</guid>
		<description>Sweet</description>
		<content:encoded><![CDATA[<p>Sweet</p>
]]></content:encoded>
	</item>
</channel>
</rss>

