HighDots Forums  

This is probably a common question - What is the best CSS editor?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss This is probably a common question - What is the best CSS editor? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jim
 
Posts: n/a

Default This is probably a common question - What is the best CSS editor? - 08-18-2004 , 08:44 PM






This is probably a common question - What is the best CSS editor? I'm an old HTML dinosaur
that just getting into CSS. My HTML editor from way back is Homesite. They (Macromedia) tout
Topstyle Pro but I wonder what the professionals use.

Reply With Quote
  #2  
Old   
Dave Patton
 
Posts: n/a

Default Re: This is probably a common question - What is the best CSS editor? - 08-18-2004 , 08:55 PM






Jim <stoicREMOVEjim (AT) aequalis (DOT) com> wrote in
news:MPG.1b8dd022a3ab667e989692 (AT) news (DOT) comcast.giganews.com:

Quote:
This is probably a common question - What is the best CSS editor?
In your household, that thing between your ears ;-)
(or perhaps, that thing between her ears :-)

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/


Reply With Quote
  #3  
Old   
Jim
 
Posts: n/a

Default Re: This is probably a common question - What is the best CSS editor? - 08-18-2004 , 09:18 PM



In article <Xns9549C06B83785mrzaphoddirectcaold (AT) 24 (DOT) 71.223.159>, spam (AT) trap (DOT) invalid says...
Quote:
Jim <stoicREMOVEjim (AT) aequalis (DOT) com> wrote in
news:MPG.1b8dd022a3ab667e989692 (AT) news (DOT) comcast.giganews.com:

This is probably a common question - What is the best CSS editor?

In your household, that thing between your ears ;-)
(or perhaps, that thing between her ears :-)


O.K. the second best editor. The one I can install on my computer. The one I can use for
converting old HTML pages. That kind.


Reply With Quote
  #4  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: This is probably a common question - What is the best CSS editor? - 08-19-2004 , 12:02 AM



Jim <stoicREMOVEjim (AT) aequalis (DOT) com> wrote:

Quote:
This is probably a common question - What is the best CSS editor?
BTW, if you think it is a common question, why didn't you look at the
FAQs and archives?

Quote:
In your household, that thing between your ears ;-)
(or perhaps, that thing between her ears :-)


O.K. the second best editor. The one I can install on my computer.
Why can't you install her? You mean she's _human_? How intriguing
old-fashionedness.

Quote:
The one I can use for converting old HTML pages. That kind.
Oh. It seems that your _real_ question was how to convert old HTML pages
to more or less Strict HTML, delegating presention to CSS. The short
answer is: don't. The longer answer is: you could do it, but any attempts
to automate it will kick back, though you might be able to automate
_parts_ thereof if you are cautious _and_ know exactly what to do (just
don't bother doing it all by hand). Tools like HTML-Kit will often make
the situation worse by turning <font> stuff to <span> stuff with fancy
class names.

Use more or less Strict HTML and well-designed CSS for _new_ pages.
Writing CSS by hand is the simplest way*), but don't forget to use a
checker (like the "CSS Validator" from W3C) - even experts make mistakes
even in writing one-liners.
*) Disclaimer: There might be useful programs for writing CSS in a manner
that takes care of checking for syntax errors automatically and helps you
by showing the alternatives at each point, and even lets you preview the
appearance smoothly. But I haven't met them.

--
Yucca, http://www.cs.tut.fi/~jkorpela/


Reply With Quote
  #5  
Old   
Neal
 
Posts: n/a

Default Re: This is probably a common question - What is the best CSS editor? - 08-19-2004 , 12:11 AM



On Wed, 18 Aug 2004 22:18:40 -0400, Jim <stoicREMOVEjim (AT) aequalis (DOT) com>
wrote:

Quote:
The (CSS editor) I can use for
converting old HTML pages. That kind.
Jim, don't try to "convert" table layout to CSS. That's like converting a
meat pie to a plate of brockwurst.

Here's how to do it in one of a few right ways:

1) Learn CSS. The hard way. If you don't know it already, learn HTML 4.01
Strict too. Do a lot of little learning projects and look at a lot of CSS
designs for ideas. Also get to know what CSS cannot do, thanks to either a
lack of support or a major browser which doesn't follow the specs.

2) Look at your site. What is really essential about the design? Decide to
keep it or redesign.

3) Most important - find a way to redo it so that you take advantage of
all the things you can do better for your visitors with CSS.

Sorry, no machine can do that. You really must either learn CSS yourself
or pay someone to do it.


Reply With Quote
  #6  
Old   
bulge
 
Posts: n/a

