Best program to use to code css/xhtml?

Discussion in 'CSS' started by aliks0905, Dec 30, 2007.

  1. #1
    I was just wondering who uses what when theyre coding their designs. Usually I just make the design and give it to my coder to code, but recently I figured I could save those extra bucks by coding it myself. I've been using Notepad++, but I want to hear what people find as the fastest and easiest method of coding.

    Thanks
     
    aliks0905, Dec 30, 2007 IP
  2. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #2
    Vim, emacs, or similar editors. There's a learning curve to the editors I just mentioned.. you won't learn it in a day. Took me a week or two, but once you learn its hella faster than any normal text editor that anyone else would recommend. There's thousands of shortcuts, all customizable if you know perl or are just good at programming in general.

    You can do things at multiple times the speed someone using a normal editor would. It's kinda like using steroids except no side-effects.. heh :)
     
    soulscratch, Dec 30, 2007 IP
  3. aliks0905

    aliks0905 Member

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    anything for windows?
     
    aliks0905, Dec 30, 2007 IP
  4. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #4
    yes, there is a vim for windows
     
    soulscratch, Dec 30, 2007 IP
  5. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #5
    I find vi and all of it's offshoots too cryptic for it's own damned good - if I wanted cryptic and useless key combinations I'd still be using wordstar shortcuts.

    I also find that a lot of the 'fancier' editors are fat, bloated, slow and worst of all, bogged down with features I DON'T WANT. Syntax highlighting? Sure, make the code impossible to read by coloring it like an acid trip. Tabbed editing? Probably cute if you are stuck on a crappy little 800x600 display, but if you have an actual development workstation with three monitors spanning 4480x1200 having all the editor boxes locked to one crappy little window sucks ass (besides, I know how to actually USE the taskbar). The auto-formatters do more harm than good, and don't even get me STARTED about the CRAP that is auto-complete.

    So I use win32pad - I've never needed or even wanted more. Memory footprint the same or even smaller than notepad, adds a couple minor 'missing' features (group tab controls, tab width setting, line numbers) without all the extra unneeded bullshit.
     
    deathshadow, Dec 31, 2007 IP
  6. ChaosFoo

    ChaosFoo Peon

    Messages:
    232
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Maybe it is just me, but I really like the syntax highlighting. It makes the code easier for me to read at a glance, and quickly distinguish between content and code.

    For Windows, I really like ConTEXT. It also has a compare files feature that I really like as well.
     
    ChaosFoo, Dec 31, 2007 IP
  7. wing

    wing Active Member

    Messages:
    210
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    58
    #7
    Vim is cool but I like Zend Studio best for the time beeing :)
     
    wing, Dec 31, 2007 IP
  8. NuLLByTe

    NuLLByTe Active Member

    Messages:
    382
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    80
    #8
    Zend is written in Java no? Like a lot of Java apps, eats up your resources (own experience)
     
    NuLLByTe, Dec 31, 2007 IP
  9. aliks0905

    aliks0905 Member

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #9
    i find some code highlighting helpful...like the default in Notepad++ its not too much that it makes the text all blurred like deathshadow says, yet it helps distinguish text from code, styles from formatting...and he also does have a point there about workstation size... and the autocomplete...yes it is more of a pain than of help.
     
    aliks0905, Dec 31, 2007 IP
  10. wing

    wing Active Member

    Messages:
    210
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    58
    #10
    Yes, good point. I have found it to be a bit slow on some systems.
     
    wing, Dec 31, 2007 IP
  11. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #11
    Uhm. Can't imagine anyone who doesn't use syntax highlighting. That's like playing outside without shoes on IMO. Necessity, so I shouldn't even need to know if the text editor HAS support for it..
     
    soulscratch, Dec 31, 2007 IP
  12. GolfHos

    GolfHos Member

    Messages:
    44
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #12
    I use PSPad on Windows and Bluefish on Linux.
     
    GolfHos, Dec 31, 2007 IP
  13. GSto

    GSto Peon

    Messages:
    218
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I use crimson editor. really simple, but I like it.
     
    GSto, Dec 31, 2007 IP