Return to site

Wysiwyg Web Builder Templates Pack Download

broken image


MediaWiki extensions manual
WYSIWYG
Release status: unmaintained
ImplementationPage action, Extended syntax, User rights, Skin, Ajax
DescriptionAllows the easy insertion and enhanced editing of formatted data like tables, headings, enumerations etc. while they are displayed exactly like the final output.
Author(s)ontoprise GmbH, MediaWiki community of WYSIWYG
Latest version1.5.6_0
[B551+18.09.2018]
MediaWiki1.26.x to 1.31.x
Database changesNo
LicenseGNU Lesser General Public License 2.1 or later
Download

GitHub:

  • git repository URL[help]
  • commit history

Note:
No localisation updates are
provided by translatewiki.net.


See details in the download section
$wgDefaultUserOptions

LIVE DEMO PREVIEWThis web design template, created with WYSIWYG Web Builder 14+, is designed for the photographic environment, the clothing store, the presentation of products, libraries and any project that wants to show and make the product shine.Every web design template is the beginning of a gre. Build a website piece-by-piece using drag and drop or use existing templates to create impressive web pages for your personal use or for your clients What's new in WYSIWYG Web Builder 14.3.4: Fixed: Incorrect flexbox offset calculation for multi-line rows. Fixed: Crash when updating master page in multi-page properties.

The WYSIWYG extension provides more intuitive page editing on a MediaWiki-based site. When this extension is installed, the tab 'Edit' in the command bar on top of every page leads directly in the WYSIWYG editing mode.

Warning:Be sure that you check the dependencies for this extensions. There may be combinations that fail.


Download[edit]

BundleMediaWikiPHPVersionSourceNotesBrowserBy
#61.26, 1.27, 1.28, 1.29, 1.30, 1.31[1]
5.4, 5.5, 7.2
1.5.6_0 [B551+18.09.2018]
WYSIWYG-CKeditor[2]
Short list of improvements is below. For more details, see readme.md [3].IE11[4], FireFox [5], Chrome [6]
Riparap
NOTE!
  1. Branch wysiwyg_mv130_462 contains latest modifications, version 1.5.6_0 [B551+18.09.2018].
  2. There may be more than one branches available for #6 bundle which is stored in github. If you like to contribute to it, you should clone the repository of #6 in github, create new branch there for fix and finally create pull request with it, pull request will make it possible to merge patch into #6 bundle.
  3. https://github.com/Mediawiki-wysiwyg/WYSIWYG-CKeditor
  4. #6 bundle of wysiwyg should be used with IE11 native mode ('Edge'), compatibility view mode should not be enabled with IE11 for your wiki site (setting is located here: 'Tools=>Compatibility View settings', deselect option 'Display intranet sites in compatibility view' in case your wiki is internal or remove site name from the list).
  5. FireFox v26.x - v56.x
  6. Chrome v.32.x - v.62.x

Installation[edit]

  1. Download WYSIWYG #6 bundle in your /extensions/WYSIWYG-src directory and publish its sub-directories as wiki extensions, still keeping the original WikiEditor extension (if any). For example:
  1. Activate WYSIWYG by adding following lines valid to your system at the bottom of your LocalSettings.php:

Configuration[edit]

Customize the toolbar[edit]

Everything is explained here.

Disable for some namespaces[edit]

To disable WYSIWYG for some namespaces (for example, here MediaWiki), add the following code in your LocalSettings.php:

To set default preferences while letting users chose to use WYSIWYG on certain namespaces :

To hide from preferences the checkboxes relative to the namespaces, comment these lines.

Style the content of the editor[edit]

Two solutions :

  1. Edit the file ckeditor/contents.css
  2. Point to the css file of your choice, adding this line to ckeditor/config.js :

Config 'Paste as ...'[edit]

