<?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>Pisake Cho&#039;s blog, my exploration through digital edge</title>
	<atom:link href="http://www.mashupdesign.com/mashupblog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mashupdesign.com/mashupblog</link>
	<description>code is poetry &#124; design is game</description>
	<lastBuildDate>Fri, 31 Aug 2012 08:36:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>A JavaScript library to make MSIE behave like a standards-compliant browser</title>
		<link>http://www.mashupdesign.com/mashupblog/2010/css/a-javascript-library-to-make-msie-behave-like-a-standards-compliant-browser.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2010/css/a-javascript-library-to-make-msie-behave-like-a-standards-compliant-browser.html#comments</comments>
		<pubDate>Fri, 25 Jun 2010 06:47:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[resource]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2010/css/a-javascript-library-to-make-msie-behave-like-a-standards-compliant-browser.html</guid>
		<description><![CDATA[Ie7-js Javascript Library IE7.js is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6. Usage IE7.js Upgrade MSIE5.5-6 to be compatible with MSIE7. &#60;!--[if lt IE 7]&#62;&#60;script src=&#34;http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js&#34;&#62;&#60;/script&#62;&#60;![endif]--&#62; &#160; IE8.js Upgrade MSIE5.5-7 to be [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2010/css/a-javascript-library-to-make-msie-behave-like-a-standards-compliant-browser.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Hack for Safari &amp; chrome, internet explorer 6 ,7,8, and Firefox</title>
		<link>http://www.mashupdesign.com/mashupblog/2010/uncategorized/css-hack-for-safari-chrome-internet-explorer-6-78-and-firefox.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2010/uncategorized/css-hack-for-safari-chrome-internet-explorer-6-78-and-firefox.html#comments</comments>
		<pubDate>Wed, 16 Jun 2010 05:33:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[snipplets]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2010/uncategorized/css-hack-for-safari-chrome-internet-explorer-6-78-and-firefox.html</guid>
		<description><![CDATA[We all&#160; have a problem with browser compatibility. Hacking CSS for me is not a shame since many browsers are not trying to be web standard compliant yet so what the hell! We try to do standard but they’re not (especially IE family). If css hack work why not implement it. let do it… Chrome [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2010/uncategorized/css-hack-for-safari-chrome-internet-explorer-6-78-and-firefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS hack for Internet Explorer 8</title>
		<link>http://www.mashupdesign.com/mashupblog/2010/css/css-hack-for-internet-explorer-8.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2010/css/css-hack-for-internet-explorer-8.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 17:15:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[snipplets]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2010/uncategorized/css-hack-for-internet-explorer-8.html</guid>
		<description><![CDATA[.color {color: #777;} /* for all browsers */ * html .color {color: #C39;} /* for IE6 */ *+html .color {color: #66F;} /* for IE7 */ .color {color: #0FC\0/;} /* for IE8, going last */]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2010/css/css-hack-for-internet-explorer-8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE bugs fixes</title>
		<link>http://www.mashupdesign.com/mashupblog/2010/uncategorized/ie-bugs-fixes.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2010/uncategorized/ie-bugs-fixes.html#comments</comments>
		<pubDate>Fri, 05 Mar 2010 04:30:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2010/uncategorized/ie-bugs-fixes.html</guid>
		<description><![CDATA[Do you hate IE? I do but IE8 is an exception so far it’s still not up to what Mozilla or Safari. However, this is really awesome tip we all can try if we run into IE troble. Position Relative and Overflow Hidden It happens when the parent element overflow set to hidden and the [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2010/uncategorized/ie-bugs-fixes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO to follow on twitters</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/seo/seo-to-follow-on-twitters.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/seo/seo-to-follow-on-twitters.html#comments</comments>
		<pubDate>Fri, 09 Oct 2009 08:02:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2009/seo/seo-to-follow-on-twitters.html</guid>
		<description><![CDATA[1 Matt Cutts – Head of web spam team at Google. 2 SE Roundtable – Constant updates to their quality blog posts 3 WebProNews – Twitter account is constantly updated and well worth adding to your list. 4 Arron Wall – Author of SEO Book 5 SEOmoz – The best of the SEO web. Not [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/seo/seo-to-follow-on-twitters.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font usage in design(in Short)</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/design/font-usage-in-designin-short.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/design/font-usage-in-designin-short.html#comments</comments>
		<pubDate>Wed, 07 Oct 2009 04:28:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2009/design/font-usage-in-designin-short.html</guid>
		<description><![CDATA[AVENIR For book without a large amount of text Bell Centennial For listening and very poor printing condition Bell gothic For very small text containing large amounts of information Din For signage posters and display Franglin Gothic For newspaper and where available space is limited Frutiger For Large signage as an all-purpose for print media [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/design/font-usage-in-designin-short.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Trends 2010 condense by Lars Hilse</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/web-practice/web-trends-2010-condense-by-lars-hilse.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/web-practice/web-trends-2010-condense-by-lars-hilse.html#comments</comments>
		<pubDate>Sat, 03 Oct 2009 19:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web practice]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2009/uncategorized/web-trends-2010-condense-by-lars-hilse.html</guid>
		<description><![CDATA[Think of the mobile users! Yet it has been proven that the most revisited websites among mobile users are those that automatically redirect them to a dedicated mobile version of the site. This technology, by the way, identifies the device you surf with and if it turns out to an iPhone, Blackberry, etc. it will [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/web-practice/web-trends-2010-condense-by-lars-hilse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>default web font for windows</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/uncategorized/default-web-font-for-windows.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/uncategorized/default-web-font-for-windows.html#comments</comments>
		<pubDate>Wed, 23 Sep 2009 04:27:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2009/uncategorized/default-web-font-for-windows.html</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/uncategorized/default-web-font-for-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cSS Play : Text overlay images</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/css/css-play-text-overlay-images.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/css/css-play-text-overlay-images.html#comments</comments>
		<pubDate>Sun, 16 Aug 2009 16:34:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2009/css/css-play-text-overlay-images.html</guid>
		<description><![CDATA[HTML code A Movie in the Park:Kung Fu Panda CSS code .image { position: relative; width: 100%; /* for IE 6 */ } h2 { position: absolute; top: 200px; left: 0; width: 100%; }]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/css/css-play-text-overlay-images.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross-browser semi-transparent backgrounds</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/css/cross-browser-semi-transparent-backgrounds.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/css/cross-browser-semi-transparent-backgrounds.html#comments</comments>
		<pubDate>Sun, 16 Aug 2009 16:28:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2009/uncategorized/cross-browser-semi-transparent-backgrounds.html</guid>
		<description><![CDATA[css code .trans_box2 {&#60;br /&#62; font-family:verdana;&#60;br /&#62; font-weight:bold;&#60;br /&#62; padding:40px;&#60;br /&#62; margin:30px;&#60;br /&#62; border:solid 1px #555;&#60;br /&#62; /* Mozilla ignores crazy MS image filters, so it will skip the following */&#60;br /&#62; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=&#8217;/75p_honey.png&#8217;);&#60;br /&#62; }&#60;br /&#62; /* IE ignores styles with [attributes], so it will skip the following. */&#60;br /&#62; .trans_box2[class] {&#60;br /&#62; [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/css/cross-browser-semi-transparent-backgrounds.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Rank do and Don&#8217;t</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/seo/page-rank-do-and-dont.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/seo/page-rank-do-and-dont.html#comments</comments>
		<pubDate>Thu, 13 Aug 2009 17:35:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2009/seo/page-rank-do-and-dont.html</guid>
		<description><![CDATA[DO Content is the king. Search engines love fresh and quality content, since that&#8217;s what the users want &#8211; more new things to read every day and every hour. When your site changes often &#8211; search engine crawlers come back more often as well. Of course by generating new content you raise the chance that [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/seo/page-rank-do-and-dont.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>why you need site map</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/seo/why-you-need-site-map.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/seo/why-you-need-site-map.html#comments</comments>
		<pubDate>Tue, 11 Aug 2009 16:15:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2009/seo/why-you-need-site-map.html</guid>
		<description><![CDATA[What is a sitemap? A sitemap is basically a page or pages that serve/s as a directory by listing all the links to all documents and files found in a website. It is not merely a random listing of links, but organized in such a way that it gives the web user an idea of [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/seo/why-you-need-site-map.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO practice you should and shouldn&#8217;t do</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/seo/seo-practice-you-should-and-shouldnt-do.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/seo/seo-practice-you-should-and-shouldnt-do.html#comments</comments>
		<pubDate>Tue, 11 Aug 2009 16:12:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2009/seo/seo-practice-you-should-and-shouldnt-do.html</guid>
		<description><![CDATA[1. Things that you should not do in your web page titles Do not use web page titles that have no relation to the content on the page. Do not use general web page titles such as &#34;Untitled&#34; or &#34;New Page&#34;. Do not use the same title for more than one web page. Do not [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/seo/seo-practice-you-should-and-shouldnt-do.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reason to search engine optimization (SEO)your website</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/seo/reason-to-search-engine-optimization-seoyour-website.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/seo/reason-to-search-engine-optimization-seoyour-website.html#comments</comments>
		<pubDate>Tue, 11 Aug 2009 14:05:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/2009/uncategorized/reason-to-search-engine-optimization-seoyour-website.html</guid>
		<description><![CDATA[(SEO) is an essential requirement of websites making constant efforts for high popularity. If you have been ignoring this fact, it is time to bring modification in your thought process. How can you consider it possible for your website to exist in the hard-hitting competition? No matter, how captivating your website is, it has no [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/seo/reason-to-search-engine-optimization-seoyour-website.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit your site to search enigine</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/uncategorized/submit-your-site-to-search-enigine.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/uncategorized/submit-your-site-to-search-enigine.html#comments</comments>
		<pubDate>Mon, 27 Apr 2009 09:38:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/?p=124</guid>
		<description><![CDATA[Submit your site To Google http://www.google.com/addurl/ To Yahoo! http://search.yahoo.com/info/submit.html To MSN http://search.msn.com.sg/docs/submit.aspx To FastSubmit http://www.evrsoft.com/fastsubmit/ To SubmitExpress http://www.submitexpress.com/submit.html To dmoz http://www.dmoz.org/Computers/Internet/On_the_Web/Message_Boards/]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/uncategorized/submit-your-site-to-search-enigine.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO basic, you can do it yourself!</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/seo/seo-basic-you-can-do-it-yourself.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/seo/seo-basic-you-can-do-it-yourself.html#comments</comments>
		<pubDate>Mon, 27 Apr 2009 09:36:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/?p=122</guid>
		<description><![CDATA[Keywords in URL For example http://www.aboutdoghealth.org/ use whole words – keywords to best describe your site. Don’t rely on this if you don’t have keywords in other parts of your site. Keywords in &#60;title&#62; tag This shows search results as your page title, so this is one of the most important things and it shouldn’t [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/seo/seo-basic-you-can-do-it-yourself.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hostdepartments.com is really completly utterly rip off</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/uncategorized/hostdepartmentscom-is-really-completly-utterly-rip-off.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/uncategorized/hostdepartmentscom-is-really-completly-utterly-rip-off.html#comments</comments>
		<pubDate>Wed, 25 Mar 2009 16:30:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mashupdesign.com/mashupblog/?p=119</guid>
		<description><![CDATA[Server is full of virus. irrespondsible support crash often all you can imagine about bad thing! don&#8217;t sign up with them!]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/uncategorized/hostdepartmentscom-is-really-completly-utterly-rip-off.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize Background image with Jquery</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/css/resize-background-image-with-jquery.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/css/resize-background-image-with-jquery.html#comments</comments>
		<pubDate>Sat, 28 Feb 2009 03:04:38 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=113</guid>
		<description><![CDATA[&#60;script type="text/javascript" src="/js/jquery.js"&#62;&#60;/script&#62; &#60;script type="text/javascript" src="/js/jquery.dimensions.js"&#62;&#60;/script&#62; &#60;script type="text/javascript"&#62; $(document).ready(function() { var $winwidth = $(window).width(); $("img.source-image").attr({ width: $winwidth }); $(window).bind("resize", function(){ var $winwidth = $(window).width(); $("img.source-image").attr({ width: $winwidth }); }); }); &#60;/script&#62; In order to get this inline image to behave more like a background image, we can use that unique class we applied to apply [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/css/resize-background-image-with-jquery.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>CSS Amazing tricks</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/css/css-amazing-tricks.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/css/css-amazing-tricks.html#comments</comments>
		<pubDate>Fri, 27 Feb 2009 05:51:29 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[web practice]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=115</guid>
		<description><![CDATA[Css Round Corner div.rounded { -moz-border-radius: 10px; -webkit-border-radius: 10px; padding:10px; border:3px solid #f3ddac; background: #fff3d8; } the html &#60;div class="rounded"&#62; &#60;h2&#62;The Example&#60;/h2&#62; &#60;/div&#62; Certainly, it&#8217;s perfectly work on Firfox ! Creating Link Blocks a.blocklink { display:block; width:160px; background:#f0f0f0; color:#999; font-family:corbel, verdana, sans-serif; padding:4px; text-decoration:none; font-weight:normal; font-size:0.72em; border:1px solid #dadada; } a.blocklink strong { font-family:georgia, helvetica, [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/css/css-amazing-tricks.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CSS transparency for All Browser</title>
		<link>http://www.mashupdesign.com/mashupblog/2009/css/css-transparency-for-all-browser.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2009/css/css-transparency-for-all-browser.html#comments</comments>
		<pubDate>Fri, 27 Feb 2009 03:55:51 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[web practice]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=114</guid>
		<description><![CDATA[Transparency is one of those weird things that is treated completely differently in all browsers. To cover all your bases, you need four separate CSS statements. Fortunately they don’t interfere with each other really, so using them all every time you wish to add transparency is no big hassle and worry-free. Here they are, and [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2009/css/css-transparency-for-all-browser.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
