關閉導覽列 Close Menu
數位文創
English
吳統雄
數位美學
電子書
數位視覺
優化網站
微電影
數位文創管理
大學青年網誌
研究目錄
教學課程頁
討論區目錄
站務與協助
☰
More
社群地圖
社群新聞
│吳統雄
履歷
研究
教學
服務
榮譽
│社科
第1類知識
第2類知識
第3類知識
研究方法
統計/多變項分析
投票行為與選舉預測
53237 選民結構
人類取用行為新典範
取用行為國際研究團隊
│資管
管理學‧經濟學
貨幣主義
數位貨幣‧投資行為
資訊系統開發
電子商務
網路教育
數位電視
產學合作
就業進修‧甄選必勝
│文創
數位美學/數位文創導論
數位出版/電子書
視覺設計
優化網站
數位視訊/微電影
數位文創管理
大學青年‧網路雜誌
│電音
統雄 數位音樂作品選
我,被禁唱的民歌手
雄歌經典音樂廳
數位音樂創作教學
統雄的音樂知識美學
歡迎聽歌.點歌.下載樂譜
我唱我歌-詞曲創作專欄
片言片語-歌曲評論專欄
│人文
公共評論
法律評論
社會評論
教育文化傳媒評論
科技科普評論
美語樂學
文學創作
萬象現代(NBA)
資訊社會
幽默人生
統雄樂水
Web Structure: Community

Models of Web Community Design
Web 結構_網路社群結構設計

Web 結構包括3層涵義:網群結構、網站結構和網頁結構。

As a project leader, you want to moderate the interaction among websites in a web community and to develop a full-scaled structure that has a scope of whole picture than to design details.

note However, according to previous experience, many students would have difficulties to comprehend the complications.  If you do not have a full vision in your mind yet, you may go to 'Website Structure' in the first place then come back latter.

Web 結構包括3層涵義:網群結構、網站結構和網頁結構。網群結構為網站之間的連結,伺服器與後端資料庫的配置。網站結構包括虛擬結構-導覽設計,與實體結構-資料夾設計。網頁結構常用2欄或3欄式,平面設計與分欄方法過去包括邊框法、表格法、框架法,但當前以CSS法為優,必要時可搭配綜合法。頁面導覽,有從單導覽,往雙導覽、多導覽發展的趨勢。另有Pop-up Page立體空間之彈出網頁設計。


Web Community Structure 網群結構Web Community Structure 網群結構

網群結構虛擬結構設計有許多安全、彈性、適合分散管理的優點,但前提是擁有永久位址與自有伺服器。
如果網站會搬家,也沒有伺服器管理權限,還是採用實體結構設計,否則搬家會產生很大負擔。
修改網群結構,如絕對/相對位址之「取代」,宜用 Notepad+++, UltraEdit 等文字檔編輯器。
Notepad+++ 無法搜尋反斜線Notepad+++ 無法搜尋反斜線\(backslash is an escape character in Notepad),必須使用\\,譬如:不能搜到: ..\..\w3.css ,必須改為:\\..\\w3.css

網群結構有階層模式-即實體結構與虛擬結構相同;關聯模式-即實體結構與虛擬結構不同。

網路社群模式建構中文版網路社群模式建構中文版

Web Community is organized by 'Main Web' and 'Sub Webs', or by 'Portal Web' and 'Satellite webs'. The former usually refer that webs are established in a same host, while the latter may include webs in different hosts.

There are 2 models for web community structure: hierarchical model and relational model.

TxAdvanced Hierarchical Model 網群階層模式設計

Physically, all sub webs are the subdirectory of the main web. It is the reason the main web is used to be named as 'Root Web'.

The advantage of this model is easy to grant authorization by hierarchical levels.

It is proper for organizations require:

-Centralized management.

-High necessity of monitoring and control.

-High consistency of the style of presentation and its synchronic change.

Most of intranet in business are by this model.

TxAdvanced Relational Model 網群關聯模式設計

Physically, main web and sub webs are relational virtual directories. They do not have a upper or lower relationship to each other, though they may look like that. The webs only share some same "relations" such as virtual directories, redirections( scripts, or pages with meta tags). It is used to have a parallel physical structure, however, it could even be totally independently existing in different drives, hosts, even places.

