Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Frontpage or Dreamweaver?

Thread Tools
 
Search this Thread
 
Old Apr 5, 2005 | 04:54 PM
  #1  
paulr's Avatar
paulr
Thread Starter
Scooby Regular
 
Joined: Jan 2005
Posts: 15,623
Likes: 0
From: Lincolnshire
Default Frontpage or Dreamweaver?

Want to learn to create web pages,maybe a mini-site.
Which do you recommend bearing in mind ease of creation is very high on my list.
Not commercial,just home use.

I have both btw.
Reply
Old Apr 5, 2005 | 05:24 PM
  #2  
Richard_P's Avatar
Richard_P
Scooby Regular
 
Joined: Jan 2004
Posts: 649
Likes: 0
Default

I use dreamweaver but I do a fait bit of design work. I haven't used frontpage. I would say it's worth trying to learn dreamweaver. perhaps get a beginners book out the library and have a try at it, if you catch on quickly stick with it, if not then switch to frontpage.

Once you get used to the basics of dreamweaver simple web page creation is really easy.

How much do you undersatnd about web sites, do you know folder and file structuring etc? What kind of site do you want to create? text + graphics etc?

Rich
Reply
Old Apr 5, 2005 | 05:32 PM
  #3  
EvilKyote's Avatar
EvilKyote
Scooby Regular
 
Joined: Feb 2005
Posts: 1,362
Likes: 0
From: From Your Worst Nightmare!
Default

I've been doing website design work for years, and work for an internet company.

DO NOT USE FRONTPAGE, it is ****!!!!!!! I speak from the experience of having to deal with so many bloody problems that are attributed to 1 thing and 1 thing alone, frontpage!!! bloody hate the thing. Most microsoft certified engineers wouldn't even recommend it!!!

Dreamweaver on the otherhand is amongst some of the best website design programs on the market today!!!
Reply
Old Apr 5, 2005 | 06:49 PM
  #4  
Iain Young's Avatar
Iain Young
Scooby Regular
 
Joined: Sep 1999
Posts: 6,956
Likes: 0
From: Swindon, Wiltshire Xbox Gamertag: Gutgouger
Default

Best thing is to learn html properly. I use notepad myself

If you must use a desin program, Dreamweaver is streets ahead of frontpage...
Reply
Old Apr 6, 2005 | 07:11 AM
  #5  
paulr's Avatar
paulr
Thread Starter
Scooby Regular
 
Joined: Jan 2005
Posts: 15,623
Likes: 0
From: Lincolnshire
Default

What makes frontpage so bad?
Reply
Old Apr 6, 2005 | 09:12 AM
  #6  
SJ_Skyline's Avatar
SJ_Skyline
Scooby Senior
 
Joined: Apr 2002
Posts: 21,922
Likes: 2
From: Limbo
Default

Start here - http://www.w3schools.com/ - tutorials on HTML, CSS and other web-enabled technologies.

Dreamweaver and Frontpage both generate code. Generated code is typically less tidy than hand written code but it is easier to develop and deploy and achieve reasonable results. Some people believe one is better than the other, having not used DW since Version 3 and Frontpage since the version that shipped with Office 2000 I can't really comment on how the latest versions behave.

FYI When developing I use neither - I use Microsoft Visual Studio.Net
Reply
Old Apr 6, 2005 | 10:06 AM
  #7  
Iain Young's Avatar
Iain Young
Scooby Regular
 
Joined: Sep 1999
Posts: 6,956
Likes: 0
From: Swindon, Wiltshire Xbox Gamertag: Gutgouger
Default

Also, generated code (from dreamwaver / frontpage) can be a nightmare to maintain.

Btw, I was joking about notepad. When developing, I'm using a java ide (Intellij Idea) to write my html pages at the moment
Reply
Old Apr 6, 2005 | 10:08 AM
  #8  
mrfuzzyfelts's Avatar
mrfuzzyfelts
Scooby Regular
 
