<?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>前端 &#8211; 這世上 沒有偶然 只有必然</title>
	<atom:link href="https://wordpress.lokidea.com/category/%E5%89%8D%E7%AB%AF/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.lokidea.com</link>
	<description>幻幽的小小分享區</description>
	<lastBuildDate>Sat, 22 Jul 2023 14:51:27 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>CSS 可以根據版型給予對應的設定</title>
		<link>https://wordpress.lokidea.com/2337/css-%e5%8f%af%e4%bb%a5%e6%a0%b9%e6%93%9a%e7%89%88%e5%9e%8b%e7%b5%a6%e4%ba%88%e5%b0%8d%e6%87%89%e7%9a%84%e8%a8%ad%e5%ae%9a/</link>
					<comments>https://wordpress.lokidea.com/2337/css-%e5%8f%af%e4%bb%a5%e6%a0%b9%e6%93%9a%e7%89%88%e5%9e%8b%e7%b5%a6%e4%ba%88%e5%b0%8d%e6%87%89%e7%9a%84%e8%a8%ad%e5%ae%9a/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Sat, 22 Jul 2023 14:51:18 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[前端]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=2337</guid>

					<description><![CDATA[在 CSS 的 Media Query 裡面，有一個設定可以直接根據版面是橫版還是直版來判斷。 orienta &#8230; <a href="https://wordpress.lokidea.com/2337/css-%e5%8f%af%e4%bb%a5%e6%a0%b9%e6%93%9a%e7%89%88%e5%9e%8b%e7%b5%a6%e4%ba%88%e5%b0%8d%e6%87%89%e7%9a%84%e8%a8%ad%e5%ae%9a/" class="more-link">閱讀全文 <span class="screen-reader-text">CSS 可以根據版型給予對應的設定</span></a>]]></description>
										<content:encoded><![CDATA[
<p>在 CSS 的 Media Query 裡面，有一個設定可以直接根據版面是橫版還是直版來判斷。</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>orientation: landscape</p>
<cite>橫版 或是 橫向</cite></blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>orientation: portrait</p>
<cite>直版 或是 直向 或是 縱向</cite></blockquote>



<p>具體看過 w3schools 的<a rel="noreferrer noopener" href="https://www.w3schools.com/css/tryit.asp?filename=tryresponsive_mediaquery_orientation" target="_blank">範例</a>之後，就會發現，<br>橫向就是寬大於高，例如 1920 x 1080<br>直向就是高大於寬，例如 1080 x 1920</p>



<p>用這個設定來進行版面佈局的調整</p>



<p>會比用不同寬度的呈現更好，當然也可以根據寬度加上直向或橫向的組合去進行更細微版型佈局的控制，這樣不同裝置上面的呈現就會更妥當。</p>



<p></p>



<p>參考連結：</p>



<ul class="wp-block-list">
<li><a rel="noreferrer noopener" href="https://developer.mozilla.org/en-US/docs/Web/CSS/@media/orientation" target="_blank">orientation &#8211; CSS: Cascading Style Sheets | MDN</a></li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/2337/css-%e5%8f%af%e4%bb%a5%e6%a0%b9%e6%93%9a%e7%89%88%e5%9e%8b%e7%b5%a6%e4%ba%88%e5%b0%8d%e6%87%89%e7%9a%84%e8%a8%ad%e5%ae%9a/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>fancyBox 的 Quick product view 進階修改</title>
		<link>https://wordpress.lokidea.com/2120/2120/</link>
					<comments>https://wordpress.lokidea.com/2120/2120/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Sat, 05 Dec 2020 03:19:00 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[分享]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[fancyBox]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=2120</guid>

					<description><![CDATA[這幾天重新碰一下 fancyBox發現有幾個新應用不錯 看 source 裡面有 codepen 的 連結 剛 &#8230; <a href="https://wordpress.lokidea.com/2120/2120/" class="more-link">閱讀全文 <span class="screen-reader-text">fancyBox 的 Quick product view 進階修改</span></a>]]></description>
										<content:encoded><![CDATA[
<p>這幾天重新碰一下 fancyBox<br>發現有幾個新應用不錯</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="590" src="https://wordpress.lokidea.com/wp-content/uploads/2020/12/image-1024x590.png" alt="" class="wp-image-2121" srcset="https://wordpress.lokidea.com/wp-content/uploads/2020/12/image-1024x590.png 1024w, https://wordpress.lokidea.com/wp-content/uploads/2020/12/image-300x173.png 300w, https://wordpress.lokidea.com/wp-content/uploads/2020/12/image-768x442.png 768w, https://wordpress.lokidea.com/wp-content/uploads/2020/12/image.png 1269w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>叫做 Quick product view</figcaption></figure>



<p>看 source 裡面有 codepen 的 <a rel="noreferrer noopener" href="https://codepen.io/fancyapps/full/pdPNmq/" target="_blank">連結</a> </p>



<p>剛好這次的需求，要多一個直向與橫向的呈現要不一樣</p>



<p>就自己 <a rel="noreferrer noopener" href="https://codepen.io/Barneybook/full/jOMWxzV" target="_blank">fork</a> 了一個 版本來貼給大家看</p>



<p>主要是透過CSS去調整版型</p>



<pre class="wp-block-code"><code>@media screen and (orientation: portrait) {
   /* Top block will contain the gallery */
   .fancybox-stage {
     height: 52%;
     background: #fff;
   }
 /* Bottom block - close button and the form */
   .fancybox-form-wrap {
     position: absolute;
     left: 40px;
     right: 40px;
     bottom: 0;
     height: 48%; 
     background: #fff;
   }
 }
 @media screen and (orientation: landscape) {
   /* Left block will contain the gallery */
   .fancybox-stage {
     width: 52%;
     background: #fff;
   }
 /* Right block - close button and the form */
   .fancybox-form-wrap {
     position: absolute;
     top: 40px;
     right: 0;
     bottom: 40px;
     width: 48%; 
     background: #fff;
   }
 }</code></pre>



<p>orientation: portrait 為直向的版型，上面是圖，下面是文字</p>



<p>orientation: landscape 為橫向版型，左邊是圖，右邊是文字，(這個demo原來就是這樣放)</p>



<p></p>



<p>PS:</p>



<p>附上<a rel="noreferrer noopener" href="https://developer.mozilla.org/en-US/docs/Web/CSS/@media/orientation" target="_blank">這個 CSS屬性的 說明與版本適用表</a></p>



<p>有興趣想知道更多版型分享也歡迎留言或是到我的<a href="https://t.me/it_normal_life_new" target="_blank" rel="noreferrer noopener">TG群組</a>發問唷</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/2120/2120/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>創意工作者的工具箱 &#8211; 创造狮导航</title>
		<link>https://wordpress.lokidea.com/1670/%e5%89%b5%e6%84%8f%e5%b7%a5%e4%bd%9c%e8%80%85%e7%9a%84%e5%b7%a5%e5%85%b7%e7%ae%b1-%e5%88%9b%e9%80%a0%e7%8b%ae%e5%af%bc%e8%88%aa/</link>
					<comments>https://wordpress.lokidea.com/1670/%e5%89%b5%e6%84%8f%e5%b7%a5%e4%bd%9c%e8%80%85%e7%9a%84%e5%b7%a5%e5%85%b7%e7%ae%b1-%e5%88%9b%e9%80%a0%e7%8b%ae%e5%af%bc%e8%88%aa/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Mon, 16 Oct 2017 04:42:07 +0000</pubDate>
				<category><![CDATA[前端]]></category>
		<category><![CDATA[網站記錄]]></category>
		<category><![CDATA[網路觀察]]></category>
		<category><![CDATA[總整理]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=1670</guid>

					<description><![CDATA[http://chuangzaoshi.com/ 這是一個簡體中文站 不過收集了中文圈跟各國的創意工作者常用網 &#8230; <a href="https://wordpress.lokidea.com/1670/%e5%89%b5%e6%84%8f%e5%b7%a5%e4%bd%9c%e8%80%85%e7%9a%84%e5%b7%a5%e5%85%b7%e7%ae%b1-%e5%88%9b%e9%80%a0%e7%8b%ae%e5%af%bc%e8%88%aa/" class="more-link">閱讀全文 <span class="screen-reader-text">創意工作者的工具箱 &#8211; 创造狮导航</span></a>]]></description>
										<content:encoded><![CDATA[<p><a href="http://chuangzaoshi.com/" target="_blank" rel="noopener noreferrer">http://chuangzaoshi.com/</a><br />
這是一個簡體中文站<br />
不過收集了中文圈跟各國的創意工作者常用網站<br />
基本上分為四類</p>
<ol>
<li>設計 Design</li>
<li>前端 Develop</li>
<li>產品 Product</li>
<li>運營 Operate</li>
</ol>
<hr />
<p>有空也要來備份這個站的資源，真是很豐富呢<br />
&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/1670/%e5%89%b5%e6%84%8f%e5%b7%a5%e4%bd%9c%e8%80%85%e7%9a%84%e5%b7%a5%e5%85%b7%e7%ae%b1-%e5%88%9b%e9%80%a0%e7%8b%ae%e5%af%bc%e8%88%aa/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>10個關於Responsive Design的提示</title>
		<link>https://wordpress.lokidea.com/1639/10%e5%80%8b%e9%97%9c%e6%96%bcresponsive-design%e7%9a%84%e6%8f%90%e7%a4%ba/</link>
					<comments>https://wordpress.lokidea.com/1639/10%e5%80%8b%e9%97%9c%e6%96%bcresponsive-design%e7%9a%84%e6%8f%90%e7%a4%ba/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Sat, 22 Jul 2017 03:30:15 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[Responsive Design]]></category>
		<category><![CDATA[tips]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=1639</guid>

					<description><![CDATA[這10點被製作在這張圖片上面 一開始列出2010年跟2012年各地區的手機流量 接著是10點提示 保持你的版面 &#8230; <a href="https://wordpress.lokidea.com/1639/10%e5%80%8b%e9%97%9c%e6%96%bcresponsive-design%e7%9a%84%e6%8f%90%e7%a4%ba/" class="more-link">閱讀全文 <span class="screen-reader-text">10個關於Responsive Design的提示</span></a>]]></description>
										<content:encoded><![CDATA[<p>這10點被製作在這張圖片上面<br />
一開始列出2010年跟2012年各地區的手機流量<br />
接著是10點提示</p>
<ol>
<li>保持你的版面簡單 (KEEP YOUR LAYOUT SIMPLE)</li>
<li>使用媒體查詢 (USE MEDIA QUERIES) + MOST FREQUENT RESOLUTIONS</li>
<li>定義中斷點 (DEFINE THE BREAKPOINTS)</li>
<li>讓你的版型更靈活 (MAKE YOUR LAYOUT FLEXIBLE)</li>
<li>正確呈現你的圖片 (MAKE YOUR PICTURES BEHAVE)</li>
<li>別忘記 MAX &amp; MIN (DON&#8217;T FORGET MAX&amp;MIN)</li>
<li>產生最好的相對性內容 (MAKE MOST THINGS RELATIVE)</li>
<li>當使用手機端，要線性思考設計 (WHEN MOBILE LINEARIZE)</li>
<li>省略非必要的內容 (SKIP THE NON ESSENTIAL CONTENT)</li>
<li>確認你的META VIEWPORT (CHECK YOUR META VIEWPORT)</li>
</ol>
<p><span id="more-1639"></span><br />
這些專有名詞真是不好翻譯呢<br />
每一點都可以寫一篇獨立文章呢<br />
看來之後文章的題材又增加不少了<br />
<a href="https://www.pinterest.com/pin/162270392798680920/" target="_blank" rel="noopener noreferrer">原始連結</a><br />
https://www.pinterest.com/pin/162270392798680920/</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/1639/10%e5%80%8b%e9%97%9c%e6%96%bcresponsive-design%e7%9a%84%e6%8f%90%e7%a4%ba/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>使用一致的社交登入按鈕【Social Buttons for Bootstrap】</title>
		<link>https://wordpress.lokidea.com/1610/%e4%bd%bf%e7%94%a8%e4%b8%80%e8%87%b4%e7%9a%84%e7%a4%be%e4%ba%a4%e7%99%bb%e5%85%a5%e6%8c%89%e9%88%95%e3%80%90social-buttons-for-bootstrap%e3%80%91/</link>
					<comments>https://wordpress.lokidea.com/1610/%e4%bd%bf%e7%94%a8%e4%b8%80%e8%87%b4%e7%9a%84%e7%a4%be%e4%ba%a4%e7%99%bb%e5%85%a5%e6%8c%89%e9%88%95%e3%80%90social-buttons-for-bootstrap%e3%80%91/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Mon, 10 Jul 2017 03:30:55 +0000</pubDate>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[偶然]]></category>
		<category><![CDATA[全端之路]]></category>
		<category><![CDATA[分享]]></category>
		<category><![CDATA[初次研究]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[收集]]></category>
		<category><![CDATA[網站研究]]></category>
		<category><![CDATA[Social Buttons]]></category>
		<category><![CDATA[Social Buttons for Bootstrap]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=1610</guid>

					<description><![CDATA[剛好看到 HackMD &#8211; Markdown 協作筆記 的社交登入按鈕 五個社交平台都是一致的按鈕 &#8230; <a href="https://wordpress.lokidea.com/1610/%e4%bd%bf%e7%94%a8%e4%b8%80%e8%87%b4%e7%9a%84%e7%a4%be%e4%ba%a4%e7%99%bb%e5%85%a5%e6%8c%89%e9%88%95%e3%80%90social-buttons-for-bootstrap%e3%80%91/" class="more-link">閱讀全文 <span class="screen-reader-text">使用一致的社交登入按鈕【Social Buttons for Bootstrap】</span></a>]]></description>
										<content:encoded><![CDATA[<p>剛好看到 <a href="https://hackmd.io/" target="_blank" rel="noopener noreferrer">HackMD &#8211; Markdown 協作筆記</a> 的社交登入按鈕<br />
<img decoding="async" class="aligncenter size-large wp-image-1611" src="https://wp2020.lokidea.com/wp-content/uploads/2017/07/picpick-20170709163042001-1499589043-1024x506.jpg" alt="" width="525" height="259" /><br />
五個社交平台都是一致的按鈕<br />
就想說用『<a href="https://duckduckgo.com/?q=btn+btn-lg+btn-block+btn-social+btn-facebook&amp;atb=v12&amp;ia=qa" target="_blank" rel="noopener noreferrer">btn btn-lg btn-block btn-social btn-facebook</a>』<br />
去搜尋一下看看會找到甚麼 【我的預設搜尋已經改為 <a href="http://duckduckgo.com" target="_blank" rel="noopener noreferrer">duckduckgo.com</a> 了】<br />
<span id="more-1610"></span><br />
<img decoding="async" class="aligncenter size-large wp-image-1612" src="https://wp2020.lokidea.com/wp-content/uploads/2017/07/picpick-20170709172541001-1499592341-1024x506.jpg" alt="" width="525" height="259" /><br />
第三個結果 『<a href="https://bootsnipp.com/snippets/featured/social-buttons-for-bootstrap" target="_blank" rel="noopener noreferrer">Bootstrap Snippet Social Buttons for &#8230; &#8211; Bootsnipp.com</a>』<br />
<img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1613" src="https://wp2020.lokidea.com/wp-content/uploads/2017/07/picpick-20170709172852001-1499592532-1024x506.jpg" alt="" width="525" height="259" /><br />
這應該就是我要找到的東西了<br />
但是 <a href="http://bootsnipp.com" target="_blank" rel="noopener noreferrer">bootsnipp.com</a> 底下應該不是原站<br />
點了 <a href="http://lipis.github.io/bootstrap-social/" target="_blank" rel="noopener noreferrer">lipis.github.io/bootstrap-social</a> 進去發現<br />
就是這個站了<br />
<img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1614" src="https://wp2020.lokidea.com/wp-content/uploads/2017/07/picpick-20170709173825001-1499593106-656x1024.jpg" alt="" width="525" height="820" /></p>
<hr />
<p>補充：</p>
<ol>
<li>第三個結果 『<a href="https://bootsnipp.com/snippets/featured/social-buttons-for-bootstrap" target="_blank" rel="noopener noreferrer">Bootstrap Snippet Social Buttons for &#8230; &#8211; Bootsnipp.com</a>』<br />
這頁面上的社交登入按鈕只有 12個 網站的，應該是舊版</li>
<li><a href="http://lipis.github.io/bootstrap-social/" target="_blank" rel="noopener noreferrer">lipis.github.io/bootstrap-social</a> 原站的社交登入按鈕有 21個網站<br />
去查了一下，現在版本是 5.1.1，12個 按鈕是 3.0.0<br />
仔細看了看，應該是 <a href="http://fontawesome.io/" target="_blank" rel="noopener noreferrer">Font Awesome</a> 的版本差異<br />
bootsnipp分享的版本是 <a href="https://github.com/FortAwesome/Font-Awesome" target="_blank" rel="noopener noreferrer">Font Awesome</a> 4.0.3<br />
現在 <a href="https://github.com/lipis/bootstrap-social" target="_blank" rel="noopener noreferrer">bootstrap-social</a> 的 Font Awesome 版本為 4.7</li>
<li><a href="http://bootsnipp.com" target="_blank" rel="noopener noreferrer">bootsnipp.com</a> 這個站感覺挺不錯的<br />
可以使用很多個CSS Frameworks分享製作成果</p>
<hr />
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1615 " src="https://wp2020.lokidea.com/wp-content/uploads/2017/07/picpick-20170709173546001-1499592946.jpg" alt="" width="337" height="166" /></li>
<li><a href="https://alternativeto.net/software/bootsnipp/" target="_blank" rel="noopener noreferrer">也用 alternativeto.net 找了一下 bootsnipp.com</a><br />
類似服務果然真的不多<br />
只有 <a href="https://jsfiddle.net/" target="_blank" rel="noopener noreferrer">jsFiddle</a>、<a href="https://codepen.io/" target="_blank" rel="noopener noreferrer">CodePen</a><br />
不過 alternativeto.net 的資料關聯真的不精準<br />
有機會來寫一篇關於【線上前端作品分享平台】的文章好了</li>
<li>【Social Buttons for Bootstrap】首頁上有個很大的宣傳連結<br />
<hr />
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1619 size-full" src="https://wp2020.lokidea.com/wp-content/uploads/2017/07/picpick-20170709180709001-1499594829.jpg" alt="" width="1920" height="948" /><br />
<a class="alert-link h3" href="http://githubstats.lip.is/"> New GitHub Stats </a> 這個站應該是作者自己做的<br />
上面有github的統計資料，感覺可以挖出很多有趣的關係</li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/1610/%e4%bd%bf%e7%94%a8%e4%b8%80%e8%87%b4%e7%9a%84%e7%a4%be%e4%ba%a4%e7%99%bb%e5%85%a5%e6%8c%89%e9%88%95%e3%80%90social-buttons-for-bootstrap%e3%80%91/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Favicon (最愛圖示) 產生器</title>
		<link>https://wordpress.lokidea.com/1604/favicon-%e6%9c%80%e6%84%9b%e5%9c%96%e7%a4%ba-%e7%94%a2%e7%94%9f%e5%99%a8/</link>
					<comments>https://wordpress.lokidea.com/1604/favicon-%e6%9c%80%e6%84%9b%e5%9c%96%e7%a4%ba-%e7%94%a2%e7%94%9f%e5%99%a8/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Sat, 08 Jul 2017 03:30:11 +0000</pubDate>
				<category><![CDATA[全端之路]]></category>
		<category><![CDATA[分享]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[前端工具]]></category>
		<category><![CDATA[工具服務]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=1604</guid>

					<description><![CDATA[之前一直沒有特別注意過這個問題 關於 favicon 的設定語法，因為不同使用裝置 會有對應的使用圖示，為了滿 &#8230; <a href="https://wordpress.lokidea.com/1604/favicon-%e6%9c%80%e6%84%9b%e5%9c%96%e7%a4%ba-%e7%94%a2%e7%94%9f%e5%99%a8/" class="more-link">閱讀全文 <span class="screen-reader-text">Favicon (最愛圖示) 產生器</span></a>]]></description>
										<content:encoded><![CDATA[<p>之前一直沒有特別注意過這個問題<br />
關於 favicon 的設定語法，因為不同使用裝置<br />
會有對應的使用圖示，為了滿足所有瀏覽器與裝置的需求<br />
就問了一下Google大神 (之前有印象有favicon產生器)</p>
<blockquote><p>Favicon Generator for all platforms: iOS, Android, PC/Mac&#8230;<br />
<a href="http://realfavicongenerator.net/" target="_blank" rel="noopener noreferrer">http://realfavicongenerator.net/</a></p></blockquote>
<p><span id="more-1604"></span><br />
真的有這網站，可以產生適用於所有平台的 favicon<br />
當然上傳的時候他也建議要 260&#215;260 以上的圖片<br />
沒有的話，至少要有 70&#215;70 以上<br />
上傳照片以後，會跳轉到第二頁<br />
這篇可以針對一些特別的裝置去另外獨立設定 favicon<br />
基本上沒有特別需求就到最下方去點選產生的按鈕<br />
接下來就會產生出對應的HTML語法<br />
跟需要下載的 favicon 檔案(點選 &#8220;Favicon package&#8221;可以下載整包)<br />
他也提供你放好 favicon 以後的確認器<br />
(<a href="http://realfavicongenerator.net/favicon_checker" target="_blank" rel="noopener noreferrer">http://realfavicongenerator.net/favicon_checker</a>)<br />
另外，剛好也看了看 favicon 的 <a href="https://zh.wikipedia.org/wiki/Favicon" target="_blank" rel="noopener noreferrer">wiki頁面</a><br />
原來微軟跟 favicon 的關係匪淺啊<br />
RealFaviconGenerator 也有 <a href="https://github.com/RealFaviconGenerator" target="_blank" rel="noopener noreferrer">github頁面</a><br />
<a href="http://realfavicongenerator.net/blog/" target="_blank" rel="noopener noreferrer">官方的部落格</a> 也有提供一些滿不錯的相關文章<br />
<a href="https://realfavicongenerator.net/faq" target="_blank" rel="noopener noreferrer">官方的FAQ</a> 裡面的說明也是建立圖示的一些建議說明，也值得看看<br />
在 alternativeto.net 上面也可以 <a href="http://alternativeto.net/software/realfavicongenerator-net/" target="_blank" rel="noopener noreferrer">找到其他替代方案</a><br />
也補充一下寫文章時查到的其他文章</p>
<ul>
<li><a href="http://pressing.space/frontend/favicon-trivia/" target="_blank" rel="noopener noreferrer">pressing.space | Favicon &#8211; 關於我的最愛圖示的二三事 &#8211; pressing.space</a><br />
說明了很多最愛圖示的使用技巧</li>
<li><a href="https://frontend.hackpad.com/ep/pad/static/G5OVpNxDwL4" target="_blank" rel="noopener noreferrer">前端好資源</a><br />
列出許多前端好用的工具</li>
<li><a href="http://dev.twsiyuan.com/2015/12/favicon.ico.html" target="_blank" rel="noopener noreferrer">如何產生網頁圖示（favicon）並且符合各家瀏覽器規格</a><br />
有講到 <a href="https://zh.wikipedia.org/wiki/Identicon" target="_blank" rel="noopener noreferrer">identicon</a> 這個東西，大家也可以參考看看</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/1604/favicon-%e6%9c%80%e6%84%9b%e5%9c%96%e7%a4%ba-%e7%94%a2%e7%94%9f%e5%99%a8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bootstrap 4 Alpha 6 釋出了</title>
		<link>https://wordpress.lokidea.com/1518/bootstrap-4-alpha-6-%e9%87%8b%e5%87%ba%e4%ba%86/</link>
					<comments>https://wordpress.lokidea.com/1518/bootstrap-4-alpha-6-%e9%87%8b%e5%87%ba%e4%ba%86/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Sat, 07 Jan 2017 10:07:36 +0000</pubDate>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Bootstrap 4]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=1518</guid>

					<description><![CDATA[上一篇 去年八月寫了 Bootstrap v4.0 的進度【241/366】 裡面提到 alpha1~3的時間 &#8230; <a href="https://wordpress.lokidea.com/1518/bootstrap-4-alpha-6-%e9%87%8b%e5%87%ba%e4%ba%86/" class="more-link">閱讀全文 <span class="screen-reader-text">Bootstrap 4 Alpha 6 釋出了</span></a>]]></description>
										<content:encoded><![CDATA[<p>上一篇 去年八月寫了<br />
<a href="https://wordpress.lokidea.com/blog/1243/bootstrap-v4-0-%e7%9a%84%e9%80%b2%e5%ba%a6%e3%80%90241-366%e3%80%91/" target="_blank" rel="noopener noreferrer">Bootstrap v4.0 的進度【241/366】</a><br />
裡面提到 alpha1~3的時間<br />
我也補上 alpha4~6的時間<br />
<span id="more-1518"></span></p>
<ol>
<li>2015.08.19 &#8211; <a href="http://blog.getbootstrap.com/2015/08/19/bootstrap-4-alpha/" target="_blank" rel="noopener noreferrer">Bootstrap 4 alpha 1</a></li>
<li>2015.12.08 &#8211; <a href="http://blog.getbootstrap.com/2015/12/08/bootstrap-4-alpha-2/" target="_blank" rel="noopener noreferrer">Bootstrap 4 alpha 2</a></li>
<li>2016.07.27 &#8211; <a href="https://blog.getbootstrap.com/2016/07/27/bootstrap-4-alpha-3/" target="_blank" rel="noopener noreferrer">Bootstrap 4 Alpha 3</a></li>
<li>2016.09.05 &#8211; <a href="https://blog.getbootstrap.com/2016/09/05/bootstrap-4-alpha-4/" target="_blank" rel="noopener noreferrer">Bootstrap 4 Alpha 4</a> (new)</li>
<li>2016.10.19 &#8211; <a href="https://blog.getbootstrap.com/2016/10/19/bootstrap-4-alpha-5/" target="_blank" rel="noopener noreferrer">Bootstrap 4 Alpha 5</a> (new)</li>
<li>2017.01.06 &#8211; <a href="https://blog.getbootstrap.com/2017/01/06/bootstrap-4-alpha-6/" target="_blank" rel="noopener noreferrer">Bootstrap 4 Alpha 6</a> (new)</li>
</ol>
<p>最新的 <a href="https://blog.getbootstrap.com/2017/01/06/bootstrap-4-alpha-6/" target="_blank" rel="noopener noreferrer">release文章</a>也有提到<br />
之後就進入<br />
看來今年2月應該就可以進入Beta1<br />
順利的話應該四月或五月就可以看到正式的Bootstrap 4的釋出了</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/1518/bootstrap-4-alpha-6-%e9%87%8b%e5%87%ba%e4%ba%86/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bootstrap v4.0 的進度【241/366】</title>
		<link>https://wordpress.lokidea.com/1243/bootstrap-v4-0-%e7%9a%84%e9%80%b2%e5%ba%a6%e3%80%90241-366%e3%80%91/</link>
					<comments>https://wordpress.lokidea.com/1243/bootstrap-v4-0-%e7%9a%84%e9%80%b2%e5%ba%a6%e3%80%90241-366%e3%80%91/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Sun, 28 Aug 2016 15:45:22 +0000</pubDate>
				<category><![CDATA[前端]]></category>
		<category><![CDATA[每日一篇]]></category>
		<category><![CDATA[網路觀察]]></category>
		<category><![CDATA[Bootstrap 4]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=1243</guid>

					<description><![CDATA[2015.08.19 &#8211; Bootstrap 4 alpha 1 2015.12.08 &#821 &#8230; <a href="https://wordpress.lokidea.com/1243/bootstrap-v4-0-%e7%9a%84%e9%80%b2%e5%ba%a6%e3%80%90241-366%e3%80%91/" class="more-link">閱讀全文 <span class="screen-reader-text">Bootstrap v4.0 的進度【241/366】</span></a>]]></description>
										<content:encoded><![CDATA[<ul>
<li>2015.08.19 &#8211; Bootstrap 4 alpha 1</li>
<li>2015.12.08 &#8211; Bootstrap 4 alpha 2</li>
<li>2016.07.27 &#8211; Bootstrap 4 Alpha 3</li>
</ul>
<p>官方也有說到</p>
<blockquote><p>The general development and release plan looks something like this:</p>
<ul>
<li>A few alpha releases while things are still in flux.</li>
<li>Two beta releases after features and functionality are locked down to really test things out.</li>
<li>Two release candidates (RCs) to really test things out closer to production environments.</li>
<li>Then, the final release!</li>
</ul>
</blockquote>
<p><span id="more-1243"></span><br />
看起來應該還要一陣子<br />
有去<a href="https://github.com/twbs/bootstrap/milestones" target="_blank" rel="noopener noreferrer">issue看了一下資料</a><br />
現在正在close alpha 4的issue<br />
後面還會有alpha 5跟alpha 6<br />
之後應該就會接beta 1、beta 2<br />
還有RC1、RC2<br />
照舊有的紀錄推斷，正式release可能是明年年底，到後年年中之間吧</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/1243/bootstrap-v4-0-%e7%9a%84%e9%80%b2%e5%ba%a6%e3%80%90241-366%e3%80%91/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>網頁編輯器與語法高亮-研究篇【230/366】</title>
		<link>https://wordpress.lokidea.com/1187/%e7%b6%b2%e9%a0%81%e7%b7%a8%e8%bc%af%e5%99%a8%e8%88%87%e8%aa%9e%e6%b3%95%e9%ab%98%e4%ba%ae-%e7%a0%94%e7%a9%b6%e7%af%87%e3%80%90230-366%e3%80%91/</link>
					<comments>https://wordpress.lokidea.com/1187/%e7%b6%b2%e9%a0%81%e7%b7%a8%e8%bc%af%e5%99%a8%e8%88%87%e8%aa%9e%e6%b3%95%e9%ab%98%e4%ba%ae-%e7%a0%94%e7%a9%b6%e7%af%87%e3%80%90230-366%e3%80%91/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Wed, 17 Aug 2016 15:00:41 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[每日一篇]]></category>
		<category><![CDATA[網路觀察]]></category>
		<category><![CDATA[網頁編輯器]]></category>
		<category><![CDATA[語法高亮]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=1187</guid>

					<description><![CDATA[10 Best jQuery and HTML5 WYSIWYG Plugins 參考這篇，列出10個即見即所 &#8230; <a href="https://wordpress.lokidea.com/1187/%e7%b6%b2%e9%a0%81%e7%b7%a8%e8%bc%af%e5%99%a8%e8%88%87%e8%aa%9e%e6%b3%95%e9%ab%98%e4%ba%ae-%e7%a0%94%e7%a9%b6%e7%af%87%e3%80%90230-366%e3%80%91/" class="more-link">閱讀全文 <span class="screen-reader-text">網頁編輯器與語法高亮-研究篇【230/366】</span></a>]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.sitepoint.com/10-best-html-wysiwyg-plugins/" target="_blank" rel="noopener noreferrer">10 Best jQuery and HTML5 WYSIWYG Plugins</a><br />
參考這篇，列出10個即見即所得的編輯器<br />
Wordpress內含的TinyMCE也在其中呢<br />
<span id="more-1187"></span></p>
<ol>
<li><a href="https://www.froala.com/wysiwyg-editor" target="_blank" rel="noopener noreferrer">Froala</a></li>
<li><a href="http://getcontenttools.com/" target="_blank" rel="noopener noreferrer">ContentTools</a></li>
<li><a href="https://www.raptor-editor.com/" target="_blank" rel="noopener noreferrer">Raptor Editor</a></li>
<li><a href="http://www.alohaeditor.org/Content.Node/index.html" target="_blank" rel="noopener noreferrer">Aloha Editor</a></li>
<li><a href="https://www.tinymce.com/" target="_blank" rel="noopener noreferrer">TinyMCE</a></li>
<li><a href="https://github.com/bootstrap-wysiwyg/bootstrap3-wysiwyg" target="_blank" rel="noopener noreferrer">bootstrap3-wysiwyg</a></li>
<li><a href="http://summernote.org/" target="_blank" rel="noopener noreferrer">Summernote</a></li>
<li><a href="http://ckeditor.com/" target="_blank" rel="noopener noreferrer">CKEditor</a></li>
<li><a href="http://alex-d.github.io/Trumbowyg/" target="_blank" rel="noopener noreferrer">Trumbowyg</a></li>
<li><a href="https://imperavi.com/redactor/" target="_blank" rel="noopener noreferrer">Redactor</a></li>
</ol>
<p>其他文章：<br />
<a href="http://designhuntr.com/jquery-text-editor-plugins/" target="_blank" rel="noopener noreferrer">20 Awesome WYSIWYG and jQuery Text Editor Plugins &#8211; DesignHuntR</a><br />
<a href="http://www.jqueryrain.com/demo/jquery-wysiwyg-editor/" target="_blank" rel="noopener noreferrer">25+ jQuery Wysiwyg Editor Plugin with Example Demo</a></p>
<hr />
<p>語法高亮有找到支援滿多語法跟樣式的js lib<br />
<a href="https://highlightjs.org/" target="_blank" rel="noopener noreferrer">highlight.js</a><br />
<a href="https://github.com/isagalaev/highlight.js" target="_blank" rel="noopener noreferrer">Github</a>上面應該是最多人star的repo了<br />
支援顯示的程式語言166種<br />
能選擇的樣式有77種</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/1187/%e7%b6%b2%e9%a0%81%e7%b7%a8%e8%bc%af%e5%99%a8%e8%88%87%e8%aa%9e%e6%b3%95%e9%ab%98%e4%ba%ae-%e7%a0%94%e7%a9%b6%e7%af%87%e3%80%90230-366%e3%80%91/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cocycles-查詢Javascript片段程式碼的服務【214/366】</title>
		<link>https://wordpress.lokidea.com/1136/cocycles-%e6%9f%a5%e8%a9%a2javascript%e7%89%87%e6%ae%b5%e7%a8%8b%e5%bc%8f%e7%a2%bc%e7%9a%84%e6%9c%8d%e5%8b%99%e3%80%90214-366%e3%80%91/</link>
					<comments>https://wordpress.lokidea.com/1136/cocycles-%e6%9f%a5%e8%a9%a2javascript%e7%89%87%e6%ae%b5%e7%a8%8b%e5%bc%8f%e7%a2%bc%e7%9a%84%e6%9c%8d%e5%8b%99%e3%80%90214-366%e3%80%91/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Mon, 01 Aug 2016 13:42:57 +0000</pubDate>
				<category><![CDATA[js]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[每日一篇]]></category>
		<category><![CDATA[網路觀察]]></category>
		<category><![CDATA[Functionality]]></category>
		<category><![CDATA[JavaScript Code Snippets]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=1136</guid>

					<description><![CDATA[Find JavaScript Code Snippets by Functionality with Coc &#8230; <a href="https://wordpress.lokidea.com/1136/cocycles-%e6%9f%a5%e8%a9%a2javascript%e7%89%87%e6%ae%b5%e7%a8%8b%e5%bc%8f%e7%a2%bc%e7%9a%84%e6%9c%8d%e5%8b%99%e3%80%90214-366%e3%80%91/" class="more-link">閱讀全文 <span class="screen-reader-text">Cocycles-查詢Javascript片段程式碼的服務【214/366】</span></a>]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.sitepoint.com/find-javascript-code-snippets-by-functionality-with-cocycles/?utm_content=buffer77999&amp;utm_medium=social&amp;utm_source=facebook.com&amp;utm_campaign=buffer" target="_blank" rel="noopener noreferrer">Find JavaScript Code Snippets by Functionality with Cocycles</a><br />
這篇剛好寫到這個服務<br />
現在只有提供JS的code片段搜尋<br />
<span id="more-1136"></span><br />
用function名稱的方式做搜尋<br />
<a href="https://cocycles.com/" target="_blank" rel="noopener noreferrer">cocycles的首頁</a>上面還有寫出未來會提供<br />
Ruby, Java, PHP, Python 這四種語言的搜尋<br />
內容目前只有github的專案<br />
不過版面格式感覺比github好很多<br />
畢竟搜尋的方式不太一樣<br />
&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/1136/cocycles-%e6%9f%a5%e8%a9%a2javascript%e7%89%87%e6%ae%b5%e7%a8%8b%e5%bc%8f%e7%a2%bc%e7%9a%84%e6%9c%8d%e5%8b%99%e3%80%90214-366%e3%80%91/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
