is dreamweaver is better tahn hand code?

Reply

Join Date: Sep 2005
Posts: 139
Reputation: aarya is an unknown quantity at this point 
Solved Threads: 0
aarya's Avatar
aarya aarya is offline Offline
Junior Poster

is dreamweaver is better tahn hand code?

 
0
  #1
Dec 11th, 2006
i wonder when dreamweaver does all dynamic sites,flash sites,static pages. why we have to learn HTML,ASP OR PHP OR EVEN JAVA.?
really dreamwever is better than hand code?
is there any disadvantage compared to hand code.
thanks:rolleyes:
increase youe site traffic

http://www.articleboards.com

Running free html asp php jsp xml xhtml j2ee mysql tutorials

http://www.freewebschools.com

Submit your design portfolio and increase your popularity

http://designers-portfolio.com
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: is dreamweaver is better tahn hand code?

 
0
  #2
Dec 11th, 2006
Dreamweaver can only do easy/cheesy JavaScript code. Real functionality can only be done by hand.
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,144
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 531
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: is dreamweaver is better tahn hand code?

 
0
  #3
Dec 11th, 2006
have you ever looked at the source for a website made in something like word or dreamweaver and seen how much unnecesarry crap is in there?

an editor is easier but writing by hand makes for more efficient and readable code
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 434
Reputation: FC Jamison is on a distinguished road 
Solved Threads: 20
Team Colleague
FC Jamison's Avatar
FC Jamison FC Jamison is offline Offline
Posting Pro in Training

Re: is dreamweaver is better tahn hand code?

 
0
  #4
Dec 11th, 2006
I have to agree.

Dreamweaver derived code is absolutely horrible. I use dreamweaver, but only as a coding tool...not to do the coding for me.

You should know how to code by hand before using any program to do it for you...just like you should know how to add before using a calculator.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 1,091
Reputation: MattEvans is a jewel in the rough MattEvans is a jewel in the rough MattEvans is a jewel in the rough 
Solved Threads: 63
Moderator
Featured Poster
MattEvans's Avatar
MattEvans MattEvans is offline Offline
Veteran Poster

Re: is dreamweaver is better tahn hand code?

 
0
  #5
Dec 12th, 2006
I find if i'm using Dreamweaver it's just to add colors to my code =P, and same with any editor to be honest. I don't even like functions that auto-close tags or auto "fix" my markup... generally they don't have a clue what I'm trying to do and cause more trouble than they're worth...

Dreamweavers generated code is substantially better than MS Word's.. but it's still somewhat inefficient, and if you don't know what your code is because you've laid down a page using WYSIWYG tools, you wont have a clue how to fix that code if a problem arrises.
Plato forgot the nullahedron..
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 1,311
Reputation: vishesh is on a distinguished road 
Solved Threads: 36
vishesh's Avatar
vishesh vishesh is offline Offline
Nearly a Posting Virtuoso

Re: is dreamweaver is better tahn hand code?

 
0
  #6
Dec 12th, 2006
Dreamweaver could be used just to make very simple simple pages. It of course generates unncessary code , but atleast its better than others. And yes you couldn't make whole flash sites, never, for that you need to know flash.

As far as making dynamic pages, dreamweaver has few features that allow you to connect to database, create simple log in pages etc. But if you want to do what you want to have you need to learn HTML, CSS etc etc...


Dreamweaver is very good for coding, but personally I use Homesite+ and WeBuilder. I like them much better.

And yes at last, WYSIWYG couldn't compete wth hand coding, never ever.
Reply With Quote Quick reply to this message  
Join Date: Oct 2005
Posts: 1,283
Reputation: roryt will become famous soon enough roryt will become famous soon enough 
Solved Threads: 14
roryt's Avatar
roryt roryt is offline Offline
Nearly a Posting Virtuoso

Re: is dreamweaver is better tahn hand code?

 
0
  #7
Dec 15th, 2006
Dreamweaver produces really unvalid code at time and the only way to fix it is to get you hands dirty! Hand written code is also easier to read and can be faster aswell.
PhotoShopthis
FlyingPen
If I have helped you please add to my reputation
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 1,311
Reputation: vishesh is on a distinguished road 
Solved Threads: 36
vishesh's Avatar
vishesh vishesh is offline Offline
Nearly a Posting Virtuoso

Re: is dreamweaver is better tahn hand code?

 
0
  #8
Dec 16th, 2006
Hand written code also make you familier with the structure of your document, by structure i mean the code structure.
Reply With Quote Quick reply to this message  
Join Date: Oct 2005
Posts: 1,283
Reputation: roryt will become famous soon enough roryt will become famous soon enough 
Solved Threads: 14
roryt's Avatar
roryt roryt is offline Offline
Nearly a Posting Virtuoso

Re: is dreamweaver is better tahn hand code?

 
0
  #9
Dec 17th, 2006
Originally Posted by vishesh View Post
Hand written code also make you familier with the structure of your document, by structure i mean the code structure.
That is a very good point because I know from xperience that if you create something in a wysiwyg editor and try and find something in the html it can be very hard. Plus you can change the structure of your code to make it easier or maybe even harder to read... Have a think about that...
PhotoShopthis
FlyingPen
If I have helped you please add to my reputation
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 12
Reputation: Targowski is an unknown quantity at this point 
Solved Threads: 0
Targowski's Avatar
Targowski Targowski is offline Offline
Newbie Poster

Re: is dreamweaver is better tahn hand code?

 
0
  #10
Dec 17th, 2006
Dreamweaver can help in learning code greatly, especially with its functionality to label certain snippets or tags of code by using different color pallettes.

Though, usually if I use dreamweaver I delete whatever's naturally generated by the program and start myself, by hand. There are better and more efficient ways of coding than some of Dreamweaver's methods, though I still do like to use it for its ease rather than Notepad - even if I do hand code something.

You can always collaborate software, Dreamweaver and Notepad (or other rich text editors, possibly?) for fine code if you know what you're doing.

I learned the basics of code, though, using Dreamweaver before reading any books and then improved upon my existing knowledge by reading some more books ... So I'm definitely thankful for the program, but there are better methods.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the IT Professionals' Lounge Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC