US20020023111A1 - Draw-based editor for web pages - Google Patents

Draw-based editor for web pages Download PDF

Info

Publication number
US20020023111A1
US20020023111A1 US09/153,536 US15353698A US2002023111A1 US 20020023111 A1 US20020023111 A1 US 20020023111A1 US 15353698 A US15353698 A US 15353698A US 2002023111 A1 US2002023111 A1 US 2002023111A1
Authority
US
United States
Prior art keywords
page
user
draw
html
display
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.)
Abandoned
Application number
US09/153,536
Inventor
Samir Arora
Gagan Arora
Rajagopal Lakshminarayan
Gregory Brown
Martin Frid-Nielsen
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.)
Adobe 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
Priority to US09/153,536 priority Critical patent/US20020023111A1/en
Assigned to NetObjects, Inc. reassignment NetObjects, Inc. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: RAE TECHNOLOGY, INC.
Assigned to MACROMEDIA, INC. reassignment MACROMEDIA, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NetObjects, Inc.
Assigned to MACROMEDIA, INC. reassignment MACROMEDIA, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NetObjects, Inc.
Publication of US20020023111A1 publication Critical patent/US20020023111A1/en
Assigned to ADOBE SYSTEMS INCORPORATED reassignment ADOBE SYSTEMS INCORPORATED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MACROMEDIA, INC.
Assigned to ROYAL BANK OF CANADA, AS ADMINISTRATIVE AGENT reassignment ROYAL BANK OF CANADA, AS ADMINISTRATIVE AGENT SECURITY AGREEMENT Assignors: WEB.COM HOLDING COMPANY, INC.
Assigned to WEB.COM HOLDING COMPANY, INC. reassignment WEB.COM HOLDING COMPANY, INC. TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS Assignors: ROYAL BANK OF CANADA, AS ADMINISTRATIVE AGENT
Assigned to JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT reassignment JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: WEB.COM HOLDING COMPANY, INC.
Assigned to WEB.COM HOLDING COMPANY, INC. reassignment WEB.COM HOLDING COMPANY, INC. RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (034061/0361) Assignors: JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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/137Hierarchical processing, e.g. outlines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/117Tagging; Marking up; Designating a block; Setting of attributes
    • 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
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting

