<?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; Jquery</title>
	<atom:link href="http://www.mashupdesign.com/mashupblog/category/jquery/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>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[Jquery]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></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[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>Introduction to jQuery</title>
		<link>http://www.mashupdesign.com/mashupblog/2008/jquery/introduction-to-jquery.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2008/jquery/introduction-to-jquery.html#comments</comments>
		<pubDate>Thu, 14 Aug 2008 09:46:35 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=31</guid>
		<description><![CDATA[http://css-tricks.com/videos/css-tricks-video-20.php]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2008/jquery/introduction-to-jquery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery For Dunmmies</title>
		<link>http://www.mashupdesign.com/mashupblog/2008/jquery/jquery-for-dunmmies.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2008/jquery/jquery-for-dunmmies.html#comments</comments>
		<pubDate>Fri, 08 Aug 2008 10:08:55 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[JavaScript library]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=28</guid>
		<description><![CDATA[What Exactly Is jQuery? According to jQuery.com, jQuery is a fast, concise, JavaScript library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript. In simpler terms, jQuery allows you to turn ten lines of [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2008/jquery/jquery-for-dunmmies.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