Joined: Apr 2005
Posts: 307
Likes: 0
Default

Originally Posted by EvilKyote
I've been doing website design work for years, and work for an internet company.

DO NOT USE FRONTPAGE, it is ****!!!!!!! I speak from the experience of having to deal with so many bloody problems that are attributed to 1 thing and 1 thing alone, frontpage!!! bloody hate the thing. Most microsoft certified engineers wouldn't even recommend it!!!

Dreamweaver on the otherhand is amongst some of the best website design programs on the market today!!!
Im also a webdesigner..(well its my full time job)

TOTALLY AGREE with the above, Front page is rubish, nice and easy for bidders tho.. But to do a proper site and coding use Dreamweaver!!!

Personally people trying to use notepad to do a website are just trying to be clever..

I agree you need to understand the code, bt use Editplus not notepad for a start.. But there is NO point in trying to create a complete website in notepad etc!
Reply
Old Apr 6, 2005 | 10:09 AM
  #9  
messiah's Avatar
messiah
Scooby Regular
 
Joined: Jul 2003
Posts: 7,181
Likes: 0
From: Surviving as a soldier of fortune on the Los Angeles underground...
Default

I tried to learn dreamweaver a while ago (i need to get back into it) and the tutorials that came in the help system were pretty good - give those a try, you can download an run dw for 30 days from macromedia before you shell out your hard-earned.
Reply
Old Apr 6, 2005 | 10:12 AM
  #10  
Iain Young's Avatar
Iain Young
Scooby Regular
 
Joined: Sep 1999
Posts: 6,956
Likes: 0
From: Swindon, Wiltshire Xbox Gamertag: Gutgouger
Default

Originally Posted by mrfuzzyfelts
I agree you need to understand the code, bt use Editplus not notepad for a start.. But there is NO point in trying to create a complete website in notepad etc!
Why not? That's how I taught myself dhtml /css / javascript etc, and I found it all very straightforward. I must admit there are better text editors out there, but notepad (or write) has the advantage of being free and part of the os.

If I wanted to be clever, I'd have suggested using vi
Reply
Old Apr 6, 2005 | 10:15 AM
  #11  
messiah's Avatar
messiah
Scooby Regular
 
Joined: Jul 2003
Posts: 7,181
Likes: 0
From: Surviving as a soldier of fortune on the Los Angeles underground...
Default

any reason for not use dw to learn coding? you can open up the html window and get instant feedback to see if you're doing it right...
Reply
Old Apr 6, 2005 | 10:16 AM
  #12  
mrfuzzyfelts's Avatar
mrfuzzyfelts
Scooby Regular
 
Joined: Apr 2005
Posts: 307
Likes: 0
Default

Originally Posted by Iain Young
Why not? That's how I taught myself dhtml /css / javascript etc, and I found it all very straightforward. I must admit there are better text editors out there, but notepad (or write) has the advantage of being free and part of the os.

If I wanted to be clever, I'd have suggested using vi
Ye but would u say doing a website in notepad is good for a bigginer????

Or would u say its better to use dreamweaver! ??
Reply
Old Apr 6, 2005 | 10:17 AM
  #13  
Fatman's Avatar
Fatman
Scooby Regular
 
Joined: Aug 2002
Posts: 2,390
Likes: 0
Default

Ignore Frontpage -- as all above have said, it's utter cack. DW is much better. Personally I use Visual Studio for web programming but occasionally switch to DW for layout tweaking.
Reply
Old Apr 6, 2005 | 10:21 AM
  #14  
Iain Young's Avatar
Iain Young
Scooby Regular
 
Joined: Sep 1999
Posts: 6,956
Likes: 0
From: Swindon, Wiltshire Xbox Gamertag: Gutgouger
Default

Depends on how well you want to learn the inner workings of html etc.

IMO, It's much easier to write a simple html page in a text editor to work out how to use a feature than getting a design program to generate it and then try and debug the code to work out what it's trying to do. As I say, I learnt html etc using just a text editor, and had no problems at all.

