What Editor Do You Use

What Editor Do You Use

Posted by: KenP
Posted on: 2009-03-25 15:56:00

I looked around and it did not seem this topic had been discussed very recently. If it has and I just missed it, please point me to it.

I am looking for your opinion on your preferred editor. I know all you young smarty pants are just using notepad to create. And I also do ok with html, but shouldn't we be focusing more on CSS?

Hey and if you have a FREE option you can provide a review for, please let me here it.

Thanks...

Re: What Editor Do You Use

Posted by: Ryo-ohki
Posted on: 2009-03-25 19:47:00

EditPad provides all of my text editing needs. I actually use the pro version as it has syntax coloring available but I highly recommend the lite version if you don't care about that. As for css, I use Topstyle every now and again. Again, I use the pro version of that but the lite version is ok too.

I could use topstyle pro for everything really but I prefer doing things in editpad since I'm horribly lazy and use drupal for most of my sites anyway so I rarely have the need to edit pages locally to upload anywhere. I really only use topstyle if I'm playing around with different color schemes and such since it can load a template file to show you how the changes would impact a web page.



http://www.marciesgifts.com
PM for custom CMS(drupal,joomla,etc)/Blog(WP,MT,etc
)/forum(phpbb,smf,etc) install/transfer $75.
$25 Off w/promo code SPRINKLES

Re: What Editor Do You Use

Posted by: dwr
Posted on: 2009-03-25 21:05:00

Dreamweaver has awesome handling of CSS built into it... with handy little options boxes that allow you to see what all is available to you, then just make your selections, set your parameters (for example, setting margins, font sizes and types, borders, positioning, whatever), and it will generate the necessary code for you, which you can then very easily access in the slit window (code on top, design on bottom) and make all the manual tweaks you'd like.

Re: What Editor Do You Use

Posted by: Ryo-ohki
Posted on: 2009-03-26 07:21:00

lol @ dreamweaver or any other gui editor. i think those programs are crutches. sure, it helps you if you don't know anything about authoring for the web but that's why you should take the time to learn html, css, xml, php, ajax, flavorofthemonth, etc on your own :P

http://www.marciesgifts.com
PM for custom CMS(drupal,joomla,etc)/Blog(WP,MT,etc
)/forum(phpbb,smf,etc) install/transfer $75.
$25 Off w/promo code SPRINKLES

Re: What Editor Do You Use

Posted by: KenP
Posted on: 2009-03-26 07:24:00

Thanks for these reviews. I hope others will post some more options also. I will look into these for sure. Is anyone using KompoZer? I likes free!

Thanks,
Ken

Re: What Editor Do You Use

Posted by: sXi
Posted on: 2009-03-26 08:49:00

We LOVE free! Give it a shot and let us know how it goes wink

Design one page with KompoZer and you'll have outdone most of the "web designers" online.




How To Install PHP.INI / ionCube on DreamHost

Re: What Editor Do You Use

Posted by: dwr
Posted on: 2009-03-26 09:17:00

lol@ folks who think everyone has the same goals in life and should be all be fully devoted to being arrogant developers rather than simply wanting a way to get their content on the web until they get things rolling and can then hire people who have devoted themselves full time to learning languages but won't be hiring elitist goobers who lol at folks for having different needs... lol! :P

Re: What Editor Do You Use

Posted by: misterhaan
Posted on: 2009-03-26 09:55:00

i use eclipse (http://www.eclipse.org/) with php, web development, database, and svn plugins. i edit php files that generate xhtml, rss, xml, and css as well as css, js, and sql files (the sql files are just create table statements so i can see how my tables are set up).

it's free, multi-platform (i use it on both linux and windows), and supports phpdoc for the functions in my php libraries, and can also autocomplete things i'm typing for me. it probably wouldn't help much for somebody who doesn't know what they're doing and just wants to throw a static site out there as quickly as possible, but it's perfect for somebody like me.

track7 - my dream-hosted site

Re: What Editor Do You Use

Posted by: Gurboura
Posted on: 2009-03-30 16:11:00

I use DreamWeaver. I can code my php and mysql and design at the same time, it's awesome.

Some developers are getting arrogant and pushy because they know these programs are cutting profits.

Re: What Editor Do You Use

Posted by: fotsl
Posted on: 2009-04-28 16:42:00

Hi Ken,

I'm totally new to this myself, and I'm using Dreamweaver CS3. It's not the current version so it can often be purchased for a reasonable price (I got a full legal copy off eBay for under $100). It will help you learn HTML and CSS if you want -- the workspace can be configured to show the code generated by Dreamweaver while you work. You can edit any code it generates and/or add your own, or work entirely in "code mode" if desired. There are online tutorials dedicated to DW CS3, plus the usual "For Dummies" books.

I researched free tools first. As is often the case, I quickly realized that spending a modest amount can be very cost effective if you value your time.

This is my first post, by the way. Hope it's useful!

Craig
Sunnyvale, California

Re: What Editor Do You Use

Posted by: snoopydog
Posted on: 2009-05-03 10:02:00

[quote="Craig"]I'm using Dreamweaver CS3. It's not the current version so it can often be purchased for a reasonable price (I got a full legal copy off eBay for under $100). It will help you learn HTML and CSS if you want -- the workspace can be configured to show the code generated by Dreamweaver while you work. You can edit any code it generates and/or add your own, or work entirely in "code mode" if desired.[/quote]

This exactly what I am doing. :) I love Dreamweaver! :)

Regards,

Ryan

Re: What Editor Do You Use

