WO2012122769A1 - 一种浏览器及其实现web图片评论添加和显示的方法 - Google Patents

一种浏览器及其实现web图片评论添加和显示的方法 Download PDF

Info

Publication number
WO2012122769A1
WO2012122769A1 PCT/CN2011/077345 CN2011077345W WO2012122769A1 WO 2012122769 A1 WO2012122769 A1 WO 2012122769A1 CN 2011077345 W CN2011077345 W CN 2011077345W WO 2012122769 A1 WO2012122769 A1 WO 2012122769A1
Authority
WO
WIPO (PCT)
Prior art keywords
comment
picture
coordinates
reference point
display
Prior art date
Application number
PCT/CN2011/077345
Other languages
English (en)
French (fr)
Inventor
张东涛
缪贵海
张丽
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Priority to US14/004,863 priority Critical patent/US9563614B2/en
Priority to JP2013558286A priority patent/JP5841176B2/ja
Priority to EP11861008.8A priority patent/EP2687995A4/en
Publication of WO2012122769A1 publication Critical patent/WO2012122769A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/169Annotation, e.g. comment data or footnotes
    • 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
    • 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/957Browsing optimisation, e.g. caching or content distillation

Definitions

  • the present invention relates to the field of Internet technologies, and in particular, to a browser and a method for implementing the addition and display of web picture comments. Background technique
  • the embodiments of the present invention provide a browser and a method for implementing the addition and display of web picture comments, which are used to solve the problem that the prior art cannot implement picture positioning comments.
  • the embodiment of the present invention provides a method for adding a web picture comment, including: acquiring a picture comment content and a picture comment position information, and calculating a relative coordinate between the picture comment position and a fixed reference point in the picture;
  • the comment parameters including the relative coordinates, the comment content, and the picture ID are uploaded to the web server, and the comment information layer is formed using the comment parameters and placed on the picture layer.
  • calculating a relative coordinate between a picture comment position and a fixed reference point in the picture is: calculating an absolute coordinate of the fixed reference point, and performing an absolute coordinate of the picture comment position and an absolute coordinate of the fixed reference point, A relative coordinate between the picture comment position and a fixed reference point is obtained.
  • the fixed reference point is a vertex of the upper left corner of the picture; the absolute coordinate of the fixed reference point is a relative coordinate of each layer between the outer object and the outermost parent object of the picture. with.
  • the method further includes: when the picture is a scaled picture, the relative coordinates uploaded to the web server are reduced by 1 : 1 according to the picture scaling ratio.
  • the embodiment of the invention further provides a web picture comment display method, including:
  • the absolute coordinates of the picture comment position in the web page are calculated, and based on the comment information layer formed by the absolute coordinates of the picture comment position and the comment parameter, the comment display is performed on the picture layer placed in the web page.
  • calculating an absolute coordinate of the picture comment position in the web page is: calculating an absolute coordinate of the fixed reference point of the relative coordinate in the web page, summing the absolute coordinate and the relative coordinate to obtain a picture comment position on the web The absolute coordinates within the page.
  • the fixed reference point of the relative coordinate is the vertice of the upper left corner of the picture; the absolute coordinate of the fixed reference point is the sum of the relative coordinates of each layer between the outer object and the outermost parent object of the picture.
  • the method further includes: when the picture is a scaled picture, after receiving the relative coordinate, scaling the relative coordinate according to a scaling ratio of the picture;
  • the triggering condition for sending a request for displaying a picture comment to the web server is: when the web page is entered, the browser actively triggers or enters the web page and is triggered by the user;
  • the manner in which the comment information is displayed includes one of the following modes: display in the order of comment time, display in the number of set comment messages, and display in priority order.
  • the embodiment of the invention further provides a browser, comprising: a comment adding module and a comment display module;
  • the comment adding module includes: An information acquiring module, configured to obtain a picture comment content and a picture comment position information, and calculate a relative coordinate between the picture comment position and a fixed reference point in the picture;
  • a comment adding implementation module configured to upload a comment parameter including the relative coordinate, the comment content, and the picture ID to a web server, and place a comment information layer formed by using the comment parameter on the picture layer;
  • the comment display module includes:
  • a comment parameter obtaining module configured to send a display picture comment request to the web server, and receive a comment parameter including the relative coordinates and the comment content fed back by the web server;
  • the comment display implementation module is configured to calculate absolute coordinates of the picture comment position in the web page, and place the comment information layer formed based on the absolute coordinates of the picture comment position and the comment parameter on the picture layer in the web page to implement the comment display. .
  • the information acquisition module When the picture is a scaled picture, the information acquisition module performs a 1: 1 reduction on the relative coordinates uploaded to the web server according to the picture scaling ratio.
  • the comment parameter obtaining module When the picture is a scaled picture, the comment parameter obtaining module, after receiving the relative coordinates, performs scaling processing according to the scaling ratio of the picture.
  • the triggering condition for the comment parameter obtaining module to send a display picture comment request to the web server includes: triggering, by the user, the browser to actively trigger or enter the web page when entering the web page; and the manner in which the comment display implementation module displays the comment information includes One of the modes described: Displayed in order of comment time, displayed according to the number of set comment messages, and displayed in order of priority.
  • the picture comment adding and displaying method realizes the comment of the picture, and can perform a "paste" type comment on a certain part of the picture when the page is stationary, and the image is vivid and interesting. Especially the comments on comic products have a good effect, increase User viscosity of Internet products.
  • FIG. 1 is a flowchart of a method for adding a web picture comment according to the present invention
  • FIG. 3 is a flowchart of a method for adding a web picture comment according to an embodiment of the present invention
  • FIG. 4 is a flowchart of a web picture comment display method according to an embodiment of the present invention.
  • FIG. 5 is a structural diagram of a browser provided by the present invention. detailed description
  • the embodiment of the invention provides a browser and a method for implementing the adding and displaying of the web picture comment, and the method can “paste a certain part of the picture” "The comments make the picture comments vivid and intuitive, and have a lot of fun, and enhance the appeal of Internet products to users.
  • Step S101 The browser obtains the picture comment content and the picture comment position information, and calculates a relative coordinate between the picture comment position and a fixed reference point in the picture;
  • the step is specifically: calculating the absolute coordinate of the fixed reference point, and performing the difference between the absolute coordinate of the image comment position and the absolute coordinate of the fixed reference point to obtain the relative coordinate between the image comment position and the fixed reference point.
  • the fixed reference point is preferably a vertex of the upper left corner of the picture; at this time, the absolute coordinate of the fixed reference point is the sum of the relative coordinates of each layer between the outer object and the outermost parent object of the picture.
  • Step S102 The browser uploads the comment parameter including the relative coordinates, the comment content, and the picture ID to the web server, and forms the comment information layer by using the comment parameter, and then places the comment information layer on the picture layer.
  • the present invention further provides a web picture comment display method, the method comprising the following steps:
  • Step S201 The browser sends a display picture comment request to the web server, and receives a comment parameter including the relative coordinates and the comment content fed back by the web server;
  • the triggering condition for the browser to send a request for displaying a picture comment to the web server includes: triggering by the user after the browser actively triggers or enters the web page when entering the web page.
  • Step S202 The browser calculates the absolute coordinates of the picture comment position in the web page, and forms a comment information layer based on the absolute coordinates and the comment parameters of the picture comment position, and then places the comment information layer on the picture layer in the web page to implement the comment. display.
  • the manner in which the comment information is displayed includes one of the following modes: displaying in the order of the comment time, displaying the number of the comment information set and displaying in the order of priority.
  • the user browser sends a request for obtaining the comment information to the web server, obtains the comment parameter, and the browser parses the information through javascript to restore the comment content.
  • the above comment addition and display method for the user, only the user needs to input the comment content in the input box of the browser page, click the button of the picture comment; the user moves the mouse to a certain position of the picture, clicks the left button, in that The location is posted with comments, and the image comments are added.
  • the browser automatically downloads the comment information for display or triggers the browser to be passively triggered by the user clicking the button for displaying the picture comment. The download is displayed, at which point the user himself includes a photo comment made by another person - the display is displayed and the image display is completed.
  • An embodiment of the present invention provides a method for adding a web picture comment. As shown in FIG. 3, the method includes the following steps:
  • Step S301 The user inputs the picture comment content in the browser web page.
  • Step S302 The user selects a point on the picture as a picture comment position and clicks the left mouse button to trigger a javascript event of the page.
  • Step S303 The browser obtains the absolute coordinates X and Y of the page where the mouse click event is located (ie, the absolute coordinate of the image review position);
  • Step S304 Select a point in the picture as a fixed reference point of the picture comment position, and calculate an absolute coordinate of the fixed reference point in the page;
  • the fixed reference point preferably selects the vertices in the upper left corner of the picture; the absolute coordinates of the vertices in the upper left corner of the picture are the sub-objects of the picture as the sub-objects
  • the browser can take any point other than the picture comment position point in the picture as a fixed reference point. At this time, just record the selected reference point and directly obtain the absolute coordinate of the point; Therefore, the selection of the fixed reference point according to the present invention may be random; only when the browser does not support the absolute coordinate attribute of the picture, it is preferred to select the picture edge point as a fixed reference point.
  • Step S305 The browser subtracts the absolute coordinates of the fixed reference point from the absolute coordinates of the image review position, and obtains the relative coordinates between the image review position and the fixed reference point on the image.
  • Step S306 the browser transmits the obtained relative coordinates to the web server together with the comment content and the picture ID input by the user, and uses the information to dynamically form an information layer containing the comment content in real time through the layer technology of html and javascript. , the information layer is placed on the picture layer to achieve the addition of comments; at this point the user can immediately see the effect of their comments.
  • the information data is preferably submitted through the AJAX page technology, so that the web page remains static.
  • Step S307 The web server saves the relative coordinates, the comment content, and the picture ID to the database server.
  • the javascript mouse event of the page is triggered; the page javascript code acquires the absolute coordinates X and Y of the page where the mouse click event is located (ie, the absolute coordinates of the image comment position), and calculates the picture.
  • the absolute coordinates of the fixed reference point in the page; the absolute coordinates of the fixed reference point are subtracted from the absolute position of the image comment position, and the relative coordinates of the picture review position relative to the fixed reference point of the picture are obtained;
  • This embodiment provides a web picture comment display method. As shown in FIG. 4, the method includes the following steps:
  • Step S401 The user enters a browser web page, and clicks the display picture comment button.
  • Step S402 The browser sends a request for obtaining a picture comment to the web server under the trigger of the user;
  • the browser submits the request through the AJAX page technology and keeps the page still.
  • Step S403 The web server obtains the picture comment from the database server according to the picture ID. Coordinate information, etc., and passed to the user's browser page.
  • Step S404 the browser calculates the absolute coordinates of the fixed reference point of the relative coordinate reference; in this step, when the fixed reference point is the vertice of the upper left corner of the picture, the method for calculating the absolute coordinates is the same as that in step S304, namely: First take out the relative coordinates between the image and its parent object, and then force the relative coordinates between the parent object and the parent object, and then force. The relative coordinates between the parent parent object and the parent object of the parent object, and so on, are looped until the parent object is not found. The result of the addition is the absolute coordinate value of the vertices in the upper left corner of the image.
  • Step S405 The browser obtains the absolute coordinates in the web page where the comment content is located according to the obtained absolute coordinates of the fixed reference point and the relative coordinates returned by the web server.
  • Step S406 The browser dynamically generates an information layer including the comment content by using the page layering technology and the positioning technology of the html and javascript according to the information such as the absolute coordinates of the page and the comment content of the obtained comment content, and layering the information layer. Complete the comment display on the image layer.
  • the level is higher than the picture, and the new comment layer has a higher priority than the old one, so when an overlap occurs, the new layer overwrites the old layer.
  • the javascript technology in the first embodiment and the second embodiment can be changed to the VBSCRIPT technology.
  • the image comment adding and displaying method realizes the comment of the picture, and can perform a "paste" type comment on a certain part of the picture while the page is stationary, and then through reasonable convenience.
  • the present invention further provides a browser, which specifically includes: a comment adding module 510. And a comment display module 520; wherein:
  • the comment adding module 510 includes:
  • the information obtaining module 511 is configured to obtain a picture comment content and a picture comment position information, and calculate a relative coordinate of the picture comment position and a fixed reference point in the picture;
  • the comment addition implementation module 512 is configured to upload the comment parameters including the relative coordinates, the comment content, and the picture ID to the web server, and form the comment information layer by using the comment parameters, and then place the comment information layer on the picture layer.
  • the information acquiring module 511 includes:
  • a first comment parameter acquisition sub-module configured to obtain image review content and image review location information
  • a second comment parameter obtaining submodule configured to calculate an absolute coordinate of the fixed reference point, and perform an absolute coordinate of the picture comment position and an absolute coordinate of the fixed reference point to obtain a position between the picture comment position and the fixed reference point Relative coordinates.
  • the fixed reference point is the vertex of the upper left corner of the picture; the absolute coordinate of the fixed reference point is the sum of the relative coordinates of each layer between the outer object and the outermost parent object.
  • the information obtaining module 511 restores the relative coordinates uploaded to the web server by 1 : 1 according to the picture scaling ratio.
  • the comment display module 520 includes:
  • a comment parameter obtaining module 521 configured to send a display picture comment request to the web server, and receive a comment parameter including the relative coordinates and the comment content fed back by the web server;
  • the comment display implementation module 522 is configured to calculate an absolute coordinate of the picture comment position in the web page, and form a comment information layer based on the absolute coordinate and the comment parameter of the picture comment position, and then place the comment information layer on the web page.
  • the comment display is implemented on the layer.
  • the comment display implementation module 522 calculates the absolute coordinates of the picture comment position in the web page, and specifically includes: calculating the absolute reference point of the relative coordinates in the web page. Coordinates, the absolute coordinates and the relative coordinates are summed to obtain the absolute coordinates of the image comment position in the web page.
  • the fixed reference point of the relative coordinate is the vertice of the upper left corner of the picture; the absolute coordinate of the fixed reference point is the sum of the relative coordinates of each layer between the outer object and the outermost parent object of the picture.
  • the triggering condition for the comment parameter obtaining module 521 to send a display picture comment request to the web server includes: when the web page is entered, the browser actively triggers or enters the web page and is triggered by the user;
  • the manner in which the comment display implementation module 522 displays the comment information includes one of the following methods: displaying in the order of the comment time, displaying the number of the comment information set, and displaying in the order of priority.
  • the comment parameter acquisition module 521 when the picture is a scaled picture, the comment parameter acquisition module 521, after receiving the relative coordinates, performs scaling processing according to the scaling ratio of the picture.
  • the spirit and scope of the invention Thus, it is intended that the present invention cover the modifications and modifications of the invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Information Transfer Between Computers (AREA)

