CA2419056A1 - Syndication methodology to dynamically place digital assets on non-related web sites - Google Patents

Syndication methodology to dynamically place digital assets on non-related web sites Download PDF

Info

Publication number
CA2419056A1
CA2419056A1 CA002419056A CA2419056A CA2419056A1 CA 2419056 A1 CA2419056 A1 CA 2419056A1 CA 002419056 A CA002419056 A CA 002419056A CA 2419056 A CA2419056 A CA 2419056A CA 2419056 A1 CA2419056 A1 CA 2419056A1
Authority
CA
Canada
Prior art keywords
selected content
web page
script
content
identifier
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
CA002419056A
Other languages
French (fr)
Other versions
CA2419056C (en
Inventor
Richard D. Martin
John E. Wetzel
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.)
Active Data Exchange Inc
Original Assignee
Individual
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 Individual filed Critical Individual
Publication of CA2419056A1 publication Critical patent/CA2419056A1/en
Application granted granted Critical
Publication of CA2419056C publication Critical patent/CA2419056C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • 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
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • G06F40/143Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/02Reservations, e.g. for tickets, services or events
    • 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/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing

Abstract

Digital assets are syndicated by constructing a web page and inserting into the web page JavaScript associated with a digital asset that is desired to b e part of a fully rendered web page. The content of the digital asset is not initially part of the web page. The script, when executed by a browser, requests the content of the digital asset from a remote site (1). The reques t includes a uniform resource identifier (URI) of the web page and a unique identifier of the selected content. The remote site receives the request and authenticates whether the URI is authorized to receive the selected content (3). If so, the remote site locates the selected content and sends the selected content to the web browser (3). The web browser assembles the initially requested web page using the selected content obtained from the remote site (2).

Claims (24)

1. A method of obtaining selected content for a web page, wherein the selected content itself is not initially part of the web page, the web page including script associated with the selected content, the method comprising:
(a) a web browser requesting a web page that includes script associated with the selected content; and (b) the web browser interpreting the script and formatting a request for obtaining the selected content from a remote site, the request including a uniform resource identifier (URI) of the web page and a unique identifier of the selected content.
2. A method of claim 1 further comprising:
(c) a remote site receiving the request and authenticating whether the URI is authorized to receive the selected content, and, if so, the remote site locating the selected content, and sending the selected content to the web browser; and (d) the web browser assembling the initially requested web page using the selected content obtained from the remote site.
3. The method of claim 2 wherein the remote site is a web server, and the selected content is stored in a content repository connected to the web server.
4. The method of claim 2 wherein the selected content includes two or more different selected content, each selected content being used for different parts of the web page, wherein each selected content has its own script for implementing steps (b)-(d).
5. The method of claim 2 wherein in step (c), if the URI is not authorized to receive the selected content, the remote site sends a signal to the web browser that the selected content is not available, and the web browser assembles the web page without the selected content.
6. The method of claim 1 wherein the URI is a uniform resource locator (URL).
7. The method of claim 1 wherein the selected content is only a portion of the web page.
8. The method of claim 1 wherein the selected content is a digital asset.
9. The method of claim 1 wherein the selected content is an executable file.
10. The method of claim 1 wherein the script includes a subscriber identifier and a content identifier, and step (b) further comprises using the subscriber identifier and the content identifier to create the unique identifier of the selected content.
11. The method of claim 1 wherein the web page is constructed using HTML, and the script is embedded therein.
12. The method of claim 1 wherein the script is JavaScript.
13. A method of syndicating digital assets comprising:
(a) constructing a web page; and (b) inserting into the web page script associated with at least one digital asset that is desired to be part of a fully rendered web page, wherein the script, when executed by a browser, requests the content of the digital asset from a remote site, the request including a uniform resource identifier (URI) of the web page and a unique identifier of the selected content.
14. A method of claim 13 wherein the script is JavaScript:
15. A method of claim 13 wherein the selected content is an executable file.
16. A method of claim 13 wherein the script includes a subscriber identifier and a content identifier, which, together, create the unique identifier of the selected content.
17. An article of manufacture for syndicating digital assets, the article of manufacture comprising a computer-readable medium holding computer-executable instructions for performing a method comprising:
(a) constructing a web page; and (b) inserting into the web page script associated with at least one digital asset that is desired to be part of a fully rendered web page, wherein the script, when executed by a browser, requests the content of the digital asset from a remote site, the request including a uniform resource identifier (URI) of the web page and a unique identifier of the selected content.
18. The article of manufacture of claim 17 wherein the script is JavaScript.
19. The article of manufacture of claim 17 wherein the selected content is an executable file.
20. The article of manufacture of claim 17 wherein the script includes a subscriber identifier and a content identifier, which, together, create the unique identifier of the selected content.
21. An apparatus for syndicating digital assets comprising:
(a) means for constructing a web page; and (b) means for inserting into the web page script associated with at least one digital asset that is desired to be part of a fully rendered web page, wherein the script, when executed by a browser, requests the content of the digital asset from a remote site, the request including a uniform resource identifier (URI) of the web page and a unique identifier of the selected content.
22. The apparatus of claim 21 wherein the script is JavaScript.
23. The apparatus of claim 21 wherein the selected content is an executable file.
24. The apparatus of claim 21 wherein the script includes a subscriber identifier and a content identifier, which, together, create the unique identifier of the selected content.
CA2419056A 2000-08-07 2001-08-07 Syndication methodology to dynamically place digital assets on non-related web sites Expired - Fee Related CA2419056C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US22339400P 2000-08-07 2000-08-07
US60/223,394 2000-08-07
PCT/US2001/024675 WO2002013035A1 (en) 2000-08-07 2001-08-07 Syndication methodology to dynamically place digital assets on non-related web sites