The best way to learn how to code is to actually code, not get something to do it for you.... (All imo of course )
Reply
Old Apr 6, 2005 | 10:31 AM
  #15  
SJ_Skyline's Avatar
SJ_Skyline
Scooby Senior
 
Joined: Apr 2002
Posts: 21,922
Likes: 2
From: Limbo
Wink

Originally Posted by Iain Young
If I wanted to be clever, I'd have suggested using vi
Get back to your sandals unix boy!
Reply
Old Apr 6, 2005 | 10:35 AM
  #16  
Iain Young's Avatar
Iain Young
Scooby Regular
 
Joined: Sep 1999
Posts: 6,956
Likes: 0
From: Swindon, Wiltshire Xbox Gamertag: Gutgouger
Default

Reply
Old Apr 6, 2005 | 10:37 AM
  #17  
SJ_Skyline's Avatar
SJ_Skyline
Scooby Senior
 
Joined: Apr 2002
Posts: 21,922
Likes: 2
From: Limbo
Default

I learnt using notepad and vi (version 2 browsers anybody )

I would suggest you try creating the same webpage with dreamweaver and then try to do it again but with a book and notepad. You will learn a hell of a lot more about both code and layout when you compare.
Reply
Old Apr 6, 2005 | 10:41 AM
  #18  
mrfuzzyfelts's Avatar
mrfuzzyfelts
Scooby Regular
 
Joined: Apr 2005
Posts: 307
Likes: 0
Default

Originally Posted by SJ_Skyline
I learnt using notepad and vi (version 2 browsers anybody )

I would suggest you try creating the same webpage with dreamweaver and then try to do it again but with a book and notepad. You will learn a hell of a lot more about both code and layout when you compare.
Sounds like the best idea
Reply
Old Apr 6, 2005 | 12:30 PM
  #19  
Dave_A's Avatar
Dave_A
Scooby Regular
 
Joined: Sep 2002
Posts: 1,490
Likes: 0
Default

Originally Posted by mrfuzzyfelts
I agree you need to understand the code, bt use Editplus not notepad for a start.. But there is NO point in trying to create a complete website in notepad etc!
One of the best ways to learn how to structure compliant code is to write it by hand.
Reply
Old Apr 6, 2005 | 12:39 PM
  #20  
bigsigh's Avatar
bigsigh
Scooby Regular
iTrader: (4)
 
Joined: Apr 2005
Posts: 562
Likes: 1
From: Co. Down, Northern Ireland
Default

I am almost finished my web design degree and we only ever used dreamweaver , although our course was all about the desigh aspect so we werent to worried about in depth knowledge of code ( we did a bit so we could debug but not a lot ) . In my understanding of the origional question deamweaver is your best option . Good luck and i would def be interested to see how you get on mate.
Reply
Old Apr 6, 2005 | 12:44 PM
  #21  
Iain Young's Avatar
Iain Young
Scooby Regular
 
Joined: Sep 1999
Posts: 6,956
Likes: 0
From: Swindon, Wiltshire Xbox Gamertag: Gutgouger
Default

How can you possibly do a web design degree without learning how to properly debug code? Did you learn how to manipulate dhtml with javascript and write your own functions etc?

If you don't know this stuff, you'll only ever be able to use the tools that Dreamweaver give you, (which is somewhat limiting if you want to do stuff that does something a little different....)
Reply
Old Apr 6, 2005 | 01:02 PM
  #22  
kelvin's Avatar
kelvin
Scooby Regular
 
Joined: Dec 2000
Posts: 754
Likes: 0
Default

Originally Posted by Iain Young
How can you possibly do a web design degree without learning how to properly debug code?
Just what I was thinking! How on earth do you do a degree in Web Design and barely touch code?
Reply
Old Apr 6, 2005 | 01:15 PM
  #23  
SJ_Skyline's Avatar
SJ_Skyline
Scooby Senior
 
