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

Thread: Style Master, and Dreamweaver

  1. #1
    Join Date
    Jul 2007
    Location
    California
    Posts
    177
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Style Master, and Dreamweaver

    I'm using Front Page, which I guess is best described as gaming with an e-machines computer that is 7 years old. It doesn't really do a good job, people will make fun of me, and push my face in the mud

    So, Dreamweaver appears to be what many like to use here... I just can't afford to pop $400 bucks on it.

    I would like to know what people's take is on the $60 editor Style Master. I found it on one of the sites that Dynamic sent me to for a tutorial.

    Thoughts?

    Thanks

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    All WYSIWYG editors are eventually a waste of time and money. The prescribed formula is generally something like:
    • One discovers how to make sites in FrontPage/DreamWeaver/&c.
    • One discovers just how rubbish the pages produced by these tools actually are
    • One starts correcting all the code produced by the tools to make it decent (but will inevitably miss things)
    • One discovers that one is in fact wasting more time correcting the rubbish produced by one's WYSIWYG editor of choice than one would spend creating the page one's self.
    • A wailing and gnashing of teeth follows when one realises that one has wasted $400 on a program that is actually worse than useless.
    Really, you may as well just write the pages yourself.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    If you can afford it, it can be helpful while you are learning so that you can actually get something done, at least temporarily. As you learn, you'll be able to correct it, as Twey said, too.
    But, overall, that's just about right.

    I'd definitely recommend Dreamweaver over Frontpage. In fact, anything over Frontpage.

    I don't know anything about Style Master, though.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #4
    Join Date
    Mar 2006
    Location
    Cleveland, Ohio
    Posts
    574
    Thanks
    6
    Thanked 5 Times in 5 Posts

    Default

    And, if you're going to spend money and not write the code yourself, you might as well hire a designer.

    But, if I were you, learn simple HTML and CSS and make it yourself.
    Thou com'st in such a questionable shape
    Hamlet, Act 1, Scene 4

  5. #5
    Join Date
    Jul 2007
    Location
    California
    Posts
    177
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Well I'm looking at things from the standpoint of learning something brand new, and the dilema of wanting to create something myself.

    It's quite daunting to think about creating a webpage without the WYSIWYG type editor because I've never actually tried. Can anyone recommend a free HTML/CSS editor that I can fool around with? I assume that there are programs for this, and people don't just create everything in a word editor and just FTP it to the site.

    I will note one thing regarding Style Master that actually makes me think the $60 is worth spending at least from a learning standpoint. The tutorials so far on this site http://www.westciv.com/style_master/...als/index.html are the best I've found. They actually have you create a full page in CSS, which for me hands on learning with a controlled example is HUGE.

    I think I agree with Twey's outlook on coding, but I'm no where near that level yet. It's how I look at things when it comes to managers, and reps for the work I do. I know more than they do, I can find out faster on my own, so they are essentially useless and often make mistakes. I do know that I needed them in the beginning though.

    So I guess I'll take my licks and learn. I do really appreciate the help provided by everyone here, and I plan to repay it once I know what I'm doing Thank you all!

  6. #6
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    That is the biggest problem. If you are just starting with code it all looks like nonsense and there's no real chance of being productive/efficient.
    For that reason, using a WYSIWYG editor is helpful, if for nothing else than a live preview of the code.
    I'd say just try some free editors. There are plenty out there.
    I've heard good things about notepad+, a text only editor, but it helps with a few things, like code highlighting, I believe.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Can anyone recommend a free HTML/CSS editor that I can fool around with? I assume that there are programs for this, and people don't just create everything in a word editor and just FTP it to the site.
    Most of us do, yes You could have a look at Bluefish.
    That is the biggest problem. If you are just starting with code it all looks like nonsense and there's no real chance of being productive/efficient.
    And if you use a WYSIWYG editor it'll carry right on looking like nonsense
    For that reason, using a WYSIWYG editor is helpful, if for nothing else than a live preview of the code.
    Why? You can get a live preview with a browser (well, OK, so you have to hit F5 every so often).
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Having a live preview in the window that updates as you type is, you must admit, more convenient.

    And it's also much easier to create a site if you NEED a site with a WYSIWYG editor than with just code for the first time. You may not end up with full control over everything and likely even a few errors, but at least it'll be something. If you don't know what you're doing in a WYSIWYG editor, some logical clicks will end up with something roughly presentable. In a text editor, you'll end up with some plain text, perhaps with some line breaks
    It's like touch typing... great for the long run and absolutely better (speaking as someone who fought against learning this for a while), but hunt 'n' peck will still get the job done if you need it before you can learn a better way.


    And the best advice for learning code is simple-- just do it.
    It doesn't really matter how... if you use tutorials, try to copy the source from other sides (I mean learn the patterns of these sites, not that you just cut and paste [which is illegal]), just start typing stuff, or look at the code (with a cautious acceptance) that the WYSIWYG editor spits out.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Having a live preview in the window that updates as you type is, you must admit, more convenient.
    I've never tried it, but I can't see how it would make that much of a difference -- especially not $400 worth of it.
    And it's also much easier to create a site if you NEED a site with a WYSIWYG editor than with just code for the first time. You may not end up with full control over everything and likely even a few errors, but at least it'll be something.
    But one would have to go back and quite probably rewrite the whole thing anyway. It seems like a serious waste of time to me, especially when one considers that one is paying in excess of $400 for the privilege.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  10. #10
    Join Date
    Nov 2006
    Posts
    236
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    get dreamweaver because you can learn as you code. it seems people forget about it split screen

Bookmarks

Posting Permissions

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