Page 1 of 1
Building a web page
Posted: Wed Nov 05, 2003 9:49 pm
by THOR
If anyone knows of a good program to build a web site let me know.
Murdock recommened
cute html.
IF ANY ONE HAS ANY OTHER IDEAS PLEASE LET ME KNOW.
Thanks THOR
Posted: Sun Nov 09, 2003 8:53 pm
by Murdock
Well, can anyone recommend one
The one I recommended was CUTE-HTML.
BTW, we're looking for FREE one.
Thor,
How is the CUTE one working out?
Murdock
Posted: Mon Nov 10, 2003 8:26 pm
by harlock
Thor,
check this one out. AceHTML 5 Freeware
http://freeware.acehtml.com/
Posted: Fri Nov 14, 2003 1:24 pm
by Digger[NJLP]
Murdock wrote:Well, can anyone recommend one
The one I recommended was CUTE-HTML.
BTW, we're looking for FREE one.
Thor,
How is the CUTE one working out?
Murdock
I'm more of a coder than using a WYSIWYG thing so I use CoffeCup HTML editor. Its nice and supports Java and ASP tags..
http://www.coffeecup.com
dreamweaver ifs nice for a fee.
Posted: Wed Nov 19, 2003 5:06 pm
by Osiramon
I like Dreamweaver if you want to have a for pay system.
However if you want to post information regularly and want free, rather than creating a site you may want to try blogger. This provides the ablity to have a web log (or journal) that is customized. There are several ones out there (go to goole and search on it). The blogger.org site will customize your look and feel to almost anything. There are many other blog tools out there. Almost all will post to a page at a site using FTP and it works behind a firewall.
Note that Google has bought out
http://www.blogger.org (which I do use) but there are many other ones. Blogger is free and you can have several different web logs from them. The blogs can also be archived out periodically.
Posted: Thu Mar 11, 2004 8:55 pm
by Julian
How about using Notepad ???
Excellent for editing and creating HTML
Posted: Fri Mar 12, 2004 4:28 pm
by Osiramon
I use that too, however I already know HTML pretty well.
I would like to mention wordpad for those window people who read html files from unix or macintosh systems where it doesn't have the <cr><lf> characters combined. Or for files that are just too damn big.
Posted: Sat Mar 13, 2004 1:14 am
by bobsmith
i would also have to recommend notepad. Seriously, it's everything you *need* to make a website. If you use a wysiwyg application you are going to make a site that has a crap load of extra stuff in the code, is error prone, and will leave you with an empty, hollow feeling. Use notepad, refresh the html file with your browser. It's that easy.
-ff