<?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>遨遊飛翔 &#187; plugin</title>
	<atom:link href="http://blog.shian.tw/tag/plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.shian.tw</link>
	<description>學習筆記 For php、jQuery、MySql、Centos、Suse、Server、CodeIgniter</description>
	<lastBuildDate>Mon, 06 Sep 2010 01:32:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://blog.shian.tw/?pushpress=hub'/>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://blog.shian.tw/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>ajax upload uploadify</title>
		<link>http://blog.shian.tw/ajax-upload-uploadify.html</link>
		<comments>http://blog.shian.tw/ajax-upload-uploadify.html#comments</comments>
		<pubDate>Sun, 17 May 2009 16:00:02 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=305</guid>
		<description><![CDATA[<p>uploadify是jQuery的一個 ajax upload plugin，並有檔案上傳進度條，非常簡單好用的一個 ajax upload plugin。</p>
<p> <a href="http://blog.shian.tw/ajax-upload-uploadify.html#more-305" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/jquery-plugin-tabs.html" title="jQuery Plugin Tabs">jQuery Plugin Tabs</a> (1)</li><li><a href="http://blog.shian.tw/jquery-plugin-clickmenu.html" title="jQuery plugin- ClickMenu">jQuery plugin- ClickMenu</a> (0)</li><li><a href="http://blog.shian.tw/jquery-manual-selectors.html" title="jQuery 手冊 &#8211; 選擇器(Selectors)">jQuery 手冊 &#8211; 選擇器(Selectors)</a> (3)</li><li><a href="http://blog.shian.tw/jquery_serialize.html" title="[小技巧] jQuery serialize">[小技巧] jQuery serialize</a> (2)</li><li><a href="http://blog.shian.tw/plugin-jquery-autocomplete.html" title="[Plugin] jQuery Autocomplete">[Plugin] jQuery Autocomplete</a> (2)</li><li><a href="http://blog.shian.tw/jquery-with-prototype.html" title="jQuery 和 Prototype 同時使用">jQuery 和 Prototype 同時使用</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/ajax-upload-uploadify.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Plugin Tabs</title>
		<link>http://blog.shian.tw/jquery-plugin-tabs.html</link>
		<comments>http://blog.shian.tw/jquery-plugin-tabs.html#comments</comments>
		<pubDate>Mon, 30 Mar 2009 09:30:22 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=280</guid>
		<description><![CDATA[<div align="right">
<script language="JavaScript" src="http://funp.com/tools/button.php?url=http%3A%2F%2Fblog.shian.tw%2Fjquery-plugin-tabs.html&s=8" type="text/javascript"></script>
</div>
<p>&nbsp;&nbsp;&nbsp; 最近需要使用tabs(頁籤)的功能，原本是使用 <a href="http://jqueryui.com/" target="_blank">jqueryUI</a> 裡面所提供的tabs，但是一直覺得它實在是太肥大了， 使用它必須載入 ui.core.js(14KB) 、ui.tabs.js(19KB)，我只是要tabs功能而已卻要載入好肥大的javascript， 雖然可以在官網選擇這二個檔案並<a href="http://jqueryui.com/download" target="_blank">壓縮過後下載</a>，但是也要19KB這麼大，所以...乾脆自己寫一個好囉  <a href="http://blog.shian.tw/jquery-plugin-tabs.html#more-280" class="more-link">繼續閱讀 &raquo;</a></p><h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/ajax-upload-uploadify.html" title="ajax upload uploadify">ajax upload uploadify</a> (0)</li><li><a href="http://blog.shian.tw/jquery-plugin-clickmenu.html" title="jQuery plugin- ClickMenu">jQuery plugin- ClickMenu</a> (0)</li><li><a href="http://blog.shian.tw/jquery-manual-selectors.html" title="jQuery 手冊 &#8211; 選擇器(Selectors)">jQuery 手冊 &#8211; 選擇器(Selectors)</a> (3)</li><li><a href="http://blog.shian.tw/jquery_serialize.html" title="[小技巧] jQuery serialize">[小技巧] jQuery serialize</a> (2)</li><li><a href="http://blog.shian.tw/plugin-jquery-autocomplete.html" title="[Plugin] jQuery Autocomplete">[Plugin] jQuery Autocomplete</a> (2)</li><li><a href="http://blog.shian.tw/jquery-with-prototype.html" title="jQuery 和 Prototype 同時使用">jQuery 和 Prototype 同時使用</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/jquery-plugin-tabs.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
