<?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>Apps Archives - 阿力獅的 WP 測試站</title>
	<atom:link href="https://wpdemo.alexclassroom.taipei/category/apps/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpdemo.alexclassroom.taipei/category/apps/</link>
	<description>展示 WordPress 自架站的無限可能</description>
	<lastBuildDate>Mon, 17 Dec 2018 10:04:28 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://wpdemo.alexclassroom.taipei/wp-content/uploads/cropped-Japan-Account-Avatar-Circle-512-OPT-1.png</url>
	<title>Apps Archives - 阿力獅的 WP 測試站</title>
	<link>https://wpdemo.alexclassroom.taipei/category/apps/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Markup: HTML Tags and Formatting</title>
		<link>https://wpdemo.alexclassroom.taipei/markup-html-tags-and-formatting/</link>
					<comments>https://wpdemo.alexclassroom.taipei/markup-html-tags-and-formatting/#comments</comments>
		
		<dc:creator><![CDATA[阿力獅]]></dc:creator>
		<pubDate>Mon, 12 Feb 2018 00:28:47 +0000</pubDate>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[One Page]]></category>
		<guid isPermaLink="false">http://demos.famethemes.com/onepress-oneify/?p=37</guid>

					<description><![CDATA[Headings Header one Header two ...]]></description>
										<content:encoded><![CDATA[<h2>Headings</h2>
<h1>Header one</h1>
<h2>Header two</h2>
<h3>Header three</h3>
<h4>Header four</h4>
<h5>Header five</h5>
<h6>Header six</h6>
<p><span id="more-1465"></span></p>
<h2>Blockquotes</h2>
<p>Single line blockquote:</p>
<blockquote><p>Stay hungry. Stay foolish.</p></blockquote>
<p>Multi line blockquote with a cite reference:</p>
<blockquote><p>People think focus means saying yes to the thing you&#8217;ve got to focus on. But that&#8217;s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I&#8217;m actually as proud of the things we haven&#8217;t done as the things I have done. Innovation is saying no to 1,000 things.</p></blockquote>
<p><cite>Steve Jobs</cite> &#8211; Apple Worldwide Developers&#8217; Conference, 1997</p>
<h2>Tables</h2>
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th><a href="https://example.org/">John Doe</a></th>
<td>$1</td>
<td>Because that&#8217;s all Steve Jobs needed for a salary.</td>
</tr>
<tr>
<th><a href="https://example.org/">Jane Doe</a></th>
<td>$100K</td>
<td>For all the blogging she does.</td>
</tr>
<tr>
<th><a href="https://example.org/">Fred Bloggs</a></th>
<td>$100M</td>
<td>Pictures are worth a thousand words, right? So Jane x 1,000.</td>
</tr>
<tr>
<th><a href="https://example.org/">Jane Bloggs</a></th>
<td>$100B</td>
<td>With hair like that?! Enough said&#8230;</td>
</tr>
</tbody>
</table>
<h2>Definition Lists</h2>
<dl>
<dt>Definition List Title</dt>
<dd>Definition list division.</dd>
<dt>Startup</dt>
<dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd>
<dt>#dowork</dt>
<dd>Coined by Rob Dyrdek and his personal body guard Christopher &#8220;Big Black&#8221; Boykins, &#8220;Do Work&#8221; works as a self motivator, to motivating your friends.</dd>
<dt>Do It Live</dt>
<dd>I&#8217;ll let Bill O&#8217;Reilly will <a title="We'll Do It Live" href="https://www.youtube.com/watch?v=O_HyZ5aW76c">explain</a> this one.</dd>
</dl>
<h2>Unordered Lists (Nested)</h2>
<ul>
<li>List item one
<ul>
<li>List item one
<ul>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
<h2>Ordered List (Nested)</h2>
<ol>
<li>List item one
<ol>
<li>List item one
<ol>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
<h2>HTML Tags</h2>
<p>These supported tags come from the WordPress.com code <a title="Code" href="https://en.support.wordpress.com/code/">FAQ</a>.</p>
<p><strong>Address Tag</strong></p>
<address>1 Infinite Loop<br />
Cupertino, CA 95014<br />
United States</address>
<p><strong>Anchor Tag (aka. Link)</strong></p>
<p>This is an example of a <a title="Apple" href="https://apple.com">link</a>.</p>
<p><strong>Abbreviation Tag</strong></p>
<p>The abbreviation <abbr title="Seriously">srsly</abbr> stands for &#8220;seriously&#8221;.</p>
<p><strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong></p>
<p>The acronym <acronym title="For The Win">ftw</acronym> stands for &#8220;for the win&#8221;.</p>
<p><strong>Big Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong></p>
<p>These tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.</p>
<p><strong>Cite Tag</strong></p>
<p>&#8220;Code is poetry.&#8221; &#8212;<cite>Automattic</cite></p>
<p><strong>Code Tag</strong></p>
<p>You will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.</p>
<p><strong>Delete Tag</strong></p>
<p>This tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).</p>
<p><strong>Emphasize Tag</strong></p>
<p>The emphasize tag should <em>italicize</em> text.</p>
<p><strong>Insert Tag</strong></p>
<p>This tag should denote <ins>inserted</ins> text.</p>
<p><strong>Keyboard Tag</strong></p>
<p>This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.</p>
<p><strong>Preformatted Tag</strong></p>
<p>This tag styles large blocks of code.</p>
<pre>.post-title {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2;
	and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;
}</pre>
<p><strong>Quote Tag</strong></p>
<p><q>Developers, developers, developers&#8230;</q> &#8211;Steve Ballmer</p>
<p><strong>Strike Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong></p>
<p>This tag shows <span style="text-decoration: line-through;">strike-through text</span></p>
<p><strong>Strong Tag</strong></p>
<p>This tag shows <strong>bold<strong> text.</strong></strong></p>
<p><strong>Subscript Tag</strong></p>
<p>Getting our science styling on with H<sub>2</sub>O, which should push the &#8220;2&#8221; down.</p>
<p><strong>Superscript Tag</strong></p>
<p>Still sticking with science and Isaac Newton&#8217;s E = MC<sup>2</sup>, which should lift the 2 up.</p>
<p><strong>Teletype Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong></p>
<p>This rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.</p>
<p><strong>Variable Tag</strong></p>
<p>This allows you to denote <var>variables</var>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpdemo.alexclassroom.taipei/markup-html-tags-and-formatting/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Google Play 圖書的有聲書正式上線 &#8230;</title>
		<link>https://wpdemo.alexclassroom.taipei/google-play-%e5%9c%96%e6%9b%b8%e7%9a%84%e6%9c%89%e8%81%b2%e6%9b%b8%e6%ad%a3%e5%bc%8f%e4%b8%8a%e7%b7%9a/</link>
		
		<dc:creator><![CDATA[阿力獅]]></dc:creator>
		<pubDate>Wed, 24 Jan 2018 05:29:57 +0000</pubDate>
				<category><![CDATA[Apps]]></category>
		<guid isPermaLink="false">https://wpdemo.alexclassroom.taipei/google-play-%e5%9c%96%e6%9b%b8%e7%9a%84%e6%9c%89%e8%81%b2%e6%9b%b8%e6%ad%a3%e5%bc%8f%e4%b8%8a%e7%b7%9a/</guid>

					<description><![CDATA[Google Play 圖書的有聲書正式上線

目前支援 9 個語言，總計支援 45 個國家地區的 Google Play。

目前支援的語言為英文、德文、西班牙文、法文、義大利文、俄文、韓文、日文與波蘭文，尚未支援中文，所以台灣與香港的 Google Play 圖書尚未有這個項目。

螢幕擷圖為美國區 Google Play。]]></description>
										<content:encoded><![CDATA[<p>Google Play 圖書的有聲書正式上線</p>
<p>目前支援 9 個語言，總計支援 45 個國家地區的 Google Play。</p>
<p>目前支援的語言為英文、德文、西班牙文、法文、義大利文、俄文、韓文、日文與波蘭文，尚未支援中文，所以台灣與香港的 Google Play 圖書尚未有這個項目。</p>
<p>螢幕擷圖為美國區 Google Play。</p>
<div class="fbfpi_photo"><a href="https://www.facebook.com/alexclassroom1114/photos/a.911373648887180.1073741829.780549188636294/1805030599521476/?type=3" target=""><img decoding="async" src="https://wpdemo.alexclassroom.taipei/wp-content/uploads/969f204c.jpg" /></a></div>
<div>[content_block slug=alexlion]</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>無論是公有或私有資訊裝置，任何會用到的帳號密碼都不該以紙張呈現，並這樣公開的貼在裝置上。 &#8230;</title>
		<link>https://wpdemo.alexclassroom.taipei/%e7%84%a1%e8%ab%96%e6%98%af%e5%85%ac%e6%9c%89%e6%88%96%e7%a7%81%e6%9c%89%e8%b3%87%e8%a8%8a%e8%a3%9d%e7%bd%ae%ef%bc%8c%e4%bb%bb%e4%bd%95%e6%9c%83%e7%94%a8%e5%88%b0%e7%9a%84%e5%b8%b3%e8%99%9f%e5%af%86/</link>
		
		<dc:creator><![CDATA[阿力獅]]></dc:creator>
		<pubDate>Sun, 21 Jan 2018 06:32:01 +0000</pubDate>
				<category><![CDATA[Apps]]></category>
		<guid isPermaLink="false">https://wpdemo.alexclassroom.taipei/%e7%84%a1%e8%ab%96%e6%98%af%e5%85%ac%e6%9c%89%e6%88%96%e7%a7%81%e6%9c%89%e8%b3%87%e8%a8%8a%e8%a3%9d%e7%bd%ae%ef%bc%8c%e4%bb%bb%e4%bd%95%e6%9c%83%e7%94%a8%e5%88%b0%e7%9a%84%e5%b8%b3%e8%99%9f%e5%af%86/</guid>

					<description><![CDATA[無論是公有或私有資訊裝置，任何會用到的帳號密碼都不該以紙張呈現，並這樣公開的貼在裝置上。

如果各核武基地這樣搞，基本上隨時準備世界末日。

你，也把帳號密碼貼在裝置上嗎？

=========

各位可以閱讀一下推文，看看這個天才的公家單位是哪一國哪裡的什麼單位...]]></description>
										<content:encoded><![CDATA[
<p>無論是公有或私有資訊裝置，任何會用到的帳號密碼都不該以紙張呈現，並這樣公開的貼在裝置上。</p>



<p>如果各核武基地這樣搞，基本上隨時準備世界末日。</p>



<p>你，也把帳號密碼貼在裝置上嗎？</p>



<hr class="wp-block-separator"/>



<p>各位可以閱讀一下推文，看看這個天才的公家單位是哪一國哪裡的什麼單位&#8230;<br></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>台灣 Google 於 2018 年 1 月 15 &#8230;</title>
		<link>https://wpdemo.alexclassroom.taipei/%e5%8f%b0%e7%81%a3-google-%e6%96%bc-2018-%e5%b9%b4-1-%e6%9c%88-15/</link>
		
		<dc:creator><![CDATA[阿力獅]]></dc:creator>
		<pubDate>Tue, 16 Jan 2018 16:30:00 +0000</pubDate>
				<category><![CDATA[Apps]]></category>
		<guid isPermaLink="false">https://wpdemo.alexclassroom.taipei/%e5%8f%b0%e7%81%a3-google-%e6%96%bc-2018-%e5%b9%b4-1-%e6%9c%88-15/</guid>

					<description><![CDATA[台灣 Google 於 2018 年 1 月 15 日在官方部落格所發表的文章，對一般使用者的重點如下：

1. 終於在台灣開放使用金融簽帳卡，但現階段僅中國信託商業銀行的卡可以加入 Google Pay。

2. 加入 Google Pay 可用信用卡的銀行再添一家，新加入的銀行為匯豐銀行 (剛好我有，馬上加)。

3. 增加更多可以線上以 Google Pay 進行付款的台灣店家，例如「呼叫小黃」。

對一般收款店家來說，重點如下：

1. 記得換感應式刷卡機上的貼紙，可以的話店門口也換一下，其他沒你的事。
2. 店家的網站假如有購物車，金流記得找支援、能橋接 Google Pay 的喔。

對兩者來說，重點如下：

1. Android Pay 更名為 Google Pay，就這樣，大家都希望是最後一次改名字。

當然，還是沒有 Google Play Gift Card 的消息，台灣的小朋友仍在癡癡的等。]]></description>
										<content:encoded><![CDATA[<p>台灣 Google 於 2018 年 1 月 15 日在官方部落格所發表的文章，對一般使用者的重點如下：</p>
<p>1. 終於在台灣開放使用金融簽帳卡，但現階段僅中國信託商業銀行的卡可以加入 Google Pay。</p>
<p>2. 加入 Google Pay 可用信用卡的銀行再添一家，新加入的銀行為匯豐銀行 (剛好我有，馬上加)。</p>
<p>3. 增加更多可以線上以 Google Pay 進行付款的台灣店家，例如「呼叫小黃」。</p>
<p>對一般收款店家來說，重點如下：</p>
<p>1. 記得換感應式刷卡機上的貼紙，可以的話店門口也換一下，其他沒你的事。<br />
2. 店家的網站假如有購物車，金流記得找支援、能橋接 Google Pay 的喔。</p>
<p>對兩者來說，重點如下：</p>
<p>1. Android Pay 更名為 Google Pay，就這樣，大家都希望是最後一次改名字。</p>
<p>當然，還是沒有 Google Play Gift Card 的消息，台灣的小朋友仍在癡癡的等。</p>
<div class="fbfpi_link">
<div class="fbfpi_image"><a href="https://taiwan.googleblog.com/2018/01/google-payanrdroid-paygoogle.html" target="_blank" title="&copy; taiwan.googleblog.com - 全新品牌Google Pay，整合Android Pay等Google產品內所有支付功能"><img decoding="async" src="https://wpdemo.alexclassroom.taipei/wp-content/uploads/7c17ed31.png" title="&copy; taiwan.googleblog.com - 全新品牌Google Pay，整合Android Pay等Google產品內所有支付功能"></a></div>
<div class="fbfpi_text">
<h4><a href="https://taiwan.googleblog.com/2018/01/google-payanrdroid-paygoogle.html" target="_blank" title="&copy; taiwan.googleblog.com - 全新品牌Google Pay，整合Android Pay等Google產品內所有支付功能">全新品牌Google Pay，整合Android Pay等Google產品內所有支付功能</a></h4>
<p><small>taiwan.googleblog.com</small></p>
<p>Android Pay 從去年六月在台上線以來成長快速且服務範圍廣泛，現在我們很高興的跟大家分享，明天起Android Pay將首度在台灣支援簽帳金融卡服務，你將可以把 中國信託的簽帳金融卡加到Android Pay中。 另外在信用卡方面，我們也將&#8230;</p>
</div>
</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Google Blogger 支援自訂域名網站啟用 SSL 憑證</title>
		<link>https://wpdemo.alexclassroom.taipei/google-blogger%e6%94%af%e6%8f%b4%e8%87%aa%e8%a8%82%e5%9f%9f%e5%90%8d%e7%b6%b2%e7%ab%99%e5%95%9f%e7%94%a8ssl%e6%86%91%e8%ad%89/</link>
		
		<dc:creator><![CDATA[阿力獅]]></dc:creator>
		<pubDate>Thu, 11 Jan 2018 07:34:09 +0000</pubDate>
				<category><![CDATA[Apps]]></category>
		<guid isPermaLink="false">https://wpdemo.alexclassroom.taipei/%e6%9b%b4%e6%96%b0%ef%bc%9a%e9%80%b2%e5%85%a5-blogger-%e9%80%b2%e8%a1%8c%e8%a8%ad%e5%ae%9a%e7%9a%84%e7%b6%b2%e5%9d%80%e3%80%82/</guid>

					<description><![CDATA[更新：進入 Blogger 進行設定的網址。

即使 Google Blogger 官方線上文件依舊把使用自訂域名排除在 HTTPS 連線之外，但是事實上這項功能已開放給使用 Blogger 建立、並綁定自訂域名的網站。

要啟用這項功能很簡單，就跟沒綁定自訂域名的 Blogger 一樣。

1. 使用具備管理權限的 Google 帳戶登入 https://draft.blogger.com。
2. 因為單一 Google 帳戶可建立多個 Blogger 網站，請選取你要管理的網站。
3. 進入 [設定]→[基本]。
4. 在 [HTTPS] 區段下方，將 [HTTPS 可用性] 從 [否] 改為 [是]。

請注意，系統需要一段時間才能將這項設定生效。

設定生效後，請將 [HTTPS 重新導向] 由 [否] 改為 [是]。

以下網址是這項設定已生效的 Blogger 網站網址：
https://www.maitreya.land

該網站的網域名稱買的不錯，與網站目標完全結合。

當然，是我輔導網站站長買的啊...]]></description>
										<content:encoded><![CDATA[
<p>即使 Google Blogger 官方線上文件依舊把使用自訂域名排除在 HTTPS 連線之外，但是事實上這項功能已開放給使用 Blogger 建立、並綁定自訂域名的網站。</p>



<p>要啟用這項功能很簡單，就跟沒綁定自訂域名的 Blogger 一樣。</p>



<ol class="wp-block-list"><li>使用具備管理權限的 Google 帳戶登入 <a href="https://draft.blogger.com" target="_blank" rel="noopener">https://draft.blogger.com</a>。</li><li>因為單一 Google 帳戶可建立多個 Blogger 網站，請選取你要管理的網站。</li><li>進入 [設定]→[基本]。</li><li>在 [HTTPS] 區段下方，將 [HTTPS 可用性] 從 [否] 改為 [是]。</li></ol>



<p>請注意，系統需要一段時間才能將這項設定生效。</p>



<p>設定生效後，請將 [HTTPS 重新導向] 由 [否] 改為 [是]。</p>



<p>以下網址是這項設定已生效的 Blogger 網站網址：<br><a href="https://www.maitreya.land" target="_blank" rel="noopener">https://www.maitreya.land</a></p>



<p>該網站的網域名稱買的不錯，與網站目標完全結合。</p>



<p>當然，是我輔導網站站長買的啊&#8230;</p>



<figure class="wp-block-embed-facebook wp-block-embed is-type-rich is-provider-facebook"><div class="wp-block-embed__wrapper">
https://www.facebook.com/alexclassroom1114/photos/a.789417187749494.1073741828.780549188636294/1791516760872860/?type=3
</div></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>消息來源為台灣 &#8230;</title>
		<link>https://wpdemo.alexclassroom.taipei/%e6%b6%88%e6%81%af%e4%be%86%e6%ba%90%e7%82%ba%e5%8f%b0%e7%81%a3/</link>
		
		<dc:creator><![CDATA[阿力獅]]></dc:creator>
		<pubDate>Thu, 11 Jan 2018 00:31:50 +0000</pubDate>
				<category><![CDATA[Apps]]></category>
		<guid isPermaLink="false">https://wpdemo.alexclassroom.taipei/%e6%b6%88%e6%81%af%e4%be%86%e6%ba%90%e7%82%ba%e5%8f%b0%e7%81%a3/</guid>

					<description><![CDATA[消息來源為台灣 Apple，無須自行揣測及無端恐慌。

中國 iCloud 即將進行異動，僅影響 Apple ID 國家/地區設定為「中國」的使用者。

請注意，這與你的居地無關，如果你住在台灣，卻因為某種因素將 Apple ID 的國家/地區設定「中國」，就會收受到影響。

反之亦然。]]></description>
										<content:encoded><![CDATA[<p>消息來源為台灣 Apple，無須自行揣測及無端恐慌。</p>
<p>中國 iCloud 即將進行異動，僅影響 Apple ID 國家/地區設定為「中國」的使用者。</p>
<p>請注意，這與你的居地無關，如果你住在台灣，卻因為某種因素將 Apple ID 的國家/地區設定「中國」，就會收受到影響。</p>
<p>反之亦然。</p>
<div class="fbfpi_link">
<div class="fbfpi_image"><a href="https://support.apple.com/zh-tw/HT208352" target="_blank" title="&copy; support.apple.com - 中國的 iCloud 服務：常見問題"><img decoding="async" src="https://wpdemo.alexclassroom.taipei/wp-content/uploads/df826365.png" title="&copy; support.apple.com - 中國的 iCloud 服務：常見問題"></a></div>
<div class="fbfpi_text">
<h4><a href="https://support.apple.com/zh-tw/HT208352" target="_blank" title="&copy; support.apple.com - 中國的 iCloud 服務：常見問題">中國的 iCloud 服務：常見問題</a></h4>
<p><small>support.apple.com</small></p>
<p>關於中國 iCloud 服務即將進行的異動，本文提供常見問題的解答。</p>
</div>
</div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
