Hi all
Just wondering if anyone knows a good place to download free web writing software.
Chris
Hi all
Just wondering if anyone knows a good place to download free web writing software.
Chris
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:
index.html, css/style.css, images/. Use short, lowercase filenames with no spaces. 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.
Jump to Post— jwenting 1,905http://www.vim.org
All you need.
Jump to Post— server_crash 64http://www.vim.org
All you need.pshhhhh. All you need is JEdit. :cool:
Jump to Post— Rashakil Fol 978Croft: 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 …
Jump to Post— Rashakil Fol 978Use Mozilla Composer then.
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,
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
get sublimetext or notepad++ great editor for webdesigning for more advance got Adobe Dreamweaver.For Php Based Website go for Joomla.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.