<?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>ui-patterns.com &#8211; 這世上 沒有偶然 只有必然</title>
	<atom:link href="https://wordpress.lokidea.com/tag/ui-patterns-com/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.lokidea.com</link>
	<description>幻幽的小小分享區</description>
	<lastBuildDate>Thu, 28 Jul 2016 13:44:03 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>密碼強度驗證也是Design Patterns【210/366】</title>
		<link>https://wordpress.lokidea.com/1127/%e5%af%86%e7%a2%bc%e5%bc%b7%e5%ba%a6%e9%a9%97%e8%ad%89%e4%b9%9f%e6%98%afdesign-patterns%e3%80%90210-366%e3%80%91/</link>
					<comments>https://wordpress.lokidea.com/1127/%e5%af%86%e7%a2%bc%e5%bc%b7%e5%ba%a6%e9%a9%97%e8%ad%89%e4%b9%9f%e6%98%afdesign-patterns%e3%80%90210-366%e3%80%91/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Thu, 28 Jul 2016 13:44:03 +0000</pubDate>
				<category><![CDATA[每日一篇]]></category>
		<category><![CDATA[網路觀察]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[ui-patterns.com]]></category>
		<category><![CDATA[User Interface Design Patterns]]></category>
		<category><![CDATA[設計模式]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=1127</guid>

					<description><![CDATA[User Interface Design Patterns系列文章第一篇 Password Strength &#8230; <a href="https://wordpress.lokidea.com/1127/%e5%af%86%e7%a2%bc%e5%bc%b7%e5%ba%a6%e9%a9%97%e8%ad%89%e4%b9%9f%e6%98%afdesign-patterns%e3%80%90210-366%e3%80%91/" class="more-link">閱讀全文 <span class="screen-reader-text">密碼強度驗證也是Design Patterns【210/366】</span></a>]]></description>
										<content:encoded><![CDATA[<p>User Interface Design Patterns系列文章第一篇<br />
Password Strength Meter(密碼強度檢測儀)<br />
根據使用者輸入的密碼長度進行檢查<br />
<a href="http://ui-patterns.com/patterns/PasswordStrengthMeter" target="_blank" rel="noopener noreferrer">http://ui-patterns.com</a> 上面有寫出五種檢查出的狀態結果<br />
<span id="more-1127"></span><br />
分別為</p>
<ol>
<li>Too short</li>
<li>Weak</li>
<li>Fair</li>
<li>Good</li>
<li>Strong</li>
</ol>
<p>五種強度<br />
也定義甚麼密碼是強密碼</p>
<ol>
<li>有超過8個字符</li>
<li>包含小寫和大寫字母</li>
<li>包含至少一個數字字符</li>
<li>包含特殊字符</li>
<li>有超過12個字符</li>
</ol>
<hr />
<p>頁面上還有不少的介紹!!<br />
之後慢慢翻譯上來</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/1127/%e5%af%86%e7%a2%bc%e5%bc%b7%e5%ba%a6%e9%a9%97%e8%ad%89%e4%b9%9f%e6%98%afdesign-patterns%e3%80%90210-366%e3%80%91/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
