Editors / Programming Environments
Website Builders
- Microsoft Expression Web = MEW
- Adobe Creative Cloud
- Altova | XML Editor
- Apache NetBeans
(download) - WYSIWYG needs Java
GUI plugin
- Arachnophilia
4.0 ($0)
- Ashampoo
- BBEdit - Apple OS only
- Blogs ...
- Bluefish
- BlueGriffon (development
discontinued 2024)
- Chami.com
- Coda
- CoffeeCup Software | Site
Designer - $99/one-time-fee - not WYSIWYG
- Dreamweaver Resources ...
- Expression Web (see Microsoft Expression Web)
- G2 Grid for the
top Web Design Software products
- Google
- HTML Assistant Pro
- HTML Kit
for more than editing HTML - $0
- HTMLpad.net | HTML5 editor, CSS3 editor,
JavaScript editor - Personal US$50
- JCreator — Java IDE
- jQuery: New Wave Javascript
- jsFiddle | Create a new Fiddle - jsFiddle
- $0
- Review:
4 killer cloud IDEs | Application Development - InfoWorld - page 1
- Review:
4 killer cloud IDEs | Application Development - InfoWorld - page
3
- A Website, not a client-side APi - $0
- Client-side JavaScript
- Few programming chores are purer than writing JavaScript, HTML,
and CSS in three rectangles in your browser, then watching it run
in a fourth. The tool builds "fiddles," which are smaller blocks
of code that might work best as embedded frames. The code can
easily call APIs, but you won't build any APIs with it. That would
be missing the point. The developers clearly want to encourage more
snippets and code that can form the building blocks for Web pages.
- KompoZer
- Free Download - OlderGeeks.com Freeware Downloads - $0
- KompoZer download
| SourceForge.net - $0
- Kompozer.app
- Not perfect, but better than most editors. Dreamweaver
is better, but much much more expensive.
- No setting to automatically open files in split screen (HTML/WYSIWYG)
by default. Necessary to click on the split-screen tab.
- No shortcut or menu button to switch between screens.
- The coding windows open either on a blank line (<br> with
no surrounding code) or at the very end of the file.
WTF? Should open at the same place as in the WYSIWYG window.
- No shortcut to open a browser webpage in Kompozer? - (Note: This
shortcut is a setting in the browser, not the editor.)?
- Right-click does some strange things, like highlight the whole line.
- Editor does lots of strange things. Illogical and frustrating.
- Shortcuts
- Network Solutions - Web.com | Website Builder
| Small Business Website Design - Network Solutions - Web
Hosting and Domain Names for Any Business - Cloud
- Notion – Publish
anything, fast - $0/10/$15/month
- openElement - Web Design & Authoring
Software - $0
- Phoenix Code - Free Open Source Code Editor
| Successor to Brackets - A visual editor for websites, web apps, and
Markdown.
- Pinegrow Web Editor | Website Builder
for Professionals - CA$150/yr - discount?
- "I recently tried Pinegrow
html editor and wow Its like Dreamweaver on Steroids, so quick so responsive
virtually no lag, buttery smooth when editing."
- "Pinegrow is decent for some things but it lacks S/FTP, code editing
(code hints, auto completion, linting, Emmet), and the robust file management
features of Dreamweaver."
- I can't completely agree with these statements.
- RapidWeaver.
- Shareware & Freeware
- openElement, Microsoft Expression Web, Kompozer
- Squarespace
- Build a Website
- UltraEdit Text Editor - HEX Editor -
HTML Editor - Programmers Editor - CA$189/year - discount??
- Validators = link checkers
- Visual SlickEdit
- W3Schools Online Web Tutorials -
$0
- Wappler - The Visual Web App Creator
- Webflow: Visual website builder - browser-online
only - $276/yr
- WebStorm - $0?
- Wix.com | Website Builder - Create a Free
Website Today - browser-online only - Free/$204yr/$348yr
- WordPress Website Builder
| Get Started for Free in Minutes | WordPress.com - browser-online only
- $0-->$60/yr
- XAMPP Windows
-
- Website Builders - Cloud
-
Weebly
- Create a free website and a free blog - $0 - Not really free, because
of the limitations.
-
Weebly
doesn't work well with all browsers (e.g. Firefox).
- Corporate Office: 1-415-375-3268 - Don't bother calling.
Nobody will answer you. The company does not offer any type of support
by phone.
- Pricing | Weebly
- However, you will need either the Starter package or the Pro package.
You need one of these upgrades if you want to use your own domain
name, have a slideshow in the header, have searching on your site,
remove the advertising link to Weebly, etc.
- There are no "breadcrumbs" to show where you you are in the site structure.
Breadcrumbs is not an option.
- There is no way to have a menu item link to an existing page in the
site (unless you pay to upgrade and use your own domain name). Menu
items are just pages. However, buttons can link to an existing page
in the site.
- Statistics are available for only one month. After that your site
traffic history is gone.
- It is easy to set up and edit the sites. It is easy to modify
themes. It is possible to download the site as a zip. However,
it is rather basic in its functionality.
- Support - Customer Service & Tech Support
- Good website editor. Terrible customer service. Terrible
tech support.
- Weebly Help - M-F 11h-20h EST - You will have to be VERY patient
if you really really want support. The problem may be urgent
for you, but it may take 3 or 4 or 5 or more days to get a response
from Weebly Tech Support. How patient are you?
- Weebly
customer service phone numbers and support
- Weebly Help Center
- Weebly Review | PCMag
- WIX
- WordPress ...
- Xara Cloud & Design Products
| Pricing - $0 or Essential US$144/yr - Cloud
-
- Your own domain
- Buy a domain name from a domain registrar.
(from CanReg.com, NetworkSolutions.com, Weebly.com, etc.)
- Host the domain name somewhere (hosting.htm
or Weebly or ...)
- Upgrade from the Weebly free account (to Starter or Pro or ...).
- Warning! You will have to upgrade and pay for each and every
Weebly site that you want to see on your new domain.
- Add an "A record" to point the root or a subdomain of your new domain
to Weebly (199.34.228.44). Ask your host
to change your cPanel settings for you.
- Publish your site to the new domain. (Just click on the "Publish"
button.)
- Test it.
- Design (menu) > Edit HTML/CSS (button at bottom left) > CSS > main-style.css
- #footer { /* Use only one of the following three lines */
display: none;
visibility: hidden;
visibility: none;
}
- To make the active menu option a different colour from the hovering
option.
#avmenu li#active a {
color: #fff;
background: #429dd1;
}
#avmenu a:hover {
color: #fff;
background: #000000;
}