<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1969246234942302954</id><updated>2024-09-13T08:30:53.892-07:00</updated><category term="Contents"/><title type='text'>JavaScripts • 無限</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://javascripts.onlinedoc.tw/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1969246234942302954/posts/default'/><link rel='alternate' type='text/html' href='https://javascripts.onlinedoc.tw/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>猛鬼小紀</name><uri>http://www.blogger.com/profile/00948418399959676299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1969246234942302954.post-4275771611331702473</id><published>2021-02-25T01:13:00.014-08:00</published><updated>2021-06-22T07:08:20.331-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Contents"/><title type='text'>進階 Web APP 前端開發目錄與資料索引</title><content type='html'>&lt;span
  style=&quot;color: #6aa84f; font-family: Trebuchet MS, sans-serif; font-size: large;&quot;
  &gt;進階 Web APP 前端開發目錄&lt;/span
&gt;&lt;br /&gt;
&lt;div&gt;
  &lt;ol&gt;
    &lt;li&gt;
      Chapter 1: 開發環境的安裝
      &lt;ul&gt;
        &lt;li&gt;VSCode 安裝與設定&lt;/li&gt;
        &lt;li&gt;HTTP 通訊協定的認識&lt;/li&gt;
        &lt;li&gt;版控基本使用方式&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;
&lt;span face=&quot;Trebuchet MS, sans-serif&quot; style=&quot;color: #6aa84f; font-size: large;&quot;&gt;JavaScripts 基本語法&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
  &lt;ol&gt;
    &lt;li&gt;JavaScripts 語言介紹 
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_intro.asp&quot;&gt;JavaScript 介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_whereto.asp&quot;&gt;JavaScript 引用方式&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_output.asp&quot;&gt;JavaScript 輸出介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_statements.asp&quot;&gt;JavaScript 語句介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_syntax.asp&quot;&gt;JavaScript 語法介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_comments.asp&quot;&gt;JavaScript 注解介紹&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;JavaScripts 變數參數介紹 
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_variables.asp&quot;&gt;JavaScript 變數介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_let.asp&quot;&gt;JavaScript let 用法&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_const.asp&quot;&gt;JavaScript 常數介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_operators.asp&quot;&gt;JavaScript 操作子介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_assignment.asp&quot;&gt;JavaScript 指派運算子介紹&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;JavaScripts 資料使用方式介紹 
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_datatypes.asp&quot;&gt;JavaScript 資料類型介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_functions.asp&quot;&gt;JavaScript 函數使用方法&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_objects.asp&quot;&gt;JavaScript 物件介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_events.asp&quot;&gt;JavaScript 事件介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_strings.asp&quot;&gt;JavaScript 字串介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_string_methods.asp&quot;&gt;JavaScript 字串處理方式介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_numbers.asp&quot;&gt;JavaScript 數字介紹&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;https://www.w3schools.com/js/js_number_methods.asp&quot;&gt;JavaScript 數字處理方式介紹&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
 &lt;/ol&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;span
  style=&quot;color: #6aa84f; font-family: Trebuchet MS, sans-serif; font-size: large;&quot;
  &gt;相關資料索引&lt;/span
&gt;&lt;br /&gt;
參考文獻：
&lt;ol&gt;
  &lt;li&gt;&lt;a href=&#39;https://github.com/antallen/WebAppProject&#39;&gt;課程練習題&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;參考書籍
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&#39;https://www.tenlong.com.tw/products/9789864769513?list_name=lv&#39;&gt;秒懂行動網頁設計&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&#39;https://www.tenlong.com.tw/products/9787302476498?list_name=srh&#39;&gt;Apache Cordova 實戰&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;參考網頁
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&#39;https://www.w3schools.com/&#39;&gt;W3School.com&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&#39;https://linmasahiro.github.io/2020/03/28/20200328/index.html&#39;&gt;Cordova + Vue.js 開發手機App&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&#39;https://ithelp.ithome.com.tw/articles/10211601&#39;&gt;Vue Cli 3 + vue-cli-plugin-cordova 安裝環境&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&#39;https://www.npmjs.com/package/vue-cli-plugin-cordova&#39;&gt;vue-cli-plugin-cordova&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&#39;https://segmentfault.com/a/1190000021499982&#39;&gt;cordova+vue-cli4构建app&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&#39;https://kjdong.medium.com/%E4%B8%80%E5%80%8B%E6%8E%A1%E7%94%A8-vue-js-cordova-%E5%8F%8A-capacitor-%E5%A5%97%E4%BB%B6%E8%80%8C%E6%88%90%E7%9A%84-hybrid-app-ed26d4dc3e4c&#39;&gt;一個採用 Vue.js 、 Cordova 及 Capacitor 套件而成的 Hybrid App&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&#39;http://blog.poetries.top/2019/10/07/cordova-for-vue/&#39;&gt;初探Cordova结合Vue&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&#39;https://flutter.dev/docs/development/ui/advanced/gestures&#39;&gt;Flutter Docs&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;span
  style=&quot;color: #6aa84f; font-family: Trebuchet MS, sans-serif; font-size: large;&quot;
  &gt;初階 Web APP 前端開發目錄&lt;/span
&gt;[&lt;a href=&#39;https://webprogram.onlinedoc.tw/2021/02/web-app.html&#39;&gt;請按這裡&lt;/a&gt;]&lt;br /&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1969246234942302954/posts/default/4275771611331702473'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1969246234942302954/posts/default/4275771611331702473'/><link rel='alternate' type='text/html' href='https://javascripts.onlinedoc.tw/2021/02/web-app.html' title='進階 Web APP 前端開發目錄與資料索引'/><author><name>猛鬼小紀</name><uri>http://www.blogger.com/profile/00948418399959676299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>