The main web is a virtual portal under this model.

The advantage of this model is easy to develop loose collaboration by flexible missions.

It is proper for organizations designate:

-Decentralized management.

-Low requirement of monitoring and control.

-Encouraging pluralistic styles among the sub webs.

This model is fit for loose communities, free lancers, .experimental activities, and non profit organizations.

EXAMPLE: Main Web

EXAMPLE: Sub Web

Hybrid models 網群混合模式設計

Web Structure

 

TxAdvanced Visual Virtual Structure Design 虛擬結構設計

EXAMPLE: Virtual Web Community

Step 1: IIS

Define a Virtual Directory such as "VSite"

to a Physical Folder such as "PFolder" which could be any where.

Step 2: Expression Web/SharePoint Designer

Create a Sub Server Expression Web as "VSite" under the Virtual Root Web.

Result

You have a "VSite" under the Virtual Root Web that is different from the "PFolder" under any Physical Directory.

Physical Structure Design 實體結構設計

EXAMPLE: Common websites

Their physical structure is the same as the Path of their URL address.

Hybrid Design Effects 綜合效果

It is a good idea to prevent internet attacks.

For example, Code Red and its derivatives are used to be a very famous virus that will replace the homepage of targeted website. However, it is not able to do it, if the web community has a hybrid design.


什麼是標準網頁/標準位址?Canonical Page/ Canonical URL

什麼是標準網頁/標準位址?

When you have too many virtual addresses for single page, use "canonical URL" to improve the performance of SEO.

您可以在內容完全相同的虛擬網頁/清單網頁/或任何共用網頁中,指定其中一個網頁做為「標準網頁」。

<head>

<link rel="canonical" href="http://Server/Path/Canonical Page.htm" />

</head> 

其中的意義如下:

 <link>標籤

<link>是一個只能使用在 <head>內的標籤元素,表示和「頁外資源」的連結。

html5 的<link> 是變動較大的一個標籤,其中 rev (reverse relation) 屬性已經取消,與前版相容性要注意。

rel= 屬性

rel 屬性可以用在多個標籤,表示 relation 關聯的意義。

"canonical" 值

將本頁檔案名稱,指定為另一個「標準檔案」名稱。

link rel="canonical" Google "canonical"

注意:"canonical" 是 Google 結合業者創造的值,不是 html5 的制定值,但可與 html5 相容。

有的舊驗證伺服器,可能傳回「錯的「錯誤訊息」,可不予理會。

href= 標準檔案名稱

在網頁的 <head> 部分加入 <link> 元素和 rel="canonical" 屬性與值,將該網頁指定為搜尋引擎使用的標準網頁。如此只會為其中一個版本建立索引並納入搜尋結果中,可提高這個網頁在搜尋結果中的順序」。

如何指定標準網址?

指定標準網址的方式有兩種:

rel="canonical"法

在每個非標準 HTML 網頁中的 <head> 部分加入 rel="canonical" 連結,如上例。

rel="canonical" 是建議還是指令?

是建議,這個新選項可讓網站擁有者建議 Google 將哪一個版本的網頁視為標準網頁。Google 確定哪些網址集包含完全相同的內容的同時,會考量此建議和其他資訊,並計算出與這些網頁關聯性最高的網址,顯示在搜尋結果中。

進階:使用 HTTP 標頭:Link 法

以上限制以HTML為標準網頁。若要使用其他檔案類型,如pdf,要改用 Link rel="canonical" HTTP 標頭法,如下所示:

link:  <http://Server/Path/Canonical Page.pdf>; .rel="canonical"

請注意,必須能設定伺服器,才能使用這種方法。

標準網址是相對連結還是絕對連結?

可以搭配使用相對連結和絕對連結,但使用絕對連結,以減少可能的衝突或問題。 

HTTP Redirects <httpRedirect>

網址重新指向設計

http://www.iis.net/configreference/system.webserver/httpredirect

http://www.bruceclay.com/blog/2007/03/how-to-properly-implement-a-301-redirect/

http://www.seomoz.org/blog/what-every-seo-should-know-about-iis#chaining