Definitions

  • Appendix A provides an example of computer code for a draw object for text and a draw object for an image. This Appendix forms a part of the specification and is herein incorporated by reference.
  • This application relates to the World Wide Web and, in particular, to a method and apparatus for easily generating web pages on a “What You See is What You Get” (WYSIWYG) basis.
  • HTML Hypertext Markup Language
  • a user views a Web page using one of a number of commercially available “browser” programs.
  • the browser submits an appropriate http request to establish a communications link with a Web server of the network.
  • a typical http request references a Web page by its unique Uniform Resource Locator (“URL”).
  • URL Uniform Resource Locator
  • a URL identifies the Web server hosting that Web page, so that an http request for access to the Web page can be routed to the appropriate Web server for handling.
  • Web pages can also be linked graphically to each other.
  • HTML The HTML to describe a Web page is often created by hand by a human being. If the design of the page changes, the corresponding HTML must be rewritten, which is an exacting process.
  • HTML editors Although several conventional HTML editors exist, these editors only allow the user to specify certain elements of a page and frequently still require the user to physically enter HTML code.
  • Conventional HTML editors allow the user to specify the page content and general layout, but do not provide the user with “What You See Is What You Get” (WYSIWYG) capability. Thus, the pages generated by conventional HTML editors look different when viewed by different browsers.
  • a Web “site” consists of a “homepage” and several other related pages. Each page has corresponding HTML that describes the appearance and function of the page.
  • the HTML for the homepage usually contains links to one or more of the other pages and the other pages often contain respective links back to the homepage.
  • the browser requests and displays the linked-to page.
  • Each link must be designed and coded into the HTML for the page.
  • the HTML for the homepage must be changed to reflect the removed link. This process is exacting and requires that the user manually change the link.
  • the linked-to page has another link back to the homepage, that link may also need to be changed.
  • the present invention overcomes the problems and disadvantages of the prior art by using a drag and drop interface to allow a user to easily design a Web page.
  • the user moves display elements to define the appearance of a web page.
  • HTML code is automatically generated.
  • a preferred embodiment of the invention generates an HTML table in accordance with the display elements. The number and size of cells in the HTML table reflects the number and placement of display elements on the page, yielding a true WYSIWYG Web page. Because the generated HTML code is in the form of a table, the HTML will cause most browsers to display a page that has substantially the same layout, proportionality, coloring, and spacing as the layout of the page displayed by the page draw editor software.
  • the present invention automatically generates a layout that is used for each page unless overridden by the user.
  • Each page is initially generated in accordance with “style” parameters chosen by the user.
  • the invention is a method of allowing a user to define a World Wide Web page comprising the steps, performed by a data processing system, of: displaying a plurality of page display elements on a display device, the display elements forming a page layout on the display device; receiving an indication that the user wants to add a new display element to the page at a first position on the page; adding a new draw data structure in a memory of the data processing system for the new display element to a plurality of other draw data structures, the draw data structures corresponding to the plurality of page display elements, where the new draw data structure includes data representing the first position; and generating HTML that substantially reflects the displayed page layout on a pixel by pixel basis in accordance with the draw data structures.
  • FIG. 1 is a block diagram of a computer system in accordance with a preferred embodiment of the present invention.
  • FIG. 2 is a block diagram showing input and output to and from page draw editor software of FIG. 1.
  • FIG. 3 shows an example of display view before the user has created any display elements on the page.
  • FIG. 4 shows the display of FIG. 3, including a banner, navigator buttons, and text buttons automatically created by a preferred embodiment of the present invention.
  • FIG. 5 shows the display of FIG. 4 after the user has dragged and dropped an image and some text into the layout.
  • FIG. 6 shows a preview display of the layout of FIG. 5.
  • FIG. 7 shows the display of FIG. 5 after the user has dragged and dropped the text to a different location on the page.
  • FIG. 8 shows a preview display of the layout of FIG. 7.
  • FIG. 9( a ) shows a detail of a tool window of FIG. 3.
  • FIG. 9( b ) shows a portion of the tool window displayed in connection with an Image tool.
  • FIG. 9( c ) shows a portion of the tool window displayed in connection with a Forms tool.
  • FIG. 9( d ) shows a portion of the tool window displayed in connection with a Draw tool.
  • FIG. 10( a ) shows a Page tab in a Properties window of FIG. 3.
  • FIG. 10( b ) shows a Layout tab in the Properties window of FIG. 3.
  • FIG. 10( c ) shows a Rectangle tab in the Properties window of FIG. 3.
  • FIG. 10( d ) shows a Text tab in the Properties window of FIG. 3.
  • FIG. 10( e ) shows an ActiveX tab in the Properties window of FIG. 3.
  • FIG. 10( f ) shows a Java tab in the Properties window of FIG. 3.
  • FIG. 10( g ) shows a Shockwave tab in the Properties window of FIG. 3.
  • FIG. 10( h ) shows a Table tab in the Properties window of FIG. 3 .
  • FIG. 11 ( a ) shows a first pull-down menu.
  • FIG. 11 ( b ) shows a second pull-down menu.
  • FIG. 11 ( c ) shows a third pull-down menu.
  • FIG. 12 is a flow chart showing steps performed by the page draw editor software to define a page layout.
  • FIG. 13 is an example showing an initial internal representation stored in a memory of objects automatically generated on the page by the page draw editor software for the layout of FIG. 4.
  • FIG. 14 is an example showing the internal representation after some display element have been added by the user.
  • FIG. 15 is an example showing the internal representation after a display element has been moved by the user.
  • FIG. 16( a ) is an example of a draw object for a page banner.
  • FIG. 16( b ) is an example of a first draw object for a navigator button.
  • FIG. 16( c ) is an example of a first draw object for a navigator button.
  • FIG. 16( d ) is an example of a draw object for a text button.
  • FIG. 17 shows an example of a display used to allow the user to publish the pages of a site.
  • FIG. 18 shows an example of a display used to allow the user to specify details of how to publish a site.
  • FIG. 19 is a flow chart showing steps performed by the page editor software to publish a page.
  • FIG. 20 a flow chart showing steps performed by the page editor software to publish a normal page.
  • FIG. 21 is a flow chart showing steps performed by the page editor software to publish a stacked page.
  • FIG. 22 is a flow chart showing steps performed by the page editor software to generate initial HTML for a page.
  • FIG. 23 is a flow chart showing further steps performed by the page editor software to generate an HTML table for layout elements of a page, such as a header, body, and footer.
  • FIG. 24 is a flow chart showing steps performed by the page editor software to generate an HTML table.
  • FIG. 25 is an example of steps performed by the page editor to generate final HTML for a site.
  • FIG. 26 is an example of first steps involved in determining an HTML table size.
  • FIG. 27 is an example of second steps involved in determining an HTML table size.
  • FIG. 28 is an example of a matrix generated by the steps of FIGS. 26 and 27.
  • FIG. 29 is a block diagram of how the matrix of FIG. 28 is used to generate an HTML table, which a browser uses to display a portion of a page.
  • FIG. 30 shows an example of a Style display.
  • FIG. 31 shows an example of an Assets Display.
  • FIG. 32 shows an example of a plurality of link dialog boxes, showing a structural link, an internal link, and an external link.
  • FIG. 33 is a flow chart showing updating of structural links for a page.
  • FIG. 34 shows an example of a dialog box used to create a data object.
  • FIG. 35 shows a block diagram of an example of a stacked page and a series of data pages.
  • FIG. 36 shows an example of an icon for a stacked page.
  • FIG. 37 shows an example in which a user has opened the Tool window and selected the DataList tool.
  • FIG. 38 shows a Properties window with a DataList tab opened for the DataList tool and the DataList window.
  • FIG. 39 shows a further example of a Properties window with a DataList tab.
  • FIG. 40 shows an example in which a user has opened the Tool window and selected the DataField tool.
  • FIG. 41 shows a Properties window with a DataField tab opened for the DataList tool.
  • FIG. 1 is a block diagram of a computer system 100 in accordance with a preferred embodiment of the present invention.
  • Computer system 100 includes a CPU 102 ; a memory 104 ; input/out lines 105 ; an input device 150 , such as a keyboard or mouse; and a display device 160 , such as a display terminal.
  • Computer 100 also includes an input device 161 , such as a floppy disk drive or CD ROM reader, that reads computer instructions stored on computer readable medium 162 , such as a floppy disk or a CD ROM. These computer instructions are the instructions of e.g., page draw editor software 120 .
  • Memory 104 includes page draw editor software 120 , draw objects 130 , HTML 0 , and image files 0 , etc., as described in further detail below.
  • memory 104 also contains additional information, such as application programs, operating systems, data, etc., which are not shown in the figure for the sake of clarity. It also will be understood that computer system 100 can also include numerous elements not shown in the Figure for the sake of clarity, such as disk drives, keyboards, display devices, network connections, additional memory, additional CPUs, LANs, internet connections, input/output lines, etc.
  • FIG. 2 is a block diagram showing input and output to page draw editor software 120 of FIG. 1.
  • Page draw editor 120 includes a portion 202 that creates and manages a page layout and a portion 204 that publishes the page. The user uses a drag and drop interface to define the page layout. Pages can include new text and images or preexisting text and images.
  • the user initiates publish portion 204 by clicking on a “publish” button displayed by the editor 120 , as described below.
  • Publish portion 204 generates HTML for the page, as also described below.
  • the page is translated into an HTML table that yields a WYSIWYG Web page when displayed by a browser.
  • FIG. 3 shows an example of page view displayed on display device 160 before the user has created any display elements on the page.
  • the display of FIG. 3 is opened when the user indicates (using a pull-down menu or the like) that he wishes to create a new page.
  • the page draw editor allows the user to design a page just as it will appear when viewed with a browser.
  • the user uses the page draw editor to add text graphics, and other display elements to the page.
  • the user can then rearrange display elements by dragging and dropping them to a new location, placing the display elements exactly where they will eventually appear with pixel level accuracy.
  • FIG. 3 includes a grid of lines. These lines are shown as dotted lines, but can also be solid lines. In the described embodiment, the grid also can be turned off so that no grid is displayed. The grid preferably is not included in the generated HTML In FIG. 3, the grid has a granularity of 24 ⁇ 24 pixels in accordance with a default width as shown in a Properties window 350 , as discussed below.
  • the display of FIG. 3 includes a plurality of buttons: a “Site” button 302 , “Page” button 304 , a “Style” button 306 , an “Assets” button 308 , and a “Publish” button 310 .
  • the display also includes a “Preview” button 312 , a “New Page” button 3 , a “Goto” button 316 , and a “Last” button 318 .
  • Site button 302 causes execution of a “site editor” as described in U.S. application Ser.
  • New Page button 314 causes a page such as the page of FIG. 3 to be displayed.
  • Goto and Last buttons 316 , 318 transfer control to a most recent display or a user-selected previous display, in a manner known to persons of ordinary skill in the art.
  • the described embodiment keeps a “history” of execution of page draw editor 120 in order to implement the Goto and Last buttons.
  • the display of FIG. 3 further includes a Secondary navigator bar 365 , including a “Layout View” button 320 and an “HTML Source” button 322 .
  • a Secondary navigator bar 365 including a “Layout View” button 320 and an “HTML Source” button 322 .
  • a display having a format such as that of FIGS. 3 - 8 is displayed.
  • HTML Source button 322 shows the HTML that is generated for the current page layout.
  • Button 322 is omitted in an alternate embodiment.
  • Other views have other buttons and toggle switches on the secondary navigator bar, as required by the particular view.
  • Secondary navigator bar 365 contains a dotted line extending vertically downward from a currently clicked button (e.g., Page button 304 ) to a selected one of the buttons on secondary navigator bar 365 .
  • a currently clicked button e.g., Page button 304
  • the dotted line is redrawn to connect the currently selected buttons. This feature makes it easy for a user to see which buttons are currently selected and to mentally connect the functions of the primary and secondary navigator bars.
  • FIG. 3 also shows “Properties” window 350 in which a “View” tab is selected.
  • Properties window 350 includes three tabs: a “View” tab 352 , a “Page” tab 354 , and a “Layout” tab 356 .
  • the values shown in Properties window 350 are values for the current page.
  • Properties window 350 currently shows view properties because View tab 352 is selected.
  • FIGS. 10 ( a ) and 10 ( b ) show examples of the Page and Layout tabs, respectively.
  • a fourth tab (see, e.g., FIG. 10( c )) is a context sensitive tab and represents various properties, depending on the tool being used. Other tabs may appear in other implementations.
  • Properties window 350 of FIG. 3 are the default values for viewing a newly created page.
  • Properties window 350 includes a “Measurement Unit” area 360 , a “Element border” flag area 362 , “Grid Width” and “Grid Height” area 364 , 366 , a “Show Grid” flag 365 , font size areas 368 , 370 , a “Color” area 372 , a “Horizontal Splitter” flag area 374 , and a “Snap to Grid” flag area 376 .
  • the grid is measured in units of pixels. Element borders are drawn around each display element on the display device. A grid of 24 ⁇ 24 pixels is displayed. The specified fonts are used. The page uses the colors described in the colors area 372 . Horizontal splitters such as 380 and 382 are displayed. The “Snap to Grid” property is turned off. It will be understood by persons of ordinary skill in the art that page draw editor software 120 stores values corresponding to this Property window and each Property window discussed herein in memory 104 . All values in Properties window 350 may be changed by the user. Values in memory 104 will be changed accordingly.
  • the display of FIG. 3 further includes a “Tools” window 324 .
  • Tools window 324 includes a “cursor” tool 380 , a “zoom in” tool 381 , and a “zoom out” tool 382 . These three tools have an outward operation similar to “cursor,” “zoom in,” and “zoom out” tools known in the art.
  • the “cursor,” “zoom in,” and “zoom out” tools are collectively known as “control tools.”
  • Tools window 324 also contains a “Text” tool 383 , an “Image” tool 384 , a “Draw” tool 385 , a “Table” tool 386 , an “Audio” tool 387 , a “Video” tool 388 , a “Java” tool 389 , an “ActiveX” tool 390 , a Shockwave tool 391 , a “Form” tool 392 , a “DataList” tool 393 , and a “DataField” tool 394 .
  • Tools window 324 also includes a plurality of button 395 that contain various buttons at various time, as discussed below in connection with various ones of the tools.
  • FIG. 4 shows the display of FIG. 3, including a banner, navigator buttons, and text buttons automatically created by a preferred embodiment of the present invention.
  • the example of FIG. 4 is displayed after the user indicates that he wants to edit an existing page by preferably: 1) double clicking on an icon for the page (not shown) or 2) selecting a page icon and clicking “Page” button 304 of FIG. 3 (not shown).
  • the described embodiment of the present invention automatically creates certain draw objects in memory for the page.
  • the automatically created draw objects reflect links between pages of the site, as described below in the copending application.
  • the user can easily create and move display elements on the page, which causes changes to corresponding draw objects in memory 104 .
  • the display of FIG. 4 creates a page having three parts: a header 402 , a body 404 , and a footer 406 .
  • the user can move the dividers 380 , 382 between the header, body and footer as is known in the art. Moving the dividers adjusts the size of the header, body or footers on the finished page.
  • the header, body and footers can also be scrolled.
  • Page draw editor 120 allows individual scrolling in each of these parts.
  • the page of FIG. 4 is entered from the site view, and automatically creates display elements of header 402 and footer 406 reflecting the logical connection of the current page to other pages.
  • Header 402 automatically contains a banner 410 and a plurality of navigator buttons 412 .
  • the banner contains the name of the selected page (“Products”).
  • Navigator buttons 412 include buttons for a homepage (“Home button 4 ”), a “Welcome” page (“Welcome” button 416 ), and a “Private” page (“Private” button 418 ).
  • Navigator buttons 412 preferably include an image, such as the 3 D button image shown in FIG. 4. This image may be predefined or defined by the user through use of a pop-up window.
  • the navigator buttons 412 automatically include buttons corresponding to the home page and to the previous hierarchical level of the page.
  • Alternate implementations of the present invention automatically display navigator buttons for one or more of the home page, the parent page, sibling pages, and children pages.
  • the user chooses which navigator buttons are generated automatically by way of a pop-up site window. The user may add or delete additional buttons and may move buttons, as described below.
  • Footer 406 automatically contains a plurality of text buttons 428 . These text buttons preferably correspond to the navigator buttons 412 .
  • text buttons 428 include buttons for the homepage (“Home” text button 430 ), the Welcome page 452 (“Welcome” text button 432 ), and the “Private” page 454 (“Private” text button 434 ). The user may add or delete additional buttons and may move buttons, as described below.
  • the internal memory representation of banner 410 and of buttons 412 and 430 are discussed in detail below.
  • FIGS. 5 - 8 show an example of creation of display element in a page layout and also show an example of a modification to the page layout using a drag and drop interface in accordance with the described embodiment of the preferred invention.
  • FIG. 5 shows the display of FIG. 4 after the user has dragged and dropped an image 502 and some text 504 into the layout.
  • the user creates image 502 using Image tool 382 and creates text 504 using Text tool 383 .
  • image 502 is a 324 ⁇ 216 pixel image originally stored in memory or on a storage device attached to computer system 100 .
  • FIG. 6 shows a preview display of the layout of FIG. 5.
  • FIG. 5 is displayed when the user clicks on Preview button 312 of FIG. 3 (or selects “Preview” from a pull-down menu).
  • page draw editor 120 In order to preview a site, page draw editor 120 actually generates HTML for the current layout of the page and stores it at a predetermined (or user-defined) location. The editor then invokes a browser program (such as the Netscape Navigator browser, version 3.x, manufactured by Netscape Communications Corp. of Mountain View, Calif.). The browser displays a Web page 602 described by the generated HTML Note that no HTML is generated for dividers 380 , 382 and that no HTML is generated for the outlines around the text and image.
  • a browser program such as the Netscape Navigator browser, version 3.x, manufactured by Netscape Communications Corp. of Mountain View, Calif.
  • FIG. 7 shows the display of FIG. 5 after the user has dragged and dropped the text to a different location on the page. Specifically, as discussed in detail below, the user places a cursor on text 504 using input device 150 (such as a mouse) and drags the text to a new position using input device 150 . Movement of a display element on a display device in accordance with cursor input is known in the art and will not be described herein. The draw object associated with text 504 is changed to reflect this movement as described below.
  • input device 150 such as a mouse
  • FIG. 7 also shows Properties window 350 in which “Layout” tab is selected.
  • the values shown in Properties window 350 are values for the current page.
  • Properties window 350 (with a Layout tab) includes a “Layout Name” area 702 , a “Width” area 704 , a “Height ” “area” 706 , a “Site Style Background” 708 , a “Solid Color” area 710 , a “Picture” area 712 , a “Head Name” area 7 , and a “Footer Name” area 716 .
  • Layout of FIG. 7 is currently untitled.
  • the layout is of the specified height and width.
  • the page uses the type of background described in areas 708 - 712 (i.e., a predetermined “Site style background”, such as a picture of a marbled surface) instead of a solid background or a image background provided by the user.
  • a predetermined “Site style background”, such as a picture of a marbled surface instead of a solid background or a image background provided by the user.
  • page draw editor software 120 stores values corresponding to this Property window and each Property window discussed herein in memory 104 . All values in the Properties window 350 of FIG. 7 may be changed by the user. Values in memory 104 will be changed accordingly.
  • FIG. 8 shows a preview display of the layout of FIG. 7.
  • the user has dragged and dropped text 504 to a new location, thus changing the page layout.
  • the Preview function causes new HTML for the changed page layout to be generated and the new HTML to be displayed by the browser in window 602 .
  • the HTML generated for the page causes a browser to display a page that is pixel-per-pixel the same as the display elements on the display screen, assuming that the browser supports Netscape version 3.X.
  • Tag 802 is an optional line resulting from HTML generated in the described embodiment of the present invention.
  • FIGS. 11 ( a ) through 11 ( c ) show examples of pull-down menus for the described embodiment of draw page editor 120 .
  • FIG. 11( a ) shows an Edit menu having an Undo function, a Cut function, a Copy function, a Paste function, a Paste Special function, a Delete Page function (A delete display element function is not shown), an Options function, a Preferences section, and a Duplicate Layout function, which duplicates a current page layout (and its associated draw object data structures) for a new page.
  • FIG. 11( b ) shows a View pull-down menu, which includes a Page Properties function that opens, e.g., Properties window 350 with a page tab selected, and Tools Palette function that opens, e.g., Tools window 324 .
  • FIG. 11( c ) shows a Layout pull-down menu, which includes an Align Objects function that horizontally, vertically, or centrally aligns display elements, a Center Objects function that centers display elements, a Size Objects function that sizes display elements, an Element Script function, and a Layout script function.
  • FIGS. 9 ( a ) through 9 ( d ) show examples of Tool window 324 and show various icons that are displayed in area 395 , depending on which tool is being used.
  • Some of the tools of the described embodiment can be thought of as a Swiss army knife; when you select one, a secondary group of tools appears in area 395 , each secondary tool performing a different function on the same kind of display element.
  • page draw editor 120 allows the user to enter a text display element.
  • the user uses the cursor to create and size a text box on the display and then types text inside it.
  • a Text tab shown in FIG. 10( d ) is displayed in the Properties window 350 .
  • This Properties window allows the user to enter properties of the text display element. These properties include whether the text is bold, italic, or has a strikeout bar, the font, the font size, paragraph alignment, and whether to use a bullet.
  • the properties further include whether to use a predetermined “site style” for the text (i.e., a predetermined font, color, size, etc.
  • a “site style name”) or whether to use a user-specified text color.
  • the user may also specify a fill color for the text box. If the user indicates that the text box is also a link, he may also fill in the name of an associated script (e.g., a CGI script).
  • an associated script e.g., a CGI script.
  • page draw editor 120 allows the user to specify an image display element. Unlike the text boundary, the image boundary resizes to fit a user-specified image. Once the image has been added to the display, the user can create a link on all or part of the image or select one color in the image as transparent. The user can also change the size of the image using the cursor.
  • Page draw editor 120 displays a Draw tab (not shown) in properties window 350 in addition to the tabs shown in FIG. 3 and alters the Tool Window 324 as shown in FIG. 9( b ).
  • This Properties window allows the user to enter a name of an existing image and various properties of the image, such as whether the image is transparent, whether a fill background should be added to the image, and whether the image contains a link (e.g., a URL).
  • the image tool has five secondary tools, shown in FIG. 9( b ).
  • Tool 3050 allows the user to draw a boundary in which to place the image file.
  • Tool 3052 allows the user to click on a color of the image that he wants to be transparent. When the image is displayed, pixels of that color in the image will be suppressed so that the background will show through. (This means that a new image with a transparent color must be generated when the HTML is generated).
  • a flag in the Image draw object is set to indicate transparency.
  • Tools 3054 - 3056 allow the user to specify a “hotspot” on the image having different shapes.
  • the user can create a rectangular, circular, or polygon hotspot.
  • the user draws and sizes the hotspot on the display using the cursor and identifies the link/URL for the hotspot using a pop-up window (not shown).
  • a pop-up window (not shown).
  • the hotspot is added to a list of hotspot locations stored in memory and values are stored in the object to indicate that the image contains a hot spot and its URL.
  • the image is displayed (e.g., image 502 of FIG. 5) and an image draw object is added to the list of draw objects.
  • Draw tool 385 page draw editor 120 allows the user to enter a Draw display element.
  • the Draw tool has five secondary tools 395 , shown in FIG. 9( d ): rectangle 1950 , round rectangle 1952 , ellipse 1953 , line 1954 , and polygon 1955 .
  • the page draw editor displays the secondary draw tools 395 of FIG. 9( d ).
  • the user can then choose a secondary draw tool. If, for example, the user selects rectangle 1950 , a rectangle Draw tab (see FIG. 10( c )) appears in Properties window 350 in addition to the tabs shown in FIG. 3. Similar tabs appear when the other secondary draw tools are selected.
  • the Polygon tool allows the user to draw a polygon using the cursor, as is known.
  • Properties window 350 allows the user to enter properties of the rectangle, such as the color of the rectangle, the border color and size of the rectangle, any text inside the rectangle (and its properties), whether a fill background should be added to the image, and whether the image contains a link (e.g., a URL).
  • properties of the rectangle such as the color of the rectangle, the border color and size of the rectangle, any text inside the rectangle (and its properties), whether a fill background should be added to the image, and whether the image contains a link (e.g., a URL).
  • Table tool 386 When the user clicks on Table tool 386 , the page editor 120 allows the user to enter a table in the display.
  • the Table tool causes a table window to be opened (see FIG. 10( h )).
  • the page draw editor displays a “table” tab in Properties window 350 of FIG. 10( h ).
  • the user can then specify the dimensions of the table. For example, the user can specify the number of columns, the number of rows, and the type of object that goes in each cell of the table.
  • the table is displayed on the screen and a table draw object is added to the list of draw objects.
  • a table layout element cause a table to be generated inside a table when HTML is generated for the page.
  • page draw editor 120 allows the user to draw a boundary in which to place an icon as a visual placeholder for an audio file.
  • the audio file is specified through a Properties tab (not shown).
  • users can click the icon to hear the audio.
  • the audio icon is displayed on the screen and a sound draw object is added to the list of draw objects.
  • Video tool 388 page draw editor 120 allows the user to draw a boundary in which to place an icon as a visual placeholder for a video file.
  • the video file is specified through a Properties tab (not shown).
  • users can click the icon to see the video.
  • the video icon is displayed on the screen and a sound draw object is added to the list of draw objects.
  • page draw editor 120 allows the user to specify a Java applet and an address for the applet.
  • the Java tool, the ActiveX tool, and the Shockwave tool all specify display elements that are exemplary of a type of display element called a “plug-in.”
  • Java applets are small programs that can be downloaded over the web and run on most computer platforms.
  • the described embodiment allows the user to specify an icon for a Java applet and the location of the Java applet similarly to how the user specifies a sound or video icon and file.
  • the user specifies a Java applet and icon through use of a Java tab in Properties window 350 (see FIG. 10( f )).
  • This Properties window allows the user to specify a class of applet, to browse through a plurality of predefined applet names, to review parameter information for the selected applet name, to specify an alternate tag for the Java icon, and to specify a script.
  • the Java icon is displayed on the screen and a Java draw object is added to the list of draw objects.
  • page draw editor 120 allows the user to specify an ActiveX file and an address for the file.
  • ActiveX files are small programs that can be downloaded over the web and run on most computer platforms.
  • the described embodiment allows the user to specify an icon for an ActiveX file and the location of the ActiveX file similarly to how the user specifies a sound or video icon and file.
  • the user specifies an ActiveX applet.
  • the user has specified the ActiveX icon and an associated address, the ActiveX icon is displayed on the screen and an ActiveX draw object is added to the list of draw objects.
  • the user specifies a Shockwave video file through use of a Shockwave tab in Properties window 350 (see FIG. 10( g )).
  • This Properties window allows the user to browse a plurality of file names, to specify an alternate tag.
  • a predetermined Shockwave icon is displayed on the screen and a Shockwave draw object is added to the list of draw objects.
  • page draw editor 120 allows the user to specify elements of an HTML form.
  • forms are an interactive Web component. They allow a user to send data to a server, either as request for more data or as a submission of information to the server.
  • forms are controlled by CGI scripts.
  • the Forms tool has six secondary tools 395 , shown in FIG. 9( c ): button 1950 , checkbox 1952 , radio button 1953 , single line text 1954 , multi-line text 1955 , and list box 1956 (also called a “pull-down menu”).
  • the page draw editor displays the secondary draw tools 395 of FIG. 9( c ).
  • the user can then choose a secondary draw tool. If, for example, the user selects button 1950 and clicks in the display window for the page, a button display element is added to the page.
  • a button tab (not shown) appears in Properties window 350 in addition to the tabs shown in FIG. 3. Similar tabs appear when the other secondary draw tools are selected.
  • Properties window 350 allows the user to enter properties of the button, such as the color, any text inside the button (and its properties), and whether a fill background should be added to the button.
  • the user decided whether the button is Submit button or a reset button.
  • a submit button sends the contents of all the form objects to a server.
  • a reset button allows the user to clear the form and start over.
  • a check box is used to let users select one or more items from a group. (Editor 120 allows the user to specify what these elements are.)
  • a radio button behaves just like a check box, except that only one radio button in a group an be checked at once.
  • a single-line text provides an area where the user can enter a single line of text.
  • a multi-line text provides an area where the user can enter a more than one line of text.
  • a list box takes the form of a popup menu or a box with a scroll bar.
  • Editor 120 allows the user to specify the form of a list box. Once the user has specified a form element, the video icon is displayed on the screen and a form element draw object is added to the list of draw objects.
  • each type of form element has a different type of draw object.
  • the described embodiment allows one form in the header, one form in the body, and one form in the footer. This is because the form layout elements do not contain an identifier as to which form they belong to. Other implementations may contain such an identifier and may allow multiple forms in the header, body, or footer.
  • FIG. 31 shows an example of an Assets display 3100 that displays all current files, links, and data objects for a data processing system.
  • the display 3100 is generated when the user clicks on Assets button 308 of FIG. 3. (Note that a dotted line extends from the Assets button to the Secondary navigator bar 365 .)
  • the Assets view shows all files, hyperlinks, or data objects associated with the current system, depending on whether the user clicks secondary button 3102 , 3104 , or 3106 .
  • FIG. 31 shows an example of all data objects for the page of FIG. 5. It will be understood that the Assets view reflects files, links, and data objects stored in memory 104 . Newly created files, links, and data objects are stored in memory 104 as well.
  • the File view shows information about all files in the site, such as: whether the file has a type of navigation bar images, pictures, sound, video, Java applets and other plug-ins.
  • the user can change, e.g., the name and location of files and can add and delete files through user of a dialog box (not shown).
  • the Links view shows information about all links in the site, such as: whether a link is internal, external, or structural.
  • a structural link reflects a hierarchical link shown in the site view.
  • changing a structural link in the Assets view changes the link in the site view and between page objects in the memory.
  • the user can change links and can add and delete links through use of a dialog box (not shown).
  • the Data Objects shows information about all DataObjects in the system.
  • Data objects can be internal data objects or can be ODBC (Object Data Binding Convention) objects implementing Microsoft's standard for web page/database binding.
  • ODBC Object Data Binding Convention
  • the user should first create an internal object or ODBC object for the data that is to be included in the stacked page.
  • FIG. 34 shows an example of a dialog box 3400 used to create a data object.
  • Dialog box 3400 is displayed when the user dicks on a “new object” button (not shown) or clicks on a “new object” pull-down menu (not shown).
  • Box 3400 includes a data object name area 3402 , a data object delete button 3404 , an add field button 3408 , an area 3410 listing the current fields of the data object, a “get index field” button 3412 , a set button 3414 , and move up/down buttons 3416 , 3418 .
  • the user enters information in dialog box 3400 .
  • the described embodiment allows the user to create a special type of page called a “stacked page,” which is made up of “data pages.”
  • a stacked page causes the described embodiment to generate a plurality of HTML pages displaying a series of information, such as a the values in a series of records from a database.
  • FIG. 35 shows a block diagram of an example of a stacked page 3502 and a series of pages 3504 displayed when a browser views the HTML pages created from the stacked page.
  • the user To create a stacked page, the user first creates a data object, such as a data base object (as described above). The user then creates a DataList draw object and a DataField draw object for the stacked page.
  • Page draw editor 120 allows the user to specify a list of fields to be displayed on a stacked page.
  • DataField tool 394 page draw editor 120 allows the user to specify the layout of the fields in the data list.
  • FIG. 36 shows an example of an icon for a stacked page that is displayed by the site level editor described in the co-pending application of Arora et al.
  • FIG. 37 shows an example in which a user has opened Tool window 324 and selected DataList tool 393 . The user has then specified a rectangle 3704 .
  • FIG. 38 shows a Properties window 350 with a DataList tab 3802 opened for DataList tool 393 .
  • FIG. 38 also shows a DataList window 3802 .
  • the user specifies, in the DataList window 3803 , fields of the list that can be displayed on the stacked page (for example, “Headline list”).
  • the user clicks on the listed DataList fields to select which fields of the data object will be included in the stacked page.
  • the properties of the DataList are displayed in Properties window 350 .
  • FIG. 40 shows “Data List Tab” in Properties window 350 .
  • FIG. 40 shows an example in which a user has opened Tool window 324 and selected DataField tool 394 .
  • the user has then specified a rectangle 4004 .
  • the user names the data list (“Headline List”) and defines an appearance of the fields selected in FIG. 38.
  • An area for each field can be sized and dragged to define the layout of each data page in the stacked page.
  • Secondary navigator bar 365 includes a button bar 4006 that has four buttons for managing data pages within a stacked page. These four buttons include: a “+” button, which creates a new data page, a “ ⁇ ” button, which deletes the current data page, a “back” button which displays the contents of a previous data page, and a “forward” button, which displays the contents of a next data page.
  • buttons include: a “+” button, which creates a new data page, a “ ⁇ ” button, which deletes the current data page, a “back” button which displays the contents of a previous data page, and a “forward” button, which displays the contents of a next data page.
  • a data base the user can create as many data pages as there are records in the data base. Each data page will automatically contain display elements to a first, next, and previous data page. Thus, a stacked page has a list of draw elements.
  • draw element may have a structural link to the “next” or “previous” data page. If the page is a stacked page, a flag in memory is set to indicate this fact, since multiple HTML pages can be generated for a single stacked page (i.e., one HTML page for each data page).
  • FIG. 12 is a flow chart showing steps performed by page draw editor software 120 to edit a page layout during execution of the page draw editor.
  • the page draw editor determines whether the page is a new page. If it is an existing page, in step 1004 , the current page layout for the page is displayed in accordance with the already existing draw objects for the page.
  • the page layout will include the automatically generated banner, navigator buttons, and text buttons, unless the user has previously deleted them.
  • step 1206 the editor displays the default page layout in accordance with the draw objects for the page.
  • the user exits the page draw editor by, e.g., clicking on Site button 302 , Style button 306 , Assets button 308 , or Publish button 310 (or by selecting “exit” from a pull-down menu).
  • the user After the user has edited a page, he can still move the page around in the site hierarchy by using the structure/site editor, as described in the co-pending application of Arora et al.
  • FIG. 13 is an example showing an internal memory representation of draw objects automatically generated by page draw editor software 120 .
  • the draw objects are generated when a page is created and are modified when the page is modified.
  • the internal representation includes a list of draw objects, representing each display element of the page of FIG. 4.
  • the list of draw objects includes a banner draw object 1302 (corresponding to banner 410 ), a navigator buttons draw object 1304 (corresponding to navigator buttons 412 ), and a text buttons draw object 1306 (corresponding to text buttons 428 ).
  • all draw objects of the header 402 are stored together and a pointer points to the beginning of this list.
  • all objects of the footer 406 are stored together and a pointer points to the beginning of this list.
  • the user has not entered any elements into the body 404 and a pointer to body elements points to a null list.
  • There are other elements in the layout elements list (such as border elements) that are not shown for the sake of ease of explanation.
  • FIG. 14 is an example showing the internal representation of FIG. 13 after some display element have been added by the user.
  • the list now contains an image draw object for image 502 and a text draw object for text 504 (see FIG. 5).
  • Each draw object contains data specifying its location on the page as shown in FIG. 5. If the image or text is also a hotspot, information identifying the URL of the link is also contained in the object.
  • FIG. 15 is an example showing the internal representation after text display element 504 has been moved by the user. Note at the position of the text draw object does not change in the list of draw objects. However, the position data in the text object does change to reflect the object's new position in the page layout. Similar changes are made to other page objects whenever the user alters the position, appearance, or function of the corresponding display element with the page editor 120 .
  • draw objects discussed in the following paragraphs include a screen position field (Indicating the X and Y coordinates of the objects'current position on the screen), the height and width of each draw object on the screen, and various flags associated with display of the object. Flags include whether the object has a frame drawn around it, whether the object may be resized to zero width or height, whether the object itself handles mouse commands internally, whether the object is currently selected, the color of the object, whether the object is transparent, whether the object contains text, etc. It will be understood that the specific flags stored in an object may vary from implementation to implementation. The position, height, width and flag values are not shown for the sake of clarity. It will also be understood that each type of draw object contains the data required to describe the appearance and function of the corresponding display element.
  • Draw objects can be of a variety of types or classes. It will be understood that the present invention does not necessarily include any specific types of draw objects and may include more or fewer types of draw objects than are discussed herein.
  • the draw objects in a preferred embodiment include, without limitation:
  • each type of draw object has associated information that, in general, allows the draw object to be displayed on display device 150 in accordance with user draw commands. This information is also used to generate HTML for the object (including links and anchors). The following paragraphs describe some examples of draw objects.
  • FIG. 16( a ) is an example of information associated with a draw object for a page banner. It includes a bitmap of the banner and the name of the page (e.g., “Products”).
  • FIG. 16( b ) is a first example of information associated with a draw object for a navigator button object. It includes a node number to which it will link when displayed by a browser, a name of the linked to page, and an image of the navigator button (e.g., an image using the GIF, JPEG, BMP, TIFF, EPS, or PCX file formats).
  • FIG. 16(c) is a second example of information associated with a draw object for a navigator button.
  • the link in the second example is a structural link, i.e., it represents a link according to relationships between the pages/nodes.
  • FIG. 16( c ) includes a smart link to another node, which is specified by relationship, and an image. The identity of the link is determined (updated) when the page is displayed, previewed, or published.
  • FIG. 16( d ) is an example of a draw object for a text object. It includes a node number to which it will link when displayed by a browser, a name of the linked to page, and a string displayed in the text button.
  • each draw object contains its type, its X position, Y position, width, and height.
  • Appendix A shows an example of a draw object of text and a draw object for an image. It will be understood that each type of display element in a page (e.g., text, image, button, etc.) has a corresponding type of draw object.
  • each draw object contains its type, its X position, Y position, width, and height and display flags.
  • each draw object contains information associated with its corresponding dialog box in which the user views properties of the display element on the page.
  • FIG. 17 shows an example of a display used to allow the user to publish one or more pages. In the described embodiment, this display actually allows the user to publish all pages in a Web site, as described in the co-pending U.S. application Ser. No.________ of Samir Arora et al., filed concurrently herewith, and entitled “Hierarchical Structure Editor for Web Sites.
  • FIG. 17 shows a screen displayed when the user clicks on “Publish” button 310 of FIG. 3.
  • the screen includes three buttons “Settings” 1702 , “Stage” 1704 , and “Publish” 1706 .
  • the user can either “stage” or “publish” his site. Generally, staging is performed first and publishing is performed once the site is debugged. Staging and publishing are substantially the same, differing in when they are performed during the site development process. The user can also set configuration parameters to control the publishing or staging process. Clicking on either “publish” button 2802 or “Stage” button 2804 causes the described embodiment to generate HTML code for each page in the site (or only for pages indicated by the publish flag or by the user). This process is described below.
  • Clicking on “Settings” button 1702 causes a pop-up window 1708 to be displayed.
  • Clicking on “Stage” tab 1710 or “Publish” tab 1712 will display a window, which allows the user to specify a storage location for the staged or published site.
  • Clicking on a “Modify” tab 1808 causes the popup window 1802 of FIG. 18 to be displayed.
  • Window 1802 allows the user to indicate certain attributes of the HTML to be generated for the site (e.g., text only, black and white (grey scale), or low-res).
  • FIG. 19 is a flow chart showing steps performed by page draw editor software 120 to publish a page of a site. It will be understood that the steps of FIG. 19 are performed by processor 102 executing instructions in page draw editor software 120 .
  • processor 102 creates HTML for a plurality of pages. If the current page is not a stacked page then, in step 1908 , processor 102 builds HTML for a “normal” page. In either case, the HTML for the page is then written to a storage medium of the system.
  • each page object has a corresponding list of draw objects describing the elements of the page layout, and that processor 102 generates HTML in accordance with the lists of draw objects.
  • each list of draw objects automatically includes draw objects representing automatically generated banners and links (e.g., to the home, parent, sibling, and/or children pages of that page). These automatic links may be structural links).
  • the draw objects of a page may also represent other, additional links added by the user that are not a part of the site hierarchy.
  • the user can use the page draw editor to remove some of the automatically generated draw objects links if he so desires. Unless the user explicitly removes them, however, these automatically generated links are present in each page layout.
  • the generated HTML for each page will contain links to the home, parents, siblings, and/or children pages for each page of the site view.
  • FIG. 20 is a flow chart showing steps performed by the structure editor software to publish a normal page.
  • FIG. 21 is a flow chart showing steps performed by the structure editor software to publish a stacked page. The steps of FIGS. 20 and 21 are similar, except that the steps of FIG. 21 generates multiple HTML pages for the stacked page.
  • Step 2002 creates initial HTML for the page as shown in FIG. 22. This step creates the beginning of an HTML page.
  • Steps 2004 - 2008 create HTML tables for each of the header, body, and footer as shown in FIGS. 23 and 24.
  • Step 2010 creates final HTML for the end of the page as shown in FIG. 25.
  • the preferred embodiment generates Netscape HTML version 3 .X.
  • FIG. 21 shows the creation of a plurality of HTML pages for a stacked page.
  • Each HTML contains, for example, data for one record of a database associated with the stacked page.
  • Each of the plurality of HTML pages has a common format including the same fields of the database and the same layout of the fields.
  • Each page of the plurality of pages has the same format, but different data.
  • Step 2214 of FIG. 22 shows that the HTML for a page includes a tag specifying the colors that a browser will use to display regular, visited, and active links.
  • Other embodiments specify other HTML tags that specify other attributes common to the page.
  • FIG. 23 is a flow chart showing steps to build an HTML table.
  • an HTML table is generated for the header, body, and footer of each page.
  • Steps 2302 - 2308 generate a matrix in memory 104 as discussed below in connection with FIGS. 26 - 29 .
  • Step 2312 create the HTML table in accordance with the matrix as shown in FIG. 24.
  • FIG. 24 shows steps that create an HTML table.
  • Step 2402 writes a table tag including a border of zero width and cellpadding and cellspacing of zero.
  • Step 2404 generates a table header including column and width definitions for the HTML table.
  • Steps 2406 - 2418 go through each row and column of the matrix to generate a plurality of cells in the HTML table. Some of the cells in the HTML table can be several columns wide and/or several rows high.
  • Step 2420 generates an end of table tag.
  • FIG. 26 is an example of first steps involved in determining an HTML table size for a layout element of a header, body, or footer.
  • the layout element has four display elements. Each display element corresponds to one draw object of the page. As discussed above, each draw object has an X position (a start row) and a length. Each draw object also has a Y position (a start column) and a height. For each object, a first column edge is the X start position and a second column edge is the X start position plus the length. In addition, for each object, a first row edge is the Y start position and a second row edge is the Y start position plus the height. Processor 102 finds the row edges and columns edges for a current page, yielding data 2602 and 2604 .
  • FIG. 27 is an example of second steps involved in determining an HTML table size for a layout element. Once the column and row edges of the draw objects are determined, the edges are sorted, duplicate edges are removed from the sorted list, yielding unique row edges and unique column edges (steps 2304 and 2306 of FIG. 23). The unique rows edges and column edges are then counted. In the example, the objects have six column edges and seven row edges. Once the unique row edges and column edges are determined, the column widths and row heights for each column and row are determined.
  • FIG. 28 is an example of a matrix 2802 generated in accordance with the edges and draw objects.
  • Matrix 2902 has a number of rows equal to the number of row edges plus one.
  • the matrix has a number of columns equal to the number of column edges plus one. Thus, in the example, the matrix has seven columns and eight rows.
  • Each element 2804 of the matrix has a pointer field and an occupied flag.
  • the element of row 7 , column 2 of the matrix points to object number 1 and is marked as occupied.
  • the next four elements in row 2 are also marked as occupied.
  • the element of row 3 , column 3 points to object number 2 and is marked as occupied.
  • the element of row 2 , column 5 points to object number 3 and is marked as occupied.
  • the next four elements in column 5 are also marked as occupied.
  • the element of row 5 , column 3 points to object number 4 and is marked as occupied.
  • FIG. 29 is a block diagram of how the matrix 2802 is used to generate an HTML table.
  • the HTML table is used by a browser to display a portion of a page on display device 160 (such as a header, body, or a footer. (An alternate embodiment of the present invention creates a single table for each page of the site).
  • Each element of the matrix is used to generate a cell in an HTML table (although some cells occupy more than one row or more than one column). For example, the matrix element in row 1 , column 1 causes an empty table cell to be generated.
  • Each row in the HTML table has a height in pixels that is equal to the height for that matrix row.
  • Each cell in the HTML table has a width that is equal to the width of the matrix for that column.
  • the cells in the table can be of varying sizes (i.e., can use the HTML tags “ROWSPAN” and “COLSPAN”).
  • FIG. 30 shows an example of a Style display.
  • the display of FIG. 30 is shown when the user selects Style button 306 .
  • the Style button display allows the user to select an overall default appearance of all pages in the site. The user can override the style for a given page by defining a different style for the page (not shown).
  • the values shown in FIG. 30 are stored in locations of memory 104 . The automatic generation of banners, navigation buttons, and text buttons is performed in accordance with user-specified style values.
  • FIG. 31 shows an example of an Assets Display.
  • the Assets display shows the files, links, and objects in the data processing system.
  • the assets shown in FIG. 31 are the draw objects for the “Products” page of FIG. 5.
  • FIG. 32 shows an example of a plurality of link dialog boxes, showing a structural link, an internal link, and an external link.
  • FIG. 33 is a flow chart showing identification of structural links for a page.
  • the links preferably are identified when the page is displayed, previewed or published. Internal and external links are “absolute” links. Structural links are identified only as “next sibling link,” “next child link”, etc.
  • the node-that-is-linked-to is identified (updated) by looking at the page hierarchy specified by the page layout tree. After the node is identified, the processor finds the URL, name, etc of the node and generates the display or HTML for the structural link.
  • the described embodiment of the present invention allows a user to define a layout of a Web page.
  • a draw-based editor in accordance with the present invention automatically creates draw objects for each page that reflects the user-defined layout.
  • the described embodiment When the user publishes” a page, the described embodiment generates HTML code for the page.
  • a page can also be a “stacked page.”
  • a single stacked page causes generation of a plurality of HTML pages. The page defaults to a user-specified “style,” which can be changed by the user.

Abstract

A method and apparatus for a draw-based Web page editor in which the user uses a “drag and drop” interface to add, delete, and move display elements to define the layout of a Web page. The present invention automatically generates an initial layout for each page. This initial layout contains display elements that represent the links between pages of the site. After the user has defined the layout of the Web page, the user “publishes” the page. The publish function automatically generates HTML for the page in accordance with the display elements of the page, yielding a true WYSIWYG page.

Description

    RELATED APPLICATION
  • This patent incorporates by reference and claims priority from U.S. application Ser. No. 08/687/971 of Samir Arora et al., filed concurrently herewith, and from U.S. application Ser. No. 08/687,974 of Samir Arora et al., filed on Jul. 29, 1996.[0001]
  • APPENDIX
  • Appendix A provides an example of computer code for a draw object for text and a draw object for an image. This Appendix forms a part of the specification and is herein incorporated by reference. [0002]
  • FIELD OF THE INVENTION
  • This application relates to the World Wide Web and, in particular, to a method and apparatus for easily generating web pages on a “What You See is What You Get” (WYSIWYG) basis. [0003]
  • BACKGROUND OF THE INVENTION
  • The past several years have seen an explosive growth of the World Wide Web (“the Web”). The Web is built around a network of “server” computers, which exchange requests and data with each other using the hypertext transfer protocol (“http”). A human designer designs the layout of a Web page, which is then specified using HTML (“Hypertext Markup Language”). Several versions of HTML are currently in existence. Examples include HTML versions 2.0 and 3.0, as specified by the WWW Consortium of MIT. Netscape Communications Corp. has specified additional HTML features that extend HTML forms and tables. [0004]
  • A user views a Web page using one of a number of commercially available “browser” programs. The browser submits an appropriate http request to establish a communications link with a Web server of the network. A typical http request references a Web page by its unique Uniform Resource Locator (“URL”). A URL identifies the Web server hosting that Web page, so that an http request for access to the Web page can be routed to the appropriate Web server for handling. Web pages can also be linked graphically to each other. [0005]
  • The HTML to describe a Web page is often created by hand by a human being. If the design of the page changes, the corresponding HTML must be rewritten, which is an exacting process. Although several conventional HTML editors exist, these editors only allow the user to specify certain elements of a page and frequently still require the user to physically enter HTML code. Conventional HTML editors allow the user to specify the page content and general layout, but do not provide the user with “What You See Is What You Get” (WYSIWYG) capability. Thus, the pages generated by conventional HTML editors look different when viewed by different browsers. [0006]
  • A Web “site” consists of a “homepage” and several other related pages. Each page has corresponding HTML that describes the appearance and function of the page. For example, the HTML for the homepage usually contains links to one or more of the other pages and the other pages often contain respective links back to the homepage. When the user clicks on a link of the displayed homepage, the browser requests and displays the linked-to page. Each link must be designed and coded into the HTML for the page. Thus, for example, when a human designer decides to remove a link between the homepage and another page, the HTML for the homepage must be changed to reflect the removed link. This process is exacting and requires that the user manually change the link. Moreover, if the linked-to page has another link back to the homepage, that link may also need to be changed. [0007]
  • It is a common problem that not all browsers interpret HTML code in the same way. For example, some browsers will automatically center a page title, while others may left justify a page title. Similarly, horizontal and vertical spacing may vary between browsers made by different companies. [0008]
  • It is usually desirable to have a consistent style for all pages of a site. When the user hand codes the HTML for each page of a site, it is difficult for the user to remember to use a consistent style. In addition, if the user decides to change the style of a site, each page must be changed individually. [0009]
  • SUMMARY OF THE INVENTION
  • The present invention overcomes the problems and disadvantages of the prior art by using a drag and drop interface to allow a user to easily design a Web page. The user moves display elements to define the appearance of a web page. When the user clicks/selects a “publish” button, HTML code is automatically generated. A preferred embodiment of the invention generates an HTML table in accordance with the display elements. The number and size of cells in the HTML table reflects the number and placement of display elements on the page, yielding a true WYSIWYG Web page. Because the generated HTML code is in the form of a table, the HTML will cause most browsers to display a page that has substantially the same layout, proportionality, coloring, and spacing as the layout of the page displayed by the page draw editor software. [0010]
  • Initially, the present invention automatically generates a layout that is used for each page unless overridden by the user. Each page is initially generated in accordance with “style” parameters chosen by the user. [0011]
  • In accordance with the purpose of the invention, as embodied and broadly described herein the invention is a method of allowing a user to define a World Wide Web page comprising the steps, performed by a data processing system, of: displaying a plurality of page display elements on a display device, the display elements forming a page layout on the display device; receiving an indication that the user wants to add a new display element to the page at a first position on the page; adding a new draw data structure in a memory of the data processing system for the new display element to a plurality of other draw data structures, the draw data structures corresponding to the plurality of page display elements, where the new draw data structure includes data representing the first position; and generating HTML that substantially reflects the displayed page layout on a pixel by pixel basis in accordance with the draw data structures. [0012]
  • Advantages of the invention will be set forth in part in the description which follows and in part will be obvious from the description or may be learned by practice of the invention. The advantages of the invention will be realized and attained by means of the elements and combinations particularly pointed out in the appended claims and equivalents.[0013]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate several embodiments of the invention and, together with the description, serve to explain the principles of the invention. [0014]
  • FIG. 1 is a block diagram of a computer system in accordance with a preferred embodiment of the present invention. [0015]
  • FIG. 2 is a block diagram showing input and output to and from page draw editor software of FIG. 1. [0016]
  • FIG. 3 shows an example of display view before the user has created any display elements on the page. [0017]
  • FIG. 4 shows the display of FIG. 3, including a banner, navigator buttons, and text buttons automatically created by a preferred embodiment of the present invention. [0018]
  • FIG. 5 shows the display of FIG. 4 after the user has dragged and dropped an image and some text into the layout. [0019]
  • FIG. 6 shows a preview display of the layout of FIG. 5. [0020]
  • FIG. 7 shows the display of FIG. 5 after the user has dragged and dropped the text to a different location on the page. [0021]
  • FIG. 8 shows a preview display of the layout of FIG. 7. [0022]
  • FIG. 9([0023] a) shows a detail of a tool window of FIG. 3.
  • FIG. 9([0024] b) shows a portion of the tool window displayed in connection with an Image tool.
  • FIG. 9([0025] c) shows a portion of the tool window displayed in connection with a Forms tool.
  • FIG. 9([0026] d) shows a portion of the tool window displayed in connection with a Draw tool.
  • FIG. 10([0027] a) shows a Page tab in a Properties window of FIG. 3.
  • FIG. 10([0028] b) shows a Layout tab in the Properties window of FIG. 3.
  • FIG. 10([0029] c) shows a Rectangle tab in the Properties window of FIG. 3.
  • FIG. 10([0030] d) shows a Text tab in the Properties window of FIG. 3.
  • FIG. 10([0031] e) shows an ActiveX tab in the Properties window of FIG. 3.
  • FIG. 10([0032] f) shows a Java tab in the Properties window of FIG. 3.
  • FIG. 10([0033] g) shows a Shockwave tab in the Properties window of FIG. 3.
  • FIG. 10([0034] h) shows a Table tab in the Properties window of FIG. 3 .
  • FIG. 11 ([0035] a) shows a first pull-down menu.
  • FIG. 11 ([0036] b) shows a second pull-down menu.
  • FIG. 11 ([0037] c) shows a third pull-down menu.
  • FIG. 12 is a flow chart showing steps performed by the page draw editor software to define a page layout. [0038]
  • FIG. 13 is an example showing an initial internal representation stored in a memory of objects automatically generated on the page by the page draw editor software for the layout of FIG. 4. [0039]
  • FIG. 14 is an example showing the internal representation after some display element have been added by the user. [0040]
  • FIG. 15 is an example showing the internal representation after a display element has been moved by the user. [0041]
  • FIG. 16([0042] a) is an example of a draw object for a page banner.
  • FIG. 16([0043] b) is an example of a first draw object for a navigator button.
  • FIG. 16([0044] c) is an example of a first draw object for a navigator button.
  • FIG. 16([0045] d) is an example of a draw object for a text button.
  • FIG. 17 shows an example of a display used to allow the user to publish the pages of a site. [0046]
  • FIG. 18 shows an example of a display used to allow the user to specify details of how to publish a site. [0047]
  • FIG. 19 is a flow chart showing steps performed by the page editor software to publish a page. [0048]
  • FIG. 20 a flow chart showing steps performed by the page editor software to publish a normal page. [0049]
  • FIG. 21 is a flow chart showing steps performed by the page editor software to publish a stacked page. [0050]
  • FIG. 22 is a flow chart showing steps performed by the page editor software to generate initial HTML for a page. [0051]
  • FIG. 23 is a flow chart showing further steps performed by the page editor software to generate an HTML table for layout elements of a page, such as a header, body, and footer. [0052]
  • FIG. 24 is a flow chart showing steps performed by the page editor software to generate an HTML table. [0053]
  • FIG. 25 is an example of steps performed by the page editor to generate final HTML for a site. [0054]
  • FIG. 26 is an example of first steps involved in determining an HTML table size. [0055]
  • FIG. 27 is an example of second steps involved in determining an HTML table size. [0056]
  • FIG. 28 is an example of a matrix generated by the steps of FIGS. 26 and 27. [0057]
  • FIG. 29 is a block diagram of how the matrix of FIG. 28 is used to generate an HTML table, which a browser uses to display a portion of a page. [0058]
  • FIG. 30 shows an example of a Style display. [0059]
  • FIG. 31 shows an example of an Assets Display. [0060]
  • FIG. 32 shows an example of a plurality of link dialog boxes, showing a structural link, an internal link, and an external link. [0061]
  • FIG. 33 is a flow chart showing updating of structural links for a page. [0062]
  • FIG. 34 shows an example of a dialog box used to create a data object. [0063]
  • FIG. 35 shows a block diagram of an example of a stacked page and a series of data pages. [0064]
  • FIG. 36 shows an example of an icon for a stacked page. [0065]
  • FIG. 37 shows an example in which a user has opened the Tool window and selected the DataList tool. [0066]
  • FIG. 38 shows a Properties window with a DataList tab opened for the DataList tool and the DataList window. [0067]
  • FIG. 39 shows a further example of a Properties window with a DataList tab. [0068]
  • FIG. 40 shows an example in which a user has opened the Tool window and selected the DataField tool. [0069]
  • FIG. 41 shows a Properties window with a DataField tab opened for the DataList tool.[0070]
  • DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
  • Reference will now be made in detail to a preferred embodiment of the invention, an example of which is illustrated in the accompanying drawings. Wherever possible, the same reference numbers will be used throughout the drawings to refer to the same or like parts. ps I. System Overview [0071]
  • FIG. 1 is a block diagram of a [0072] computer system 100 in accordance with a preferred embodiment of the present invention. Computer system 100 includes a CPU 102; a memory 104; input/out lines 105; an input device 150, such as a keyboard or mouse; and a display device 160, such as a display terminal. Computer 100 also includes an input device 161, such as a floppy disk drive or CD ROM reader, that reads computer instructions stored on computer readable medium 162, such as a floppy disk or a CD ROM. These computer instructions are the instructions of e.g., page draw editor software 120. Memory 104 includes page draw editor software 120, draw objects 130, HTML 0, and image files 0, etc., as described in further detail below.
  • A person of ordinary skill in the art will understand that [0073] memory 104 also contains additional information, such as application programs, operating systems, data, etc., which are not shown in the figure for the sake of clarity. It also will be understood that computer system 100 can also include numerous elements not shown in the Figure for the sake of clarity, such as disk drives, keyboards, display devices, network connections, additional memory, additional CPUs, LANs, internet connections, input/output lines, etc.
  • In the following discussion, it will be understood that the steps of methods and flow charts discussed preferably are performed by [0074] processor 102 executing instructions stored in memory, such as instructions of editor software 120. Editor software 120 can be initially loaded into memory from computer readable medium 162. It will also be understood that, although the following paragraphs describe an implementation of the present invention using object-oriented programming techniques, the invention is not limited to any such techniques and may be implemented using any appropriate techniques for implementing the functionality described herein. The described embodiment is written in the C++ programming language and runs under the Windows 95 operating system, but the invention is not limited to any particular programming language or operating system. (“Windows 95” is a trademark of Microsoft Corporation.)
  • II. Creation and Manipulation of a Web Page Layout [0075]
  • FIG. 2 is a block diagram showing input and output to page [0076] draw editor software 120 of FIG. 1. Page draw editor 120 includes a portion 202 that creates and manages a page layout and a portion 204 that publishes the page. The user uses a drag and drop interface to define the page layout. Pages can include new text and images or preexisting text and images. The user initiates publish portion 204 by clicking on a “publish” button displayed by the editor 120, as described below. Publish portion 204 generates HTML for the page, as also described below. The page is translated into an HTML table that yields a WYSIWYG Web page when displayed by a browser.
  • A. Creating and Modifying Display Elements of a Page Layout [0077]
  • FIG. 3 shows an example of page view displayed on [0078] display device 160 before the user has created any display elements on the page. The display of FIG. 3 is opened when the user indicates (using a pull-down menu or the like) that he wishes to create a new page. In the described embodiment, the user clicks on a “Page” button 304 in the navigator bar. The page draw editor allows the user to design a page just as it will appear when viewed with a browser. The user uses the page draw editor to add text graphics, and other display elements to the page. The user can then rearrange display elements by dragging and dropping them to a new location, placing the display elements exactly where they will eventually appear with pixel level accuracy.
  • A title [0079] 301 of the page defaults to “Untitled” if the user has not yet named the page. FIG. 3 includes a grid of lines. These lines are shown as dotted lines, but can also be solid lines. In the described embodiment, the grid also can be turned off so that no grid is displayed. The grid preferably is not included in the generated HTML In FIG. 3, the grid has a granularity of 24×24 pixels in accordance with a default width as shown in a Properties window 350, as discussed below.
  • The display of FIG. 3 includes a plurality of buttons: a “Site” [0080] button 302, “Page” button 304, a “Style” button 306, an “Assets” button 308, and a “Publish” button 310. The display also includes a “Preview” button 312, a “New Page” button 3, a “Goto” button 316, and a “Last” button 318. Site button 302 causes execution of a “site editor” as described in U.S. application Ser. No.______ of Samir Arora et al., filed concurrently herewith, and entitled “Hierarchical Structure Editor for Web Sites.” Style button 306 and Assets button 308 are discussed below. New Page button 314 causes a page such as the page of FIG. 3 to be displayed.
  • Goto and [0081] Last buttons 316, 318 transfer control to a most recent display or a user-selected previous display, in a manner known to persons of ordinary skill in the art. The described embodiment keeps a “history” of execution of page draw editor 120 in order to implement the Goto and Last buttons.
  • The display of FIG. 3 further includes a [0082] Secondary navigator bar 365, including a “Layout View” button 320 and an “HTML Source” button 322. When the user dicks on Layout View button 320, a display having a format such as that of FIGS. 3-8 is displayed. When the user clicks on HTML Source button 322, a display (not shown) shows the HTML that is generated for the current page layout. Button 322 is omitted in an alternate embodiment. Other views have other buttons and toggle switches on the secondary navigator bar, as required by the particular view. Secondary navigator bar 365 contains a dotted line extending vertically downward from a currently clicked button (e.g., Page button 304) to a selected one of the buttons on secondary navigator bar 365. As the user selects different buttons on the primary and secondary navigator bars, the dotted line is redrawn to connect the currently selected buttons. This feature makes it easy for a user to see which buttons are currently selected and to mentally connect the functions of the primary and secondary navigator bars.
  • FIG. 3 also shows “Properties” [0083] window 350 in which a “View” tab is selected. Properties window 350 includes three tabs: a “View” tab 352, a “Page” tab 354, and a “Layout” tab 356. The values shown in Properties window 350 are values for the current page. Properties window 350 currently shows view properties because View tab 352 is selected. FIGS. 10(a) and 10(b) show examples of the Page and Layout tabs, respectively. A fourth tab (see, e.g., FIG. 10(c)) is a context sensitive tab and represents various properties, depending on the tool being used. Other tabs may appear in other implementations.
  • The values shown in [0084] Properties window 350 of FIG. 3 are the default values for viewing a newly created page. Properties window 350 includes a “Measurement Unit” area 360, a “Element border” flag area 362, “Grid Width” and “Grid Height” area 364, 366, a “Show Grid” flag 365, font size areas 368, 370, a “Color” area 372, a “Horizontal Splitter” flag area 374, and a “Snap to Grid” flag area 376.
  • Thus, in the example, the grid is measured in units of pixels. Element borders are drawn around each display element on the display device. A grid of 24×24 pixels is displayed. The specified fonts are used. The page uses the colors described in the colors area [0085] 372. Horizontal splitters such as 380 and 382 are displayed. The “Snap to Grid” property is turned off. It will be understood by persons of ordinary skill in the art that page draw editor software 120 stores values corresponding to this Property window and each Property window discussed herein in memory 104. All values in Properties window 350 may be changed by the user. Values in memory 104 will be changed accordingly.
  • The display of FIG. 3 further includes a “Tools” [0086] window 324. As shown in FIG. 9(a), Tools window 324 includes a “cursor” tool 380, a “zoom in” tool 381, and a “zoom out” tool 382. These three tools have an outward operation similar to “cursor,” “zoom in,” and “zoom out” tools known in the art. The “cursor,” “zoom in,” and “zoom out” tools are collectively known as “control tools.”
  • [0087] Tools window 324 also contains a “Text” tool 383, an “Image” tool 384, a “Draw” tool 385, a “Table” tool 386, an “Audio” tool 387, a “Video” tool 388, a “Java” tool 389, an “ActiveX” tool 390, a Shockwave tool 391, a “Form” tool 392, a “DataList” tool 393, and a “DataField” tool 394. The Text, Image, Draw, Table, Audio, Video, Java, ActiveX, Shockwave, Form, DataList, and DataField tools are collectively known as “content tools.” (Java is a trademark of Sun Microsystems, Inc. Shockwave is a trademark of ShockWave Corp. ActiveX is a trademark of Microsoft Corporation.) Tools window 324 also includes a plurality of button 395 that contain various buttons at various time, as discussed below in connection with various ones of the tools.
  • It will be understood that the empty page of FIG. 3 can be edited in the same manner described below for an existing page. [0088]
  • FIG. 4 shows the display of FIG. 3, including a banner, navigator buttons, and text buttons automatically created by a preferred embodiment of the present invention. The example of FIG. 4 is displayed after the user indicates that he wants to edit an existing page by preferably: 1) double clicking on an icon for the page (not shown) or 2) selecting a page icon and clicking “Page” [0089] button 304 of FIG. 3 (not shown). The described embodiment of the present invention automatically creates certain draw objects in memory for the page. The automatically created draw objects reflect links between pages of the site, as described below in the copending application. The user can easily create and move display elements on the page, which causes changes to corresponding draw objects in memory 104.
  • The display of FIG. 4 creates a page having three parts: a [0090] header 402, a body 404, and a footer 406. The user can move the dividers 380, 382 between the header, body and footer as is known in the art. Moving the dividers adjusts the size of the header, body or footers on the finished page. The header, body and footers can also be scrolled. Page draw editor 120 allows individual scrolling in each of these parts. In the described embodiment, the page of FIG. 4 is entered from the site view, and automatically creates display elements of header 402 and footer 406 reflecting the logical connection of the current page to other pages.
  • [0091] Header 402 automatically contains a banner 410 and a plurality of navigator buttons 412. In the example, the banner contains the name of the selected page (“Products”). Navigator buttons 412 include buttons for a homepage (“Home button 4”), a “Welcome” page (“Welcome” button 416), and a “Private” page (“Private” button 418). Navigator buttons 412 preferably include an image, such as the 3D button image shown in FIG. 4. This image may be predefined or defined by the user through use of a pop-up window.
  • Thus, in FIG. 4, the [0092] navigator buttons 412 automatically include buttons corresponding to the home page and to the previous hierarchical level of the page. Alternate implementations of the present invention automatically display navigator buttons for one or more of the home page, the parent page, sibling pages, and children pages. In some embodiments, the user chooses which navigator buttons are generated automatically by way of a pop-up site window. The user may add or delete additional buttons and may move buttons, as described below.
  • [0093] Footer 406 automatically contains a plurality of text buttons 428. These text buttons preferably correspond to the navigator buttons 412. Thus, text buttons 428 include buttons for the homepage (“Home” text button 430), the Welcome page 452 (“Welcome” text button 432), and the “Private” page 454 (“Private” text button 434). The user may add or delete additional buttons and may move buttons, as described below. The internal memory representation of banner 410 and of buttons 412 and 430 are discussed in detail below.
  • FIGS. [0094] 5-8 show an example of creation of display element in a page layout and also show an example of a modification to the page layout using a drag and drop interface in accordance with the described embodiment of the preferred invention. FIG. 5 shows the display of FIG. 4 after the user has dragged and dropped an image 502 and some text 504 into the layout. Specifically, as discussed in detail below, the user creates image 502 using Image tool 382 and creates text 504 using Text tool 383. In the example, image 502 is a 324×216 pixel image originally stored in memory or on a storage device attached to computer system 100.
  • FIG. 6 shows a preview display of the layout of FIG. 5. FIG. 5 is displayed when the user clicks on Preview button [0095] 312 of FIG. 3 (or selects “Preview” from a pull-down menu). In order to preview a site, page draw editor 120 actually generates HTML for the current layout of the page and stores it at a predetermined (or user-defined) location. The editor then invokes a browser program (such as the Netscape Navigator browser, version 3.x, manufactured by Netscape Communications Corp. of Mountain View, Calif.). The browser displays a Web page 602 described by the generated HTML Note that no HTML is generated for dividers 380, 382 and that no HTML is generated for the outlines around the text and image.
  • FIG. 7 shows the display of FIG. 5 after the user has dragged and dropped the text to a different location on the page. Specifically, as discussed in detail below, the user places a cursor on [0096] text 504 using input device 150 (such as a mouse) and drags the text to a new position using input device 150. Movement of a display element on a display device in accordance with cursor input is known in the art and will not be described herein. The draw object associated with text 504 is changed to reflect this movement as described below.
  • FIG. 7 also shows [0097] Properties window 350 in which “Layout” tab is selected. The values shown in Properties window 350 are values for the current page. Properties window 350 (with a Layout tab) includes a “Layout Name” area 702, a “Width” area 704, a “Height ” “area” 706, a “Site Style Background” 708, a “Solid Color” area 710, a “Picture” area 712, a “Head Name” area 7, and a “Footer Name” area 716.
  • Thus, in the example, Layout of FIG. 7 is currently untitled. The layout is of the specified height and width. The page uses the type of background described in areas [0098] 708-712 (i.e., a predetermined “Site style background”, such as a picture of a marbled surface) instead of a solid background or a image background provided by the user. It will be understood by persons of ordinary skill in the art that page draw editor software 120 stores values corresponding to this Property window and each Property window discussed herein in memory 104. All values in the Properties window 350 of FIG. 7 may be changed by the user. Values in memory 104 will be changed accordingly.
  • FIG. 8 shows a preview display of the layout of FIG. 7. As shown in FIG. 7, the user has dragged and dropped [0099] text 504 to a new location, thus changing the page layout. The Preview function causes new HTML for the changed page layout to be generated and the new HTML to be displayed by the browser in window 602. It will be understood that, in the Preview views of both FIGS. 6 and 8, the HTML generated for the page causes a browser to display a page that is pixel-per-pixel the same as the display elements on the display screen, assuming that the browser supports Netscape version 3.X. Thus, the user can design a page layout and expect the page to look exactly as it was designed when the page is displayed by a browser. Tag 802 is an optional line resulting from HTML generated in the described embodiment of the present invention.
  • 1. The Pull Down Menus [0100]
  • FIGS. [0101] 11(a) through 11(c) show examples of pull-down menus for the described embodiment of draw page editor 120. FIG. 11(a) shows an Edit menu having an Undo function, a Cut function, a Copy function, a Paste function, a Paste Special function, a Delete Page function (A delete display element function is not shown), an Options function, a Preferences section, and a Duplicate Layout function, which duplicates a current page layout (and its associated draw object data structures) for a new page.
  • FIG. 11([0102] b) shows a View pull-down menu, which includes a Page Properties function that opens, e.g., Properties window 350 with a page tab selected, and Tools Palette function that opens, e.g., Tools window 324.
  • FIG. 11([0103] c) shows a Layout pull-down menu, which includes an Align Objects function that horizontally, vertically, or centrally aligns display elements, a Center Objects function that centers display elements, a Size Objects function that sizes display elements, an Element Script function, and a Layout script function.
  • 2. The Tools Window [0104]
  • FIGS. [0105] 9(a) through 9(d) show examples of Tool window 324 and show various icons that are displayed in area 395, depending on which tool is being used. Some of the tools of the described embodiment can be thought of as a Swiss army knife; when you select one, a secondary group of tools appears in area 395, each secondary tool performing a different function on the same kind of display element.
  • 3. The Text Tool [0106]
  • When the user clicks on [0107] Text tool 383, page draw editor 120 allows the user to enter a text display element. The user uses the cursor to create and size a text box on the display and then types text inside it. When text is created, a Text tab shown in FIG. 10(d) is displayed in the Properties window 350. This Properties window allows the user to enter properties of the text display element. These properties include whether the text is bold, italic, or has a strikeout bar, the font, the font size, paragraph alignment, and whether to use a bullet. The properties further include whether to use a predetermined “site style” for the text (i.e., a predetermined font, color, size, etc. stored in memory 104 under a “site style name”) or whether to use a user-specified text color. The user may also specify a fill color for the text box. If the user indicates that the text box is also a link, he may also fill in the name of an associated script (e.g., a CGI script). Once the link is created, the location of the link is added to a list of hotspot locations stored in memory and values are stored in the text draw object to indicate that the text contains a hot spot and its URL. Once the user has specified the text, a text draw object is added to the list of draw objects. Currently, not all browsers support custom fonts. Netscape Navigator 3.0, however, supports such custom fonts and other browsers are expected to do so in the future.
  • 4. The Image Tool [0108]
  • When the user clicks on [0109] Image tool 384, page draw editor 120 allows the user to specify an image display element. Unlike the text boundary, the image boundary resizes to fit a user-specified image. Once the image has been added to the display, the user can create a link on all or part of the image or select one color in the image as transparent. The user can also change the size of the image using the cursor.
  • When the user clicks on [0110] Image tool 384, page draw editor 120 displays a Draw tab (not shown) in properties window 350 in addition to the tabs shown in FIG. 3 and alters the Tool Window 324 as shown in FIG. 9(b). This Properties window allows the user to enter a name of an existing image and various properties of the image, such as whether the image is transparent, whether a fill background should be added to the image, and whether the image contains a link (e.g., a URL). The image tool has five secondary tools, shown in FIG. 9(b). Tool 3050 allows the user to draw a boundary in which to place the image file. Tool 3052 allows the user to click on a color of the image that he wants to be transparent. When the image is displayed, pixels of that color in the image will be suppressed so that the background will show through. (This means that a new image with a transparent color must be generated when the HTML is generated). A flag in the Image draw object is set to indicate transparency.
  • Tools [0111] 3054-3056 allow the user to specify a “hotspot” on the image having different shapes. The user can create a rectangular, circular, or polygon hotspot. The user draws and sizes the hotspot on the display using the cursor and identifies the link/URL for the hotspot using a pop-up window (not shown). Once the hotspot is created, it is represented in the display by slightly distorting the image in the hotspot area. The hotspot is added to a list of hotspot locations stored in memory and values are stored in the object to indicate that the image contains a hot spot and its URL. Once the user has specified the image, the image is displayed (e.g., image 502 of FIG. 5) and an image draw object is added to the list of draw objects.
  • 5. The Draw Tool [0112]
  • When the user clicks on [0113] Draw tool 385, page draw editor 120 allows the user to enter a Draw display element. The Draw tool has five secondary tools 395, shown in FIG. 9(d): rectangle 1950, round rectangle 1952, ellipse 1953, line 1954, and polygon 1955. When the user clicks on Draw tool 385, the page draw editor displays the secondary draw tools 395 of FIG. 9(d). The user can then choose a secondary draw tool. If, for example, the user selects rectangle 1950, a rectangle Draw tab (see FIG. 10(c)) appears in Properties window 350 in addition to the tabs shown in FIG. 3. Similar tabs appear when the other secondary draw tools are selected. The Polygon tool allows the user to draw a polygon using the cursor, as is known.
  • In the example, [0114] Properties window 350 allows the user to enter properties of the rectangle, such as the color of the rectangle, the border color and size of the rectangle, any text inside the rectangle (and its properties), whether a fill background should be added to the image, and whether the image contains a link (e.g., a URL). Once the user has specified the shape, the shape is displayed on the screen and an image draw object is added to the list of draw objects. In the described embodiment, each type of draw element has a different type of draw object.
  • [0115] b 6. The Table Tool
  • When the user clicks on [0116] Table tool 386, the page editor 120 allows the user to enter a table in the display. The Table tool causes a table window to be opened (see FIG. 10(h)). When the user clicks on Table tool 386, the page draw editor displays a “table” tab in Properties window 350 of FIG. 10(h). The user can then specify the dimensions of the table. For example, the user can specify the number of columns, the number of rows, and the type of object that goes in each cell of the table. Once the user has specified the table, the table is displayed on the screen and a table draw object is added to the list of draw objects. A table layout element cause a table to be generated inside a table when HTML is generated for the page.
  • 7. The Sound Tool [0117]
  • When the user clicks on Sound tool [0118] 387, page draw editor 120 allows the user to draw a boundary in which to place an icon as a visual placeholder for an audio file. The audio file is specified through a Properties tab (not shown). In the final published Web page, users can click the icon to hear the audio. Once the user has specified the audio icon and an associated sound file, the audio icon is displayed on the screen and a sound draw object is added to the list of draw objects.
  • 8. The Video Tool [0119]
  • When the user clicks on Video tool [0120] 388, page draw editor 120 allows the user to draw a boundary in which to place an icon as a visual placeholder for a video file. The video file is specified through a Properties tab (not shown). In the final published Web page, users can click the icon to see the video. Once the user has specified the video icon and an associated video file, the video icon is displayed on the screen and a sound draw object is added to the list of draw objects.
  • 9. The Java Tool [0121]
  • When the user clicks on [0122] Java tool 389, page draw editor 120 allows the user to specify a Java applet and an address for the applet. The Java tool, the ActiveX tool, and the Shockwave tool all specify display elements that are exemplary of a type of display element called a “plug-in.” Java applets are small programs that can be downloaded over the web and run on most computer platforms. The described embodiment allows the user to specify an icon for a Java applet and the location of the Java applet similarly to how the user specifies a sound or video icon and file. When page is displayed by a browser and the user clicks on the Java applet icon, the Java applet will be downloaded and executed.
  • The user specifies a Java applet and icon through use of a Java tab in Properties window [0123] 350 (see FIG. 10(f)). This Properties window allows the user to specify a class of applet, to browse through a plurality of predefined applet names, to review parameter information for the selected applet name, to specify an alternate tag for the Java icon, and to specify a script. Once the user has specified the Java icon and an associated address, the Java icon is displayed on the screen and a Java draw object is added to the list of draw objects.
  • 10. The ActiveX Tool [0124]
  • When the user dicks on [0125] ActiveX tool 390, page draw editor 120 allows the user to specify an ActiveX file and an address for the file. ActiveX files are small programs that can be downloaded over the web and run on most computer platforms. The described embodiment allows the user to specify an icon for an ActiveX file and the location of the ActiveX file similarly to how the user specifies a sound or video icon and file. When page is displayed by a browser and the user clicks on the ActiveX file icon, the ActiveX file will be downloaded and executed.
  • The user specifies an ActiveX applet. The user has specified the ActiveX icon and an associated address, the ActiveX icon is displayed on the screen and an ActiveX draw object is added to the list of draw objects. [0126]
  • 11. The Shockwave Tool [0127]
  • The user specifies a Shockwave video file through use of a Shockwave tab in Properties window [0128] 350 (see FIG. 10(g)). This Properties window allows the user to browse a plurality of file names, to specify an alternate tag. Once the user has specified the Shockwave file, a predetermined Shockwave icon is displayed on the screen and a Shockwave draw object is added to the list of draw objects.
  • 12. The Forms Tool [0129]
  • When the user clicks on [0130] Forms tool 392, page draw editor 120 allows the user to specify elements of an HTML form. As is known, forms are an interactive Web component. They allow a user to send data to a server, either as request for more data or as a submission of information to the server. As is known, forms are controlled by CGI scripts.
  • The Forms tool has six [0131] secondary tools 395, shown in FIG. 9(c): button 1950, checkbox 1952, radio button 1953, single line text 1954, multi-line text 1955, and list box 1956 (also called a “pull-down menu”). When the user clicks on Forms tool 392, the page draw editor displays the secondary draw tools 395 of FIG. 9(c). The user can then choose a secondary draw tool. If, for example, the user selects button 1950 and clicks in the display window for the page, a button display element is added to the page. In addition, a button tab (not shown) appears in Properties window 350 in addition to the tabs shown in FIG. 3. Similar tabs appear when the other secondary draw tools are selected.
  • Using the example of a forms button, [0132] Properties window 350 allows the user to enter properties of the button, such as the color, any text inside the button (and its properties), and whether a fill background should be added to the button. In addition, the user decided whether the button is Submit button or a reset button. During display, a submit button sends the contents of all the form objects to a server. A reset button allows the user to clear the form and start over.
  • The following paragraph describes, without limitation, other examples of the various forms elements that can be specified by the user. Each of the forms elements described below is an element of a type that is currently included in conventional hand-coded HTML forms. Other embodiments may include still other form elements not described herein. A check box is used to let users select one or more items from a group. ([0133] Editor 120 allows the user to specify what these elements are.) A radio button behaves just like a check box, except that only one radio button in a group an be checked at once. A single-line text provides an area where the user can enter a single line of text. A multi-line text provides an area where the user can enter a more than one line of text. A list box takes the form of a popup menu or a box with a scroll bar. Editor 120 allows the user to specify the form of a list box. Once the user has specified a form element, the video icon is displayed on the screen and a form element draw object is added to the list of draw objects. In the described embodiment, each type of form element has a different type of draw object. The described embodiment allows one form in the header, one form in the body, and one form in the footer. This is because the form layout elements do not contain an identifier as to which form they belong to. Other implementations may contain such an identifier and may allow multiple forms in the header, body, or footer.
  • 13. Managing Assets (Files, Links, and Data Objects) [0134]
  • FIG. 31 shows an example of an Assets display [0135] 3100 that displays all current files, links, and data objects for a data processing system. The display 3100 is generated when the user clicks on Assets button 308 of FIG. 3. (Note that a dotted line extends from the Assets button to the Secondary navigator bar 365.) The Assets view shows all files, hyperlinks, or data objects associated with the current system, depending on whether the user clicks secondary button 3102, 3104, or 3106. FIG. 31 shows an example of all data objects for the page of FIG. 5. It will be understood that the Assets view reflects files, links, and data objects stored in memory 104. Newly created files, links, and data objects are stored in memory 104 as well.
  • The File view shows information about all files in the site, such as: whether the file has a type of navigation bar images, pictures, sound, video, Java applets and other plug-ins. The user can change, e.g., the name and location of files and can add and delete files through user of a dialog box (not shown). [0136]
  • The Links view shows information about all links in the site, such as: whether a link is internal, external, or structural. A structural link reflects a hierarchical link shown in the site view. In a preferred embodiment changing a structural link in the Assets view changes the link in the site view and between page objects in the memory. The user can change links and can add and delete links through use of a dialog box (not shown). [0137]
  • The Data Objects shows information about all DataObjects in the system. Data objects can be internal data objects or can be ODBC (Object Data Binding Convention) objects implementing Microsoft's standard for web page/database binding. Before creating a stacked page, as discussed below, the user should first create an internal object or ODBC object for the data that is to be included in the stacked page. [0138]
  • FIG. 34 shows an example of a [0139] dialog box 3400 used to create a data object. Dialog box 3400 is displayed when the user dicks on a “new object” button (not shown) or clicks on a “new object” pull-down menu (not shown). Box 3400 includes a data object name area 3402, a data object delete button 3404, an add field button 3408, an area 3410 listing the current fields of the data object, a “get index field” button 3412, a set button 3414, and move up/down buttons 3416, 3418. To create a data object in memory 104, the user enters information in dialog box 3400.
  • 14. Creation of Stacked Pages [0140]
  • The described embodiment allows the user to create a special type of page called a “stacked page,” which is made up of “data pages.” A stacked page causes the described embodiment to generate a plurality of HTML pages displaying a series of information, such as a the values in a series of records from a database. FIG. 35 shows a block diagram of an example of a stacked [0141] page 3502 and a series of pages 3504 displayed when a browser views the HTML pages created from the stacked page. To create a stacked page, the user first creates a data object, such as a data base object (as described above). The user then creates a DataList draw object and a DataField draw object for the stacked page.
  • To create a DataList draw object, the user clicks on [0142] DataList tool 393 of FIG. 3. Page draw editor 120 allows the user to specify a list of fields to be displayed on a stacked page. When the user clicks on DataField tool 394, page draw editor 120 allows the user to specify the layout of the fields in the data list. Once the user has specified a DataList and a DataField, an appropriate display element is displayed on the screen and a DataList draw object or a DataField draw object, respectively, is added to the list of draw objects for the page.
  • The following paragraphs describe an example of creation of a stacked page. FIG. 36 shows an example of an icon for a stacked page that is displayed by the site level editor described in the co-pending application of Arora et al. Once a page includes a DataList and a DataField object, it is classified as a stacked page. When a page is a stacked page, it is displayed at the site level as overlapping pages icon [0143] 3602. Stacked pages are moved at the site level in substantially the same manner as normal pages. However, multiple HTML pages are generated for each stacked page.
  • FIG. 37 shows an example in which a user has opened [0144] Tool window 324 and selected DataList tool 393. The user has then specified a rectangle 3704.
  • FIG. 38 shows a [0145] Properties window 350 with a DataList tab 3802 opened for DataList tool 393. FIG. 38 also shows a DataList window 3802. The user specifies, in the DataList window 3803, fields of the list that can be displayed on the stacked page (for example, “Headline list”). The user then clicks on the listed DataList fields to select which fields of the data object will be included in the stacked page. The properties of the DataList are displayed in Properties window 350.
  • In [0146] DataList window 3803, the user optionally specifies a sort field 3806 in the data object, and optionally sets a filter 3808 (e.g., product=“xxx,” not shown). Only values in the specified fields having the filtered value will be part of the stacked page. The user may also specify whether any of the fields will be linked to other pages. FIG. 40 shows “Data List Tab” in Properties window 350.
  • FIG. 40 shows an example in which a user has opened [0147] Tool window 324 and selected DataField tool 394. The user has then specified a rectangle 4004. The user names the data list (“Headline List”) and defines an appearance of the fields selected in FIG. 38. An area for each field can be sized and dragged to define the layout of each data page in the stacked page.
  • [0148] Secondary navigator bar 365 includes a button bar 4006 that has four buttons for managing data pages within a stacked page. These four buttons include: a “+” button, which creates a new data page, a “−” button, which deletes the current data page, a “back” button which displays the contents of a previous data page, and a “forward” button, which displays the contents of a next data page. In, for example, a data base, the user can create as many data pages as there are records in the data base. Each data page will automatically contain display elements to a first, next, and previous data page. Thus, a stacked page has a list of draw elements. An example of such as draw element may have a structural link to the “next” or “previous” data page. If the page is a stacked page, a flag in memory is set to indicate this fact, since multiple HTML pages can be generated for a single stacked page (i.e., one HTML page for each data page).
  • B. Creation of Draw Objects for the Display Elements [0149]
  • FIG. 12 is a flow chart showing steps performed by page [0150] draw editor software 120 to edit a page layout during execution of the page draw editor. In step 1202, the page draw editor determines whether the page is a new page. If it is an existing page, in step 1004, the current page layout for the page is displayed in accordance with the already existing draw objects for the page. The page layout will include the automatically generated banner, navigator buttons, and text buttons, unless the user has previously deleted them.
  • If the page is a new page, in [0151] step 1206, the editor displays the default page layout in accordance with the draw objects for the page. The user exits the page draw editor by, e.g., clicking on Site button 302, Style button 306, Assets button 308, or Publish button 310 (or by selecting “exit” from a pull-down menu). After the user has edited a page, he can still move the page around in the site hierarchy by using the structure/site editor, as described in the co-pending application of Arora et al.
  • FIG. 13 is an example showing an internal memory representation of draw objects automatically generated by page [0152] draw editor software 120. The draw objects are generated when a page is created and are modified when the page is modified. The internal representation includes a list of draw objects, representing each display element of the page of FIG. 4. Thus, the list of draw objects includes a banner draw object 1302 (corresponding to banner 410), a navigator buttons draw object 1304 (corresponding to navigator buttons 412), and a text buttons draw object 1306 (corresponding to text buttons 428). In the described embodiment, all draw objects of the header 402 are stored together and a pointer points to the beginning of this list. Similarly, all objects of the footer 406 are stored together and a pointer points to the beginning of this list. In the described embodiment, the user has not entered any elements into the body 404 and a pointer to body elements points to a null list. There are other elements in the layout elements list (such as border elements) that are not shown for the sake of ease of explanation.
  • FIG. 14 is an example showing the internal representation of FIG. 13 after some display element have been added by the user. The list now contains an image draw object for [0153] image 502 and a text draw object for text 504 (see FIG. 5). Each draw object contains data specifying its location on the page as shown in FIG. 5. If the image or text is also a hotspot, information identifying the URL of the link is also contained in the object.
  • FIG. 15 is an example showing the internal representation after [0154] text display element 504 has been moved by the user. Note at the position of the text draw object does not change in the list of draw objects. However, the position data in the text object does change to reflect the object's new position in the page layout. Similar changes are made to other page objects whenever the user alters the position, appearance, or function of the corresponding display element with the page editor 120.
  • It will be understood that all draw objects discussed in the following paragraphs include a screen position field (Indicating the X and Y coordinates of the objects'current position on the screen), the height and width of each draw object on the screen, and various flags associated with display of the object. Flags include whether the object has a frame drawn around it, whether the object may be resized to zero width or height, whether the object itself handles mouse commands internally, whether the object is currently selected, the color of the object, whether the object is transparent, whether the object contains text, etc. It will be understood that the specific flags stored in an object may vary from implementation to implementation. The position, height, width and flag values are not shown for the sake of clarity. It will also be understood that each type of draw object contains the data required to describe the appearance and function of the corresponding display element. [0155]
  • Draw objects can be of a variety of types or classes. It will be understood that the present invention does not necessarily include any specific types of draw objects and may include more or fewer types of draw objects than are discussed herein. The draw objects in a preferred embodiment include, without limitation: [0156]
  • rectangle, [0157]
  • round rectangle, [0158]
  • line, [0159]
  • ellipse, [0160]
  • text, [0161]
  • picture/image, [0162]
  • polygon, [0163]
  • OLEobject, [0164]
  • JavaScript, [0165]
  • database list, [0166]
  • database field, [0167]
  • form button, [0168]
  • form radio button, [0169]
  • form checkbox, [0170]
  • form edit, [0171]
  • form combobox, [0172]
  • form clear button, [0173]
  • zoomin, [0174]
  • zoomout, [0175]
  • grid, [0176]
  • graphic, [0177]
  • hotspot rectangle, [0178]
  • hotspot polygon, [0179]
  • hotspot ellipse, [0180]
  • background picker, [0181]
  • Shockwave object, [0182]
  • Sound, [0183]
  • Video, [0184]
  • ActiveX, [0185]
  • Form Multi edit, and [0186]
  • MAX SHAPE [0187]
  • In the described embodiment, each type of draw object has associated information that, in general, allows the draw object to be displayed on [0188] display device 150 in accordance with user draw commands. This information is also used to generate HTML for the object (including links and anchors). The following paragraphs describe some examples of draw objects.
  • FIG. 16([0189] a) is an example of information associated with a draw object for a page banner. It includes a bitmap of the banner and the name of the page (e.g., “Products”). FIG. 16(b) is a first example of information associated with a draw object for a navigator button object. It includes a node number to which it will link when displayed by a browser, a name of the linked to page, and an image of the navigator button (e.g., an image using the GIF, JPEG, BMP, TIFF, EPS, or PCX file formats). FIG. 16(c) is a second example of information associated with a draw object for a navigator button. The link in the second example is a structural link, i.e., it represents a link according to relationships between the pages/nodes. FIG. 16(c) includes a smart link to another node, which is specified by relationship, and an image. The identity of the link is determined (updated) when the page is displayed, previewed, or published. FIG. 16(d) is an example of a draw object for a text object. It includes a node number to which it will link when displayed by a browser, a name of the linked to page, and a string displayed in the text button. In the described embodiment, each draw object contains its type, its X position, Y position, width, and height. Appendix A shows an example of a draw object of text and a draw object for an image. It will be understood that each type of display element in a page (e.g., text, image, button, etc.) has a corresponding type of draw object.
  • In the described embodiment, each draw object contains its type, its X position, Y position, width, and height and display flags. In general, each draw object contains information associated with its corresponding dialog box in which the user views properties of the display element on the page. [0190]
  • III. Publishing a Page [0191]
  • Once the user has created a layout for a Web page as described above, the user needs to be able to create HTML for the page in accordance with the draw objects of the page. FIG. 17 shows an example of a display used to allow the user to publish one or more pages. In the described embodiment, this display actually allows the user to publish all pages in a Web site, as described in the co-pending U.S. application Ser. No.______ of Samir Arora et al., filed concurrently herewith, and entitled “Hierarchical Structure Editor for Web Sites. [0192]
  • FIG. 17 shows a screen displayed when the user clicks on “Publish” button [0193] 310 of FIG. 3. The screen includes three buttons “Settings” 1702, “Stage” 1704, and “Publish” 1706. Once the display of FIG. 17 is displayed, the user can either “stage” or “publish” his site. Generally, staging is performed first and publishing is performed once the site is debugged. Staging and publishing are substantially the same, differing in when they are performed during the site development process. The user can also set configuration parameters to control the publishing or staging process. Clicking on either “publish” button 2802 or “Stage” button 2804 causes the described embodiment to generate HTML code for each page in the site (or only for pages indicated by the publish flag or by the user). This process is described below.
  • Clicking on “Settings” button [0194] 1702 causes a pop-up window 1708 to be displayed. Clicking on “Stage” tab 1710 or “Publish” tab 1712 will display a window, which allows the user to specify a storage location for the staged or published site. Clicking on a “Modify” tab 1808 causes the popup window 1802 of FIG. 18 to be displayed. Window 1802 allows the user to indicate certain attributes of the HTML to be generated for the site (e.g., text only, black and white (grey scale), or low-res).
  • FIG. 19 is a flow chart showing steps performed by page [0195] draw editor software 120 to publish a page of a site. It will be understood that the steps of FIG. 19 are performed by processor 102 executing instructions in page draw editor software 120. In step 1904, if the stacked flag of the current page object indicates that the current page is a stacked page, then processor 102 creates HTML for a plurality of pages. If the current page is not a stacked page then, in step 1908, processor 102 builds HTML for a “normal” page. In either case, the HTML for the page is then written to a storage medium of the system.
  • It will be understood that, generally, each page object has a corresponding list of draw objects describing the elements of the page layout, and that [0196] processor 102 generates HTML in accordance with the lists of draw objects. As described above, each list of draw objects automatically includes draw objects representing automatically generated banners and links (e.g., to the home, parent, sibling, and/or children pages of that page). These automatic links may be structural links). The draw objects of a page may also represent other, additional links added by the user that are not a part of the site hierarchy. Moreover, the user can use the page draw editor to remove some of the automatically generated draw objects links if he so desires. Unless the user explicitly removes them, however, these automatically generated links are present in each page layout. Thus, the generated HTML for each page will contain links to the home, parents, siblings, and/or children pages for each page of the site view.
  • IV. HTML Generation for a Page [0197]
  • FIG. 20 is a flow chart showing steps performed by the structure editor software to publish a normal page. FIG. 21 is a flow chart showing steps performed by the structure editor software to publish a stacked page. The steps of FIGS. 20 and 21 are similar, except that the steps of FIG. 21 generates multiple HTML pages for the stacked page. Step [0198] 2002 creates initial HTML for the page as shown in FIG. 22. This step creates the beginning of an HTML page. Steps 2004-2008 create HTML tables for each of the header, body, and footer as shown in FIGS. 23 and 24. Step 2010 creates final HTML for the end of the page as shown in FIG. 25. The preferred embodiment generates Netscape HTML version 3.X.
  • FIG. 21 shows the creation of a plurality of HTML pages for a stacked page. Each HTML contains, for example, data for one record of a database associated with the stacked page. Each of the plurality of HTML pages has a common format including the same fields of the database and the same layout of the fields. Each page of the plurality of pages has the same format, but different data. [0199]
  • [0200] Step 2214 of FIG. 22 shows that the HTML for a page includes a tag specifying the colors that a browser will use to display regular, visited, and active links. Other embodiments specify other HTML tags that specify other attributes common to the page.
  • FIG. 23 is a flow chart showing steps to build an HTML table. In the described embodiment, an HTML table is generated for the header, body, and footer of each page. Steps [0201] 2302-2308 generate a matrix in memory 104 as discussed below in connection with FIGS. 26-29. Step 2312 create the HTML table in accordance with the matrix as shown in FIG. 24.
  • FIG. 24 shows steps that create an HTML table. [0202] Step 2402 writes a table tag including a border of zero width and cellpadding and cellspacing of zero. Step 2404 generates a table header including column and width definitions for the HTML table. Steps 2406-2418 go through each row and column of the matrix to generate a plurality of cells in the HTML table. Some of the cells in the HTML table can be several columns wide and/or several rows high. Step 2420 generates an end of table tag.
  • FIG. 26 is an example of first steps involved in determining an HTML table size for a layout element of a header, body, or footer. In the example, the layout element has four display elements. Each display element corresponds to one draw object of the page. As discussed above, each draw object has an X position (a start row) and a length. Each draw object also has a Y position (a start column) and a height. For each object, a first column edge is the X start position and a second column edge is the X start position plus the length. In addition, for each object, a first row edge is the Y start position and a second row edge is the Y start position plus the height. [0203] Processor 102 finds the row edges and columns edges for a current page, yielding data 2602 and 2604.
  • FIG. 27 is an example of second steps involved in determining an HTML table size for a layout element. Once the column and row edges of the draw objects are determined, the edges are sorted, duplicate edges are removed from the sorted list, yielding unique row edges and unique column edges ([0204] steps 2304 and 2306 of FIG. 23). The unique rows edges and column edges are then counted. In the example, the objects have six column edges and seven row edges. Once the unique row edges and column edges are determined, the column widths and row heights for each column and row are determined.
  • FIG. 28 is an example of a matrix [0205] 2802 generated in accordance with the edges and draw objects. Matrix 2902 has a number of rows equal to the number of row edges plus one. The matrix has a number of columns equal to the number of column edges plus one. Thus, in the example, the matrix has seven columns and eight rows. Each element 2804 of the matrix has a pointer field and an occupied flag. The element of row 7, column 2 of the matrix points to object number 1 and is marked as occupied. The next four elements in row 2 are also marked as occupied. The element of row 3, column 3 points to object number 2 and is marked as occupied. The element of row 2, column 5 points to object number 3 and is marked as occupied. The next four elements in column 5 are also marked as occupied. The element of row 5, column 3 points to object number 4 and is marked as occupied.
  • FIG. 29 is a block diagram of how the matrix [0206] 2802 is used to generate an HTML table. The HTML table is used by a browser to display a portion of a page on display device 160 (such as a header, body, or a footer. (An alternate embodiment of the present invention creates a single table for each page of the site). Each element of the matrix is used to generate a cell in an HTML table (although some cells occupy more than one row or more than one column). For example, the matrix element in row 1, column 1 causes an empty table cell to be generated. Each row in the HTML table has a height in pixels that is equal to the height for that matrix row. Each cell in the HTML table has a width that is equal to the width of the matrix for that column.
  • As is known to persons of ordinary skill in the art, the cells in the table can be of varying sizes (i.e., can use the HTML tags “ROWSPAN” and “COLSPAN”). The matrix element in [0207] row 2, column 5 causes generates of a cell that spans four rows (ROWSPAN=4). The matrix element in row 7, column 2 causes generation of a cell that spans five column (COLSPAN=5).
  • FIG. 30 shows an example of a Style display. The display of FIG. 30 is shown when the user selects [0208] Style button 306. The Style button display allows the user to select an overall default appearance of all pages in the site. The user can override the style for a given page by defining a different style for the page (not shown). In the described embodiment, the values shown in FIG. 30 are stored in locations of memory 104. The automatic generation of banners, navigation buttons, and text buttons is performed in accordance with user-specified style values.
  • FIG. 31 shows an example of an Assets Display. The Assets display shows the files, links, and objects in the data processing system. For example, the assets shown in FIG. 31 are the draw objects for the “Products” page of FIG. 5. [0209]
  • FIG. 32 shows an example of a plurality of link dialog boxes, showing a structural link, an internal link, and an external link. [0210]
  • FIG. 33 is a flow chart showing identification of structural links for a page. The links preferably are identified when the page is displayed, previewed or published. Internal and external links are “absolute” links. Structural links are identified only as “next sibling link,” “next child link”, etc. For each link, the node-that-is-linked-to is identified (updated) by looking at the page hierarchy specified by the page layout tree. After the node is identified, the processor finds the URL, name, etc of the node and generates the display or HTML for the structural link. [0211]
  • In summary, the described embodiment of the present invention allows a user to define a layout of a Web page. A draw-based editor in accordance with the present invention automatically creates draw objects for each page that reflects the user-defined layout. When the user publishes” a page, the described embodiment generates HTML code for the page. A page can also be a “stacked page.” A single stacked page causes generation of a plurality of HTML pages. The page defaults to a user-specified “style,” which can be changed by the user. [0212]
  • Other embodiments will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. It is intended that the specification and examples be considered as exemplary only, with a true scope of the invention being indicated by the following claims and equivalents. [0213]

Claims (1)

What is claimed is:
1. A method of allowing a user to define a World Wide Web page comprising the steps, performed by a data processing system, of:
displaying a plurality of page display elements on a display device, the display elements forming a page layout on the display device;
receiving an indication that the user wants to add a new display element to the page at a first position on the page;
adding a new draw data structure in a memory of the data processing system for the new display element to a plurality of other draw data structures, the draw data structures corresponding to the plurality of page display elements, where the new draw data structure includes data representing the first position; and
generating HTML that substantially reflects the displayed page layout on a pixel by pixel basis in accordance with the draw data structures.
US09/153,536 1996-07-29 1998-09-16 Draw-based editor for web pages Abandoned US20020023111A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/153,536 US20020023111A1 (en) 1996-07-29 1998-09-16 Draw-based editor for web pages

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/687,974 US5845299A (en) 1996-07-29 1996-07-29 Draw-based editor for web pages
US09/153,536 US20020023111A1 (en) 1996-07-29 1998-09-16 Draw-based editor for web pages

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US08/687,974 Continuation US5845299A (en) 1996-07-29 1996-07-29 Draw-based editor for web pages

Publications (1)

Publication Number Publication Date
US20020023111A1 true US20020023111A1 (en) 2002-02-21

Family

ID=24762600

Family Applications (2)

Application Number Title Priority Date Filing Date
US08/687,974 Expired - Lifetime US5845299A (en) 1996-07-29 1996-07-29 Draw-based editor for web pages
US09/153,536 Abandoned US20020023111A1 (en) 1996-07-29 1998-09-16 Draw-based editor for web pages

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US08/687,974 Expired - Lifetime US5845299A (en) 1996-07-29 1996-07-29 Draw-based editor for web pages

Country Status (3)

Country Link
US (2) US5845299A (en)
AU (1) AU3808297A (en)
WO (1) WO1998004978A1 (en)

Cited By (76)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010047477A1 (en) * 2000-03-20 2001-11-29 Hiang-Swee Chiang Transparent user and session management for web applications
US20020065846A1 (en) * 2000-11-30 2002-05-30 Atsuro Ogawa Spreadsheet Web server system and spreadsheet Web system
US20030034991A1 (en) * 2000-10-20 2003-02-20 Fitzsimons Edgar Michael Method of constructing a composite image
US20030051209A1 (en) * 1998-12-31 2003-03-13 Microsoft Corporation System and method for editing a spreadsheet via an improved editing and cell selection model
US20030074634A1 (en) * 1998-11-25 2003-04-17 Helmut Emmelmann Interactive server side components
US20030126128A1 (en) * 2001-10-31 2003-07-03 Mike Watson Systems and methods of generating interactive electronic reference materials
US20040060053A1 (en) * 2002-09-20 2004-03-25 Sun Microsystems, Inc. Loading and saving data from security sensitive applets to a local file system
US20040215719A1 (en) * 2003-04-09 2004-10-28 Altshuler Dennis Wayne Method and system for designing, editing and publishing web page content in a live internet session
US20050010910A1 (en) * 1998-12-31 2005-01-13 Microsoft Corp. System for converting event-driven code into serially executed code
US20050010871A1 (en) * 2000-06-21 2005-01-13 Microsoft Corporation Single window navigation methods and systems
WO2005003913A2 (en) * 2003-06-25 2005-01-13 Yahoo! Inc. System and method for providing a webpage
US20050060718A1 (en) * 1998-12-31 2005-03-17 Microsoft Corporation Transporting objects between a client and a server
US20050204312A1 (en) * 2004-03-12 2005-09-15 Sebastien Rosel Process for selecting and handling objects in a computer-aided design system
US20050229101A1 (en) * 2003-01-24 2005-10-13 Matveyenko Wade A Remote web site editing in a web browser without external client software
US20060064641A1 (en) * 1998-01-20 2006-03-23 Montgomery Joseph P Low bandwidth television
US20060095866A1 (en) * 2004-10-28 2006-05-04 Nokia Corporation Methods and apparatus for implementing a device menu
US20060129583A1 (en) * 2004-12-15 2006-06-15 Microsoft Corporation Recursive sections in electronic forms
US20060161837A1 (en) * 2005-01-14 2006-07-20 Microsoft Corporation Structural editing operations for network forms
US20060200751A1 (en) * 1999-11-05 2006-09-07 Decentrix Inc. Method and apparatus for providing conditional customization for generating a web site
US20060235829A1 (en) * 2005-04-15 2006-10-19 Microsoft Corporation Query to an electronic form
US7134084B1 (en) * 2001-06-18 2006-11-07 Siebel Systems, Inc. Configuration of displays for targeted user communities
WO2006138519A2 (en) * 2005-06-15 2006-12-28 Flimp Media Inc. System and method of creating and tracking rich media communications
US20070005978A1 (en) * 2005-06-29 2007-01-04 Microsoft Corporation Digital signatures for network forms
US20070061467A1 (en) * 2005-09-15 2007-03-15 Microsoft Corporation Sessions and session states
US20070094589A1 (en) * 2003-03-24 2007-04-26 Microsoft Corporation Incrementally Designing Electronic Forms and Hierarchical Schemas
US7213202B1 (en) * 1998-12-11 2007-05-01 Microsoft Corporation Simplified design for HTML
US20070101260A1 (en) * 2005-11-02 2007-05-03 Canon Kabushiki Kaisha Information processing method and apparatus thereof
GB2433141A (en) * 2005-12-07 2007-06-13 Era Digital Media Co Ltd Single page website organization method
US7237002B1 (en) * 2000-01-04 2007-06-26 International Business Machines Corporation System and method for dynamic browser management of web site
US20070180367A1 (en) * 2000-03-07 2007-08-02 Gutenberg Printing Llc Server side web browsing and multiple lens system, method and apparatus
US20070294306A1 (en) * 2004-12-13 2007-12-20 Toutonghi Michael J Automatic publishing of digital content
US20080040662A1 (en) * 2004-12-20 2008-02-14 Microsoft Corporation Method and Computer-Readable Medium for Providing Page and Table Formatting Services
US20080040635A1 (en) * 2003-03-28 2008-02-14 Microsoft Corporation System and Method for Real-Time Validation of Structured Data Files
US20080052287A1 (en) * 2003-08-06 2008-02-28 Microsoft Corporation Correlation, Association, or Correspondence of Electronic Forms
US20080109472A1 (en) * 1999-11-05 2008-05-08 John Underwood Method and apparatus for generating a link to a presented web page
US20080189335A1 (en) * 2003-03-24 2008-08-07 Microsoft Corporation Installing A Solution
US20080222514A1 (en) * 2004-02-17 2008-09-11 Microsoft Corporation Systems and Methods for Editing XML Documents
US20090006454A1 (en) * 2007-06-29 2009-01-01 Microsoft Corporation WYSIWYG, browser-based XML editor
WO2009026535A1 (en) * 2007-08-22 2009-02-26 Proscape Technologies, Inc. Defining an interactive user interface
US20090106656A1 (en) * 2007-10-23 2009-04-23 Microsoft Corporation Dashboard Editor
US20090106640A1 (en) * 2007-10-23 2009-04-23 Microsoft Corporation Scorecard Interface Editor
US20090177961A1 (en) * 2003-03-24 2009-07-09 Microsoft Corporation Designing Electronic Forms
US20100005408A1 (en) * 2008-07-03 2010-01-07 Lanahan James W System and methods for multimedia "hot spot" enablement
US7979856B2 (en) 2000-06-21 2011-07-12 Microsoft Corporation Network-based software extensions
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
US8074217B2 (en) 2000-06-21 2011-12-06 Microsoft Corporation Methods and systems for delivering software
US20120117121A1 (en) * 2010-11-05 2012-05-10 Apple Inc. Browser-Based Database Manipulation
US20120166932A1 (en) * 2010-12-25 2012-06-28 Hon Hai Precision Industry Co., Ltd. Webpage design system
US20130086496A1 (en) * 2011-08-31 2013-04-04 Wixpress Ltd Adaptive User Interface for a Multimedia Creative Design System
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US20140053060A1 (en) * 2012-08-17 2014-02-20 Launchbase, LLC Website development tool
CN103995662A (en) * 2013-02-19 2014-08-20 上海鼎讯电子有限公司 Touch operation processing method
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
US20140245125A1 (en) * 2013-02-26 2014-08-28 Google Inc. Creation of a content display area on a web page
US20140282139A1 (en) * 2013-03-13 2014-09-18 Outright, Inc. System for mobile content management
US8892993B2 (en) 2003-08-01 2014-11-18 Microsoft Corporation Translation file
US9229917B2 (en) 2003-03-28 2016-01-05 Microsoft Technology Licensing, Llc Electronic form user interfaces
US20170097752A1 (en) * 2013-03-11 2017-04-06 Oracle International Corporation Method and system for generating a web page layout using nested drop zone widgets having different software functionalities
US10282391B2 (en) 2008-07-03 2019-05-07 Ebay Inc. Position editing tool of collage multi-media
US10326858B2 (en) 2017-05-23 2019-06-18 Cdk Global, Llc System and method for dynamically generating personalized websites
US10332068B2 (en) 2016-04-21 2019-06-25 Cdk Global, Llc Systems and methods for stocking an automobile
US10482475B2 (en) 2011-02-10 2019-11-19 Adp Dealer Services, Inc. Systems and methods for providing targeted advertising
US10853769B2 (en) 2016-04-21 2020-12-01 Cdk Global Llc Scheduling an automobile service appointment in a dealer service bay based on diagnostic trouble codes and service bay attributes
US10867285B2 (en) 2016-04-21 2020-12-15 Cdk Global, Llc Automatic automobile repair service scheduling based on diagnostic trouble codes and service center attributes
US10984177B2 (en) 2019-05-20 2021-04-20 Wix.Com Ltd. System and method providing responsive editing and viewing, integrating hierarchical fluid components and dynamic layout
US11080734B2 (en) 2013-03-15 2021-08-03 Cdk Global, Llc Pricing system for identifying prices for vehicles offered by vehicle dealerships and other entities
US11080105B1 (en) 2020-11-18 2021-08-03 Cdk Global, Llc Systems, methods, and apparatuses for routing API calls
US11190608B2 (en) 2018-03-21 2021-11-30 Cdk Global Llc Systems and methods for an automotive commerce exchange
US11205036B2 (en) 2013-03-11 2021-12-21 Oracle International Corporation Method and system for implementing contextual widgets
US20220121355A1 (en) * 2018-09-20 2022-04-21 Enable Wow Terminal, method for controlling same, and recording medium in which program for implementing the method is recorded
US11354022B2 (en) 2008-07-03 2022-06-07 Ebay Inc. Multi-directional and variable speed navigation of collage multi-media
US11403960B2 (en) * 2019-08-06 2022-08-02 Adp, Inc. Product demonstration creation toolset that provides for entry of persistent data during use of the demonstration
US11501351B2 (en) 2018-03-21 2022-11-15 Cdk Global, Llc Servers, systems, and methods for single sign-on of an automotive commerce exchange
US11514021B2 (en) 2021-01-22 2022-11-29 Cdk Global, Llc Systems, methods, and apparatuses for scanning a legacy database
WO2023129104A1 (en) * 2021-12-30 2023-07-06 Turkcell Teknoloji Arastirma Ve Gelistirme Anonim Sirketi A system for creating front-end
US11803535B2 (en) 2021-05-24 2023-10-31 Cdk Global, Llc Systems, methods, and apparatuses for simultaneously running parallel databases

Families Citing this family (200)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6340981B1 (en) * 1997-06-30 2002-01-22 Sun Microsystems, Inc. Method and apparatus for stroke substitution
US5758324A (en) * 1995-12-15 1998-05-26 Hartman; Richard L. Resume storage and retrieval system
US6003046A (en) * 1996-04-15 1999-12-14 Sun Microsystems, Inc. Automatic development and display of context information in structured documents on the world wide web
US5911145A (en) * 1996-07-29 1999-06-08 Rae Technology, Inc. Hierarchical structure editor for web sites
SG70025A1 (en) * 1996-08-14 2000-01-25 Nippon Telegraph & Telephone Method and system for preparing and registering homepages interactive input apparatus for multimedia informations and recording medium including interactive input programs of the multimedia informations
US6189019B1 (en) * 1996-08-14 2001-02-13 Microsoft Corporation Computer system and computer-implemented process for presenting document connectivity
US6377978B1 (en) 1996-09-13 2002-04-23 Planetweb, Inc. Dynamic downloading of hypertext electronic mail messages
US6584498B2 (en) 1996-09-13 2003-06-24 Planet Web, Inc. Dynamic preloading of web pages
US6101509A (en) * 1996-09-27 2000-08-08 Apple Computer, Inc. Method and apparatus for transmitting documents over a network
US6268851B1 (en) * 1996-09-30 2001-07-31 Trellix Corporation Hypermedia authoring and publishing system
US5983245A (en) * 1996-12-27 1999-11-09 Apple Computer, Inc. Method and apparatus for implementing universal resource locator menus
KR20000064772A (en) * 1997-01-24 2000-11-06 이데이 노부유끼 Apparatus for generating a shape data, a method for generating the shape data, and a medium thereof
WO1998033149A1 (en) * 1997-01-24 1998-07-30 Sony Corporation Pattern data generator, pattern data generating method and its medium
US6092081A (en) * 1997-03-05 2000-07-18 International Business Machines Corporation System and method for taggable digital portfolio creation and report generation
US6785865B1 (en) * 1997-03-06 2004-08-31 Microsoft Corporation Discoverability and navigation of hyperlinks via tabs
US7278098B1 (en) 1997-04-09 2007-10-02 Adobe Systems Incorporated Method and apparatus for implementing web pages having smart tables
US6684369B1 (en) * 1997-06-19 2004-01-27 International Business Machines, Corporation Web site creator using templates
US6282548B1 (en) * 1997-06-21 2001-08-28 Alexa Internet Automatically generate and displaying metadata as supplemental information concurrently with the web page, there being no link between web page and metadata
US6061686A (en) * 1997-06-26 2000-05-09 Digital Equipment Corporation Updating a copy of a remote document stored in a local computer system
US20020007493A1 (en) * 1997-07-29 2002-01-17 Laura J. Butler Providing enhanced content with broadcast video
US6542923B2 (en) * 1997-08-21 2003-04-01 Planet Web, Inc. Active electronic mail
US6564250B1 (en) 1997-08-21 2003-05-13 Planetweb, Inc. Miniclient for internet appliance
US7325077B1 (en) 1997-08-21 2008-01-29 Beryl Technical Assays Llc Miniclient for internet appliance
US6313851B1 (en) * 1997-08-27 2001-11-06 Microsoft Corporation User friendly remote system interface
US6138150A (en) * 1997-09-03 2000-10-24 International Business Machines Corporation Method for remotely controlling computer resources via the internet with a web browser
US5987482A (en) * 1997-09-08 1999-11-16 International Business Machines Corporation Computer system and method of displaying hypertext documents with internal hypertext link definitions
US6163779A (en) * 1997-09-29 2000-12-19 International Business Machines Corporation Method of saving a web page to a local hard drive to enable client-side browsing
US6026371A (en) * 1997-11-25 2000-02-15 International Business Machines Corp. Method and apparatus for allowing online directory producers to preview advertisement in online directory listings
US6247011B1 (en) * 1997-12-02 2001-06-12 Digital-Net, Inc. Computerized prepress authoring for document creation
GB2332348A (en) * 1997-12-09 1999-06-16 Zyris Plc Graphic image design
US6002874A (en) * 1997-12-22 1999-12-14 International Business Machines Corporation Method and system for translating goto-oriented procedural languages into goto-free object oriented languages
US6108675A (en) * 1998-01-22 2000-08-22 International Business Machines Corporation Positioning of transmitted document pages in receiving display station windows for maximum visibility of information on pages
US5945993A (en) * 1998-01-30 1999-08-31 Hewlett-Packard Company Pictograph-based method and apparatus for controlling a plurality of lighting loads
US6366923B1 (en) * 1998-03-23 2002-04-02 Webivore Research, Llc Gathering selected information from the world wide web
US6684211B1 (en) 1998-04-01 2004-01-27 Planetweb, Inc. Multimedia communication and presentation
US6292185B1 (en) * 1998-04-27 2001-09-18 C.C.R., Inc. Method and apparatus for tailoring the appearance of a graphical user interface
US6473100B1 (en) * 1998-05-20 2002-10-29 Microsoft Corporation Hosting controls in a window via an interface for controlling the window
US6496203B1 (en) * 1998-05-27 2002-12-17 Microsoft Corporation Standardized and application-independent graphical user interface components implemented with web technology
US6374273B1 (en) * 1998-06-05 2002-04-16 International Business Machines Corporation Reformatting a first single-column markup document into a multi-column document, and formatting second markup document in the background, while displaying the first reformatted document
US6959449B1 (en) * 1998-06-08 2005-10-25 Sony Corporation System and method for simultaneously accessing video data and internet page data
AUPP415298A0 (en) * 1998-06-16 1998-07-09 Womble Enterprises Pty Ltd Real-time document management system
US6185589B1 (en) * 1998-07-31 2001-02-06 Hewlett-Packard Company Automatic banner resizing for variable-width web pages using variable width cells of HTML table
US6558431B1 (en) * 1998-09-11 2003-05-06 Macromedia, Inc. Storing valid and invalid markup language in strict and relaxed tables respectively
CN100416464C (en) * 1998-09-25 2008-09-03 富士通株式会社 Information processor, information processing method and medium
US7117433B1 (en) * 1998-09-29 2006-10-03 International Business Machines Corporation HTML mapping substitution graphical user interface for display of elements mapped to HTML files
US6779153B1 (en) 1998-12-11 2004-08-17 Microsoft Corporation Creation of web pages through synchronization
US7284193B1 (en) 1998-12-31 2007-10-16 Microsoft Corporation Page object model
US6714219B2 (en) * 1998-12-31 2004-03-30 Microsoft Corporation Drag and drop creation and editing of a page incorporating scripts
US6895557B1 (en) 1999-07-21 2005-05-17 Ipix Corporation Web-based media submission tool
WO2001011491A1 (en) * 1999-08-06 2001-02-15 Kinkos.Com Automated product designer system and method
US7278094B1 (en) 2000-05-03 2007-10-02 R. R. Donnelley & Sons Co. Variable text processing for an electronic press
US6434745B1 (en) 1999-09-15 2002-08-13 Direct Business Technologies, Inc. Customized web browsing and marketing software with local events statistics database
US7934149B1 (en) * 1999-09-30 2011-04-26 Instantis, Inc. Automated creation and maintenance of programs to process internet form related submissions
US20100145794A1 (en) * 1999-10-21 2010-06-10 Sean Barnes Barger Media Processing Engine and Ad-Per-View
US6792575B1 (en) 1999-10-21 2004-09-14 Equilibrium Technologies Automated processing and delivery of media to web servers
US20060265476A1 (en) * 1999-10-21 2006-11-23 Sean Barger Automated media delivery system
US6732162B1 (en) 1999-11-15 2004-05-04 Internet Pictures Corporation Method of providing preprocessed images for a plurality of internet web sites
US7120863B1 (en) 1999-11-15 2006-10-10 International Business Machines Corporation Method, system, and program for interfacing with elements in a document
US6823330B1 (en) 1999-11-16 2004-11-23 Gateway, Inc. Site home navigation control
US6720981B1 (en) 1999-12-08 2004-04-13 International Business Machines Corporation Method, system and program product for animated web page construction and display
KR20000012553A (en) * 1999-12-11 2000-03-06 김창곤 Active Browser
US20010032090A1 (en) * 1999-12-14 2001-10-18 Ahmed Moneim One-line registration
US6639611B1 (en) * 1999-12-15 2003-10-28 Sun Microsystems, Inc. System and method for efficient layout of a display table
US6690396B1 (en) 1999-12-27 2004-02-10 Gateway, Inc. Scannable design of an executable
GB2357945A (en) * 1999-12-30 2001-07-04 Nokia Corp Navigating a focus around a display device
FR2804231B1 (en) 2000-01-25 2002-11-08 Vistaprint Usa Inc CENTRALIZED PRINTING OF LOW-VOLUME COMMERCIAL DOCUMENTS ON MACHINES PREVIOUSLY LIMITED TO VERY LARGE PRINTS
AU2001231078A1 (en) * 2000-01-25 2001-08-07 Vistaprint Usa, Inc. Managing print jobs
US7320104B2 (en) * 2000-02-12 2008-01-15 Adobe Systems Incorporated Text grid creation tools
US7305617B2 (en) * 2000-02-12 2007-12-04 Adobe Systems Incorporated Method for aligning text to baseline grids and to CJK character grids
US20030115546A1 (en) * 2000-02-17 2003-06-19 Dubey Stuart P. Method and apparatus for integrating digital media assets into documents
WO2001073560A1 (en) * 2000-03-31 2001-10-04 Kyocera Communication Systems, Co., Ltd. Contents providing system
US9436667B2 (en) * 2000-05-19 2016-09-06 Renderx, Inc. Techniques for rendering media as layers
US20020138843A1 (en) * 2000-05-19 2002-09-26 Andrew Samaan Video distribution method and system
US6971062B1 (en) 2000-05-19 2005-11-29 Renderx Methods for rendering footnotes
US7024621B1 (en) * 2000-05-19 2006-04-04 Renderx Methods and systems for rendering electronic data
US7454695B1 (en) 2000-05-19 2008-11-18 Renderx, Inc. Methods for rendering tables
US20020023112A1 (en) * 2000-05-24 2002-02-21 Nttx Corporation Graphical web page editor
US7181679B1 (en) 2000-05-26 2007-02-20 Newsstand, Inc. Method and system for translating a digital version of a paper
DE10196230T1 (en) * 2000-05-26 2003-11-06 Newsstand Inc Method, system and computer program product for providing a digital version of a mass-produced printed matter
US6845273B1 (en) 2000-05-26 2005-01-18 Newsstand, Inc. Method and system for replacing content in a digital version of a mass-produced printed paper
US6850260B1 (en) 2000-05-26 2005-02-01 Newsstand, Inc. Method and system for identifying a selectable portion of a digital version of a mass-produced printed paper
US8055994B1 (en) 2000-05-26 2011-11-08 Libredigital, Inc. Method, system and computer program product for displaying a version of a paper
US6771291B1 (en) * 2000-06-07 2004-08-03 The Perfect Web Corporation Method for developing electronic documents employing multiple display regions
US10878178B2 (en) * 2000-06-07 2020-12-29 Pt 291, Llc Modifying web pages to be served by computer server system
FR2810131B1 (en) * 2000-06-08 2005-04-08 Stg Interactive SYSTEM FOR PUBLICATION OF MULTIMEDIA DATA
US7028268B1 (en) 2000-06-15 2006-04-11 Conley Jr Ralph F Multiple destination banners
EP1168160A1 (en) * 2000-06-19 2002-01-02 Hewlett-Packard Company, A Delaware Corporation Process for automatically displaying graphical objects such as buttons in a web page
US7624356B1 (en) * 2000-06-21 2009-11-24 Microsoft Corporation Task-sensitive methods and systems for displaying command sets
US20020194267A1 (en) * 2000-06-23 2002-12-19 Daniel Flesner Portal server that provides modification of user interfaces for access to computer networks
US6632249B2 (en) * 2000-06-23 2003-10-14 Microsoft Corporation Method for providing web-based services to an application program module
US6493733B1 (en) * 2000-06-23 2002-12-10 Microsoft Corporation Method for inserting interactive HTML objects into an electronic file
FR2812420A1 (en) * 2000-07-28 2002-02-01 Baptiste Vermes AUTOMATIC PROCESS FOR FORMING DYNAMIC PAGES ON A WEBSITE
US7779359B2 (en) * 2000-08-08 2010-08-17 The United States Of America As Represented By The Secretary Of The Army Multifunction display design tool
US7069192B1 (en) * 2000-08-25 2006-06-27 Hewlett-Packard Company CAD system
US6922702B1 (en) 2000-08-31 2005-07-26 Interactive Video Technologies, Inc. System and method for assembling discrete data files into an executable file and for processing the executable file
US20020026521A1 (en) * 2000-08-31 2002-02-28 Sharfman Joshua Dov Joseph System and method for managing and distributing associated assets in various formats
US6839059B1 (en) 2000-08-31 2005-01-04 Interactive Video Technologies, Inc. System and method for manipulation and interaction of time-based mixed media formats
JP2002083309A (en) * 2000-09-07 2002-03-22 Hitachi Ltd Service offering method, its executing device, storage medium recording its processing program
SG96567A1 (en) * 2000-09-16 2003-06-16 Sang Nila Comm Method for preparing a document for electronic publication
KR20020022407A (en) * 2000-09-20 2002-03-27 주식회사 인포웨어 Method of generating a web site corporated with databases and program recording medium
US20020059280A1 (en) * 2000-09-25 2002-05-16 Brian Slesinsky Automated table installer for multiple heterogenous databases
WO2002027537A1 (en) * 2000-09-28 2002-04-04 Fatwire Corporation System and method for in-context editing
AU2002239743A1 (en) * 2000-10-20 2002-05-21 Desknet, Inc. Transforming a source document to a desired target document
US7260777B2 (en) * 2001-08-17 2007-08-21 Desknet Inc. Apparatus, method and system for transforming data
DE10053475A1 (en) * 2000-10-24 2002-05-02 Textmodule Gmbh Method for automated preparation of multilingual Internet presentations follows three steps to offer a computer novice text modules to be combined with individual data in a user's data file and written in a foreign language version.
US7895530B2 (en) * 2000-11-09 2011-02-22 Change Tools, Inc. User definable interface system, method, support tools, and computer program product
US7191405B1 (en) 2000-11-22 2007-03-13 Adobe Systems Incorporated System and method for editing information
US20060047781A1 (en) * 2000-11-22 2006-03-02 Ed Anuff Method and system for providing remote portal service modules
US20020091840A1 (en) * 2000-11-28 2002-07-11 Gregory Pulier Real-time optimization of streaming media from a plurality of media sources
WO2002046878A2 (en) * 2000-12-06 2002-06-13 American Express Travel Related Services Company, Inc. Layout generator system and method
US7000220B1 (en) 2001-02-15 2006-02-14 Booth Thomas W Networked software development environment allowing simultaneous clients with combined run mode and design mode
US20060288212A1 (en) * 2001-03-20 2006-12-21 Gutenberg Printing Llc Transparent user and session management for web applications
JP3475186B2 (en) * 2001-03-21 2003-12-08 株式会社ニチベイ Blinds, blind slats, manufacturing method thereof and molding machine
US6771292B2 (en) * 2001-03-29 2004-08-03 International Business Machines Corporation Method and system for providing feedback concerning a content pane to be docked in a host window
US9256356B2 (en) * 2001-03-29 2016-02-09 International Business Machines Corporation Method and system for providing feedback for docking a content pane in a host window
US20020158902A1 (en) * 2001-04-30 2002-10-31 Hooker Bryce H. Method and apparatus for automatically publishing associate information
US20020180789A1 (en) * 2001-06-01 2002-12-05 Gregory Guttmann Framework for developing web-based and email-based collaborative programs
AUPR580801A0 (en) * 2001-06-19 2001-07-12 Newbrain Technologies Pty Ltd A user interface for constructing web pages to build a website
US7287227B2 (en) * 2001-06-29 2007-10-23 Ve Enterprises Llc System and method for editing web pages in a client/server architecture
US20030023641A1 (en) * 2001-07-27 2003-01-30 Gorman William Phillip Web page authoring tool
US20040205553A1 (en) * 2001-08-15 2004-10-14 Hall David M. Page layout markup language
EP1288805A1 (en) * 2001-08-24 2003-03-05 Accenture Global Services GmbH eCommerce benchmarking
JP4344105B2 (en) * 2001-09-12 2009-10-14 セイコーエプソン株式会社 Source file generator
US8407353B2 (en) * 2001-09-17 2013-03-26 Open Text S.A. Method and system for sharing different web components between different web sites in a portal framework
US8606916B2 (en) 2001-09-17 2013-12-10 Open Text S.A. Graphical user interface for performing administration on web components of web sites in a portal framework
US20030079051A1 (en) * 2001-10-24 2003-04-24 Dean Moses Method and system for the internationalization of computer programs employing graphical user interface
US20030110449A1 (en) * 2001-12-11 2003-06-12 Wolfe Donald P. Method and system of editing web site
EP1331575A1 (en) * 2002-01-18 2003-07-30 Sap Ag Computer based creation of document in a markup language
DE60202998T2 (en) * 2002-05-17 2006-02-09 Sap Aktiengesellschaft Method and computer system for editing browser documents
US20030225632A1 (en) * 2002-05-30 2003-12-04 Vincent Tong Method and system for providing personalized online shopping service
US20030227481A1 (en) * 2002-06-05 2003-12-11 Udo Arend Creating user interfaces using generic tasks
US7461346B2 (en) * 2002-07-30 2008-12-02 Sap Ag Editing browser documents
US20060104511A1 (en) * 2002-08-20 2006-05-18 Guo Jinhong K Method, system and apparatus for generating structured document files
US7110005B2 (en) * 2002-09-06 2006-09-19 Autodesk, Inc. Object manipulators and functionality
US8234174B1 (en) 2002-09-10 2012-07-31 Eagon Grant A Method and apparatus for creating custom advertisements
DE10245528A1 (en) * 2002-09-30 2004-04-15 OCé PRINTING SYSTEMS GMBH Access to data objects using the network addresses assigned to the data objects
US7243098B2 (en) * 2002-12-19 2007-07-10 International Business Machines Corporation Method, system, and program for optimizing aggregate processing
US7124137B2 (en) 2002-12-19 2006-10-17 International Business Machines Corporation Method, system, and program for optimizing processing of nested functions
US7086028B1 (en) * 2003-04-09 2006-08-01 Autodesk, Inc. Simplified generation of design change information on a drawing in a computer aided design (CAD) environment
US7421649B1 (en) * 2003-04-28 2008-09-02 Adobe Systems Incorporated Enhanced visual table editing
EP1484694A1 (en) * 2003-06-05 2004-12-08 Sap Ag Converting object structures for search engines
US7668888B2 (en) * 2003-06-05 2010-02-23 Sap Ag Converting object structures for search engines
EP1508428A1 (en) * 2003-08-22 2005-02-23 Leister Process Technologies Device for welding flat plastic materials
US7581173B1 (en) 2003-09-25 2009-08-25 Google, Inc. Methods and apparatuses for formatting web pages
US7620896B2 (en) * 2004-01-08 2009-11-17 International Business Machines Corporation Intelligent agenda object for showing contextual location within a presentation application
US7120864B2 (en) 2004-01-27 2006-10-10 International Business Machines Corporation Eliminating superfluous namespace declarations and undeclaring default namespaces in XML serialization processing
US7610219B2 (en) * 2004-02-17 2009-10-27 Omar Farooq Sayed System and methods for assembly of a web site for an online store by a seller
WO2005109284A2 (en) * 2004-05-03 2005-11-17 Trintuition Llc Apparatus and method for creating and using documents in a distributed computing network
US7913163B1 (en) * 2004-09-22 2011-03-22 Google Inc. Determining semantically distinct regions of a document
US7707498B2 (en) * 2004-09-30 2010-04-27 Microsoft Corporation Specific type content manager in an electronic document
US7631290B1 (en) * 2004-10-27 2009-12-08 Adobe Systems Incorporated Enhanced navigation for visual design editing
US20060095835A1 (en) * 2004-11-01 2006-05-04 William Kennedy System and method for the modular generation of markup language
US20060107205A1 (en) * 2004-11-12 2006-05-18 Nokia Corporation Determining a main content area of a page
US7627592B2 (en) * 2004-12-16 2009-12-01 Microsoft Corporation Systems and methods for converting a formatted document to a web page
US7617234B2 (en) 2005-01-06 2009-11-10 Microsoft Corporation XML schema for binding data
US7730394B2 (en) 2005-01-06 2010-06-01 Microsoft Corporation Data binding in a word-processing application
US7945590B2 (en) 2005-01-06 2011-05-17 Microsoft Corporation Programmability for binding data
US7752224B2 (en) 2005-02-25 2010-07-06 Microsoft Corporation Programmability for XML data store for documents
US7668873B2 (en) * 2005-02-25 2010-02-23 Microsoft Corporation Data store for software application documents
US8635548B2 (en) * 2005-03-18 2014-01-21 International Business Machines Corporation Configuring a page for drag and drop arrangement of content artifacts in a page development tool
US7444597B2 (en) * 2005-03-18 2008-10-28 Microsoft Corporation Organizing elements on a web page via drag and drop operations
US20060212806A1 (en) * 2005-03-18 2006-09-21 Microsoft Corporation Application of presentation styles to items on a web page
US20060212792A1 (en) * 2005-03-18 2006-09-21 Microsoft Corporation Synchronously publishing a web page and corresponding web page resources
EP1920468B1 (en) * 2005-09-01 2014-02-26 Merck Patent GmbH Photovoltaic cells integrated with bypass diode
US7953696B2 (en) 2005-09-09 2011-05-31 Microsoft Corporation Real-time synchronization of XML data between applications
US20070204220A1 (en) * 2006-02-27 2007-08-30 Microsoft Corporation Re-layout of network content
US8874692B2 (en) * 2006-03-27 2014-10-28 At&T Intellectual Property Ii, L.P. Method and apparatus for organizing information in a world wide web page format
US20070250783A1 (en) * 2006-04-24 2007-10-25 Ehealthinsurance Services, Inc. Method and system to provide online application forms
US20080172608A1 (en) * 2006-06-06 2008-07-17 Bellsouth Intellectual Property Corporation Site builder
US20080007788A1 (en) * 2006-06-30 2008-01-10 Good Frederick L Smart page photo sizing, composing and cropping tool
US7703038B1 (en) * 2006-09-26 2010-04-20 Adobe Systems Inc. Methods and apparatus for creating a quick canvas
US20080120538A1 (en) * 2006-11-22 2008-05-22 University Of New Brunswick Visual web page authoring tool for multi-context web pages
US8126766B2 (en) * 2006-11-29 2012-02-28 Yahoo! Inc. Interactive user interface for collecting and processing nomenclature and placement metrics for website design
US8020094B2 (en) 2006-12-06 2011-09-13 Microsoft Corporation Editing web pages via a web browser
US8381093B2 (en) * 2006-12-06 2013-02-19 Microsoft Corporation Editing web pages via a web browser
JP2008146225A (en) * 2006-12-07 2008-06-26 Canon Inc Editor, edit method, and edit program
US8086637B1 (en) 2006-12-22 2011-12-27 Emc Corporation Access control for business process data
US8212805B1 (en) 2007-01-05 2012-07-03 Kenneth Banschick System and method for parametric display of modular aesthetic designs
US10083184B2 (en) 2007-01-07 2018-09-25 Apple Inc. Widget synchronization in accordance with synchronization preferences
US8239760B2 (en) * 2007-06-26 2012-08-07 Sap Ag Multi-user document editing system and method
US8433999B2 (en) * 2007-08-21 2013-04-30 Wetpaint.Com, Inc. Method and apparatus for retrieving and editing dynamically generated content for editable web pages
US8555200B2 (en) * 2007-08-21 2013-10-08 Wetpaint.Com, Inc. Representing editable attributes of embedded content
US8200578B2 (en) * 2008-07-09 2012-06-12 Hill Matthew D Methods and systems for account management and virtual agent design and implementation
US8171399B2 (en) * 2008-07-17 2012-05-01 International Business Machines Corporation Using an alternate user interface to a drag and drop interface for rearranging configurable web page components
US9026918B2 (en) * 2008-10-16 2015-05-05 Accenture Global Services Limited Enabling a user device to access enterprise data
US20100153866A1 (en) 2008-12-11 2010-06-17 Accenture Global Services Gmbh Method and system for modifying the execution of a native application running on a portable electronic device
US20100235806A1 (en) * 2009-03-13 2010-09-16 Microsoft Corporation Rich Web Site Authoring And Design
US7770122B1 (en) 2010-04-29 2010-08-03 Cheman Shaik Codeless dynamic websites including general facilities
KR101299670B1 (en) * 2012-04-16 2013-08-27 권오석 System, method and computer readable recording medium for converting a web page dynamically
US20130298005A1 (en) * 2012-05-04 2013-11-07 Motorola Mobility, Inc. Drawing HTML Elements
US9367933B2 (en) 2012-06-26 2016-06-14 Google Technologies Holdings LLC Layering a line with multiple layers for rendering a soft brushstroke
WO2014042648A1 (en) * 2012-09-14 2014-03-20 Empire Technology Development Llc Cloud-based trash-can
US20140101533A1 (en) * 2012-10-02 2014-04-10 Percussion Software, Inc. Lossless application of new information architecture to existing websites, web pages, and online content
US9330068B2 (en) * 2013-01-23 2016-05-03 Go Daddy Operating Company, LLC Method for conversion of website content
US9201977B2 (en) 2013-03-12 2015-12-01 Andrew K. Lukes Automatic flowchart-based webpage generation for troubleshooting or task completion without manual programming
US20140267380A1 (en) * 2013-03-13 2014-09-18 Corel Corporation System and method for efficiently viewing a style
WO2015033377A1 (en) * 2013-09-06 2015-03-12 株式会社マーズフラッグ Information processing device, search server, web server, and computer program
US20150095846A1 (en) * 2013-09-30 2015-04-02 Microsoft Corporation Pan and selection gesture detection
JP6766779B2 (en) * 2017-08-25 2020-10-14 オムロン株式会社 User interface development support device, user interface development support method, and user interface development support program
US11216602B2 (en) * 2019-12-20 2022-01-04 Accenture Global Solutions Limited Micro frontends with model-based state

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU7093394A (en) * 1993-05-24 1994-12-20 Media Station, Inc. Interactive multimedia development system and method
JP2906949B2 (en) * 1993-10-27 1999-06-21 富士ゼロックス株式会社 Hypertext device
JP2692782B2 (en) * 1993-12-13 1997-12-17 インターナショナル・ビジネス・マシーンズ・コーポレイション How to link objects

Cited By (143)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060064641A1 (en) * 1998-01-20 2006-03-23 Montgomery Joseph P Low bandwidth television
US20110200305A1 (en) * 1998-01-20 2011-08-18 Dacreous Co. Limited Liability Company Low bandwidth television
US20110083119A1 (en) * 1998-11-25 2011-04-07 Helmut Emmelmann Interactive server side components
US20090019111A1 (en) * 1998-11-25 2009-01-15 Helmut Emmelmann Interactive server side components
US20030074634A1 (en) * 1998-11-25 2003-04-17 Helmut Emmelmann Interactive server side components
US8112502B2 (en) * 1998-11-25 2012-02-07 Helmut Emmelmann Interactive server side components
US8418131B2 (en) 1998-11-25 2013-04-09 Helmut Emmelmann Interactive server side components
US7213202B1 (en) * 1998-12-11 2007-05-01 Microsoft Corporation Simplified design for HTML
US7661109B2 (en) 1998-12-31 2010-02-09 Microsoft Corporation Transporting objects between a client and a server
US7703084B2 (en) * 1998-12-31 2010-04-20 Microsoft Corporation System for converting event-driven code into serially executed code
US7237186B2 (en) * 1998-12-31 2007-06-26 Microsoft Corporation Exiting a spreadsheet edit mode during a mouse drag operation
US20030051209A1 (en) * 1998-12-31 2003-03-13 Microsoft Corporation System and method for editing a spreadsheet via an improved editing and cell selection model
US20050060718A1 (en) * 1998-12-31 2005-03-17 Microsoft Corporation Transporting objects between a client and a server
US20050010910A1 (en) * 1998-12-31 2005-01-13 Microsoft Corp. System for converting event-driven code into serially executed code
US7668913B1 (en) 1999-11-05 2010-02-23 Decentrix, Inc. Method and apparatus for generating a web site with dynamic content data from an external source integrated therein
US8136027B2 (en) 1999-11-05 2012-03-13 Decentrix Inc. Method and apparatus for providing conditional customization for generating a web site
US8595300B2 (en) 1999-11-05 2013-11-26 Decentrix, Inc. Method and apparatus for generating a web site with dynamic content data from an external data source integrated therein
US7886221B1 (en) 1999-11-05 2011-02-08 Decentrix, Inc. Method and apparatus for storing web site data by web site dimensions and generating a web site having complementary elements
US7904799B1 (en) 1999-11-05 2011-03-08 Decentrix Acquisition Corporation Method and apparatus for generating a link to a presented web page
US20060200751A1 (en) * 1999-11-05 2006-09-07 Decentrix Inc. Method and apparatus for providing conditional customization for generating a web site
US8677234B2 (en) 1999-11-05 2014-03-18 Decentrix, Inc. Method and apparatus for generating a web site using a multi-dimensional description of the website
US8819538B2 (en) 1999-11-05 2014-08-26 Decentrix, Inc. Method and apparatus for generating a link to a presented web page
US20080109472A1 (en) * 1999-11-05 2008-05-08 John Underwood Method and apparatus for generating a link to a presented web page
US7237002B1 (en) * 2000-01-04 2007-06-26 International Business Machines Corporation System and method for dynamic browser management of web site
US7996766B2 (en) 2000-03-07 2011-08-09 Gutenberg Printing, Llc Server side web browsing and multiple lens system, method and apparatus
US20080155012A1 (en) * 2000-03-07 2008-06-26 Gutenberg Printing Llc Server side web browsing and multiple lens system, method and apparatus
US7890856B2 (en) * 2000-03-07 2011-02-15 Hiang Swee Chiang Server side web browsing and multiple lens system, method and apparatus
US20070198914A1 (en) * 2000-03-07 2007-08-23 Hiang Swee Chiang Server side web browsing and multiple lens system, method and apparatus
US20070180367A1 (en) * 2000-03-07 2007-08-02 Gutenberg Printing Llc Server side web browsing and multiple lens system, method and apparatus
US9684734B2 (en) 2000-03-07 2017-06-20 Zarbaña Digital Fund Llc Server side web browsing and multiple lens system, methods and apparatus
US20010047477A1 (en) * 2000-03-20 2001-11-29 Hiang-Swee Chiang Transparent user and session management for web applications
US7979856B2 (en) 2000-06-21 2011-07-12 Microsoft Corporation Network-based software extensions
US8074217B2 (en) 2000-06-21 2011-12-06 Microsoft Corporation Methods and systems for delivering software
US20050010871A1 (en) * 2000-06-21 2005-01-13 Microsoft Corporation Single window navigation methods and systems
US7240294B2 (en) * 2000-10-20 2007-07-03 Desknet Inc. Method of constructing a composite image
US20030034991A1 (en) * 2000-10-20 2003-02-20 Fitzsimons Edgar Michael Method of constructing a composite image
US20020065846A1 (en) * 2000-11-30 2002-05-30 Atsuro Ogawa Spreadsheet Web server system and spreadsheet Web system
US10372811B2 (en) 2001-06-18 2019-08-06 Oracle America, Inc. Configuration of displays for targeted user communities
US7134084B1 (en) * 2001-06-18 2006-11-07 Siebel Systems, Inc. Configuration of displays for targeted user communities
US20030126128A1 (en) * 2001-10-31 2003-07-03 Mike Watson Systems and methods of generating interactive electronic reference materials
US7209960B2 (en) * 2002-09-20 2007-04-24 Sun Microsystems, Inc. Loading and saving data from security sensitive applets to a local file system
US20040060053A1 (en) * 2002-09-20 2004-03-25 Sun Microsystems, Inc. Loading and saving data from security sensitive applets to a local file system
US7624342B2 (en) * 2003-01-24 2009-11-24 The Cobalt Group, Inc. Remote web site editing in a web browser without external client software
US20050229101A1 (en) * 2003-01-24 2005-10-13 Matveyenko Wade A Remote web site editing in a web browser without external client software
US20070094589A1 (en) * 2003-03-24 2007-04-26 Microsoft Corporation Incrementally Designing Electronic Forms and Hierarchical Schemas
US7925621B2 (en) 2003-03-24 2011-04-12 Microsoft Corporation Installing a solution
US20080189335A1 (en) * 2003-03-24 2008-08-07 Microsoft Corporation Installing A Solution
US8918729B2 (en) 2003-03-24 2014-12-23 Microsoft Corporation Designing electronic forms
US8117552B2 (en) 2003-03-24 2012-02-14 Microsoft Corporation Incrementally designing electronic forms and hierarchical schemas
US20090177961A1 (en) * 2003-03-24 2009-07-09 Microsoft Corporation Designing Electronic Forms
US9229917B2 (en) 2003-03-28 2016-01-05 Microsoft Technology Licensing, Llc Electronic form user interfaces
US20080040635A1 (en) * 2003-03-28 2008-02-14 Microsoft Corporation System and Method for Real-Time Validation of Structured Data Files
US7865477B2 (en) 2003-03-28 2011-01-04 Microsoft Corporation System and method for real-time validation of structured data files
US20040215719A1 (en) * 2003-04-09 2004-10-28 Altshuler Dennis Wayne Method and system for designing, editing and publishing web page content in a live internet session
US7111229B2 (en) * 2003-06-25 2006-09-19 Yahoo! Inc. System and method for providing a webpage
WO2005003913A3 (en) * 2003-06-25 2005-06-30 Yahoo & Excl System and method for providing a webpage
US20050022128A1 (en) * 2003-06-25 2005-01-27 Yahoo! Inc. System and method for providing a webpage
WO2005003913A2 (en) * 2003-06-25 2005-01-13 Yahoo! Inc. System and method for providing a webpage
US9239821B2 (en) 2003-08-01 2016-01-19 Microsoft Technology Licensing, Llc Translation file
US8892993B2 (en) 2003-08-01 2014-11-18 Microsoft Corporation Translation file
US7971139B2 (en) 2003-08-06 2011-06-28 Microsoft Corporation Correlation, association, or correspondence of electronic forms
US9268760B2 (en) 2003-08-06 2016-02-23 Microsoft Technology Licensing, Llc Correlation, association, or correspondence of electronic forms
US20080052287A1 (en) * 2003-08-06 2008-02-28 Microsoft Corporation Correlation, Association, or Correspondence of Electronic Forms
US8429522B2 (en) 2003-08-06 2013-04-23 Microsoft Corporation Correlation, association, or correspondence of electronic forms
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
US20080222514A1 (en) * 2004-02-17 2008-09-11 Microsoft Corporation Systems and Methods for Editing XML Documents
US7689936B2 (en) * 2004-03-12 2010-03-30 Dassault Systemes Process for selecting and handling objects in a computer-aided design system
US20050204312A1 (en) * 2004-03-12 2005-09-15 Sebastien Rosel Process for selecting and handling objects in a computer-aided design system
US20100077356A1 (en) * 2004-10-28 2010-03-25 Nokia Corporation Methods and apparatus for implementing a device menu
US20060095866A1 (en) * 2004-10-28 2006-05-04 Nokia Corporation Methods and apparatus for implementing a device menu
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US20070294306A1 (en) * 2004-12-13 2007-12-20 Toutonghi Michael J Automatic publishing of digital content
US7945535B2 (en) * 2004-12-13 2011-05-17 Microsoft Corporation Automatic publishing of digital content
US20060129583A1 (en) * 2004-12-15 2006-06-15 Microsoft Corporation Recursive sections in electronic forms
US7904801B2 (en) * 2004-12-15 2011-03-08 Microsoft Corporation Recursive sections in electronic forms
US7979792B2 (en) * 2004-12-20 2011-07-12 Microsoft Corporation Method and computer-readable medium for providing page and table formatting services
US20080040662A1 (en) * 2004-12-20 2008-02-14 Microsoft Corporation Method and Computer-Readable Medium for Providing Page and Table Formatting Services
US7937651B2 (en) 2005-01-14 2011-05-03 Microsoft Corporation Structural editing operations for network forms
US20060161837A1 (en) * 2005-01-14 2006-07-20 Microsoft Corporation Structural editing operations for network forms
US8010515B2 (en) 2005-04-15 2011-08-30 Microsoft Corporation Query to an electronic form
US20060235829A1 (en) * 2005-04-15 2006-10-19 Microsoft Corporation Query to an electronic form
WO2006138519A2 (en) * 2005-06-15 2006-12-28 Flimp Media Inc. System and method of creating and tracking rich media communications
WO2006138519A3 (en) * 2005-06-15 2009-04-16 Flimp Media Inc System and method of creating and tracking rich media communications
US20090228572A1 (en) * 2005-06-15 2009-09-10 Wayne Wall System and method for creating and tracking rich media communications
US20070005978A1 (en) * 2005-06-29 2007-01-04 Microsoft Corporation Digital signatures for network forms
US8200975B2 (en) 2005-06-29 2012-06-12 Microsoft Corporation Digital signatures for network forms
US20070061467A1 (en) * 2005-09-15 2007-03-15 Microsoft Corporation Sessions and session states
US20070101260A1 (en) * 2005-11-02 2007-05-03 Canon Kabushiki Kaisha Information processing method and apparatus thereof
US9210234B2 (en) 2005-12-05 2015-12-08 Microsoft Technology Licensing, Llc Enabling electronic documents for limited-capability computing devices
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
GB2433141A (en) * 2005-12-07 2007-06-13 Era Digital Media Co Ltd Single page website organization method
US10585977B2 (en) * 2007-06-29 2020-03-10 Microsoft Technology Licensing, Llc WYSIWYG, browser-based XML editor
US20170169000A1 (en) * 2007-06-29 2017-06-15 Microsoft Technology Licensing, Llc WYSIWYG, browser-based XML editor
US9594731B2 (en) * 2007-06-29 2017-03-14 Microsoft Technology Licensing, Llc WYSIWYG, browser-based XML editor
US20090006454A1 (en) * 2007-06-29 2009-01-01 Microsoft Corporation WYSIWYG, browser-based XML editor
WO2009026535A1 (en) * 2007-08-22 2009-02-26 Proscape Technologies, Inc. Defining an interactive user interface
US20090106640A1 (en) * 2007-10-23 2009-04-23 Microsoft Corporation Scorecard Interface Editor
US20090106656A1 (en) * 2007-10-23 2009-04-23 Microsoft Corporation Dashboard Editor
US7987428B2 (en) 2007-10-23 2011-07-26 Microsoft Corporation Dashboard editor
US8095417B2 (en) 2007-10-23 2012-01-10 Microsoft Corporation Key performance indicator scorecard editor
US20200272787A1 (en) * 2008-07-03 2020-08-27 Ebay Inc. System and Methods for Multimedia "Hot Spot" Enablement
US10282391B2 (en) 2008-07-03 2019-05-07 Ebay Inc. Position editing tool of collage multi-media
US11017160B2 (en) 2008-07-03 2021-05-25 Ebay Inc. Systems and methods for publishing and/or sharing media presentations over a network
US11100690B2 (en) 2008-07-03 2021-08-24 Ebay Inc. System and methods for automatic media population of a style presentation
US20100005408A1 (en) * 2008-07-03 2010-01-07 Lanahan James W System and methods for multimedia "hot spot" enablement
US10853555B2 (en) 2008-07-03 2020-12-01 Ebay, Inc. Position editing tool of collage multi-media
US11682150B2 (en) 2008-07-03 2023-06-20 Ebay Inc. Systems and methods for publishing and/or sharing media presentations over a network
US10706222B2 (en) * 2008-07-03 2020-07-07 Ebay Inc. System and methods for multimedia “hot spot” enablement
US9639505B2 (en) * 2008-07-03 2017-05-02 Ebay, Inc. System and methods for multimedia “hot spot” enablement
US11354022B2 (en) 2008-07-03 2022-06-07 Ebay Inc. Multi-directional and variable speed navigation of collage multi-media
US11373028B2 (en) 2008-07-03 2022-06-28 Ebay Inc. Position editing tool of collage multi-media
US10157170B2 (en) 2008-07-03 2018-12-18 Ebay, Inc. System and methods for the segmentation of media
US20120117121A1 (en) * 2010-11-05 2012-05-10 Apple Inc. Browser-Based Database Manipulation
US9075854B2 (en) * 2010-11-05 2015-07-07 Apple Inc. Browser based database manipulation
US8448064B2 (en) * 2010-12-25 2013-05-21 Fu Tai Hua Industry (Shenzhen) Co., Ltd. Webpage design system
US20120166932A1 (en) * 2010-12-25 2012-06-28 Hon Hai Precision Industry Co., Ltd. Webpage design system
US10482475B2 (en) 2011-02-10 2019-11-19 Adp Dealer Services, Inc. Systems and methods for providing targeted advertising
US10795526B2 (en) 2011-08-31 2020-10-06 Wix.Com Ltd. Adaptive user interface for a multimedia creative design system
US20130086496A1 (en) * 2011-08-31 2013-04-04 Wixpress Ltd Adaptive User Interface for a Multimedia Creative Design System
US20140053060A1 (en) * 2012-08-17 2014-02-20 Launchbase, LLC Website development tool
CN103995662A (en) * 2013-02-19 2014-08-20 上海鼎讯电子有限公司 Touch operation processing method
US20140245125A1 (en) * 2013-02-26 2014-08-28 Google Inc. Creation of a content display area on a web page
US9535887B2 (en) * 2013-02-26 2017-01-03 Google Inc. Creation of a content display area on a web page
US11205036B2 (en) 2013-03-11 2021-12-21 Oracle International Corporation Method and system for implementing contextual widgets
US20170097752A1 (en) * 2013-03-11 2017-04-06 Oracle International Corporation Method and system for generating a web page layout using nested drop zone widgets having different software functionalities
US10775993B2 (en) * 2013-03-11 2020-09-15 Oracle International Corporation Method and system for implementing a web page layout which includes a nested drop zone using contextual widgets having different software functionalities
US20140282139A1 (en) * 2013-03-13 2014-09-18 Outright, Inc. System for mobile content management
US11080734B2 (en) 2013-03-15 2021-08-03 Cdk Global, Llc Pricing system for identifying prices for vehicles offered by vehicle dealerships and other entities
US10867285B2 (en) 2016-04-21 2020-12-15 Cdk Global, Llc Automatic automobile repair service scheduling based on diagnostic trouble codes and service center attributes
US10332068B2 (en) 2016-04-21 2019-06-25 Cdk Global, Llc Systems and methods for stocking an automobile
US10853769B2 (en) 2016-04-21 2020-12-01 Cdk Global Llc Scheduling an automobile service appointment in a dealer service bay based on diagnostic trouble codes and service bay attributes
US10326858B2 (en) 2017-05-23 2019-06-18 Cdk Global, Llc System and method for dynamically generating personalized websites
US11190608B2 (en) 2018-03-21 2021-11-30 Cdk Global Llc Systems and methods for an automotive commerce exchange
US11616856B2 (en) 2018-03-21 2023-03-28 Cdk Global, Llc Systems and methods for an automotive commerce exchange
US11501351B2 (en) 2018-03-21 2022-11-15 Cdk Global, Llc Servers, systems, and methods for single sign-on of an automotive commerce exchange
US20220121355A1 (en) * 2018-09-20 2022-04-21 Enable Wow Terminal, method for controlling same, and recording medium in which program for implementing the method is recorded
US11640492B2 (en) 2019-05-20 2023-05-02 Wix.Com Ltd. System and method providing responsive editing and viewing, integrating hierarchical fluid components and dynamic layout
US10984177B2 (en) 2019-05-20 2021-04-20 Wix.Com Ltd. System and method providing responsive editing and viewing, integrating hierarchical fluid components and dynamic layout
US11403960B2 (en) * 2019-08-06 2022-08-02 Adp, Inc. Product demonstration creation toolset that provides for entry of persistent data during use of the demonstration
US11080105B1 (en) 2020-11-18 2021-08-03 Cdk Global, Llc Systems, methods, and apparatuses for routing API calls
US11514021B2 (en) 2021-01-22 2022-11-29 Cdk Global, Llc Systems, methods, and apparatuses for scanning a legacy database
US11803535B2 (en) 2021-05-24 2023-10-31 Cdk Global, Llc Systems, methods, and apparatuses for simultaneously running parallel databases
WO2023129104A1 (en) * 2021-12-30 2023-07-06 Turkcell Teknoloji Arastirma Ve Gelistirme Anonim Sirketi A system for creating front-end

Also Published As

Publication number Publication date
WO1998004978A1 (en) 1998-02-05
AU3808297A (en) 1998-02-20
US5845299A (en) 1998-12-01

Similar Documents

Publication Publication Date Title
US5845299A (en) Draw-based editor for web pages
US8935602B2 (en) Hierarchical drag and drop structure editor for web sites
US9552331B2 (en) Method and apparatus for implementing web pages having smart tables
US6311196B1 (en) Method and apparatus for implementing web pages having master borders
US5905498A (en) System and method for managing semantic network display
US7908550B1 (en) Dynamic tree control system
US6230174B1 (en) Method of generating a markup language document containing image slices
EP0173122B1 (en) Integrated multiple data editor
US6826727B1 (en) Apparatus, methods, programming for automatically laying out documents
US10366155B2 (en) Method and apparatus for displaying data grids
EP0173123B1 (en) Implicit creation of a superblock structure in a multiple data editor
US8387055B1 (en) System and method for providing information and associating information
US20020188632A1 (en) Table editor for web pages
US20040250205A1 (en) On-line photo album with customizable pages
US7404142B1 (en) Systems and method for rapid presentation of structured digital content items
JPS61229168A (en) Generation of graph using computer
JPH0721754B2 (en) Graphical user interface
US20150161079A1 (en) File formats and methods for representing documents
US8732615B2 (en) Unified interface for display and modification of data arrays
US7685229B1 (en) System and method for displaying server side code results in an application program
US20140215297A1 (en) File formats and methods for representing documents
US20140040724A1 (en) Method and system for website creation
US7363584B1 (en) Method and article for interactive data exploration
US20050039122A1 (en) Methodology and system for rendering dynamic images
US20240037325A1 (en) Ability to add non-direct ancestor columns in child spreadsheets

Legal Events

Date Code Title Description
AS Assignment

Owner name: NETOBJECTS, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:RAE TECHNOLOGY, INC.;REEL/FRAME:012188/0630

Effective date: 20010331

AS Assignment

Owner name: MACROMEDIA, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NETOBJECTS, INC.;REEL/FRAME:012407/0580

Effective date: 20011010

AS Assignment

Owner name: MACROMEDIA, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NETOBJECTS, INC.;REEL/FRAME:012581/0988

Effective date: 20011010

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: ADOBE SYSTEMS INCORPORATED,CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MACROMEDIA, INC.;REEL/FRAME:017034/0263

Effective date: 20051207

Owner name: ADOBE SYSTEMS INCORPORATED, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MACROMEDIA, INC.;REEL/FRAME:017034/0263

Effective date: 20051207

AS Assignment

Owner name: ROYAL BANK OF CANADA, AS ADMINISTRATIVE AGENT, CAN

Free format text: SECURITY AGREEMENT;ASSIGNOR:WEB.COM HOLDING COMPANY, INC.;REEL/FRAME:024804/0530

Effective date: 20100730

AS Assignment

Owner name: WEB.COM HOLDING COMPANY, INC., FLORIDA

Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENT RIGHTS;ASSIGNOR:ROYAL BANK OF CANADA, AS ADMINISTRATIVE AGENT;REEL/FRAME:027158/0495

Effective date: 20111027

AS Assignment

Owner name: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT

Free format text: SECURITY INTEREST;ASSIGNOR:WEB.COM HOLDING COMPANY, INC.;REEL/FRAME:034061/0361

Effective date: 20140909

AS Assignment

Owner name: WEB.COM HOLDING COMPANY, INC., FLORIDA

Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (034061/0361);ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT;REEL/FRAME:047215/0538

Effective date: 20181011