Posted by: desbrina
Posted on: 2009-05-08 15:13:00

I'm still using Dreamweaver 8. I use both the design and code views. I code it then see what'll be like with the design view, though i also have xampp installed for the php aspect of it

Re: What Editor Do You Use

Posted by: kenlucid
Posted on: 2009-05-18 20:57:00

The sites I create are nothing special but I use Alleycode HTML editor, which is also free

I used to use Kompozer but I find Alleycode a bit better. It also for a synchro view that shows roughly how it looks like and it has an easy view in browser setting to show you what your current work looks like in a browser.

Re: What Editor Do You Use

Posted by: Starbuck
Posted on: 2009-06-10 08:32:00

For a multi-syntax editor, I've been using PSPad for a couple years now. I went through Crimson and Context and a few others over the years that I can't remember. It's not perfect but it is extensible with macros. It takes a while to figure out where a lot of things are but for basic use it's a real good notepad replacement and general purpose editor. I fire it up dozens of times every day.

For more serious coding I used to use Komodo and may try that again at some point, but these days I'm using NetBeans which is good with PHP and JavaScript as well as Java for which it's better known. I haven't done any CSS with it that I can remember yet so I can't comment on that. I have the limited version of TopStyle Lite on my PC but every time I start it I remember why I think it's crap. Maybe the full version is better but if the Lite version is any hint then I'm not going to pay to help make a decision.

HTH

Re: What Editor Do You Use

Posted by: jidanni
Posted on: 2009-06-12 03:45:00

http://en.wikipedia.org/wiki/Emacs

Re: What Editor Do You Use

Posted by: LiveDimension
Posted on: 2009-06-16 03:50:00

Notepad++ - probably the best text editor i've ever known and it's free. It competes against editpad as listed above.

Dreamweaver isn't bad either.

Re: What Editor Do You Use

Posted by: michael
Posted on: 2009-06-17 00:02:00

Vim, Emacs, BBEdit, Textmate

Re: What Editor Do You Use

Posted by: macinarizona
Posted on: 2009-06-21 08:33:00

I use textwrangler, the free version of bbedit, for macintosh

Re: What Editor Do You Use

Posted by: utilsar
Posted on: 2009-08-06 01:11:00

Dreamweaver is best among all the editors. Iam using CS4 version it supports all the CSS,PHP,JAVA SCRIPT etc.

emo
blues
indie
music videos

Re: What Editor Do You Use

Posted by: racing_equipment
Posted on: 2009-08-06 12:44:00

I have a wysiwyg editor in my cms creloaded.

Automotive racing equipment parts supplier

Re: What Editor Do You Use

Posted by: stopdreaming
Posted on: 2009-08-06 23:38:00

I use dreamweaver and eclipse, but sometimes ultra edit for quick editing.

Stop Dreaming Start Action

Re: What Editor Do You Use

Posted by: slikvee
Posted on: 2009-08-10 11:01:00

I've been using Coffee Cup software for a long, long time. I used to use the free versions but the subscribed versions offer so much more. A great little editor for general use but it has some limitations.

Re: What Editor Do You Use

Posted by: GenerateMoreR
Posted on: 2009-08-12 11:33:00

Hi, i think that the best option and free is the notepad, also have the plus that you already have it and dont need to download anything, and also i use dreamweaver, for the option that show the lines with numbers.

also with notepad, i can modify css and more formats, i use it in our page of Cleanig contractors and is very usefull and easy to work with it

We work foy you and your ranking position

commercial cleaning

generatemoreresults

Re: What Editor Do You Use

Posted by: dennisjc37
Posted on: 2009-08-12 23:46:00

I have used arachnofilia for years and love it :)

Search Engine Software
Internet Marketing

Re: What Editor Do You Use

Posted by: MarkCue
Posted on: 2009-08-15 02:09:00

I use HTML-Kit Tools. They have two versions: HTML-Kit (free) and HTML-Kit Tools. I have also used DreamWeaver but I always seem to come back to HTML-Kit.

Green Hosting

Affordable Web Hosting

Re: What Editor Do You Use

Posted by: dtobias
Posted on: 2009-08-31 17:12:00

I use UltraEdit for all my text editing needs, including for HTML (which I code by hand... Real Men don't use WYSIWYG editors!).

-- Dan

Re: What Editor Do You Use

Posted by: Zwolfe
Posted on: 2009-09-01 11:10:00

I use Dreamweaver but I often find myself in the source panel quite a lot. If I'm writing a lot I don't want to deal with raw html.

If I want to tweak appearance that Dreamweaver is being a pain with I'll dive into the source.

Re: What Editor Do You Use

Posted by: lynbellaheart
Posted on: 2009-09-07 03:09:00

I personally have been hand coding myself for the longest time and use Dreamweaver while doing it also. It can be a great tool if used properly and not always a crutch.

Re: What Editor Do You Use

Posted by: PrestonMB
Posted on: 2009-09-09 13:27:00

Edit Plus is pretty nice :) I use that one almost exclusively when developing. I have tried a lot of newer ones, but they are heavily weighted and do strange things that bother me.

MetalBuilding.com

Re: What Editor Do You Use

Posted by: michelangelo
Posted on: 2009-10-18 13:32:00

BBEdit (editor for mac) equipped with BBTidy, Netscape 7 in editor mode when I feel like using a html editor and Graphic Converter and MuchoThumbs Pro for photos and albums. My buddy who uses a Windows PC uses KompoZer and seems to like it. He also uses an Adobe suite for photos and albums

Tags: notepad