US20120185531A1 - method for storing and accessing data using a shell interface - Google Patents

method for storing and accessing data using a shell interface Download PDF

Info

Publication number
US20120185531A1
US20120185531A1 US13/420,290 US201213420290A US2012185531A1 US 20120185531 A1 US20120185531 A1 US 20120185531A1 US 201213420290 A US201213420290 A US 201213420290A US 2012185531 A1 US2012185531 A1 US 2012185531A1
Authority
US
United States
Prior art keywords
data
web
blocks
file
shell interface
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
US13/420,290
Other versions
US8224920B1 (en
Inventor
Raghavendra Kulkarni
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
IDrive Inc
Original Assignee
Raghavendra Kulkarni
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 Raghavendra Kulkarni filed Critical Raghavendra Kulkarni
Priority to US13/420,290 priority Critical patent/US8224920B1/en
Application granted granted Critical
Publication of US8224920B1 publication Critical patent/US8224920B1/en
Publication of US20120185531A1 publication Critical patent/US20120185531A1/en
Assigned to IDRIVE INC. reassignment IDRIVE INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: KULKARNI, RAGHAVENDRA
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0241Advertisements
    • G06Q30/0251Targeted advertisements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0241Advertisements
    • 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
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0241Advertisements
    • G06Q30/0277Online advertisement

Definitions

  • This disclosure generally may describe a web-based online network drive that may be used by many users. More specifically, this disclosure may provide for an efficient web-based file system, which may be available as a network drive on a local computer.
  • Computer data files have been stored in random access memory (RAM), punch cards, on tapes, diskettes, compact disks (CDs), flash memories and many other media.
  • RAM random access memory
  • CDs compact disks
  • flash memories and many other media.
  • Computer data files may be stored in a primary storage location, as well as in a remote storage location.
  • Computer data files may be stored in a remote system to increase availability to various users, as well as increase memory storage capacity at individual client devices.
  • Remote systems may include network and/or Internet-based drives and storage media.
  • network drives that map a network shared data storage resource as a virtual hard disk, including CIFS/SMB based by Microsoft®/Samba Foundation®.
  • Further network drives may have existed such as a web-based online network drive, which may be based on inefficient protocols such as WebDAV and FTP offered by Riverfront Technologies®. Wide spread utilization of the online network drive systems may not have taken place due to several drawbacks. The drawbacks may include slow performance of WebDAV and other protocols such as FTP, which may be used to implement the online network drive systems over the Internet and/or other networks. Another consideration may be the high cost of operating such services as it may involve multiple gigabytes of storage per user. Yet further considerations may include users having to spend a great deal of time in operating the online drive, and/or spending a significant amount of money to maintain such a system.
  • This disclosure may provide for optimization of data transfer at many levels during online network drive operations. The time required to operate an application from the point of view of a client may be reduced. This disclosure may also describe customization of a mapped drive user interface, which may allow an advertisement based model that may allow advertisements to be displayed in available space of the drive data interface. Another embodiment of this disclosure may include a centralized web-based storage and/or peer-to-peer storage, or combinations thereof. This configuration may include data which may be stored in many locations on the web instead of only local and/or centrally managed storage.
  • Efficiency in transfers may be achieved by using wire compression, or other compression technique, for data transferred between the client computer and a storage location for initial block by block transfers. If the data already exists on the storage location, only the modified blocks may be transferred within a file. Furthermore, existing data may be cached on the client computer for immediate access. Further optimization may be achieved by accomplishing operations directly on stored files instead of downloading the entire file to the client computer. This may have great relevance for certain operations such as edits and saves on Microsoft® Access®-type files, among other file types.
  • a database of commonly stored user data such as, but not limited to, mp3 (music files), video files on server side, and copy or link from the storage to a user account upon verification that the user is attempting to transfer the same file from a local computer to a remote computer with a checksum method, among other verification techniques.
  • a shell interface approach may be used, which may provide flexibility in how space within the user interface may be utilized.
  • a shell interface may be configured to generally resemble a drive/file/folder interface, and the largely empty right side of the interface space may be utilized to display content such as, but not limited to, advertisements, among other information. This may be different from the click based text, or rich text advertisements, on the web browser platform, as the shell interface may, in reality, be the drive/file/folder interface. Therefore, the Windows® platform itself may be utilized as an advertisement platform.
  • FIG. 1 is a block diagram illustrating various components of an embodiment of a data storing and accessing system
  • FIG. 2 is a flow chart illustrating an embodiment of a method of storing and accessing data
  • FIG. 3 is a flow chart illustrating an embodiment of a method of displaying data
  • FIG. 4 illustrates an embodiment of a shell interface illustrating drives/files/folders and other information that may be displayed
  • FIG. 5 is a block diagram of illustrating various components of an embodiment of a computing platform capable of executing data manipulation.
  • FIG. 1 is a block diagram illustrating various components of an embodiment of a data storing and accessing system 100 .
  • system 100 may include a client device 102 , coupled to a shell interface module 110 .
  • Client device 102 may also utilize protocol 104 and connect to a network/Internet 106 .
  • Internet 106 may be operatively coupled to web-based data store or storage 108 , as well as content provider 112 .
  • Client device 102 may include a computer, computing device, wireless device, and many other devices capable of coupling to shell interface module 110 , as well as utilizing protocol 104 to connect to Internet 106 .
  • Client device 102 may include many devices, application programs, and/or modules such that it may be coupled to various networks, devices, and/or modules that may be capable of transmitting and receiving data.
  • Shell interface module 110 may be configured to resemble a drive/file/folder system such as, but not limited to, Microsoft® Explorer®, among many other drive/file/folder interfaces and/or systems.
  • Shell interface module 110 may reside on client device 102 or other devices, and may be initiated or stored at various locations and/or devices. Shell interface module 110 may be capable of receiving information from client device 102 , such as user inputs, file and drive/file/folder information, as well as other information and/or data. Shell interface module 110 may also be capable of displaying web-based data store 108 as available drive/file/folder systems, such that a user may be unaware of the location of the files and folders from client device 102 and/or web-based data store 108 . This configuration may allow web-based drives to appear as, and operate similarly to, local drives/folders/files to a user.
  • Shell interface module 110 may also be capable of utilizing protocol 104 to transmit and/or receive information from web-based data store 108 via Internet 106 .
  • Data transmitted and/or received from shell interface module 110 may be compressed to reduce access and transmitting/receiving times of data from web-based data store 108 . This may allow a large amount of storage to be available to a user of client device 102 , such that a user's storage and application program capability may be greatly enhanced.
  • Data transmitted and received from shell interface module 110 may be compressed via block-by-block compression, on-the-wire compression, and/or many other compression techniques that may allow data to be transmitted/received to and from shell interface module 110 at an increased speed, such that a user may not realize that drives/folders/files residing on web-based data store 108 are not local drives/folders/files.
  • data transfer speed may be increased by transferring only modified blocks, as well as editing the data at web-based data store 108 without transferring the entire file to the client device 102 via shell interface module 110 for editing. These techniques may also reduce the amount of time for transferring/receiving data to and from shell interface module 110 , thereby making web-based data store 108 more attractive to a user.
  • Further techniques that may be utilized to reduce data transfer times include caching of frequently used files/folders/documents such that a drive/folder/file/document may be readily available to a user without repeatedly downloading it or transmitting it from web-based data store 108 to the client device 102 via shell interface module 110 .
  • Frequently used data may also be linked to the user interface via a copy or link, which may be clicked on by a user.
  • Locally cached data may also be compared to stored data for differences, and if there are no differences, the locally cached data may be utilized. This technique may further reduce data transfer time.
  • Web-based data store 108 may include a central data store and/or a peer-to-peer data store such that a vast amount of storage may be available to a user greatly exceeding the storage available on one single device and/or the client device.
  • the shell interface module 110 may also be capable of customization of the mapped drive user interface, which may allow unused areas of the user interface to be utilized for advertisement-based purposes, among others. This advertisement based utilization may allow revenues to be created by selling unused and/or underused space to advertisers.
  • shell interface module 110 is configured to resemble a common drive/file/folder system, there may be open space and/or real estate in various portions of the user interface. This space may be on the right (or left) half of the user interface as it appears to a user.
  • Shell interface module 110 may also be capable of receiving content from content provider 112 that may be shown in areas of the user interface that may not have information displayed to a user. In this manner, content provided to the shell interface module 110 for viewing for display and viewing by a user may be advertising or other content, such that the cost of using web-based storage may be reduced to also make web-based storage attractive to a user.
  • the content may include advertising content including links to various web-sites and/or services, among other data.
  • FIG. 2 illustrates an embodiment of a method 200 which may be performed to manipulate data.
  • the method shown in FIG. 2 may be performed by a computing device.
  • Method 200 may include creating a shell interface 202 .
  • the shell interface may be created to be capable of transmitting and receiving information from a client device such as drive/file/folder information.
  • the created shell interface 202 may also be capable of transmitting/receiving data via a protocol to and from a web-based data store and/or a content provider.
  • a shell interface module 110 may be configured to resemble a drive/folder/file system such that web-based data store and client device drive/folder/file systems may appear as one system and/or may appear as local drives/folders/files.
  • Method 200 may also include connecting the web-based data store to a shell interface 204 such that information such as, but not limited to, drive/folder/file systems may be transmitted and received to and from a shell interface.
  • the client device and/or the shell interface may be coupled to the network via a wired, wireless, and/or other technique, and/or combinations thereof. This may allow data including data files, information, and documents to be transmitted and received between the shell interface 110 and the web-based data store 108 .
  • data may be cached. As indicated in FIG. 2 this action may be optional. Caching data regularly and/or frequently used by a user and or shell interface may decrease the time needed to transfer and/or present data and/or information to a user. This may further reduce time in utilization of the web-based data store such that a user may be more likely to utilize web-based data store and/or the user may not realize the web-based data store is remote and not local.
  • Data may be displayed at 208 . As indicated in FIG. 2 this action may be optional. This data and/or information may include the drive/folder/file information and may also include the actual application programs, data files, and/or documents utilized by a user.
  • data may be edited. As indicated in FIG. 2 this action may be optional. The user may edit/manipulate the data, such as a text file, picture file, or any other type of file.
  • the edited data may then be compressed at 212 .
  • Compression techniques that may be utilized may include, but are not limited to, a block-by-block compression, on-the-wire compression, and/or other compression techniques that may reduce the amount of time needed to transmit data to and from the shell interface module to and from the web-based storage, and/or combinations thereof.
  • the data may be fully or partially compressed.
  • the data may also be encrypted.
  • Data may then be transmitted at 214 .
  • the data to be transmitted may only be the modified blocks of data.
  • the data to be edited may reside on a web-based data store such that the transmitted data may only include changes made to the information and/or data residing on a web-based data store.
  • Web-based storage may include a central data store and/or a peer-to-peer data store such that a vast amount of storage may be available to a user greatly exceeding the storage available on one single device and/or the client device.
  • FIG. 3 illustrates an embodiment of a method 300 which may be performed to manipulate data.
  • the method shown in FIG. 3 may be performed by a computing device.
  • Method 300 may include creating a shell interface at 302 .
  • the shell interface may be capable of receiving and transmitting data to and from a client device as well as a web-based storage and/or a content provider.
  • Method 300 may include connecting to a network at 304 .
  • the shell interface may be further capable of connecting to a network/Internet such that the shell interface may be capable of transmitting and receiving data via the network to content providers.
  • Data may be received from a content provider at 306 .
  • This content may include, but is not limited to, advertising content that may be displayed on shell interface to a user in open areas, and/or other areas, of the shell interface.
  • the content may include advertising content such as links to various web-sites and/or services, among other data.
  • the shell interface may be configured to resemble a drive/folder/file system.
  • the content provided may be selected utilizing many parameters, including preferences of the user, advertising the user has indicated they may be interested in, other content provided by the provider and/or information or data the user is transmitting and receiving, among many other parameters.
  • the data received from the content provider may then be displayed to the user on the shell interface in areas predetermined or dynamically determined, depending on many parameters, including open space, priority of information and/or many other parameters. It would be appreciated that the parameters for the content and location of the data received from the content provider may be based, at least in part, on many different considerations, without straying from the spirit and scope of this disclosure.
  • FIG. 4 illustrates an embodiment of a shell interface generally at 400 .
  • the shell interface may include a drive/file portion 402 , an information portion 404 , as well as a provided content portion 406 .
  • the drive/folder/file system may generally resemble a Windows® Explorer®-type interface, and/or other drive/folder/file interface.
  • the right area of the interface may have an unused area and/or open real estate. This area may be utilized to display content to a user.
  • This content may include advertising, such as the advertising shown in the content portion 406 . Advertisers and/or content providers may reduce the cost of utilization of the web-based drive, such that the web-based storage may be free or available at a nominal amount, which may make it more likely that a user may utilize web-based storage.
  • the drives/folders/files shown in drive/file portion may include local, and/or non-local drive/folder/file information, such as, but not limited to, drives/folders/files at a remote, and/or non-local data store.
  • the content may be configured as advertisement pages which may be locally cached in the client device.
  • the content may be periodically synched with the content provider. If the data store contents are shown generally in a drive/folder/file format, a large portion of the user interface area may be modified according to content provider requirements.
  • An HTML window may be created generally in unused portions of the user interface, preferably, generally near the right hand side, which may be configured to display advertisements pages. Whenever a user browses data store contents in an Explorer®-type window, the HTML window containing advertisement may be shown in without abstracting the view of the drive/folder/file layout. If the user is interested in the advertisement, they can open it by clicking on the link, which may take them to a particular website.
  • Content may be common to all users, i.e., not user specific, and/or user specific, and/or combinations thereof.
  • computing platform 500 of FIG. 5 is merely one type of computing platform, and other computing platforms having more or fewer components than shown in FIG. 5 may be implemented, and the scope of claimed subject matter is not limited in this respect.
  • computing platform 500 may be utilized to implement method 200 and/or method 300 in whole or using more and/or fewer blocks than shown in FIG. 2 and FIG. 3 , and the scope of claimed subject matter is not limited in this respect.
  • Computing platform 500 may include processor 510 coupled to cache random access memory (RAM) 512 via back side bus 511 .
  • RAM cache random access memory
  • Processor 510 may also be coupled to a chipset that includes Northbridge chip 516 via front side bus 514 , and also to Southbridge chip 518 via bus 520 .
  • Northbridge chip 516 in general may be utilized to connect a processor to memory, to an input/output bus, to a video bus, and to Level 2 cache, although the scope of claimed subject matter is not limited in this respect.
  • Southbridge chip 518 may be utilized to control input/output functions, the basic input/out system (BIOS), an interrupt control functions of Integrated Drive Electronics (IDE) devices such as hard disks or compact disk-read only memory (CD-ROM) devices or the like, although the scope of claimed subject matter is not limited in this respect.
  • RAM random access memory
  • I/O controller 526 may also couple to Northbridge chip 516 via I/O bus 528 .
  • I/O controller 526 and I/O bus 528 may be in compliance with a Small Computer Systems Interface (SCSI) specification such as the American National Standards Institute (ANSI) X3.131-1994 SCSI-2 specification, although the scope of claimed subject matter is not limited in this respect.
  • SCSI Small Computer Systems Interface
  • I/O controller 526 and I/O bus 528 may be in compliance with a Peripheral Component Interconnect (PCI) bus, although the scope of claimed subject matter is not limited in this respect.
  • PCI Peripheral Component Interconnect
  • Video controller 530 may couple to Northbridge chip 516 via video bus 532 , which in one embodiment may comprise an Accelerated Graphics Port (AGP) bus, although the scope of claimed subject matter is not limited in this respect.
  • Video controller 530 may provide video signals to an optionally coupled display 534 via display interface 536 which in one embodiment may comprise a Digital Visual Interface (DVI) in compliance with a standard promulgated by the Digital Display Working Group, although the scope of claimed subject matter is not limited in this respect.
  • DVI Digital Visual Interface
  • Southbridge chip 518 may couple to a peripheral component interconnect to peripheral component interconnect (PCI-PCI) bridge 538 via input/output bus 540 , which may in turn couple to I/O controller 542 to control various peripheral devices such as Universal Serial Bus (USB) devices, or devices compatible with an Institute of Electrical and Electronics Engineers (IEEE) 1394 specification, although the scope of claimed subject matter is not limited in this respect.
  • PCI-PCI peripheral component interconnect
  • I/O controller 542 to control various peripheral devices such as Universal Serial Bus (USB) devices, or devices compatible with an Institute of Electrical and Electronics Engineers (IEEE) 1394 specification, although the scope of claimed subject matter is not limited in this respect.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

This disclosure generally may disclose a web-based online network drive that may be utilized by many users. Furthermore, this disclosure may provide for an efficient, web-based file system, which may be available as a network drive on a local computer.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation application of U.S. patent application Ser. No. 13/315,265, entitled “Displaying Advertising Content in a Shell Interface,” filed on Dec. 8, 2011, which is incorporated herein by reference. U.S. patent application Ser. No. 13/315,265 is a Continuation application of U.S. patent application Ser. No. 11/620,936 now U.S. Pat. No. 8,099,520, entitled “System and Method for Storing and Accessing Data,” filed on Jan. 8, 2007, which is incorporated herein by reference. U.S. patent application Ser. No. 11/620,936 claims priority to U.S. Provisional Application No. 60/815,917, filed Jun. 23, 2006.
  • FIELD
  • This disclosure generally may describe a web-based online network drive that may be used by many users. More specifically, this disclosure may provide for an efficient web-based file system, which may be available as a network drive on a local computer.
  • BACKGROUND
  • Systems and methods may have been used for some time for storing computer data files, for example, in a digital format. Computer data files have been stored in random access memory (RAM), punch cards, on tapes, diskettes, compact disks (CDs), flash memories and many other media. Today, large quantities of information may be stored in the form of computer data files. Storing information in computer data files may generally result in the information being easier to retrieve, and easier to search and manipulate using computers, and may require less storage space than other systems and methods for storing information.
  • Computer data files may be stored in a primary storage location, as well as in a remote storage location. Computer data files may be stored in a remote system to increase availability to various users, as well as increase memory storage capacity at individual client devices. Remote systems may include network and/or Internet-based drives and storage media.
  • There may be network drives that map a network shared data storage resource as a virtual hard disk, including CIFS/SMB based by Microsoft®/Samba Foundation®. Further network drives may have existed such as a web-based online network drive, which may be based on inefficient protocols such as WebDAV and FTP offered by Riverfront Technologies®. Wide spread utilization of the online network drive systems may not have taken place due to several drawbacks. The drawbacks may include slow performance of WebDAV and other protocols such as FTP, which may be used to implement the online network drive systems over the Internet and/or other networks. Another consideration may be the high cost of operating such services as it may involve multiple gigabytes of storage per user. Yet further considerations may include users having to spend a great deal of time in operating the online drive, and/or spending a significant amount of money to maintain such a system.
  • SUMMARY
  • This disclosure may provide for optimization of data transfer at many levels during online network drive operations. The time required to operate an application from the point of view of a client may be reduced. This disclosure may also describe customization of a mapped drive user interface, which may allow an advertisement based model that may allow advertisements to be displayed in available space of the drive data interface. Another embodiment of this disclosure may include a centralized web-based storage and/or peer-to-peer storage, or combinations thereof. This configuration may include data which may be stored in many locations on the web instead of only local and/or centrally managed storage.
  • Efficiency in transfers may be achieved by using wire compression, or other compression technique, for data transferred between the client computer and a storage location for initial block by block transfers. If the data already exists on the storage location, only the modified blocks may be transferred within a file. Furthermore, existing data may be cached on the client computer for immediate access. Further optimization may be achieved by accomplishing operations directly on stored files instead of downloading the entire file to the client computer. This may have great relevance for certain operations such as edits and saves on Microsoft® Access®-type files, among other file types. Further optimization may be achieved by creating a database of commonly stored user data such as, but not limited to, mp3 (music files), video files on server side, and copy or link from the storage to a user account upon verification that the user is attempting to transfer the same file from a local computer to a remote computer with a checksum method, among other verification techniques.
  • Furthermore, a shell interface approach may be used, which may provide flexibility in how space within the user interface may be utilized. A shell interface may be configured to generally resemble a drive/file/folder interface, and the largely empty right side of the interface space may be utilized to display content such as, but not limited to, advertisements, among other information. This may be different from the click based text, or rich text advertisements, on the web browser platform, as the shell interface may, in reality, be the drive/file/folder interface. Therefore, the Windows® platform itself may be utilized as an advertisement platform.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The figures in this disclosure illustrate various embodiments, which may include part or all of the features shown in one of these figures, or may include features from two or more figures. Embodiments may also include features described in the specification, or limitations to features described in the specification. Furthermore, embodiments may include features that would be familiar to a person of ordinary skill in the art, having reviewed this disclosure.
  • FIG. 1 is a block diagram illustrating various components of an embodiment of a data storing and accessing system;
  • FIG. 2 is a flow chart illustrating an embodiment of a method of storing and accessing data;
  • FIG. 3 is a flow chart illustrating an embodiment of a method of displaying data;
  • FIG. 4 illustrates an embodiment of a shell interface illustrating drives/files/folders and other information that may be displayed; and
  • FIG. 5 is a block diagram of illustrating various components of an embodiment of a computing platform capable of executing data manipulation.
  • DETAILED DESCRIPTION
  • This disclosure may include systems and methods of storing and accessing data. FIG. 1 is a block diagram illustrating various components of an embodiment of a data storing and accessing system 100. In one embodiment, system 100 may include a client device 102, coupled to a shell interface module 110. Client device 102 may also utilize protocol 104 and connect to a network/Internet 106. Internet 106 may be operatively coupled to web-based data store or storage 108, as well as content provider 112.
  • Client device 102 may include a computer, computing device, wireless device, and many other devices capable of coupling to shell interface module 110, as well as utilizing protocol 104 to connect to Internet 106. Client device 102 may include many devices, application programs, and/or modules such that it may be coupled to various networks, devices, and/or modules that may be capable of transmitting and receiving data.
  • Shell interface module 110 may be configured to resemble a drive/file/folder system such as, but not limited to, Microsoft® Explorer®, among many other drive/file/folder interfaces and/or systems.
  • Shell interface module 110 may reside on client device 102 or other devices, and may be initiated or stored at various locations and/or devices. Shell interface module 110 may be capable of receiving information from client device 102, such as user inputs, file and drive/file/folder information, as well as other information and/or data. Shell interface module 110 may also be capable of displaying web-based data store 108 as available drive/file/folder systems, such that a user may be unaware of the location of the files and folders from client device 102 and/or web-based data store 108. This configuration may allow web-based drives to appear as, and operate similarly to, local drives/folders/files to a user.
  • Shell interface module 110 may also be capable of utilizing protocol 104 to transmit and/or receive information from web-based data store 108 via Internet 106. Data transmitted and/or received from shell interface module 110 may be compressed to reduce access and transmitting/receiving times of data from web-based data store 108. This may allow a large amount of storage to be available to a user of client device 102, such that a user's storage and application program capability may be greatly enhanced.
  • Data transmitted and received from shell interface module 110 may be compressed via block-by-block compression, on-the-wire compression, and/or many other compression techniques that may allow data to be transmitted/received to and from shell interface module 110 at an increased speed, such that a user may not realize that drives/folders/files residing on web-based data store 108 are not local drives/folders/files. Furthermore, data transfer speed may be increased by transferring only modified blocks, as well as editing the data at web-based data store 108 without transferring the entire file to the client device 102 via shell interface module 110 for editing. These techniques may also reduce the amount of time for transferring/receiving data to and from shell interface module 110, thereby making web-based data store 108 more attractive to a user.
  • Further techniques that may be utilized to reduce data transfer times include caching of frequently used files/folders/documents such that a drive/folder/file/document may be readily available to a user without repeatedly downloading it or transmitting it from web-based data store 108 to the client device 102 via shell interface module 110. Frequently used data may also be linked to the user interface via a copy or link, which may be clicked on by a user. Locally cached data may also be compared to stored data for differences, and if there are no differences, the locally cached data may be utilized. This technique may further reduce data transfer time.
  • Web-based data store 108 may include a central data store and/or a peer-to-peer data store such that a vast amount of storage may be available to a user greatly exceeding the storage available on one single device and/or the client device.
  • Utilizing individual or combinations of these techniques may improve data transfer rates during on-line operations, and may significantly reduce the time required to operate an application. The shell interface module 110 may also be capable of customization of the mapped drive user interface, which may allow unused areas of the user interface to be utilized for advertisement-based purposes, among others. This advertisement based utilization may allow revenues to be created by selling unused and/or underused space to advertisers.
  • If shell interface module 110 is configured to resemble a common drive/file/folder system, there may be open space and/or real estate in various portions of the user interface. This space may be on the right (or left) half of the user interface as it appears to a user. Shell interface module 110 may also be capable of receiving content from content provider 112 that may be shown in areas of the user interface that may not have information displayed to a user. In this manner, content provided to the shell interface module 110 for viewing for display and viewing by a user may be advertising or other content, such that the cost of using web-based storage may be reduced to also make web-based storage attractive to a user. The content may include advertising content including links to various web-sites and/or services, among other data.
  • FIG. 2 illustrates an embodiment of a method 200 which may be performed to manipulate data. The method shown in FIG. 2 may be performed by a computing device. Method 200 may include creating a shell interface 202. The shell interface may be created to be capable of transmitting and receiving information from a client device such as drive/file/folder information. The created shell interface 202 may also be capable of transmitting/receiving data via a protocol to and from a web-based data store and/or a content provider. A shell interface module 110 may be configured to resemble a drive/folder/file system such that web-based data store and client device drive/folder/file systems may appear as one system and/or may appear as local drives/folders/files.
  • Method 200 may also include connecting the web-based data store to a shell interface 204 such that information such as, but not limited to, drive/folder/file systems may be transmitted and received to and from a shell interface. The client device and/or the shell interface may be coupled to the network via a wired, wireless, and/or other technique, and/or combinations thereof. This may allow data including data files, information, and documents to be transmitted and received between the shell interface 110 and the web-based data store 108.
  • At 206 data may be cached. As indicated in FIG. 2 this action may be optional. Caching data regularly and/or frequently used by a user and or shell interface may decrease the time needed to transfer and/or present data and/or information to a user. This may further reduce time in utilization of the web-based data store such that a user may be more likely to utilize web-based data store and/or the user may not realize the web-based data store is remote and not local.
  • Data may be displayed at 208. As indicated in FIG. 2 this action may be optional. This data and/or information may include the drive/folder/file information and may also include the actual application programs, data files, and/or documents utilized by a user. At 210 data may be edited. As indicated in FIG. 2 this action may be optional. The user may edit/manipulate the data, such as a text file, picture file, or any other type of file.
  • The edited data may then be compressed at 212. Compression techniques that may be utilized may include, but are not limited to, a block-by-block compression, on-the-wire compression, and/or other compression techniques that may reduce the amount of time needed to transmit data to and from the shell interface module to and from the web-based storage, and/or combinations thereof. The data may be fully or partially compressed. Furthermore, the data may also be encrypted.
  • Data may then be transmitted at 214. The data to be transmitted may only be the modified blocks of data. Furthermore, the data to be edited may reside on a web-based data store such that the transmitted data may only include changes made to the information and/or data residing on a web-based data store.
  • Data may then be stored at 216 at web-based storage. As indicated in FIG. 2 this action may be optional. Web-based storage may include a central data store and/or a peer-to-peer data store such that a vast amount of storage may be available to a user greatly exceeding the storage available on one single device and/or the client device.
  • FIG. 3 illustrates an embodiment of a method 300 which may be performed to manipulate data. The method shown in FIG. 3 may be performed by a computing device. Method 300 may include creating a shell interface at 302. The shell interface may be capable of receiving and transmitting data to and from a client device as well as a web-based storage and/or a content provider.
  • Method 300 may include connecting to a network at 304. The shell interface may be further capable of connecting to a network/Internet such that the shell interface may be capable of transmitting and receiving data via the network to content providers.
  • Data may be received from a content provider at 306. This content may include, but is not limited to, advertising content that may be displayed on shell interface to a user in open areas, and/or other areas, of the shell interface. The content may include advertising content such as links to various web-sites and/or services, among other data.
  • The shell interface may be configured to resemble a drive/folder/file system. The content provided may be selected utilizing many parameters, including preferences of the user, advertising the user has indicated they may be interested in, other content provided by the provider and/or information or data the user is transmitting and receiving, among many other parameters.
  • The data received from the content provider may then be displayed to the user on the shell interface in areas predetermined or dynamically determined, depending on many parameters, including open space, priority of information and/or many other parameters. It would be appreciated that the parameters for the content and location of the data received from the content provider may be based, at least in part, on many different considerations, without straying from the spirit and scope of this disclosure.
  • FIG. 4 illustrates an embodiment of a shell interface generally at 400. The shell interface may include a drive/file portion 402, an information portion 404, as well as a provided content portion 406. As shown, the drive/folder/file system may generally resemble a Windows® Explorer®-type interface, and/or other drive/folder/file interface. Furthermore, in this embodiment, the right area of the interface may have an unused area and/or open real estate. This area may be utilized to display content to a user. This content may include advertising, such as the advertising shown in the content portion 406. Advertisers and/or content providers may reduce the cost of utilization of the web-based drive, such that the web-based storage may be free or available at a nominal amount, which may make it more likely that a user may utilize web-based storage.
  • The drives/folders/files shown in drive/file portion may include local, and/or non-local drive/folder/file information, such as, but not limited to, drives/folders/files at a remote, and/or non-local data store.
  • The content may be configured as advertisement pages which may be locally cached in the client device. The content may be periodically synched with the content provider. If the data store contents are shown generally in a drive/folder/file format, a large portion of the user interface area may be modified according to content provider requirements. An HTML window may be created generally in unused portions of the user interface, preferably, generally near the right hand side, which may be configured to display advertisements pages. Whenever a user browses data store contents in an Explorer®-type window, the HTML window containing advertisement may be shown in without abstracting the view of the drive/folder/file layout. If the user is interested in the advertisement, they can open it by clicking on the link, which may take them to a particular website. Content may be common to all users, i.e., not user specific, and/or user specific, and/or combinations thereof.
  • Referring now to FIG. 5, a block diagram of a computing platform capable of executing manipulation of data in accordance with one or more embodiments will be discussed. It should be noted that computing platform 500 of FIG. 5 is merely one type of computing platform, and other computing platforms having more or fewer components than shown in FIG. 5 may be implemented, and the scope of claimed subject matter is not limited in this respect. In one or more embodiments, computing platform 500 may be utilized to implement method 200 and/or method 300 in whole or using more and/or fewer blocks than shown in FIG. 2 and FIG. 3, and the scope of claimed subject matter is not limited in this respect. Computing platform 500 may include processor 510 coupled to cache random access memory (RAM) 512 via back side bus 511. Processor 510 may also be coupled to a chipset that includes Northbridge chip 516 via front side bus 514, and also to Southbridge chip 518 via bus 520. In one embodiment, Northbridge chip 516 in general may be utilized to connect a processor to memory, to an input/output bus, to a video bus, and to Level 2 cache, although the scope of claimed subject matter is not limited in this respect.
  • Southbridge chip 518 may be utilized to control input/output functions, the basic input/out system (BIOS), an interrupt control functions of Integrated Drive Electronics (IDE) devices such as hard disks or compact disk-read only memory (CD-ROM) devices or the like, although the scope of claimed subject matter is not limited in this respect. Random access memory (RAM) 522 may couple to Northbridge chip 516 via main memory bus 524, and input/output (I/O) controller 526 may also couple to Northbridge chip 516 via I/O bus 528. In one embodiment, I/O controller 526 and I/O bus 528 may be in compliance with a Small Computer Systems Interface (SCSI) specification such as the American National Standards Institute (ANSI) X3.131-1994 SCSI-2 specification, although the scope of claimed subject matter is not limited in this respect. In an alternative embodiment, I/O controller 526 and I/O bus 528 may be in compliance with a Peripheral Component Interconnect (PCI) bus, although the scope of claimed subject matter is not limited in this respect.
  • Video controller 530 may couple to Northbridge chip 516 via video bus 532, which in one embodiment may comprise an Accelerated Graphics Port (AGP) bus, although the scope of claimed subject matter is not limited in this respect. Video controller 530 may provide video signals to an optionally coupled display 534 via display interface 536 which in one embodiment may comprise a Digital Visual Interface (DVI) in compliance with a standard promulgated by the Digital Display Working Group, although the scope of claimed subject matter is not limited in this respect. Southbridge chip 518 may couple to a peripheral component interconnect to peripheral component interconnect (PCI-PCI) bridge 538 via input/output bus 540, which may in turn couple to I/O controller 542 to control various peripheral devices such as Universal Serial Bus (USB) devices, or devices compatible with an Institute of Electrical and Electronics Engineers (IEEE) 1394 specification, although the scope of claimed subject matter is not limited in this respect.
  • Although the claimed subject matter has been described with a certain degree of particularity, it should be recognized that elements thereof may be altered by persons skilled in the art without departing from the spirit and/or scope of claimed subject matter. It is believed that the subject matter pertaining to data storing and retrieval and/or many of its attendant utilities will be understood by the forgoing description, and it will be apparent that various changes may be made in the form, construction and/or arrangement of the components thereof without departing from the scope and/or spirit of the claimed subject matter or without sacrificing all of its material advantages, the form herein before described being merely an explanatory embodiment thereof, and/or further without providing substantial change thereto. It is the intention of the claims to encompass and/or include such changes.
  • Benefits, other advantages, and solutions to problems have been described above with regard to specific embodiments. However, the benefits, advantages, solutions to problems, and any element(s) that may cause any benefit, advantage, or solution to occur or become more pronounced are not to be construed as critical, required, or essential features or elements of any or all the claims. As used in this document, the terms “comprises”, “comprising”, or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Further, no element described in this document is required for the practice of the invention unless expressly described as “essential” or “critical”.
  • In addition, modifications may be made to the disclosed embodiments without departing from the scope of the disclosure. The scope of this disclosure is therefore not limited to the disclosed embodiments, but is defined by the appended claims. In other words, other variations and modifications of embodiments will be apparent to those of ordinary skill in the art, and it is the intent of the appended claims that such variations and modifications be covered. The particular values and configurations discussed above can be varied, are cited to illustrate particular embodiments, and are not intended to limit the scope of this disclosure. It is contemplated that the implementation of the disclosed embodiments may involve components having different characteristics as long as the elements of at least one of the claims below, or the equivalents thereof, are included.

Claims (21)

1-28. (canceled)
29. A method comprising:
providing a shell interface configured to transmit information between a client computing device and a web-based data store, wherein the web-based data store comprises at least one database of commonly stored user data, each database containing different categories of files;
allowing a connection to be established between the web-based data store and the shell interface;
sending a data file from the web-based data store to the shell interface, the data file comprising blocks of data;
configuring the shell interface to detect one or more manipulated blocks of data in the data file, wherein at least one or more different blocks of data in the data file are not manipulated;
configuring the shell interface to compress the manipulated blocks of data, wherein the manipulated blocks of data are compressed at least in part block by block;
receiving only the compressed manipulated blocks of data at the web-based data store from the shell interface, at least in part via the Internet; and
associating the manipulated blocks of data to corresponding blocks of data at the web-based data store.
30. The method of claim 29, further comprising configuring the shell interface to cache the data file on the client computing device.
31. The method of claim 29, further comprising configuring the shell interface to appear similar to a folder/file interface.
32. The method of claim 29, further comprising configuring the shell interface to receive content from a content provider, wherein the content comprises advertising information to be displayed by the shell interface.
33. The method of claim 29, further comprising editing the data file with the manipulated blocks of data at the web-based data store.
34. A method comprising:
providing a web-based data store, wherein the web-based data store comprises at least one database of verification data, each database of verification data corresponding to different categories of commonly stored data files;
providing a client application for a client computing device, wherein the client application is configured to:
create a shell interface on the client computing device;
connect to the web-based data store over the Internet;
transmit data between the client computing device and the web-based data store;
receive a data file from the web-based data store, wherein the data file comprises blocks of data;
detect one or more modified blocks of data in the data file, wherein at least one or more different blocks of data in the data file are not modified;
compress the modified blocks of data, wherein the modified blocks of data are compressed at least in part block by block; and
transmit the compressed modified blocks of data to the web-based data store, at least in part via the Internet;
receiving the compressed modified blocks of data at the web-based data store; and
associating the modified blocks of data to corresponding blocks of data at the web-based data store.
35. The method of claim 34, wherein the client application is further configured to be displayed to resemble a file/folder interface of an operating system on the client computing device.
36. The method of claim 34, wherein the client application is further configured to display advertising content.
37. The method of claim 34, wherein the client application is further configured to cache client data files located at the web-based data store on the client computing device.
38. The method of claim 34, further comprising encrypting the data file and the modified blocks of data.
39. A hardware implemented computer readable storage medium having instructions embodied on it that, if executed by a computing platform, perform the method comprising:
creating a shell interface configured to transmit information between a client computing device and a web-based data store, wherein the web-based data store comprises at least one database of commonly stored user data, each database containing different categories of files;
connecting the shell interface to the web-based data store;
receiving a data file from the web-based data store at the shell interface, the data file comprising blocks of data;
detecting one or more manipulated blocks of data in the data file, wherein at least one or more different blocks of data in the data file are not manipulated;
compressing the manipulated blocks of data, wherein the manipulated blocks of data are compressed at least in part block by block;
transmitting the compressed manipulated blocks of data to the web-based data store, at least in part via the Internet; and
transmitting block level information of the data file to the web-based data store, wherein the block level information is used by the web-based data store to implement the manipulated blocks of data to corresponding blocks of data.
40. The computer readable medium of claim 39, further comprising instructions for transmitting one or more of user preference data, user data file information, and client computing device information to a content provider.
41. The computer readable medium of claim 40, further comprising instructions for:
receiving advertising content from the content provider; and
displaying the advertising content in unoccupied space of the shell interface.
42. The computer readable medium of claim 39, further comprising instructions for caching the data file on the client computing device.
43. The computer readable medium of claim 39, further comprising instructions for displaying the shell interface as a native file/folder on the client computing device.
44. A method comprising:
providing a web-based data store comprising at least one database of checksum data, wherein each database of checksum data correspond to different categories of files;
providing, via the Internet, software capable of generating a shell interface for transmitting information between a client computing device and the web-based data store, wherein the shell interface is configured to (i) detect one or more modified blocks of data in a data file, and (ii) to compress the modified blocks of data at least in part block by block;
sending from the web-based data store to the shell interface, via the Internet, a data file comprising blocks of data;
receiving at the web-based data store from the shell interface, via the Internet, compressed modified blocks of data of the data file, wherein at least one or more different blocks of data of the data file are not modified; and
associating the modified blocks of data to corresponding blocks of data at the web-based data store.
45. The method of claim 44, further comprising encrypting the data file and modified blocks of data.
46. The method of claim 44, wherein the shell interface is further configured to:
cache the data file on the client computing device; and
compare the cached data file to a corresponding data file on the web-based data store.
47. The method of claim 46, wherein the shell interface is further configured to utilize the cached data file on the computing device when there are no differences between the cached data file and the corresponding data file on the web-based data store.
48. The method of claim 44 further comprising:
verifying whether a user data file exists at the web-based data store; and
directing the shell interface not to transmit the user data file to the web-based data store if the user data file already resides on the web-based data store.
US13/420,290 2006-06-23 2012-03-14 Method for storing and accessing data using a shell interface Active US8224920B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/420,290 US8224920B1 (en) 2006-06-23 2012-03-14 Method for storing and accessing data using a shell interface

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US81591706P 2006-06-23 2006-06-23
US11/620,936 US8099520B2 (en) 2006-06-23 2007-01-08 System and method for storing and accessing data
US13/315,265 US20120084161A1 (en) 2006-06-23 2011-12-08 Displaying advertising content in a shell interface
US13/420,290 US8224920B1 (en) 2006-06-23 2012-03-14 Method for storing and accessing data using a shell interface

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/315,265 Continuation US20120084161A1 (en) 2006-06-23 2011-12-08 Displaying advertising content in a shell interface

Publications (2)

Publication Number Publication Date
US8224920B1 US8224920B1 (en) 2012-07-17
US20120185531A1 true US20120185531A1 (en) 2012-07-19

Family

ID=38874718

Family Applications (4)

Application Number Title Priority Date Filing Date
US11/620,936 Active 2028-01-31 US8099520B2 (en) 2006-06-23 2007-01-08 System and method for storing and accessing data
US13/315,265 Abandoned US20120084161A1 (en) 2006-06-23 2011-12-08 Displaying advertising content in a shell interface
US13/420,290 Active US8224920B1 (en) 2006-06-23 2012-03-14 Method for storing and accessing data using a shell interface
US13/947,097 Active US8620957B1 (en) 2006-06-23 2013-07-21 Storing and accessing data using a shell interface

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US11/620,936 Active 2028-01-31 US8099520B2 (en) 2006-06-23 2007-01-08 System and method for storing and accessing data
US13/315,265 Abandoned US20120084161A1 (en) 2006-06-23 2011-12-08 Displaying advertising content in a shell interface

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/947,097 Active US8620957B1 (en) 2006-06-23 2013-07-21 Storing and accessing data using a shell interface

Country Status (1)

Country Link
US (4) US8099520B2 (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009205294A (en) * 2008-02-26 2009-09-10 Hitachi Ltd Information storage system
EP2510456B1 (en) * 2009-12-09 2017-10-18 Citrix Systems, Inc. Method and system for displaying, on a first machine, data associated with a drive of a second machine, without mapping the drive
US10021052B1 (en) 2012-09-22 2018-07-10 Sitting Man, Llc Methods, systems, and computer program products for processing a data object identification request in a communication
US9286644B2 (en) * 2013-01-12 2016-03-15 Pro Softnet Corporation Method for sharing multiple data items using a single URL
US20160316450A1 (en) * 2015-04-22 2016-10-27 Pebble Technology Corp. Living notifications
US9787624B2 (en) 2016-02-22 2017-10-10 Pebble Technology, Corp. Taking actions on notifications using an incomplete data set from a message
US10360622B2 (en) 2016-05-31 2019-07-23 Target Brands, Inc. Method and system for attribution rule controls with page content preview
US11269972B2 (en) 2016-05-31 2022-03-08 Target Brands, Inc. Date-specific webpage versions

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010051993A1 (en) * 2000-03-02 2001-12-13 Logicplant Co., Ltd. Web drive system
US20020040405A1 (en) * 2000-08-04 2002-04-04 Stephen Gold Gateway device for remote file server services
US20020174128A1 (en) * 2000-07-31 2002-11-21 Oracle International Corporation Opaque types
US20030229646A1 (en) * 2002-06-05 2003-12-11 Thomas Bach Retrieving data for generating view components
US20050289108A1 (en) * 2004-06-25 2005-12-29 Andrew Carol Methods and systems for managing data
US20070265968A1 (en) * 2006-05-15 2007-11-15 The Directv Group, Inc. Methods and apparatus to conditionally authorize content delivery at content servers in pay delivery systems
US7430553B2 (en) * 2005-12-30 2008-09-30 Microsoft Corporation Managing states with delta pager

Family Cites Families (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5765173A (en) 1996-01-11 1998-06-09 Connected Corporation High performance backup via selective file saving which can perform incremental backups and exclude files and uses a changed block signature list
US7711598B2 (en) * 1996-10-25 2010-05-04 Ipf, Inc. Web-based consumer product marketing communication network for managing and delivering consumer product marketing communications to consumers along e-commerce (EC) enabled web sites on the world wide web (WWW), using multi-mode virtual kiosks (MMVKS) driven by server=side components embodying consumer product identifiers and driven by consumer product information (CPI) links managed by product manufacturer team members and/or their agents
US5905492A (en) * 1996-12-06 1999-05-18 Microsoft Corporation Dynamically updating themes for an operating system shell
US6757705B1 (en) * 1998-08-14 2004-06-29 Microsoft Corporation Method and system for client-side caching
US6327608B1 (en) * 1998-09-25 2001-12-04 Microsoft Corporation Server administration tool using remote file browser
EP2148284A1 (en) 2000-01-10 2010-01-27 Iron Mountain Incorporated Administration of a differential backup system in a client-server environment
US7454706B1 (en) * 2000-02-11 2008-11-18 Microsoft Corporation Multiple-page shell user interface
US20020016736A1 (en) * 2000-05-03 2002-02-07 Cannon George Dewey System and method for determining suitable breaks for inserting content
US6711572B2 (en) 2000-06-14 2004-03-23 Xosoft Inc. File system for distributing content in a data network and related methods
US7058700B1 (en) * 2000-07-13 2006-06-06 Oracle International Corporation Delta caching
US6795895B2 (en) * 2001-03-07 2004-09-21 Canopy Group Dual axis RAID systems for enhanced bandwidth and reliability
JP4774625B2 (en) * 2001-05-16 2011-09-14 ソニー株式会社 Content distribution system, content distribution control server, content transmission process control method, content transmission process control program, and content transmission process control program storage medium
EP1402388A4 (en) * 2001-06-04 2005-03-16 Nct Group Inc System and method for modifying a data stream using element parsing
US7613623B2 (en) * 2002-09-17 2009-11-03 Hewlett-Packard Development Company, L.P. Enterprise management using an enterprise program office (EPO)
US7409644B2 (en) * 2003-05-16 2008-08-05 Microsoft Corporation File system shell
US20040199669A1 (en) * 2003-04-04 2004-10-07 Riggs Nicholas Dale Apparatus and method for efficiently and securely transferring files over a communications network
US7277901B2 (en) 2003-07-10 2007-10-02 Tacit Networks, Inc. Collaborative file update system
US7734690B2 (en) * 2003-09-05 2010-06-08 Microsoft Corporation Method and apparatus for providing attributes of a collaboration system in an operating system folder-based file system
CA2452251C (en) 2003-12-04 2010-02-09 Timothy R. Jewell Data backup system and method
US7685384B2 (en) 2004-02-06 2010-03-23 Globalscape, Inc. System and method for replicating files in a computer network
US7738710B2 (en) * 2004-08-02 2010-06-15 Electronics For Imaging, Inc. Methods and apparatus for communicating and displaying compressed image data
KR101159788B1 (en) * 2005-03-12 2012-06-26 주진용 Advertising method and advertisement system on the internet
US20070033102A1 (en) * 2005-03-29 2007-02-08 Microsoft Corporation Securely providing advertising subsidized computer usage
US8645532B2 (en) * 2011-09-13 2014-02-04 BlueStripe Software, Inc. Methods and computer program products for monitoring the contents of network traffic in a network device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010051993A1 (en) * 2000-03-02 2001-12-13 Logicplant Co., Ltd. Web drive system
US20020174128A1 (en) * 2000-07-31 2002-11-21 Oracle International Corporation Opaque types
US20020040405A1 (en) * 2000-08-04 2002-04-04 Stephen Gold Gateway device for remote file server services
US20030229646A1 (en) * 2002-06-05 2003-12-11 Thomas Bach Retrieving data for generating view components
US20050289108A1 (en) * 2004-06-25 2005-12-29 Andrew Carol Methods and systems for managing data
US7430553B2 (en) * 2005-12-30 2008-09-30 Microsoft Corporation Managing states with delta pager
US20070265968A1 (en) * 2006-05-15 2007-11-15 The Directv Group, Inc. Methods and apparatus to conditionally authorize content delivery at content servers in pay delivery systems

Also Published As

Publication number Publication date
US20120084161A1 (en) 2012-04-05
US8099520B2 (en) 2012-01-17
US20070299932A1 (en) 2007-12-27
US8620957B1 (en) 2013-12-31
US8224920B1 (en) 2012-07-17

Similar Documents

Publication Publication Date Title
US8620957B1 (en) Storing and accessing data using a shell interface
US10409806B2 (en) Transaction management system
US6321256B1 (en) Method and apparatus for controlling client access to documents
US8793341B2 (en) Web page content translator
US7216290B2 (en) System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US7987418B2 (en) Automatic bibliographical information within electronic documents
US7366762B2 (en) Method for monitoring and reporting usage of non-hypertext markup language e-mail campaigns
US20060136295A1 (en) Techniques for magazine like presentation of advertisment using computers
US7558830B2 (en) Method for tagging and tracking non-hypertext markup language based e-mail
US9177263B2 (en) Identifying and tracking grouped content in e-mail campaigns
US7899808B2 (en) Text enhancement mechanism
US20090112839A1 (en) Media Enhancement Mechanism
JP2008134633A (en) Method and system for advertisement using internet browser with book-like interface
CA2682037A1 (en) Method and system for facilitating access to a promotional offer
JP2000035926A (en) Client intervention between application servers
US20040210433A1 (en) System, method and apparatus for emulating a web server
US6934734B2 (en) Method and apparatus for managing and presenting changes to an object in a data processing system
CN100432990C (en) Network advertisement method and system
JP2004038233A (en) Information analysis device, information processor, method for controlling the same, information analysis system and, program
CN102426547A (en) Method and system for recovering cloud data
KR100308724B1 (en) Method For Information Providing In Application Program
WO2001063461A2 (en) System and method for information delivery
Mendelsohn The Internet in otolaryngology practice
Poirier Marketers pursue'Net growth.
JP2001297058A (en) System and method for information transmission and gathering, and recording medium with recorded program for information transmission and gathering

Legal Events

Date Code Title Description
STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: IDRIVE INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:KULKARNI, RAGHAVENDRA;REEL/FRAME:030744/0522

Effective date: 20130705

FPAY Fee payment

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YR, SMALL ENTITY (ORIGINAL EVENT CODE: M2552); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YR, SMALL ENTITY (ORIGINAL EVENT CODE: M2553); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY

Year of fee payment: 12