TWI388994B - 使用靜態列表以管理資料之系統及方法,以及具有可施行相同用途之電腦可執行元件的電腦可存取媒體 - Google Patents

使用靜態列表以管理資料之系統及方法,以及具有可施行相同用途之電腦可執行元件的電腦可存取媒體 Download PDF

Info

Publication number
TWI388994B
TWI388994B TW093122451A TW93122451A TWI388994B TW I388994 B TWI388994 B TW I388994B TW 093122451 A TW093122451 A TW 093122451A TW 93122451 A TW93122451 A TW 93122451A TW I388994 B TWI388994 B TW I388994B
Authority
TW
Taiwan
Prior art keywords
list
login
item
computer
relationship
Prior art date
Application number
TW093122451A
Other languages
English (en)
Other versions
TW200515188A (en
Inventor
Jason Fergus Moore
Richard M Banks
Dok Cornelis K Van
Vorchik David George De
Timothy P Mckeee
Walter R Smith
Chris J Guzak
Relja Ivanovic
Jeffrey C Belt
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corp filed Critical Microsoft Corp
Publication of TW200515188A publication Critical patent/TW200515188A/zh
Application granted granted Critical
Publication of TWI388994B publication Critical patent/TWI388994B/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99942Manipulating data structure, e.g. compression, compaction, compilation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99943Generating database or data structure, e.g. via user interface
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99944Object-oriented database structure
    • Y10S707/99945Object-oriented database structure processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Human Resources & Organizations (AREA)
  • Health & Medical Sciences (AREA)
  • Strategic Management (AREA)
  • Primary Health Care (AREA)
  • Marketing (AREA)
  • General Health & Medical Sciences (AREA)
  • Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Digital Computer Display Output (AREA)
  • User Interface Of Digital Computer (AREA)
  • Document Processing Apparatus (AREA)
  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Description

使用靜態列表以管理資料之系統及方法,以及具有可施行相同用途之電腦可執行元件的電腦可存取媒體
一般而言,本發明與資料儲存系統有關,特別是使用靜態列表以管理資料的系統與方法。
隨著使用電子媒體以儲存列表、音樂、圖片以及其他類型之資料逐漸增加以及資料儲存容量變少的限制,電腦使用者發現其面臨大量檔案之管理。傳統的檔案系統,如該些以一檔案分配表或FAT檔案系統為基礎之系統,可使檔案管理變得困難。舉例來說,傳統檔案系統所提供之傳統目錄對檔案之存取假設該使用者想要以一階層體系樹狀結構維護其檔案。然而,除了需依賴位置以外,從使用者的角度來看,一階層體系組織可能不是最好的方法以存取該檔案。
在以Windows®作業系統使用者介面之上下文中,一種用於使存取檔案更加容易的技術為捷徑。提供一連結至一檔案的一捷徑可被建立於該桌面上或於一資料夾中,且為一種啟動一程式或開啟一檔案或資料夾的快速方式,而無須到達其永久位址。單由於捷徑並不會被更新以反映該潛在檔案之位置或狀態的改變,因此其並非可靠的。舉例來說,移動該檔案至一不同資料夾將會在存取該捷徑時造成錯誤。
另外一種使存取檔案更容易的方法為該播放列表。媒 體播放器提供使用者播放列表作為一種組織某些檔案類型以供後續播放的方式。舉例來說,在Windows Media Player®中,該播放列表含有對音樂檔案之參照,以供以一指定順序透過該媒體播放器播放。但播放列表與捷徑遭遇相同的缺點,該列表中的參照並未被更新以反映該潛在檔案之位置或狀態的改變。如果一音樂檔案被移動或刪除,該使用者必須搜尋其所有的播放列表以更新或移除該過時的參照。
用以存取檔案之該捷徑與播放列表模型均進一步受限於其無法提供該使用者除了透過另一資料夾或以一特定順序之外的替代方式以存取項目。
為了克服前述問題,本發明提供一種使用靜態列表以管理資料之一系統、方法以及電腦可存取媒體。靜態列表協助資料項目以對該使用者有意義之方式加以任意分組,不論其位置。
依據本發明之一態樣,一靜態列表為一根項目、一方向以及於該方向與該根項目間的登錄關係所定義的一項目集合。該集合中的項目由下文中與該根項目間的登錄關係所決定。該方向不是朝向該根項目便是離開該根項目,端視該根項目是否為該登錄關係之目標或來源而定。該靜態列表也定義該列表中每個登錄關係所需具有之屬性。
依據本發明之另一態樣,提供動詞以管理一靜態列 表。一動詞為一作用,其可於該靜態列表中的該項目上被執行,且尤其包括移動、複製、增加、移除與刪除。於該項目上被執行之作用包括在該項目與該根項目間的登錄關係上被執行之作用。
依據本發明之一進一步態樣,提供一檢視以指定自一靜態列表顯示資料的特徵,包括可見度、順序以及除了其他特徵之外的格式。
依據本發明之再一態樣,使用靜態列表,該使用者可傳送某些安全特性至該列表中的項目,因而其他人可透過該列表存取該些項目。該使用者也可加入其他資訊至該列表如中介資料以增加該列表以及包含於其中之項目的實用性。
依據本發明之再一進一步態樣,使用靜態列表,該列表中的每個項目被自動地管理,因而對該資料之參照是永遠有效的,即使該資料之位置、狀態或其他特徵有所改變。
依據本發明之其他態樣,提供使用靜態列表以管理資料之一電腦可存取媒體。該電腦可存取媒體包含資料與電腦可執行元件以建立與管理靜態檔案。該資料定義該靜態列表以及其中包含之項目。該電腦可執行元件可執行與前述方法大致相同之作用。
以下的討論意圖提供適合實施本發明之各種特徵之一電腦系統之一簡短、一般性的說明。雖然該電腦系統將於 一分散式電腦環境中可用之一個人電腦之一般上下文中加以描述-於該分散式電腦環境中互補任務被透過一通信網路彼此連結之遠端電腦裝置所執行,該些習知技藝人士將瞭解本發明可利用許多其他電腦系統配置加以實施,包括多處理器系統、微電腦、大型電腦等等。除了前述之更傳統的電腦系統之外,該些習知技藝人士將瞭解本發明可於其他電腦裝置上被實施,包括筆記型電腦、平板電腦、個人數位助理(PDAs)以及其上裝有電腦軟體或其他數位內容的其他裝置。
雖然本發明之態樣可以用應用程式結合一電腦所執行之程式的形式加以描述,該些習知技藝人士仍將瞭解該些態樣也可結合其他程式模組而被實施。一般地,程式模組包括常式、程式、內容、資料結構等等,其執行特定任務或實施特定抽象資料類型。
第1圖描繪依據本發明所形成之一概念儲存模型以使用靜態列表管理資料。一項目150為資料之一主要存放處。每個項目含有多個屬性130以保持該資料,以及對一類型120的一參照,其定義該項目具有那些屬性。一項目150可含有該項目類型120未定義的額外屬性。
一關係110為兩項目間的關聯。每個關係係指兩項目150名為一來源102或一目標104,視該關係之110之方向而定。來源項目102發出該關係110,而目標項目104接收該關係110。
一延伸140類似一項目150,其含有一類型120所定 義之屬性130。但延伸140與確切的一項目150有關且具有不同的類型120。
該類型120藉由定義其屬性而定義一項目150、關係110或延伸140之結構。由於類型120可伴隨項目、關係或延伸而被使用,因而其通常係指項目類型、關係類型或延伸類型。
第2圖描繪依據本發明所形成之概念儲存模型的進一步態樣以定義一靜態集合。特言之,第2圖描繪一靜態集合220。如圖所示,一靜態集合220為明確地使用關係類型230將一項目150與其他項目相關聯之一集合210。一靜態集合220含有一根項目150、一關係類型230以及該根項目至該相關項目的一特定方向,不是為一目標方向104便為一來源方向102。該靜態集合之成員由特定類型之以下關係所決定,該特定類型具有該根項目作為該來源或該目標,視該集合中的指定方向而定。
一項目150、一關係類型230以及一方向102/104決定一靜態集合220。舉例來說,一文件作者之集合可藉由從該文件根項目追尋作者關係而被找出,亦可在其他方向中藉由追尋該相同關係而找出一作者授權之文件組合。
第3圖描繪依據本發明所形成之概念儲存模型的進一步態樣以定義一靜態列表。一靜態列表310為靜態集合220之一類型,其允許使用者以任何方式組織項目150加以聚集。該靜態列表310包含一列表項目320以及一列表登錄關係類型330。該列表項目320為該根項目,而該列表登 錄關係類型330於一登錄樣板340中定義屬性130之集合以及該列表中的每個關係110均需具有的方向102/104,該登錄樣板340對每個該屬性130指定屬性名稱350。由於每個關係110具有相同屬性130,該靜態列表310可被視為一表格或方格,其中每個登錄關係110為一列,而每個屬性130為一行,前述之一範例將參照第5與6圖於下文中加以描述。
第4圖描繪依據本發明所形成之概念儲存模型的進一步態樣以定義一靜態列表中的一列表登錄。特言之,一列表登錄410為具有一或多個屬性130的一關係110。第5圖描繪依據本發明所形成之概念儲存模型的進一步態樣以定義一示範靜態列表。該靜態列表310之根項目的該列表項目320為兩列表登錄關係510A與510B的來源102,其將該列表項目320與目標項目圖片A 520A與圖片B 520B相關聯。每個關係510A與510B具有兩屬性530與540,其於登錄樣板340中被定義。屬性530A與530B乃為對該參照圖片-圖片A 520A與圖片B 520B-之註解,其具有個別數值“多麼長的脖子!”及“笑一個!”。屬性540A與540B為該參照圖片-圖片A 520A與圖片B 520B-之評分,其具有個別數值“4”與“5”。
第6圖描繪一方格,其含有第5圖中的示範靜態列表中描繪之屬性名稱與列表項目的數值。如圖所示,該列表項目320包含圖片A 650與圖片B 660而形成該方格600之列,而與該列表項目320相關之該屬性名稱350為該方 格600之行。該屬性名稱350乃是以該登錄樣板340為基礎,且於該說明範例中,其為註解620以及評分630,如前所述。亦可增加其他屬性名稱350,如順序610,其指定該列表項目320於一顯示中應被呈現之順序;以及任何其他使用者對於此類型之項目認為是有用的資訊640(例如該圖片於何處或於何時被製成)。
第7圖描繪依據本發明所形成之一使用者介面,其含有可被用於一靜態列表中的一項目集合。如圖所示,該項目集合為My Pictures 710,且含有六張圖片-圖片720A、圖片720B、圖片720C、圖片D 720D、圖片E 720E以及圖片F 720F。
第7圖描繪依據本發明所形成之一使用者介面800,其顯示含有第7圖中描繪之部分項目的一示範靜態列表810。使用第5圖中描述之示範靜態列表,被標記為“好的長頸鹿圖片”之一靜態列表810伴隨第7圖中顯示之六張圖片中的兩張對應至目標項目520A與520B(第5圖)的圖片-包含圖片A 720A與圖片B 720B。該伴隨文字“多麼長的脖子”820A及“笑一個”820B對應至該註解屬性530A與530B。
第9圖描繪依據本發明所形成之一使用者介面900,其顯示另一含有第圖中描繪之示範靜態列表810的示範靜態列表910。此外,標示為“我的非洲旅行筆記”的靜態列表910進一步含有“我們看見長頸鹿...”920X與“隨後我們看見大象”920Y的文字,其可對應至用於靜態列表910中 的關係110而被定義之屬性130,例如對於一非洲旅行日記而由登錄樣板340對一根列表項目320所定義之一筆記屬性130。此處,該目標項目150為該大象之圖片-圖片D 720D與圖片F 720F,以及第8圖中描繪之原始靜態列表810。此說明該靜態列表可具有實際上為其他靜態列表之目標項目,意即該靜態列表可被巢狀化。
第10圖描繪依據本發明所形成之概念儲存模型的進一步態樣,以定義可被用於一靜態列表之一檢視。一檢視1010為屬性資訊1020之一集合。該屬性資訊1020指定一屬性130之一屬性名稱1030,以及該對應屬性130之顯示特徵,該顯示特徵乃是為了該項目150與包含該靜態列表310之關係110而被定義。藉由按照屬性名稱1030擷取該屬性130並且應用該顯示特徵至該屬性130之數值以準備將該數值加入一使用者介面-如第8與9圖中描述之使用者介面,而可將該檢視1010用於一靜態列表310,以顯示該列表給該使用者。
第11圖為依據本發明所形成之一適合含有該靜態列表之一般目的電腦系統的一方塊圖。該系統1100包括一個人電腦1102,其包含一處理單元1122、一系統記憶體112以及連接該系統記憶體至該處理單元1122的一系統匯流排1126。該系統記憶體1124包括唯讀記憶體(ROM)1128以及隨機存取記憶體(RAM)1130。儲存於ROM 1128中的一基本輸入/輸出系統1132(BIOS)含有該基本常式以協助在該個人電腦1102之元件間傳送資訊,例如在開機期 間。該個人電腦1102進一步包括如一硬碟機1134、一磁碟機1138,以讀出或寫入一可移除碟片1140;並包括如一光碟機1142,以讀取一CD-ROM光碟1144或讀出或寫入其他光媒體。該硬碟機1134、磁碟機1138以及光碟機1142透過一硬碟機介面1154、一磁碟機介面1156以及一光碟機介面1160各自被連接至該系統匯流排1126。該些驅動器以及其相關的電腦可讀取媒體提供該個人電腦1102之非依電性儲存。雖然電腦可讀取媒體的描述係指一硬碟、一可移除磁碟以及一CD-ROM光碟,該些習知技藝人士將瞭解一電腦可讀取之其他類型媒體-如磁性卡帶、快閃記憶卡、數位影像光碟、白努利盒式磁帶、ZIP碟片等等也可被用於該示範作業環境中。
數個程式模組可被儲存於該驅動器與記憶體1130中,包括一作業系統1146、一或多個應用程式1148、其他程式模組1150如本發明之延伸與介面以及包括本發明之命令項目以及插入位置資料的程式資料1152。一使用者透過輸入裝置如一鍵盤1160或一滑鼠1162便可輸入命令與資訊至該個人電腦1102中。其他輸入裝置(未顯示)可包括一麥克風、觸控板、搖桿、遊戲控制盤、衛星碟盤、掃描器等等。這些與其他輸入裝置常常透過與該系統匯流排結合之一使用者輸入介面1164而被連接至該處理單元1122,但也可被其他介面(未顯示)所連接,例如一遊戲埠或一通用序列埠(USB)。一顯示裝置1190也透過一典型包括一圖形顯示介面(未顯示)以及一編碼模組之顯示 子系統而被連接至該系統匯流排1126。當以一獨立裝置加以說明時,該顯示裝置1190可被整合至該個人電腦1102之主機中。再者,於其他適合實施本發明之電腦系統中,如一PDA,該顯示可與一觸控板重疊。除了第11圖所說明之項目之外,客戶端裝置也典型地包括其他週邊輸出裝置(未顯示),如喇叭或印表機。
該個人電腦1102可使用邏輯連線至一或多個遠端電腦如一遠端電腦1165而於一網路環境中作業。該遠端電腦1165可為一伺服器、一路由器、一點裝置(peer device)或其他一般網路節點,且典型地包括許多或所有與該個人電腦1102相關之項目第11圖中描繪之邏輯連線包括一區域網路(LAN)1166與一廣域網路(WAN)1167。該LAN 1166與WAN 1167可為有線的、無線的或為兩者之組合。此網路環境在辦公室、企業範圍的電腦網路、內部網路與該網際網路中均為常見的。
當用於一LAN網路環境中時,該個人電腦1102透過一網路介面1168被連接至該LAN 1166。當用於一WAN網路環境時,該個人電腦1102典型地包括一數據機1169或其他用於在該WAN 1167上建立連線的方式,如該網際網路。可為內接式或外接式的該數據機1169透過該使用者輸入介面1164被連接至該系統匯流排1126。在一網路環境中,關於該個人電腦1102所描述之程式模組或其部分可被儲存於該遠端記憶儲存裝置中。將瞭解所示之該網路連線僅為示範性質,其他用於在電腦間建立一通信連結的方 式均可被使用。此外,該LAN 1166與WAN 1167也可被用作該系統之非依電性儲存的來源。
第12圖為一流程圖,其說明依據本發明所形成之該邏輯,該邏輯被一一般目的電腦系統所執行以使用靜態列表管理資料。於處理方塊1210,該使用者進一步定義其需要每個登錄關係之哪些屬性-亦即該登錄樣板。此外,使用該相同範例,該列表登錄關係被定義具有至少兩屬性,其描述與該目標圖片有關之註解以及一評分。於處理方塊1220,一處理器使用該定義以建立一靜態列表,包括回應使用者輸入至該登錄樣板而建立該列表登錄關係。舉例來說,依據用於該實施例中的圖形化使用者介面類型,該使用者可從第7圖中描繪之使用者介面710拖放該任意選擇的目標圖片(此處為圖片A 520A/720A與圖片B 520B/720B)至第8圖中描繪之使用者介面810中。此使用者作用將引發該靜態列表中該列表登錄關係依據該列表登錄樣板340而建立(第3圖與第5圖)。
在一實施例中,處理繼續至處理方塊1230,其中該使用者可選擇應用一先前定義的檢視1010至該列表中,以於處理方塊1240顯示一使用者介面如第8圖中描繪之使用者介面810中的列表。
第13圖為一流程圖,其說明依據本發明所形成之該邏輯,該邏輯被一一般目的電腦系統所執行以於靜態列表間移動項目。該處理開始於一預定處理方塊1310,其被調用以回應一使用者輸入而從一靜態列表移動一項目至另一靜 態列表。處理開始於處理方塊1320,其中一處理器從該目前靜態列表中刪除與該選擇項目有關之列表登錄關係。於處理方塊1330,該處理器對該新列表建立一新的登錄關係類型實體。於選擇方塊1340,該處理判定該被建立登錄關係的類型是否與剛從舊列表中刪除之登錄關係的類型相同。如果是的話,該處理繼續至處理方塊1350,其中該處理器從舊列表複製該登錄關係的屬性至新列表。因此舉例來說,如果該登錄關係類型為好的長頸鹿圖片,則註解與評分之相同屬性將被複製至新列表。
第14圖為一流程圖,其說明依據本發明所形成之該邏輯,該邏輯被一一般目的電腦系統所執行以於靜態列表間複製項目。該處理開始於預定處理方塊1410,其被調用以回應一使用者輸入而從一靜態列表複製一項目至另一靜態列表。類似於參照第13圖中描述之移動邏輯,於處理方塊1420,該處理器對該新列表建立一新的登錄關係類型實體。於選擇方塊1430,該處理判定被建立之登錄關係的類型是否與該原始列表中被定義之登錄關係的類型相同。如果是的話,該處理繼續至處理方塊1440,其中該處理器從原始列表複製該登錄關係的屬性至新列表。
第15圖為一流程圖,其說明依據本發明所形成之該邏輯,該邏輯被一一般目的電腦系統所執行以增加項目於靜態列表。該處理開始於預定處理方塊1510,其被調用以回應使用者輸入而增加一項目至一靜態列表。於處理方塊1520,該處理器對該列表建立一新的登錄關係類型實體。
第16圖為一流程圖,其說明依據本發明所形成之該邏輯,該邏輯被一一般目的電腦系統所執行以自靜態列表移除項目。該處理開始於一預定處理方塊1610,其被調用以回應一使用者輸入而自一靜態列表移除一項目。於處理方塊1620,該處理器自該列表刪除該列表登錄關係。
第17圖為一流程圖,其說明依據本發明所形成之該邏輯,該邏輯被一一般目的電腦系統所執行以自靜態列表刪除項目。該處理開始於預定處理方塊1710,其被調用以回應一使用者輸入而自一列表刪除一項目。於處理方塊1720,該處理器首先判定所有存在於該刪除項目為該目標之處的列表登錄關係。一旦完成,該使用者便自該列表項目為該目標項目104之該列表刪除所有列表登錄關係。於處理器方塊1730,該處理器刪除該項目本身。
第18圖為依據本發明所形成之靜態列表並使用可延伸性標示語言(XML)檔案之一實施的一方塊圖概觀。於使用一傳統檔案系統之一處理系統1102中(第11圖),使用一XML檔案1810而實施靜態列表以表示該列表310中對該項目150之非保持(non-holding)參照1830可能是較佳的。該非保持參照1830為該些由於該項目本身改變位置會被刪除而無法被動態解析的參照。該XML檔案1810允許該處理系統1102以外殼連結資料(shell link data)1840之形式較佳地將指向該參照項目的連結序列化。由於該外殼連結資料1840對該參照項目含有一保留的標記(moniker),因而其使用有利於任何參照至該項目150的 絕對路徑,該外殼連結資料1840也包括暗示,假使該目標項目已被移動,其允許該處理系統1102解析該參照1830。舉例來說,該暗示可包括如項目建立日期以及各種形式之檔案系統路徑等事物。
該XML檔案1810進一步允許該處理系統1102儲存並追蹤使用者定義之任意中介資料1820以表示該項目150之屬性130以及該關係110。在此一實施中,該屬性130被對其指派之全球一致性識別(GUID)加上該屬性識別所識別,於該Windows®作業系統中亦指該PROPERTYKEY。該中介資料1820也可也可被較佳地用於傳遞該靜態列表之某些安全特性至該參照的項目150。
第19圖為依據本發明所形成之靜態列表之一實施的一方塊圖概觀,其使用檔案系統存放處。在實施一更進階檔案系統以利用檔案系統存放處管理資料的一處理系統1102(第11圖)中,將該靜態列表320塑造為一檔案系統存放處1910是較佳的。一檔案系統存放處1910為一檔案物件,其包括對項目150之保持參照1920以及該項目間的關係110,視該參照項目是否被儲存在相同於該存放處1910之容量上而定。
在一示範方案中,一使用者想要建立一文件列表用以向客戶展示其公司的新產品-一煞車皮。該文件包括深入描述該煞車皮技術的各種Word®文件、一PowerPoint®投影片、該煞車皮之圖片、甚至包括利用一紅外線照相機顯示作動中煞車皮的某些影像檔案。該使用者向具有不同需 求、關切及需要的客戶展示。因此,該使用者想要自訂該展示。利用靜態列表,該使用者可建立不同的靜態列表,各自具有對相同項目但具有不同順序(以調整對觀眾者的展示)的靜態列表。該使用者也可加入不同的重要屬性。舉例來說,對於某一客戶顯示所有產品的銷售價格(且甚至是特定於一客戶之價格),然而對於其他客戶而言,該銷售價格是被遮住的。在另一實施例中,該使用者可加入揭露認證與獲獎之最新細節的屬性。
在一示範方案中,該靜態列表被自動地維護。當該使用者自其中一列表刪除其中一文件時,在該文件被參照之所有其他列表中仍可取得該文件。另一方面,當該使用者自文件所在之資料夾中刪除一文件時,所有參照該文件的列表被更新以移除該參照,因而該參照不會顯示為一失效連結。
依據前述之結果,該使用者可較佳地對一特定觀眾訂做而建立無限制數量的靜態檔案,而得以避免管理該些列表中所有參照的麻煩。
雖然本發明之目前較佳實施例已被說明及描述,仍將瞭解在不違反本發明之精神與範圍下仍可於其中做出各種變化。舉例來說,應注意到前述任一實施均可被實施於一處理系統1102上,不論所實施之檔案系統的類型為何。將一靜態列表表示為一XML檔案1810可能是較有利的,即使在能使用存放處1910之處理系統1102上亦然,其中該系統與使用更傳統檔案系統之系統的互通性是需要的。再 者,在其他實施例中-不論所實施之檔案系統的類型為何,該靜態列表中的檔案可被呈現給使用任何使用者介面之使用者,包括在該Windows®外殼使用者介面之一資料夾中。由於各種操作在該靜態列表或該列表中的項目上被執行,該操作不是被一資料夾所處理便是被被委託給該參照項目的一目標-即該目標項目。
雖然本發明之較佳實施例已被說明與描述,仍將瞭解在不違反本發明之精神與範圍下仍可於其中做出各種變化。
102‧‧‧來源
104‧‧‧目標
110‧‧‧關係
120‧‧‧類型
130,530,540‧‧‧屬性
140‧‧‧延伸
150‧‧‧項目
210‧‧‧集合
220‧‧‧靜態集合
230‧‧‧關係類型
310,810,910‧‧‧靜態列表
320‧‧‧列表項目
330‧‧‧列表登錄關係類型
340‧‧‧登錄樣板
350,1030‧‧‧屬性名稱
410‧‧‧列表登錄
510A,510B‧‧‧列表登錄關係
520A,520B,650,660,720A,720B,720C,720D,720E,720F‧‧‧圖片
600‧‧‧方格
610‧‧‧順序
620‧‧‧註解
630‧‧‧評分
640‧‧‧資訊
710‧‧‧My Pictures
800,900‧‧‧使用者介面
820A‧‧‧多麼長的脖子
820B‧‧‧笑一個
920X‧‧‧我們看見長頸鹿...
920Y‧‧‧隨後我們看見大象
1010‧‧‧檢視
1020‧‧‧屬性資訊
1100‧‧‧系統
1102‧‧‧個人電腦
1122‧‧‧處理單元
1124‧‧‧記憶體
1126‧‧‧系統匯流排
1128‧‧‧唯讀記憶體(ROM)
1130‧‧‧隨機有取記憶體(RAM)
1132‧‧‧基本輸入/輸出系統(BIOS)
1134‧‧‧硬碟機
1138‧‧‧磁碟機
1140‧‧‧可移除碟片
1142‧‧‧光碟機
1144‧‧‧CD-ROM光碟
1146‧‧‧作業系統
1148‧‧‧應用程式
1150‧‧‧程式模組
1152‧‧‧程式資料
1154‧‧‧硬碟機介面
1156‧‧‧磁碟機介面
1160‧‧‧光碟機介面;鍵盤
1162‧‧‧滑鼠
1164‧‧‧輸入介面
1165‧‧‧遠端電腦
1166‧‧‧區域網路(LAN)
1167‧‧‧廣域網路(WAN)
1168‧‧‧網路介面
1169‧‧‧數據機
1190‧‧‧顯示裝置
1210,1220,1230,1310,1320,1330,1340,1350,1410,1420,1430,1440,1510,1520,1610,1620,1710,1720,1730‧‧‧處理方塊
1810‧‧‧XML檔案
1820‧‧‧中介資料
1830‧‧‧非保持參照
1840‧‧‧序列化外殼連結
1910‧‧‧檔案系統存放處
1920‧‧‧保持參照
藉由參照以下詳細的描述,並結合該伴隨圖示,本發明之前述態樣以及許多伴隨優點將變得更清楚地被體會且同樣地能更佳地被理解,其中:第1圖描繪依據本發明所形成之一概念儲存模型以使用靜態列表管理資料;第2圖描繪依據本發明所形成之該概念儲存模組的進一步態樣以定義一靜態列表;第3圖描繪依據本發明所形成之該概念儲存模型的進一步態樣以定義一靜態列表;第4圖描述依據本發明所形成之該概念儲存模型的進一步態樣以定義一靜態列表中的一列表登錄;第5圖描述依據本發明所形成之該概念儲存模型的進一步態樣以定義一示範靜態列表; 第6圖描繪一方格表,其含有第5圖中該示範靜態列表中描繪之屬性名稱與列表項目的數值;第7圖描繪依據本發明所形成之一使用者介面,其含有可被用於一靜態列表之一項目集合;第8圖描述依據本發明所形成之一使用者介面,其顯示含有第7圖中描繪之項目的一示範靜態列表;第9圖描繪依據本發明所形成之一使用者介面,其顯示含有第8圖中所描繪之示範靜態列表的另一示範靜態列表;第10圖描繪依據本發明所形成之該概念儲存模型的進一步態樣以定義可用於一靜態列表之一檢視;第11圖為依據本發明所形成之適合含有靜態列表之一一般目的電腦系統的一方塊圖;第12圖為一流程圖,其說明依據本發明所形成之該邏輯,該邏輯被一一般目的電腦系統所執行以使用靜態列表管理資料;第13圖為一流程圖,其說明依據本發明所形成之該邏輯,該邏輯被一一般目的電腦系統所執行以於靜態列表間移動項目;第14圖為一流程圖,其說明依據本發明所形成之該邏輯,該邏輯被一一般目的電腦系統所執行以於靜態列表間複製項目;第15圖為一流程圖,其說明依據本發明所形成之該邏輯,該邏輯被一一般目的電腦系統所執行以增加項目於靜 態列表;第16圖為一流程圖,其說明依據本發明所形成之該邏輯,該邏輯被一一般目的電腦系統所執行以自靜態列表移除項目;第17圖為一流程圖,其說明依據本發明所形成之該邏輯,該邏輯被一一般目的電腦系統所執行以自靜態列表刪除項目;第18圖為依據本發明所形成之靜態列表並使用XML檔案之一實施的一方塊圖概觀;及第19圖為依據本發明所形成之靜態列表之一實施的一方塊圖概觀,其使用檔案系統存放處。
102‧‧‧來源
104‧‧‧目標
510A‧‧‧列表登錄關係
520A‧‧‧圖片
320‧‧‧列表項目
530A‧‧‧屬性
540A‧‧‧屬性
340‧‧‧登入樣板
510B‧‧‧列表登錄關係
520B‧‧‧圖片
530B‧‧‧屬性
540B‧‧‧屬性

Claims (23)

  1. 一種用以管理在一列表中之資料的電腦實施方法,該方法至少包含以下步驟:建立一具有一項目類型與一關係類型的列表,其中該關係類型對應該列表中項目之間的關係;基於該關係類型,產生一列表登錄樣板,其中該列表登錄樣板包括與該關係類型相關聯之一或更多項目屬性;根據該登錄樣板,產生代表一項目與一根列表項目之間的關係的一列表登錄,其中該列表登錄包含一或更多該列表登錄樣板所指示之項目屬性;將產生之列表登錄加入建立之列表;儲存該列表於一資料處理裝置之一記憶體;更改該項目之一位置;更新該登錄以參照更改之位置;及基於建立之列表,顯示資訊。
  2. 如申請專利範圍第1項所述之電腦實施方法,更包含以下步驟:產生一數值用於該列表登錄之該一或更多項目屬性。
  3. 如申請專利範圍第2項所述之電腦實施方法,更包含以下步驟:移動該項目至一新的列表,其中該移動包括自 該列表刪除該登錄且於該新的列表中建立一登錄並且複製該新的列表之關係類型與該列表之關係類型相同之任何屬性的數值。
  4. 如申請專利範圍第3項所述之電腦實施方法,更包含以下步驟:複製該項目至一新的列表,其中該複製包括於該新的列表中建立一登錄並且複製該新的列表之關係類型與該列表之關係類型相同之任何屬性的數值。
  5. 如申請專利範圍第1項所述之電腦實施方法,該方法更包含以下步驟:刪除一項目,其中該刪除包括自該列表中移除該登錄並且移除其他列表中的任何其他登錄,其中該其他登錄也表示與該項目之一關聯。
  6. 如申請專利範圍第1項所述之電腦實施方法,該方法更包含檢視該列表,其中該檢視包括擷取具有與該檢視中指定之屬性相符之屬性的列表中的登錄,以及將一顯示特徵施加於該相符屬性數值。
  7. 如申請專利範圍第1項所述之電腦實施方法,其中該列表為一可延伸性標示語言(XML)格式檔案,其中該登錄為一與該項目類型有關之項目的一非保持參照(non-holding reference),而該屬性為與該項目有關之 一中介資料(metadata),且更新該登錄包括將指向該參照之一外殼連結序列化。
  8. 如申請專利範圍第1項所述之電腦實施方法,其中該列表為一檔案系統存放處,且該登錄為對一項目之一保持參照,該保持參照反應該項目之一目前狀態。
  9. 一種用以管理資料之系統,該系統至少包含:一儲存媒體,用以儲存資料項目以及一列表登錄樣板,其中該列表登錄樣板基於所選項目之一清單的一關係類型而產生,其中該關係類型相應於所選項目之該清單中之項目間的一關係;一處理單元,用以操作一處理以回應一使用者輸入而建立所選項目之該列表,其中產生之所選項目之該列表之每個登錄係根據該列表登錄樣板而產生及表示對該項目之一參照,不論該項目在該儲存媒體中的位置為何,且其中產生之所選項目之該列表之每個登錄包括符合該列表登錄樣板所建立之一屬性數值,其中產生所選項目之該列表之處理包括更新所產生之該列表之一登錄,以於所儲存資料項目被移至一新位置時參照該新位置;及一顯示單元,用以顯示該列表中的該項目之一檢視,該檢視包括基於一顯示特徵顯示該登錄之屬性數 值。
  10. 如申請專利範圍第9項所述之系統,其中用以更新該登錄之處理包括於該項目不再被儲存於該儲存媒體上時自該列表移除該登錄。
  11. 如申請專利範圍第10項所述之系統,其中用以建立該列表之處理包括一移動該項目至一新列表之處理,其包含複製該項目至新列表之處理以及自該列表刪除該登錄之處理。
  12. 如申請專利範圍第9項所述之系統,其中用以建立該列表之處理包括一複製該項目至一新列表的處理,該處理包括在該新列表中形成一登錄以及根據新列表之登錄樣板將該屬性數值自該原始登錄複製至新登錄。
  13. 如申請專利範圍第9項所述之系統,其中該處理單元用以進一步操作一處理以自該儲存媒體刪除一項目,其包括移除所有參照該項目的登錄。
  14. 如申請專利範圍第9項所述之系統,其中該建立的列表為一XML格式檔案,且其中該列表中的該登錄為對於該項目之一非保持參照,而該屬性為與該項目有關之一 中介資料,且更新該登錄包括將對於指向該參照之外殼連結序列化。
  15. 如申請專利範圍第9項所述之系統,其中該建立的列表為一檔案系統存放處,且該登錄為對於該項目之一保持參照,該保持參照指向該項目之一目前位置。
  16. 一種具有一電腦可執行元件的電腦可存取媒體,其電腦可執行元件可用以:定義具有一項目類型與一關係類型之一第一列表;基於該第一列表之該關係類型,產生一列表登錄樣板,其中該列表登錄樣板包括該關係類型所指示之一或更多項目屬性;根據該列表登錄樣板,產生代表一項目與項目類型之間的關係的一列表登錄,其中該列表登錄包含一或更多該列表登錄樣板之項目屬性;將該列表登錄加入該第一列表;每當該項目之一狀態改變時,更新該登錄;及將該項目移動至一第二列表,其中移動包括自該第一列表刪除該登錄及在該第二列表產生一登錄及複製該第二列表的關係類型與該第一列表的關係類型相同之任何屬性的數值。
  17. 如申請專利範圍第16項所述之電腦可存取媒體,其中該電腦可執行元件不論該項目之一實際位置為何均可更新該登錄以參照該項目之一目前位置。
  18. 如申請專利範圍第16項所述之電腦可存取媒體,其中該電腦可執行元件於該項目被刪除時便自動地自該第一列表移除該登錄。
  19. 如申請專利範圍第16項所述之電腦可存取媒體,其中該電腦可執行元件進一步定義該關係類型所指示之一或更多項目屬性,其中產生一列表登錄包含產生該一或更多項目屬性的一數值。
  20. 如申請專利範圍第16項所述之電腦可存取媒體,其中該電腦可執行元件進一步檢視該第一列表,其中該檢視包括擷取具有與該檢視中指定之屬性相符之屬性的第一列表中的登錄,且將一顯示特徵施加於該相符屬性的數值。
  21. 如申請專利範圍第16項所述之電腦可存取媒體,其中該第一列表以一XML格式被儲存,其中該登錄為一對於與該項目類型有關之項目的一非保持參照,而該屬性為與該項目有關之一中介資料,且更新該登錄包括將指 向該參照之一外殼連結序列化。
  22. 如申請專利範圍第16項所述之電腦可存取媒體,其中該第一列表被儲存於一檔案系統存放處,且該登錄為對一項目之一保持參照,該保持參照反應該項目之一目前狀態。
  23. 一種用於管理在一列表中之資料的電腦實施方法,該方法包含以下步驟:建立一具有一項目類型與一關係類型的列表,其中該關係類型對應該列表中項目之間的關係,其中該列表為一可延伸性標示語言(XML)格式檔案;基於該關係類型,產生一列表登錄樣板,其中該列表登錄樣板包括與該關係類型相關聯之一或更多項目屬性;根據該登錄樣板,產生代表一項目與一根列表項目之間的關係的一列表登錄,其中該列表登錄包含一或更多該列表登錄樣板所指示之項目屬性,其中該一或更多項目屬性係與該項目相關聯之元資料,其中該列表登錄為一與該項目類型有關之項目的一非保持參照(non-holding reference);將產生之列表登錄加入建立之列表;儲存該列表於一資料處理裝置之一記憶體; 更新所產生之列表登錄,其中更新所產生之列表登錄包括將指向該非保持參照之一外殼連結序列化;及基於建立之列表,顯示資訊。
TW093122451A 2003-10-24 2004-07-27 使用靜態列表以管理資料之系統及方法,以及具有可施行相同用途之電腦可執行元件的電腦可存取媒體 TWI388994B (zh)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/693,666 US7181463B2 (en) 2003-10-24 2003-10-24 System and method for managing data using static lists

Publications (2)

Publication Number Publication Date
TW200515188A TW200515188A (en) 2005-05-01
TWI388994B true TWI388994B (zh) 2013-03-11

Family

ID=34522454

Family Applications (1)

Application Number Title Priority Date Filing Date
TW093122451A TWI388994B (zh) 2003-10-24 2004-07-27 使用靜態列表以管理資料之系統及方法,以及具有可施行相同用途之電腦可執行元件的電腦可存取媒體

Country Status (15)

Country Link
US (2) US7181463B2 (zh)
EP (1) EP1602037A4 (zh)
JP (1) JP4584931B2 (zh)
KR (1) KR101201104B1 (zh)
CN (1) CN100369035C (zh)
AU (1) AU2004279196B2 (zh)
BR (1) BRPI0406395A (zh)
CA (1) CA2501667C (zh)
MX (1) MXPA05007167A (zh)
NO (1) NO20052270L (zh)
NZ (1) NZ540301A (zh)
RU (1) RU2375741C2 (zh)
TW (1) TWI388994B (zh)
WO (1) WO2005045576A2 (zh)
ZA (1) ZA200503151B (zh)

Families Citing this family (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7818342B2 (en) * 2004-11-12 2010-10-19 Sap Ag Tracking usage of data elements in electronic business communications
US7711676B2 (en) * 2004-11-12 2010-05-04 Sap Aktiengesellschaft Tracking usage of data elements in electronic business communications
US7865519B2 (en) * 2004-11-17 2011-01-04 Sap Aktiengesellschaft Using a controlled vocabulary library to generate business data component names
EP1691277B1 (en) * 2005-02-11 2009-06-24 Sap Ag Context menu providing dependency relationships for objects of different type
US8150883B2 (en) * 2005-03-23 2012-04-03 Sap Aktiengesellschaft Managing data component with harmonization indicator
US7707480B2 (en) * 2005-07-01 2010-04-27 Qnx Software Systems Gmbh & Co. Kg System employing data verification operations of differing computational costs
US7698495B2 (en) * 2005-07-01 2010-04-13 QNZ Software Systems GmbH & Co. KG Computer system having logically ordered cache management
US7970803B2 (en) 2005-07-01 2011-06-28 Qnx Software Systems Gmbh & Co. Kg Optimized startup verification of file system integrity
US8959125B2 (en) * 2005-07-01 2015-02-17 226008 Ontario Inc. File system having inverted hierarchical structure
US7809777B2 (en) * 2005-07-01 2010-10-05 Qnx Software Systems Gmbh & Co. Kg File system having deferred verification of data integrity
US7873683B2 (en) * 2005-07-01 2011-01-18 Qnx Software Systems Gmbh & Co. Kg File system having transaction record coalescing
US20070005874A1 (en) * 2005-07-01 2007-01-04 Dan Dodge File system storing transaction records in flash-like media
US9275371B2 (en) * 2005-07-21 2016-03-01 International Business Machines Corporation Keeping track of a detached e-mail attachment
US20070055928A1 (en) * 2005-09-02 2007-03-08 Microsoft Corporation User workflow lists to organize multimedia files
US8356053B2 (en) * 2005-10-20 2013-01-15 Oracle International Corporation Managing relationships between resources stored within a repository
US20080059510A1 (en) * 2006-08-31 2008-03-06 Daniel Cardamore Multimedia system framework having layer consolidating access to multiple media devices
US7599972B2 (en) * 2006-08-25 2009-10-06 Qnx Software Systems Gmbh & Co. Kg File system having variable logical storage block size
US7908276B2 (en) 2006-08-25 2011-03-15 Qnx Software Systems Gmbh & Co. Kg Filesystem having a filename cache
US20080147747A1 (en) * 2006-12-14 2008-06-19 Dan Cardamore Media system having synchronization with preemptive prioritization of synchronization order
US7810047B2 (en) * 2007-09-04 2010-10-05 Apple Inc. List item layouts system and method
US8515946B2 (en) * 2008-02-28 2013-08-20 Microsoft Corporation Location description for federation and discoverability
US20120233250A1 (en) * 2011-03-11 2012-09-13 International Business Machines Corporation Auto-updatable document parts within content management systems
CN104112004A (zh) * 2014-07-15 2014-10-22 浪潮通用软件有限公司 一种用户界面上智能拷贝数据的方法
US10531164B1 (en) * 2016-04-18 2020-01-07 Terri Johan Hitchcock Cinematographic method and methods for presentation and distribution of cinematographic works
US10223163B2 (en) * 2016-07-14 2019-03-05 Microsoft Technology Licensing, Llc Workflow-based object destruction
RU2715524C1 (ru) * 2019-08-23 2020-02-28 Федеральное государственное унитарное предприятие "Центральный институт авиационного моторостроения имени П.И. Баранова" Способ автоматизированного формирования электронной информационной модели силовой установки и устройство для его реализации

Family Cites Families (287)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5241671C1 (en) 1989-10-26 2002-07-02 Encyclopaedia Britannica Educa Multimedia search system using a plurality of entry path means which indicate interrelatedness of information
US5513306A (en) 1990-08-09 1996-04-30 Apple Computer, Inc. Temporal event viewing and editing system
US5388196A (en) 1990-09-07 1995-02-07 Xerox Corporation Hierarchical shared books with database
US5333315A (en) 1991-06-27 1994-07-26 Digital Equipment Corporation System of device independent file directories using a tag between the directories and file descriptors that migrate with the files
US5504852A (en) 1991-09-09 1996-04-02 Apple Computer, Inc. Method for creating a collection of aliases representing computer system files
US5461710A (en) * 1992-03-20 1995-10-24 International Business Machines Corporation Method for providing a readily distinguishable template and means of duplication thereof in a computer system graphical user interface
EP0592638B1 (en) * 1992-04-30 2001-02-07 Apple Computer, Inc. Method and apparatus for organizing information in a computer system
DE69328522T2 (de) 1992-08-27 2001-01-11 Sun Microsystems, Inc. Verfahren und Vorrichtung zur Benutzung von Browsern für Sammlungen
US6947959B1 (en) * 1992-10-01 2005-09-20 Quark, Inc. Digital media asset management system and process
US5559948A (en) * 1992-12-23 1996-09-24 International Business Machines Corporation Apparatus and method for manipulating an object in a computer system graphical user interface
US5598524A (en) * 1993-03-03 1997-01-28 Apple Computer, Inc. Method and apparatus for improved manipulation of data between an application program and the files system on a computer-controlled display system
US5499364A (en) 1993-10-14 1996-03-12 Digital Equipment Corporation System and method for optimizing message flows between agents in distributed computations
US6243071B1 (en) 1993-11-03 2001-06-05 Apple Computer, Inc. Tool set for navigating through an electronic book
US6339767B1 (en) 1997-06-02 2002-01-15 Aurigin Systems, Inc. Using hyperbolic trees to visualize data generated by patent-centric and group-oriented data processing
MX9602952A (es) 1994-01-27 1997-06-28 Minnesota Mining & Mfg Notas de software.
US6453311B1 (en) * 1994-05-06 2002-09-17 Apple Computer, Inc. System and method for performing context checks
US5680563A (en) 1994-07-25 1997-10-21 Object Technology Licensing Corporation Object-oriented operating system enhancement for filtering items in a window
US5956715A (en) * 1994-12-13 1999-09-21 Microsoft Corporation Method and system for controlling user access to a resource in a networked computing environment
US5831606A (en) 1994-12-13 1998-11-03 Microsoft Corporation Shell extensions for an operating system
US5696486A (en) 1995-03-29 1997-12-09 Cabletron Systems, Inc. Method and apparatus for policy-based alarm notification in a distributed network management environment
US5838317A (en) 1995-06-30 1998-11-17 Microsoft Corporation Method and apparatus for arranging displayed graphical representations on a computer interface
US6535230B1 (en) 1995-08-07 2003-03-18 Apple Computer, Inc. Graphical user interface providing consistent behavior for the dragging and dropping of content objects
US5929854A (en) 1995-11-30 1999-07-27 Ross; Michael M. Dialog box method and system for arranging document windows
US5867163A (en) * 1995-12-01 1999-02-02 Silicon Graphics, Inc. Graphical user interface for defining and invoking user-customized tool shelf execution sequence
US5778384A (en) * 1995-12-22 1998-07-07 Sun Microsystems, Inc. System and method for automounting and accessing remote file systems in Microsoft Windows in a networking environment
US6014137A (en) 1996-02-27 2000-01-11 Multimedia Adventures Electronic kiosk authoring system
US6768999B2 (en) 1996-06-28 2004-07-27 Mirror Worlds Technologies, Inc. Enterprise, stream-based, information management system
US6021262A (en) 1996-07-12 2000-02-01 Microsoft Corporation System and method for detection of, notification of, and automated repair of problem conditions in a messaging system
US5757925A (en) 1996-07-23 1998-05-26 Faybishenko; Yaroslav Secure platform independent cross-platform remote execution computer system and method
US5923328A (en) 1996-08-07 1999-07-13 Microsoft Corporation Method and system for displaying a hierarchical sub-tree by selection of a user interface element in a sub-tree bar control
US5790121A (en) 1996-09-06 1998-08-04 Sklar; Peter Clustering user interface
US6025843A (en) 1996-09-06 2000-02-15 Peter Sklar Clustering user interface
US5878410A (en) 1996-09-13 1999-03-02 Microsoft Corporation File system sort order indexes
US6037944A (en) * 1996-11-07 2000-03-14 Natrificial Llc Method and apparatus for displaying a thought network from a thought's perspective
US6918096B2 (en) 1996-11-07 2005-07-12 Thebrain Technologies, Corp. Method and apparatus for displaying a network of thoughts from a thought's perspective
US5987506A (en) 1996-11-22 1999-11-16 Mangosoft Corporation Remote access and geographically distributed computers in a globally addressable storage environment
US20060129627A1 (en) * 1996-11-22 2006-06-15 Mangosoft Corp. Internet-based shared file service with native PC client access and semantics and distributed version control
US5935210A (en) 1996-11-27 1999-08-10 Microsoft Corporation Mapping the structure of a collection of computer resources
CA2272708A1 (en) * 1996-11-27 1998-06-04 Kurt E. Godwin File directory and file navigation system
US6061695A (en) 1996-12-06 2000-05-09 Microsoft Corporation Operating system shell having a windowing graphical user interface with a desktop displayed as a hypertext multimedia document
US6023708A (en) * 1997-05-29 2000-02-08 Visto Corporation System and method for using a global translator to synchronize workspace elements across a network
US5835094A (en) 1996-12-31 1998-11-10 Compaq Computer Corporation Three-dimensional computer environment
US6944819B2 (en) * 1997-01-10 2005-09-13 Eastman-Kodak Company Computer method and apparatus for previewing files outside of an application program
US5933139A (en) 1997-01-31 1999-08-03 Microsoft Corporation Method and apparatus for creating help functions
US5875446A (en) 1997-02-24 1999-02-23 International Business Machines Corporation System and method for hierarchically grouping and ranking a set of objects in a query context based on one or more relationships
US6144968A (en) 1997-03-04 2000-11-07 Zellweger; Paul Method and apparatus for menu access to information objects indexed by hierarchically-coded keywords
US6317142B1 (en) 1997-04-04 2001-11-13 Avid Technology, Inc. Taxonomy of objects and a system of non-modal property inspectors
JPH10301938A (ja) * 1997-04-22 1998-11-13 Canon Inc 画像処理装置およびその方法、画像処理システム、記憶媒体
US6057844A (en) 1997-04-28 2000-05-02 Adobe Systems Incorporated Drag operation gesture controller
US6016692A (en) 1997-04-28 2000-01-25 Seagate Technology, Inc. Glide test slider having electrically isolated piezoelectric crystal for improved noise suppression
US7631012B2 (en) 1997-05-22 2009-12-08 Computer Associates Think, Inc. System and method of operating a database
US5987454A (en) 1997-06-09 1999-11-16 Hobbs; Allen Method and apparatus for selectively augmenting retrieved text, numbers, maps, charts, still pictures and/or graphics, moving pictures and/or graphics and audio information from a network resource
US5899995A (en) 1997-06-30 1999-05-04 Intel Corporation Method and apparatus for automatically organizing information
US6573907B1 (en) * 1997-07-03 2003-06-03 Obvious Technology Network distribution and management of interactive video and multi-media containers
US5877766A (en) 1997-08-15 1999-03-02 International Business Machines Corporation Multi-node user interface component and method thereof for use in accessing a plurality of linked records
US6249866B1 (en) 1997-09-16 2001-06-19 Microsoft Corporation Encrypting file system and method
US6279016B1 (en) 1997-09-21 2001-08-21 Microsoft Corporation Standardized filtering control techniques
US6237011B1 (en) 1997-10-08 2001-05-22 Caere Corporation Computer-based document management system
US6202061B1 (en) 1997-10-24 2001-03-13 Pictra, Inc. Methods and apparatuses for creating a collection of media
US6097389A (en) 1997-10-24 2000-08-01 Pictra, Inc. Methods and apparatuses for presenting a collection of digital media in a media container
US6061692A (en) 1997-11-04 2000-05-09 Microsoft Corporation System and method for administering a meta database as an integral component of an information server
US6275829B1 (en) 1997-11-25 2001-08-14 Microsoft Corporation Representing a graphic image on a web page with a thumbnail-sized image
JP3571515B2 (ja) * 1997-12-19 2004-09-29 富士通株式会社 知識収集・格納・検索プログラムを記憶したコンピュータ読み取り可能な記憶媒体
US6003040A (en) 1998-01-23 1999-12-14 Mital; Vijay Apparatus and method for storing, navigating among and adding links between data items in computer databases
US6401097B1 (en) 1998-01-23 2002-06-04 Mccotter Thomas M. System and method for integrated document management and related transmission and access
US6807632B1 (en) * 1999-01-21 2004-10-19 Emc Corporation Content addressable information encapsulation, representation, and transfer
US6078924A (en) 1998-01-30 2000-06-20 Aeneid Corporation Method and apparatus for performing data collection, interpretation and analysis, in an information platform
US6128623A (en) * 1998-04-15 2000-10-03 Inktomi Corporation High performance object cache
US7756892B2 (en) * 2000-05-02 2010-07-13 Digimarc Corporation Using embedded data with file sharing
US6256031B1 (en) 1998-06-26 2001-07-03 Microsoft Corporation Integration of physical and virtual namespace
US6466238B1 (en) 1998-06-30 2002-10-15 Microsoft Corporation Computer operating system that defines default document folder for application programs
US6181342B1 (en) 1998-07-06 2001-01-30 International Business Machines Corp. Computer file directory system displaying visual summaries of visual data in desktop computer documents for quickly identifying document content
US6363377B1 (en) 1998-07-30 2002-03-26 Sarnoff Corporation Search data processor
US6466932B1 (en) * 1998-08-14 2002-10-15 Microsoft Corporation System and method for implementing group policy
US6324551B1 (en) 1998-08-31 2001-11-27 Xerox Corporation Self-contained document management based on document properties
US6240421B1 (en) 1998-09-08 2001-05-29 Edwin J. Stolarz System, software and apparatus for organizing, storing and retrieving information from a computer database
US6373507B1 (en) 1998-09-14 2002-04-16 Microsoft Corporation Computer-implemented image acquistion system
US6803926B1 (en) 1998-09-18 2004-10-12 Microsoft Corporation System and method for dynamically adjusting data values and enforcing valid combinations of the data in response to remote user input
WO2000017775A2 (en) 1998-09-22 2000-03-30 Science Applications International Corporation User-defined dynamic collaborative environments
US8332478B2 (en) 1998-10-01 2012-12-11 Digimarc Corporation Context sensitive connected content
JP2000112797A (ja) 1998-10-02 2000-04-21 Nippon Telegr & Teleph Corp <Ntt> ビューディレクトリ処理方法および装置とビューディレクトリ処理プログラムを記録した記録媒体
US6341280B1 (en) 1998-10-30 2002-01-22 Netscape Communications Corporation Inline tree filters
US6134568A (en) * 1998-10-30 2000-10-17 Kinko's Ventures, Inc. Previewing an assembled document
US7730089B2 (en) * 1998-11-16 2010-06-01 Punch Networks Corporation Method and system for providing remote access to the facilities of a server computer
US6823344B1 (en) 1998-12-03 2004-11-23 International Business Machines Corporation File manager system providing faster and more efficient interactive user access to files in computer displays
US6571245B2 (en) 1998-12-07 2003-05-27 Magically, Inc. Virtual desktop in a computer network
US6480835B1 (en) 1998-12-31 2002-11-12 Intel Corporation Method and system for searching on integrated metadata
US6762777B2 (en) * 1998-12-31 2004-07-13 International Business Machines Corporation System and method for associating popup windows with selective regions of a document
US6751604B2 (en) 1999-01-06 2004-06-15 Hewlett-Packard Development Company, L.P. Method of displaying temporal and storage media relationships of file names protected on removable storage media
US6147601A (en) 1999-01-09 2000-11-14 Heat - Timer Corp. Electronic message delivery system utilizable in the monitoring of remote equipment and method of same
US6628309B1 (en) * 1999-02-05 2003-09-30 International Business Machines Corporation Workspace drag and drop
US6411311B1 (en) 1999-02-09 2002-06-25 International Business Machines Corporation User interface for transferring items between displayed windows
US6356915B1 (en) * 1999-02-22 2002-03-12 Starbase Corp. Installable file system having virtual file system drive, virtual device driver, and virtual disks
US6636238B1 (en) 1999-04-20 2003-10-21 International Business Machines Corporation System and method for linking an audio stream with accompanying text material
JP3284543B2 (ja) 1999-04-23 2002-05-20 ソニー株式会社 情報処理装置、情報処理方法、およびプログラム格納媒体
US6573906B1 (en) * 1999-04-26 2003-06-03 International Business Machines Corporation Method and system for delivering integrated user assistance information and traditional help from the same source
US6539399B1 (en) 1999-04-29 2003-03-25 Amada Company, Limited Stand alone data management system for facilitating sheet metal part production
US6592627B1 (en) * 1999-06-10 2003-07-15 International Business Machines Corporation System and method for organizing repositories of semi-structured documents such as email
US6526399B1 (en) 1999-06-15 2003-02-25 Microsoft Corporation Method and system for grouping and displaying a database
US6535229B1 (en) 1999-06-29 2003-03-18 International Business Machines Corporation Graphical user interface for selection of options within mutually exclusive subsets
IL130972A0 (en) 1999-07-15 2001-01-28 Hotbar Com Israel Ltd Method for the dynamic improvement of internet browser appearance and connectivity
US6549916B1 (en) * 1999-08-05 2003-04-15 Oracle Corporation Event notification system tied to a file system
US6448985B1 (en) * 1999-08-05 2002-09-10 International Business Machines Corporation Directory tree user interface having scrollable subsections
US6763388B1 (en) * 1999-08-10 2004-07-13 Akamai Technologies, Inc. Method and apparatus for selecting and viewing portions of web pages
US6505233B1 (en) 1999-08-30 2003-01-07 Zaplet, Inc. Method for communicating information among a group of participants
US6430575B1 (en) 1999-09-10 2002-08-06 Xerox Corporation Collaborative document management system with customizable filing structures that are mutually intelligible
US6871348B1 (en) * 1999-09-15 2005-03-22 Intel Corporation Method and apparatus for integrating the user interfaces of multiple applications into one application
US6763458B1 (en) * 1999-09-27 2004-07-13 Captaris, Inc. System and method for installing and servicing an operating system in a computer or information appliance
US7444390B2 (en) 1999-10-20 2008-10-28 Cdimensions, Inc. Method and apparatus for providing a web-based active virtual file system
US7039860B1 (en) * 1999-10-01 2006-05-02 Netspinner Solutions As Creating web pages category list prior to the list being served to a browser
US7146575B2 (en) 1999-11-24 2006-12-05 Shutterfly, Inc. Image uploading
US6583799B1 (en) 1999-11-24 2003-06-24 Shutterfly, Inc. Image uploading
US7917628B2 (en) * 1999-12-02 2011-03-29 Western Digital Technologies, Inc. Managed peer-to-peer applications, systems and methods for distributed data access and storage
US6754829B1 (en) 1999-12-14 2004-06-22 Intel Corporation Certificate-based authentication system for heterogeneous environments
US6606105B1 (en) * 1999-12-22 2003-08-12 Adobe Systems Incorporated Layer enhancements in digital illustration system
US6847959B1 (en) 2000-01-05 2005-01-25 Apple Computer, Inc. Universal interface for retrieval of information in a computer system
US20010054180A1 (en) * 2000-01-06 2001-12-20 Atkinson Paul D. System and method for synchronizing output of media in public spaces
WO2001055898A1 (en) * 2000-01-14 2001-08-02 Synquiry Technologies, Ltd. Software composition using graph types, graphs, and agents
EP1117220A1 (en) 2000-01-14 2001-07-18 Sun Microsystems, Inc. Method and system for protocol conversion
US6658436B2 (en) * 2000-01-31 2003-12-02 Commvault Systems, Inc. Logical view and access to data managed by a modular data and storage management system
US20020046299A1 (en) * 2000-02-09 2002-04-18 Internet2Anywhere, Ltd. Method and system for location independent and platform independent network signaling and action initiating
US6735623B1 (en) * 2000-02-09 2004-05-11 Mitch Prust Method and system for accessing a remote storage area
US7412462B2 (en) * 2000-02-18 2008-08-12 Burnside Acquisition, Llc Data repository and method for promoting network storage of data
AU2001235940A1 (en) * 2000-02-23 2001-09-03 Eyal, Yehoshua Systems and methods for generating and providing previews of electronic files such as web files
US20060173873A1 (en) * 2000-03-03 2006-08-03 Michel Prompt System and method for providing access to databases via directories and other hierarchical structures and interfaces
US6985905B2 (en) 2000-03-03 2006-01-10 Radiant Logic Inc. System and method for providing access to databases via directories and other hierarchical structures and interfaces
US6757362B1 (en) 2000-03-06 2004-06-29 Avaya Technology Corp. Personal virtual assistant
DE60138884D1 (de) * 2000-03-10 2009-07-16 Herbert Street Technologies Lt Datenübertragungs- un verwaltungsverfahren
US6549217B1 (en) 2000-03-23 2003-04-15 Koninklijke Philips Electronics N.V. System and method for computer system management using bookmarks
JP2001282813A (ja) * 2000-03-29 2001-10-12 Toshiba Corp マルチメディアデータ検索方法、インデックス情報提供方法、マルチメディアデータ検索装置、インデックスサーバ及びマルチメディアデータ検索サーバ
US6636250B1 (en) * 2000-04-12 2003-10-21 Emc Corp Methods and apparatus for presenting information to a user of a computer system
US6563514B1 (en) * 2000-04-13 2003-05-13 Extensio Software, Inc. System and method for providing contextual and dynamic information retrieval
JP4325075B2 (ja) * 2000-04-21 2009-09-02 ソニー株式会社 データオブジェクト管理装置
US7188319B2 (en) 2000-04-21 2007-03-06 Microsoft Corporation Displaying graphical information and user selected properties on a computer interface
US20010056434A1 (en) 2000-04-27 2001-12-27 Smartdisk Corporation Systems, methods and computer program products for managing multimedia content
US20020049717A1 (en) 2000-05-10 2002-04-25 Routtenberg Michael D. Digital content distribution system and method
US20010056508A1 (en) * 2000-05-12 2001-12-27 Kenneth Arneson Event notification system and method
US20040133572A1 (en) * 2000-05-18 2004-07-08 I2 Technologies Us, Inc., A Delaware Corporation Parametric searching
US9213836B2 (en) * 2000-05-28 2015-12-15 Barhon Mayer, Batya System and method for comprehensive general electric protection for computers against malicious programs that may steal information and/or cause damages
US6745206B2 (en) 2000-06-05 2004-06-01 International Business Machines Corporation File system with access and retrieval of XML documents
US7043472B2 (en) * 2000-06-05 2006-05-09 International Business Machines Corporation File system with access and retrieval of XML documents
US6507838B1 (en) * 2000-06-14 2003-01-14 International Business Machines Corporation Method for combining multi-modal queries for search of multimedia data using time overlap or co-occurrence and relevance scores
US6925608B1 (en) * 2000-07-05 2005-08-02 Kendyl A. Roman Graphical user interface for building Boolean queries and viewing search results
US7219332B2 (en) * 2000-07-07 2007-05-15 Microsoft Corporation Configuring software components(merge) with transformation component using configurable and non-configurable data elements
US6938207B1 (en) * 2000-07-19 2005-08-30 International Business Machines Corporation Method and system for indicating document traversal direction in a hyper linked navigation system
US7451099B2 (en) * 2000-08-30 2008-11-11 Kontera Technologies, Inc. Dynamic document context mark-up technique implemented over a computer network
WO2002021413A2 (en) 2000-09-05 2002-03-14 Zaplet, Inc. Methods and apparatus providing electronic messages that are linked and aggregated
JP2002082745A (ja) 2000-09-07 2002-03-22 Sony Corp 情報処理装置及び方法、並びにプログラム格納媒体
AUPR015700A0 (en) * 2000-09-15 2000-10-12 Filecat Pty Ltd Distributed file-sharing network
US20020062310A1 (en) 2000-09-18 2002-05-23 Smart Peer Llc Peer-to-peer commerce system
US6738770B2 (en) 2000-11-04 2004-05-18 Deep Sky Software, Inc. System and method for filtering and sorting data
AU2002230648A1 (en) * 2000-11-06 2002-05-15 Envoy Worlwide, Inc. System and method for service specific notification
US6684222B1 (en) * 2000-11-09 2004-01-27 Accenture Llp Method and system for translating data associated with a relational database
US6762776B2 (en) 2000-11-10 2004-07-13 Microsoft Corporation Mouse input panel windows class list
US7242421B2 (en) 2000-11-10 2007-07-10 Perceptive Network Technologies, Inc. Methods of establishing a communications link using perceptual sensing of a user's presence
US7099946B2 (en) 2000-11-13 2006-08-29 Canon Kabushiki Kaishsa Transferring a media browsing session from one device to a second device by transferring a session identifier and a session key to the second device
US6907580B2 (en) 2000-12-14 2005-06-14 Microsoft Corporation Selection paradigm for displayed user interface
US7020848B2 (en) 2000-12-20 2006-03-28 Eastman Kodak Company Comprehensive, multi-dimensional graphical user interface using picture metadata for navigating and retrieving pictures in a picture database
US7032182B2 (en) 2000-12-20 2006-04-18 Eastman Kodak Company Graphical user interface adapted to allow scene content annotation of groups of pictures in a picture database to promote efficient database browsing
US6883146B2 (en) * 2000-12-20 2005-04-19 Eastman Kodak Company Picture database graphical user interface utilizing map-based metaphors for efficient browsing and retrieving of pictures
AUPR230700A0 (en) 2000-12-22 2001-01-25 Canon Kabushiki Kaisha A method for facilitating access to multimedia content
US20020087969A1 (en) 2000-12-28 2002-07-04 International Business Machines Corporation Interactive TV audience estimation and program rating in real-time using multi level tracking methods, systems and program products
US20040205698A1 (en) * 2000-12-29 2004-10-14 Schliesmann Barry Edward System and method for event driven programming
US20020089540A1 (en) 2001-01-08 2002-07-11 Freddie Geier Media editing and creating interface
US7266768B2 (en) 2001-01-09 2007-09-04 Sharp Laboratories Of America, Inc. Systems and methods for manipulating electronic information using a three-dimensional iconic representation
US20020091679A1 (en) 2001-01-09 2002-07-11 Wright James E. System for searching collections of linked objects
US6839721B2 (en) 2001-01-12 2005-01-04 Hewlett-Packard Development Company, L.P. Integration of a database into file management software for protecting, tracking, and retrieving data
WO2002057917A2 (en) * 2001-01-22 2002-07-25 Sun Microsystems, Inc. Peer-to-peer network computing platform
US7437363B2 (en) 2001-01-25 2008-10-14 International Business Machines Corporation Use of special directories for encoding semantic information in a file system
US7043644B2 (en) * 2001-01-31 2006-05-09 Qurio Holdings, Inc. Facilitating file access from firewall-protected nodes in a peer-to-peer network
CA2335395A1 (en) * 2001-02-09 2002-08-09 Opengraphics Corporation Controlled access system for online communities
US6831655B2 (en) 2001-02-20 2004-12-14 Sun Microsystems, Inc. Method and apparatus for determining display element attribute values
US20020129033A1 (en) * 2001-02-26 2002-09-12 Hoxie Stephen W. Browser for an accident and incident registry
US6828988B2 (en) 2001-02-27 2004-12-07 Microsoft Corporation Interactive tooltip
US7302634B2 (en) 2001-03-14 2007-11-27 Microsoft Corporation Schema-based services for identity-based data access
US7925513B2 (en) * 2001-03-15 2011-04-12 Versata Development Group, Inc. Framework for processing sales transaction data
US7047406B2 (en) * 2001-03-21 2006-05-16 Qurlo Holdings, Inc. Method and system for providing a secure peer-to-peer file delivery network
US20020138552A1 (en) * 2001-03-21 2002-09-26 Debruine Timothy S. Method and system for optimizing private network file transfers in a public peer-to-peer network
US7689711B2 (en) * 2001-03-26 2010-03-30 Salesforce.Com, Inc. System and method for routing messages between applications
US7062490B2 (en) * 2001-03-26 2006-06-13 Microsoft Corporation Serverless distributed file system
US7263666B2 (en) 2001-04-09 2007-08-28 Triveni Digital, Inc. Targeted remote GUI for metadata generator
US20020152262A1 (en) 2001-04-17 2002-10-17 Jed Arkin Method and system for preventing the infringement of intellectual property rights
CA2344074A1 (en) * 2001-04-17 2002-10-17 George Wesley Bradley Method and system for cross-platform form creation and deployment
US20020156895A1 (en) * 2001-04-20 2002-10-24 Brown Michael T. System and method for sharing contact information
US7185050B2 (en) * 2001-04-30 2007-02-27 Hewlett-Packard Development Company, L.P. Document management system and method using content grouping system
US7228383B2 (en) * 2001-06-01 2007-06-05 Visto Corporation System and method for progressive and hierarchical caching
US20020188735A1 (en) * 2001-06-06 2002-12-12 Needham Bradford H. Partially replicated, locally searched peer to peer file sharing system
US20030135495A1 (en) * 2001-06-21 2003-07-17 Isc, Inc. Database indexing method and apparatus
US20040230572A1 (en) 2001-06-22 2004-11-18 Nosa Omoigui System and method for semantic knowledge retrieval, management, capture, sharing, discovery, delivery and presentation
EP1410258A4 (en) 2001-06-22 2007-07-11 Inc Nervana SYSTEM AND METHOD FOR RECALLING, MANAGING, DELIVERING AND PRESENTING KNOWLEDGE
US6944647B2 (en) 2001-06-29 2005-09-13 International Business Machines Corporation Methods and apparatus for bookmarking and annotating data in a log file
JP2003022206A (ja) 2001-07-06 2003-01-24 Fujitsu Ltd ファイル管理プログラムおよびファイル管理装置
US7440994B2 (en) * 2001-07-06 2008-10-21 Intel Corporation Method and apparatus for peer-to-peer services to shift network traffic to allow for an efficient transfer of information between devices via prioritized list
KR20030006734A (ko) * 2001-07-14 2003-01-23 엠텍비젼 주식회사 통신망을 이용한 영상 데이터 관리 방법 및 시스템
US6865568B2 (en) 2001-07-16 2005-03-08 Microsoft Corporation Method, apparatus, and computer-readable medium for searching and navigating a document database
US20030018657A1 (en) 2001-07-18 2003-01-23 Imation Corp. Backup of data on a network
US6801919B2 (en) 2001-07-27 2004-10-05 Hewlett-Packard Development Company, L.P. Object oriented database interface encapsulation that allows for chronologically overlapping transactions in a multi-threaded environment
US7610218B2 (en) * 2001-07-31 2009-10-27 Lightsurf Technologies, Inc. Integrated shopping cart for sale of third party products and services via the internet
EP1563389A4 (en) * 2001-08-01 2008-06-25 Actona Technologies Ltd VIRTUAL DATA DISTRIBUTION NETWORK
US20030028610A1 (en) * 2001-08-03 2003-02-06 Pearson Christopher Joel Peer-to-peer file sharing system and method using user datagram protocol
US6662198B2 (en) * 2001-08-30 2003-12-09 Zoteca Inc. Method and system for asynchronous transmission, backup, distribution of data and file sharing
US7203948B2 (en) * 2001-09-29 2007-04-10 Siebel Systems, Inc. Method, apparatus, and system for implementing caching of view custom options in a framework to support web-based applications
US8015204B2 (en) * 2001-10-16 2011-09-06 Microsoft Corporation Scoped access control metadata element
US20030078918A1 (en) * 2001-10-23 2003-04-24 Souvignier Todd J. Method, apparatus and system for file sharing between computers
US20030093580A1 (en) * 2001-11-09 2003-05-15 Koninklijke Philips Electronics N.V. Method and system for information alerts
US7171468B2 (en) 2001-11-10 2007-01-30 Kabushiki Kaisha Toshiba System and method for accessing a document management repository
US6799173B2 (en) 2001-11-14 2004-09-28 Sun Microsystems, Inc. Method and apparatus for sharing code containing references to non-shared objects
JP4186456B2 (ja) 2001-11-28 2008-11-26 沖電気工業株式会社 分散ファイル共有システムおよびその制御方法
CN1421800A (zh) 2001-11-30 2003-06-04 英业达股份有限公司 电子文件预览系统与方法
US20030105745A1 (en) * 2001-12-05 2003-06-05 Davidson Jason A. Text-file based relational database
JP4225038B2 (ja) 2001-12-11 2009-02-18 トヨタ自動車株式会社 ユニット設計装置およびユニット設計方法
US7024427B2 (en) 2001-12-19 2006-04-04 Emc Corporation Virtual file system
JP3778079B2 (ja) * 2001-12-20 2006-05-24 株式会社日立製作所 表示装置
US20030120928A1 (en) * 2001-12-21 2003-06-26 Miles Cato Methods for rights enabled peer-to-peer networking
KR100436815B1 (ko) 2001-12-24 2004-06-23 한국전자통신연구원 실시간 렌더링을 위한 하드웨어 그래픽 가속장치 내 연산최적화 시스템 및 그 방법
US7266843B2 (en) * 2001-12-26 2007-09-04 Mcafee, Inc. Malware scanning to create clean storage locations
US7143362B2 (en) 2001-12-28 2006-11-28 International Business Machines Corporation System and method for visualizing and navigating content in a graphical user interface
US7266563B2 (en) * 2001-12-28 2007-09-04 Fotomedia Technologies, Llc Specifying, assigning, and maintaining user defined metadata in a network-based photosharing system
US7360034B1 (en) * 2001-12-28 2008-04-15 Network Appliance, Inc. Architecture for creating and maintaining virtual filers on a filer
AU2003201491A1 (en) 2002-01-08 2003-07-24 Sap Aktiengesellschaft Enhanced email management system
JP2003208343A (ja) * 2002-01-10 2003-07-25 Ricoh Co Ltd ファイル作成・閲覧方法、ファイル作成方法、ファイル閲覧方法、ファイル構造及びプログラム
US20040205633A1 (en) * 2002-01-11 2004-10-14 International Business Machines Corporation Previewing file or document content
US7089287B2 (en) 2002-01-16 2006-08-08 Xerox Corporation Message-based system having embedded information management capabilities
US6961734B2 (en) * 2002-01-17 2005-11-01 International Business Machines Corporation Method, system, and program for defining asset classes in a digital library
WO2003063029A1 (en) 2002-01-18 2003-07-31 Bea Systems, Inc. System and method for using virtual directories to service url requests in application servers
US7424715B1 (en) * 2002-01-28 2008-09-09 Verint Americas Inc. Method and system for presenting events associated with recorded data exchanged between a server and a user
US6922709B2 (en) 2002-02-19 2005-07-26 International Business Machines Corporation Method for maintaining consistent dual copies of vital product data in a dual accessor library of portable data storage media
US7343365B2 (en) * 2002-02-20 2008-03-11 Microsoft Corporation Computer system architecture for automatic context associations
WO2003079191A1 (en) * 2002-03-11 2003-09-25 Visionshare, Inc. Method and system for peer-to-peer secure communication
US7607102B2 (en) 2002-03-14 2009-10-20 Apple Inc. Dynamically changing appearances for user interface elements during drag-and-drop operations
US7107285B2 (en) * 2002-03-16 2006-09-12 Questerra Corporation Method, system, and program for an improved enterprise spatial system
WO2003081483A1 (en) * 2002-03-18 2003-10-02 Daniel Rex Greening Community directory
US20040044776A1 (en) 2002-03-22 2004-03-04 International Business Machines Corporation Peer to peer file sharing system using common protocols
US20030212710A1 (en) 2002-03-27 2003-11-13 Michael J. Guy System for tracking activity and delivery of advertising over a file network
US6938042B2 (en) * 2002-04-03 2005-08-30 Laplink Software Inc. Peer-to-peer file sharing
US20040030731A1 (en) * 2002-04-03 2004-02-12 Liviu Iftode System and method for accessing files in a network
US7010755B2 (en) 2002-04-05 2006-03-07 Microsoft Corporation Virtual desktop manager
US7068291B1 (en) 2002-04-11 2006-06-27 Bellsouth Intellectual Property Corp. Video display screen segmentation
US20030210281A1 (en) 2002-05-07 2003-11-13 Troy Ellis Magnifying a thumbnail image of a document
US7389242B2 (en) * 2002-05-07 2008-06-17 Re3W Worldwide Limited Interactive processing of real estate transactions
US6816863B2 (en) * 2002-05-09 2004-11-09 International Business Machines Corporation Method, system, and computer product for providing a distribution list
US7080059B1 (en) * 2002-05-13 2006-07-18 Quasm Corporation Search and presentation engine
US20030222915A1 (en) 2002-05-30 2003-12-04 International Business Machines Corporation Data processor controlled display system with drag and drop movement of displayed items from source to destination screen positions and interactive modification of dragged items during the movement
US7574488B2 (en) 2002-05-31 2009-08-11 Hitachi, Ltd. Method and apparatus for peer-to-peer file sharing
US20030227487A1 (en) * 2002-06-01 2003-12-11 Hugh Harlan M. Method and apparatus for creating and accessing associative data structures under a shared model of categories, rules, triggers and data relationship permissions
JP4308587B2 (ja) * 2002-06-24 2009-08-05 株式会社リコー 文書群管理装置
US20040001106A1 (en) 2002-06-26 2004-01-01 John Deutscher System and process for creating an interactive presentation employing multi-media components
US20040002993A1 (en) * 2002-06-26 2004-01-01 Microsoft Corporation User feedback processing of metadata associated with digital media files
AU2003252024A1 (en) 2002-07-16 2004-02-02 Bruce L. Horn Computer system for automatic organization, indexing and viewing of information from multiple sources
JP2004054721A (ja) 2002-07-23 2004-02-19 Hitachi Ltd ネットワークストレージ仮想化方法
US20040054674A1 (en) 2002-09-13 2004-03-18 Carpenter Keith A. Enabling a web application to access a protected file on a secured server
US6956942B2 (en) * 2002-09-18 2005-10-18 Sbc Properties, L.P. Multi-modal address book
US7337409B2 (en) 2002-09-25 2008-02-26 Siemens Aktiengesellschaft Customizable drag and drop for industrial software applications
AU2003233573B2 (en) * 2002-09-30 2009-09-24 Microsoft Technology Licensing, Llc System and method for making user interface elements known to an application and user
US8935202B2 (en) * 2002-09-30 2015-01-13 Reed Elsevier Inc. Managing changes in a relationship management system
US20040153968A1 (en) 2002-10-24 2004-08-05 Jennie Ching Method and system for user customizable asset metadata generation in a web-based asset management system
US20040088374A1 (en) * 2002-10-31 2004-05-06 Webb James D. Aggregation and sharing of patient data
GB0226294D0 (en) 2002-11-12 2002-12-18 Autodesk Canada Inc Image processing
WO2004046969A1 (en) 2002-11-15 2004-06-03 Bigchampagne, Llc. Monitor file storage and transfer on a peer-to-peer network
AU2003302050A1 (en) * 2002-11-15 2004-06-15 Creo Inc. Methods and systems for sharing data
TWI221746B (en) * 2002-11-18 2004-10-01 Ulead Systems Inc Preview file generating method applicable on multiple systems and device thereof
US20040098379A1 (en) * 2002-11-19 2004-05-20 Dan Huang Multi-indexed relationship media organization system
US7549047B2 (en) * 2002-11-21 2009-06-16 Xerox Corporation Method and system for securely sharing files
US7289973B2 (en) * 2002-12-19 2007-10-30 Mathon Systems, Inc. Graphical user interface for system and method for managing content
JP4102199B2 (ja) 2003-01-06 2008-06-18 オリンパス株式会社 撮像システム、カメラ、外部機器、撮像プログラム、記録媒体、および撮像方法
US7769881B2 (en) 2003-01-24 2010-08-03 Hitachi, Ltd. Method and apparatus for peer-to peer access
US7945618B2 (en) * 2003-02-10 2011-05-17 Oren Asher Peer-to-peer service designer
US7565618B2 (en) 2003-02-13 2009-07-21 LumaPix Inc. Method and system for distributing multiple dragged objects
US20040230917A1 (en) 2003-02-28 2004-11-18 Bales Christopher E. Systems and methods for navigating a graphical hierarchy
US7930350B2 (en) * 2003-03-05 2011-04-19 Canon U.S.A., Inc. Digital image sharing enabled chat application
US7487460B2 (en) 2003-03-21 2009-02-03 Microsoft Corporation Interface for presenting data representations in a screen-area inset
US20050080807A1 (en) * 2003-10-12 2005-04-14 Microsoft Corporation Extensible creation and editing of integrated collections
US7769794B2 (en) 2003-03-24 2010-08-03 Microsoft Corporation User interface for a file system shell
US7627552B2 (en) 2003-03-27 2009-12-01 Microsoft Corporation System and method for filtering and organizing items based on common elements
US7409644B2 (en) 2003-05-16 2008-08-05 Microsoft Corporation File system shell
US7712034B2 (en) * 2003-03-24 2010-05-04 Microsoft Corporation System and method for shell browser
US7587411B2 (en) 2003-03-27 2009-09-08 Microsoft Corporation System and method for filtering and organizing items based on common elements
US7536386B2 (en) 2003-03-27 2009-05-19 Microsoft Corporation System and method for sharing items in a computer system
US7925682B2 (en) 2003-03-27 2011-04-12 Microsoft Corporation System and method utilizing virtual folders
US7526483B2 (en) 2003-03-27 2009-04-28 Microsoft Corporation System and method for virtual folder sharing including utilization of static and dynamic lists
US7499925B2 (en) * 2003-03-27 2009-03-03 Microsoft Corporation File system for displaying items of different types and from different physical locations
US7512885B2 (en) * 2003-03-31 2009-03-31 Avid Technology, Inc. Graphical user interface for navigating and displaying relationships among media data and metadata
US8001088B2 (en) * 2003-04-04 2011-08-16 Avid Technology, Inc. Indexing media files in a distributed, multi-user system for managing and editing digital media
US20050015405A1 (en) * 2003-07-18 2005-01-20 Microsoft Corporation Multi-valued properties
US20050114672A1 (en) * 2003-11-20 2005-05-26 Encryptx Corporation Data rights management of digital information in a portable software permission wrapper
US7412447B2 (en) * 2004-03-01 2008-08-12 Fuji Xerox Co., Ltd. Remote file management using shared credentials for remote clients outside firewall
US7853895B2 (en) 2004-05-11 2010-12-14 Sony Computer Entertainment Inc. Control of background media when foreground graphical user interface is invoked

Also Published As

Publication number Publication date
TW200515188A (en) 2005-05-01
JP4584931B2 (ja) 2010-11-24
RU2375741C2 (ru) 2009-12-10
US20050091235A1 (en) 2005-04-28
RU2005114914A (ru) 2006-01-20
NZ540301A (en) 2008-03-28
NO20052270L (no) 2005-05-30
WO2005045576A3 (en) 2005-09-22
AU2004279196A1 (en) 2005-06-23
JP2007509417A (ja) 2007-04-12
CN1742271A (zh) 2006-03-01
ZA200503151B (en) 2006-07-26
AU2004279196B2 (en) 2010-03-11
CA2501667A1 (en) 2005-04-24
KR20060112177A (ko) 2006-10-31
KR101201104B1 (ko) 2012-11-13
US20070124339A1 (en) 2007-05-31
US7711754B2 (en) 2010-05-04
EP1602037A4 (en) 2010-02-03
AU2004279196A8 (en) 2008-10-02
CN100369035C (zh) 2008-02-13
BRPI0406395A (pt) 2005-08-09
MXPA05007167A (es) 2005-08-26
WO2005045576A2 (en) 2005-05-19
CA2501667C (en) 2012-06-26
US7181463B2 (en) 2007-02-20
EP1602037A2 (en) 2005-12-07

Similar Documents

Publication Publication Date Title
TWI388994B (zh) 使用靜態列表以管理資料之系統及方法,以及具有可施行相同用途之電腦可執行元件的電腦可存取媒體
TWI393051B (zh) 用於管理及使用電腦生成文件中之資料的方法及電腦可讀媒體
JP4425348B2 (ja) 複合ドキュメント・フレームワーク
KR100991027B1 (ko) 파일 시스템 셸
US20150032690A1 (en) Virtual synchronization with on-demand data delivery
JP4604043B2 (ja) ユーザにアイテムをコンテクスト表示(contextualpresentation)で提示するためのシステムおよび方法
US20150052144A1 (en) Computer system storing content into application independent objects
JP4627759B2 (ja) ユーザに関連アイテムを提示するためのシステムおよび方法
JP2007257629A (ja) 共同で作成されるマスター・ドキュメントにサブ・ドキュメントをマージするためのシステムおよび方法
JP4739221B2 (ja) ユーザに関連アイテムを提示するためのシステムおよび方法
JP2000099508A (ja) 複合文書管理システム及び複合文書の構造管理方法ならびに複合文書構造管理プログラムを格納した記録媒体
US9646013B2 (en) System and method for file management
EP3740884A1 (en) Location and context for computer file system
Gori et al. FileWeaver: Flexible file management with automatic dependency tracking
WO2009154001A1 (ja) 情報処理装置、データ編集システム、データ編集方法およびプログラム
KR20050097437A (ko) 멀티미디어 데이터 처리 방법
Miser Special edition using Mac OS X
JPH04248640A (ja) 木構造文書処理装置

Legal Events

Date Code Title Description
MM4A Annulment or lapse of patent due to non-payment of fees