Printer Friendly Version Print this thread
Email this thread to a friend eMail this thread to a friend
  • Blogging - Opinions Wanted (In: Members Lounge)
  • Featured Web Site Template

    Hundreds More at Free Site Templates.com!

    Web Site Partners
    Sponsored Links
    Jet City Software
     
    Whos Here ?
    There are 0 guests and 1 members in the forums right now.
    Reflects user activity within the last 5 minutes
    Moderator(s): excell, SportsGuy, g1smd
    Member Message

    beth_lk
    Staff
    Joined: Jun 23, 2004
    # Posts: 1246

    View the profile for beth_lk Send beth_lk a private message

    Posted: 2007-Apr-27 18:30
    Edit Message Delete Message Reply to this message

    Please give me your opinions on NVU - the good - the bad & the ugly wink

    Judging it up against frontpage - dreamweaver and such other popular soft wares.

    Hope posting the software link here is OK. www.nvu.com

    Much Appreciated,
    Beth smile


    [ Message was edited by: bhartzer 04/30/2007 06:12 am ]





    SportsGuy
    Staff
    Joined: Aug 30, 2002
    # Posts: 3600

    View the profile for SportsGuy Send SportsGuy a private message

    Posted: 2007-Apr-27 20:52
    Edit Message Delete Message Reply to this message

    Never used it - I use Dreamweaver for everything - hasn't steered me wrong yet. wink

    You can learn to do stuff with an html editing program like Dreamweaver and it'll always work for you, or you can learn one particular system that's designed to make it easier - and it'll take shortcuts that'll make it easier, but sometimes not really what you wanted in the end... sad

    Just thinking out loud.

    I saw use DW - learn it and use it. smile



    g1smd
    Staff
    Joined: Jul 28, 2002
    # Posts: 10438

    View the profile for g1smd Send g1smd a private message

    Posted: 2007-Apr-27 23:10
    Edit Message Delete Message Reply to this message

    I tried to like it but gave it up and went back to hand coding HTML within a week or so.



    mj1256
    Joined: Jun 05, 2006
    # Posts: 918

    View the profile for mj1256 Send mj1256 a private message

    Posted: 2007-Apr-28 01:45
    Edit Message Delete Message Reply to this message

    I use it as an editor for handcoding on my linux box. It doesn't add to or alter my code



    beth_lk
    Staff
    Joined: Jun 23, 2004
    # Posts: 1246

    View the profile for beth_lk Send beth_lk a private message

    Posted: 2007-Apr-28 05:55
    Edit Message Delete Message Reply to this message

    you all know that old dog new tricks saying - right lol well that is pretty much me wink

    However I am learning I have to learn new "tricks" all the time in this line of work....

    So far though I am a die hard FP user. I am however willing to learn Dream, as I have heard so many of you speak well of it - I just need to give up the $ for it - it is costly.





    mj1256
    Joined: Jun 05, 2006
    # Posts: 918

    View the profile for mj1256 Send mj1256 a private message

    Posted: 2007-Apr-29 00:58
    Edit Message Delete Message Reply to this message

    actually, it is my belief that comtent management systems (CMS) are the way to go. I left FP and dream for Joomla. Drupal and dotnetnuke. They will really make thinks easy, especially if you have the ability to work with, CSS, html, xml, java, and PHP.



    formerskeptic
    Joined: Oct 05, 2001
    # Posts: 301

    View the profile for formerskeptic Send formerskeptic a private message

    Posted: 2007-Apr-30 07:28
    Edit Message Delete Message Reply to this message

    I'm a DW fan myself. Migrated from FP to DW about 5-6 years ago. Although, it does have quite a bit of fluff built into it (MX) that I haven't even began to scratch the surface yet. Highly advisable though to master what you have first before migrating to a new toy. That way, the learning curving is reduced greatly. DW does cost a few $$$ but it's worth every penny. Saves you HEAPS of coding time. wink

    [ Message was edited by: formerskeptic 04/29/2007 11:40 pm ]





    g1smd
    Staff
    Joined: Jul 28, 2002
    # Posts: 10438

    View the profile for g1smd Send g1smd a private message

    Posted: 2007-Apr-30 13:16
    Edit Message Delete Message Reply to this message

    What is this "heaps of coding time" that everyone keeps on about?

    I wrap all the content in heading, pargraph, list, table, or form tags and then style the whole lot with CSS in an external file.



    Curt
    Joined: Eons Ago
    # Posts: 3736

    View the profile for Curt Send Curt a private message

    Posted: 2007-Apr-30 21:29
    Edit Message Delete Message Reply to this message

    Don't like to rely on DW to do JavaScript coding as the code is a bit messy or bloated. I find the JS routines created by DW can be shrank by up to 50% or more at times. Also, if you need to do DHTML effects, you are better off learning to code rather than relying on DW or any Editor for that fact. It's nice for people not knowing JavaScript/DHTML, but hand coders tend to not like the resulting code generated by editors.



    SportsGuy
    Staff
    Joined: Aug 30, 2002
    # Posts: 3600

    View the profile for SportsGuy Send SportsGuy a private message

    Posted: 2007-May-01 12:18
    Edit Message Delete Message Reply to this message

    It's nice for people not knowing JavaScript/DHTML, ...


    *raises hand*,... sad

    It's on my list of things to learn...I swear!



    g1smd
    Staff
    Joined: Jul 28, 2002
    # Posts: 10438

    View the profile for g1smd Send g1smd a private message

    Posted: 2007-May-01 18:53
    Edit Message Delete Message Reply to this message

    CSS has now replaced many of the DHTML tricks, especially for menu and navigation functions.



    SportsGuy
    Staff
    Joined: Aug 30, 2002
    # Posts: 3600

    View the profile for SportsGuy Send SportsGuy a private message

    Posted: 2007-May-01 19:39
    Edit Message Delete Message Reply to this message

    See!? It never ends!



    Curt
    Joined: Eons Ago
    # Posts: 3736

    View the profile for Curt Send Curt a private message

    Posted: 2007-May-01 19:45
    Edit Message Delete Message Reply to this message

    g1smd said:

    CSS has now replaced many of the DHTML tricks, especially for menu and navigation functions.

    I'm curious to see examples of this bigsmile

    SportsGuy, I feel your pain.



    formerskeptic
    Joined: Oct 05, 2001
    # Posts: 301

    View the profile for formerskeptic Send formerskeptic a private message

    Posted: 2007-May-02 06:10
    Edit Message Delete Message Reply to this message

    A good point you've raised g1smd. External CSS. Unfortunately, not many webmasters utilize this vital coding technique to minimize their designing efforts. DW (or any other good html editor) cuts down loads of coding time because of it's flexible GUI that allows you to mess around with a variety of features such as templates, browser compatibility etc. Although I do agree with Curt on the Js. Way too bloated IMHO rolleyeys I don't use any of it's generated Js. Neverthless, it does come in handy with browser compatibility and generating style sheets wink


    You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
    1. You have not yet logged in, or registered properly as a member
    2. You are a member, but no longer have posting rights.
    3. This is a private forum, for which you do not have permissions.

    If you are a recent member, it's possible that you simply have not yet confirmed your account. Please check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions contained within.

    If you cannot find this message, click here to Re-Send it.

    If you are still experiencing problem, please read the Login Assistance Article for some advice on what may be causing your login not to work properly.

    Switch to Advanced Editor and ... Create a New Topic or Reply to this Thread

    New posts Forum is locked
    © 1995  ·  iWeb, Inc  ·  DBA JimWorld Productions