View Full Version : good SiteBuilder?
Ticalrida
July 23rd, 2004, 12:18 AM
Whats a good free Sitebuilder? I dont know HTML so dont tell me a HTML one.
nasrules
July 23rd, 2004, 01:31 AM
Dreamweaver. Period.
Sorry, that may be a bit short, but Dreamweaver is by far the best web-creation tool there is. The WYSIWYG editor is great and, should you move onto hand-writing (you probably will), the code editor is the cream of the crop.
Ticalrida
July 23rd, 2004, 02:03 AM
dont it require HTML?
Malakai1911
July 23rd, 2004, 05:06 AM
Dreamweaver has multiple modes. One is "designer" the other is "coder" depending on what your level of experience is. The designer mode you can drag and drop and edit things like a "site builder". You can switch to the "coder" mode and see how everything works.
I suggest learning as much code as you can, HTML 4.01 is easy, but CSS and XHTML are looking like cool options for the future.
http://www.csszengarden.com/
mxpwx
July 23rd, 2004, 06:07 AM
i used to use homestead that thing was kick ass but now you have to pay, geocities has a pretty simple one but unless ur real patient your pages wont look great
Kerensky97
July 29th, 2004, 01:43 AM
I've used both Frontpage and Dreamweaver and I have to say that for a beginner Frontpage is easier to use but Dreamweaver is better overall.
Frontpage's similarity to MS Word makes it a piece of cake to learn, but don't copy from Word to FP, it's too messy, copy from .txt files to FP and then edit for layout. And you don't have to copy the _vti_cnf folders to the web server.
Dreamweaver is more powerful but the learning curve is steeper and it program itself is expensive.
dock0184
July 29th, 2004, 02:11 AM
Whats a good free Sitebuilder? I dont know HTML so dont tell me a HTML one.
A company called Extensis makes NetPublish. NetPublish is a very good program, it can make very professional looking websites. Check out their website to see if you like it. http://www.extensis.com/en/products/product_features.jsp?id=prod60008
Personally I use frontpage, despite my no-love for microsoft. It's because I'm used to it and that makes life easy.
MushroomheadXIII
July 29th, 2004, 05:24 AM
I use the designer mode in dreamweaver because im more of a designer than a coder but yeh it helps to look at the code as you learn stuff...but for crying out loud the guy is looking for a free one!
shawners
July 29th, 2004, 06:52 AM
there all free on p2p mushroomheadxlll =)
dock0184
July 29th, 2004, 07:54 AM
I use the designer mode in dreamweaver because im more of a designer than a coder but yeh it helps to look at the code as you learn stuff...but for crying out loud the guy is looking for a free one!
everything is free on p2p :gj
jk... don't do as i say, it may be not legal
mcovey
July 29th, 2004, 09:16 AM
NVU, it's basically a fork off the netscape editor maintained by Lindows.
very simple and standalone.
But I use nano on Unix, Kedit/Kate on Linux, and notepad on windows.
nasrules
July 29th, 2004, 12:17 PM
I use the designer mode in dreamweaver because im more of a designer than a coder but yeh it helps to look at the code as you learn stuff...but for crying out loud the guy is looking for a free one!
Designer or not, you have more control over the look of the page if you code it without using any form of WYSIWYG. Plus, coding by hand removes all the bloat that most page creators put in.
I don't understand all these people who say they use Notepad because 'it's the best'. Just because it's plain doesn't mean it's any good! Ever heard of syntax colouring? It's a big help. And, you get line numbers, etc etc, which are very usefu lwhen debugging. Plus, everything's easier to read and manage.