Go Back   HTMLCenter Web Development Forums > Web Design and Development > Product Reviews

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 7 votes, 5.00 average. Display Modes
  #1 (permalink)  
Old 02-03-2002, 07:41 PM
Registered User
 
Join Date: Feb 2002
Posts: 2
Dreamweaver vs. Homesite?

Hi,

I am considering both Homesite and Dreamweaver for use on my web site. Does anyone have any thoughts around one or the other?

Any help is appreciated.

Thanks,
Burt
Reply With Quote

  #2 (permalink)  
Old 02-05-2002, 07:20 AM
Till's Avatar
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
Hi BurtR!

My personal opinion:

I like Homesite better, 'cause it gives me for control over my source code, I like the programs interface a lot, which adds a lot of speed to my workflow.

I think the one thing that bugs me about its component is, that Dreamweaver spreads itself accross my screen. But it doesn't necessarily have one interface that molds it all into one - I need something like that, to not loose focus. To stay ahead of the tool I use.


In the end though, I have to admitt that I don't like either one really and rarely use a WYIWYG editor. I prefer text editors, such as Editplus, UltraEdit or VIM. It's the control and the speed. Whereas a program like Homesite or Dreamweaver loads a huge interface, my handy text editor is there and assists me in my time of need.

Both programs - Dreamweaver and Homesite - have the advantage that they write sourcecode for you, but since I like to do that myself - and think that I do a better job than those two - , it's not really necessary for me to use either.


You might also want to check out those reviews:

http://www.htmlcenter.com/reviews/re...D=75&type=HTML
http://www.htmlcenter.com/reviews/re...d=68&type=HTML


I hope I was of some assistance.

_till
Reply With Quote
  #3 (permalink)  
Old 03-04-2002, 03:45 AM
Registered User
 
Join Date: Mar 2002
Location: Indianapolis USA
Posts: 27
As always, it depends :)

Hi Burt,

The good news is that I think both programs are 'best-of-breed' for building a site. The "it depends" refers to not knowing what breed you are

If you're new to the game, and/or building a small non-commercial site, then you should consider using Microsoft's Front Page. I used the 98 version of it and it is very easy to use and can produce quite a decent site relatively quickly. Just make sure your site host supports Front Page "extensions" - most of them do.

If your site is going to be large or commercial, then FP is not a good solution. The HTML code which FP writes is pretty awful and you'll run up against its limitations on a bigger site.

If you're not a professional website builder, then I recommend DreamWeaver. Version 4 is a lovely piece of software which will allow you to create a large site which is pretty robust, without you having to get into the entrails of HTML.

I'm guessing Till is a heavy-duty professional since he reckons he writes better code than DW of HS. He's right, DW does not write 100% clean code - but it comes fairly close. I'm not sure what he means about speed though - if you have a modern PC then there is almost no speed disadvantage to using DW, and there's a huge speed advantage in producing web pages thru the visual interface.

If you intend to take up website building as a career, then HomeSite is probably your best bet - and it doesn't hurt that it's a lot cheaper than DW Incidentally, both DW & HS are made by the same company now, after a merger last year.

Using HS will bring you much closer to the HTML code, and that's important for a professional designer - you gotta know what's going on under the hood. HS will help you a lot though - I think its interface is excellent, particularly the way it shows you all the alternatives available for each HTML tag.

Both DW & HS have a learning curve, especially DW. DW's range of features is quite extensive, and it'll take you a while to get a handle on where everything is. One tip - you can pull all the asset panels into just 1 larger panel. Just drag & drop - makes life much easier.

Even then, as Till says, DW has quite a busy interface. It's a big help to have a large monitor, or better still use a dual monitor setup - all the DW controls on one screen & the web page on the other.

Couple of general points:

If you're not familiar with it, read up about CSS. If you plan a growing site which will exist for years, then you will probably be sorry if you don't use CSS as a foundation.

If you don't want to learn all the minutiae of CSS, get a good Style Sheet Builder program - say Style Master Pro or TopStyle Pro. I'm just now in the process of selecting my CSS Builder, and I'll probably go with TopStyle [from Nick Bradbury, who made HomeSite] as it has special integration with DW.

You might also want to consider another tool I'm about to buy - a Menu Builder. If you're not skilled in JavaScript, creating a useful and stylish drop-down/pop-up/fly-out menu by hand is likely to be very difficult.

I also heartily endorse EditPlus as a pure code editor - very versatile program, also excellent for writing newsletters.

Let us know what you decide
__________________
Mike.
- -
Atlantic Bridge Publishing
Reply With Quote
  #4 (permalink)  
Old 03-04-2002, 04:47 AM
Till's Avatar
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
Re: As always, it depends :)

Quote:
Originally posted by Mike Feury
I also heartily endorse EditPlus as a pure code editor - very versatile program, also excellent for writing newsletters.
Oh, a fellow EditPlus-lover! Welcome on/to the board.
Reply With Quote
  #5 (permalink)  
Old 04-21-2002, 12:59 AM
stevozip's Avatar
Registered User
 
Join Date: Apr 2002
Location: Oregon, USA
Posts: 30
Re: Dreamweaver vs. Homesite?

Quote:
Originally posted by BurtR
Hi,

I am considering both Homesite and Dreamweaver for use on my web site. Does anyone have any thoughts around one or the other?

Any help is appreciated.

