[go: up one dir, main page]

CN112149034B - General method and system for simplifying webpage making - Google Patents

General method and system for simplifying webpage making Download PDF

Info

Publication number
CN112149034B
CN112149034B CN202010979690.5A CN202010979690A CN112149034B CN 112149034 B CN112149034 B CN 112149034B CN 202010979690 A CN202010979690 A CN 202010979690A CN 112149034 B CN112149034 B CN 112149034B
Authority
CN
China
Prior art keywords
component
components
layout
styles
special effects
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.)
Active
Application number
CN202010979690.5A
Other languages
Chinese (zh)
Other versions
CN112149034A (en
Inventor
姚金龙
高军涛
谷晶中
张阳光
毕静静
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.)
Valley Network Polytron Technologies Inc
Original Assignee
Valley Network Polytron Technologies Inc
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 Valley Network Polytron Technologies Inc filed Critical Valley Network Polytron Technologies Inc
Priority to CN202010979690.5A priority Critical patent/CN112149034B/en
Publication of CN112149034A publication Critical patent/CN112149034A/en
Application granted granted Critical
Publication of CN112149034B publication Critical patent/CN112149034B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Document Processing Apparatus (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a general method and a system for simplifying webpage production, wherein the method comprises the following steps: defining data standards, various elements required by components and attributes required to be exposed; creating a universal background interface; various styles of components are defined in advance in style. Css; defining various special effects of the component in advance in custom.js; defining component categories including layout components and non-layout components; assembling components of different categories according to the dragging elements of the data standard; selecting interfaces, styles and special effects of the components; the user-defined layout component segments the webpage template; dragging the non-layout components into the segmented web page templates; setting the attribute of the non-layout component according to the defined attribute to be exposed by the component; and loading and rendering pages through the created universal background interface according to the edited and set components, previewing and storing to generate static pages. The invention does not need excessive expertise, and simplifies the manufacture of the webpage by means of dragging, configuring components and the like.

Description

General method and system for simplifying webpage making
Technical Field
The invention belongs to the technical field of computers, relates to rendering pages by a computer page template engine, and particularly relates to a general method and a general system for simplifying webpage making.
Background
With the development of computer technology, various websites and mobile terminal applications such as spring bamboo shoots after rain generally develop rapidly, more and more PC terminal webpages, APP and WeChat H5 webpages are required to be manufactured rapidly, more and more specialized, rapid and better user experience is required, besides by means of some front end frames, the self-building technology (Zhao Xiaolong, joomal-based forestry special website self-building technology research— taking wild animal and plant protection websites as an example [ D ], beijing forestry university and 2017) meets the requirements of personalized webpages, exquisite webpages can be manufactured through the modes of custom configuration, dragging components and the like without supporting by some specialized personnel knowledge, but the manufacturing of the components capable of being dragged in the self-building site often also requires specialized personnel to participate, settable attribute items are exposed, and then the user is allowed to drag and render freely. There is a need for a more general method to change the creation of a draggable component into a task that can be performed by a person of ordinary skill, and to customize the attribute items, information source settings, and data fields of the returned database of the draggable component without the involvement of a back-end engineer.
Disclosure of Invention
Aiming at the problems that professional personnel are needed to participate in the production of the draggable components in the existing self-building station, settable attribute items are exposed, and then users can drag and render freely, the invention provides a general method and a general system for simplifying webpage production.
In order to achieve the above purpose, the present invention adopts the following technical scheme:
a universal method of simplifying web page production, comprising:
step 1: defining a data standard; the data standard comprises a standard of foreground and background interaction and a page standard;
step 2: defining various elements required by the component; the elements comprise a text box, a drop-down box, a check box, a picture list and a text list;
step 3: defining the attribute to be exposed by the component; the attributes comprise the number of words displayed, the number of lines, whether the date, the background color and the background picture are displayed or not;
step 4: creating a universal background interface, and returning any type of data according to the interface input parameters and the interface output parameters;
step 5: various styles of components are defined in advance in style. Css; the styles comprise body styles, outer chain styles, DIV styles and styles corresponding to the structure of a specific page tag;
step 6: defining various special effects of the component in advance in custom.js; the special effects comprise automatic rolling special effects, drop-down frame linkage special effects and multi-label special effects in the same area;
step 7: defining a component class; the component categories include layout components and non-layout components; the layout component is used for dividing the webpage template so as to put in a non-layout component; the non-layout component comprises a login component, a search component, a paging component and a text list;
step 8: assembling components of different categories according to the dragging elements of the data standard; selecting interfaces, styles and special effects of the components according to the created universal background interfaces, style. Css and custom. Js;
step 9: the user-defined layout component segments the webpage template;
step 10: dragging the non-layout components into the segmented web page templates;
step 11: setting the attribute of the non-layout component according to the defined attribute to be exposed by the component;
step 12: and loading and rendering pages through the created universal background interface according to the edited and set components, previewing and storing to generate static pages.
Further, in the step 1, the standards of the foreground and background interaction include standards of data types, names and transmission formats; the page standards include standards of HTML tags, CSS styles and JS special effects.
Further, in the step 2, the element is composed of an HTML tag, a CSS style, and a JS special effect.
Further, in the step 4, the input parameter of the interface is a constant built in the component or a variable input by a user; the interface output parameters are data of any type, and the meaning represented by the interface output parameters is returned to the user through the user-defined annotation of the component background interface class.
Further, in the step 7, the layout component includes two forms of a single row and a plurality of rows and a plurality of columns.
Further, the step 8 further includes: editing and previewing codes of the set components.
Further, the web page template has a globally unique number.
A universal system for simplifying web page production, comprising:
the data standard definition module is used for defining data standards; the data standard comprises a standard of foreground and background interaction and a page standard;
the component element definition module is used for defining various elements required by the component; the elements comprise a text box, a drop-down box, a check box, a picture list and a text list;
the component attribute definition module is used for defining the attribute to be exposed of the component; the attributes comprise the number of words displayed, the number of lines, whether the date, the background color and the background picture are displayed or not;
the universal interface creation module is used for creating a universal background interface and returning any type of data according to the input parameters and the output parameters of the interface;
a style definition module for defining various styles of the component in advance in style. Css; the styles comprise body styles, outer chain styles, DIV styles and styles corresponding to the structure of a specific page tag;
the special effect definition module is used for defining various special effects of the component in advance in the custom.js; the special effects comprise automatic rolling special effects, drop-down frame linkage special effects and multi-label special effects in the same area;
the component category definition module is used for defining component categories; the component categories include layout components and non-layout components; the layout component is used for dividing the webpage template so as to put in a non-layout component; the non-layout component comprises a login component, a search component, a paging component and a text list;
the component assembly module is used for assembling components of different categories according to the dragging elements of the data standard; selecting interfaces, styles and special effects of the components according to the created universal background interfaces, style. Css and custom. Js;
the webpage template segmentation module is used for segmenting the webpage template by the custom layout component;
the non-layout component adding module is used for dragging the non-layout components into the segmented webpage templates;
the component attribute setting module is used for setting the attribute of the non-layout component according to the defined attribute to be exposed by the component;
and the webpage generating module is used for loading and rendering the webpage through the created universal background interface according to the edited and set assembly, previewing and storing the webpage to generate a static webpage.
Compared with the prior art, the invention has the beneficial effects that:
the invention defines the data standard, various elements required by the assembly and the attribute required to be exposed; then creating a universal background interface, and respectively defining various styles and special effects of the components in advance in style. Css and custom. Js; and defining component categories including layout components and non-layout components; assembling components of different categories according to the dragging elements of the data standard; then selecting the interfaces, styles and special effects of the components according to the created universal background interfaces, style. Css and custom. Js; the user-defined layout component segments the webpage template; dragging the non-layout components into the segmented web page templates; setting the attribute of the non-layout component according to the defined attribute to be exposed by the component; finally, loading and rendering pages through the created universal background interface according to the edited and set components, previewing and storing to generate static pages. According to the invention, any required webpage can be generated; the component design part of the invention effectively reduces the use threshold and improves the flexibility and the speciality of the self-building station; the professional requirements of the production of the webpage components in the existing self-building website are solved; the problem that background development engineers are required to develop in the process of acquiring the background data of the component is solved.
Drawings
FIG. 1 is a basic flow chart of a general method for simplifying web page creation according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating an exemplary component design of a general method for simplifying web page creation in accordance with an embodiment of the present invention;
FIG. 3 is a diagram illustrating a web page template design and a web page creation example of a general method for simplifying web page creation according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a general system for simplifying web page creation according to an embodiment of the present invention.
Detailed Description
The invention is further illustrated by the following description of specific embodiments in conjunction with the accompanying drawings:
as shown in fig. 1, a general method for simplifying web page creation, wherein steps S101 to S108 are web page component design parts, and an exemplary diagram is shown in fig. 2; step 109 to step 112 are web page template design and web page creation sections, and an exemplary diagram is shown in fig. 3; the method specifically comprises the following steps:
step S101: defining a data standard; the data standard comprises a standard of foreground and background interaction and a page standard; specifically, the standards of the foreground and background interaction include standards of data types, names, transmission formats and the like; the page standards include standards of HTML tags, CSS styles and JS special effects.
Step S102: defining various elements required by the component; the elements comprise a text box, a drop-down box, a check box, a picture list, a text list and the like, as shown by the elements of the element list in fig. 2; specifically, the elements consist of HTML tags, CSS styles, JS special effects.
Step S103: defining the attribute of the component to be exposed so that a user of the webpage design can further customize the attribute of the component when the webpage is designed; the attributes comprise the number of lines of news headlines displayed in the component, the number of words in each line, the number of displayed words, the number of lines, whether to display date, background color, background pictures and the like;
step S104: creating a universal background interface, and returning any type of data according to the interface input parameters and the interface output parameters; specifically, the interface input parameters are constants built in the component or variables input by a user; the interface output parameters are data of any type, and the meaning represented by the interface output parameters is returned to the user through the user-defined annotation of the background interface class of the component; specifically, the return parameters of the interface typically consist of returned data fields, queried data models, etc.; as a specific implementation manner, the custom annotation of the component background interface class is @ public Server (name, desc, input, output), and name, desc, input, output respectively represent interface names, interface descriptions, interface input parameters, and interface output parameters.
Step S105: various styles of components (as may be used) are defined in style. Css in advance; the styles comprise body styles, outer chain styles, DIV styles and styles corresponding to the structure of a specific page tag; the body style is specifically the size of the page font, line spacing, font, etc.
Step S106: various special effects of the component (which may be used) are defined in advance in custom.js; the special effects comprise automatic scrolling special effects, drop-down frame linkage special effects, multi-label special effects in the same area, form verification, special effects of actions such as sliding a mouse on a page label, clicking and the like.
Step S107: defining a component class; the component categories include layout components and non-layout components; the layout component is used for dividing the webpage template so as to put in a non-layout component; specifically, the layout components include a single row, a plurality of columns, and a plurality of rows, a plurality of columns, as shown by the layout components in the component list in fig. 3; the non-layout components comprise a login component, a search component, a paging component, a text list and the like, as shown by the non-layout components in the component list in fig. 3; specifically, a web page template is divided into 12 grids by default, and the layout class component divides the web page template so as to be capable of being placed into non-layout class components. Specifically, the web page template has a globally unique number.
Step S108: component design, namely, assembling components of different types according to the dragging elements of the data standard; selecting interfaces, styles and special effects of the components according to the created universal background interfaces, style. Css and custom. Js; specifically, the interface is selected to load dynamic data and fill content; selection of styles, including defining the size of the page font, line spacing, font, some other style, etc.; the special effect selection comprises special effect setting of an interaction part with a user, and special effect setting of response to input equipment such as a mouse, a keyboard and the like of the user; further, the step S108 further includes: editing and previewing codes of the set components.
Step S109: the custom layout component segments the web page templates.
Step S110: dragging the non-layout components into the segmented web page template.
Step S111: setting the attribute of the non-layout component according to the defined attribute to be exposed by the component; including the number of words displayed, the number of lines, whether or not to display the date, background color, background picture, etc., as shown in the setup items of fig. 3.
Step S112: and loading and rendering pages through the created universal background interface according to the edited and set components, previewing and storing to generate static pages.
On the basis of the above embodiment, as shown in fig. 4, the present invention further discloses a general system for simplifying web page production, including:
a data standard definition module 201, configured to define a data standard; the data standard comprises a standard of foreground and background interaction and a page standard; specifically, the standards of the foreground and background interaction comprise standards of data types, names and transmission formats; the page standards include standards of HTML tags, CSS styles and JS special effects.
A component element definition module 202 for defining various elements required by the component; the elements comprise a text box, a drop-down box, a check box, a picture list and a text list; specifically, the elements consist of HTML tags, CSS styles, JS special effects.
A component attribute definition module 203, configured to define an attribute to which the component needs to be exposed; the attributes include the number of words displayed, the number of lines, whether to display a date, background color, background picture, etc.
The universal interface creation module 204 is configured to create a universal background interface, and return any type of data according to the interface input parameters and the interface output parameters; specifically, the interface input parameters are constants built in the component or variables input by a user; the interface output parameters are data of any type, and the meaning represented by the interface output parameters is returned to the user through the user-defined annotation of the component background interface class.
A style definition module 205, configured to define various styles of the component in advance in style. Css; the styles comprise body styles, outer chain styles, DIV styles and styles corresponding to the structure of a specific page tag.
An effect definition module 206 for defining various effects of the component in advance in the custom.js; the special effects comprise automatic rolling special effects, drop-down frame linkage special effects and multi-label special effects in the same area.
A component category definition module 207 for defining component categories; the component categories include layout components and non-layout components; the layout component is used for dividing the webpage template so as to put in a non-layout component; the non-layout component comprises a login component, a search component, a paging component and a text list; specifically, the layout component comprises a single row, multiple columns, and a plurality of rows, multiple columns; the web page template has a globally unique number.
The assembly module 208 is configured to drag the elements according to the data standard to assemble the assemblies of different types of assemblies; and selecting interfaces, styles and special effects of the components according to the created universal background interfaces, style. Css and custom. Js.
The web page template segmentation module 209 is configured to segment the web page template by using the custom layout component.
The non-layout component adding module 210 is configured to drag the non-layout component into the segmented web page template.
The component attribute setting module 211 is configured to set attributes of the non-layout components according to the defined attributes to which the components need to be exposed.
The webpage generating module 212 is configured to load and render a webpage through the created universal background interface according to the edited and set component, preview and save the webpage, and generate a static page.
Further, the component assembly module 208 further includes:
and the component preview module is used for editing and previewing codes of the set components.
In summary, the invention defines the data standard, various elements required by the assembly and the attribute required to be exposed; then creating a universal background interface, and respectively defining various styles and special effects of the components in advance in style. Css and custom. Js; and defining component categories including layout components and non-layout components; assembling components of different categories according to the dragging elements of the data standard; then selecting the interfaces, styles and special effects of the components according to the created universal background interfaces, style. Css and custom. Js; the user-defined layout component segments the webpage template; dragging the non-layout components into the segmented web page templates; setting the attribute of the non-layout component according to the defined attribute to be exposed by the component; finally, loading and rendering pages through the created universal background interface according to the edited and set components, previewing and storing to generate static pages. According to the invention, any required webpage can be generated; the component design part of the invention effectively reduces the use threshold and improves the flexibility and the speciality of the self-building station; the professional requirements of the production of the webpage components in the existing self-building website are solved; the problem that background development engineers are required to develop in the process of acquiring the background data of the component is solved.
The foregoing is merely illustrative of the preferred embodiments of this invention, and it will be appreciated by those skilled in the art that changes and modifications may be made without departing from the principles of this invention, and it is intended to cover such modifications and changes as fall within the true scope of the invention.

Claims (8)

1. A general method for simplifying web page production, comprising:
step 1: defining a data standard; the data standard comprises a standard of foreground and background interaction and a page standard;
step 2: defining various elements required by the component; the elements comprise a text box, a drop-down box, a check box, a picture list and a text list;
step 3: defining the attribute to be exposed by the component; the attributes comprise the number of words displayed, the number of lines, whether the date, the background color and the background picture are displayed or not;
step 4: creating a universal background interface, and returning any type of data according to the interface input parameters and the interface output parameters;
step 5: various styles of components are defined in advance in style. Css; the styles comprise body styles, outer chain styles, DIV styles and styles corresponding to the structure of a specific page tag;
step 6: defining various special effects of the component in advance in custom.js; the special effects comprise automatic rolling special effects, drop-down frame linkage special effects and multi-label special effects in the same area;
step 7: defining a component class; the component categories include layout components and non-layout components; the layout component is used for dividing the webpage template so as to put in a non-layout component; the non-layout component comprises a login component, a search component, a paging component and a text list;
step 8: assembling components of different categories according to the dragging elements of the data standard; selecting interfaces, styles and special effects of the components according to the created universal background interfaces, style. Css and custom. Js;
step 9: the user-defined layout component segments the webpage template;
step 10: dragging the non-layout components into the segmented web page templates;
step 11: setting the attribute of the non-layout component according to the defined attribute to be exposed by the component;
step 12: and loading and rendering pages through the created universal background interface according to the edited and set components, previewing and storing to generate static pages.
2. The general method for simplifying web page creation according to claim 1, wherein in step 1, the standards of the foreground and background interaction include standards of data type, name and transmission format; the page standards include standards of HTML tags, CSS styles and JS special effects.
3. The general method for simplifying web page making as recited in claim 2, wherein in step 2, the element is composed of HTML tag, CSS style, JS special effects.
4. The general method for simplifying web page making according to claim 1, wherein in the step 4, the interface input parameter is a constant built in a component or a variable input by a user; the interface output parameters are data of any type, and the meaning represented by the interface output parameters is returned to the user through the user-defined annotation of the component background interface class.
5. The method of claim 1, wherein in step 7, the layout component comprises two forms of a single row and a plurality of rows and a plurality of columns.
6. The general method for simplifying web page making as recited in claim 1, wherein said step 8 further comprises: editing and previewing codes of the set components.
7. The general method for simplifying the creation of a web page as defined in claim 1, wherein the web page template has a globally unique number.
8. A universal system for simplifying the creation of web pages, comprising:
the data standard definition module is used for defining data standards; the data standard comprises a standard of foreground and background interaction and a page standard;
the component element definition module is used for defining various elements required by the component; the elements comprise a text box, a drop-down box, a check box, a picture list and a text list;
the component attribute definition module is used for defining the attribute to be exposed of the component; the attributes comprise the number of words displayed, the number of lines, whether the date, the background color and the background picture are displayed or not;
the universal interface creation module is used for creating a universal background interface and returning any type of data according to the input parameters and the output parameters of the interface;
a style definition module for defining various styles of the component in advance in style. Css; the styles comprise body styles, outer chain styles, DIV styles and styles corresponding to the structure of a specific page tag;
the special effect definition module is used for defining various special effects of the component in advance in the custom.js; the special effects comprise automatic rolling special effects, drop-down frame linkage special effects and multi-label special effects in the same area;
the component category definition module is used for defining component categories; the component categories include layout components and non-layout components; the layout component is used for dividing the webpage template so as to put in a non-layout component; the non-layout component comprises a login component, a search component, a paging component and a text list;
the component assembly module is used for assembling components of different categories according to the dragging elements of the data standard; selecting interfaces, styles and special effects of the components according to the created universal background interfaces, style. Css and custom. Js;
the webpage template segmentation module is used for segmenting the webpage template by the custom layout component;
the non-layout component adding module is used for dragging the non-layout components into the segmented webpage templates;
the component attribute setting module is used for setting the attribute of the non-layout component according to the defined attribute to be exposed by the component;
and the webpage generating module is used for loading and rendering the webpage through the created universal background interface according to the edited and set assembly, previewing and storing the webpage to generate a static webpage.
CN202010979690.5A 2020-09-17 2020-09-17 General method and system for simplifying webpage making Active CN112149034B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010979690.5A CN112149034B (en) 2020-09-17 2020-09-17 General method and system for simplifying webpage making

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010979690.5A CN112149034B (en) 2020-09-17 2020-09-17 General method and system for simplifying webpage making

Publications (2)

Publication Number Publication Date
CN112149034A CN112149034A (en) 2020-12-29
CN112149034B true CN112149034B (en) 2023-06-27

Family

ID=73892978

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010979690.5A Active CN112149034B (en) 2020-09-17 2020-09-17 General method and system for simplifying webpage making

Country Status (1)

Country Link
CN (1) CN112149034B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535176B (en) * 2021-08-11 2025-03-11 京东方科技集团股份有限公司 A page generation method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101118493A (en) * 2007-09-17 2008-02-06 张威 Process for manufacturing dynamic website in web page browsers
CN102063306A (en) * 2011-01-06 2011-05-18 夏春秋 Technical implementation method for application development through electronic form
CN107562706A (en) * 2017-08-23 2018-01-09 深圳赛盒科技有限公司 Self-defined ticket templates method and system
CN107844299A (en) * 2017-12-01 2018-03-27 浪潮软件股份有限公司 Method for implementing Web application development tool
CN110032420A (en) * 2019-04-18 2019-07-19 合肥天毅网络传媒有限公司 A kind of front end webpage design system and method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7765464B2 (en) * 2007-01-12 2010-07-27 International Business Machines Corporation Method and system for dynamically assembling presentations of web pages
US20100251143A1 (en) * 2009-03-27 2010-09-30 The Ransom Group, Inc. Method, system and computer program for creating and editing a website

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101118493A (en) * 2007-09-17 2008-02-06 张威 Process for manufacturing dynamic website in web page browsers
CN102063306A (en) * 2011-01-06 2011-05-18 夏春秋 Technical implementation method for application development through electronic form
CN107562706A (en) * 2017-08-23 2018-01-09 深圳赛盒科技有限公司 Self-defined ticket templates method and system
CN107844299A (en) * 2017-12-01 2018-03-27 浪潮软件股份有限公司 Method for implementing Web application development tool
CN110032420A (en) * 2019-04-18 2019-07-19 合肥天毅网络传媒有限公司 A kind of front end webpage design system and method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Css在Dreamweaver中建站的应用;张卉;;品牌(理论月刊)(第12期);第150-151页 *
基于页面布局技术的网页设计研究;曹瑞燕;;辽宁经济职业技术学院.辽宁经济管理干部学院学报(第03期);第76-78页 *
高校可配置网站集群前端框架设计;于淑云;;长春工业大学学报(第05期);第45-49页 *

Also Published As

Publication number Publication date
CN112149034A (en) 2020-12-29

Similar Documents

Publication Publication Date Title
CN109801347B (en) Method, device, equipment and medium for generating editable image template
CN109614424B (en) Page layout generation method, device, computing equipment and medium
CN109408764B (en) Page area dividing method, device, computing equipment and medium
CN109062567B (en) B/S structure-based information management system rapid development platform
US20130326333A1 (en) Mobile Content Management System
US11182135B2 (en) User interface design update automation
WO2017028611A1 (en) Form implementation method and apparatus
CN104572074A (en) Big-data-based graphic presentation customizing system
US20180157763A1 (en) System and method for generating an electronic page
US11868598B2 (en) Generating and modifying content using data structures
US20190392024A1 (en) Digital Content Editing of a Document Object Model (DOM)
US20210240910A1 (en) Automatically locating elements in user interfaces
CN106910107A (en) One kind promotion page configuration method and system
CN110096276A (en) Source of houses displayed page configuration method, equipment, storage medium and device
US20210240319A1 (en) Neutralizing designs of user interfaces
CN112149034B (en) General method and system for simplifying webpage making
CN110333853A (en) Activity card application method, device, equipment and readable storage medium
CN111859886B (en) Document generation method and device based on product prototype interface
CN103699520A (en) Font processing method for maintaining e-document layout
CN112969035A (en) Visual video production method and production system
CN119415580A (en) Data export method, device and equipment based on rich text editor
KR20130082524A (en) Method for website design
Clarke The Intersection of Class and Space in British Postwar Writing: Kitchen Sink Aesthetics: The Intersection of Class and Space in British Postwar Writing: Kitchen Sink Aesthetics, by Simon Lee, London, Bloomsbury Academic, 2023, 240 pp., 115(hardback),ISBN:9781350193093; 39.95 (paperback), ISBN: 9781350193154
CN120087333A (en) A method and system for batch generating customized laser engraving drawing resources
CN121480465A (en) Form generation method and related equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant