Go Back   vb.org Archive > Community Central > Community Lounge
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 07-27-2004, 08:45 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
I think you'll find many people can also code as quickly by hand as they can within dreamweaver ((X)HTML that is)
I think many people use Dreamweaver because you get an idea of how its going to look, without having to save the file, then preview it with a browser (which you should always do by the way).
Reply With Quote
  #22  
Old 07-27-2004, 08:52 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

At the end of the day all that matters is getting the job done, if dreamweaver helps you shave a few hours off total development time then defentaly use it. But as far as merly modifying a php file, who needs all that extra overhead?

As far as coding by hand vr. dreamweaver gose, I can see a advanage to begin able to preview on the fly, I just can't stand de-bugging the code that programs like that output. At the end of the day, for me at least, I can code quicker by just doing it by hand, saving to my dev box, then de-bugging my own code.
Reply With Quote
  #23  
Old 07-27-2004, 11:06 PM
Smitty's Avatar
Smitty Smitty is offline
 
Join Date: Sep 2002
Location: Southern Ohio
Posts: 385
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tigga
I've worked for some rather large web development companies in the past and worked with clients for them such as Coca-Cola, Home Depot, Chick-Fil-A, and Tensar Corp
Interesting. I take it you are saying all these hard code and don't use Dreamweaver or other tool.
Reply With Quote
  #24  
Old 07-27-2004, 11:21 PM
Natch's Avatar
Natch Natch is offline
 
Join Date: Nov 2002
Location: Australia
Posts: 851
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

He's saying that HE hardcodes and that the developers he's seen in action also do so.

I've been developing only a few years (maybe 5) and I can see a use for Dreamweaver (just don't mention the "f" word!) - but I also find that I can code up a site in about half the time by hand than it would take to gen up a layout in DW then tidy it up so it validates ...

This war has been fought before ... let's let it be said - NEVER try to modify vB code files in DW unless you are very good at debugging screwups.
Reply With Quote
  #25  
Old 07-28-2004, 07:12 AM
Michael Morris's Avatar
Michael Morris Michael Morris is offline
 
Join Date: Nov 2003
Location: Knoxville TN
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the interest of getting my thread back from being a debate about the merits of Dreamweaver I'll reiterate my question - HOW DO I TURN OFF THE AUTOCORRECTOR??

I didn't mean to touch off a merits of Dreamweaver and other editors.
Reply With Quote
  #26  
Old 07-28-2004, 07:13 AM
Michael Morris's Avatar
Michael Morris Michael Morris is offline
 
Join Date: Nov 2003
Location: Knoxville TN
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Smitty
Interesting. I take it you are saying all these hard code and don't use Dreamweaver or other tool.
Somebody's using it for Macromedia to be able to charge $150 / copy for it.
Reply With Quote
  #27  
Old 07-28-2004, 01:38 PM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In terms of design, if I owned a web development firm I would never hire somebody who's never (or rarely) coded out of a WYSIWYG editor. I work currently at a programming job for a company, with 3 others, and deal with MySQL/PHP/design stuff. I've been web designing for about 4 years now, and have always used a text editor of somesort (last 2 years in textpad). Two of my coworkers, who are master students in Computer Science, have always used dreamweaver, and while their code in terms of functionality is ok, in terms of complying with standards or readability, it isn't. I've never known a good web designer who makes extremely code-clean, standard-complying, and visually appealing web pages in a WYSIWYG editors.

As far as doing server side programming, it's not bad with all the tag and function references, but seems too cluttered for my taste. Textpad is simple, extremely effective, and makes the work flow fast.

Dreamweaver seems most popular among older web developers, perhaps because it's of a well known and accomplished company. There are other lesser known companies though that make good editors.
Reply With Quote
  #28  
Old 07-28-2004, 02:12 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Velocd
In terms of design, if I owned a web development firm I would never hire somebody who's never (or rarely) coded out of a WYSIWYG editor. I work currently at a programming job for a company, with 3 others, and deal with MySQL/PHP/design stuff. I've been web designing for about 4 years now, and have always used a text editor of somesort (last 2 years in textpad). Two of my coworkers, who are master students in Computer Science, have always used dreamweaver, and while their code in terms of functionality is ok, in terms of complying with standards or readability, it isn't. I've never known a good web designer who makes extremely code-clean, standard-complying, and visually appealing web pages in a WYSIWYG editors.

As far as doing server side programming, it's not bad with all the tag and function references, but seems too cluttered for my taste. Textpad is simple, extremely effective, and makes the work flow fast.

Dreamweaver seems most popular among older web developers, perhaps because it's of a well known and accomplished company. There are other lesser known companies though that make good editors.
Is textpad just a markup editor with syntax coloring or is it a WYSIWYG editor?
Reply With Quote
  #29  
Old 07-28-2004, 07:19 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DrkFusion
Is textpad just a markup editor with syntax coloring or is it a WYSIWYG editor?
IIRC its the first
Reply With Quote
  #30  
Old 07-28-2004, 07:44 PM
Smitty's Avatar
Smitty Smitty is offline
 
Join Date: Sep 2002
Location: Southern Ohio
Posts: 385
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm a Mac person who has authored and kept up my own minor league web site since January 1996. I'm not a 'professional'.

Originally I 'hard' (hand) coded the entire site. Currently I use Dreamweaver a lot and use BBEdit for cleanup and for files where I 'can't afford a mistake' such as server config files which aren't in my Dreamweaver site files anyway. Dreamweaver has not, however, ever caused me a problem with a web site edit whether php file or simple html or xhtml files were concerned. My powerbook is also my testbed. When it's OK here it's an upload to my site.

Yes - this 'battle' has been fought many times and I am sure will continue to attract controversy. If one doesn't understand what a program like Dreamweaver can and does do, I'm not convinced that a straight ASCI editor will profit them. They have some learning to do. I agree that an asci editor is the best way for someone to really 'get in there' and understand every space, every line, in a file and understand what it is doing.

None the less - Dreamweaver and other 'User Friendly' editors have their place. In fact, using Dreamweaver has taught me a lot.

Have several tools at ready and use the one that best suits the job at hand. But remember - If you have a tool but don't know how to use it or the concepts involved it is useless...
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05181 seconds
  • Memory Usage 2,265KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete