<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>waking-樣式表心法</title>
<link>http://blog.roodo.com/waking_life/archives/cat_312512.html</link>
<description>They say that dreams are real only as long as they last.　Couldn&#039;t you say the same thing about life? 　--　from the movie &quot;waking life&quot; ◎永久網址http://blog.waking-life.com  _trgun = &quot;wang&quot;   </description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/waking_life/archives/cat_312512.xml" rel="self" type="application/rss+xml" />
<item>
	<title>網頁設計Links</title>
	<description><![CDATA[
			轉貼自批踢踢Web design版&quot;不知道大家美術設計都怎麼學的?&quot;
		]]>
	</description>
	<content:encoded><![CDATA[
			轉貼自批踢踢Web design版<br />&quot;不知道大家美術設計都怎麼學的?&quot;
		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/5703779.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/5703779.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/5703779.html</guid>
	<category>樣式表心法</category>
	<pubDate>Sun, 16 Mar 2008 02:44:40 +0800</pubDate>
</item>
<item>
	<title>你用的是哪套CSS Reset?</title>
	<description><![CDATA[
			CSS-Tricks近日在網站上做了一個調查：&quot;What CSS Reset Do You Use&quot;，其中最多人使用的Eric Meyer的版本(不意外)，佔了27%，令人莞爾的是佔了26%的第二名：&quot;CSS Reset是什麼?&quot;。 CSS Reset是什麼?想必台灣很多做網頁設計的也不一定知道啊。簡單的來說，CSS Reset是一整套的CSS設定，用來統一各瀏覽器的不同內建值。舉例來說，如果沒有指定body的margin或padding，在Firefox、 IE5~IE8、Safari等瀏覽器，上方出現的空間是不一樣大的，如果沒有CSS Reset的觀念，要一統網頁在各瀏覽器的外觀，根本不可能。所以每個前端網頁設計師，都得有一套CSS Reset!
		]]>
	</description>
	<content:encoded><![CDATA[
			<p><a href="http://css-tricks.com/" target="_blank" title="CSS-tricks website">CSS-Tricks</a>近日在網站上做了一個調查：<a href="http://css-tricks.com/poll-results-what-css-reset-do-you-use/" target="_blank" title="查看原文">&quot;What CSS Reset Do You Use&quot;</a>，其中最多人使用的Eric Meyer的版本(不意外)，佔了27%，令人莞爾的是佔了26%的第二名：&quot;CSS Reset是什麼?&quot;。</p> <p>CSS Reset是什麼?想必台灣很多做網頁設計的也不一定知道啊。簡單的來說，CSS Reset是一整套的CSS設定，用來統一各瀏覽器的不同內建值。舉例來說，如果沒有指定body的margin或padding，在Firefox、 IE5~IE8、Safari等瀏覽器，上方出現的空間是不一樣大的，如果沒有CSS Reset的觀念，要一統網頁在各瀏覽器的外觀，根本不可能。所以每個前端網頁設計師，都得有一套CSS Reset!</p>
		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/5676961.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/5676961.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/5676961.html</guid>
	<category>樣式表心法</category>
	<pubDate>Tue, 11 Mar 2008 02:40:26 +0800</pubDate>
</item>
<item>
	<title>Markup Generator</title>
	<description><![CDATA[
			不管你是用精簡的Notepad++還是龐大的Dreamweaver刻Html跟CSS，都不是挺方便的。  Markup Generator是最近推出的一個線上服務，你可以使用這個工具來結合習慣使用的網頁設計軟體。 舉個例來說，我們通常是手動輸入以下這些程式碼： XHTML部分 &lt;div id=&quot;wrapper&quot;&gt; &lt;h1&gt;標題&lt;/h1&gt; &lt;div class=&quot;box&quot;&gt; &lt;ul&gt; &lt;li id=&quot;current&quot;&gt;&lt;/li&gt; &lt;li&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; CSS部分 #wrapper{} h1{} .box{} .box ul{} .box li{} #current{} 如果你使用這個Generator，你只需輸入： (Note：請注意空格跟層級間的關連。) #wrapper 　h1 　.box 　　ul 　　　li 　　　li#current        程式就會幫你跑HTML跟CSS碼出來，這樣就不用辛苦的刻一堆Html，或是讓WYSIWYG軟體自動生成一常串從頭到尾繼承屬性的CSS，去玩玩看吧!
		]]>
	</description>
	<content:encoded><![CDATA[
			<p>不管你是用精簡的<a href="http://notepad-plus.sourceforge.net/tw/site.htm" target="_blank" title="Notepad++ website">Notepad++</a>還是龐大的<a href="http://www.adobe.com/tw/products/dreamweaver/" target="_blank" title="Dreamweaver CS3">Dreamweaver</a>刻Html跟CSS，都不是挺方便的。 <a href="http://lab.xms.pl/markup-generator/" target="_blank" title="Markup Generator Website"><br /> Markup Generator</a>是最近推出的一個線上服務，你可以使用這個工具來結合習慣使用的網頁設計軟體。</p> <p>舉個例來說，我們通常是手動輸入以下這些程式碼：</p> <blockquote><p><u><font color="#808000">XHTML部分</font></u><br /> &lt;div id=&quot;wrapper&quot;&gt;<br /> &lt;h1&gt;標題&lt;/h1&gt;<br /> &lt;div class=&quot;box&quot;&gt;<br /> &lt;ul&gt;<br /> &lt;li id=&quot;current&quot;&gt;&lt;/li&gt;<br /> &lt;li&gt;&lt;/li&gt;<br /> &lt;/ul&gt;<br /> &lt;/div&gt;<br /> &lt;/div&gt;</p> <p><u><font color="#808000">CSS部分</font></u><br /> #wrapper{}<br /> h1{}<br /> .box{}<br /> .box ul{}<br /> .box li{}<br /> #current{}</p></blockquote> <p>如果你使用這個Generator，你只需輸入：<br /> <font color="#999999">(Note：請注意空格跟層級間的關連。)</font></p> <blockquote><p><font color="#808000">#wrapper</font><br /> <font color="#808000">　h1</font><br /> <font color="#808000">　.box</font><br /> <font color="#808000">　　ul</font><br /> <font color="#808000">　　　li</font><br /> <font color="#808000">　　　li#current  </font><br /> <font color="#808000">   </font></p></blockquote>  <p>程式就會幫你跑HTML跟CSS碼出來，這樣就不用辛苦的刻一堆Html，或是讓WYSIWYG軟體自動生成一常串從頭到尾繼承屬性的CSS，<a href="http://lab.xms.pl/markup-generator/" target="_blank" title="Check it out!">去玩玩看</a>吧!</p>
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/5676955.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/5676955.html</guid>
	<category>樣式表心法</category>
	<pubDate>Tue, 11 Mar 2008 02:38:38 +0800</pubDate>
</item>
<item>
	<title>[Web Gallery] 鬼打牆的網頁設計?</title>
	<description><![CDATA[
			最近逛網站發現歪果人的網頁設計，不管是美感還是技術都遙遙領先台灣。不過看了這麼多作品，不免出現鬼打牆的錯覺，流行的風格或許也可呈現網頁的&quot;時效性&quot;特點?只是拜託設計師們，不要再用葉子當設計元素了，那是2005年的老梗了吧...還有，除了咖啡，你們就不能喝點別的嗎?http://www.haus-hoyer.de/http://photomatt.net/http://www.horaciotorrent.com/http://legamestravels.altervista.org/http://www.gnvpartners.com/web/http://www.ichik.ru/design/http://www.kinoz.com/
		]]>
	</description>
	<content:encoded><![CDATA[
			<img src="http://img.photobucket.com/albums/v172/aceone/coffe.jpg" alt="" hspace="10" width="250" height="394" align="left" />最近逛網站發現歪果人的網頁設計，不管是美感還是技術都遙遙領先台灣。不過看了<a href="http://picasaweb.google.com/macsoho" target="_blank">這麼多作品</a>，不免出現鬼打牆的錯覺，流行的風格或許也可呈現網頁的&quot;時效性&quot;特點?<br /><br />只是拜託設計師們，不要再用<font color="#008000">葉子</font>當設計元素了，那是2005年的老梗了吧...還有，除了<font color="#993300">咖啡</font>，你們就不能喝點別的嗎?<br /><br /><a href="http://www.haus-hoyer.de/" target="_blank">http://www.haus-hoyer.de/</a><br /><a href="http://photomatt.net/" target="_blank">http://photomatt.net/</a><br /><a href="http://www.horaciotorrent.com/" target="_blank">http://www.horaciotorrent.com/</a><br /><a href="http://legamestravels.altervista.org/" target="_blank">http://legamestravels.altervista.org/</a><br /><a href="http://www.gnvpartners.com/web/" target="_blank">http://www.gnvpartners.com/web/</a><br /><a href="http://www.ichik.ru/design/" target="_blank">http://www.ichik.ru/design/</a><br /><a href="http://www.kinoz.com/" target="_blank">http://www.kinoz.com/</a>
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/4306441.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/4306441.html</guid>
	<category>樣式表心法</category>
	<pubDate>Mon, 15 Oct 2007 01:04:24 +0800</pubDate>
</item>
<item>
	<title>逛死人不償命</title>
	<description><![CDATA[
			其實我覺得我部落格右下角的CSS資源連結已經夠嚇人了，但網路世界日新月異，CSS Gallery一直在不斷增加...其中當然不乏架站只為廣告收入，或是網站已經達到知名度，打算賣個好價錢的。總之，我把一些網頁設計的Gallery貼過來，還沒仔細篩選過，如果很閒的話，可以隨便挑個站來逛逛。
		]]>
	</description>
	<content:encoded><![CDATA[
			其實我覺得我部落格右下角的CSS資源連結已經夠嚇人了，但網路世界日新月異，CSS Gallery一直在不斷增加...其中當然不乏架站只為廣告收入，或是網站已經達到知名度，打算賣個好價錢的。總之，我把一些網頁設計的Gallery貼過來，還沒仔細篩選過，如果很閒的話，可以隨便挑個站來逛逛。
		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/4224265.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/4224265.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/4224265.html</guid>
	<category>樣式表心法</category>
	<pubDate>Tue, 02 Oct 2007 03:59:15 +0800</pubDate>
</item>
<item>
	<title>也許是目前修正IE6的PNG透明度問題最簡單的方法</title>
	<description><![CDATA[
			其實我已經被fliter什麼的搞到靠杯了，html塞一堆javascript，CSS檔也塞一堆Hack，累贅死了，可是PNG實在很好用，用的好的話會有令人驚奇的效果(如果你看到中間大圖的背景是灰色的，表示你該換瀏覽器了-&nbsp;&nbsp; -|||)。剛找到一個簡單的方法，大概是目前為止看過最簡單的!首先到這邊下載&quot;iepngfix.zip&quot;這個檔案。把iepngfix.htc和blank.gif這兩個檔案放到你的CSS資料夾裡，在你的CSS檔案裡加上以下語法：img{behavior: url(iepngfix.htc);} 好了。是的，這樣就好了。 (不過要注意iepngfix.htc的路徑)以上是針對網站裡直接插入的圖片使用的，如果CSS裡的背景圖也使用png，譬如說#wrapper{ background-image: url(../images/background.png);}，就把上述的那條CSS規則變成：img, #wrapper{behavior: url(iepngfix.htc);}同理，你的h3標題的背景都是透明PNG，就寫成img, #wrapper, h3{behavior: url(iepngfix.htc);}好簡單喔!真棒，長久以來的困擾都解決了!我試用的結果如下^^。
		]]>
	</description>
	<content:encoded><![CDATA[
			<p>其實我已經被fliter什麼的搞到靠杯了，html塞一堆javascript，CSS檔也塞一堆Hack，累贅死了，可是PNG實在很好用，用的好的話會有<a href="http://www.hivesmusic.com/article06.asp" target="_blank" title="The Hives Official Website">令人驚奇的效果</a>(如果你看到中間大圖的背景是灰色的，表示你該換瀏覽器了-&nbsp;&nbsp; -|||)。剛找到一個簡單的方法，大概是目前為止看過最簡單的!首先到<a href="http://www.twinhelix.com/css/iepngfix/" target="_blank" title="TwinHelix">這邊</a>下載&quot;iepngfix.zip&quot;這個檔案。把iepngfix.htc和blank.gif這兩個檔案放到你的CSS資料夾裡，在你的CSS檔案裡加上以下語法：<br /><br />img{behavior: url(iepngfix.htc);} <br /><br />好了。是的，這樣就好了。 (不過要注意iepngfix.htc的路徑)<br /><br />以上是針對網站裡直接插入的圖片使用的，如果CSS裡的背景圖也使用png，譬如說#wrapper{ background-image: url(../images/background.png);}，就把上述的那條CSS規則變成：<br /><br />img, <font color="#ff00ff">#wrapper</font>{behavior: url(iepngfix.htc);}<br /><br />同理，你的h3標題的背景都是透明PNG，就寫成img, #wrapper, h3{behavior: url(iepngfix.htc);}<br /><br />好簡單喔!真棒，長久以來的困擾都解決了!我試用的結果如下^^。</p>
		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/3038653.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/3038653.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/3038653.html</guid>
	<category>樣式表心法</category>
	<pubDate>Sun, 22 Apr 2007 05:48:01 +0800</pubDate>
</item>
<item>
	<title>[翻譯]Joomla! 1.0.12版及較舊版本 樣板教學 9of9</title>
	<description><![CDATA[
			
原文: Hazman 　
出處 : xtremeOpenSource

		]]>
	</description>
	<content:encoded><![CDATA[
			
<strong>原文: Hazman</strong> 　<br />
<strong>出處 : <a target="_blank" href="http://www.xtremeopensource.com/index.php?option=com_content&task=view&id=142&Itemid=30">xtremeOpenSource<br /><br /></a></strong>

		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/2952905.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/2952905.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/2952905.html</guid>
	<category>樣式表心法</category>
	<pubDate>Thu, 22 Feb 2007 22:39:28 +0800</pubDate>
</item>
<item>
	<title>[翻譯]Joomla! 1.0.12版及較舊版本 樣板教學 8of9</title>
	<description><![CDATA[
			
原文: Hazman 　
出處 : xtremeOpenSource

		]]>
	</description>
	<content:encoded><![CDATA[
			
<strong>原文: Hazman</strong> 　<br />
<strong>出處 : <a href="http://www.xtremeopensource.com/index.php?option=com_content&task=view&id=142&Itemid=30" target="_blank">xtremeOpenSource<br /><br /></a></strong>

		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/2952891.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/2952891.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/2952891.html</guid>
	<category>樣式表心法</category>
	<pubDate>Wed, 21 Feb 2007 22:33:52 +0800</pubDate>
</item>
<item>
	<title>[翻譯]Joomla! 1.0.12版及較舊版本 樣板教學 7of9</title>
	<description><![CDATA[
			
原文: Hazman 　
出處 : xtremeOpenSource
		]]>
	</description>
	<content:encoded><![CDATA[
			
<strong>原文: Hazman</strong> 　<br />
<strong>出處 : <a href="http://www.xtremeopensource.com/index.php?option=com_content&task=view&id=142&Itemid=30" target="_blank">xtremeOpenSource</a><br /></strong>
		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/2777173.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/2777173.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/2777173.html</guid>
	<category>樣式表心法</category>
	<pubDate>Tue, 20 Feb 2007 16:39:36 +0800</pubDate>
</item>
<item>
	<title>[翻譯]Joomla! 1.0.12版及較舊版本 樣板教學 6of9</title>
	<description><![CDATA[
			
原文: Hazman 　
出處 : xtremeOpenSource
		]]>
	</description>
	<content:encoded><![CDATA[
			
<strong>原文: Hazman</strong> 　<br />
<strong>出處 : <a target="_blank" href="http://www.xtremeopensource.com/index.php?option=com_content&task=view&id=142&Itemid=30">xtremeOpenSource</a></strong><span style="font-weight: bold;"><br /></span>
		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/2777161.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/2777161.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/2777161.html</guid>
	<category>樣式表心法</category>
	<pubDate>Mon, 19 Feb 2007 16:35:15 +0800</pubDate>
</item>
<item>
	<title>[翻譯]Joomla! 1.0.12版及較舊版本 樣板教學 5of9</title>
	<description><![CDATA[
			
原文: Hazman 　
出處 : xtremeOpenSource&nbsp;
		]]>
	</description>
	<content:encoded><![CDATA[
			
<strong>原文: Hazman</strong> 　<br />
<strong>出處 : <a target="_blank" href="http://www.xtremeopensource.com/index.php?option=com_content&task=view&id=142&Itemid=30">xtremeOpenSource</a></strong><span style="color: rgb(255, 153, 0); font-weight: bold;">&nbsp;</span><b><br /></b>
		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/2772717.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/2772717.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/2772717.html</guid>
	<category>樣式表心法</category>
	<pubDate>Sun, 18 Feb 2007 14:36:51 +0800</pubDate>
</item>
<item>
	<title>[翻譯]Joomla! 1.0.12版及較舊版本 樣板教學 4of9</title>
	<description><![CDATA[
			
原文: Hazman 　
出處 : xtremeOpenSource
		]]>
	</description>
	<content:encoded><![CDATA[
			
<strong>原文: Hazman</strong> 　<br />
<strong>出處 : <a href="http://www.xtremeopensource.com/index.php?option=com_content&task=view&id=142&Itemid=30" target="_blank">xtremeOpenSource</a></strong><span style="font-weight: bold;"><br /></span>
		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/2727029.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/2727029.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/2727029.html</guid>
	<category>樣式表心法</category>
	<pubDate>Sat, 17 Feb 2007 21:52:20 +0800</pubDate>
</item>
<item>
	<title>[翻譯]Joomla! 1.0.12版及較舊版本 樣板教學 3of9</title>
	<description><![CDATA[
			
原文: Hazman 　
出處 : xtremeOpenSource
		]]>
	</description>
	<content:encoded><![CDATA[
			
<strong>原文: Hazman</strong> 　<br />
<strong>出處 : <a target="_blank" href="http://www.xtremeopensource.com/index.php?option=com_content&task=view&id=142&Itemid=30">xtremeOpenSource</a></strong><span style="font-weight: bold;"><br /></span>
		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/2726973.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/2726973.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/2726973.html</guid>
	<category>樣式表心法</category>
	<pubDate>Fri, 16 Feb 2007 21:33:44 +0800</pubDate>
</item>
<item>
	<title>[翻譯]Joomla! 1.0.12版及較舊版本 樣板教學 2of9</title>
	<description><![CDATA[
			
原文: Hazman 　
出處 : xtremeOpenSource
		]]>
	</description>
	<content:encoded><![CDATA[
			
<strong>原文: Hazman</strong> 　<br />
<strong>出處 : <a target="_blank" href="http://www.xtremeopensource.com/index.php?option=com_content&task=view&id=142&Itemid=30">xtremeOpenSource</a></strong><b><br /></b>
		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/2726755.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/2726755.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/2726755.html</guid>
	<category>樣式表心法</category>
	<pubDate>Thu, 15 Feb 2007 20:38:20 +0800</pubDate>
</item>
<item>
	<title>[翻譯]Joomla! 1.0.12版及較舊版本 樣板教學 1of9</title>
	<description><![CDATA[
			
因為要學Joomla!樣版，翻譯了這篇教學，順便貼上來給英文真的破到不行的人參考XD，轉載無料。


原文: Hazman 　
出處 : xtremeOpenSource
		]]>
	</description>
	<content:encoded><![CDATA[
			
因為要學Joomla!樣版，翻譯了這篇教學，順便貼上來給英文真的破到不行的人參考XD，轉載無料。<br /><br /><!--
.joo {
	line-height: 20px;
}
-->


<strong>原文: Hazman</strong> 　<br />
<strong>出處 : <a href="http://www.xtremeopensource.com/index.php?option=com_content&task=view&id=142&Itemid=30" target="_blank">xtremeOpenSource</a></strong><strong><br /></strong>
		<a class="acontinues" href="http://blog.roodo.com/waking_life/archives/2722841.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/2722841.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/2722841.html</guid>
	<category>樣式表心法</category>
	<pubDate>Wed, 14 Feb 2007 03:01:15 +0800</pubDate>
</item>
<item>
	<title>獨立安裝瀏覽器</title>
	<description><![CDATA[
			這個站evolt.org蒐集的瀏覽器種類、版本齊全，適合用來安裝作獨立檢視網頁作品。(不過有人這麼龜毛嗎?)
		]]>
	</description>
	<content:encoded><![CDATA[
			這個站<a href="http://browsers.evolt.org/" target="_blank">evolt.org</a>蒐集的瀏覽器種類、版本齊全，適合用來安裝作獨立檢視網頁作品。(不過有人這麼龜毛嗎?)
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/2706103.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/2706103.html</guid>
	<category>樣式表心法</category>
	<pubDate>Wed, 07 Feb 2007 14:16:20 +0800</pubDate>
</item>
<item>
	<title>CSS Hacks參考</title>
	<description><![CDATA[
			ψ(._. )&gt; CSS Hacks是用來應付各瀏覽器兼容CSS的問題，這張表可以作為撰寫的參考。ex.爲不支援透明png的IE6獨立設立一條CSS規則，可使用&quot;*html div&quot;這樣的寫法。
		]]>
	</description>
	<content:encoded><![CDATA[
			ψ(._. )&gt; <br /><br />CSS Hacks是用來應付各瀏覽器兼容CSS的問題，<a href="http://centricle.com/ref/css/filters/?highlight_columns=true" target="_blank">這張表</a>可以作為撰寫的參考。<br />ex.爲不支援透明png的IE6獨立設立一條CSS規則，可使用&quot;*html div&quot;這樣的寫法。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/2666245.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/2666245.html</guid>
	<category>樣式表心法</category>
	<pubDate>Sat, 20 Jan 2007 07:55:15 +0800</pubDate>
</item>
<item>
	<title>Browsershots</title>
	<description><![CDATA[
			
以前我做網頁習慣用FF＋IE tab預覽，另外灌IE 7(FF裡的IE Tab顯示效果好像跟實際的IE7還是有差別)，如果再龜毛一點就網路連線用Mac+別台電腦試看。今天逛網看到一個好用的網站，browsershots，可以幫你把網站在各瀏覽器的效果screenshot下來給你看(可惜沒有Mac IE 5)，不過第一次submit一個網站可能要排隊排很久，之後更新預覽速度就比較快了，你的網站預覽會放在http://browsershots.org/website/http://你的網址#success。如果太閒也可以逛逛它的screenshot專區，看看人家走位嚴重的網站也別有風情。BTW網站會走位並不是用CSS排版的關係，重點是瀏覽器沒有依據網站標準計畫開發，所以才會有一堆針對各種瀏覽器的Hack，很多人剛開始接觸CSS就先被這些Hack倒盡胃口，數落CSS的不是，哭著跑回表格排版的懷抱XD。不過IE 7總算有誠意遵循Web Standards，解決為人所詬病的Box Model等等的問題。不然大家都改用Firefox，網頁設計就不會那麼麻煩了。不過過渡時期的爛瀏覽器也造就了很多創意CSS用法&amp;Hack神人，有可能之後CSS3加上新一代統一支援CSS的瀏覽器，會讓這些技術無用武之地，到時應該人人都是網頁設計小高手了吧。
		]]>
	</description>
	<content:encoded><![CDATA[
			
以前我做網頁習慣用FF＋IE tab預覽，另外灌IE 7(FF裡的IE Tab顯示效果好像跟實際的IE7還是有差別)，如果再龜毛一點就網路連線用Mac+別台電腦試看。今天逛網看到一個好用的網站，<a target="_blank" href="http://browsershots.org/">browsershots</a>，可以幫你把網站在各瀏覽器的效果screenshot下來給你看(可惜沒有Mac IE 5)，不過第一次submit一個網站可能要排隊排很久，之後更新預覽速度就比較快了，你的網站預覽會放在http://browsershots.org/website/http://你的網址#success。如果太閒也可以逛逛它的screenshot專區，看看人家走位嚴重的網站也別有風情。BTW網站會走位並不是用CSS排版的關係，重點是瀏覽器沒有依據<a href="http://www.webstandards.org/about/mission/zh-traditional/" target="_blank">網站標準計畫</a>開發，所以才會有一堆針對各種瀏覽器的Hack，很多人剛開始接觸CSS就先被這些Hack倒盡胃口，數落CSS的不是，哭著跑回表格排版的懷抱XD。不過<a href="http://blogs.msdn.com/ie/archive/2005/07/29/445242.aspx" target="_blank">IE 7</a>總算有誠意遵循Web Standards，解決為人所詬病的Box Model等等的問題。不然大家都改用Firefox，網頁設計就不會那麼麻煩了。不過過渡時期的爛瀏覽器也造就了很多創意CSS用法&amp;Hack神人，有可能之後CSS3加上新一代統一支援CSS的瀏覽器，會讓這些技術無用武之地，到時應該人人都是網頁設計小高手了吧。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/waking_life/archives/2658510.html</link>
	<guid>http://blog.roodo.com/waking_life/archives/2658510.html</guid>
	<category>樣式表心法</category>
	<pubDate>Fri, 19 Jan 2007 21:39:27 +0800</pubDate>
</item>
</channel>
</rss>