When clicking 'Paste as...' button under Firefox, you may get a popup telling your browser can't access your clipboard. This is a security protection, but you can configure your browser so that it makes an exception for your wiki. Thus, you will be able to paste in one click, with no need to paste in the dialog field and then validate. See here. It seems no longer possible.

Wysiwyg Web Builder Templates Pack Download Windows 10

Cleaning some tags[edit]

CKeditor functions AllowedContent and DisallowedContent are supposed to do that, but do not work (TEST: these should should work with branch wysiwyg_mw127_459, Version 1.5.6_0 [B551+14.07.2016]).

You can add some regexp to play this role. For example, if you don't want to allow color styles, you can add here the following lines :

Change default values in table dialog[edit]

For instance you can change the width default to 100% by replacing, in this file, the two 500 with '100%'

Improvements[edit]

Modifications (#6 refer to Download section above)

Templates
  • Buttons to create a references (footnotes): ... and (incl. in #5 and #6)
  • Show references in wysiwyg editing mode as text (Version 1.5.6_0 [B551+08.07.2016]). Show them as 'widgets' which can be dragged and dropped (branch wysiwyg_mw127_459, Version 1.5.6_0 [B551+20.07.2016].).
  • Edit text of references also in (footnotes) references- section.
  • Fixed Images dialog (parameters) (incl. in #6)
  • Button to add [[...]] in one click in order to convert text as target link (incl. in #5 and with additional modifications in #6)
  • Autofilling of the link dialog with selected text, and autosearch] (incl. with additional modifications in #6)
  • Dialog to handle categories. Category dialog supporting hierarchical categories #6.
  • Display category name in WYSIWYG beside the 'C' icon (patch here, included and further modified here Version 1.5.6_0 [B551+01.09.2015]) (screenshot here)(thread here).
  • [//en.wikipedia.org wikipedia] is considered as external link (incl. in #6)
  • tags are not deleted anymore. Math -tags, gallery- and hovergallery- tags (HoverGallery ext.), poll- and ajaxpoll- tags (poll- and ajaxpoll ext.) as well as contents of all other unknown mediawiki tags should now be possible to enter/update using tag -dialog of wysiwyg (incl. in #6)
  • Edit text with paragraph format 'Formatted' (pre- and syntaxhighlight -tags) directly as text in wysiwyg mode (skip using special -dialog). #6 Version 1.5.6_0 [B551+01.09.2015]). (Github#50, test version in branch CKeditor_v4_Nowiki-Synt-Pre)
  • Use of resourceloader (forced with MW 1.26.xx) of MW (branch wysiwyg_mw126_rsl458 is using WYSIWYG.php, branch wysiwyg_mw127 is using wfLoadExtension)
  • Button to format selected text with format 'italic+angle quotes'.

Possible customizations[edit]

  • Disable search for images in link dialog (incl. in #5) Question:Is this necessary modification? You can already now specify namespace as search criteria in link dialog using ':', f.ex. keying in 'image:eifel' (without quotes) will search only image names starting with string 'eifel'. Other namespaces works similarly. Answer: Personaly, I don't use [[Media:]], and I don't want images to appear in the search list of link dialog.
  • Hide checkbox 'Open rich editor in a popup' in Special:Preferences : comment these lines (included inbranch wysiwyg_mw127_459, versions >= 1.5.6_0 [B551+14.07.2016].)
  • Tables :
    • summary attribute is not supported anymore in HTML5, and is of little use. I suggest to remove it
  • Remove infotip displayed on editor in wikitext view : see hereSolved:No need to edit core files of CKeditor, included in versions >=1.5.6_0 [B551+21.07.2016], branch wysiwyg_mw127_459
  • Image dialog enhancement (patch here) :
    • Add a button in dialog to reset to default size
    • Add a button in dialog to lock size ratio
    • Display image size by default in the dialog width/height input
    • if you type exactly the file name in the input, the image preview is loaded instantly (no need to click on the ImgList)
    • if you tick upright checkbox, the fields height and width are cleared
  • Fix a Firefox line wrap bug (patch)(thread) Fixed:This is not anymore an issue after upgrading CKeditor in versions >=1.5.6_0 [B551+07.07.2015]
  • In the image dialog, fit image preview and remove scrollbars with this css :
  • Implement Footnotes (ckeditor addon) to handle footnotes with WYSIWYG. QUESTION: Is this really needed? ...because there is Cite- extension of MW available and WYSIWYG supports it using - and - tags). Ref- and References- elements can now be dragged and dropped in editor (branch wysiwyg_mw127_459, versions >= 1.5.6_0 [B551+21.07.2016]).
  • Make AllowedContent and DisallowedContent work. TEST:After removing custom dataprocessor definiton of Wysiwyg ACF should now work with branch wysiwyg_mw127_459, versions >= 1.5.6_0 [B551+21.07.2016]. At this moment all kind of content is allowed by setting 'config.allowedContent = true;' of config.js.

Todo[edit]

  • Ability to pick up available templates in a list (like old fckeditor)
  • Images :
    • Fix breaking of captions format
    • Make image captions appear in preview mode (See this discussion and Github#53

Known incompatibilities[edit]

  • Issues with Preloader extension (#6)
    • When loading a template from Preloader, formatting may be stripped from header and thematic break tags. For example,

      Title

      and return only plain, black Title and ----, with no formatting. It is unknown whether this issue occurs with other tags, but appears likely. Github#27

See also[edit]

Retrieved from 'https://www.mediawiki.org/w/index.php?title=Extension:WYSIWYG&oldid=4570200'
Multimedia |Business |Messengers |Desktop |Development |Education |Games |Graphics |Home |Networking |Security |Servers |Utilities |Web Dev| Other
Sort by: Relevance

Ewisoft Web Builder

Free web editor especially for beginners and non-web-technical people. It uses 'content + template = a web site'. No need to code HTML. What You See Is What You Get. No need to design. Get a nice looking by a ready-made or custom-made web template.

  • Publisher: Ewisoft Corp.
  • Home page:www.ewisoft.com
  • Last updated: October 31st, 2009

LokSound Template Pack

It's a sound library for LokProgrammer 4.4.24 or newer. You can also install this collection of sounds if you want to add further whistles, horns, bells, station announcements or other sounds to the sound projects offered by ESU.The LokSound Template Pack includes most of the ESU sounds in an easy to use manner.

  • Publisher: ESU electronic solutions ulm GmbH & Co. KG
  • Home page:www.esu.eu
  • Last updated: January 17th, 2018

3D Model Builder (Geometry Pack)

3D e-Learning Program - Learn 3D modelling fundamentalsThere are over 30 tutorials to teach you how to build castles, dragons, formula 1 cars, game characters, dolphins, buildings and even a skate board park!

  • Publisher: TheyerGFX Pty Ltd
  • Last updated: March 7th, 2008

Web Game Builder

Web Game Builder is an innovative tool for game developers to bring games or applications online. It can convert your normal exe games to cool web games. You needn't know Java or Flash, most work can be done in a few minutes by clicking mouse.

  • Publisher: Promotionsoft
  • Last updated: May 26th, 2020

yGen

yGen is a combination text editor and compiler, generating finished files (be they html, text, php or any extension you like) from template files and includes. Free software from the author of the Hal Spacejock series.

Wysiwyg Web Builder Templates Pack Download Windows 7

Download
  • Publisher: Spacejock Software
  • Home page:www.spacejock.com
  • Last updated: May 26th, 2020

LB Builder

LB Builder is an easy to use IDE for the Liberty BASIC windows programming language based on Scintilla. It is the most feature-rich IDE currently available for Liberty BASIC. LB Builder is a project-oriented IDE and it has a user friendly WYSIWYG GUI builder.

  • Publisher: Asger Grønnow
  • Home page:sourceforge.net
  • Last updated: October 6th, 2009

Elevate Web Builder

Elevate Web Builder is a visual rapid application development environment for web applications. It is simple and easy to use; you can create applications by simply dragging and dropping components on to forms, and then changing their appearance and behavior as desired.

  • Publisher: Elevate Software, Inc.
  • Home page:www.elevatesoft.com
  • Last updated: October 31st, 2016

CyberLink Birthday Jolly169

CyberLink Birthday Jolly is a template set for CyberLink PowerDirector, compatible with PowerDirector 11, 10 and 9 editions. Both 4:3 and 16:9 versions are available. This template pack can be downloaded for free from the PowerDirector's community website.

  • Publisher: CyberLink Corp.
  • Home page:directorzone.cyberlink.com
  • Last updated: May 28th, 2013
Wysiwyg Web Builder Templates Pack Download

Quick 'n Easy Web Builder

Quick 'n Easy Web Builder is a program used to create web pages.Main features:- Easily add, edit, clone and structure your web pages from a single file.- Form layout object to create forms, including actions, hidden fields etc.- Supports Form fields: Editbox, TextArea, Checkbox, Radiobutton, Combobox and Button.- Navigation bars, Tab Menu, Slide Menu and many other navigation options.

  • Publisher: Pablo Software Solutions
  • Home page:www.quickandeasywebbuilder.com
  • Last updated: June 16th, 2021

OpenBEXI

OpenBEXI is a powerful free WYSIWYG website editor for Internet. This will allow you to edit and see your texts, pictures and all your other widgets from the OpenBexi Editor exactly like they will appear once they are published with the OpenBEXI publisher!

  • Publisher: OpenBEXI
  • Home page:www.openbexi.com
  • Last updated: August 15th, 2012

WEB BUILDER DELUXE

WEB BUILDER DELUXE is a program that allows you to set up a contact database for your business, a knowledge base for your organization or a product catalog for your corporate web site. With dynamic HTML pages, you can view, manage and process your databases online.

  • Publisher: PrimaSoft PC
  • Home page:www.primasoft.com
  • Last updated: July 2nd, 2018

Web Page Maker

Web Page Maker is a handy software tool that allows you to create professional-looking webpages very quickly and easily. You don't require any programming or HTML experience to use this tool effectively. Besides, the program includes multiple webpage templates that you can use as a starting point for your creations.

  • Publisher: Web Page Maker Software Company, Inc.
  • Home page:www.webpage-maker.com
  • Last updated: February 24th, 2010

TemplateToaster

TemplateToaster is a web design tool for designing high end WordPress themes, Drupal themes, Magento themes, Joomla templates and HTML5/CSS3 Websites. TemplateToaster supports Responsive design, your website will be displayed perfectly fine on every device including desktop, laptop, tablets all type of smart phones.

  • Publisher: TemplateToaster
  • Home page:templatetoaster.com
  • Last updated: April 17th, 2020

Nvu

Nvu 1.0 is a very easy to use application for creating web pages.It uses HTML, Code, and previous view of the web page being developed, inserts pictures, tables, hyperlinks, anchors, forms, PHP code, comments, etc. for making web pages in a very quick manner, editing them in What You See Is What You Get (WYSIWYG) mode, so anything is done is immediatly seen.

  • Publisher: Linspire Inc.
  • Home page:www.nvu.com
  • Last updated: February 14th, 2008

KompoZer

KompoZer is a complete web authoring system that combines web file management and easy-to-use WYSIWYG web page editing. It is designed to be extremely easy to use, making it ideal for non-technical computer users who want to create an attractive, professional-looking web site without needing to know HTML or web coding.

  • Publisher: Thorsten Fritz
  • Home page:kompozer.net
  • Last updated: July 19th, 2013

WebBuilderTemplates

Wysiwyg Web Builder Templates Pack Download
  • Buttons to create a references (footnotes): ... and (incl. in #5 and #6)
  • Show references in wysiwyg editing mode as text (Version 1.5.6_0 [B551+08.07.2016]). Show them as 'widgets' which can be dragged and dropped (branch wysiwyg_mw127_459, Version 1.5.6_0 [B551+20.07.2016].).
  • Edit text of references also in (footnotes) references- section.
  • Fixed Images dialog (parameters) (incl. in #6)
  • Button to add [[...]] in one click in order to convert text as target link (incl. in #5 and with additional modifications in #6)
  • Autofilling of the link dialog with selected text, and autosearch] (incl. with additional modifications in #6)
  • Dialog to handle categories. Category dialog supporting hierarchical categories #6.
  • Display category name in WYSIWYG beside the 'C' icon (patch here, included and further modified here Version 1.5.6_0 [B551+01.09.2015]) (screenshot here)(thread here).
  • [//en.wikipedia.org wikipedia] is considered as external link (incl. in #6)
  • tags are not deleted anymore. Math -tags, gallery- and hovergallery- tags (HoverGallery ext.), poll- and ajaxpoll- tags (poll- and ajaxpoll ext.) as well as contents of all other unknown mediawiki tags should now be possible to enter/update using tag -dialog of wysiwyg (incl. in #6)
  • Edit text with paragraph format 'Formatted' (pre- and syntaxhighlight -tags) directly as text in wysiwyg mode (skip using special -dialog). #6 Version 1.5.6_0 [B551+01.09.2015]). (Github#50, test version in branch CKeditor_v4_Nowiki-Synt-Pre)
  • Use of resourceloader (forced with MW 1.26.xx) of MW (branch wysiwyg_mw126_rsl458 is using WYSIWYG.php, branch wysiwyg_mw127 is using wfLoadExtension)
  • Button to format selected text with format 'italic+angle quotes'.

Possible customizations[edit]

  • Disable search for images in link dialog (incl. in #5) Question:Is this necessary modification? You can already now specify namespace as search criteria in link dialog using ':', f.ex. keying in 'image:eifel' (without quotes) will search only image names starting with string 'eifel'. Other namespaces works similarly. Answer: Personaly, I don't use [[Media:]], and I don't want images to appear in the search list of link dialog.
  • Hide checkbox 'Open rich editor in a popup' in Special:Preferences : comment these lines (included inbranch wysiwyg_mw127_459, versions >= 1.5.6_0 [B551+14.07.2016].)
  • Tables :
    • summary attribute is not supported anymore in HTML5, and is of little use. I suggest to remove it
  • Remove infotip displayed on editor in wikitext view : see hereSolved:No need to edit core files of CKeditor, included in versions >=1.5.6_0 [B551+21.07.2016], branch wysiwyg_mw127_459
  • Image dialog enhancement (patch here) :
    • Add a button in dialog to reset to default size
    • Add a button in dialog to lock size ratio
    • Display image size by default in the dialog width/height input
    • if you type exactly the file name in the input, the image preview is loaded instantly (no need to click on the ImgList)
    • if you tick upright checkbox, the fields height and width are cleared
  • Fix a Firefox line wrap bug (patch)(thread) Fixed:This is not anymore an issue after upgrading CKeditor in versions >=1.5.6_0 [B551+07.07.2015]
  • In the image dialog, fit image preview and remove scrollbars with this css :
  • Implement Footnotes (ckeditor addon) to handle footnotes with WYSIWYG. QUESTION: Is this really needed? ...because there is Cite- extension of MW available and WYSIWYG supports it using - and - tags). Ref- and References- elements can now be dragged and dropped in editor (branch wysiwyg_mw127_459, versions >= 1.5.6_0 [B551+21.07.2016]).
  • Make AllowedContent and DisallowedContent work. TEST:After removing custom dataprocessor definiton of Wysiwyg ACF should now work with branch wysiwyg_mw127_459, versions >= 1.5.6_0 [B551+21.07.2016]. At this moment all kind of content is allowed by setting 'config.allowedContent = true;' of config.js.

Todo[edit]

  • Ability to pick up available templates in a list (like old fckeditor)
  • Images :
    • Fix breaking of captions format
    • Make image captions appear in preview mode (See this discussion and Github#53

Known incompatibilities[edit]

  • Issues with Preloader extension (#6)
    • When loading a template from Preloader, formatting may be stripped from header and thematic break tags. For example,

      Title

      and return only plain, black Title and ----, with no formatting. It is unknown whether this issue occurs with other tags, but appears likely. Github#27

See also[edit]

Retrieved from 'https://www.mediawiki.org/w/index.php?title=Extension:WYSIWYG&oldid=4570200'
Multimedia |Business |Messengers |Desktop |Development |Education |Games |Graphics |Home |Networking |Security |Servers |Utilities |Web Dev| Other
Sort by: Relevance

Ewisoft Web Builder

Free web editor especially for beginners and non-web-technical people. It uses 'content + template = a web site'. No need to code HTML. What You See Is What You Get. No need to design. Get a nice looking by a ready-made or custom-made web template.

  • Publisher: Ewisoft Corp.
  • Home page:www.ewisoft.com
  • Last updated: October 31st, 2009

LokSound Template Pack

It's a sound library for LokProgrammer 4.4.24 or newer. You can also install this collection of sounds if you want to add further whistles, horns, bells, station announcements or other sounds to the sound projects offered by ESU.The LokSound Template Pack includes most of the ESU sounds in an easy to use manner.

  • Publisher: ESU electronic solutions ulm GmbH & Co. KG
  • Home page:www.esu.eu
  • Last updated: January 17th, 2018

3D Model Builder (Geometry Pack)

3D e-Learning Program - Learn 3D modelling fundamentalsThere are over 30 tutorials to teach you how to build castles, dragons, formula 1 cars, game characters, dolphins, buildings and even a skate board park!

  • Publisher: TheyerGFX Pty Ltd
  • Last updated: March 7th, 2008

Web Game Builder

Web Game Builder is an innovative tool for game developers to bring games or applications online. It can convert your normal exe games to cool web games. You needn't know Java or Flash, most work can be done in a few minutes by clicking mouse.

  • Publisher: Promotionsoft
  • Last updated: May 26th, 2020

yGen

yGen is a combination text editor and compiler, generating finished files (be they html, text, php or any extension you like) from template files and includes. Free software from the author of the Hal Spacejock series.

Wysiwyg Web Builder Templates Pack Download Windows 7

  • Publisher: Spacejock Software
  • Home page:www.spacejock.com
  • Last updated: May 26th, 2020

LB Builder

LB Builder is an easy to use IDE for the Liberty BASIC windows programming language based on Scintilla. It is the most feature-rich IDE currently available for Liberty BASIC. LB Builder is a project-oriented IDE and it has a user friendly WYSIWYG GUI builder.

  • Publisher: Asger Grønnow
  • Home page:sourceforge.net
  • Last updated: October 6th, 2009

Elevate Web Builder

Elevate Web Builder is a visual rapid application development environment for web applications. It is simple and easy to use; you can create applications by simply dragging and dropping components on to forms, and then changing their appearance and behavior as desired.

  • Publisher: Elevate Software, Inc.
  • Home page:www.elevatesoft.com
  • Last updated: October 31st, 2016

CyberLink Birthday Jolly169

CyberLink Birthday Jolly is a template set for CyberLink PowerDirector, compatible with PowerDirector 11, 10 and 9 editions. Both 4:3 and 16:9 versions are available. This template pack can be downloaded for free from the PowerDirector's community website.

  • Publisher: CyberLink Corp.
  • Home page:directorzone.cyberlink.com
  • Last updated: May 28th, 2013

Quick 'n Easy Web Builder

Quick 'n Easy Web Builder is a program used to create web pages.Main features:- Easily add, edit, clone and structure your web pages from a single file.- Form layout object to create forms, including actions, hidden fields etc.- Supports Form fields: Editbox, TextArea, Checkbox, Radiobutton, Combobox and Button.- Navigation bars, Tab Menu, Slide Menu and many other navigation options.

  • Publisher: Pablo Software Solutions
  • Home page:www.quickandeasywebbuilder.com
  • Last updated: June 16th, 2021

OpenBEXI

OpenBEXI is a powerful free WYSIWYG website editor for Internet. This will allow you to edit and see your texts, pictures and all your other widgets from the OpenBexi Editor exactly like they will appear once they are published with the OpenBEXI publisher!

  • Publisher: OpenBEXI
  • Home page:www.openbexi.com
  • Last updated: August 15th, 2012

WEB BUILDER DELUXE

WEB BUILDER DELUXE is a program that allows you to set up a contact database for your business, a knowledge base for your organization or a product catalog for your corporate web site. With dynamic HTML pages, you can view, manage and process your databases online.

  • Publisher: PrimaSoft PC
  • Home page:www.primasoft.com
  • Last updated: July 2nd, 2018

Web Page Maker

Web Page Maker is a handy software tool that allows you to create professional-looking webpages very quickly and easily. You don't require any programming or HTML experience to use this tool effectively. Besides, the program includes multiple webpage templates that you can use as a starting point for your creations.

  • Publisher: Web Page Maker Software Company, Inc.
  • Home page:www.webpage-maker.com
  • Last updated: February 24th, 2010

TemplateToaster

TemplateToaster is a web design tool for designing high end WordPress themes, Drupal themes, Magento themes, Joomla templates and HTML5/CSS3 Websites. TemplateToaster supports Responsive design, your website will be displayed perfectly fine on every device including desktop, laptop, tablets all type of smart phones.

  • Publisher: TemplateToaster
  • Home page:templatetoaster.com
  • Last updated: April 17th, 2020

Nvu

Nvu 1.0 is a very easy to use application for creating web pages.It uses HTML, Code, and previous view of the web page being developed, inserts pictures, tables, hyperlinks, anchors, forms, PHP code, comments, etc. for making web pages in a very quick manner, editing them in What You See Is What You Get (WYSIWYG) mode, so anything is done is immediatly seen.

  • Publisher: Linspire Inc.
  • Home page:www.nvu.com
  • Last updated: February 14th, 2008

KompoZer

KompoZer is a complete web authoring system that combines web file management and easy-to-use WYSIWYG web page editing. It is designed to be extremely easy to use, making it ideal for non-technical computer users who want to create an attractive, professional-looking web site without needing to know HTML or web coding.

  • Publisher: Thorsten Fritz
  • Home page:kompozer.net
  • Last updated: July 19th, 2013

WebBuilderTemplates

WebBuilderTemplates contains a full package with free templates for WYSIWYG Web Builder. These free templates are useful to help you start your own web site.To add a new category to the template selection window, so you can organize your templates, simply create a new folder and put the template files in this folder. The name of the folder will then be displayed in the Category dropdown list.

  • Publisher: Pablo Software Solutions
  • Home page:www.wysiwygwebbuilder.com

LightScribe Template Designs - Bonus Pack

LightScribe Template Designs - Bonus Pack is a free program designed to work with the LightScribe Template Labeler application. Those designs can be used to print on your DVD or CD discs that are printable. You can insert your own pictures and drag them around to enhance the template. You can also rotate the images and add effects.

  • Publisher: LightScribe
  • Home page:lightscribesoftware.org
  • Last updated: October 7th, 2008

NetObjects Fusion Essentials

NetObjects Fusion Essentials is a free Web design program with numerous easy-to-use tools and components that allow you to build sites quickly and easily. You can layout your images, add your text and NetObjects Fusion generates the HTML for you. You can also insert forms, rollover images, Flash and even e-commerce to create a sophisticated site.

  • Publisher: NetObjects Inc.
  • Home page:www.netobjects.com
  • Last updated: July 24th, 2014





broken image