Joined: Apr 2002
Posts: 21,922
Likes: 2
From: Limbo
Default

Iain,

Maybe it is a course that is more along the lines of new-media design looking at the concepts of eye movement over the page, consistent form layout, use of white space etc etc.

I do agree with you though that one ought to have an understanding of the underlying code and how it ties in with other technologies.
Reply
Old Apr 6, 2005 | 01:19 PM
  #24  
mrfuzzyfelts's Avatar
mrfuzzyfelts
Scooby Regular
 
Joined: Apr 2005
Posts: 307
Likes: 0
Default

u dont need to understand the code for a website of ur own, but doing a degree without understanding the code :-S seams a bit wierd to me!!!!
Reply
Old Apr 6, 2005 | 01:22 PM
  #25  
Iain Young's Avatar
Iain Young
Scooby Regular
 
Joined: Sep 1999
Posts: 6,956
Likes: 0
From: Swindon, Wiltshire Xbox Gamertag: Gutgouger
Default

Probably, but you have a much greater palette to draw from if you know how to code, and so you stand a much greater chance of being able to create those flowing designs.

I know that if I was employing a web designer, I wouldn't want one that didn't know how it all worked. Just seems strange to me to have a degree level course which doesn't teach this stuff as a major part of the course as I think the two (code and design) are two pieces of the same puzzle...
Reply
Old Apr 6, 2005 | 01:37 PM
  #26  
mrfuzzyfelts's Avatar
mrfuzzyfelts
Scooby Regular
 
Joined: Apr 2005
Posts: 307
Likes: 0
Default

here is a site i have just done using dreamweaver

http://www.undersiege-paintball.co.uk/

Id say its fine for what it is, and i never even looked at the code on notepad or similer!


and here is a site i done entirly using notepad/editplus

http://www.funny-free-jokes.co.uk/


To look at you wouldnt know which id done in which
Reply
Old Apr 6, 2005 | 01:51 PM
  #27  
Iain Young's Avatar
Iain Young
Scooby Regular
 
Joined: Sep 1999
Posts: 6,956
Likes: 0
From: Swindon, Wiltshire Xbox Gamertag: Gutgouger
Default

Which means that you don't need Dreamweaver to create a good looking site. Not sure what point you are trying to make there mrfuzzyfelts?
Reply
Old Apr 6, 2005 | 01:53 PM
  #28  
mrfuzzyfelts's Avatar
mrfuzzyfelts
Scooby Regular
 
Joined: Apr 2005
Posts: 307
Likes: 0
Default

Originally Posted by Iain Young
Which means that you don't need Dreamweaver to create a good looking site. Not sure what point you are trying to make there mrfuzzyfelts?
Doesnt matter wheather you use dreamweaver or notepad, the end result for the viewer is the same!

so for a newbie just do it the easiest way.

Which id say was dreamweaver cos it does 90% of the coding!
Reply
Old Apr 6, 2005 | 02:02 PM
  #29  
Iain Young's Avatar
Iain Young
Scooby Regular
 
Joined: Sep 1999
Posts: 6,956
Likes: 0
From: Swindon, Wiltshire Xbox Gamertag: Gutgouger
Default

Maybe, but both of those examples were quite straightforward examples. If you want to do something a bit more advanced then you need to know the code, and it's better to learn that from the beginning rather than later on. Lay down good foundations of knowledge on which you can then build on. You might stand a chance of understanding the generated code then
Reply
Old Apr 6, 2005 | 02:08 PM
  #30  
mrfuzzyfelts's Avatar
mrfuzzyfelts
Scooby Regular
 
Joined: Apr 2005
Posts: 307
Likes: 0
Default

the funny-free-jokes.co.uk aint that simple, its 100% php database drivin, with a full back end bolted on so everything on the site can be updated on any pc with just an internet browser!

Ok it aint that complicated but a bit to advanced for a newbie!
Reply



All times are GMT +1. The time now is 04:36 PM.