If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
In addition to the ones already mentioned you could always use MS Frontpage, MS Visual Web Developer and I seem to recall testing something called web-matrix. They all have at least some form of WYSIWYG front end but, as with most forms of development, sooner or later you'll probably have to roll your sleeves up and get under the bonnet/hood
Mr.Burns "Helping to keep this community friendly, helpful, and clean of spammers since 2006" WWW:Quake Terminus , QuakeVoidYou Tube:QuakeVoid Servers: Quake.shmack.net, damage.servequake.com News: JCR's excellent ctsj_jcr map is being ported to OOT
The first thing you should decide is whether you really want/need to create a new website from scratch or not.
It's much easier and (unless you're quite good) often also fancier to just get a free blog that runs wordpress or some other CMS like the ones mentioned before (like Joomla). If you need full control and/or can't accept ads, you may need to rent such a blog for a small monthly fee (or even install & maintain it yourself on a server you rented). You can try wordpress here, it's very easy to setup a free account, takes a few minutes.
If you really want to create your own website, there's 2 choices again: use a WYSIWYG editor or a plain text editor. You seem to prefer the first idea so some of those already mentioned may help you. It's more or less a matter of taste but here's some things to keep in mind:
Unless you're very good and invest a lot of time, a website created with MS Frontpage will look like webpage created with MS Frontpage.
If you create a site that needs ASP.net or a database, you'll obviously need a web server that runs it.
If you're using some prebuild thing like wordpress, make sure to keep it up-to-date (unless the hoster does that for you).
What MrBurns said is so true: you'll quickly reach a point where you'll want to open the stuff in a text editor. And the output that some of those programs generate ain't fun to work with in a text editor.
Just my 2 cents. My suggestion: have a look at wordpress or try KompoZer. I prefer vim but that's clearly not what you want.
Bluefish. Its open source and in most repos (if you're a gnome user on linux)
Also there are a lot of firefox extensions that I would use. Uhm, Firebug for starters.
MeasureIT is another. aardvark and platypus are worth looking at.
But frankly I would suggest using something like aranae or sublime text editor..
and just learn to do it in text the notepad way.
Ok back. Took araneae and bluefish both for a spin because I havent used anything but notepad in a long time.
Bluefish is open source, but its overkill for web pages.
Araneae is not technically open source, but it IS free for personal use, and donation-ware for commercial use, and I think thats just as sweet.
Also you said you wanted instant results like in QC..in araneae (and others) you
type in your code and hit f4 to open in browser...think of it as compiling and you get the idea.
and here is the basic dummyFile I made so I dont have to type the same thing over and over again when I start a new page.
Comment