Description

一种浏览器及其实现 web图片评论添加和显示的方法 技术领域
本发明涉及互联网技术领域, 尤其涉及一种浏览器及其实现 web图片 评论添加和显示的方法。 背景技术
网站上的图片评论一般的实现方法和普通评论一样, 在图片下方一条 条展示评论内容。 但如果想针对图片上的某个局部评论, 只能通过文字描 述来起定位的作用, 这种方式很不形象直观, 使得评论效果大打折扣。 发明内容
有鉴于此, 本发明实施例提供一种浏览器及其实现 web图片评论添加 和显示的方法, 用以解决现有技术不能实现图片定位评论的问题。
具体的, 本发明实施例提供一种 web图片评论添加方法, 包括: 获取图片评论内容和图片评论位置信息, 计算所述图片评论位置与图 片内固定参考点间的相对坐标;
将包括所述相对坐标、评论内容和图片 ID的评论参数上传到 web服务 器, 并利用所述评论参数形成评论信息层后置于图片层上。
所述方法中, 计算图片评论位置与图片内固定参考点间的相对坐标为: 计算所述固定参考点的绝对坐标, 将所述图片评论位置的绝对坐标与 固定参考点的绝对坐标做差, 得到所述图片评论位置与固定参考点间的相 对坐标。
其中, 所述固定参考点为所述图片左上角的顶点; 所述固定参考点的 绝对坐标是以该图片为子对象向外到最外层父对象之间每层的相对坐标的 和。
所述方法中, 该方法还包括: 当所述图片为缩放后的图片时, 将上传 到 web服务器的相对坐标按着图片缩放比例进行 1 : 1还原。
本发明实施例还提供一种 web图片评论显示方法, 包括:
向 web服务器发送显示图片评论请求, 并接收所述 web服务器反馈的 包括相对坐标和评论内容的评论参数;
计算图片评论位置在 web页面内的绝对坐标, 并将基于该图片评论位 置的绝对坐标和评论参数形成的评论信息层后, 置于 web页面内的图片层 上实现评论显示。
所述方法中, 计算图片评论位置在 web页面内的绝对坐标为: 计算所述相对坐标的固定参考点在 web页面中的绝对坐标, 将该绝对 坐标与相对坐标求和得到图片评论位置在 web页面内的绝对坐标。
其中, 相对坐标的固定参考点为所述图片左上角的顶点; 所述固定参 考点的绝对坐标是以该图片为子对象向外到最外层父对象之间每层的相对 坐标的和。
本发明实施例所述方法进一步具有以下特点:
该方法还包括: 当所述图片为缩放后的图片时, 在接收到所述相对坐 标后, 将所述相对坐标根据图片的缩放比例进行缩放处理;
所述向 web服务器发送显示图片评论请求的触发条件为: 进入 web页 面时浏览器主动触发或进入 web页面后由用户触发;
所述评论信息显示的方式包括下述方式中的一种: 按着评论时间顺序 显示、 按着设定的评论信息条数显示和按着优先级顺序显示。
本发明实施例还提供一种浏览器, 包括: 评论添加模块和评论显示模 块;
所述评论添加模块, 包括: 信息获取模块, 设置为获取图片评论内容和图片评论位置信息, 计算 所述图片评论位置与图片内固定参考点间的相对坐标;
评论添加实现模块, 设置为将包括所述相对坐标、 评论内容和图片 ID 的评论参数上传到 web服务器, 并将利用所述评论参数形成的评论信息层 置于图片层上;
所述评论显示模块, 包括:
评论参数获取模块, 设置为向 web服务器发送显示图片评论请求, 并 接收所述 web服务器反馈的包括相对坐标和评论内容的评论参数;
评论显示实现模块, 设置为计算图片评论位置在 web页面内的绝对坐 标, 并将基于所述图片评论位置的绝对坐标和评论参数形成的评论信息层 置于 web页面内的图片层上实现评论显示。
本发明实施例所述浏览器进一步具有以下特点:
当所述图片为缩放后的图片时, 所述信息获取模块将上传到 web服务 器的相对坐标按着图片缩放比例进行 1 : 1还原。
当所述图片为缩放后的图片时, 所述评论参数获取模块在接收到所述 相对坐标后, 将所述相对坐标根据图片的缩放比例进行缩放处理。
所述评论参数获取模块向 web服务器发送显示图片评论请求的触发条 件包括: 进入 web页面时浏览器主动触发或进入 web页面后由用户触发; 所述评论显示实现模块进行评论信息显示的方式包括下述方式中的一 种: 按着评论时间顺序显示、 按着设定的评论信息条数显示和按着优先级 顺序显示。
与现有技术相比, 本发明实施例有益效果如下:
本发明实施例提供的图片评论添加和显示方法, 实现了图片的评论, 并且能够在页面静止不动的情况下, 对图片某个局部进行 "粘贴" 式的评 论, 形象生动, 趣味性强, 特别是对漫画产品的评论有很好的效果, 增加 了互联网产品的用户粘度。 附图说明
为了更清楚地说明本发明实施例或现有技术中的技术方案, 下面将对 实施例或现有技术描述中所需要使用的附图作一简单地介绍, 显而易见地, 下面描述中的附图仅仅是本发明的一些实施例, 对于本领域普通技术人员 来讲, 在不付出创造性劳动性的前提下, 还可以根据这些附图获得其他的 附图。
图 1为本发明提供的一种 web图片评论添加方法流程图;
图 2为本发明提供的一种 web图片评论显示方法流程图;
图 3为本发明实施例提供的 web图片评论添加方法流程图;
图 4为本发明实施例提供的 web图片评论显示方法流程图;
图 5为本发明提供的浏览器的结构图。 具体实施方式
下面将结合本发明实施例中的附图, 对本发明实施例中的技术方案进 行清楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而不是全部的实施例。 基于本发明中的实施例, 本领域普通技术人员在没 有做出创造性劳动前提下所获得的所有其他实施例, 都属于本发明保护的 范围。
为了解决现有技术中不能实现 web页面内图片的定位评论问题, 本发 明实施例提供一种浏览器及其实现 web图片评论添加和显示的方法, 所述 方法能够对图片某个局部进行 "粘贴" 式的评论, 使得图片评论生动直观, 具有相当的趣味性, 加强互联网产品对用户的吸引力。
如图 1所示, 本发明提供一种 web图片评论添加方法, 该方法包括以 下步骤: 步骤 S101、 浏览器获取图片评论内容和图片评论位置信息, 计算所述 图片评论位置与图片内一固定参考点间的相对坐标;
该步骤具体为: 计算固定参考点的绝对坐标, 将图片评论位置的绝对 坐标与固定参考点的绝对坐标做差, 得到图片评论位置与固定参考点间的 相对坐标。
其中, 固定参考点优选为图片左上角的顶点; 此时, 所述固定参考点 的绝对坐标是以该图片为子对象向外到最外层父对象之间每层的相对坐标 的和。
步骤 S102、浏览器将包括相对坐标、评论内容和图片 ID的评论参数上 传到 web服务器, 并利用评论参数形成评论信息层后, 将评论信息层置于 图片层上。
如图 2所示, 本发明还提供一种 web图片评论显示方法, 该方法包括 以下步骤:
步骤 S201、 浏览器向 web服务器发送显示图片评论请求, 并接收所述 web服务器反馈的包括相对坐标和评论内容的评论参数;
其中, 浏览器向 web服务器发送显示图片评论请求的触发条件包括: 进入 web页面时浏览器主动触发或进入 web页面后由用户触发。
步骤 S202、 浏览器计算图片评论位置在 web页面内的绝对坐标, 并基 于该图片评论位置的绝对坐标和评论参数形成评论信息层后, 将评论信息 层置于 web页面内的图片层上实现评论显示。
其中, 评论信息显示的方式包括下述方式中的一种: 按着评论时间顺 序显示、 按着设定的评论信息条数显示和按着优先级顺序显示。
通过上述方法可见, 为了使评论 "粘贴" 到图片上, 而且能够按原样 重新显示, 最重要就是获取 "粘贴" 到图片上的相对图片固定参考点 (例 如, 图片左上角点) 的坐标; 这样在图片自身坐标变动的时候, 评论位置 不会受到影响。 获得相对坐标后, 再利用页面分层技术, 把评论层置于图 片层之上, 就可以实现这种定位在图片某个位置上的评论。
由于在评论时已经将评论参数传递给 web服务器, 当用户要看评论时, 用户浏览器向 web服务器发出获取评论信息的请求, 获取评论参数, 浏览 器再通过 javascript解析信息, 还原成评论内容。
上述评论添加和显示方法, 对于用户来说, 只需要用户在浏览器页面 的输入框内输入评论内容, 点击图片评论的按钮; 用户把鼠标移动到图片 某个位置上, 点击左键, 在那个位置贴上评论, 图片评论添加完成; 当本 用户或其他用户进入具有图片评论的 web页面时, 浏览器自动下载评论信 息进行显示或在用户点击显示图片评论的按钮的触发下, 浏览器被动请求 下载显示, 此时用户自己包括其他人做的图片评论——显示出来, 图片显 示完成。
下面根据图 3〜图 4给出本发明几个较佳的实施例,并结合对实施例的 描述, 进一步给出本发明的技术细节, 使其能够更好地说明本发明所述方 法的具体实现过程。
实施例一
本发明实施例提供一种 web图片评论添加方法, 如图 3所示, 该方法 包括以下步骤:
步骤 S301、 用户在浏览器 web页面内输入图片评论内容。
步骤 S302、 用户选定图片上某一点为图片评论位置后点击鼠标左键, 触发页面的 javascript事件。
步骤 S303、 浏览器获取鼠标点击事件所在的页面绝对坐标 X和 Y (即 图片评论位置的绝对坐标);
其中, 绝对坐标值 X和 Y是鼠标事件对象本身自有的, 直接取出来即 可。 步骤 S304、 在图片内选定一点作为图片评论位置的固定参考点, 并计 算该固定参考点在页面内的绝对坐标;
通常图片及其父对象们一般是不带绝对坐标属性的, 所以此时固定参 考点优选的选择图片左上角的顶点; 该图片左上角的顶点绝对坐标是以该 图片为子对象向外到最外层父对象之间每层的相对坐标的和: 其计算流程 为: 先取出图片和其父对象之间的相对坐标, 再加上父对象和父父对象之 间的相对坐标, 再力。上父父对象和该父父对象的父对象之间的相对坐标, 依次类推, 一直循环到找不到父对象为止, 这时的相加结果就是图片左上 角顶点的绝对坐标值。
然而, 当图片带绝对坐标属性时, 浏览器可以取图片内任意除图片评 论位置点外的其他点作为固定参考点, 此时只要记录选取的参考点并直接 获取该点的绝对坐标即可; 所以说, 本发明所述的固定参考点的选取可以 是随机; 只有在浏览器不支持图片绝对坐标属性时, 才优选选取图片边缘 点作为固定参考点。
步骤 S305、 浏览器用图片评论位置的绝对坐标减去固定参考点的绝对 坐标, 得到图片评论位置与图片上固定参考点间的相对坐标。
步骤 S306、 浏览器把得到的相对坐标, 连同用户输入的评论内容和图 片 ID等一起传到 web服务器; 并利用这些信息, 通过 html和 javascript的 层技术, 实时动态形成一个含有评论内容的信息层, 将该信息层置于在图 片层上, 实现评论的添加; 此时用户能直观的立即看到自己的评论效果。
该步骤中, 浏览器在向 web服务器传送信息时, 优选的通过 AJAX页 面技术提交信息数据, 使得 web页面保持静止。
值得一提的是, 当所述图片为缩放后的图片时, 将上传到 web服务器 的相对坐标按着图片缩放比例进行 1 : 1还原; 而对于生成新的信息层所利 用相对坐标则是浏览器直接计算得到的相对坐标。 步骤 S307、 web服务器把相对坐标、评论内容和图片 ID保存到数据库 服务器中。
结合上述评论添加方法, 下面给出一具体示例来详细说明:
示例: 某位网络用户在漫画网站的漫画浏览页面上, 在漫画评论输入 框中填写了比如 "两只海鸥" 的评论内容。 然后点击评论按钮, 把鼠标移 动到图片上, 此时鼠标光标会变成十字星, 表示可以点击粘贴评论。 此时 在图片的两只海鸥处点击鼠标左键时, 触发了页面的 javascript鼠标事件; 页面 javascript代码获取鼠标点击事件所在的页面绝对坐标 X和 Y (即 图片评论位置绝对坐标), 并计算图片页面内固定参考点的绝对坐标; 用图 片评论位置绝对坐标减去固定参考点的绝对坐标, 得到图片评论位置相对 于图片固定参考点的相对坐标;
把得到的相对坐标, 连同用户 ID、 评论内容、 图片 ID等一起传到 web 服务器, 用 AJAX页面技术提交数据, 使得页面保持静止, 增加用户良好 感受; 同时利用这些信息, 通过 html和 javascript的页面分层技术和定位技 术, 实时动态形成一个含有评论信息新的层, "粘贴" 在图片上, 让用户能 直观的立即看到自己的评论效果。
实施例二
本实施例提供一种 web图片评论显示方法, 如图 4所示, 该方法包括 以下步骤:
步骤 S401、 用户进入浏览器 web页面, 并点击显示图片评论按钮。 步骤 S402、 浏览器在用户的触发下向 web服务器发出获取图片评论请 求;
优选的, 该步骤中浏览器通过 AJAX页面技术提交请求并使页面保持 不动。
步骤 S403、web服务器根据图片 ID从数据库服务器中获得此图片评论、 坐标信息等, 并传递到用户浏览器页面。
步骤 S404、 浏览器计算所述相对坐标参考的固定参考点的绝对坐标; 该步骤中, 当固定参考点为图片左上角的顶点时, 其绝对坐标的算去 方法与步骤 S304中相同, 即: 先取出图片和其父对象之间的相对坐标, 再 力口上父对象和父父对象之间的相对坐标, 再力。上父父对象和该父父对象的 父对象之间的相对坐标, 依次类推, 一直循环到找不到父对象为止, 这时 的相加结果就是图片左上角顶点的绝对坐标值。
步骤 S405、 浏览器根据得到的固定参考点的绝对坐标加上 web服务器 传回的相对坐标, 得到了评论内容所在的 web页面内的绝对坐标;
该步骤中, 如果存在图片缩放功能, 那么在获得了评论的相对坐标后, 还要根据此时的图片缩放比率进行缩放再进行相加。
步骤 S406、 浏览器根据得到的评论内容所在的页面绝对坐标和评论内 容等信息, 利用 html和 javascript的页面分层技术和定位技术, 动态的生成 一个包含评论内容的信息层, 把该信息层置于图片层上完成评论显示。
为了方便用户观看, 可以用页面 javascript技术按评论时间顺序一个一 个间隔自动展示; 或, 在评论过多, 可以分批次展示, 以免评论互相重叠 影响观看; 由于一个评论一个层, 评论层的优先级比图片高, 新评论层的 优先级比旧评论高, 所以当发生重叠时, 新层覆盖旧层。
上述实施例一、 二中的 javascript技术均可改为 VBSCRIPT技术。
综上所述, 本发明提供的图片评论添加和显示方法, 实现了图片的评 论, 并且能够在页面静止不动的情况下, 对图片某个局部进行 "粘贴" 式 的评论, 再通过合理方便的方式控制评论的显示和隐藏, 形象生动, 趣味 性强, 特别是对漫画产品的评论有很好的效果, 增加了互联网产品的用户 粘度。
如图 5所示, 本发明还提供一种浏览器, 具体包括: 评论添加模块 510 和评论显示模块 520; 其中:
评论添加模块 510, 包括:
信息获取模块 511 ,设置为获取图片评论内容和图片评论位置信息, 计 算所述图片评论位置与图片内固定参考点的相对坐标;
评论添加实现模块 512,设置为将包括所述相对坐标、评论内容和图片 ID的评论参数上传到 web服务器,并利用所述评论参数形成评论信息层后, 将评论信息层置于图片层上。
其中, 所述信息获取模块 511包括:
第一评论参数获取子模块, 设置为获取图片评论内容和图片评论位置 信息;
第二评论参数获取子模块, 设置为计算所述固定参考点的绝对坐标, 将所述图片评论位置的绝对坐标与固定参考点的绝对坐标做差, 得到所述 图片评论位置与固定参考点间的相对坐标。
其中, 固定参考点为所述图片左上角的顶点; 固定参考点的绝对坐标 是以该图片为子对象向外到最外层父对象之间每层的相对坐标的和。
值得注意的是, 当所述图片为缩放后的图片时, 所述信息获取模块 511 将上传到 web服务器的相对坐标按着图片缩放比例进行 1 : 1还原。
所述评论显示模块 520, 包括:
评论参数获取模块 521 , 设置为向 web服务器发送显示图片评论请求, 并接收所述 web服务器反馈的包括相对坐标和评论内容的评论参数;
评论显示实现模块 522, 设置为计算图片评论位置在 web页面内的绝 对坐标, 并基于所述图片评论位置的绝对坐标和评论参数形成评论信息层 后, 将评论信息层置于 web页面内的图片层上实现评论显示。
其中, 所述评论显示实现模块 522计算图片评论位置在 web页面内的 绝对坐标具体包括: 计算所述相对坐标的固定参考点在 web页面中的绝对 坐标, 将该绝对坐标与相对坐标求和得到图片评论位置在 web页面内的绝 对坐标。
其中, 相对坐标的固定参考点为所述图片左上角的顶点; 所述固定参 考点的绝对坐标是以该图片为子对象向外到最外层父对象之间每层的相对 坐标的和。
进一步的, 评论参数获取模块 521向 web服务器发送显示图片评论请 求的触发条件包括: 进入 web页面时浏览器主动触发或者进入 web页面后 由用户触发;
评论显示实现模块 522进行评论信息显示的方式包括下述方式中的一 种: 按着评论时间顺序显示、 按着设定的评论信息条数显示和按着优先级 顺序显示。
值得注意的是, 当所述图片为缩放后的图片时, 所述评论参数获取模 块 521 , 在接收到所述相对坐标后, 将所述相对坐标根据图片的缩放比例进 行缩放处理。 本发明的精神和范围。 这样, 倘若本发明的这些修改和变型属于本发明权 利要求及其等同技术的范围之内, 则本发明也意图包含这些改动和变型在 内。

