Any handcoders here?

Discussion in 'HTML & Website Design' started by Colleen, May 18, 2005.

  1. Enigma121

    Enigma121 Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #61
    We handcode HTML and JSP for a couple of reasons.

    It gives us better control over compliance to HTML standards, you can leave comments and control HTML in much the same way as any other source code.

    Major support tools don't really support WYSIWYG in this combination of technologies. Handcoding has its advantages and disadvantages.
     
    Enigma121, Sep 4, 2005 IP
  2. Dread

    Dread Peon

    Messages:
    323
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #62
    Personally i use Dreamweaver for everything, however, all my code is hand coded. I use dreamweaver mainly cause i like the HTML/PHP syntax highlighting and also the FTP and different sites feature.

    I have Dreamweaver on one monitor and firefox on the other. Do some coding, upload the file to my dev server with dreamweavers FTP feature, then refresh firefox, works well for me :)

    Dread
     
    Dread, Sep 5, 2005 IP
  3. aqi32

    aqi32 Active Member

    Messages:
    225
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #63
    i also hand code everything, tried dreamweaver once but didn't feel at all comfortable!!

    i use 1st page 2000, wonderfull tool!
     
    aqi32, Sep 7, 2005 IP
  4. sharpweb

    sharpweb Guest

    Messages:
    246
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #64

    I'm on pretty much the same plan, but since I'm a travelling road show I only have one monitor
     
    sharpweb, Sep 7, 2005 IP
  5. lgstarr

    lgstarr Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #65
    No, you are not the only one...my husband much prefers it! I know he sometimes uses Cold Fusion Studio, but mostly Notepad. I remember one reason is the messy code some editors produce (hope I'm saying this correctly) and he recently finished an ebook "Quick & Dirty Web Site Design" for people who want to do it this way--I wonder how many people are like you in this regard?

    If anyone is interested, here's his business url:
    www.internetguidancesolutions.com
    (can click on the ebook picture)

    --Linda
     
    lgstarr, Sep 7, 2005 IP
  6. jared

    jared Peon

    Messages:
    231
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #66
    EditPlus is quick, easy, and has nice php (along with html, css etc) syntax highlighting.

    When I am on my *nix box, I usually use gedit or vi.

    Really just depends what your comfort level is. Most people start out with more complicated programs and slim down over the years. :D
     
    jared, Sep 7, 2005 IP
  7. Stoofovski

    Stoofovski Peon

    Messages:
    41
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #67
    wow, that is sure one long long thread!! i handcode all :) and use notepad >.>;;
     
    Stoofovski, Sep 9, 2005 IP
  8. air

    air Active Member

    Messages:
    359
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    90
    #68
    air, Sep 10, 2005 IP
  9. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #69
    I hand-code usually in Textpad :)
     
    exam, Sep 10, 2005 IP
  10. mikmik

    mikmik Guest

    Messages:
    356
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #70
    Learned with Notepad, still like it. Use DW but always just used code view.

    I Like this one called Areanae because it has 'preview in browser(s)' and insert hyperlinks and img links.
    It has syntax highlighting, which I love. It is fast, free, and runs from folder.
    Crimson Editor is another I like.

    Just feels 'clean' hand coding, :O)
     
    mikmik, Sep 10, 2005 IP
  11. saintdw

    saintdw Peon

    Messages:
    453
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #71
    I code by hand. Hate DW and FP with passion.
     
    saintdw, Sep 10, 2005 IP
  12. aqi32

    aqi32 Active Member

    Messages:
    225
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #72
    i don't hate the wysiwyg editors, they serve as usefull tools for many people, to each their own :)
     
    aqi32, Sep 11, 2005 IP
  13. dkin69

    dkin69 Active Member

    Messages:
    644
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #73
    I hand code as well as use HTML KIT, I like it for creating tables, lists etc quickly, helps me a bunch.
     
    dkin69, Sep 17, 2005 IP
  14. king_cobra

    king_cobra Peon

    Messages:
    373
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #74
    Why waste time on hand coding when there are tools to help u around? I use DW. I am not saying I dont know how to hand code, I started out from our notepad. Even now, I tend to type in DW's Code view when there is a fix needed and think later oooo.. i shd have done it through the interface. For PHP, nothing can beat our hand brain combination.
     
    king_cobra, Sep 17, 2005 IP
  15. ajnin

    ajnin Well-Known Member

    Messages:
    407
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    108
    #75
    i use dreamweaver to code php,html,css,java. but i hand code it all. the only things in dreamweaver i use is the table creation, cause i hate making tables, and the search and replace function. i type faster than the code completer can keep up with so i ignore it.

    also another reason i use dreamweaver is casue of the split view for html. i know i could just use notepad and open a browser window then tile, but the above stuff makes dreamweaver useful enough to keep around.
     
    ajnin, Sep 17, 2005 IP
  16. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #76
    DW is hard to use. I already know how to use `vi`. :D
     
    Will.Spencer, Sep 17, 2005 IP
  17. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #77
    And just in case this one has not shown up PSPad is actually free. I started using it a little bit as well
     
    Corey Bryant, Sep 17, 2005 IP
  18. rosytoes

    rosytoes Peon

    Messages:
    230
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #78
    I used PSPad too, can open and save a page directly from/to the web server.
     
    rosytoes, Sep 24, 2005 IP
  19. mikmik

    mikmik Guest

    Messages:
    356
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #79
    Okay, I use Crimson Editor for involved coding with FTP support, but PSPad looks awesome:
    This is also bid time good: matching bracket highlighting
    I am going to get this one, thanks, Corey (and rosytoes)!!!

    I like handcoding, but DW is indispensible for me. When I do work on multiple pages, I use it. Handcoding is fun, and I feel more in control, but just for tutorials, and trying stuff and making one page stuff.

    The split view is just handy to have, and DW does have some wicked power. Man, yeah, it is good.

    Plus, I can only type by looking at the keyboard, so I am way to slow to handcode whole pages very often.
     
    mikmik, Sep 24, 2005 IP
  20. Amsterdam

    Amsterdam Well-Known Member

    Messages:
    361
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #80
    Once I realised how much garbage FP puts in code I never went back. I think there can be validation issues too when using a wysiwyg editor.

    But at the end of the day; each to their own I say - after all, the Web wouldn't be as diverse if it weren't for wysiwyg editors allowing easy web page creation.

    T
     
    Amsterdam, Sep 28, 2005 IP