<?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; google chrome</title>
	<atom:link href="http://lab.chowky.com/tag/google-chrome/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>[CSS] Radioactive Buttons (Safari 4.x, Google Chrome Only)</title>
		<link>http://lab.chowky.com/2009/12/css-radioactive-buttons-safari-4-x-google-chrome-only/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=css-radioactive-buttons-safari-4-x-google-chrome-only</link>
		<comments>http://lab.chowky.com/2009/12/css-radioactive-buttons-safari-4-x-google-chrome-only/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 08:11:27 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Jquery, Mootools]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[glowing effect]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[radioactive button]]></category>
		<category><![CDATA[safari 4.x]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=1648</guid>
		<description><![CDATA[就近聖誕，當然要加入一些聖誕元素呢~~。 這個demo 就教你利用webkit 的css animation 去做一個閃閃下的button~~.. 因為是利用了webkit 的關係，所以~~&#8230;..只可以做到safari, google chrome show 到出來。 做法就很簡單 (當然是因為利用了css 的animation) //Animation @-webkit-keyframes greenPulse { from { background-color: #749a02; -webkit-box-shadow:: 0 0 9px #333; } 50% { background-color: #91bd09; -webkit-box-shadow:: 0 0 18px #91bd09; } to { background-color: #749a02; -webkit-box-shadow:: 0 0 9px #333; } } //把 button 的class 加入effect a.green.button [...]]]></description>
			<content:encoded><![CDATA[<p>就近聖誕，當然要加入一些聖誕元素呢~~。</p>
<p>這個demo 就教你利用webkit 的css animation 去做一個閃閃下的button~~..</p>
<p>因為是利用了webkit 的關係，所以~~&#8230;..只可以做到safari, google chrome show 到出來。</p>
<p><a href="http://lab.chowky.com/wp-content/uploads/2009/12/radioactive_button.JPG"><img src="http://lab.chowky.com/wp-content/uploads/2009/12/radioactive_button-300x64.jpg" alt="radioactive_button" title="radioactive_button" width="300" height="64" class="alignnone size-medium wp-image-1649" /></a></p>
<p>做法就很簡單 (當然是因為利用了css 的animation)<br />
<span id="more-1648"></span></p>
<pre code="css" line="1">
//Animation
@-webkit-keyframes greenPulse {
from { background-color: #749a02; -webkit-box-shadow:: 0 0 9px #333; }
50% { background-color: #91bd09; -webkit-box-shadow:: 0 0 18px #91bd09; }
to { background-color: #749a02; -webkit-box-shadow:: 0 0 9px #333; }
}
</pre>
<pre code="css" line="1">
//把 button 的class 加入effect
a.green.button {
-webkit-animation-name: greenPulse;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
}
</pre>
<p>Source: <a href="http://www.zurb.com/playground/radioactive-buttons">http://www.zurb.com/playground/radioactive-buttons</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1648" 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%2F12%2Fcss-radioactive-buttons-safari-4-x-google-chrome-only%2F&amp;title=%5BCSS%5D%20Radioactive%20Buttons%20%28Safari%204.x%2C%20Google%20Chrome%20Only%29" 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/2009/12/css-radioactive-buttons-safari-4-x-google-chrome-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome New Stable</title>
		<link>http://lab.chowky.com/2009/05/google-chrome-new-stable/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-chrome-new-stable</link>
		<comments>http://lab.chowky.com/2009/05/google-chrome-new-stable/#comments</comments>
		<pubDate>Sat, 23 May 2009 05:21:18 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[new stable]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=540</guid>
		<description><![CDATA[Google Chrome 出了最新的stable release 相比以前快了30%左右，還新加了form autofill 。 聽聽介紹吧 Source: http://googleblog.blogspot.com/2009/05/put-pedal-to-metal-with-faster-google.html]]></description>
			<content:encoded><![CDATA[<p>Google Chrome 出了最新的stable release<br />
相比以前快了30%左右，還新加了form autofill 。<br />
<img class="alignnone size-medium wp-image-541" title="v8" src="http://lab.chowky.com/wp-content/uploads/2009/05/v8-300x172.png" alt="v8" width="300" height="172" /></p>
<p>聽聽介紹吧</p>
<p><span id="more-540"></span></p>
<p><object width="425" height="344" data="http://www.youtube.com/v/rubd9bqjS64&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/rubd9bqjS64&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>Source: <a href="http://googleblog.blogspot.com/2009/05/put-pedal-to-metal-with-faster-google.html">http://googleblog.blogspot.com/2009/05/put-pedal-to-metal-with-faster-google.html</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=540" 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%2F05%2Fgoogle-chrome-new-stable%2F&amp;title=Google%20Chrome%20New%20Stable" 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/2009/05/google-chrome-new-stable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer + Google Chrome = 保安問題?</title>
		<link>http://lab.chowky.com/2009/04/internet-explorer-google-chrome-%e4%bf%9d%e5%ae%89%e5%95%8f%e9%a1%8c/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=internet-explorer-google-chrome-%25e4%25bf%259d%25e5%25ae%2589%25e5%2595%258f%25e9%25a1%258c</link>
		<comments>http://lab.chowky.com/2009/04/internet-explorer-google-chrome-%e4%bf%9d%e5%ae%89%e5%95%8f%e9%a1%8c/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 16:50:35 +0000</pubDate>
		<dc:creator>Chowky</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[loophole]]></category>
		<category><![CDATA[保安]]></category>
		<category><![CDATA[安全]]></category>

		<guid isPermaLink="false">http://lab.chowky.com/?p=281</guid>
		<description><![CDATA[又發現保安loophole 了 如果user 有install google chrome， 用ie 瀏覽一些attacker-controlled web page ，會令致google chrome 打開，開啟多個的tabs，load scripts 透過，瀏覽attacker控制的url Source: http://blogs.zdnet.com/security/?p=3224&#038;tag=nl.e019]]></description>
			<content:encoded><![CDATA[<p>又發現保安loophole 了</p>
<p>如果user 有install google chrome， 用ie 瀏覽一些attacker-controlled web page ，會令致google chrome 打開，開啟多個的tabs，load scripts 透過，瀏覽attacker控制的url</p>
<p>Source: <a href="http://blogs.zdnet.com/security/?p=3224&#038;tag=nl.e019">http://blogs.zdnet.com/security/?p=3224&#038;tag=nl.e019</a></p>
 <img src="http://lab.chowky.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=281" 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%2F04%2Finternet-explorer-google-chrome-%25e4%25bf%259d%25e5%25ae%2589%25e5%2595%258f%25e9%25a1%258c%2F&amp;title=Internet%20Explorer%20%2B%20Google%20Chrome%20%3D%20%E4%BF%9D%E5%AE%89%E5%95%8F%E9%A1%8C%3F" 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/04/internet-explorer-google-chrome-%e4%bf%9d%e5%ae%89%e5%95%8f%e9%a1%8c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

