博碩士論文 105552002 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:143 、訪客IP:3.144.253.161
姓名 賴彥愷(Yan-Kai Lai)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 組件化模板之行動網頁開發工具設計與實作
(Design and Implementation of Mobile Web Creator with Componentized Templates)
相關論文
★ 行程邀約郵件的辨識與不規則時間擷取之研究★ NCUFree校園無線網路平台設計及應用服務開發
★ 網際網路半結構性資料擷取系統之設計與實作★ 非簡單瀏覽路徑之探勘與應用
★ 遞增資料關聯式規則探勘之改進★ 應用卡方獨立性檢定於關連式分類問題
★ 中文資料擷取系統之設計與研究★ 非數值型資料視覺化與兼具主客觀的分群
★ 關聯性字組在文件摘要上的探討★ 淨化網頁:網頁區塊化以及資料區域擷取
★ 問題答覆系統使用語句分類排序方式之設計與研究★ 時序資料庫中緊密頻繁連續事件型樣之有效探勘
★ 星狀座標之軸排列於群聚視覺化之應用★ 由瀏覽歷程自動產生網頁抓取程式之研究
★ 動態網頁之樣版與資料分析研究★ 同性質網頁資料整合之自動化研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 由於行動裝置的快速成長,人們使用行動裝置上網的習慣與日俱增。然而,現今還有許多的網站沒有加入Responsive Web Design等適合行動裝置的網頁設計,其原因可能歸咎於沒有資金或沒有人力。再者,製作行動版網站所需要的專業知識技術也遠比製作一般的電腦版網站還要高。這些沒有行動版的網站會讓使用者在行動裝置上操作困難,進而造成網站的曝光度下降和損失一些可能的商機。所以,擁有良好的行動版網站對於企業或機關是至關重要的。
為了達到讓任何人在沒有程式背景的情況下都能夠快速且簡單的製作行動版網站,因此本篇論文提出了一個Mobile Web Creator工具,使用者只需要透過建立網站、選取網頁Template並設定資料就可以創建一個行動版網站。網頁的Template透過組件化的方式可以讓使用者動態地新增或刪除系統提供的Web Component以增加網頁的多樣化。不僅如此,此工具還結合了本實驗室所開發的Web Data ETL(Extract-Transform-Load) System,讓使用者可以在任何半結構化的網頁中擷取有利用價值的資料,並透過API Endpoint的串接顯示在自己的網頁中。當電腦版網站的管理者透過Mobile Web Creator工具製作行動版網站時,可以利用Web Data ETL System去擷取原始網站中半結構化的網頁資料,並串接已產生的API Endpoint將資料顯示在自己的行動版網頁中。如此一來,管理者只需要維護一份電腦版的網頁資料,就可以同步的顯示在兩個不同版本的網站中。
摘要(英) Due to the rapid growth of mobile devices, people′s habit of using mobile devices to access the Internet is increasing day by day. However, there are still many websites that do not have suitable design such as Responsive Web Design for mobile devices, and the reason may be due to lack of funds or manpower. Furthermore, creating a mobile website needs more expertise and programming skills than creating a desktop website. Lacking mobile version for websites will make it difficult for users to operate on mobile devices, which will decrease the exposure rate and lose enterprises some commercial possibilities. Therefore, it is very important for companies or organizations to have good mobile websites.
In this paper we propose a Mobile Web Creator tool to enable anyone who has no programming knowledge to create a mobile website quickly and simply. Webpage templates can make users to dynamically add or delete pre-defined Web Components through componentized method, which increase the diversity of webpages. Not only to say, this tool is also combined with the Web Data ETL (Extract-Transform-Load) System developed by WIDM, allows users to extract useful data from any semi-structured webpages, and connects generated API endpoint to show data in mobile webpages. Using this tool to create a mobile website, the administrators of the desktop website can extract semi-structured webpages from the original website by the Web Data ETL System, and connect the API endpoint to show data in his mobile pages. In this way, the administrator only needs to maintain the data of desktop website which can be displayed in two different versions of the website synchronously.
關鍵字(中) ★ 行動版網頁應用程式
★ 網頁資料擷取
★ 網頁模板
★ 網頁組件化
關鍵字(英) ★ Mobile Web Application
★ Web Data Extraction
★ Webpage Templates
★ Web Components
論文目次 摘要 i
Abstract ii
目錄 iii
圖目錄 iv
表目錄 vi
1. 緒論 1
2. 相關研究 5
3. 系統架構與設計 10
3.1 網站開發相關技術 11
3.2 Website Manager 12
3.3 Page Manager 13
3.4 Page Editor Renderer 13
3.5 Web Components Combiner 14
3.6 Page Production Renderer 17
3.7 Web Components 17
3.7.1 Static Components 18
3.7.2 Dynamic Components 28
3.8 Backend Server 31
3.8.1 Mobile Web Creator Database 34
4. 實驗討論 41
4.1 質性分析 41
4.2 量化分析 47
5. 結論 49
6. 未來工作 50
7. 參考文獻 51
參考文獻 [1] Y.-A, Chou, C.-H, Chang (2018), “Web Data ETL System with Unsupervised Extraction”, 中央大學碩士論文.
[2] Mohan, R., Smith, J. R., & Li, C. S. (1999). Adapting multimedia internet content for universal access. IEEE Transactions on Multimedia, 1(1), 104-114.
[3] Xiao, X., Luo, Q., Hong, D., Fu, H., Xie, X., & Ma, W. Y. (2009). Browsing on small displays by transforming Web pages into hierarchically structured subpages. ACM Transactions on the Web (TWEB), 3(1), 4.
[4] Nichols, J., Hua, Z., & Barton, J. (2008, October). Highlight: a system for creating and deploying mobile web applications. In Proceedings of the 21st annual ACM symposium on User interface software and technology (pp. 249-258). ACM.
[5] Nichols, J., & Lau, T. (2008, January). Mobilization by demonstration: using traces to re-author existing web sites. In Proceedings of the 13th international conference on Intelligent user interfaces (pp. 149-158). ACM.
[6] https://zh.wikipedia.org/wiki/XPath
[7] Koehl, A., & Wang, H. (2012, December). m. Site: efficient content adaptation for mobile devices. In Proceedings of the 13th International Middleware Conference (pp. 41-60). Springer-Verlag New York, Inc..
[8] Toyama, M. (1998, June). SuperSQL: an extended SQL for database publishing and presentation. In ACM SIGMOD Record(Vol. 27, No. 2, pp. 584-586). ACM.
[9] Goto, K., & Toyama, M. (2016, July). Mobile web application generation features for SuperSQL. In Proceedings of the 20th International Database Engineering & Applications Symposium(pp. 308-315). ACM.
[10] WordPress.com, https://wordpress.com/
[11] Wix, https://www.wix.com/
[12] Weebly, https://www.weebly.com/
[13] React, https://reactjs.org/
[14] Node.js, https://nodejs.org/
[15] Imgur, https://imgur.com/
[16] MongoDB, https://www.mongodb.com/
[17] JSON Web Tokens, https://jwt.io/
指導教授 張嘉惠(Chia-Hui Chang) 審核日期 2018-7-27
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明