Claims

权利要求书
1、 一种 web图片评论添加方法, 该方法包括:
获取图片评论内容和图片评论位置信息, 计算所述图片评论位置与图 片内固定参考点间的相对坐标;
将包括所述相对坐标、评论内容和图片 ID的评论参数上传到 web服务 器, 并利用所述评论参数形成评论信息层后置于图片层上。
2、 如权利要求 1所述的方法, 其中, 所述计算图片评论位置与图片内 固定参考点间的相对坐标为:
计算所述固定参考点的绝对坐标, 将所述图片评论位置的绝对坐标与 固定参考点的绝对坐标做差, 得到所述图片评论位置与固定参考点间的相 对坐标。
3、 如权利要求 2所述的方法, 其中, 所述固定参考点为所述图片左上 角的顶点; 所述固定参考点的绝对坐标是以该图片为子对象向外到最外层 父对象之间每层的相对坐标的和。
4、 如权利要求 1至 3任一项所述的方法, 其中, 该方法还包括: 当所 述图片为缩放后的图片时, 将上传到 web服务器的相对坐标按着图片缩放 比例进行 1 : 1还原。
5、 一种 web图片评论显示方法, 该方法包括:
向 web服务器发送显示图片评论请求, 并接收所述 web服务器反馈的 包括相对坐标和评论内容的评论参数;
计算图片评论位置在 web页面内的绝对坐标, 并基于该图片评论位置 的绝对坐标和评论参数形成评论信息层后, 置于 web页面内的图片层上实 现评论显示。
6、 如权利要求 5所述的方法, 其中, 所述计算图片评论位置在 web页 面内的绝对坐标为: 计算所述相对坐标的固定参考点在 web页面中的绝对坐标, 将该绝对 坐标与相对坐标求和得到图片评论位置在 web页面内的绝对坐标。
7、 如权利要求 6所述的方法, 其中, 所述相对坐标的固定参考点为所 述图片左上角的顶点; 所述固定参考点的绝对坐标是以该图片为子对象向 外到最外层父对象之间每层的相对坐标的和。
8、 如权利要求 5至 7任一项所述的方法, 其中,
该方法还包括: 当所述图片为缩放后的图片时, 在接收到所述相对坐 标后, 将所述相对坐标根据图片的缩放比例进行缩放处理;
所述向 web服务器发送显示图片评论请求的触发条件为: 进入 web页 面时浏览器主动触发或进入 web页面后由用户触发;
所述评论信息显示的方式包括下述方式中的一种: 按着评论时间顺序 显示、 按着设定的评论信息条数显示和按着优先级顺序显示。
9、 一种浏览器, 该浏览器包括: 评论添加模块和评论显示模块; 所述评论添加模块, 包括:
信息获取模块, 设置为获取图片评论内容和图片评论位置信息, 计算 所述图片评论位置与图片内固定参考点间的相对坐标;
评论添加实现模块, 设置为将包括所述相对坐标、 评论内容和图片 ID 的评论参数上传到 web服务器, 并利用所述评论参数形成评论信息层后置 于图片层上;
所述评论显示模块, 包括:
评论参数获取模块, 设置为向 web服务器发送显示图片评论请求, 并 接收所述 web服务器反馈的包括相对坐标和评论内容的评论参数;
评论显示实现模块, 设置为计算图片评论位置在 web页面内的绝对坐 标, 并基于所述图片评论位置的绝对坐标和评论参数形成评论信息层后置 于 web页面内的图片层上实现评论显示。
10、 如权利要求 9所述的浏览器, 其中,
当所述图片为缩放后的图片时, 所述信息获取模块将上传到 web服务 器的相对坐标按着图片缩放比例进行 1 : 1还原;
当所述图片为缩放后的图片时, 所述评论参数获取模块在接收到所述 相对坐标后, 将所述相对坐标根据图片的缩放比例进行缩放处理。
11、 如权利要求 9所述的浏览器, 其中,
所述评论参数获取模块向 web服务器发送显示图片评论请求的触发条 件包括: 进入 web页面时浏览器主动触发或进入 web页面后由用户触发; 所述评论显示实现模块进行评论信息显示的方式包括下述方式中的一 种: 按着评论时间顺序显示、 按着设定的评论信息条数显示和按着优先级 顺序显示。
PCT/CN2011/077345 2011-03-16 2011-07-20 一种浏览器及其实现web图片评论添加和显示的方法 WO2012122769A1 (zh)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US14/004,863 US9563614B2 (en) 2011-03-16 2011-07-20 Browser and method for adding and displaying web picture comment
JP2013558286A JP5841176B2 (ja) 2011-03-16 2011-07-20 ブラウザプログラム及びそのwebピクチャについてのコメントの追加、表示を実現する方法
EP11861008.8A EP2687995A4 (en) 2011-03-16 2011-07-20 BROWSER AND ASSOCIATED METHOD OF ADDING AND DISPLAYING COMMENTS RELATING TO A WEB IMAGE

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110063293.4A CN102682025B (zh) 2011-03-16 2011-03-16 一种web图片评论添加和显示方法及装置
CN201110063293.4 2011-03-16

