+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 19

Thread: Which HTML editor do you use to make webpages?

  1. #1
    Beginner
    Join Date
    Aug 2006
    Posts
    7

    Default Which HTML editor do you use to make webpages?

    As the subject states says tell me Which HTML editor do you use when creating a webpage?

    Well I just find it easier with FrontPage since it gives you the ability to preview the page as you do it. Not only that you have the code right there also, so you can have a split screen; one with html code and the other side with the visual representation of the code....

    But I guess if you're very knowledgable in html you could do it with Notepad, but even the experts I know use dreamweaver or frontpage.

  2. #2
    WP V.I.P."The Boss"
    Join Date
    Jul 2004
    Location
    Here
    Posts
    1,269

    Default

    i exclusively use frontpage for html design... for php, i use wordpad and sometimes notepad.

    i hear dreamweaver and phpdesigner is great but i haven't really changed to use those yet. i think if i really do move on, i'll move straight to zend studio...

  3. #3
    Moderator
    Join Date
    Apr 2004
    Location
    Planet Earth.
    Posts
    2,166

    Default

    I was previously using "CreaText", but since I started working with PHP I changed to Taco HTML Edit.
    Both just have simple features and I really only use them over TextEdit for the colouring.

  4. #4
    Forum Leader
    Join Date
    Jul 2005
    Location
    Leeds, England
    Posts
    648

    Smile

    At the moment, I'm quite happy using jEdit with a few Ruby plugin's.
    I can code XHTML, CSS and other stuff by hand easily and don't really like WYSIWYG editors... Especially Frontpage, which should carry a warning stating that you are damaging the internet by using it :[
    If I want to preview something, I preview it in a real browser, not embeded Internet Explorer or Embeded Opera (Dreamweaver uses Opera for it's WYSIWYG editor, which makes it suck less than Frontpage by vast amounts, but even that doesn't display as it would render it normally).
    Even NVu, a free WYSIWYG editor based on code from Mozilla's browsers grated on me.
    Also, editors which encourage WYSIWYG editing over hand coding are pretty awful for any kind or scripting, and since I use either Ruby on Rails or PHP, I need an editor which doesn't intrude and which does what I want it to.
    I'd use SCIte, but it does lack a few things that jEdit has.

    I built my own editor under Windows XP which did what I wanted it to, but I didn't port it to Linux for some reason that I can't be bothered remembering right now (used scintilla highlighting code, which is what SCIte does).

    If I had a Mac, I'd probably fork out for Textmate simply because every demonstration I've seen that envolves programming on a Mac uses it, so either Mac editors suck (lies), or it does something good.

    Anyway, any decent code editor > Dreamweaver >>>>>>> getting attacked by a dog with rabies >>>>>>> Frontpage.
    PHP, CSS, XHTML, Delphi, Ruby on Rails & more.
    Current project: CMS Object.
    Most recent change: Theme support is up and running... So long as I use my theme resource loaders instead of that in the Rails plug-in.
    Release date: NEVER!!!

  5. #5
    Admin
    Join Date
    Jun 2006
    Location
    Tyne and Wear
    Posts
    764

    Default

    I started with Notepad *EEEK* when I was learning to code, have used FrontPage once and YUCK is all I can say, boy does it mess up coding a treat!!! Since then I have used Dreamweaver and now use WeBuilder2006 which I've found is more versatile than Dreamweaver and supports more functions

  6. #6
    UK's Top 10 Graphic Artists
    Join Date
    Aug 2006
    Posts
    122

    Default

    Dreamweaver for php and Namo for HTML

  7. #7
    WP V.I.P."The Boss"
    Join Date
    Jul 2004
    Location
    Here
    Posts
    1,269

    Default

    anyone actually used zend studio for php coding before? i hear it's really really good... but don't have the luxury of getting it yet... not needed for my daily work so my employer won't get the software for me... have to be from my own pocket...

    comments on zend studio would be very much appreciated...

  8. #8
    Beginner
    Join Date
    Aug 2006
    Posts
    16

    Default

    I normally use Front Page.
    I've used WebPageMaker, but only when I'm lazy!
    WebPageMaker seems to be the easiest to use, IMO its geared to new webmasters and people with little to no HTML knowledge.

    I'm currently looking into other PHP and HTML editors, but since I'm not getting paid, aside a few dollars per month for ads, I don't have the funds for top of the line editors.

  9. #9
    Forum Leader
    Join Date
    Jul 2005
    Location
    Leeds, England
    Posts
    648

    Smile

    Have you looked on Sourceforge?
    If there's nothing on there, Chami's HTML-Kit is woth a look (it was free the last time I used it).
    PHP, CSS, XHTML, Delphi, Ruby on Rails & more.
    Current project: CMS Object.
    Most recent change: Theme support is up and running... So long as I use my theme resource loaders instead of that in the Rails plug-in.
    Release date: NEVER!!!

  10. #10
    Beginner
    Join Date
    Aug 2006
    Posts
    16

    Default

    I actually never really visit sourceforge unless a link takes me to it!
    I'll take a look around though.

  11. #11
    Junior Member
    Join Date
    Jun 2006
    Posts
    46

    Default

    I use TextWrangler, a Mac-only (and free!) text editor that does basically everything I need it to. It color codes source code to show where functions are, quotations, etc. so you can easily find errors in your code - ie: if you open a quote, the text after it turns pink until you end it with a quote... so if you have an error in PHP dealing with a quote, you'll know where it is with the huge chunk of pink text.
    I really recommend it!
    It also has save to/open from FTP/SFTP so I don't have to use Transmit except for uploading images and multimedia files to my site.
    My ongoing projects...
    www.naturesmagazine.com
    www.energyreform.org *new domain*
    www.photographyavenue.com
    ----
    You may also remember me as imnewtophp...

  12. #12
    Beginner
    Join Date
    Aug 2006
    Posts
    29

    Default

    I use FirstPage. www.evrsoft.com It is just a simple editor without much auto-created options, but I like the way it is laid out and I like the colored text it has for reading HTML code, which I am told that Dreamweaver also has, but I have never tried that one.

  13. #13
    Forum Leader
    Join Date
    Jul 2005
    Location
    Leeds, England
    Posts
    648

    Smile

    Virtually every source code editor has syntax highlighting.
    Many will allow you to preview sites in a browser, or they'll have an integrated browser for previewing.
    Basically, most editors do that stuff or have plugin's to do it.
    PHP, CSS, XHTML, Delphi, Ruby on Rails & more.
    Current project: CMS Object.
    Most recent change: Theme support is up and running... So long as I use my theme resource loaders instead of that in the Rails plug-in.
    Release date: NEVER!!!

  14. #14
    Moderator
    Join Date
    Apr 2004
    Location
    Planet Earth.
    Posts
    2,166

    Default

    Nuvo: Yes, but others have a lot of other "features" too, though I wouldn't call, most of them that myself. I'm happy with a simple editor with just syntax colours and such.

  15. #15
    Forum Leader
    Join Date
    Jul 2005
    Location
    Leeds, England
    Posts
    648

    Smile

    Yes, I know what you mean.
    The thing to know is the difference between an IDE and a programmers editor.
    An IDE is usually something like Dreamweaver or RadRails, which is built with a lot of features such as debugging tools, compiler \ interpreter integration and visual development tools if possible (something like Dreamweaver, Visual Studio or Delphi).
    A prorgammers editor or source code editor is basically a plain text editor like Notepad, but with syntax highlighting and a few other features.

    I use jEdit, which is less of an IDE and more of a plain editor.
    While I have a treeview for easily navigating between functions, documentation and classes and code folding, I don't have a lot of rarely used or completely useless features.
    You can make jEdit cluttered with features like an IDE by using plugin's, but I just have a very simple setup (treeview on the left, documentation on the bottom when needed).
    SCIte is still one of my favourite editors.
    PHP, CSS, XHTML, Delphi, Ruby on Rails & more.
    Current project: CMS Object.
    Most recent change: Theme support is up and running... So long as I use my theme resource loaders instead of that in the Rails plug-in.
    Release date: NEVER!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Linking Style Sheets to HTML
    By lionsgate in forum CSS
    Replies: 1
    Last Post: 12-09-2006, 02:51 AM
  2. Make Copy Protected CD (Tutorial Contest)
    By chirag in forum Tutorials
    Replies: 0
    Last Post: 11-26-2006, 11:30 AM
  3. How To Make Money From Your Website
    By DeluxeNames in forum Marketing & Advertising
    Replies: 3
    Last Post: 10-08-2006, 04:12 PM
  4. image maps wit HTML?
    By deadfingers in forum HTML
    Replies: 2
    Last Post: 01-12-2005, 12:16 PM
  5. html forum
    By rallyfan in forum Suggestions
    Replies: 5
    Last Post: 06-28-2004, 11:23 AM

Posting Permissions

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