Robots.txt Specifications

https://developers.google.com/webmasters/control-crawl-index/docs/robots_txt


Autonomy Authorization

Server

ID of USER group.

If you will use either intranet or LAN to maintain the site, the Autonomy folders have to be set as shared folders.

For intranet, the encoding of special symbols are different. Such as: the & is different from %26 for intranet address while it is the same for internet address.

Expression Web/SharePoint Designer

ID of ADVANCED PRODUCERS.

TxWarning Root and Web Server Extension

The Virtual Root could be any web at any place.

However, you want to install the web server extension to the Physical Root. Thus, the physical root should be a web instead of a folder.


Website  Structure 網站結構

Web Page Structure: Plane Design 網頁結構/平面設計

回頁首 Up to page head 至相關主題 Go to related pages
上一頁 Back to previous page 回頁首 Up to page head 下一頁 Go to next page
留言區因雲端系統重整,暫停開放。敬請以電子郵件留言。 同類別內相關主題

數位文創線上講義總目

數位文創目錄 數位美學‧數位文創導論目錄

Introduction to Digital Aesthetics and
Digital Contents/ Cultural Content Creation

數位文創目錄 數位文創製作管理目錄

Project Management in
Digital Contents/ Cultural Content Creation 

數位文創目錄 數位視覺設計‧影象處理目錄

Visual Design and Digital Imaging
Design and Production

數位文創目錄 數位出版(DTP)設計製作目錄

Digital Publishing/ Desktop Publishing
Design and Production

數位文創目錄 網路文創設計製作目錄

Web-based and Interactive Cultural Creation
Design and Production 

數位文創目錄 數位視訊設計製作目錄

Storyboard and Digital Video
Design and Production 

數位音樂特區 數位音樂特區目錄 TX Midi Zone

Listening Design and Digital Music
Design and Production 

數位文創目錄 數位文創設計製作習題

Exercises and Hand-on Works in
Digital Contents/ Cultural Content Creation 

數位文創目錄 數位文創庫存講義目錄

Achieved Readings and Deprecated Techniques

創用 CC 授權條款 此作品衍生自「統雄網路社群 TX Web Community」,由 吳統雄 Sean TX Wu 製作,以 創用CC 姓名標示-非商業性-相同方式分享 3.0 Unported 授權條款 釋出。此條款之授權同時適用於 https://seantxwu.pages.dev/ 下,與 http://tx.shu.edu.tw 下,除特別標明外之所有媒體形式著作物。
本網群為公益服務,瀏覽者須接受以下聲明方可瀏覽: 著作權聲明-Copyright © 吳統雄: 申請引用資訊- 免責聲明- 鳴謝:本網路社群之開發曾受國內外機構、包括臺灣大學補助。

Copyrights of TX Web Community This is a public service web community under a "Creative Commons" license. You must accept the following statements before entering: Copyright © Sean TX Wu, All Rights Reserved. Request for Citation, Disclaimer, and Acknowledgement.
內容網站:提供與分享各種知識、資訊、作品。互動群組:社員可以討論、展示、交流、企畫、分工、管理、投票決策。合作群組:Web2.0的民主自治精神,社員可以參與決定群組的內容與表現形式。

吳統雄的音樂-Sean TX Wu's Music  笑話中學美語-Humor and American English Learning   私人來信-Write a private mail to Sean TX Wu  留言與討論 Leave Comments/ Forum 吳統雄的相簿-Sean TX Wu's Album

只在「統雄社群」內查詢以下主題 Search in TXCommunity

統雄網群的Google排行本站Google排行榜‧全球冠軍
取用模式研究國際團隊 Adoption Modeling International Research Team 合作群組取用模式
國際研究群
吳統雄的研究、教學、與作品 Sean TX Wu's Research, Teaching and Art Works 內容網站第3類知識
互動群組研究方法
內容網站數學樂學
內容網站美語樂學
內容網站人文社會
互動群組產學合作
資訊管理/資訊科技/資訊系統 Information Management/ Information technology/ Information Systems 合作群組資管教育
互動群組資訊管理
內容網站電子商務
內容網站網路教育
數位文創 Digital Cultural Content Creation 內容網站數位文創
合作群組大學青年
合作群組數位電視
互動群組美學實驗
數位音樂 Digital Music 內容網站數位音樂
內容網站社會參與
內容網站文學創作
投票行為、選舉預測與其他行為研究 Election Prediction and Other Behavioral Research 內容網站選舉行為
互動群組其他專題
第3類知識 The 3rd Knowledge 合作群組接龍實驗
互動群組招親實驗
互動群組公投實驗
互動群組量尺實驗
互動群組舞者實驗
年度20大點播音樂

