Difference between revisions of "Web design generator"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
== Description ==
 
== Description ==
  
Generators are intended to save time, providing a [[graphic user interface]] where the user can enter draw, make selections from lists, draw on the screen, and provide other inputs to the generator.
+
Generators are intended to save time, providing a [[graphical user interface]] where the user can enter draw, make selections from lists, draw on the screen, and provide other inputs to the generator.
  
 
The output from a generator will be [[HTML]], [[CSS]], or some other resource.
 
The output from a generator will be [[HTML]], [[CSS]], or some other resource.
Line 25: Line 25:
 
* [http://work.smarchal.com/twbscolor/css/e74c3cc0392becf0f1ffbbbc0 Generate your own Bootstrap navbar]  
 
* [http://work.smarchal.com/twbscolor/css/e74c3cc0392becf0f1ffbbbc0 Generate your own Bootstrap navbar]  
 
* [[Pingendo]]
 
* [[Pingendo]]
 +
 +
See [[Bootstrap generators]].
  
 
== See also ==
 
== See also ==
Line 34: Line 36:
 
== External links ==
 
== External links ==
  
* [http://lettering-tattoos.com/ Tattoo lettering generator] - cf. VERYBADPOSTURE.ttf
+
* [http://lettering-tattoos.com/ Tattoo lettering generator]
 
* [http://typographymaker.com/ Typography Maker]
 
* [http://typographymaker.com/ Typography Maker]
 
* [http://patorjk.com/software/taag Text to ASCII art]
 
* [http://patorjk.com/software/taag Text to ASCII art]

Latest revision as of 08:29, 10 May 2016

A web design generator is computer program or other means of generating HTML, CSS, JavaScript, typefaces, or other resources relating to web design.

Description

Generators are intended to save time, providing a graphical user interface where the user can enter draw, make selections from lists, draw on the screen, and provide other inputs to the generator.

The output from a generator will be HTML, CSS, or some other resource.

Automation

Some generators are programmable, allowing users to automate processes related to web design.

Higher-level structure

Generators typically create a higher-level structure based upon a lower-level structure.

The HTML language, for example, is a low-level structure: a set of HTML elements and rules for using them.

A web page is a high-level structure: multiple HTML elements work together as a cohesive document.

Bootstrap generators

Generators for the Bootstrap framework include:

See Bootstrap generators.

See also

External links