dreamweaver

Discussion in 'HTML & Website Design' started by mcknight321, Sep 30, 2007.

  1. harrysmith

    harrysmith Well-Known Member

    Messages:
    466
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    110
    #21
    I have started with HTML then tried my hands on Dreamweaver, just by reading help topics and by referring some dreamweaver tutorials you can get it. Really not that hard to learn.

    For me w3schools is the best BEST source for learning web basics.
     
    harrysmith, Oct 2, 2007 IP
  2. DiscreetMike

    DiscreetMike Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    If you learn how to hand code first using dreamweaver wont be so difficult. You will just be using it for the nice interface and feature rich text editor.
     
    DiscreetMike, Oct 2, 2007 IP
  3. sammas47

    sammas47 Peon

    Messages:
    80
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    If you are willing to devote time and get professional in the field, then Adobe provides a very good video tutorial. Here it is: hxxp://www.adobe.com/devnet/dreamweaver/video_tutorials.html

    However, if you want to learn it quickly for a not-so-professional purpose, you should contact someone who already knows at least a bit about it, and ask him for help.

    You can even contact me in case you need help. I can help you via Skype or Gtalk, if i am free.
     
    sammas47, Oct 2, 2007 IP
  4. sammas47

    sammas47 Peon

    Messages:
    80
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    Trail and error is the best way to do it!!
     
    sammas47, Oct 2, 2007 IP
  5. davewashere

    davewashere Active Member

    Messages:
    1,680
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    88
    #25
    Use Dreamweaver help and also trial and error. You should be learning HTML and CSS while you learn Dreamweaver, it will help a lot. There's really no way to master web development in Dreamweaver without understanding and being able to modify the underlying code.
     
    davewashere, Oct 2, 2007 IP
  6. Audiomad

    Audiomad Peon

    Messages:
    1,028
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #26
    You learn with time thats how I did it I found books to be all over the place and hard to understand some times.
     
    Audiomad, Oct 2, 2007 IP
  7. Dizmatic

    Dizmatic Peon

    Messages:
    111
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #27
    Definitely agree that having some html knowledge helps with the transition in using Dreamweaver.
     
    Dizmatic, Oct 2, 2007 IP
  8. mark123456

    mark123456 Peon

    Messages:
    786
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #28
    i downloaded a torrent with a bunch of web design ebooks
     
    mark123456, Oct 2, 2007 IP
  9. indyonline

    indyonline Prominent Member

    Messages:
    4,626
    Likes Received:
    248
    Best Answers:
    2
    Trophy Points:
    335
    #29
    Why do people say that? wouldn't it be easier if you can see what your doing as your doing it?
     
    indyonline, Oct 2, 2007 IP
  10. live-cms_com

    live-cms_com Notable Member

    Messages:
    3,128
    Likes Received:
    112
    Best Answers:
    0
    Trophy Points:
    205
    Digital Goods:
    1
    #30
    If you know HTML/CSS well enough, coding by hand is easier than using a visual editor. I don't recommend coding by hand for ease-of-use but for the quality benefit it has over software generated code.
     
    live-cms_com, Oct 2, 2007 IP
  11. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #31
    Indy,
    the reason people say that is while at first your page may look okay, you will try to change something later and check it in a few other browsers and you'll be like, wtf happened to my page??? It doesn't look the way I want it to!

    Then you'll go online and try to find info on what went wrong and maybe even end up here and those who try to help you will see this huge steaming pile of code and think to themselves, well of course this that and the other is wrong with the page-- it's written in (WYSIWYG programme)!

    Some people try to only use the code version of Dreamweaver-- but unless you got it free, you just spent $400 on a Notepad editor : )

    Dreamweaver is geared towards people who build things visually, esp graphic artists who decide one day to make a page. The code itself is usually (tho not always) bloated, non-semantic, and sometimes downright invalid. But because most browsers (against recommendations) try to render even poorly-coded pages, something usually shows up and for many people, it looks good enough.

    I've got to say, though, the worst pages I've seen were Wordpress templates. But I guess that just comes with templates.
    When you're writing the code, first you have the HTML with all the text your page will have. Looking at it when that's done will jst be a bunch of text on a page. When you add CSS, you start seeing the difference-- that is, while you are writing the code, you have a browser (or three) open too and you're using them to look at a local file (the html and css on your computer). So you can see what you're doing too!
     
    Stomme poes, Oct 2, 2007 IP
  12. Alevoor

    Alevoor Active Member

    Messages:
    1,573
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    80
    #32
    Dreamweaver HELP is one extensive document. You get lost reading it but persistence pays for sure. Now I use it for making basic layouts.
     
    Alevoor, Oct 3, 2007 IP
  13. mcknight321

    mcknight321 Peon

    Messages:
    173
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #33
    thank you all for your comments but now i am using nvu becuase i find it easier... but im stuck with it :'(

    Problem :

    www.roulette.co.nr <<< i have this game and im trying to put it on nvu but it wont let me if you get it
     
    mcknight321, Oct 3, 2007 IP
  14. jgjg

    jgjg Peon

    Messages:
    595
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #34
    mostly trial and error but there are some features which aren't very obvious which are huge timesavers!

    Examples: .DWT templates, SSI, and external CSS
     
    jgjg, Oct 3, 2007 IP