Default Re: This is probably a common question - What is the best CSS editor? - 08-19-2004 , 05:39 AM



On Wed, 18 Aug 2004 22:18:40 -0400, Jim <stoicREMOVEjim (AT) aequalis (DOT) com>
wrote:

Quote:
In article <Xns9549C06B83785mrzaphoddirectcaold (AT) 24 (DOT) 71.223.159>, spam (AT) trap (DOT) invalid says...
Jim <stoicREMOVEjim (AT) aequalis (DOT) com> wrote in
news:MPG.1b8dd022a3ab667e989692 (AT) news (DOT) comcast.giganews.com:

This is probably a common question - What is the best CSS editor?

In your household, that thing between your ears ;-)
(or perhaps, that thing between her ears :-)


O.K. the second best editor. The one I can install on my computer. The one I can use for
converting old HTML pages. That kind.

Give TopStyle www.bradsoft.com and Style Master www.westciv.com a
shot. Each program has its strengths and weaknesses, but both helped
me get around the millions of new things I had to familiarise myself
with with CSS.

But beyond that I'd have to agree on the 'learning the hard way'
school of thought. IE is a major pain in the arse, and dissecting
sites and solving real problems (taking into account the bugs,
predominantly in IE) is the only real solution for CSS nirvana (if it
can be called that). I have spent more time googling and reading CSS
articles and doing tutorials than anything else.

Anway, the problem with both those programs is they use IE as the
"preview"...and TopStyle can't preview properly in Firefox from its
toolbar (at least no way I could find). You can, of course, paste the
local address in Firefox and preview that way.


Reply With Quote
  #7  
Old   
kaeli
 
Posts: n/a

Default Re: This is probably a common question - What is the best CSS editor? - 08-19-2004 , 07:55 AM



In article <MPG.1b8dd022a3ab667e989692 (AT) news (DOT) comcast.giganews.com>,
stoicREMOVEjim (AT) aequalis (DOT) com enlightened us with...
Quote:
This is probably a common question - What is the best CSS editor?
Notepad.

--
--
~kaeli~
A lot of money is tainted - It taint yours and it taint mine.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace



Reply With Quote
  #8  
Old   
John
 
Posts: n/a

Default Re: This is probably a common question - What is the best CSS editor? - 08-19-2004 , 09:23 AM



On Wed, 18 Aug 2004 21:44:52 -0400, Jim <stoicREMOVEjim (AT) aequalis (DOT) com>
wrote:

Quote:
This is probably a common question - What is the best CSS editor? I'm an old HTML dinosaur
that just getting into CSS. My HTML editor from way back is Homesite. They (Macromedia) tout
Topstyle Pro but I wonder what the professionals use.
I would certainly rate Topstyle 3 Pro as an editor. You can even
preview your pages in real time to see any changes you've made in the
css.


Reply With Quote
  #9  
Old   
Jim
 
Posts: n/a

Default Re: This is probably a common question - What is the best CSS editor? - 08-19-2004 , 10:13 AM



In article <Xns954A510AC34B3jkorpelacstutfi (AT) 193 (DOT) 229.0.31>, jkorpela (AT) cs (DOT) tut.fi says...
Quote:
Jim <stoicREMOVEjim (AT) aequalis (DOT) com> wrote:

This is probably a common question - What is the best CSS editor?

BTW, if you think it is a common question, why didn't you look at the
FAQs and archives?

It's a bad habit of mine. One I'm trying to break. I get on some new newsgroup and ask a
question, hit the enter button, then think, maybe I should have googled that one first.

I apologize if I have ruffled any feathers.

I will go and sin no more.




Reply With Quote
  #10  
Old   
Jim
 
Posts: n/a

Default Re: This is probably a common question - What is the best CSS editor? - 08-19-2004 , 10:21 AM



In article <opscyrctqy6v6656 (AT) news (DOT) individual.net>, neal413 (AT) yahoo (DOT) com says...
Quote:
On Wed, 18 Aug 2004 22:18:40 -0400, Jim <stoicREMOVEjim (AT) aequalis (DOT) com
wrote:

The (CSS editor) I can use for
converting old HTML pages. That kind.

Jim, don't try to "convert" table layout to CSS. That's like converting a
meat pie to a plate of brockwurst.

Thanks. It's how I learned HTML. Using a text editor. Jeeze, I can't believe how long it's
taken me to come around to CSS.

It's so beautiful.

I'm in the process of learning CSS by adapting MovableType style sheets (or one version at
least) to static pages for multi-page sites.

I'll ask this question, then go off to google it anyway.

What's your favorite CSS book?

:-)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.