Hi all
Just wondering if anyone knows a good place to download free web writing software.

Chris

Dani AI

Generated

This thread divides into two sensible positions: hand-coding for understanding (as advocated by and ) versus using a rapid builder when time is tight (as noted by , and others). Given 's GCSE time pressure, a practical compromise is recommended: start from a very small starter page, hand-edit the important parts so the work is demonstrably original, and keep the rest deliberately simple.

A short, pragmatic workflow:

  • Pick one lightweight starter file (single HTML page) and a tiny separate stylesheet.
  • Edit title, headings, paragraphs and image alt text by hand. Add brief inline HTML comments that document what was changed and when.
  • Keep a clear folder layout: index.html, css/style.css, images/. Use short, lowercase filenames with no spaces.
  • Save a simple README or change-log listing manual edits and timestamps; this provides evidence for coursework. Note 's warning that some builders only produce temporary preview files or require hosting for publish features — confirm an editor can save plain HTML before relying on it.

A minimal HTML skeleton showing the kind of manual edits that make work verifiable:

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Coursework Project</title>
  <link rel="stylesheet" href="css/style.css">
</head>
<body>
  <!-- Edited manually on 2025-11-06 by Croft.L: updated title and intro -->
  <header><h1>Coursework Project</h1></header>
  <main><p>Replace this paragraph with coursework content.</p></main>
  <footer><p>Author: Croft.L</p></footer>
</body>
</html>

Quick checklist before submission: open the page in at least two browsers, include meaningful alt text for images, keep CSS external, optimize image sizes, and include the README/change-log so instructors can see which parts were hand-written. This balances the learning points raised by / with the practical time concerns noted earlier.

Recommended Answers

All 14 Replies

Croft: Web design only needs a text editor, such as Notepad (or Vim or jEdit or ...), because HTML is a textual language. There are many of them, and you can figure out how to use a search engine.

Also useful may be an image editor -- The GIMP is one option there.

Learn HTML and learn CSS. You could also buy some big expensive program, but if you don't learn HTML and CSS, it will just be a pigpen in which you wallow in incompetence. And once you learn HTML and CSS, they aren't particularly useful.

I would do that but im just about to start my course work for my GCSE's. Thus i have no time to create the tags from scratch.

Use Mozilla Composer then.

no time to write html?
If I were your instructor I'd automatically fail any work turned in that's obviously (and believe me, it's almost always obvious) created using a generator or wysiwyg editor.
LEARN the language, don't hide your ignorance behind a button.

I do know the basics of html. I should go and learn the rest.
OKay i agree that using a web publishing software is not as good as using html.

Thanks for your help guys.

Use webstudio 4.0,
You dont need to know HTML to use this software,

http://www.webstudio.com/

I'm sure this is what you want.

Thanks Asif. That's about the only post in this topic so far that's worth looking at.

If someone needs a 'quick 'n' easy' to put a website together and hasn't the time to learn how to construct one in a text editor, I'm damned if I see the point in telling them to do so.


I'll move this to 'Windows Software', where it might attract other useful suggestions rather than elitist posturings :P

I wonder Y webstudio doesnt interest you.It certainly has a lot of features.
Surely you'll have to pay after 30 days of Trial.

Consider that you need to buy a Vodahost account to use Bluevoda's publish and ftp functions. Threre is no commands save or open pure html files. When you preview your page in browser Bluevoda produces html pages to folder c:\documents and settings\windows username\local settings\temp\preview

http://www.cityweb.in/
is the best place to to download free web writing software.

commented: This thread is EIGHT years old... jeez -2

get sublimetext or notepad++ great editor for webdesigning for more advance got Adobe Dreamweaver.For Php Based Website go for Joomla.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.