Page 1 of 2 12 LastLast
Results 1 to 16 of 25

Thread: Dreamweaver or Notepad? The Debate!

  1. #1
    Marmoset Warrior
    Join Date
    Feb 2004
    Location
    Hastings
    Posts
    1,390
    Thanks
    3
    Thanked
    0 times in 0 posts

    Dreamweaver or Notepad? The Debate!

    I have been hearing many different conflicting views lately. I personally use Notepad all the time with my sites, as I feel this is easier but there are some others who insist that I should use Dreamweaver (one even compared notepad and DW as "a mini vs a tank")

    So, lets debate it, what are the pros and cons of both?
    Let the debate begin!

  2. #2
    Large Member
    Join Date
    Apr 2004
    Posts
    3,720
    Thanks
    47
    Thanked
    99 times in 64 posts
    I think you need to know and learn HTML/Script/CSS through text before you can appreciate the use of dreamweaver properly. I use both in equal amounts.
    To err is human. To really foul things up ... you need a computer.

  3. #3
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    dreamweaver's HTML generation is pretty damned good, and you can edit source & WYSIWYG at the same time. personally I use dreamweaver to shesh out design how I want it, and do browser conformance testing, then start hacking it to pieces in notepad afterwards to add in scripts & things (though dreamweaver handles them pretty well)

    the big question is, is dreamweaver worth 500 quid to you as a timesaving tool?

  4. #4
    Ah, Mrs. Peel! mike_w's Avatar
    Join Date
    Oct 2003
    Location
    Hertfordshire, England
    Posts
    3,326
    Thanks
    3
    Thanked
    9 times in 7 posts
    Notepad. The only thing I have ever used Dreamweaver for is editing the text on a page - it's easier in Dreamweaver than Notepad since you don't have to scroll through hundreds of lines of text to just change a small spelling error.

    When I used Dreamweaver, I spend most of the time writing it manually anyway, only using the WYSIWYG view to add text.
    "Well, there was your Uncle Tiberius who died wrapped in cabbage leaves but we assumed that was a freak accident."

  5. #5
    Theoretical Element Spud1's Avatar
    Join Date
    Jul 2003
    Location
    North West
    Posts
    7,508
    Thanks
    336
    Thanked
    320 times in 255 posts
    • Spud1's system
      • Motherboard:
      • Gigabyte Aorus Master
      • CPU:
      • 9900k
      • Memory:
      • 16GB GSkill Trident Z
      • Storage:
      • Lots.
      • Graphics card(s):
      • RTX3090
      • PSU:
      • 750w
      • Case:
      • BeQuiet Dark Base Pro rev.2
      • Operating System:
      • Windows 10
      • Monitor(s):
      • Asus PG35VQ
      • Internet:
      • 910/100mb Fibre
    I use DW personally mainly for debugging and fixing errors in pages after they have been built - I just find the way that it highlights the different bits of code helpful for defining separate sections

    Just like with Visual Studio and vI/pico - I code my C on unix in VI/Pico then debug in Visual studio

  6. #6
    Registered+ Zathras's Avatar
    Join Date
    Jul 2003
    Location
    Canary Wharf/Richmond
    Posts
    1,454
    Thanks
    13
    Thanked
    7 times in 4 posts
    Why do people use Notepad when there're far far better text editors available like TextPad or EditPlus? Personally I do quite a lot of html coding/chopping up in Textpad for speed but use Dreamweaver in Code view as an IDE when I need to do any layout or building styles from scratch. I'll echo DH and say Dreamweaver is pretty damned good and nothing like as bad as Frontpage or WYSIWIG-stylee designers of old, but it does take up a lot of resources and is slow to fire up compared with Textpad. The majority of the time I'm using IntelliJ IDEA for writing JSP/Java and I don't know how I could live without it or how I ever managed to code Java in Textpad. My productivity is so so much higher with the IDE.

  7. #7
    Ex-MSFT Paul Adams's Avatar
    Join Date
    Jul 2003
    Location
    %systemroot%
    Posts
    1,926
    Thanks
    29
    Thanked
    77 times in 59 posts
    • Paul Adams's system
      • Motherboard:
      • Asus Maximus VIII
      • CPU:
      • Intel Core i7-6700K
      • Memory:
      • 16GB
      • Storage:
      • 2x250GB SSD / 500GB SSD / 2TB HDD
      • Graphics card(s):
      • nVidia GeForce GTX1080
      • Operating System:
      • Windows 10 x64 Pro
      • Monitor(s):
      • Philips 40" 4K
      • Internet:
      • 500Mbps fiber
    Notepad to edit the code & layout, and a browser open at the same time (on the same PC or a different one on the network) so I can hit F5 to view instantly from a real user perspective.

    I prefer a basic text editor as it's like knowing "first principles" - so long as you understand the very fundamentals of what you are coding, the colours or auto-insertion of text is unnecessary.

    The only IDEs I ever used were things like C++ and Turbo Pascal years ago, as it was just so easy to hit the keyboard shortcuts for "Save, Compile & Run" to test the code.

    I briefly used Frontpage Express when I first started to learn HTML, for when it was quicker to create an element and view the source than try to refer to a manual or search an online site.

    But then, most of my pages use ASP and SQL queries rather than individual layouts, I just use a single set of style class statements file to standardize the appearance.
    ~ I have CDO. It's like OCD except the letters are in alphabetical order, as they should be. ~
    PC: Win10 x64 | Asus Maximus VIII | Core i7-6700K | 16GB DDR3 | 2x250GB SSD | 500GB SSD | 2TB SATA-300 | GeForce GTX1080
    Camera: Canon 60D | Sigma 10-20/4.0-5.6 | Canon 100/2.8 | Tamron 18-270/3.5-6.3

  8. #8
    Marmoset Warrior
    Join Date
    Feb 2004
    Location
    Hastings
    Posts
    1,390
    Thanks
    3
    Thanked
    0 times in 0 posts
    Quote Originally Posted by Zathras
    Why do people use Notepad when there're far far better text editors available like TextPad or EditPlus?
    I mainly use it because it is installed on every Windows machine I use and plus it takes up few resources. I did try out a text editor called "Crimson Editor" but thought it was a bit flashy, all I want is notepad with syntax highlighting (much like the view source option in FF)

  9. #9
    Tom
    Tom is offline
    Senior Member Tom's Avatar
    Join Date
    Jul 2003
    Location
    Manchester
    Posts
    624
    Thanks
    0
    Thanked
    0 times in 0 posts
    r1zeek i have tried crimson editor and much prefer EditPlus

    I personally use Dreamweaver's code view when I am at home but have EditPlus on a flash drive that I carry around for college / anywhere i might need to edit anything The colour coding makes the coding so much simpler its unbeleivable

  10. #10
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    384 times in 313 posts
    real men use nano
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  11. #11
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    ok, i lie, i don't use notepad, i use context. same thing really.

  12. #12
    Marmoset Warrior
    Join Date
    Feb 2004
    Location
    Hastings
    Posts
    1,390
    Thanks
    3
    Thanked
    0 times in 0 posts
    Quote Originally Posted by Moby-Dick
    real men use nano
    Tell me more!

  13. #13
    Registered+ Zathras's Avatar
    Join Date
    Jul 2003
    Location
    Canary Wharf/Richmond
    Posts
    1,454
    Thanks
    13
    Thanked
    7 times in 4 posts
    Nano is for wusses. Get down with Vi or Emacs.

  14. #14
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    nano is an open source clone of pine.

    pine is about the easiest command-line text editor for linux in common circulation

  15. #15
    Large Member
    Join Date
    Apr 2004
    Posts
    3,720
    Thanks
    47
    Thanked
    99 times in 64 posts
    I use Emacs a lot, but never for web sites.
    To err is human. To really foul things up ... you need a computer.

  16. #16
    F.A.S.T. Butuz's Avatar
    Join Date
    Jul 2003
    Location
    Wales
    Posts
    4,708
    Thanks
    51
    Thanked
    72 times in 59 posts
    • Butuz's system
      • Motherboard:
      • MSI Z77 MPOWER
      • CPU:
      • I7 3770K @ 4.6
      • Memory:
      • 16GB Corsair XMS 1866
      • Storage:
      • Sandisk SSDs
      • Graphics card(s):
      • 3xR9 290
      • PSU:
      • be quiet! Dark Power Pro 10
      • Case:
      • Inwin H Frame
      • Operating System:
      • Windows 7
    I'd say, Use dreamweaver if your time is precious to you, use notepad if your time is not precious to you.

    But whatever you use, do learn how to do proper html / css / asp / php / etc.

    Butuz

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dreamweaver - indepenant files?
    By oshta in forum Software
    Replies: 0
    Last Post: 15-09-2004, 07:26 PM
  2. dreamweaver
    By psalliss in forum Software
    Replies: 8
    Last Post: 19-03-2004, 08:04 PM
  3. Dreamweaver Vs Midband Prob
    By oshta in forum Networking and Broadband
    Replies: 14
    Last Post: 08-12-2003, 10:36 PM
  4. The Great Debate - AMD or Intel
    By Dave_07 in forum PC Hardware and Components
    Replies: 30
    Last Post: 09-10-2003, 09:42 PM
  5. Dreamweaver vs Notepad
    By QueenAdreena in forum Software
    Replies: 18
    Last Post: 17-08-2003, 03:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •