HTML Editor that shows open/close tags?

Discussion in 'Programming' started by Deadsquirrel, Sep 8, 2010.

  1. #1
    Hi all,

    Is there an HTML/PHP editor that will help show any unclosed tags?

    I remember when i used to program Oracle there was a program that showed all loops and would help easily identify nested loops etc. Anythinf similar for HTML?

    I have a large file full of table form tr td tags that i need to clean up. Is there any good way of doing this?

    regards,
    Naomi
     
    Deadsquirrel, Sep 8, 2010 IP
  2. TheWiseGuy

    TheWiseGuy Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #2
    netbeans does it, but if you just need it to match tags it's a memory waster.
    If I remember correctly pspad does it as well ( not sure btw )
     
    TheWiseGuy, Sep 8, 2010 IP
  3. longcall911

    longcall911 Peon

    Messages:
    1,672
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This may be way more than you are looking for, but the Silverlight 4 SDK (http://www.silverlight.net/getstarted/) also installs Visual Web Developer 2010 express. It check tags tags for html and all mainstream scripting, server and client side.

    It's an awesome product, for free.
     
    longcall911, Sep 8, 2010 IP
  4. stevemack

    stevemack Peon

    Messages:
    136
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Java Netbeans can also show the unclosed tags in the source code, but i did not try with the latest version IDE 6.9.1.
     
    stevemack, Sep 8, 2010 IP
  5. aprillove83

    aprillove83 Peon

    Messages:
    93
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks longcall for the relevant ideas and useful information.
     
    aprillove83, Sep 14, 2010 IP
  6. betazonredefine

    betazonredefine Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    NetBeans is a nice choice. But you can also use notepad++ to fine and Tag open/close.
     
    betazonredefine, Sep 14, 2010 IP
  7. WWSD

    WWSD Peon

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    NetBeans is my choice too. Its a memory HOG but it does a lot of good especially for medium scale or larger projects in PHP or JAVA
     
    WWSD, Sep 19, 2010 IP
  8. Linkadoodle

    Linkadoodle Guest

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You cant beat good old notepad ++
     
    Linkadoodle, Sep 24, 2010 IP
  9. Internet Monk

    Internet Monk Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Agreed. Have been trying various IDEs but always found myself uninstalling them and continuing to use Notepad++ :)
     
    Internet Monk, Sep 24, 2010 IP
  10. gift-online

    gift-online Well-Known Member

    Messages:
    2,359
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    115
    #10
    Home site shows open/close tags
     
    gift-online, Sep 25, 2010 IP
  11. ProvideVPN

    ProvideVPN Banned

    Messages:
    114
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I suggest NotePad PE ++
     
    ProvideVPN, Sep 25, 2010 IP