Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Employer recommends against Dreamweaver

Options
  • 12-07-2008 2:08pm
    #1
    Registered Users Posts: 8,070 ✭✭✭


    Hey Guys,
    Employers a bit against dreamweaver, although i understand the case is true for plain html mails for E-mail, dreamweaver starts adding css etc etc,

    Do people design completely with just notepad? the plain txt browsing is starting to hurt my eyes, is there any other editors similar to eclipse for color coding html ? i guess i code just use dreamweaver code side and not touch the design bit?

    thanks


«1

Comments

  • Registered Users Posts: 2,106 ✭✭✭Tails142


    UltraEdit is a good text editor.

    If I was you I would just make it in Dreamweaver and then copy the code out and edit out any bits you dont want. Would just work faster IMO

    If you boss doesnt like this idea then he's either being akward or wants to make sure you know how to write HTML...


  • Registered Users Posts: 9,143 ✭✭✭RobertFoster


    Placebo wrote: »
    i guess i code just use dreamweaver code side and not touch the design bit?
    That's what I do. I dunno why really, there's probably much nicer editors that are less of a resource hog out there.

    Someone recommended Notepad++ before, but I've never tried it. It supports a few languages, but I dunno if it has Site Manager like Dreamweaver.


  • Registered Users Posts: 8,070 ✭✭✭Placebo


    thanks guys, i suppose hes trying to make sure i know it,
    but honestly reading 500 lines of <td> tags burns your eyes. specially in that notepad font.


  • Registered Users Posts: 3,594 ✭✭✭forbairt


    Placebo wrote: »
    thanks guys, i suppose hes trying to make sure i know it,
    but honestly reading 500 lines of <td> tags burns your eyes. specially in that notepad font.

    EEK td tags ??? :D


    I'm using Komodo ..

    In the past I've used crimson edit ... eclipse ... and a few others ... all depends on what you're after

    there is also http://www.kompozer.net/ in case that interests you


  • Registered Users Posts: 8,070 ✭✭✭Placebo




  • Advertisement
  • Registered Users Posts: 15,065 ✭✭✭✭Malice


    Placebo wrote: »
    Hey Guys,
    Employers a bit against dreamweaver, although i understand the case is true for plain html mails for E-mail, dreamweaver starts adding css etc etc,

    Do people design completely with just notepad? the plain txt browsing is starting to hurt my eyes, is there any other editors similar to eclipse for color coding html ? i guess i code just use dreamweaver code side and not touch the design bit?

    thanks
    If your boss is forcing you to use Notepad you have my sympathy. There are plenty of other options out there! Being left with Notepad is a cruel punishment indeed.

    When I was getting to grips with HTML I used UltraEdit. It's a bit expensive but I've used it on and off for about seven years so I've probably gotten my money's worth at this stage :). By having to write every tag yourself you will learn things a lot faster than using WYSIWYG software like Dreamweaver. Having said that, I use Dreamweaver from time to time. It's quite useful for knocking up ideas quickly.

    As others have said, your boss could just be ensuring that you know your stuff though!


  • Registered Users Posts: 8,070 ✭✭✭Placebo


    well im not really a fan of WYSIWG, as nothing is ever what you see is what you get on that ;) , at all, i only like the idea of quick preview ! :)
    i like notepad++ , gonna stick to that


    thanks folks


  • Registered Users Posts: 15,065 ✭✭✭✭Malice


    Placebo wrote: »
    i only like the idea of quick preview !
    Don't forget that you can open your HTML script in your browser and your editor and the same time. Then it's just a simple Alt+Tab to the browser and hit F5 to refresh the page with whatever your changes are. It might not be as instantaneous as Dreamweaver but it should still be pretty fast ;).


  • Registered Users Posts: 2,119 ✭✭✭p


    Sounds like you've got a silly boss. It's a bad sign when you're boss is dictacting ot you what editor to use!

    Try Aptana studio - it's a great IDE, based on eclipse but aimed at web dev.

    I'd still try have a discussion about Dreamweaver though, it's very useful if you know how to use it. Some people are just a little misinformed about it for historical reasons.


  • Registered Users Posts: 28 conordarcy


    just use dreamweaver if you've already got it. Work in code view. you can jump into design view to get an idea of how it'll look. You can use code hints to save you typing everything out in notepad. saves alot of time and different parts of the code are colour coded too making it easier to work with. Notepad would break me in minutes.


  • Advertisement
  • Registered Users Posts: 11,987 ✭✭✭✭zAbbo


    I like Coda myself, has nice FTP fuctions as well.

    There are many other syntax highlighting apps, use whatever one you like...

    The code view from DW, is essentially Homesite, of which there were and still are many alternatives


  • Closed Accounts Posts: 67 ✭✭BRENSH


    Notepad++ is a great option in my opinion. I have heard of a javascript editor using netbeans which is kinda cool too. It seems to be very intuitive like it understand the nature of the languages.
    Anyway notepad++ seems to be the way to go. Best of all its free. The problem with dreamweaver is that its rendering engine has flaws in my opinion. Of course notepadd++ is free. Its a really neat package with support for decades of languages.


  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    I don't use dreamweaver any more, but I used to find it good for troubleshooting layout issues. It can be tough to luck at hundreds of lines to find an unclosed tag or an extra closing tag, but in Dreamweaver you just select the errant div/table and the relevant code is highlighted.

    I liked split view :(

    Although Notepad++ is the win now.


  • Registered Users Posts: 2,031 ✭✭✭colm_c


    TBH you should learn HTML first before you go to dreamweaver, even then by hand is always going to be better than by dreamweaver.

    The only exception to this would be to edit some huge f-off table.

    There are lots of editors out there for free or very cheap, textedit, editplus, Coda & Textmate are very good.


  • Closed Accounts Posts: 3,762 ✭✭✭turgon


    Placebo wrote: »
    500 lines of <td> tags

    What sort of crazy site has 500 td tags?!!


  • Registered Users Posts: 5,517 ✭✭✭axer


    turgon wrote: »
    What sort of crazy site has 500 td tags?!!
    maybe a website that displays information in tabular format? 100 rows with 4 columns? 50 rows with 10 columns?

    OP also take a look at pspad which is free. I am also using WeBuilder 2008. It has autocomplete and context help along with all the normal good stuff (including FTP). Its 50 yo yos though.


  • Registered Users Posts: 8,070 ✭✭✭Placebo


    thanks guys, i know html, i just found it easy to see where content resided in which cell, as visual part makes it easy to see, i never used the preset buttons for anything really.

    Need to use tables for email templates and div's have compat issues.
    infact i dont think he likes divs either,

    good practice anyway !


  • Closed Accounts Posts: 586 ✭✭✭The Mighty Ken


    There's nothing wrong with using Dreamweaver if it improves your workflow. As long as your mark-up is properly formed, semantic, accessible and easy to maintain then it doesn't matter what tools you use.

    OP, if you're looking for a pure text editor, then I'd recommend EditPlus. I'm on Mac and use Coda which I find quite good.


  • Registered Users Posts: 3,594 ✭✭✭forbairt


    Placebo wrote: »
    Need to use tables for email templates and div's have compat issues.
    infact i dont think he likes divs either,

    Oh god tell me about it I hate newsletters for that very reason. Its one thing having your browser suite set up for testing its another when you've got to check all the web email apps .. as well as the desktop clients. UG :(


  • Registered Users Posts: 26,558 ✭✭✭✭Creamy Goodness


    Unix.
    vi for viewing.
    nedit for editing.

    MacOS:
    Coda
    Smultron

    Windows
    Crimson Editor


  • Advertisement
  • Closed Accounts Posts: 2,300 ✭✭✭nice1franko


    I'm another fan of notepad++. It's much better than editplus IMO.


  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    Placebo wrote: »
    infact i dont think he likes divs either
    Ugh. Well ignore that :)
    A manager in our place was explaining to some managers in another department how we had decided against CSS layouts for an application because they were worried about quality/compatibility issues and how table layouts were just that bit better. Despite the fact that we only use one browser and all machines are identical.

    I didn't want to pipe up and tell him that I'd already rewritten the whole thing using CSS.


  • Registered Users Posts: 15,065 ✭✭✭✭Malice


    Tables are fine when they are just used as intended - to display data in a grid. Problems only occur when people use them to control a whole page layout.
    seamus wrote:
    A manager in our place was explaining to some managers in another department how we had decided against CSS layouts for an application because they were worried about quality/compatibility issues and how table layouts were just that bit better.
    I don't suppose the manager explained why he felt tables were better?


  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    malice_ wrote: »
    Tables are fine when they are just used as intended - to display data in a grid. Problems only occur when people use them to control a whole page layout.

    I don't suppose the manager explained why he felt tables were better?
    It was an off-the-cuff remark but I got the impression that he just doesn't trust CSS layouts. He's an ex-programmer so I don't think he's actually looked at HTML standards in a while, so still considers CSS to be "new".


  • Registered Users Posts: 2,934 ✭✭✭egan007


    Have been using Text pad for 10years now and find it just great (and free to try - permanently) I have an expensive site management tool called windows explorer....


  • Registered Users Posts: 15,065 ✭✭✭✭Malice


    It was an off-the-cuff remark but I got the impression that he just doesn't trust CSS layouts. He's an ex-programmer so I don't think he's actually looked at HTML standards in a while, so still considers CSS to be "new".
    Well that's better than someone who blatantly doesn't have a clue just regurgitating something they were told once upon a time :).

    A couple of years ago I tried to explain the concept of refactoring to a manager. I thought he understood it but unfortunately it became his pet buzz word. It meant that for a few months along with "bespoke", "going forward", "paradigm", "leverage" and other words, we had to endure refactoring of our responsibilities or refactoring of the team layouts :mad:.


  • Registered Users Posts: 2,299 ✭✭✭PixelTrawler


    I used textpad for all my handcoding and visual studio 2008 for building master pages - code view only though except switching to it to setup events etc


  • Registered Users Posts: 2,119 ✭✭✭p


    I'm another fan of notepad++. It's much better than editplus IMO.
    Okay - notepad++ is a neat little editor I use it every day. However, I have to say, no professional web developer should be using notepad++ for day-to-day web development.

    There's much better tools out there that will save you time, money and will generally improve your workflow.


  • Registered Users Posts: 5,517 ✭✭✭axer


    Placebo wrote: »
    thanks guys, i know html, i just found it easy to see where content resided in which cell, as visual part makes it easy to see, i never used the preset buttons for anything really.

    Need to use tables for email templates and div's have compat issues.
    infact i dont think he likes divs either,

    good practice anyway !
    Take a look at pspad. It will reformat the html into nice readable html (indented).


  • Advertisement
  • Registered Users Posts: 342 ✭✭adm


    Does homesite come with dreamweaver these days?
    It used too and its a nice editor (not perfect but good enough)


Advertisement