Publications (1)

Publication Number Publication Date
WO2012122769A1 true WO2012122769A1 (zh) 2012-09-20

Family

ID=46813971

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/077345 WO2012122769A1 (zh) 2011-03-16 2011-07-20 一种浏览器及其实现web图片评论添加和显示的方法

Country Status (5)

Country Link
US (1) US9563614B2 (zh)
EP (1) EP2687995A4 (zh)
JP (1) JP5841176B2 (zh)
CN (1) CN102682025B (zh)
WO (1) WO2012122769A1 (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103220348A (zh) * 2013-04-10 2013-07-24 广东全通教育股份有限公司 一种图片批量上传并保真缩放方法及系统
CN103632047A (zh) * 2013-11-20 2014-03-12 华为技术有限公司 评论信息的处理方法及装置
CN104866180A (zh) * 2015-06-04 2015-08-26 张婳 一种图画评论方法及系统

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103853761B (zh) * 2012-12-03 2016-05-25 腾讯科技(深圳)有限公司 网页内容的评论显示、添加方法及装置
CN104461477A (zh) 2013-09-13 2015-03-25 腾讯科技(北京)有限公司 网络评论信息的添加方法、系统和相应装置
CN103744910A (zh) * 2013-12-26 2014-04-23 方正国际软件有限公司 漫画评议系统和漫画评议方法
CN104615639B (zh) * 2014-11-28 2018-08-24 北京百度网讯科技有限公司 一种用于提供图片的呈现信息的方法和设备
CN104703044B (zh) * 2015-02-12 2018-03-09 北京橘子文化传媒有限公司 一种图片弹幕发布方法
CN105095432B (zh) * 2015-07-22 2019-04-16 腾讯科技(北京)有限公司 网页批注显示方法及装置
CN106371714B (zh) * 2015-07-23 2020-06-23 北京小米移动软件有限公司 信息显示方法及装置
CN105183759B (zh) * 2015-07-23 2018-12-21 无锡天脉聚源传媒科技有限公司 一种评论图片的方法及装置
CN105095525A (zh) * 2015-09-28 2015-11-25 北京奇虎科技有限公司 获取网页页面数据的方法及装置
CN105630353A (zh) * 2015-12-24 2016-06-01 小米科技有限责任公司 评论信息的发布方法及装置
CN107038023A (zh) * 2016-02-02 2017-08-11 腾讯科技(深圳)有限公司 互动评论的交互方法和装置
CN105824949A (zh) * 2016-03-22 2016-08-03 乐视网信息技术(北京)股份有限公司 一种评论添加方法及装置
US10198413B2 (en) * 2016-12-30 2019-02-05 Dropbox, Inc. Image annotations in collaborative content items
CN109756783B (zh) * 2017-11-07 2021-11-05 阿里巴巴(中国)有限公司 海报的生成方法及装置
WO2019106743A1 (ja) * 2017-11-29 2019-06-06 Hikutas株式会社 情報処理システム、情報処理方法、情報処理プログラム、クライアント装置、レイヤー情報サーバ、およびレイヤー情報データベース
CN110908570B (zh) * 2019-11-29 2023-01-31 腾讯数码(天津)有限公司 图像处理方法、装置、终端及存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101521854A (zh) * 2009-02-19 2009-09-02 万纳特科技(深圳)有限公司 一种利用移动终端浏览网络图片的方法
CN101790139A (zh) * 2009-01-22 2010-07-28 宏达国际电子股份有限公司 位置信息的分享方法、系统及计算机程序产品
CN101814118A (zh) * 2009-07-02 2010-08-25 西安电子科技大学 基于图片的网页文本保护方法

Family Cites Families (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2045907C (en) * 1991-06-28 1998-12-15 Gerald B. Anderson A method for storing and retrieving annotations and redactions in final form documents
JPH10124494A (ja) * 1996-10-25 1998-05-15 Toshiba Corp 情報処理機器及び注釈付加方法
JPH10240220A (ja) * 1997-03-03 1998-09-11 Toshiba Corp 注釈表示機能を持つ情報処理機器
US6070167A (en) 1997-09-29 2000-05-30 Sharp Laboratories Of America, Inc. Hierarchical method and system for object-based audiovisual descriptive tagging of images for information retrieval, editing, and manipulation
US6320169B1 (en) * 1999-09-07 2001-11-20 Thermal Solutions, Inc. Method and apparatus for magnetic induction heating using radio frequency identification of object to be heated
US6859909B1 (en) * 2000-03-07 2005-02-22 Microsoft Corporation System and method for annotating web-based documents
US20040205541A1 (en) * 2001-08-07 2004-10-14 D'amico Mario Web browser with annotation capability
US7234106B2 (en) * 2002-09-10 2007-06-19 Simske Steven J System for and method of generating image annotation information
US7284192B2 (en) * 2004-06-24 2007-10-16 Avaya Technology Corp. Architecture for ink annotations on web documents
JP4708888B2 (ja) * 2005-07-12 2011-06-22 キヤノン株式会社 画像処理装置、画像処理方法及びコンピュータプログラム
US8640023B1 (en) * 2006-07-10 2014-01-28 Oracle America, Inc. Method and system for providing HTML page annotations using AJAX and JAVA enterprise edition
JP2008146586A (ja) * 2006-12-13 2008-06-26 Fujitsu Ltd アノテーション管理プログラム、アノテーション管理装置及びアノテーション管理方法
US8713421B2 (en) * 2007-08-28 2014-04-29 Autodesk, Inc. Scale information for drawing annotations
US8099662B2 (en) * 2008-01-17 2012-01-17 Seiko Epson Corporation Efficient image annotation display and transmission
US20090254529A1 (en) 2008-04-04 2009-10-08 Lev Goldentouch Systems, methods and computer program products for content management
US8190990B2 (en) * 2008-06-27 2012-05-29 Google Inc. Annotating webpage content
US20100153835A1 (en) * 2008-12-17 2010-06-17 Business Objects, S.A. Linking annotations to document objects
US20100325527A1 (en) * 2009-06-18 2010-12-23 Microsoft Corporation Overlay for digital annotations
US9049258B2 (en) 2009-09-17 2015-06-02 Border Stylo, LLC Systems and methods for anchoring content objects to structured documents
KR101645994B1 (ko) * 2009-12-29 2016-08-05 삼성전자주식회사 문자 인식 영역 검출 장치 및 문자 인식 방법
JP2010124494A (ja) 2010-03-05 2010-06-03 Seiko Epson Corp 圧電発振器、電子機器および圧電発振器の製造方法
CN101894168B (zh) * 2010-06-30 2013-02-06 优视科技有限公司 移动终端网页页面的排版显示方法及系统

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101790139A (zh) * 2009-01-22 2010-07-28 宏达国际电子股份有限公司 位置信息的分享方法、系统及计算机程序产品
CN101521854A (zh) * 2009-02-19 2009-09-02 万纳特科技(深圳)有限公司 一种利用移动终端浏览网络图片的方法
CN101814118A (zh) * 2009-07-02 2010-08-25 西安电子科技大学 基于图片的网页文本保护方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2687995A4 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103220348A (zh) * 2013-04-10 2013-07-24 广东全通教育股份有限公司 一种图片批量上传并保真缩放方法及系统
CN103220348B (zh) * 2013-04-10 2016-07-06 广东全通教育股份有限公司 一种图片批量上传并保真缩放方法及系统
CN103632047A (zh) * 2013-11-20 2014-03-12 华为技术有限公司 评论信息的处理方法及装置
CN104866180A (zh) * 2015-06-04 2015-08-26 张婳 一种图画评论方法及系统

Also Published As

Publication number Publication date
EP2687995A4 (en) 2014-10-08
US9563614B2 (en) 2017-02-07
JP2014514636A (ja) 2014-06-19
EP2687995A1 (en) 2014-01-22
US20130346847A1 (en) 2013-12-26
CN102682025B (zh) 2014-03-19
JP5841176B2 (ja) 2016-01-13
CN102682025A (zh) 2012-09-19

Similar Documents

Publication Publication Date Title
WO2012122769A1 (zh) 一种浏览器及其实现web图片评论添加和显示的方法
US11532018B2 (en) Targeted marketing based on social media interaction
US10346499B2 (en) Personalized bookmarks for social networking system actions based on user activity
JP6046153B2 (ja) 広告単位内に広告を表示するためのシステムおよび方法
US9063972B1 (en) Increasing user retention and re-engagement in social networking services
CN107636584A (zh) 协作系统中虚拟工作空间视口的跟随模式和位置标记
US20100010893A1 (en) Video overlay advertisement creator
JP5373191B2 (ja) 情報処理装置、情報処理方法、情報処理プログラム、および、記録媒体
JPWO2014207902A1 (ja) 情報処理装置、情報処理方法及び情報処理プログラム
JP2012500440A (ja) オンラインコミュニティにおける情報共有
US20140199046A1 (en) Conversations on time-shifted content
CN107735760A (zh) 用于查看嵌入式视频的方法和系统
Qu et al. A spatial web service client based on Microsoft Bing Maps
US20210271728A1 (en) Replaying user activity by capturing content and rebuilding the webpage at each web event
WO2015127291A1 (en) System and method for controlled syndication and population of database information
US10366140B2 (en) Method for replaying user activity by rebuilding a webpage capturing content at each web event
KR101869247B1 (ko) 동영상 스팟 이미지에 기초한 객체정보 제공서비스를 이용한 컨텐츠 경매 제공방법 및 시스템
JP6938562B2 (ja) オンライン販売システム、オンライン販売方法、コンピュータプログラム
JP5953066B2 (ja) コンテンツ配信システム及びコンテンツ配信プログラム
JP2002132828A (ja) ブックマーク管理システム、これを記録したコンピュータ読み取り可能な記録媒体およびブックマーク管理装置
JP6113124B2 (ja) 情報表示プログラム、配信装置、情報表示方法および情報表示装置
JP5346138B1 (ja) 電子商取引方法
JPWO2015125229A1 (ja) 情報処理装置、情報処理方法及びプログラム
JP6362757B1 (ja) 情報表示プログラム、情報表示方法、情報表示装置、及び配信装置
JP2018195199A (ja) 情報表示プログラム、情報表示方法、情報表示装置、及び配信装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11861008

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2013558286

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 14004863

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE