<?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>Amit Yadav &#187; Graphics</title>
	<atom:link href="http://www.amityadav.name/tag/graphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amityadav.name</link>
	<description>Things to know for effective coding</description>
	<lastBuildDate>Fri, 19 Aug 2011 17:51:59 +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>PNG fix IE: CSS only</title>
		<link>http://www.amityadav.name/png-fix-ie-css-only/</link>
		<comments>http://www.amityadav.name/png-fix-ie-css-only/#comments</comments>
		<pubDate>Tue, 19 May 2009 07:05:43 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[2D]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet Explorer 6]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Portable Network Graphics]]></category>
		<category><![CDATA[Transparency]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=322</guid>
		<description><![CDATA[In IE6, PNG images with transparency do not show their transparent regions, so you have to use some crazy IE6 proprietary filters. I have used the css code snippet below in my projects to achieve PNG image transparency. Place it in a css file. ?View Code HTML1 2 3 4 5 6 7 8 9 [...]]]></description>
			<content:encoded><![CDATA[<p>In <a class="zem_slink" title="Internet Explorer 6" rel="homepage" href="http://www.microsoft.com/windows/ie/ie6/">IE6</a>, PNG images with transparency do not show their transparent regions, so you have to use some crazy IE6 proprietary filters.</p>
<p>I have used the css code snippet below in my projects to achieve PNG image transparency. Place it in a css file.</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p322code2'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p3222"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code" id="p322code2"><pre class="html" style="font-family:monospace;">* &lt;a class=&quot;zem_slink&quot; title=&quot;HTML&quot; rel=&quot;wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/HTML&quot;&gt;html&lt;/a&gt; img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior=&quot;none&quot;)&amp;amp;&amp;amp;(this.pngSet?this.pngSet=true:(this.nodeName == &quot;IMG&quot; &amp;amp;&amp;amp; this.src.toLowerCase().indexOf('.png')&amp;gt;-1?(this.runtimeStyle.backgroundImage = &quot;none&quot;,
this.runtimeStyle.filter = &quot;progid:DXImageTransform.Microsoft.AlphaImageLoader(src='&quot; + this.src + &quot;', sizingMethod='image')&quot;,
this.src = &quot;transparent.gif&quot;):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url(&quot;','').replace('&quot;)',''),
this.runtimeStyle.filter = &quot;progid:DXImageTransform.Microsoft.AlphaImageLoader(src='&quot; + this.origBg + &quot;', sizingMethod='crop')&quot;,
this.runtimeStyle.backgroundImage = &quot;none&quot;)),this.pngSet=true)
);
}</pre></td></tr></table></div>

<p>You can use conditional include for this hack code so that the good browsers do not see this.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border:none;float:right" src="http://img.zemanta.com/pixy.gif?x-id=48cbe946-8a9f-469c-8533-e1a49b271e22" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fpng-fix-ie-css-only%2F&amp;title=PNG%20fix%20IE%3A%20CSS%20only" id="wpa2a_2"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/png-fix-ie-css-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Flash Image Viewer: TiltViewer</title>
		<link>http://www.amityadav.name/3d-flash-image-viewer-tiltviewer/</link>
		<comments>http://www.amityadav.name/3d-flash-image-viewer-tiltviewer/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 04:17:08 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[3D Flash]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Image viewer]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=146</guid>
		<description><![CDATA[  TiltViewer is a free 3D Flash image viewer application with an impressive interface. The application responds to the mouse movements and creates a full 3D effect with new image sets falling, old ones disappearing, zooming an image and flipping it to see the details. Images can be added to the gallery from a XML [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p><a href="http://www.airtightinteractive.com/projects/tiltviewer/" target="_blank"><strong>TiltViewer</strong></a> is a free <strong><a class="zem_slink" title="3D Flash" rel="wikipedia" href="http://en.wikipedia.org/wiki/3D_Flash">3D Flash</a> <a class="zem_slink" title="Image viewer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Image_viewer">image viewer</a> application</strong> with an impressive interface.</p>
<p>The application responds to the mouse movements and creates a full 3D effect with new image sets falling, old ones disappearing, zooming an image and <a class="zem_slink" title="Flipping" rel="wikipedia" href="http://en.wikipedia.org/wiki/Flipping">flipping</a> it to see the details.</p>
<div id="attachment_147" class="wp-caption alignnone" style="width: 529px"><div class="img size-medium wp-image-147 " style="width:519px;">
	<a href="http://www.amityadav.name/wp-content/uploads/2008/12/tiltviewer.jpg"><img src="http://www.amityadav.name/wp-content/uploads/2008/12/tiltviewer.jpg" alt="Tiltviewer" width="519" height="417" /></a>
	<div>Tiltviewer</div>
</div><p class="wp-caption-text">Tiltviewer</p></div>
<p>Images can be added to the gallery from a <a class="zem_slink" title="XML" rel="wikipedia" href="http://en.wikipedia.org/wiki/XML">XML</a> file or a <a href="http://www.flickr.com/" target="_blank">flickr</a> account.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/979a1a86-8f6a-4f4b-9f7b-2be9afb97d6f/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=979a1a86-8f6a-4f4b-9f7b-2be9afb97d6f" alt="Reblog this post [with Zemanta]" /></a></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2F3d-flash-image-viewer-tiltviewer%2F&amp;title=3D%20Flash%20Image%20Viewer%3A%20TiltViewer" id="wpa2a_4"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/3d-flash-image-viewer-tiltviewer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