Publications (2)

Publication Number Publication Date
CA2419056A1 true CA2419056A1 (en) 2002-02-14
CA2419056C CA2419056C (en) 2012-07-24

Family

ID=22836305

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2419056A Expired - Fee Related CA2419056C (en) 2000-08-07 2001-08-07 Syndication methodology to dynamically place digital assets on non-related web sites

Country Status (5)

Country Link
US (4) US7814172B2 (en)
EP (1) EP1323053A4 (en)
AU (1) AU2001288235A1 (en)
CA (1) CA2419056C (en)
WO (1) WO2002013035A1 (en)

Families Citing this family (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10361802B1 (en) 1999-02-01 2019-07-23 Blanding Hovenweep, Llc Adaptive pattern recognition based control system and method
US6151643A (en) 1996-06-07 2000-11-21 Networks Associates, Inc. Automatic updating of diverse software products on multiple client computer systems by downloading scanning application to client computer and generating software list on client computer
US6266774B1 (en) 1998-12-08 2001-07-24 Mcafee.Com Corporation Method and system for securing, managing or optimizing a personal computer
US6499109B1 (en) * 1998-12-08 2002-12-24 Networks Associates Technology, Inc. Method and apparatus for securing software distributed over a network
US7904187B2 (en) 1999-02-01 2011-03-08 Hoffberg Steven M Internet appliance system and method
EP1323053A4 (en) * 2000-08-07 2006-08-16 Active Data Exchange Syndication methodology to dynamically place digital assets on non-related web sites
US7681112B1 (en) * 2003-05-30 2010-03-16 Adobe Systems Incorporated Embedded reuse meta information
US20040260819A1 (en) * 2003-06-23 2004-12-23 Nokia Corporation Systems and methods for restricting event subscriptions through proxy-based filtering
US8473349B1 (en) 2004-05-21 2013-06-25 A9.Com, Inc. Ad server and syndication system
US7596571B2 (en) 2004-06-30 2009-09-29 Technorati, Inc. Ecosystem method of aggregation and search and related techniques
US7975000B2 (en) 2005-01-27 2011-07-05 Fmr Llc A/B testing of a webpage
WO2006137760A1 (en) * 2005-06-22 2006-12-28 Costream Ab Method and system for enabling multipart communication in a computer network
US8260777B1 (en) 2005-09-09 2012-09-04 A9.Com, Inc. Server system and methods for matching listings to web pages and users
US8402357B1 (en) 2006-06-15 2013-03-19 Michael R. Norwood System and method for facilitating posting of public and private user comments at a web site
IL177904A0 (en) * 2006-09-05 2007-07-04 Worklight Ltd Secured web syndication
KR100834646B1 (en) 2006-09-05 2008-06-02 삼성전자주식회사 Method for transmitting software robot message
US8775603B2 (en) 2007-05-04 2014-07-08 Sitespect, Inc. Method and system for testing variations of website content
US20080288983A1 (en) * 2007-05-18 2008-11-20 Johnson Bradley G System and Method for Providing Sequential Video and Interactive Content
US8156467B2 (en) 2007-08-27 2012-04-10 Adobe Systems Incorporated Reusing components in a running application
US8176466B2 (en) * 2007-10-01 2012-05-08 Adobe Systems Incorporated System and method for generating an application fragment
US8386387B2 (en) * 2007-12-21 2013-02-26 Utrom Processing Co. L.L.C. System and method for tracking syndication of internet content
US9619304B2 (en) 2008-02-05 2017-04-11 Adobe Systems Incorporated Automatic connections between application components
US20090199242A1 (en) * 2008-02-05 2009-08-06 Johnson Bradley G System and Method for Distributing Video Content via a Packet Based Network
US8265990B2 (en) 2008-05-15 2012-09-11 Utrom Processing Co. L.L.C. Method and system for selecting and delivering media content via the internet
US8656293B1 (en) 2008-07-29 2014-02-18 Adobe Systems Incorporated Configuring mobile devices
AU2010276462B1 (en) 2010-12-27 2012-01-12 Limelight Networks, Inc. Partial object caching
EP2329395A2 (en) * 2008-09-19 2011-06-08 Limelight Networks, Inc. Content delivery network stream server vignette distribution
AU2010202034B1 (en) 2010-04-07 2010-12-23 Limelight Networks, Inc. Partial object distribution in content delivery network
US8161099B2 (en) 2008-12-17 2012-04-17 Microsoft Corporation Techniques to automatically syndicate content over a network
JP2010250827A (en) * 2009-04-16 2010-11-04 Accenture Global Services Gmbh Touchpoint customization system
US8131822B2 (en) * 2009-07-01 2012-03-06 Suresh Srinivasan Access of elements for a secure web page through a non-secure channel
US20110029899A1 (en) * 2009-08-03 2011-02-03 FasterWeb, Ltd. Systems and Methods for Acceleration and Optimization of Web Pages Access by Changing the Order of Resource Loading
US9058402B2 (en) 2012-05-29 2015-06-16 Limelight Networks, Inc. Chronological-progression access prioritization
US8346784B1 (en) 2012-05-29 2013-01-01 Limelight Networks, Inc. Java script reductor
US8495171B1 (en) 2012-05-29 2013-07-23 Limelight Networks, Inc. Indiscriminate virtual containers for prioritized content-object distribution
US8522203B1 (en) * 2009-08-28 2013-08-27 Adobe Systems Incorporated Dynamic script management
US8910247B2 (en) * 2010-10-06 2014-12-09 Microsoft Corporation Cross-site scripting prevention in dynamic content
US9547665B2 (en) 2011-10-27 2017-01-17 Microsoft Technology Licensing, Llc Techniques to determine network storage for sharing media files
US10733151B2 (en) 2011-10-27 2020-08-04 Microsoft Technology Licensing, Llc Techniques to share media files
US8683596B2 (en) 2011-10-28 2014-03-25 International Business Machines Corporation Detection of DOM-based cross-site scripting vulnerabilities
US11048858B2 (en) 2012-11-21 2021-06-29 Roofoveryourhead Marketing Ltd. Browser extension for the collection and distribution of data and methods of use thereof
US10423701B1 (en) * 2012-12-13 2019-09-24 Trilibis, Inc. Web asset modification
US20140280480A1 (en) * 2013-03-15 2014-09-18 Edgecast Networks, Inc. Dynamic Tag Management for Optimizing Content Delivery
US9037643B2 (en) * 2013-03-15 2015-05-19 Edgecast Networks, Inc. Dynamic tag management for optimizing content delivery
US20140325349A1 (en) * 2013-04-30 2014-10-30 Adobe Systems Incorporated Real-time Representations of Edited Content
US9015348B2 (en) 2013-07-19 2015-04-21 Limelight Networks, Inc. Dynamically selecting between acceleration techniques based on content request attributes
US10223142B2 (en) 2015-04-03 2019-03-05 Oracle International Corporation System and method for supporting javascript activities in a process defined by a process execution language for execution in a SOA middleware environment
US10089084B2 (en) 2015-04-03 2018-10-02 Oracle International Corporation System and method for reusing JavaScript code available in a SOA middleware environment from a process defined by a process execution language
US10223143B2 (en) 2015-04-03 2019-03-05 Oracle International Corporation System and method for supporting javascript as an expression language in a process defined by a process execution language for execution in a SOA middleware environment
US10268496B2 (en) * 2015-04-03 2019-04-23 Oracle International Corporation System and method for supporting object notation variables in a process defined by a process execution language for execution in a SOA middleware environment
US10079831B1 (en) * 2016-03-10 2018-09-18 EMC IP Holding Company LLC Qualified web application security based on web application hierarchy
US10635828B2 (en) 2016-09-23 2020-04-28 Microsoft Technology Licensing, Llc Tokenized links with granular permissions
CN107194613B (en) * 2017-06-20 2020-12-08 无锡井通网络科技有限公司 Digital asset coding method
US11368477B2 (en) * 2019-05-13 2022-06-21 Securitymetrics, Inc. Webpage integrity monitoring
US11164039B2 (en) 2019-10-23 2021-11-02 International Business Machines Corporation Framework for few-shot temporal action localization

Family Cites Families (64)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6625581B1 (en) * 1994-04-22 2003-09-23 Ipf, Inc. Method of and system for enabling the access of consumer product related information and the purchase of consumer products at points of consumer presence on the world wide web (www) at which consumer product information request (cpir) enabling servlet tags are embedded within html-encoded documents
US5640193A (en) * 1994-08-15 1997-06-17 Lucent Technologies Inc. Multimedia service access by reading marks on an object
US5617565A (en) * 1994-11-29 1997-04-01 Hitachi America, Ltd. Broadcast interactive multimedia system
JP3195190B2 (en) * 1995-05-10 2001-08-06 シャープ株式会社 Print output control device and network having the same
US5774670A (en) * 1995-10-06 1998-06-30 Netscape Communications Corporation Persistent client state in a hypertext transfer protocol based client-server system
US5835712A (en) * 1996-05-03 1998-11-10 Webmate Technologies, Inc. Client-server system using embedded hypertext tags for application and database development
US5864871A (en) * 1996-06-04 1999-01-26 Multex Systems Information delivery system and method including on-line entitlements
US5819271A (en) * 1996-06-04 1998-10-06 Multex Systems, Inc. Corporate information communication and delivery system and method including entitlable hypertext links
US6112242A (en) * 1996-07-10 2000-08-29 Uln Corporation System and method for dynamic data interaction in a hypertext data processing system
US5898835A (en) * 1996-08-16 1999-04-27 Electronic Data Systems Corporation System and method for remotely executing a command
US6151609A (en) * 1996-08-16 2000-11-21 Electronic Data Systems Corporation Remote editor system
US5933811A (en) * 1996-08-20 1999-08-03 Paul D. Angles System and method for delivering customized advertisements within interactive communication systems
US6385646B1 (en) * 1996-08-23 2002-05-07 At&T Corp. Method and system for establishing voice communications in an internet environment
US6076166A (en) * 1997-01-17 2000-06-13 Philips Electronics North America Corporation Personalizing hospital intranet web sites
US5796952A (en) * 1997-03-21 1998-08-18 Dot Com Development, Inc. Method and apparatus for tracking client interaction with a network resource and creating client profiles and resource database
US6643696B2 (en) * 1997-03-21 2003-11-04 Owen Davis Method and apparatus for tracking client interaction with a network resource and creating client profiles and resource database
US6161137A (en) * 1997-03-31 2000-12-12 Mshow.Com, Inc. Method and system for providing a presentation on a network
US7143177B1 (en) * 1997-03-31 2006-11-28 West Corporation Providing a presentation on a network having a plurality of synchronized media types
US5987525A (en) * 1997-04-15 1999-11-16 Cddb, Inc. Network delivery of interactive entertainment synchronized to playback of audio recordings
US6118768A (en) * 1997-09-26 2000-09-12 3Com Corporation Apparatus and methods for use therein for an ISDN LAN modem utilizing browser-based configuration with adaptation of network parameters
US6631402B1 (en) * 1997-09-26 2003-10-07 Worldcom, Inc. Integrated proxy interface for web based report requester tool set
US6484149B1 (en) * 1997-10-10 2002-11-19 Microsoft Corporation Systems and methods for viewing product information, and methods for generating web pages
JP2001526417A (en) * 1997-11-03 2001-12-18 ヒル−ロム,インコーポレイティド Personnel and asset tracking method and apparatus
US6226668B1 (en) * 1997-11-12 2001-05-01 At&T Corp. Method and apparatus for web messaging
US5999941A (en) * 1997-11-25 1999-12-07 Micron Electronics, Inc. Database access using active server pages
US6157933A (en) * 1997-11-26 2000-12-05 International Business Machines Corporation Method and apparatus for loading multiple animated images on a web-page with limited network throughput
US6094673A (en) * 1998-01-16 2000-07-25 Aspect Communications Method and apparatus for generating agent scripts
US6038598A (en) * 1998-02-23 2000-03-14 Intel Corporation Method of providing one of a plurality of web pages mapped to a single uniform resource locator (URL) based on evaluation of a condition
US6088698A (en) * 1998-02-27 2000-07-11 Oracle Corporation Method and apparatus for incrementally generating a virtual three-dimensional world
US6154738A (en) * 1998-03-27 2000-11-28 Call; Charles Gainor Methods and apparatus for disseminating product information via the internet using universal product codes
US6133912A (en) * 1998-05-04 2000-10-17 Montero; Frank J. Method of delivering information over a communication network
EP1076871A1 (en) * 1998-05-15 2001-02-21 Unicast Communications Corporation A technique for implementing browser-initiated network-distributed advertising and for interstitially displaying an advertisement
US6185567B1 (en) * 1998-05-29 2001-02-06 The Trustees Of The University Of Pennsylvania Authenticated access to internet based research and data services
US6151599A (en) * 1998-07-17 2000-11-21 International Business Machines Corporation Web client scripting test architecture for web server-based authentication
CA2356846A1 (en) 1998-10-06 2000-04-13 Kun Yu Generalized multi-interfaced extensible content management and delivery system, and on-line calendar
US6393605B1 (en) * 1998-11-18 2002-05-21 Siebel Systems, Inc. Apparatus and system for efficient delivery and deployment of an application
US8418131B2 (en) * 1998-11-25 2013-04-09 Helmut Emmelmann Interactive server side components
US6802042B2 (en) * 1999-06-01 2004-10-05 Yodlee.Com, Inc. Method and apparatus for providing calculated and solution-oriented personalized summary-reports to a user through a single user-interface
US6266690B1 (en) * 1999-01-27 2001-07-24 Adc Telecommunications, Inc. Enhanced service platform with secure system and method for subscriber profile customization
US6263064B1 (en) * 1999-01-29 2001-07-17 International Thinklink Corporation Centralized communication control center for visually and audibly updating communication options associated with communication services of a unified messaging system and methods therefor
US6625624B1 (en) * 1999-02-03 2003-09-23 At&T Corp. Information access system and method for archiving web pages
CA2363796A1 (en) * 1999-02-26 2000-08-31 Richard T. Box A system, method and article of manufacture for an electronic commerce interface to the government
US7730169B1 (en) * 1999-04-12 2010-06-01 Softricity, Inc. Business method and system for serving third party software applications
US6415438B1 (en) * 1999-10-05 2002-07-02 Webtv Networks, Inc. Trigger having a time attribute
US6330719B1 (en) * 1999-06-30 2001-12-11 Webtv Networks, Inc. Interactive television receiver unit browser that waits to send requests
US6668378B2 (en) * 1999-06-30 2003-12-23 Webtv Networks, Inc. Interactive television triggers having connected content/disconnected content attribute
US6550057B1 (en) * 1999-08-31 2003-04-15 Accenture Llp Piecemeal retrieval in an information services patterns environment
US6405364B1 (en) * 1999-08-31 2002-06-11 Accenture Llp Building techniques in a development architecture framework
US6941515B1 (en) * 1999-09-01 2005-09-06 Vertigoxmedia Inc. Method and apparatus for controlling a graphics engine
US6546397B1 (en) * 1999-12-02 2003-04-08 Steven H. Rempell Browser based web site generation tool and run time engine
US7054952B1 (en) * 1999-12-09 2006-05-30 International Business Machines Corp. Electronic document delivery system employing distributed document object model (DOM) based transcoding and providing interactive javascript support
US7010263B1 (en) * 1999-12-14 2006-03-07 Xm Satellite Radio, Inc. System and method for distributing music and data
US7373376B1 (en) * 1999-12-30 2008-05-13 Keynote Systems, Inc. Method and system for evaluating quality of service over the internet
US6496802B1 (en) * 2000-01-07 2002-12-17 Mp3.Com, Inc. System and method for providing access to electronic works
CA2397849A1 (en) * 2000-01-24 2001-07-26 Newheights Software Corporation System and method for computer network uploading
US7200551B1 (en) * 2000-02-28 2007-04-03 Telpay, Inc. Automated bill payment system
CA2404014A1 (en) 2000-03-30 2001-10-11 Cygent, Inc. System and method for establishing electronic business systems for supporting communications services commerce
US6622168B1 (en) * 2000-04-10 2003-09-16 Chutney Technologies, Inc. Dynamic page generation acceleration using component-level caching
US7013340B1 (en) * 2000-05-18 2006-03-14 Microsoft Corporation Postback input handling by server-side control objects
US6493733B1 (en) * 2000-06-23 2002-12-10 Microsoft Corporation Method for inserting interactive HTML objects into an electronic file
US7076534B1 (en) * 2000-06-30 2006-07-11 Microsoft Corporation Server-side scripting that enables creation of customized documents for clients
US6826594B1 (en) * 2000-07-15 2004-11-30 Commission Junction Method and system for remote content management of a designated portion of a web page
US6829780B2 (en) * 2000-07-17 2004-12-07 International Business Machines Corporation System and method for dynamically optimizing a banner advertisement to counter competing advertisements
EP1323053A4 (en) * 2000-08-07 2006-08-16 Active Data Exchange Syndication methodology to dynamically place digital assets on non-related web sites

Also Published As

Publication number Publication date
US20020087660A1 (en) 2002-07-04
CA2419056C (en) 2012-07-24
AU2001288235A1 (en) 2002-02-18
EP1323053A4 (en) 2006-08-16
WO2002013035A1 (en) 2002-02-14
US20150007017A1 (en) 2015-01-01
US7814172B2 (en) 2010-10-12
US20120297287A1 (en) 2012-11-22
US20110093926A1 (en) 2011-04-21
EP1323053A1 (en) 2003-07-02
US8166522B2 (en) 2012-04-24

Similar Documents

Publication Publication Date Title
CA2419056A1 (en) Syndication methodology to dynamically place digital assets on non-related web sites
US9684628B2 (en) Mechanism for inserting trustworthy parameters into AJAX via server-side proxy
JP4460251B2 (en) Structured document signature apparatus, structured document adaptation apparatus, and structured document verification apparatus.
CN108259437B (en) HTTP access method, HTTP server and system
US20050149857A1 (en) Conversion apparatus and method, accounting method, and script conversion system and method
IL150427A0 (en) Method and apparatus for internet web site accreditation
EP1004076A4 (en) Method and apparatus for creating and using dynamic universal resource locators
Gregorio The atom publishing protocol
WO2008111050A2 (en) A virtual identity system and method for web services
CN104869127A (en) Website login method, code-scanning client and server
CN102882903A (en) Method and system for acquiring multi-site application information
CN105978994B (en) A kind of login method of web oriented system
WO2005043334A3 (en) Methods and apparatus for providing application credentials
CN101616166A (en) The method and apparatus that in the Internet, is used for the high-speed downloads content of multimedia
CN106936759A (en) A kind of single-point logging method, server and client
EP1063579A3 (en) Method, apparatus and storage medium for authentication on the world wide web
CN112153041A (en) Method and system for realizing multisystem single sign-on based on user synchronization
US7539776B1 (en) Dynamic uniform resource locator compression
CN101883089A (en) Method, device and system for displaying Internet webpage on play terminal
JP2005346570A (en) Authentication system, authentication method and computer program
JP5146088B2 (en) Web information relay method and apparatus
CN113411324B (en) Method and system for realizing login authentication based on CAS and third-party server
CN114338224B (en) Cross-platform control method and system for intelligent hardware
JP2000276443A5 (en)
Robie RESTful API Description Language (RADL)

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed

Effective date: 20190807