<?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>Sun, 09 Oct 2011 16:00:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://blog.shian.tw/?pushpress=hub'/>
		<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[uploadify是jQuery的一個 ajax upload plugin，並有檔案上傳進度條，非常簡單好用的一個 ajax upload plugin。 檔案 http://www.uploadify.com/ 範例 demo 使用： 1. 將下載解壓縮後的資料夾放入你要的位置 2. 載入 jquery &#38; uploadify plugin ?View Code HTML1 2 &#60;script src=&#34;js/jquery.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script src=&#34;./jquery.uploadify.mit/jquery.uploadify.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; 3. 放置檔案上傳 ?View Code HTML1 &#60;input name=&#34;upload_file&#34; type=&#34;file&#34; id=&#34;file&#34; size=&#34;50&#34;/&#62; &#8230; <a href="http://blog.shian.tw/ajax-upload-uploadify.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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[&#160;&#160;&#160; 最近需要使用tabs(頁籤)的功能，原本是使用 jqueryUI 裡面所提供的tabs，但是一直覺得它實在是太肥大了， 使用它必須載入 ui.core.js(14KB) 、ui.tabs.js(19KB)，我只是要tabs功能而已卻要載入好肥大的javascript， 雖然可以在官網選擇這二個檔案並壓縮過後下載，但是也要19KB這麼大，所以...乾脆自己寫一個好囉 &#160; 範例 &#160; 檔案 badongo下載 (662Byte) &#160; 使用範例&#60;div name="tabs" style="width:500px;"&#62; &#60;ul&#62; &#60;li&#62;&#60;a href="fragment_1"&#62;頁籤1&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href="fragment_2"&#62;頁籤2&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href="fragment_3"&#62;頁籤3&#60;/a&#62;&#60;/li&#62; &#60;/ul&#62; &#60;div id="fragment_1"&#62; 頁籤1頁籤1頁籤1頁籤1頁籤1頁籤1&#60;br/&#62; 頁籤1頁籤1頁籤1頁籤1頁籤1頁籤1頁籤1頁籤1 &#60;/div&#62; &#60;div id="fragment_2"&#62; 頁籤2頁籤2頁籤2頁籤2頁籤2頁籤2&#60;br/&#62; 頁籤2頁籤2頁籤2頁籤2頁籤2頁籤2頁籤2頁籤2 &#60;/div&#62; &#60;div id="fragment_3"&#62; 頁籤3頁籤3頁籤3頁籤3頁籤3頁籤3&#60;br/&#62; 頁籤3頁籤3頁籤3頁籤3頁籤3頁籤3頁籤3頁籤3 &#8230; <a href="http://blog.shian.tw/jquery-plugin-tabs.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/jquery-plugin-tabs.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