偶然
金蟠桃
水調歌頭
請你,天明再離開我
點燭
別離
挖呀挖
稚情(嫦娥)
天亮歌
願意
墟
思念
華靈廟
Panda
團團和圓圓

相逢
媽媽的愛心
從此
笑笑歌
幕落(必然)
上山打野狼

研究與講義目錄

研究方法講義目錄
統計多變項分析講義
資訊管理講義目錄
數位文創/數位內容講義目錄
數位音樂講義目錄
產學合作-就業進修講義目錄
人文素養-人與社會講義目錄
人類行為+資訊管理研究目錄
網路使用/電子商務研究目錄
網路教育研究目錄
數位音樂作品目錄

在「瀏覽時間」前50%以內,剔除工具頁(如SharePoint應用)、簡介頁(如統雄曲目)、互動頁(如討論區)。粉底文章亦同屬年度20大瀏覽時間。

統雄-統計神掌 因素分析篇
性幻想行為簡說:格雷的五十道陰影
作業流程圖範例
UML
:統一塑模語言與流程圖

信度與效度分析
統雄-統計神掌 共變數分析篇
統雄-統計神掌 調節模型篇
統雄-統計神掌 多元迴歸篇
投考-甄試研究所之自傳秘笈
統雄-統計神掌簡單迴歸/相關分析
統雄-統計神掌 變異數分析篇
MIS:管理資訊系統
多氯聯苯大追兇
和聲與和弦進行設計
統雄-統計神掌SPSS篇
統雄-統計神掌中介模型分析篇
學術論文寫作法
統雄-統計神掌因素效度分析篇
研究所甄試之研究計畫秘笈
統雄-統計神掌多變項精華篇
問卷設計流程圖-範例
電子郵件亂碼的解決
統雄-統計神掌易筋經
定量方法對定性方法
統雄-統計神掌因徑/結構方程模型1
六藝:多元學習的詮釋與實踐
個案研究法/參與觀察法
文獻研究法
和聲與和弦分析
實驗法、準實驗法
歷史記錄

在「點閱數」前50%以內,剔除工具頁(如SharePoint應用)、簡介頁(如統雄曲目)、互動頁(如討論區)、與已經出現在同屬「年度20大點閱數」之頁。

網路使用行為研究方法
視訊後製作程序
爸爸
大學青年‧網路雜誌
網頁3大基本語言與編輯軟體
科學知識產生的程序
打二房別亂了套 
1篇30年後引起迴響的文章
向老大哥WGA說不! 
知識美學與數位美學 
我,被禁唱的民歌手
金蟠桃 第一幕 樂園
偶然、或然、必然 音樂劇4
接龍實驗-結果討論
MIS專案進度管理甘梯圖
知律,破律,又合於律
真實美語/生活英語選
當代流行歌 又吵又欠缺變化
職業化快閃影片創作品析
驗證式SEM解析篇-計畫行為論
歷史記錄

這裡有我在30餘年教學經驗中的學習與分享。

教改‧我先走了三十年教改‧我先走了三十年
教學的理念、實踐與感受教學的理念、實踐與感受
其實,每個人都可以唸臺大其實,每個人都可以唸臺大
2012總統選舉預測 2012總統選舉預測
大任務‧小使者大任務‧小使者
Fulbright Project Fulbright Project
統雄老師領導的美國喬治亞理工
Adoption Model國際研究群
Westgate FraudWestgate Fraud
e世代公共服務新聞宣言e世代公共服務新聞宣言
虛擬整合校園虛擬整合校園
請將連結不到網頁的網址,寄給統雄老師,謝謝!連結不到網頁

請按此,至友站列表。並歡迎同好加入友站。