Thanks,
Burt
Go Notepad!!
Reply With Quote
  #6 (permalink)  
Old 04-21-2002, 07:04 AM
Allen's Avatar
Administrator
 
Join Date: Dec 2001
Location: Atlanta, Georgia, USA
Posts: 1,032
It is still funny how with aisles full of HTML editing software, we still prefer the basic notepad type style. The main reason I use Homesite is because of the file menu. If notepad had that addon, I would use it.

Allen
Reply With Quote
  #7 (permalink)  
Old 04-21-2002, 08:09 AM
Registered User
 
Join Date: Jan 2002
Location: Pittsburgh, PA, USA
Posts: 48
Send a message via ICQ to Nate Send a message via AIM to Nate Send a message via Yahoo to Nate
I haven't used any recent versions of HomeSite, but I loved Dreamweaver for the period of time that I used it. It allowed easy WYSIWYG editing as well as a nice source-code interface (to easily edit code by hand). Unfortunately, right now I have neither since the cost is not worth it when Notepad comes free .

Hope that helps,
Nate

P.S. Please don't use FrontPage.
Reply With Quote
  #8 (permalink)  
Old 04-22-2002, 11:50 AM
Till's Avatar
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
Quote:
Originally posted by Nate P.S. Please don't use FrontPage.
I guess we can all agree on that.

_till
Reply With Quote
  #9 (permalink)  
Old 09-22-2003, 02:08 PM
Registered User
 
Join Date: May 2003
Location: Columbus, Ohio
Posts: 1
Send a message via AIM to bdg0584 Send a message via Yahoo to bdg0584
Of all the applications I have used, Frontpage is my least favorite, however, I do like Dreamweaver because of it's integrations with everything else. But when it comes to simple html coding, I have to say my favorite is First Page. Especially if you are learning. It comes with a ton of help and a preview option. But you have to actually code the pages. It has built in text for most (if not all) of the html tags. I recommend to everybody I know and they all love it too. And you can beat the price of FREE!!!
Reply With Quote
  #10 (permalink)  
Old 07-09-2004, 09:54 PM
Registered User
 
Join Date: Jul 2004
Location: Surrey, British Columbia, Canada
Posts: 58
Send a message via ICQ to BuezaWebDev
I use Notepad, but from what I've learned from all the practices on Dreamweaver MX in my IT classes is that it is heavily convenient when it comes to eCommerce layouts. It is also very easy to pickup on the functions of the program and is very user friendly. It also allows php and mysql.

I haven't tried homesite. Sorry.
__________________
Bueza Web Development
http://www.bueza.com
Efficient, Affordable and Excellent Quality Web Solutions
Reply With Quote
  #11 (permalink)  
Old 07-24-2004, 06:48 PM
Registered User
 
Join Date: Jul 2004
Location: UK
Posts: 4
Ive never used Homesite so cant comment on that,but Dreamweaver i have used and i find it quick and functional for my sites and has many other functions if you need that pro look to a website.
Reply With Quote
  #12 (permalink)  
Old 09-24-2004, 05:05 PM
Registered User
 
Join Date: Sep 2004
Location: London
Posts: 7
Sucking up to the man!

What I am about to say will contradict everything I have ever said about Microsoft and Bill friggin' Gates but...

Frontpage is a good tool to use...I have used it many times for its ease of learning and its abiltiy to build a nice looking site quickly and easily.

Dreamweaver is a good one for the semi pros, which I am NOT! I found its functionality very good, the code was clean and the amount of functions available put Frontpage to shame in my view! It takes patience to learn, hence I am still using Frontpage!

HTML Workshop was good for just editing code. It took a while to load up but the code was right there in front of you ready to be tinkered with. Had buttons to insert certain commands and scripts and stuff. I didn't really use it much so I can't comment extensively. Wasn't bad though from what I did see of it.

Notepad...Ahhhh Notepad...The times I got bored in class and decided to open notepad and try my hand at HTML again!

They're the ones I know about...And in hindsight I said nothing about Homesite...Kinda stupid really but I've never used it!

Hope that helps dude.
Reply With Quote
  #13 (permalink)  
Old 01-22-2005, 04:16 AM
Registered User
 
Join Date: Aug 2004
Posts: 38
I chose Dreamweaver because it was a part of the Studio Suite and Dreamweaver seems to receive a lot of praise from both the designers and coders.
Reply With Quote
  #14 (permalink)  
Old 01-24-2005, 10:51 PM
Registered User
 
Join Date: Jan 2005
Posts: 5
Unfortunately I've only used Dreamweaver, so my opinion may not be helpful for you.. but, I have had a very good experience with it, the interface, in my opinion, is its best aspect.
Reply With Quote
  #15 (permalink)  
Old 02-08-2005, 02:38 PM
Fig Fig is offline
Registered User
 
Join Date: Jan 2005
Location: The Outer Realms of the Galactic Empire
Posts: 21
Go Notepad!!!

I use notepad, always have. I tried some demos of some of the other apps mentioned, but couldn't get on. Notepad gives me total & absolute control - just what I need.

Frontpage - need I say more. At school they're teaching all the little kids to use frontpage... Oh Nooooo! I said, but they didn't listen... anyways...

Try some demos & see what you think. Only you know which one you'll find the most efficient, useful & value - for - money.

Chris
__________________
Ferretisgreat.com
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -5. The time now is 08:41 PM.

 
KickApps
Clicky Web Analytics


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter