<?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 mashup design is design exploration through digital edge &#187; snipplets</title>
	<atom:link href="http://www.mashupdesign.com/mashupblog/category/snipplets/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, 25 Jun 2010 06:52:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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[Jquery]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[snipplets]]></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>dropdown form javascript redirect</title>
		<link>http://www.mashupdesign.com/mashupblog/2008/snipplets/dropdown-form-javascript-redirect.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2008/snipplets/dropdown-form-javascript-redirect.html#comments</comments>
		<pubDate>Sun, 27 Jul 2008 15:41:41 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[snipplets]]></category>
		<category><![CDATA[dropdown form javascript redirect]]></category>
		<category><![CDATA[snipplet]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=16</guid>
		<description><![CDATA[&#60;script language=&#8221;JavaScript&#8221;&#62; function changePage(list){ window.location.href = list.options[list.selectedIndex].value; } &#60;/script&#62; &#60;form name=&#8221;cvsLINKS&#8221;&#62; &#60;select name=&#8221;cvsDEPARTMENTS&#8221; onChange=&#8221;changePage(document.cvsLINKS.cvsDEPARTMENTS)&#8221;&#62; &#60;option value=&#8221;http://webmd.cvs.com/catalog/otchome.asp&#8221; selected&#62; Shopping Aisles &#60;option value=&#8221;http://webmd.cvs.com/catalog/otcdeptlisting.asp?deptid=6&#8243;&#62; Occasions &#38; Gifts &#60;option value=&#8221;http://webmd.cvs.com/catalog/otcdeptlisting.asp?deptid=1&#8243;&#62; Health &#38; Wellness &#60;option value=&#8221;http://webmd.cvs.com/catalog/otcdeptlisting.asp?deptid=3&#8243;&#62; Personal Care &#60;option value=&#8221;http://webmd.cvs.com/catalog/otcdeptlisting.asp?deptid=2&#8243;&#62; Vitamins &#38; More &#60;option value=&#8221;http://webmd.cvs.com/catalog/otcdeptlisting.asp?deptid=5&#8243;&#62; Household Needs &#60;option value=&#8221;http://webmd.cvs.com/photoCenter/photo_home.asp&#8221;&#62; Photo Center &#60;option value=&#8221;http://webmd.cvs.com/collectables/default.asp&#8221;&#62; Cool Collections &#60;option value=&#8221;http://webmd.cvs.com/catalog/otcspecials.asp?deptid=3&#8243;&#62; Online Specials &#60;/select&#62; [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2008/snipplets/dropdown-form-javascript-redirect.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>document title scroller</title>
		<link>http://www.mashupdesign.com/mashupblog/2008/snipplets/document-title-scroller.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2008/snipplets/document-title-scroller.html#comments</comments>
		<pubDate>Sun, 27 Jul 2008 15:27:11 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[snipplets]]></category>
		<category><![CDATA[snipplet]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=15</guid>
		<description><![CDATA[&#60;title&#62;If the above link does not work in your email client please copy and past this link into your browser&#60;/title&#62; &#60;script&#62; var repeat=0 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1 var title=document.title var leng=title.length var start=1 function titlemove() { titl=title.substring(start, leng) + title.substring(0, start) document.title=titl start++ if (start==leng+1) { start=0 [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2008/snipplets/document-title-scroller.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iframe scale height</title>
		<link>http://www.mashupdesign.com/mashupblog/2008/snipplets/iframe-scale-height.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2008/snipplets/iframe-scale-height.html#comments</comments>
		<pubDate>Sun, 27 Jul 2008 15:23:57 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[snipplets]]></category>
		<category><![CDATA[snipplet]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=14</guid>
		<description><![CDATA[&#60;script type=&#8221;text/javascript&#8221;&#62; //Input the IDs of the IFRAMES you wish to dynamically resize to match its content height: //Separate each ID with a comma. Examples: ["myframe1", "myframe2"] or ["myframe"] or [] for none: var iframeids=["myframe"] //Should script hide iframe from browsers that don&#8217;t support this script (non IE5+/NS6+ browsers. Recommended): var iframehide=&#8221;yes&#8221; var getFFVersion=navigator.userAgent.substring(navigator.userAgent.indexOf(&#8220;Firefox&#8221;)).split(&#8220;/&#8221;)[1] var [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2008/snipplets/iframe-scale-height.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix IE 5.5 and IE 6 PNG transparency problem</title>
		<link>http://www.mashupdesign.com/mashupblog/2008/snipplets/fix-ie-55-and-ie-6-png-transparency-problem.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2008/snipplets/fix-ie-55-and-ie-6-png-transparency-problem.html#comments</comments>
		<pubDate>Sun, 27 Jul 2008 15:20:20 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[snipplets]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web practice]]></category>
		<category><![CDATA[Fix IE 5.5 and IE 6 PNG]]></category>
		<category><![CDATA[PNG transparency]]></category>
		<category><![CDATA[snipplet]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=13</guid>
		<description><![CDATA[&#60;!&#8211;[if lt IE 7]&#62; &#60;script language=&#8221;JavaScript&#8221;&#62; function correctPNG() // correctly handle PNG transparency in Win IE 5.5 &#38; 6. { var arVersion = navigator.appVersion.split(&#8220;MSIE&#8221;) var version = parseFloat(arVersion[1]) if ((version &#62;= 5.5) &#38;&#38; (document.body.filters)) { for(var i=0; i&#60;document.images.length; i++) { var img = document.images[i] var imgName = img.src.toUpperCase() if (imgName.substring(imgName.length-3, imgName.length) == &#8220;PNG&#8221;) { var [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2008/snipplets/fix-ie-55-and-ie-6-png-transparency-problem.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css transparent box</title>
		<link>http://www.mashupdesign.com/mashupblog/2008/snipplets/css-transparent-box.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2008/snipplets/css-transparent-box.html#comments</comments>
		<pubDate>Sun, 27 Jul 2008 15:16:00 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[snipplets]]></category>
		<category><![CDATA[css transparent]]></category>
		<category><![CDATA[snipplet]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=12</guid>
		<description><![CDATA[&#60;DIV align=&#8221;center&#8221;&#62; &#60;div style=&#8221;width:300px;height:200px;background:url(http://www.mandarindesign.com/images/imagine.jpg)&#8221;&#62; &#60;/div&#62; &#60;p style=&#8221;width:200px;text-align:justify;border:1px solid maroon;padding:5px;font-weight:bold;position:relative;top:-190px;left:10px;color:black;background:white;filter:alpha(opacity=50);opacity:.50;&#8221;&#62; This is a paragraph with 50% opacity applied. &#60;/p&#62; &#60;/DIV&#62;]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2008/snipplets/css-transparent-box.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>seo friendly redirect 301 redirect &#8211; PHP Redirect</title>
		<link>http://www.mashupdesign.com/mashupblog/2008/snipplets/301-redirect-php-redirect.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2008/snipplets/301-redirect-php-redirect.html#comments</comments>
		<pubDate>Mon, 30 Jun 2008 08:31:36 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[snipplets]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web practice]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=9</guid>
		<description><![CDATA[PHP: &#60;?   header( &#8220;HTTP/1.1 301 Moved Permanently&#8221; );   header( &#8220;Status: 301 Moved Permanently&#8221; )   header( &#8220;Location: http://www.new-url.com/&#8221; );   exit(0); // This is Optional but suggested, to avoid any accidental output   ?&#62;]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2008/snipplets/301-redirect-php-redirect.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>png24 with ie6</title>
		<link>http://www.mashupdesign.com/mashupblog/2008/snipplets/png24-with-ie6.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2008/snipplets/png24-with-ie6.html#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:01:31 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[snipplets]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[png24]]></category>
		<category><![CDATA[web post]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=3</guid>
		<description><![CDATA[Experiment with png-24 and ie6 with different methods download source file here]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2008/snipplets/png24-with-ie6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
