<?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>Lab of Chowky &#187; jquery</title>
	<atom:link href="http://lab.chowky.com/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://lab.chowky.com</link>
	<description>分享ＩＴ技術</description>
	<lastBuildDate>Sat, 24 Jul 2010 09:57:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>[jQuery] Sponsor Flip Wall</title>
		<link>http://lab.chowky.com/2010/05/jquery-sponsor-flip-wall/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jquery-sponsor-flip-wall</link>
		<comments>http://lab.chowky.com/2010/05/jquery-sponsor-flip-wall/#comments</comments>
		<pubDate>Mon, 10 May 2010 04:51:51 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Jquery, Mootools]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[flip]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery ui]]></category>
		<category><![CDATA[sponsor wall]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=2055</guid>
		<description><![CDATA[近來因為工作需要，所以就找到了很多不同的jquery 的 plugin ，學到了很多不同的effect。 (所以之前的post 很多都是jquery 的tutorial 來呢)~ 你只要一click 就會反轉，之後就會見到簡單的description~ Note: 這個只支援modern browser&#8230;. ie 6就無機會用到了，因為利用了css3。這個是利用了 jQuery Flip plug-in。 用法都十分之簡單~ HTML 的structure 就是利用 div 1 2 3 4 5 6 7 8 9 10 11 12 13 14 &#60;div title=&#34;Click to flip&#34; class=&#34;sponsor&#34;&#62; &#60;div class=&#34;sponsorFlip&#34;&#62; &#60;img alt=&#34;More about google&#34; src=&#34;img/sponsors/google.png&#34;&#62; &#60;/div&#62; &#160; &#60;div class=&#34;sponsorData&#34;&#62; &#60;div class=&#34;sponsorDescription&#34;&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>近來因為工作需要，所以就找到了很多不同的jquery 的 plugin ，學到了很多不同的effect。 (所以之前的post 很多都是jquery 的tutorial 來呢)~</p>
<p>你只要一click 就會反轉，之後就會見到簡單的description~</p>
<p><img src="http://tutorialzine.com/wp-content/uploads/2010/03/i12.png" alt="" /><br />
<img src="http://tutorialzine.com/wp-content/uploads/2010/03/i22.png" alt="" /><br />
Note: 這個只支援modern browser&#8230;. ie 6就無機會用到了，因為利用了css3。這個是利用了 jQuery Flip plug-in。</p>
<p>用法都十分之簡單~<span id="more-2055"></span><br />
HTML 的structure 就是利用 div</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Click to flip&quot;</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sponsor&quot;</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sponsorFlip&quot;</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;More about google&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;img/sponsors/google.png&quot;</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
&nbsp;
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sponsorData&quot;</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sponsorDescription&quot;</span>&gt;</span>
			The company that redefined web search.
		<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sponsorURL&quot;</span>&gt;</span>
			<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.google.com/&quot;</span>&gt;</span>http://www.google.com/ <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">body<span style="color: #00AA00;">&#123;</span>
	<span style="color: #808080; font-style: italic;">/* Setting default text color, background and a font stack */</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">0.825em</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #3333ff;">:Arial</span><span style="color: #00AA00;">,</span> Helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
.sponsorListHolder<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">30px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
.sponsor<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">180px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">180px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">4px</span><span style="color: #00AA00;">;</span>
&nbsp;
	<span style="color: #808080; font-style: italic;">/* Giving the sponsor div a relative positioning: */</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span><span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
.sponsorFlip<span style="color: #00AA00;">&#123;</span>
	<span style="color: #808080; font-style: italic;">/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#ddd</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;img/background.jpg&quot;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #993333;">center</span> <span style="color: #993333;">center</span> <span style="color: #cc00cc;">#f9f9f9</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.sponsorFlip</span><span style="color: #3333ff;">:hover</span><span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/*而且ie6 不支援 div :hover，ie6 只支援到a:hover ，大家要留意啦*/</span>
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#999</span><span style="color: #00AA00;">;</span>
&nbsp;
	<span style="color: #808080; font-style: italic;">/* CSS3 inset shadow: */</span>
	-moz-box-shadow<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">30px</span> <span style="color: #cc00cc;">#999</span> <span style="color: #993333;">inset</span><span style="color: #00AA00;">;</span>
	-webkit-box-shadow<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">30px</span> <span style="color: #cc00cc;">#999</span> <span style="color: #993333;">inset</span><span style="color: #00AA00;">;</span>
	box-shadow<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">30px</span> <span style="color: #cc00cc;">#999</span> <span style="color: #993333;">inset</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*css3...這個是for ie 的呢~ 不過就無shadow 呢*/</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.sponsorFlip</span> img<span style="color: #00AA00;">&#123;</span>
	<span style="color: #808080; font-style: italic;">/* Centering the logo image in the middle of the .sponsorFlip div */</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #933;"><span style="color: #cc66cc;">50</span>%</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;"><span style="color: #cc66cc;">50</span>%</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">-70px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">-70px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
.sponsorData<span style="color: #00AA00;">&#123;</span>
	<span style="color: #808080; font-style: italic;">/* Hiding the .sponsorData div */</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
.sponsorDescription<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">11px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">50px</span> <span style="color: #933;">10px</span> <span style="color: #933;">20px</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span><span style="color: #993333;">italic</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
.sponsorURL<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
.<span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">&#123;</span>
	<span style="color: #808080; font-style: italic;">/* This class clears the floats */</span>
	<span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span><span style="color: #993333;">both</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Javscript 方面，Sponsor wall 是利用了jquery ，和jquery ui for interface. 所以大家記得 include 這兩個js 以及 css&#8230;.<br />
接著當然係 document ready 時要做的javscript 呢~</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #009966; font-style: italic;">/* The following code is executed once the DOM is loaded */</span>
&nbsp;
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.sponsorFlip'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">bind</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;click&quot;</span><span style="color: #339933;">,</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
		<span style="color: #006600; font-style: italic;">// $(this) point to the clicked .sponsorFlip element (caching it in elem for speed):</span>
&nbsp;
		<span style="color: #003366; font-weight: bold;">var</span> elem <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
		<span style="color: #006600; font-style: italic;">// data('flipped') is a flag we set when we flip the element:</span>
&nbsp;
		<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>elem.<span style="color: #660066;">data</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'flipped'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
		<span style="color: #009900;">&#123;</span>
			<span style="color: #006600; font-style: italic;">// If the element has already been flipped, use the revertFlip method</span>
			<span style="color: #006600; font-style: italic;">// defined by the plug-in to revert to the default state automatically:</span>
&nbsp;
			elem.<span style="color: #660066;">revertFlip</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
			<span style="color: #006600; font-style: italic;">// Unsetting the flag:</span>
			elem.<span style="color: #660066;">data</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'flipped'</span><span style="color: #339933;">,</span><span style="color: #003366; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span>
		<span style="color: #009900;">&#125;</span>
		<span style="color: #000066; font-weight: bold;">else</span>
		<span style="color: #009900;">&#123;</span>
			<span style="color: #006600; font-style: italic;">// Using the flip method defined by the plugin:</span>
&nbsp;
			elem.<span style="color: #660066;">flip</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
				direction<span style="color: #339933;">:</span><span style="color: #3366CC;">'lr'</span><span style="color: #339933;">,</span>
				speed<span style="color: #339933;">:</span> <span style="color: #CC0000;">350</span><span style="color: #339933;">,</span>
				onBefore<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
					<span style="color: #006600; font-style: italic;">// Insert the contents of the .sponsorData div (hidden</span>
					<span style="color: #006600; font-style: italic;">// from view with display:none) into the clicked</span>
					<span style="color: #006600; font-style: italic;">// .sponsorFlip div before the flipping animation starts:</span>
&nbsp;
					elem.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span>elem.<span style="color: #660066;">siblings</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.sponsorData'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
				<span style="color: #009900;">&#125;</span>
			<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
			<span style="color: #006600; font-style: italic;">// Setting the flag:</span>
			elem.<span style="color: #660066;">data</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'flipped'</span><span style="color: #339933;">,</span><span style="color: #003366; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>原文是利用了php 來generate data 的，不過chowky 覺得不太重要所以就算。大家有興趣可以去原文看看呢~</p>
<p>Source: <a href="http://tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/">http://tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2055" width="1" height="1" style="display: none;" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2010/05/jquery-sponsor-flip-wall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[jQuery] iPod-Like Dropdown List Sample</title>
		<link>http://lab.chowky.com/2010/04/jquery-ipod-like-dropdown-list-sample/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jquery-ipod-like-dropdown-list-sample</link>
		<comments>http://lab.chowky.com/2010/04/jquery-ipod-like-dropdown-list-sample/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 10:20:44 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Jquery, Mootools]]></category>
		<category><![CDATA[dropdown list]]></category>
		<category><![CDATA[ipod-like]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=2034</guid>
		<description><![CDATA[這個jquery 的dropdown list. 可以做到類似ipod 的drilldown 的做法。可以chowky 沒有用過ipod ，所以覺得有點新奇，所以分享給大家~ 原來都幾易用呢~ 可能大家都見過，不過呢~，近來~這個plugin 加入了去jquery ui 作為component，所以支援了apply 不同 theme 的能力，所以大家可以隨便換theme ，都幾好用呢~。 用法好簡單，html的basic structure 都是利用常用的 unorder list &#8220;ul&#8221; 和 &#8220;li&#8221;。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 &#160; &#60;script type=&#34;text/javascript&#34; src=&#34;jquery-1.3.2.min.js&#34;&#62;&#60;/script&#62; &#60;!-- jQuery core --&#62; &#60;script type=&#34;text/javascript&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>這個jquery 的dropdown list. 可以做到類似ipod 的drilldown 的做法。可以chowky 沒有用過ipod ，所以覺得有點新奇，所以分享給大家~</p>
<p>原來都幾易用呢~</p>
<p>可能大家都見過，不過呢~，近來~這個plugin 加入了去jquery ui 作為component，所以支援了apply 不同 theme 的能力，所以大家可以隨便換theme ，都幾好用呢~。</p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2010/04/screenshot1.jpg"><img src="http://lab.chowky.com/wp-content/uploads/2010/04/screenshot1.jpg" alt="" title="screenshot1" width="247" height="406" class="alignnone size-full wp-image-2037" /></a></p>
<p>用法好簡單，html的basic structure 都是利用常用的 unorder list &#8220;ul&#8221; 和 &#8220;li&#8221;。<br />
<span id="more-2034"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;jquery-1.3.2.min.js&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span> <span style="color: #808080; font-style: italic;">&lt;!-- jQuery core --&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;fg.menu.js&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span> <span style="color: #808080; font-style: italic;">&lt;!-- dropdown list plugin --&gt;</span>
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">link</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;fg.menu.css&quot;</span> <span style="color: #000066;">media</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;screen&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span> <span style="color: #808080; font-style: italic;">&lt;!-- dropdown list style sheet --&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">link</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;theme/ui.all.css&quot;</span> <span style="color: #000066;">media</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;screen&quot;</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span> <span style="color: #808080; font-style: italic;">&lt;!-- jQuery UI theme --&gt;</span>
&nbsp;
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu option<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu option<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu option<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Child menu option<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Child menu option<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Child menu option<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Menu option<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span></pre></td></tr></table></div>

<p>之後dom ready 時加上init 的code</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#myMenuButton'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">menu</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
		content<span style="color: #339933;">:</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#myContent'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>		
		maxHeight<span style="color: #339933;">:</span> <span style="color: #CC0000;">180</span><span style="color: #339933;">,</span>
		positionOpts<span style="color: #339933;">:</span> <span style="color: #009900;">&#123;</span> offsetX<span style="color: #339933;">:</span> <span style="color: #CC0000;">10</span><span style="color: #339933;">,</span> offsetY<span style="color: #339933;">:</span> <span style="color: #CC0000;">20</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span>
		showSpeed<span style="color: #339933;">:</span> <span style="color: #CC0000;">300</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Demo 效果: <a href="http://www.filamentgroup.com/examples/menus/ipod.php">http://www.filamentgroup.com/examples/menus/ipod.php</a><br />
License: MIT and GPL<br />
Source: <a href="http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/">http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2034" width="1" height="1" style="display: none;" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2010/04/jquery-ipod-like-dropdown-list-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[jQuery] 1.3.2 和 1.4 的比較</title>
		<link>http://lab.chowky.com/2010/01/jquery-1-3-2-%e5%92%8c-1-4-%e7%9a%84%e6%af%94%e8%bc%83/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jquery-1-3-2-%25e5%2592%258c-1-4-%25e7%259a%2584%25e6%25af%2594%25e8%25bc%2583</link>
		<comments>http://lab.chowky.com/2010/01/jquery-1-3-2-%e5%92%8c-1-4-%e7%9a%84%e6%af%94%e8%bc%83/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 09:13:55 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Jquery, Mootools]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[1.3.1]]></category>
		<category><![CDATA[1.4]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[比較]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=1774</guid>
		<description><![CDATA[jQuery 近來都差不多成為最多人用的javascript framework 了。 近來jQuery 推出新的release 1.4. 聽聞 performance 改善了很多。 No. of Function Calls (因為減少了很多不必要 method 的call，可能就是大大改善performance 的原因) dom 的insertion 看來需要的時間真是快了很多 (ie 系列快了很多) Performance of .html() ，重大的speed 改善 Performance of .remove() and .empty() ，很強呢~ Lets take a closest look at some useful changes * All setter method now accept a function as value: .css(), .attr(), [...]]]></description>
			<content:encoded><![CDATA[<p>jQuery 近來都差不多成為最多人用的javascript framework 了。</p>
<p>近來jQuery 推出新的release 1.4. 聽聞 performance 改善了很多。</p>
<p>No. of Function Calls (因為減少了很多不必要 method 的call，可能就是大大改善performance 的原因)<br />
<img src="http://farm5.static.flickr.com/4008/4271690739_c854c4bb83_o.png" alt="" width="614" height="461" /></p>
<p>dom 的insertion 看來需要的時間真是快了很多 (ie 系列快了很多)<br />
<img src="http://farm5.static.flickr.com/4029/4271691471_1240afd5af.jpg" alt="" /><br />
<span id="more-1774"></span><br />
Performance of .html() ，重大的speed 改善<br />
<img src="http://farm5.static.flickr.com/4037/4271691747_0cce01a33d.jpg" alt="" /></p>
<p>Performance of .remove() and .empty() ，很強呢~<br />
<img src="http://farm3.static.flickr.com/2693/4271690883_3224979b9b.jpg" alt="" /></p>
<blockquote><p>Lets take a closest look at some useful changes</p>
<p>*<br />
All setter method now accept a function as value:</p>
<p>.css(), .attr(), .val(), .html(), .text(), .append(), .prepend(), .before(), .after(),.replaceWith(), .wrap(), .wrapInner(), .offset(), .addClass(), .removeClass(), and.toggleClass().</p>
<p>$(&#8216;div.demo-container&#8217;).html(function() { var emph = &#8221; + $(&#8216;p&#8217;).length + &#8216; paragraphs!&#8217;; return &#8216;All new content for &#8216; + emph + &#8221;; });</p>
<p>*<br />
Quick Element Construction:</p>
<p>When you create a single element with the jQuery function, you can now pass in an object to add attributes and events at the same time:</p>
<p>jQuery(&#8221;</p>
<div>&#8220;, { id: &#8220;foo&#8221;, css: { height: &#8220;50px&#8221;, width: &#8220;50px&#8221;, color: &#8220;blue&#8221;, backgroundColor: &#8220;#ccc&#8221; }, click: function() { $(this).css(&#8220;backgroundColor&#8221;, &#8220;red&#8221;); } }).appendTo(&#8220;body&#8221;);</p>
<p>* Event Multi-binding:<br />
You can now pass an object of many events to bind to an element:</p>
<p>$(&#8220;div.test&#8221;).bind({ click: function(){ $(this).addClass(&#8220;active&#8221;); }, mouseenter: function(){ $(this).addClass(&#8220;inside&#8221;); }, mouseleave: function(){ $(this).removeClass(&#8220;inside&#8221;); } });</p>
<p>* All Events Can Be Live Events:<br />
Has been introduced cross-browser support for change, submit, focusin, focusout, mouseenter, and mouseleave via the event delegation in .live(). Note that if you need a live focus event, you should use focusin and focusout rather than focus and blur, because focus and blur do not bubble. Also, live() also now accepts a data object, just as bind() has:</p>
<p>$(&#8220;p&#8221;).live(&#8220;myCustomEvent&#8221;, function(e, myName, myValue){ $(this).text(&#8220;Hi there!&#8221;); $(&#8220;span&#8221;).stop().css(&#8220;opacity&#8221;, 1) .text(&#8220;myName = &#8221; + myName) .fadeIn(30).fadeOut(1000); }); $(&#8220;button&#8221;).click(function () { $(&#8220;p&#8221;).trigger(&#8220;myCustomEvent&#8221;); });</p>
<p>* before, after, replaceWith on disconnected nodes:<br />
You can now use before, after, and replaceWith on nodes that are not attached to the DOM. This allows you to do more complex manipulations before inserting the final structure into the DOM.</p>
<p>jQuery(&#8221; &#8220;).before(&#8220;Hello&#8221;).appendTo(&#8220;body&#8221;)</p>
<p>* .offset( coords | Function )<br />
It is now possible to set the offset of an element. Offset, like all setter methods, can now also accept a function as a second argument.</p>
<p>$(MyEl).offset({ top: 10, left: 30 });</p>
<p>* New .delay() method:<br />
The .delay() method will delay any further elements in the queue for the specified number of milliseconds.</p>
<p>$(&#8220;div&#8221;).fadeIn().delay(4000).fadeOut();</p>
</div>
</blockquote>
<p>developer 當然會擔心，update 了之後會有問題。<br />
但~其實只有很少的地方是incompatible 已而~</p>
<blockquote><p>* .add() no longer plainly concatenates the results together, the results are merged and then sorted in document order.<br />
* .clone(true) now copies events AND data instead of just events.<br />
* jQuery.data(elem) no longer returns an id, it returns the element’s object cache instead.<br />
* jQuery() (with no arguments) no longer converts to jQuery(document).<br />
* .val(“…”) on an option or a checkbox is no longer ambiguous (it will always select by value now, not by text value).<br />
* jQuery.browser.version now returns engine version.<br />
* jQuery is now strict about incoming JSON and throw an exception if we get malformed JSON. If you need to be able to evaluate malformed JSON that is valid JavaScript, you can make a text request and use eval() to evaluate the contents.<br />
* Param serialization now happens in the PHP/Rails style by default. You can use jQuery.ajaxSettings.traditional = true; to use traditional parameter serialization. You can also set the behavior on a per-request basis by passing traditional: true to the jQuery.ajax method.<br />
* jQuery.extend(true, …) No longer extends non-plain-objects or arrays.<br />
* If an Ajax request is made without specifying a dataType and it is returned as text/javascript, it will be executed. Previously, an explicit dataType was required.<br />
* Setting an Ajax request’s ifModified now takes ETags into consideration.</p></blockquote>
<p>Source: <a href="http://blog.skitsanos.com/2010/01/what-is-new-in-jquery-14-features-for.html">http://blog.skitsanos.com/2010/01/what-is-new-in-jquery-14-features-for.html</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1774" width="1" height="1" style="display: none;" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2010/01/jquery-1-3-2-%e5%92%8c-1-4-%e7%9a%84%e6%af%94%e8%bc%83/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>8 種 Outlook like AJAX Calendar Components 的介紹和看法</title>
		<link>http://lab.chowky.com/2009/09/javascript-ajax-outlook-like-calendar-components/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=javascript-ajax-outlook-like-calendar-components</link>
		<comments>http://lab.chowky.com/2009/09/javascript-ajax-outlook-like-calendar-components/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 17:30:21 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Jquery, Mootools]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[ajax calendar]]></category>
		<category><![CDATA[calendar control]]></category>
		<category><![CDATA[commercial]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mootool]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[outlook like]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=1285</guid>
		<description><![CDATA[chowky 覺得類似 outlook , ical 的 AJAX 的calendar好似很散，所以決定整理一下。 1. Day Pilot 這是一個為ASP.NET 而寫的一個component。成熟程度好高。還備有schedule 的 version 。 有Lite （免費，但功能會少一點）和P和Pro （當然要收錢的） version 。 Source: http://www.daypilot.org 2. dhtmlxScheduler 這都是一個很成熟的component. 非常smooth。有齊daily , weekly, monthly，commercial application 其實是必定要完整的。否則一定沒有人買。 不過如果你個想寫的都要是GNU (opensource） 才可以免費使用這個calendar ，否則就要收錢了。(Dual Licensing 亦不能用的呢） Demo: http://dhtmlx.com/docs/products/dhtmlxScheduler/livedemo.shtml Source: http://dhtmlx.com/docs/products/dhtmlxScheduler/ 3. Web2cal 非常smooth。成熟程度很高。暫時最似outlook calendar 的style 。雖然是commercial的，但如果你／client  不介意link back to we2cal的話。就可以免費使用。chowky 覺得這個是最好的 Component，所以很開心呢～(終於找到個合用的） Demo: [...]]]></description>
			<content:encoded><![CDATA[<p>chowky 覺得類似 outlook , ical 的 AJAX 的calendar好似很散，所以決定整理一下。</p>
<p><strong>1. Day Pilot</strong></p>
<p>這是一個為ASP.NET 而寫的一個component。成熟程度好高。還備有schedule 的  version 。</p>
<p>有Lite （免費，但功能會少一點）和P和Pro （當然要收錢的） version 。</p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2009/09/daypilot1.png"><img class="alignnone size-full wp-image-1286" title="daypilot1" src="http://lab.chowky.com/wp-content/uploads/2009/09/daypilot1.png" alt="daypilot1" width="250" height="85" /></a><a href="http://lab.chowky.com/wp-content/uploads/2009/09/daypilot2.png"><img class="alignnone size-medium wp-image-1287" title="daypilot2" src="http://lab.chowky.com/wp-content/uploads/2009/09/daypilot2-300x113.png" alt="daypilot2" width="300" height="113" /></a><br />
Source: <a href="http://www.daypilot.org">http://www.daypilot.org</a></p>
<p><strong>2. dhtmlxScheduler</strong></p>
<p>這都是一個很成熟的component. 非常smooth。有齊daily , weekly, monthly，commercial application 其實是必定要完整的。否則一定沒有人買。</p>
<p>不過如果你個想寫的都要是GNU (opensource） 才可以免費使用這個calendar ，否則就要收錢了。(Dual Licensing 亦不能用的呢）</p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2009/09/dhtml11.png"><img class="alignnone size-medium wp-image-1289" title="dhtml1" src="http://lab.chowky.com/wp-content/uploads/2009/09/dhtml11-300x211.png" alt="dhtml1" width="300" height="211" /></a></p>
<p>Demo: <a href="http://dhtmlx.com/docs/products/dhtmlxScheduler/livedemo.shtml">http://dhtmlx.com/docs/products/dhtmlxScheduler/livedemo.shtml</a><br />
Source: <a href="http://dhtmlx.com/docs/products/dhtmlxScheduler/">http://dhtmlx.com/docs/products/dhtmlxScheduler/</a></p>
<p><span id="more-1285"></span></p>
<p><strong>3. Web2cal</strong></p>
<p>非常smooth。成熟程度很高。暫時最似outlook calendar 的style 。雖然是commercial的，但如果你／client  不介意link back to we2cal的話。就可以免費使用。chowky 覺得這個是最好的 Component，所以很開心呢～(終於找到個合用的）</p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2009/09/web2cal.png"><img class="alignnone size-medium wp-image-1294" title="web2cal" src="http://lab.chowky.com/wp-content/uploads/2009/09/web2cal-300x195.png" alt="web2cal" width="300" height="195" /></a><br />
Demo: <a href="http://www.web2cal.com/web-2-events-calendar/web-2-calendar-demo.html">http://www.web2cal.com/web-2-events-calendar/web-2-calendar-demo.html</a><br />
Source: <a href="http://www.web2cal.com/">http://www.web2cal.com/</a><br />
License:  Basic- free (required to link back every page to web2cal)<br />
Premium &#8211; Commercial</p>
<p><strong>4. MooMonth</strong></p>
<p>這個 calendar control 是基於MOOTOOL 來寫的。因為正在於early development stage 所以不建議用來做production 用途。</p>
<p>這是免費的。其實都外觀都不錯，而且又有簡單的效果。希望不隊將來會見到完成品。</p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2009/09/moocalendar1.png"><img class="alignnone size-medium wp-image-1291" title="moocalendar" src="http://lab.chowky.com/wp-content/uploads/2009/09/moocalendar1-300x183.png" alt="moocalendar" width="300" height="183" /></a></p>
<p>Source: <a href="http://code.google.com/p/moomonth/">http://code.google.com/p/moomonth/</a><br />
License: LGPL</p>
<p><!--more--></p>
<p><strong>5. Plans &#8211; A Good Web Calendar</strong></p>
<p>只有monthly view ，成熟程度不夠 （免費的就要求不要這麼高呢），（不過基本要的功能都有），好處是免費。</p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2009/09/Screen-shot-2009-09-04-at-12.46.44-AM.png"><img class="alignnone size-medium wp-image-1292" title="Screen shot 2009-09-04 at 12.46.44 AM" src="http://lab.chowky.com/wp-content/uploads/2009/09/Screen-shot-2009-09-04-at-12.46.44-AM-300x154.png" alt="Screen shot 2009-09-04 at 12.46.44 AM" width="300" height="154" /></a></p>
<p>Demo: <a href="http://www.planscalendar.com/demo/">http://www.planscalendar.com/demo/</a><br />
Source: <a href="http://www.planscalendar.com/">http://www.planscalendar.com/</a><br />
License: License Free</p>
<p><strong>6. JCalendar</strong></p>
<p>這個calendar 是基於主流的jquery而做的。In Early Development Stage ，production 就不要用。雖然demo 比較簡單，但其實利用CSS 的話，這個calendar 都可以包裝的不錯呢。</p>
<p>這是MIT license 。完全opensource。</p>
<p>只得monthly view ，而且功能上不夠，簡單的view 就應該無問題，其他的就&#8230;..</p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2009/09/jcalendar.png"><img class="alignnone size-medium wp-image-1293" title="jcalendar" src="http://lab.chowky.com/wp-content/uploads/2009/09/jcalendar-300x190.png" alt="jcalendar" width="300" height="190" /></a></p>
<p>License: MIT<br />
Source: <a href="http://code.google.com/p/jmonthcalendar/">http://code.google.com/p/jmonthcalendar/</a></p>
<p><!--more--></p>
<p><strong>7. Full Calendar</strong></p>
<p>之前都<a href="http://lab.chowky.com/2009/05/jquery-full-calendar-with-drag-and-drop-function/">介紹</a>過。</p>
<p>這都是build  base on jquery。雖然只有monthly view，而功能上都無要收錢的大。但簡單的calendar function 都有齊，所以chowky 都prefer 這個。</p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2009/05/fullcalendar.png"><img class="alignnone size-medium wp-image-345" title="fullcalendar" src="http://lab.chowky.com/wp-content/uploads/2009/05/fullcalendar-300x254.png" alt="fullcalendar" width="300" height="254" /></a></p>
<p>Demo: <a href="http://arshaw.com/fullcalendar/">http://arshaw.com/fullcalendar/<br />
</a>Source: <a href="http://arshaw.com/fullcalendar/">http://arshaw.com/fullcalendar/</a></p>
<p>License: License Free</p>
<p><strong>8. jQuery Week Calendar</strong></p>
<p>差不多個個都是寫monthly view 的，這個就只做weekly view 的。如果只是要weekly 的，chowky 覺得這個雖然只得weekly view ，但成熟程度不會比收錢的commercial calendar control 差。而且是MIT license，所以chowky 覺得如果把Full Calendar + jQuery Week Calendar 一齊用的話，都應該不錯。</p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2009/09/Screen-shot-2009-09-04-at-1.17.27-AM.png"><img class="alignnone size-medium wp-image-1295" title="Screen shot 2009-09-04 at 1.17.27 AM" src="http://lab.chowky.com/wp-content/uploads/2009/09/Screen-shot-2009-09-04-at-1.17.27-AM-300x175.png" alt="Screen shot 2009-09-04 at 1.17.27 AM" width="300" height="175" /></a></p>
<p>License: MIT License<br />
Source: <a href="http://www.redredred.com.au/projects/jquery-week-calendar/">http://www.redredred.com.au/projects/jquery-week-calendar/</a></p>
<p>總結一下：</p>
<p>根據 chowky 所看過的不同calendar control ，最值得developer 採用的應該是web2cal。</p>
<p>如果不想 link back ／ 相簡單一點，Full Calendar + jQuery Week Calendar</p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1285" width="1" height="1" style="display: none;" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/09/javascript-ajax-outlook-like-calendar-components/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>[jQuery] 利用 jqeury 和 css 建立一個navigation menu</title>
		<link>http://lab.chowky.com/2009/08/jquery-animated-navigation-with-css-jquery/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jquery-animated-navigation-with-css-jquery</link>
		<comments>http://lab.chowky.com/2009/08/jquery-animated-navigation-with-css-jquery/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 11:04:37 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Jquery, Mootools]]></category>
		<category><![CDATA[Animated navigation]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=1010</guid>
		<description><![CDATA[Chowky 一向欣賞這位作者所做的simple and elegent 效果和教學。 只是簡單的4個steps 就可以做到以下的效果。 Step 1: HTML 都是利用ul 和li 1 2 3 4 5 6 7 8 &#60;ul id=&#34;topnav&#34;&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;Home&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;Services&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;Portfolio&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;Blog&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;About&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;Contact&#60;/a&#62;&#60;/li&#62; &#60;/ul&#62; Step 2. CSS 要留意的是，現在是還未add span 的，span 會在之後用jquery 加上去。 1 2 3 4 5 6 7 8 9 10 11 12 [...]]]></description>
			<content:encoded><![CDATA[<p>Chowky 一向欣賞這位作者所做的simple and elegent 效果和教學。</p>
<p>只是簡單的4個steps 就可以做到以下的效果。<br />
<a href="http://www.sohtanaka.com/web-design/examples/fancy-navigation/final.gif"></a></p>
<p>Step 1: HTML 都是利用ul 和li</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;topnav&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Home<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Services<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Portfolio<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Blog<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>About<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Contact<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span></pre></td></tr></table></div>

<p>Step 2. CSS<br />
要留意的是，現在是還未add span 的，span 會在之後用jquery 加上去。<br />
<img src="http://www.sohtanaka.com/web-design/examples/fancy-navigation/preview_2.gif" alt="" /></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">ul<span style="color: #cc00cc;">#topnav</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.1em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
ul<span style="color: #cc00cc;">#topnav</span> li<span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>  <span style="color: #808080; font-style: italic;">/*--Important - Masking out the hover state by default--*/</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">40px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
ul<span style="color: #cc00cc;">#topnav</span> a<span style="color: #00AA00;">,</span> ul<span style="color: #cc00cc;">#topnav</span> span <span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/*--The &lt;a&gt; and &lt;span&gt; share the same properties since the &lt;span&gt;  will be a duplicate of the &lt;a&gt; tag--*/</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">a_bg.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">repeat-x</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">text-transform</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">uppercase</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">both</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/*--Vertical alignment of text--*/</span>
<span style="color: #00AA00;">&#125;</span>
ul<span style="color: #cc00cc;">#topnav</span> a<span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/*--This is basically the hover state of navigation--*/</span>
	<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#555</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
ul<span style="color: #cc00cc;">#topnav</span> span<span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/*--Default state of navigation--*/</span>
	<span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>Step 3. 利用jquery製造的animation effect</p>
<p>  a). embed jquery 的library</p>
<p>  b). 利用jqeury 去製造animation，shift image -40px pixel向上。 </p>
<p><img src="http://www.sohtanaka.com/web-design/examples/fancy-navigation/preview3.gif" alt="" /></p>

<div class="wp_syntax"><div class="code"><pre class="1" style="font-family:monospace;">$(document).ready(function() {
&nbsp;
	$(&quot;#topnav li&quot;).prepend(&quot;&lt;span&gt;&lt;/span&gt;&quot;); //Throws an empty span tag right before the a tag
&nbsp;
	$(&quot;#topnav li&quot;).each(function() { //For each list item...
		var linkText = $(this).find(&quot;a&quot;).html(); //Find the text inside of the &lt;a&gt; tag
		$(this).find(&quot;span&quot;).show().html(linkText); //Add the text in the &lt;span&gt; tag
	}); 
&nbsp;
	$(&quot;#topnav li&quot;).hover(function() {	//On hover...
		$(this).find(&quot;span&quot;).stop().animate({
			marginTop: &quot;-40&quot; //Find the &lt;span&gt; tag and move it up 40 pixels
		}, 250);
	} , function() { //On hover out...
		$(this).find(&quot;span&quot;).stop().animate({
			marginTop: &quot;0&quot;  //Move the &lt;span&gt; back to its original state (0px)
		}, 250);
	});
&nbsp;
});</pre></div></div>

<p>Source: <a href="http://www.sohtanaka.com/web-design/animate-navigation-with-css-jquery/">http://www.sohtanaka.com/web-design/animate-navigation-with-css-jquery/</a><br />
Demo: <a href="http://www.sohtanaka.com/web-design/examples/fancy-navigation/final.gif">http://www.sohtanaka.com/web-design/examples/fancy-navigation/</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1010" width="1" height="1" style="display: none;" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/08/jquery-animated-navigation-with-css-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[AIR] jQuery Browser</title>
		<link>http://lab.chowky.com/2009/07/air-jquery-browser/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=air-jquery-browser</link>
		<comments>http://lab.chowky.com/2009/07/air-jquery-browser/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 13:26:22 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Jquery, Mootools]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[api browser]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=957</guid>
		<description><![CDATA[又一個新的air application。 jQuery 都採用air來implement這個api browser。 可見，外國的對air的接受性真係比想像中好。 反之，silverlight用的人真的太少，即使有多好的技術（何況完全不好！！），若無人使用的話（所指的是developer），最終都是等淘汰。 由另一角度看，developer寫一次（flex），差不多就可以使用在兩個平台web和air，雖然silverlight都有差不多的技術，developer想法是，flash　player有９成多的 penetration，developer無理由捨易取難，開發一個penetration　rate　不明的新technology，加上所做到的東西和air／flex的是差不多。 而且developer是人，所以有喜好，有很多developer都不喜歡ms。因為ms的做事方法不好（有什麼不好就不多說）。 Source: http://api.jquery.com/]]></description>
			<content:encoded><![CDATA[<p>又一個新的air application。</p>
<p>jQuery 都採用air來implement這個api browser。</p>
<p>可見，外國的對air的接受性真係比想像中好。<br />
<a href="http://lab.chowky.com/wp-content/uploads/2009/07/pic1.png"><img class="alignnone size-medium wp-image-958" title="pic1" src="http://lab.chowky.com/wp-content/uploads/2009/07/pic1-300x144.png" alt="pic1" width="300" height="144" /></a><br />
<span id="more-957"></span></p>
<p>反之，silverlight用的人真的太少，即使有多好的技術（何況完全不好！！），若無人使用的話（所指的是developer），最終都是等淘汰。</p>
<p>由另一角度看，developer寫一次（flex），差不多就可以使用在兩個平台web和air，雖然silverlight都有差不多的技術，developer想法是，flash　player有９成多的 penetration，developer無理由捨易取難，開發一個penetration　rate　不明的新technology，加上所做到的東西和air／flex的是差不多。</p>
<p>而且developer是人，所以有喜好，有很多developer都不喜歡ms。因為ms的做事方法不好（有什麼不好就不多說）。</p>
<p>Source: <a href="http://api.jquery.com/">http://api.jquery.com/</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=957" width="1" height="1" style="display: none;" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/07/air-jquery-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[jQuery] Image Flip 為圖片加上倒影和動畫效果</title>
		<link>http://lab.chowky.com/2009/06/jquery-image-flip-%e7%82%ba%e5%9c%96%e7%89%87%e5%8a%a0%e4%b8%8a%e5%80%92%e5%bd%b1%e5%92%8c%e5%8b%95%e7%95%ab%e6%95%88%e6%9e%9c/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jquery-image-flip-%25e7%2582%25ba%25e5%259c%2596%25e7%2589%2587%25e5%258a%25a0%25e4%25b8%258a%25e5%2580%2592%25e5%25bd%25b1%25e5%2592%258c%25e5%258b%2595%25e7%2595%25ab%25e6%2595%2588%25e6%259e%259c</link>
		<comments>http://lab.chowky.com/2009/06/jquery-image-flip-%e7%82%ba%e5%9c%96%e7%89%87%e5%8a%a0%e4%b8%8a%e5%80%92%e5%bd%b1%e5%92%8c%e5%8b%95%e7%95%ab%e6%95%88%e6%9e%9c/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 16:15:40 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Jquery, Mootools]]></category>
		<category><![CDATA[image flip]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[倒影效果]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=745</guid>
		<description><![CDATA[這幾天，真是太忙，是經濟轉好的signal? 希望快點轉好。(chowky 持有很多股票&#8230;.哈)~ 回歸主題。 可以選擇horizontal 和vertical flip，而且reflection 效果都可以turn off. 加入website 之中，立即可以提昇水準。(哈 chowky 一向不相信即時見效的東西) License:  License Free Demo: http://webmuch.com/demos/image_flip_demo/flip.html Source: http://webmuch.com/image-flip-using-jquery/]]></description>
			<content:encoded><![CDATA[<p>這幾天，真是太忙，是經濟轉好的signal?</p>
<p>希望快點轉好。(chowky 持有很多股票&#8230;.哈)~</p>
<p>回歸主題。</p>
<p>可以選擇horizontal 和vertical flip，而且reflection 效果都可以turn off.</p>
<p>加入website 之中，立即可以提昇水準。(哈 chowky 一向不相信即時見效的東西)</p>
<p><img class="alignnone size-full wp-image-751" title="imageflip" src="http://lab.chowky.com/wp-content/uploads/2009/06/imageflip.JPG" alt="imageflip" width="468" height="507" /></p>
<p>License:  License Free</p>
<p>Demo: <a href="http://webmuch.com/demos/image_flip_demo/flip.html">http://webmuch.com/demos/image_flip_demo/flip.html</a></p>
<p>Source: <a href="http://webmuch.com/image-flip-using-jquery/">http://webmuch.com/image-flip-using-jquery/</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=745" width="1" height="1" style="display: none;" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/06/jquery-image-flip-%e7%82%ba%e5%9c%96%e7%89%87%e5%8a%a0%e4%b8%8a%e5%80%92%e5%bd%b1%e5%92%8c%e5%8b%95%e7%95%ab%e6%95%88%e6%9e%9c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[jQuery] 利用jquery 指定print area</title>
		<link>http://lab.chowky.com/2009/05/jquery-%e5%88%a9%e7%94%a8jquery-%e6%8c%87%e5%ae%9aprint-area/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jquery-%25e5%2588%25a9%25e7%2594%25a8jquery-%25e6%258c%2587%25e5%25ae%259aprint-area</link>
		<comments>http://lab.chowky.com/2009/05/jquery-%e5%88%a9%e7%94%a8jquery-%e6%8c%87%e5%ae%9aprint-area/#comments</comments>
		<pubDate>Fri, 22 May 2009 05:01:28 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Jquery, Mootools]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Print Part Of A Web Page]]></category>
		<category><![CDATA[指定 print area]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=535</guid>
		<description><![CDATA[Chowky 認為這個教學非常有用，因為可以指定要print 的area，不用整個screen print 出來，可以save 不少paper。 而且是利用jquery create iframe on the fly，所以應該不會因為iframe 而影響web page。 以後就可以指定print 指定的content Source: http://www.bennadel.com/index.cfm?dax=blog:1591.view Supported Browser: FireFox, IE 7, Safari, Chrome]]></description>
			<content:encoded><![CDATA[<p>Chowky 認為這個教學非常有用，因為可以指定要print 的area，不用整個screen print 出來，可以save 不少paper。</p>
<p>而且是利用jquery create iframe on the fly，所以應該不會因為iframe 而影響web page。</p>
<p>以後就可以指定print 指定的content</p>
<p>Source: <a href="http://www.bennadel.com/index.cfm?dax=blog:1591.view">http://www.bennadel.com/index.cfm?dax=blog:1591.view</a></p>
<p>Supported Browser: FireFox, IE 7, Safari, Chrome</p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=535" width="1" height="1" style="display: none;" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/05/jquery-%e5%88%a9%e7%94%a8jquery-%e6%8c%87%e5%ae%9aprint-area/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[jQuery] 折角/捲曲效果，peeling effect</title>
		<link>http://lab.chowky.com/2009/05/jquery-%e6%8a%98%e8%a7%92%e6%8d%b2%e6%9b%b2%e6%95%88%e6%9e%9c%ef%bc%8cpeeling-effect/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jquery-%25e6%258a%2598%25e8%25a7%2592%25e6%258d%25b2%25e6%259b%25b2%25e6%2595%2588%25e6%259e%259c%25ef%25bc%258cpeeling-effect</link>
		<comments>http://lab.chowky.com/2009/05/jquery-%e6%8a%98%e8%a7%92%e6%8d%b2%e6%9b%b2%e6%95%88%e6%9e%9c%ef%bc%8cpeeling-effect/#comments</comments>
		<pubDate>Wed, 13 May 2009 17:35:41 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Jquery, Mootools]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[peeling]]></category>
		<category><![CDATA[折角]]></category>
		<category><![CDATA[捲曲]]></category>
		<category><![CDATA[效果]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=462</guid>
		<description><![CDATA[chowky 認為這個效果可塑性非常大，用途很廣泛，而且是利用jquery造出來的~ 效果不錯。 Demo: http://www.sohtanaka.com/web-design/examples/peeling-effect/ Source:http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css/ License: MIT 另外還有一個類似的，效果上的分別是要自己用mouse drag來掀起。 正常的，當然是用click to open。之不過，有很多時候玩玩亦無妨。 Demo: http://www.elliottkember.com/sexy_curls.html License: MIT]]></description>
			<content:encoded><![CDATA[<p>chowky 認為這個效果可塑性非常大，用途很廣泛，而且是利用jquery造出來的~</p>
<p>效果不錯。</p>
<p><img class="alignnone size-full wp-image-464" title="sample1" src="http://lab.chowky.com/wp-content/uploads/2009/05/sample1.jpg" alt="sample1" width="489" height="170" /></p>
<p><span id="more-462"></span><img class="alignnone size-full wp-image-465" title="sample2" src="http://lab.chowky.com/wp-content/uploads/2009/05/sample2.jpg" alt="sample2" width="486" height="338" /></p>
<p>Demo: <a href="http://www.sohtanaka.com/web-design/examples/peeling-effect/">http://www.sohtanaka.com/web-design/examples/peeling-effect/</a></p>
<p>Source:<a href="http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css/">http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css/</a></p>
<p>License: MIT</p>
<p>另外還有一個類似的，效果上的分別是要自己用mouse drag來掀起。</p>
<p>正常的，當然是用click to open。之不過，有很多時候玩玩亦無妨。</p>
<p><img class="alignnone size-medium wp-image-466" title="peeloff" src="http://lab.chowky.com/wp-content/uploads/2009/05/peeloff-300x182.jpg" alt="peeloff" width="300" height="182" /></p>
<p>Demo: <a href="http://www.elliottkember.com/sexy_curls.html">http://www.elliottkember.com/sexy_curls.html</a></p>
<p>License: MIT</p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=462" width="1" height="1" style="display: none;" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/05/jquery-%e6%8a%98%e8%a7%92%e6%8d%b2%e6%9b%b2%e6%95%88%e6%9e%9c%ef%bc%8cpeeling-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[jQuery] Create an Image Rotator with Description (CSS/jQuery)</title>
		<link>http://lab.chowky.com/2009/05/jquery-create-an-image-rotator-with-description-cssjquery/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jquery-create-an-image-rotator-with-description-cssjquery</link>
		<comments>http://lab.chowky.com/2009/05/jquery-create-an-image-rotator-with-description-cssjquery/#comments</comments>
		<pubDate>Thu, 07 May 2009 16:43:42 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Jquery, Mootools]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[image rotator]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[with preview]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=423</guid>
		<description><![CDATA[Update: 原文中新增了fade out / fade in effect. 這個image rotator，有description ，而且可以hide，effect 簡潔。 不錯，可惜load image 的時候沒有 loader image ，令人不知道是loading new image. 圖本身都是很有內容的。chowky 這方面就真是比不上啦 License: License Free Source: http://designm.ag/tutorials/image-rotator-css-jquery/ Demo: http://www.sohtanaka.com/web-design/examples/image-rotator/]]></description>
			<content:encoded><![CDATA[<p>Update: 原文中新增了fade out / fade in effect.</p>
<p>這個image rotator，有description ，而且可以hide，effect 簡潔。</p>
<p>不錯，可惜load image 的時候沒有 loader image ，令人不知道是loading new image.</p>
<p><img class="alignnone size-medium wp-image-425" title="imagerotator1" src="http://lab.chowky.com/wp-content/uploads/2009/05/imagerotator1-300x180.jpg" alt="imagerotator1" width="300" height="180" /></p>
<p><span id="more-423"></span></p>
<p><img class="alignnone size-medium wp-image-424" title="imagerotator" src="http://lab.chowky.com/wp-content/uploads/2009/05/imagerotator-300x183.jpg" alt="imagerotator" width="300" height="183" /></p>
<p>圖本身都是很有內容的。chowky 這方面就真是比不上啦</p>
<p>License: License Free</p>
<p>Source: <a href="http://designm.ag/tutorials/image-rotator-css-jquery/">http://designm.ag/tutorials/image-rotator-css-jquery/</a></p>
<p>Demo: <a href="http://www.sohtanaka.com/web-design/examples/image-rotator/">http://www.sohtanaka.com/web-design/examples/image-rotator/</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=423" width="1" height="1" style="display: none;" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/05/jquery-create-an-image-rotator-with-description-cssjquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
