<?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; Utilities</title>
	<atom:link href="http://lab.chowky.com/category/utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://lab.chowky.com</link>
	<description>分享ＩＴ技術</description>
	<lastBuildDate>Sun, 01 Jan 2012 06:13:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[HTML] Generate Styled HTML Table</title>
		<link>http://lab.chowky.com/2012/01/html-generate-styled-html-table/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=html-generate-styled-html-table</link>
		<comments>http://lab.chowky.com/2012/01/html-generate-styled-html-table/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 06:13:57 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=2332</guid>
		<description><![CDATA[如果要自己整一個比較的table 當然不困難，最難的地方是要做CSS styling. CHWOKY 在找東西的時間，找到了一個免費的 generate styled html table: Compare Ninja 如果要做static 的product comparison 就當然一下子就做完了呢~ Referecne: http://www.compareninja.com/index.php]]></description>
			<content:encoded><![CDATA[<p>如果要自己整一個比較的table 當然不困難，最難的地方是要做CSS styling.</p>
<p>CHWOKY 在找東西的時間，找到了一個免費的 generate styled html table: Compare Ninja</p>
<p>如果要做static 的product comparison 就當然一下子就做完了呢~</p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2012/01/slider-tables.png"><img src="http://lab.chowky.com/wp-content/uploads/2012/01/slider-tables-300x181.png" alt="" title="slider-tables" width="300" height="181" class="alignnone size-medium wp-image-2333" /></a></p>
<p>Referecne: <a href="http://www.compareninja.com/index.php">http://www.compareninja.com/index.php</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2332" width="1" height="1" style="display: none;" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flab.chowky.com%2F2012%2F01%2Fhtml-generate-styled-html-table%2F&amp;title=%5BHTML%5D%20Generate%20Styled%20HTML%20Table" id="wpa2a_2"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2012/01/html-generate-styled-html-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Flex] Flex 4 DataGroup</title>
		<link>http://lab.chowky.com/2010/04/flex-flex-4-datagroup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flex-flex-4-datagroup</link>
		<comments>http://lab.chowky.com/2010/04/flex-flex-4-datagroup/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 13:30:50 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[datagroup]]></category>
		<category><![CDATA[FLEX]]></category>
		<category><![CDATA[repeater. flex 4]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=2006</guid>
		<description><![CDATA[Flex 3 大家都有用的一個component 都應該是repeater. 但到了flex 4 之後，就改為datagroup。 不過其實用法就無改變呢～ 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 &#160; &#60;s:Application xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34; xmlns:mx=&#34;library://ns.adobe.com/flex/mx&#34; width=&#34;500&#34; height=&#34;200&#34; initialize=&#34;init()&#34; viewSourceURL=&#34;srcview/index.html&#34;&#62; &#160; &#60;fx:Script&#62; &#60;!&#91;CDATA&#91; import mx.collections.ArrayCollection; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Flex 3 大家都有用的一個component 都應該是repeater.</p>
<p>但到了flex 4 之後，就改為datagroup。</p>
<p>不過其實用法就無改變呢～</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
</pre></td><td class="code"><pre class="actionscript3" style="font-family:monospace;">&nbsp;
<span style="color: #000066; font-weight: bold;">&lt;</span>s<span style="color: #000066; font-weight: bold;">:</span>Application xmlns<span style="color: #000066; font-weight: bold;">:</span>fx=<span style="color: #990000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span> 
               xmlns<span style="color: #000066; font-weight: bold;">:</span>s=<span style="color: #990000;">&quot;library://ns.adobe.com/flex/spark&quot;</span> 
               xmlns<span style="color: #000066; font-weight: bold;">:</span>mx=<span style="color: #990000;">&quot;library://ns.adobe.com/flex/mx&quot;</span> <span style="color: #004993;">width</span>=<span style="color: #990000;">&quot;500&quot;</span> <span style="color: #004993;">height</span>=<span style="color: #990000;">&quot;200&quot;</span> initialize=<span style="color: #990000;">&quot;init()&quot;</span> viewSourceURL=<span style="color: #990000;">&quot;srcview/index.html&quot;</span><span style="color: #000066; font-weight: bold;">&gt;</span>
&nbsp;
    <span style="color: #000066; font-weight: bold;">&lt;</span>fx<span style="color: #000066; font-weight: bold;">:</span>Script<span style="color: #000066; font-weight: bold;">&gt;</span>
        <span style="color: #000066; font-weight: bold;">&lt;!</span><span style="color: #000000;">&#91;</span>CDATA<span style="color: #000000;">&#91;</span>
            <span style="color: #0033ff; font-weight: bold;">import</span> mx<span style="color: #000066; font-weight: bold;">.</span>collections<span style="color: #000066; font-weight: bold;">.</span>ArrayCollection<span style="color: #000066; font-weight: bold;">;</span>
&nbsp;
            <span style="color: #000000;">&#91;</span>Bindable<span style="color: #000000;">&#93;</span> <span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #6699cc; font-weight: bold;">var</span> productData<span style="color: #000066; font-weight: bold;">:</span>ArrayCollection<span style="color: #000066; font-weight: bold;">;</span>
&nbsp;
            <span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #339966; font-weight: bold;">function</span> <span style="color: #004993;">init</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span> <span style="color: #000000;">&#123;</span>
&nbsp;
                productData = <span style="color: #0033ff; font-weight: bold;">new</span> ArrayCollection<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
                productData<span style="color: #000066; font-weight: bold;">.</span>addItem<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#123;</span><span style="color: #990000;">&quot;name&quot;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #990000;">&quot;Chocolate&quot;</span><span style="color: #000066; font-weight: bold;">,</span><span style="color: #990000;">&quot;price&quot;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #990000;">&quot;3&quot;</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
                productData<span style="color: #000066; font-weight: bold;">.</span>addItem<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#123;</span><span style="color: #990000;">&quot;name&quot;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #990000;">&quot;Beer&quot;</span><span style="color: #000066; font-weight: bold;">,</span><span style="color: #990000;">&quot;price&quot;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #990000;">&quot;5&quot;</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
                productData<span style="color: #000066; font-weight: bold;">.</span>addItem<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#123;</span><span style="color: #990000;">&quot;name&quot;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #990000;">&quot;Candy&quot;</span><span style="color: #000066; font-weight: bold;">,</span><span style="color: #990000;">&quot;price&quot;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #990000;">&quot;2&quot;</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>              
            <span style="color: #000000;">&#125;</span>
&nbsp;
        <span style="color: #000000;">&#93;</span><span style="color: #000000;">&#93;</span><span style="color: #000066; font-weight: bold;">&gt;</span>
    <span style="color: #000066; font-weight: bold;">&lt;/</span>fx<span style="color: #000066; font-weight: bold;">:</span>Script<span style="color: #000066; font-weight: bold;">&gt;</span>
&nbsp;
    <span style="color: #000066; font-weight: bold;">&lt;</span>fx<span style="color: #000066; font-weight: bold;">:</span>Declarations<span style="color: #000066; font-weight: bold;">&gt;</span>
        <span style="color: #000066; font-weight: bold;">&lt;</span>
    <span style="color: #000066; font-weight: bold;">&lt;/</span>fx<span style="color: #000066; font-weight: bold;">:</span>Declarations<span style="color: #000066; font-weight: bold;">&gt;</span>
&nbsp;
    <span style="color: #000066; font-weight: bold;">&lt;</span>s<span style="color: #000066; font-weight: bold;">:</span>DataGroup itemRenderer=<span style="color: #990000;">&quot;ProductsRenderer&quot;</span> dataProvider=<span style="color: #990000;">&quot;{productData}&quot;</span> rollOverColor=<span style="color: #990000;">&quot;0xFFCC00&quot;</span><span style="color: #000066; font-weight: bold;">&gt;</span>
        <span style="color: #000066; font-weight: bold;">&lt;</span>s<span style="color: #000066; font-weight: bold;">:</span>layout<span style="color: #000066; font-weight: bold;">&gt;</span>
            <span style="color: #000066; font-weight: bold;">&lt;</span>s<span style="color: #000066; font-weight: bold;">:</span>VerticalLayout horizontalAlign=<span style="color: #990000;">&quot;center&quot;</span><span style="color: #000066; font-weight: bold;">/&gt;</span>
        <span style="color: #000066; font-weight: bold;">&lt;/</span>s<span style="color: #000066; font-weight: bold;">:</span>layout<span style="color: #000066; font-weight: bold;">&gt;</span>     
    <span style="color: #000066; font-weight: bold;">&lt;/</span>s<span style="color: #000066; font-weight: bold;">:</span>DataGroup<span style="color: #000066; font-weight: bold;">&gt;</span>
<span style="color: #000066; font-weight: bold;">&lt;/</span>s<span style="color: #000066; font-weight: bold;">:</span>Application<span style="color: #000066; font-weight: bold;">&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
</pre></td><td class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">&lt;</span>s<span style="color: #000066; font-weight: bold;">:</span>ItemRenderer xmlns<span style="color: #000066; font-weight: bold;">:</span>fx=<span style="color: #990000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span> 
                xmlns<span style="color: #000066; font-weight: bold;">:</span>s=<span style="color: #990000;">&quot;library://ns.adobe.com/flex/spark&quot;</span> 
                xmlns<span style="color: #000066; font-weight: bold;">:</span>mx=<span style="color: #990000;">&quot;library://ns.adobe.com/flex/mx&quot;</span> 
                autoDrawBackground=<span style="color: #990000;">&quot;true&quot;</span><span style="color: #000066; font-weight: bold;">&gt;</span>
    <span style="color: #000066; font-weight: bold;">&lt;</span>s<span style="color: #000066; font-weight: bold;">:</span>layout<span style="color: #000066; font-weight: bold;">&gt;</span>
        <span style="color: #000066; font-weight: bold;">&lt;</span>s<span style="color: #000066; font-weight: bold;">:</span>HorizontalLayout verticalAlign=<span style="color: #990000;">&quot;middle&quot;</span> <span style="color: #000066; font-weight: bold;">/&gt;</span>       
    <span style="color: #000066; font-weight: bold;">&lt;/</span>s<span style="color: #000066; font-weight: bold;">:</span>layout<span style="color: #000066; font-weight: bold;">&gt;</span>
    <span style="color: #000066; font-weight: bold;">&lt;</span>s<span style="color: #000066; font-weight: bold;">:</span>Label <span style="color: #004993;">text</span>=<span style="color: #990000;">&quot;{data.name}:&quot;</span> <span style="color: #004993;">width</span>=<span style="color: #990000;">&quot;100&quot;</span> fontWeight=<span style="color: #990000;">&quot;bold&quot;</span> <span style="color: #000066; font-weight: bold;">/&gt;</span>
    <span style="color: #000066; font-weight: bold;">&lt;</span>s<span style="color: #000066; font-weight: bold;">:</span>TextInput <span style="color: #004993;">text</span>=<span style="color: #990000;">&quot;${data.price}&quot;</span> <span style="color: #004993;">width</span>=<span style="color: #990000;">&quot;50&quot;</span> <span style="color: #000066; font-weight: bold;">/&gt;</span>
&nbsp;
<span style="color: #000066; font-weight: bold;">&lt;/</span>s<span style="color: #000066; font-weight: bold;">:</span>ItemRenderer<span style="color: #000066; font-weight: bold;">&gt;</span></pre></td></tr></table></div>

<p>Source: <a href="http://www.flex-blog.com/flex-4-flash-builder-4-repeater-changed-to-datagroup/">http://www.flex-blog.com/flex-4-flash-builder-4-repeater-changed-to-datagroup/</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=2006" width="1" height="1" style="display: none;" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flab.chowky.com%2F2010%2F04%2Fflex-flex-4-datagroup%2F&amp;title=%5BFlex%5D%20Flex%204%20DataGroup" id="wpa2a_4"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2010/04/flex-flex-4-datagroup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>免費的online pattern generator</title>
		<link>http://lab.chowky.com/2009/11/%e5%85%8d%e8%b2%bb%e7%9a%84online-pattern-generator/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%2585%258d%25e8%25b2%25bb%25e7%259a%2584online-pattern-generator</link>
		<comments>http://lab.chowky.com/2009/11/%e5%85%8d%e8%b2%bb%e7%9a%84online-pattern-generator/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 13:36:55 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[pattern generator]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=1569</guid>
		<description><![CDATA[只要upload 一張圖，再select 你想要用來做pattern 的area，repper 就會自動幫你generate 一個pattern 呢。 自己動手制作自已的background pattern. Source: http://repper.studioludens.com/#]]></description>
			<content:encoded><![CDATA[<p>只要upload 一張圖，再select 你想要用來做pattern 的area，repper 就會自動幫你generate 一個pattern 呢。</p>
<p>自己動手制作自已的background pattern. </p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2009/11/repper.png"><img src="http://lab.chowky.com/wp-content/uploads/2009/11/repper-300x221.png" alt="repper" title="repper" width="300" height="221" class="alignnone size-medium wp-image-1570" /></a></p>
<p>Source: <a href="http://repper.studioludens.com/#">http://repper.studioludens.com/#</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1569" width="1" height="1" style="display: none;" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flab.chowky.com%2F2009%2F11%2F%25e5%2585%258d%25e8%25b2%25bb%25e7%259a%2584online-pattern-generator%2F&amp;title=%E5%85%8D%E8%B2%BB%E7%9A%84online%20pattern%20generator" id="wpa2a_6"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/11/%e5%85%8d%e8%b2%bb%e7%9a%84online-pattern-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Map generation tool&#8230;為了方便和易記?</title>
		<link>http://lab.chowky.com/2009/11/google-map-generation-tool-%e7%82%ba%e4%ba%86%e6%96%b9%e4%be%bf%e5%92%8c%e6%98%93%e8%a8%98/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-map-generation-tool-%25e7%2582%25ba%25e4%25ba%2586%25e6%2596%25b9%25e4%25be%25bf%25e5%2592%258c%25e6%2598%2593%25e8%25a8%2598</link>
		<comments>http://lab.chowky.com/2009/11/google-map-generation-tool-%e7%82%ba%e4%ba%86%e6%96%b9%e4%be%bf%e5%92%8c%e6%98%93%e8%a8%98/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 03:46:02 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[google map]]></category>
		<category><![CDATA[xm.my]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=1533</guid>
		<description><![CDATA[這個工具都幾得意。它的用途是利用幫你generate google map&#8230;. 當然 這個動作google 都有已有提供，不過它save 出來的網址是比較易記得。 另外還會加個qr code 比你~~&#8230;.可以用手機來影&#8230;.前提是手機支援的話&#8230;&#8230;&#8230; Source: http://xm.my/kbMq]]></description>
			<content:encoded><![CDATA[<p>這個工具都幾得意。它的用途是利用幫你generate google map&#8230;.</p>
<p>當然 這個動作google 都有已有提供，不過它save 出來的網址是比較易記得。</p>
<p>另外還會加個qr code 比你~~&#8230;.可以用手機來影&#8230;.前提是手機支援的話&#8230;&#8230;&#8230;</p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2009/11/xm_my.PNG"><img class="alignnone size-full wp-image-1534" title="xm_my" src="http://lab.chowky.com/wp-content/uploads/2009/11/xm_my.PNG" alt="xm_my" width="603" height="433" /></a></p>
<p>Source: <a href="http://xm.my/kbMq">http://xm.my/kbMq</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1533" width="1" height="1" style="display: none;" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flab.chowky.com%2F2009%2F11%2Fgoogle-map-generation-tool-%25e7%2582%25ba%25e4%25ba%2586%25e6%2596%25b9%25e4%25be%25bf%25e5%2592%258c%25e6%2598%2593%25e8%25a8%2598%2F&amp;title=Google%20Map%20generation%20tool%26%238230%3B%E7%82%BA%E4%BA%86%E6%96%B9%E4%BE%BF%E5%92%8C%E6%98%93%E8%A8%98%3F" id="wpa2a_8"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/11/google-map-generation-tool-%e7%82%ba%e4%ba%86%e6%96%b9%e4%be%bf%e5%92%8c%e6%98%93%e8%a8%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics 的朋友?對手? Yahoo Web Analytics</title>
		<link>http://lab.chowky.com/2009/09/google-analytics-%e7%9a%84%e6%9c%8b%e5%8f%8b%e5%b0%8d%e6%89%8b-yahoo-web-analytics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-analytics-%25e7%259a%2584%25e6%259c%258b%25e5%258f%258b%25e5%25b0%258d%25e6%2589%258b-yahoo-web-analytics</link>
		<comments>http://lab.chowky.com/2009/09/google-analytics-%e7%9a%84%e6%9c%8b%e5%8f%8b%e5%b0%8d%e6%89%8b-yahoo-web-analytics/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 09:57:18 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[yahoo web analytics]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=1333</guid>
		<description><![CDATA[正當大部份的website 都已經利用了google analytics 這個強大的分析功能，而最重要的是完全免費的。 Yahoo 就推出一個web analytics，功能上其實差不多，不過charting 方面，yahoo 的玩法是可以自己drag and drop 去define 自己想要的reporting custom reporting 應該是最大的賣點呢~ 看上去都是一個不錯的choice.~ Chowky 覺得好奇怪，為何會有age group, gender 的資料? 太奇怪了。 Visitor Demographics Reports &#8211; NEW FEATURE Better understand who your customers are and how to better align your marketing with your desired audience. The Demographic reports and dashboard provide an aggregated snapshot [...]]]></description>
			<content:encoded><![CDATA[<p>正當大部份的website 都已經利用了google analytics 這個強大的分析功能，而最重要的是完全免費的。</p>
<p><img src="http://lab.chowky.com/wp-content/uploads/2009/09/yahoowebanalytics-300x182.PNG" alt="yahoowebanalytics" title="yahoowebanalytics" width="300" height="182" class="alignnone size-medium wp-image-1334" /></a></p>
<p>Yahoo 就推出一個web analytics，功能上其實差不多，不過charting 方面，yahoo 的玩法是可以自己drag and drop 去define 自己想要的reporting</p>
<p>custom reporting 應該是最大的賣點呢~</p>
<p>看上去都是一個不錯的choice.~</p>
<p>Chowky 覺得好奇怪，為何會有age group, gender 的資料? 太奇怪了。</p>
<blockquote><p>Visitor Demographics Reports &#8211; NEW FEATURE<br />
<span id="more-1333"></span><br />
Better understand who your customers are and how to better align your marketing with your desired audience.<br />
The Demographic reports and dashboard provide an aggregated snapshot of the age groups, gender, and age-gender cross-tabulations of customers from each of your traffic channels. These dashboards help you picture your visitors as people rather than just a series of clicks.<br />
Age and gender can also be used as dimensions for filtering and segmenting data. For instance, it may be interesting to see what age and gender your campaigns are reaching, how audiences differ from channel to channel, and who your audience is for each of your products.<br />
Demographic information can be used to create more targeted campaigns, or to find high performing audiences in new channels.
</p></blockquote>
<p>當然如果flash 方面的integration 未做好的話，chowky 都是會stick with google analytics 先。</p>
<p><img src="http://l.yimg.com/a/i/us/webanalytics/images/ywa-v95-1-large.gif" alt="" /></p>
<p>Source: <a href="http://web.analytics.yahoo.com/">http://web.analytics.yahoo.com/</a><br />
<a href="http://lab.chowky.com/wp-content/uploads/2009/09/yahoowebanalytics.PNG"></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1333" width="1" height="1" style="display: none;" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flab.chowky.com%2F2009%2F09%2Fgoogle-analytics-%25e7%259a%2584%25e6%259c%258b%25e5%258f%258b%25e5%25b0%258d%25e6%2589%258b-yahoo-web-analytics%2F&amp;title=Google%20Analytics%20%E7%9A%84%E6%9C%8B%E5%8F%8B%3F%E5%B0%8D%E6%89%8B%3F%20Yahoo%20Web%20Analytics" id="wpa2a_10"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/09/google-analytics-%e7%9a%84%e6%9c%8b%e5%8f%8b%e5%b0%8d%e6%89%8b-yahoo-web-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DimDim 一套為中小企而設的 Web Conferencing Software</title>
		<link>http://lab.chowky.com/2009/09/dimdim-%e4%b8%80%e5%a5%97%e7%82%ba%e4%b8%ad%e5%b0%8f%e4%bc%81%e8%80%8c%e8%a8%ad%e7%9a%84-web-conferencing-software/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dimdim-%25e4%25b8%2580%25e5%25a5%2597%25e7%2582%25ba%25e4%25b8%25ad%25e5%25b0%258f%25e4%25bc%2581%25e8%2580%258c%25e8%25a8%25ad%25e7%259a%2584-web-conferencing-software</link>
		<comments>http://lab.chowky.com/2009/09/dimdim-%e4%b8%80%e5%a5%97%e7%82%ba%e4%b8%ad%e5%b0%8f%e4%bc%81%e8%80%8c%e8%a8%ad%e7%9a%84-web-conferencing-software/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:22:43 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[dimdim]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[video conferencing]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=1310</guid>
		<description><![CDATA[這是一個  virtual classroom, webminar, and video conferencing software。 這個software 全部是利用了opensource technology 而寫成的，產品是 thin client （哈．．layman 點， web technology with no plugin need to be installed) 其實 這個SOFTWARE 用來開會應該很好。～ License: Pro version: Commercial License Free version: &#60;20 People Opensource version: 要自己set server&#8230;(opensource technology 一向以來都是比較難set 的） Source http://www.dimdim.com/]]></description>
			<content:encoded><![CDATA[<p>這是一個  virtual classroom, webminar, and video conferencing software。</p>
<p>這個software 全部是利用了opensource technology 而寫成的，產品是 thin client （哈．．layman 點， web technology with no plugin need to be installed)</p>
<p>其實 這個SOFTWARE 用來開會應該很好。～</p>
<p>License: Pro version: Commercial License</p>
<p>Free version: &lt;20 People</p>
<p>Opensource version: 要自己set server&#8230;(opensource technology 一向以來都是比較難set 的）</p>
<p>Source <a href="http://www.dimdim.com/">http://www.dimdim.com/</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1310" width="1" height="1" style="display: none;" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flab.chowky.com%2F2009%2F09%2Fdimdim-%25e4%25b8%2580%25e5%25a5%2597%25e7%2582%25ba%25e4%25b8%25ad%25e5%25b0%258f%25e4%25bc%2581%25e8%2580%258c%25e8%25a8%25ad%25e7%259a%2584-web-conferencing-software%2F&amp;title=DimDim%20%E4%B8%80%E5%A5%97%E7%82%BA%E4%B8%AD%E5%B0%8F%E4%BC%81%E8%80%8C%E8%A8%AD%E7%9A%84%20Web%20Conferencing%20Software" id="wpa2a_12"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/09/dimdim-%e4%b8%80%e5%a5%97%e7%82%ba%e4%b8%ad%e5%b0%8f%e4%bc%81%e8%80%8c%e8%a8%ad%e7%9a%84-web-conferencing-software/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash Media Server Opensource Alternative</title>
		<link>http://lab.chowky.com/2009/08/flash-media-server-opensource-alternative/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flash-media-server-opensource-alternative</link>
		<comments>http://lab.chowky.com/2009/08/flash-media-server-opensource-alternative/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 16:13:17 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FLEX]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[flash media server]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[video streaming]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=1186</guid>
		<description><![CDATA[當然的是，flash　media　server　（fms）　performance，format　support，reliablity都然會比較好。 但若果沒有錢的話（無錢就唔好做la！！），chowky　做得IT 的解決方案，當然要找其他可行的方法。（正路行不到，唯有繞道） Red5 是一個 opensource 利用了 java　寫成的。可以透過apache　tomcat　（其實只要deploy到.war file的application　server　就可以了）來achieve　video／audio　streaming。 想買得fms的，當然是指video streaming，不過除了 streaming 之外還可以做到 Streaming Audio/Video (FLV, h264, AAC, and MP3) Recording Client Streams (FLV only) Shared Objects Live Stream Publishing Remoting (AMF) chowky對於，streaming、recording　client　stream、live　stream　publishing　有興趣得多。 換言之，可以做到streaming　（廢話），live　broadcast，video　conferencing&#8230; 因blazeDS是可以做到shared　objects、amf。所以沒什麼吸引的地方。 不過都搞了一整天，始終少接觸 tomcat。 造出來的 performance　比想像中好。而且client　side　上完全等同 fms 的編程方式，非常好，這是大家所指的scalability，當個red5　不能負苛的時候　（意即成功了之後），就可以升做flash　media　server　（到時幾千us　dollar　都不成問題了吧）。 License: LGPL License (OSI Approved) Project Home Page: http://osflash.org/red5]]></description>
			<content:encoded><![CDATA[<p>當然的是，flash　media　server　（fms）　performance，format　support，reliablity都然會比較好。</p>
<p>但若果沒有錢的話（無錢就唔好做la！！），chowky　做得IT 的解決方案，當然要找其他可行的方法。（正路行不到，唯有繞道）</p>
<p>Red5 是一個 opensource 利用了 java　寫成的。可以透過apache　tomcat　（其實只要deploy到.war file的application　server　就可以了）來achieve　video／audio　streaming。<br />
<img src="http://osflash.org/lib/exe/fetch.php?cache=cache&#038;media=http%3A%2F%2Fwww.acmewebworks.com%2Fred5%2Fimages%2FFinalLogo.png" alt="red5_logo" /><br />
<span id="more-1186"></span><br />
想買得fms的，當然是指video streaming，不過除了 streaming 之外還可以做到</p>
<blockquote><p>Streaming Audio/Video (FLV, h264, AAC, and MP3)<br />
Recording Client Streams (FLV only)<br />
Shared Objects<br />
Live Stream Publishing<br />
Remoting (AMF)</p></blockquote>
<p>chowky對於，streaming、recording　client　stream、live　stream　publishing　有興趣得多。<br />
換言之，可以做到streaming　（廢話），live　broadcast，video　conferencing&#8230;</p>
<p>因blazeDS是可以做到shared　objects、amf。所以沒什麼吸引的地方。</p>
<p>不過都搞了一整天，始終少接觸 tomcat。</p>
<p>造出來的 performance　比想像中好。而且client　side　上完全等同 fms 的編程方式，非常好，這是大家所指的scalability，當個red5　不能負苛的時候　（意即成功了之後），就可以升做flash　media　server　（到時幾千us　dollar　都不成問題了吧）。</p>
<p>License: <a href="http://www.opensource.org/licenses/lgpl-license.php">LGPL License (OSI Approved)</a><br />
Project Home Page: <a href="http://osflash.org/red5">http://osflash.org/red5</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1186" width="1" height="1" style="display: none;" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flab.chowky.com%2F2009%2F08%2Fflash-media-server-opensource-alternative%2F&amp;title=Flash%20Media%20Server%20Opensource%20Alternative" id="wpa2a_14"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/08/flash-media-server-opensource-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 當作 CMS 使用</title>
		<link>http://lab.chowky.com/2009/08/wordpress-%e7%95%b6%e4%bd%9c-cms-%e4%bd%bf%e7%94%a8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-%25e7%2595%25b6%25e4%25bd%259c-cms-%25e4%25bd%25bf%25e7%2594%25a8</link>
		<comments>http://lab.chowky.com/2009/08/wordpress-%e7%95%b6%e4%bd%9c-cms-%e4%bd%bf%e7%94%a8/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 07:37:55 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pods]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=1161</guid>
		<description><![CDATA[IT 方面的應用，只有想不到，但沒有做不到的~ 正如，youtube 的用家都直接把自己的網頁放上去youtube 當然，wordpress 都不例外，直接把wordpress 當作cms，customize 不同papge 放的位置，這個plugin 叫做pods WordPress evolved. Pods is a CMS framework that lets you create, manage, and display your own content types. Don&#8217;t bother hacking blog posts into becoming something they&#8217;re not. With Pods, create entirely new data structures with only the fields you need. Like Drupal CCK, you [...]]]></description>
			<content:encoded><![CDATA[<p>IT 方面的應用，只有想不到，但沒有做不到的~</p>
<p>正如，youtube 的用家都直接把自己的<a href="http://lab.chowky.com/2009/08/把你的網頁放入-youtube/">網頁放上去youtube</a></p>
<p>當然，wordpress 都不例外，直接把wordpress 當作cms，customize 不同papge 放的位置，這個plugin 叫做<a href="http://pods.uproot.us/">pods</a></p>
<blockquote><p>WordPress evolved.<br />
Pods is a CMS framework that lets you create, manage, and display your own content types. Don&#8217;t bother hacking blog posts into becoming something they&#8217;re not. With Pods, create entirely new data structures with only the fields you need. Like Drupal CCK, you can set up relationships, allowing for a whole new level of interconnectedness.</p></blockquote>
<p>再看看介紹吧~<br />
<span id="more-1161"></span><br />
<object width="400" height="200"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5343759&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5343759&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="200"></embed></object>
<p><a href="http://vimeo.com/5343759">Pods HP</a> from <a href="http://vimeo.com/podscms">Pods CMS</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Source: <a href="http://pods.uproot.us/">http://pods.uproot.us/</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1161" width="1" height="1" style="display: none;" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flab.chowky.com%2F2009%2F08%2Fwordpress-%25e7%2595%25b6%25e4%25bd%259c-cms-%25e4%25bd%25bf%25e7%2594%25a8%2F&amp;title=WordPress%20%E7%95%B6%E4%BD%9C%20CMS%20%E4%BD%BF%E7%94%A8" id="wpa2a_16"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/08/wordpress-%e7%95%b6%e4%bd%9c-cms-%e4%bd%bf%e7%94%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Actionscript] Add Leading Zero</title>
		<link>http://lab.chowky.com/2009/07/actionscript-add-leading-zero/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=actionscript-add-leading-zero</link>
		<comments>http://lab.chowky.com/2009/07/actionscript-add-leading-zero/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 15:59:25 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FLEX]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[actionscript]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=805</guid>
		<description><![CDATA[以前只是很簡單的pad　１個０在前面，沒有想過寫一個utility　class。 所以，既然有人教，當然要記住la 1 2 3 4 5 6 7 8 function addZero&#40;n:int, numZeros:int = 1&#41;:String &#123; var str:String = n + “”; while &#40;str.length&#60;numZeros+1&#41; &#123; str = “0″ + str; &#125; return str; &#125; Source: http://shang-liang.com/blog/algorithm-for-adding-leading-zeros/]]></description>
			<content:encoded><![CDATA[<p>以前只是很簡單的pad　１個０在前面，沒有想過寫一個utility　class。</p>
<p>所以，既然有人教，當然要記住la</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="actionscript3" style="font-family:monospace;"><span style="color: #339966; font-weight: bold;">function</span> addZero<span style="color: #000000;">&#40;</span>n<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">int</span><span style="color: #000066; font-weight: bold;">,</span> numZeros<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">int</span> = <span style="color: #000000; font-weight:bold;">1</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">String</span> <span style="color: #000000;">&#123;</span>
<span style="color: #6699cc; font-weight: bold;">var</span> str<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">String</span> = n <span style="color: #000066; font-weight: bold;">+</span> “”<span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #0033ff; font-weight: bold;">while</span> <span style="color: #000000;">&#40;</span>str<span style="color: #000066; font-weight: bold;">.</span>length<span style="color: #000066; font-weight: bold;">&lt;</span>numZeros<span style="color: #000066; font-weight: bold;">+</span><span style="color: #000000; font-weight:bold;">1</span><span style="color: #000000;">&#41;</span>
<span style="color: #000000;">&#123;</span>
str = “<span style="color: #000000; font-weight:bold;">0</span>″ <span style="color: #000066; font-weight: bold;">+</span> str<span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #0033ff; font-weight: bold;">return</span> str<span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #000000;">&#125;</span></pre></td></tr></table></div>

<p>Source: <a href="http://shang-liang.com/blog/algorithm-for-adding-leading-zeros/">http://shang-liang.com/blog/algorithm-for-adding-leading-zeros/</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=805" width="1" height="1" style="display: none;" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flab.chowky.com%2F2009%2F07%2Factionscript-add-leading-zero%2F&amp;title=%5BActionscript%5D%20Add%20Leading%20Zero" id="wpa2a_18"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/07/actionscript-add-leading-zero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TOSBack a track of changes for google, apple&#8230; terms of service</title>
		<link>http://lab.chowky.com/2009/06/tosback-a-track-of-changes-for-google-apple-terms-of-service/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tosback-a-track-of-changes-for-google-apple-terms-of-service</link>
		<comments>http://lab.chowky.com/2009/06/tosback-a-track-of-changes-for-google-apple-terms-of-service/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 07:08:21 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[terms of service]]></category>
		<category><![CDATA[TOSBack]]></category>
		<category><![CDATA[tracker]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=795</guid>
		<description><![CDATA[當你accept 完一些terms of service之後，當他們改terms of service，他們不會，而且無必要通知閣下。 沒事的時候當然無問題， 只不過有事就真係麻煩。 最好了解他們的terms of service， 但他們不定期更新，所以就需要一個tracker ， 每日check 住tos有什麼改動。 那就不用有時間就去看看這樣煩。 Source: http://www.tosback.org/timeline.php]]></description>
			<content:encoded><![CDATA[<p>當你accept 完一些terms of service之後，當他們改terms of service，他們不會，而且無必要通知閣下。</p>
<p>沒事的時候當然無問題，<br />
只不過有事就真係麻煩。</p>
<p><img src="http://lab.chowky.com/wp-content/uploads/2009/06/tosback-300x256.jpg" alt="tosback" title="tosback" width="300" height="256" class="alignright size-medium wp-image-796" /><br />
<span id="more-795"></span><br />
最好了解他們的terms of service，<br />
但他們不定期更新，所以就需要一個tracker ，<br />
每日check 住tos有什麼改動。</p>
<p>那就不用有時間就去看看這樣煩。</p>
<p>Source: <a href="http://www.tosback.org/timeline.php">http://www.tosback.org/timeline.php</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=795" width="1" height="1" style="display: none;" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flab.chowky.com%2F2009%2F06%2Ftosback-a-track-of-changes-for-google-apple-terms-of-service%2F&amp;title=TOSBack%20a%20track%20of%20changes%20for%20google%2C%20apple%26%238230%3B%20terms%20of%20service" id="wpa2a_20"><img src="http://lab.chowky.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://lab.chowky.com/2009/06/tosback-a-track-of-changes-for-google-apple-terms-of-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

