navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Website Design Software

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Website Design Software
Page: [1]
 
travismp

 

Posts: 246
Joined: 2/1/2002
From: hutchinson ks USA
Status: offline

 
Website Design Software - 10/6/2008 9:50:58   
I need to stop using FrontPage 2000 because it is old and outdated.

What program should I get to do basic wesite design? I know there is dreamweaver and expressions but I know of no others. Should I use one of those or a different program? What are the main differences between those 2? thank you all.

t~
mar0364

 

Posts: 3221
Joined: 4/5/2002
From: Florida, US
Status: offline

 
RE: Website Design Software - 10/6/2008 10:37:53   
Oh boy this thread will go on a while.. :o)

If you are familiar with MS products you will probably find Expression easier. If you use Adobe products you will find Dreamweaver easier. My big beef with MS is it marriage to the dot net framework. Don't get me wrong I understand why they do it. But if you create something that requires the use of sever side technology you limit yourself to less then half of the server on the internet as hosts.

They all write code. I use both for different projects. But the one reliable thing I use is Notepad or BBEdit.


_____________________________

Easy Web

“Stay committed to your decisions, but stay flexible in your approach.”


(in reply to travismp)
Giomanach

 

Posts: 6129
Joined: 11/19/2003
From: England
Status: offline

 
RE: Website Design Software - 10/6/2008 11:14:25   
Here's my piece in two links:

http://www.frontpagewebmaster.com/m-216864/tm.htm#216864 - My answer to the debate of whether Frontpage or Dreamweaver is better

http://www.frontpagewebmaster.com/m-192823/tm.htm#192823 - Bit out dated now (I did write that 4 years ago!), but gives you a list of options.

Enjoy :)

_____________________________




(in reply to mar0364)
Tailslide

 

Posts: 6294
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Website Design Software - 10/6/2008 13:45:32   
The answer depends really on what you want to do with the software.

If you want to build sites for a bit of fun - nothing particularly serious - and you don't want to spend a fortune or a lot of time learning to use the software itself then try Kompozer. It's a free WYSIWYG software and will do the job to a basic level.

If you want to build websites to a reasonable standard but not necessarily for quality and you're feeling wealthy then Dreamweaver is the best of the WYSIWYG editors. BUT it's expensive, complex and only as good as the person using it.

If you want to build quality websites of a high standard then it suddenly gets cheaper again as you can rely on something as simple as Notepad (but I wouldn't make life deliberately hard for yourself) or one of the many excellent free HTML Editors such as PSPad, Crimson Editor or HTML-Kit.

HTML editors make you work in the code - no WYSIWYG facility. But that is a good thing as it forces you to really learn the code - learn how to use HTML and CSS properly and you'll never need to spend money on software like Dreamweaver. I've been developing websites professionally for 4 years and I use a free HTML editor like these. Once you know what you're doing you can go back to using DW - but since you'll have to double-check what it's doing all the time, I'm not sure of the point!

So in summary - Kompozer for fun, Dreamweaver for fun if you're feeling rich and HTML editors plus good tutorials if you want to do things really properly.

Good tutorials - http://www.htmldog.com and http://www.cssbasics.com

Also ensure you have all the major web browsers on your system to check as you go along plus download Tredosoft which allows you to have multiple versions of IE as well.

There - I don't think I've said that WYSIWYG editors are cr*p anywwhere... oops!

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to Giomanach)
travismp

 

Posts: 246
Joined: 2/1/2002
From: hutchinson ks USA
Status: offline

 
RE: Website Design Software - 10/6/2008 14:10:12   
thank you alll very much . There is some great info in your posts so far.

Tailslide - your post had a lot of value in few words which is great.

I still need to do more homework to figure a few things out.

(in reply to Tailslide)
womble

 

Posts: 5702
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: Website Design Software - 10/7/2008 15:23:46   
I'd say the main decision is what you want to design websites for. If it's just for fun/as a hobby and you want to be able to fairly quickly put a site together that look okay and you don't necessarily want to have to learn a lot about what's going on under the hood, go with WYSIWYG (eeeep! :) I can't believe I said that!) If you want to do it professionally though (i.e. as a profession), then you need to have an understanding of the code and how it all works, then it's well worth going for a text editor so you can control the code, and later going back to WYSIWYG armed with that knowledge if you want to.

All WYSIWYGs though basically do the same thing (though the number of buttons you have available to press and some of the fancy features you get depends on the package and to a certain extent the cost, varies between software), and that's produce the code for pages showing you the nice graphical version of it so you don't have to worry too much about the code underneath it all. Most packages though have a free trial download, so you can try before you buy. If you want to go with WYSIWYG, look at the features you want and identify which software has those features, then download 'em and give 'em a whirl.

_____________________________

~~ "A cruel god ain't no god at all" ~~
~~ Erase hate. Practice love. ~~
:)

(in reply to travismp)
RickP

 

Posts: 693
Joined: 11/13/2004
From: Kent, U.K.
Status: offline

 
RE: Website Design Software - 10/8/2008 6:34:25   
Hi Travis

Here's my tuppeny worth...

If you have no intention of learning html / css then there are plenty of freebie wysiwyg editors - quite a few, just search for them and give 'em a go.

If you already know some, or aim to learn coding then Dreamweaver or Expressions will help you both learn and utilise the code. Dreamweaver is expensive, Expressions is cheaper. You'll find the transition from FrontPage to Expressions is an easy one (plus you only need to buy the upgrade version of Expressions:)).

As mentioned by others, if you know the code you can use the simplest of tools for the job (and usually free). However, I don't know how much the latter tools help in 'organising' your website. My favourite feature of Expressions, which I use (also included in Dreamweaver, which I don't use), is DWT - Dynamic Web Templates. For small sites (say 5 - 20 or so pages) this is the simplest, easiest way to maintain consistancy across the main areas of the site (e.g. navigation, banner, footer etc.). The same job can be done using 'includes' but the DWT method is easier for small sites in my opinion.

Hope that helps



_____________________________

Regards, Rick
On-The-Web-Now!

(in reply to womble)
Page:   [1]

All Forums >> Web Development >> General Web Development >> Website Design Software
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts