473,383 Members | 1,748 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Best practice for writing for the web (and using CSS)?

I would like to author stylized web content using custom cascading
style sheets. I want to be able to type the document with the mindset
of a writer and momentarily forget that I am authoring web content.
Unfortunately, trying to author content while switching back and forth
between the wysiwyg view and the markup view interrupts the creative
flow of writing.

Presently, I write my copy in NOTEPAD and then apply the markup later.
I would like to write while applying formatting so that I can author
copy in one step.

To do this I was wondering if there was a good editor that meets the
following criteria:

1. WYSIWYG interface - similar to a MS Word kind of interface
2. It refers to a CSS file for formatting
3. I can easily select styles from a dropdown or other useful interface
4. Clean underlying markup...
Nicely formatted, indented, and no more than necessary.
If you've ever seen a Word document converted to markup you've seen
the crappy markup I hope to avoid.
5. May view/modify the underlying HTML if desired
6. Not concerned with tons of bells & whistles - lightweight is best in
my mind

Any tips/tricks you have for maintaining a writer's mindset while
authoring clean markup for the web would be appreciated.

Jul 21 '05 #1
5 1750
Mario wrote:
I would like to author stylized web content using custom cascading
style sheets. I want to be able to type the document with the mindset
of a writer and momentarily forget that I am authoring web content.
Unfortunately, trying to author content while switching back and forth
between the wysiwyg view and the markup view interrupts the creative
flow of writing.

Presently, I write my copy in NOTEPAD and then apply the markup later.
I would like to write while applying formatting so that I can author
copy in one step.

To do this I was wondering if there was a good editor that meets the
following criteria:

1. WYSIWYG interface - similar to a MS Word kind of interface
2. It refers to a CSS file for formatting
3. I can easily select styles from a dropdown or other useful interface
4. Clean underlying markup...
Nicely formatted, indented, and no more than necessary.
If you've ever seen a Word document converted to markup you've seen
the crappy markup I hope to avoid.
5. May view/modify the underlying HTML if desired
6. Not concerned with tons of bells & whistles - lightweight is best in
my mind

Any tips/tricks you have for maintaining a writer's mindset while
authoring clean markup for the web would be appreciated.


Give Nvu a try:
http://www.nvu.com/download.html

--
Gus
Jul 21 '05 #2
On 21 May 2005 09:44:14 -0700, in
comp.infosystems.www.authoring.stylesheets "Mario" <ml****@lycos.com>
wrote:
| I would like to author stylized web content using custom cascading
| style sheets. I want to be able to type the document with the mindset
| of a writer and momentarily forget that I am authoring web content.
| Unfortunately, trying to author content while switching back and forth
| between the wysiwyg view and the markup view interrupts the creative
| flow of writing.
|
| Presently, I write my copy in NOTEPAD and then apply the markup later.
| I would like to write while applying formatting so that I can author
| copy in one step.
|
| To do this I was wondering if there was a good editor that meets the
| following criteria:
|
| 1. WYSIWYG interface - similar to a MS Word kind of interface
| 2. It refers to a CSS file for formatting
| 3. I can easily select styles from a dropdown or other useful interface
| 4. Clean underlying markup...
| Nicely formatted, indented, and no more than necessary.
| If you've ever seen a Word document converted to markup you've seen
| the crappy markup I hope to avoid.
| 5. May view/modify the underlying HTML if desired
| 6. Not concerned with tons of bells & whistles - lightweight is best in
| my mind
|
| Any tips/tricks you have for maintaining a writer's mindset while
| authoring clean markup for the web would be appreciated.


Sounds like HTMLArea (http://www.dynarch.com/projects/htmlarea/) is
what you are looking for - although they no longer support this
product.

Other text area editors can be found at:
http://www.tcpiq.com/tcpIQ/HTMLRichT...a/Competition/
---------------------------------------------------------------
jn******@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
Jul 21 '05 #3
Nvu was a closer match than HTMLArea. NVu is nice but it is still
glitchy. When I use the cursor keys in the source view to move
sometimes I inexplicably jump to the top or bottom of the document.
Plus, even though I checked the preference that says "Retain original
source formatting", it reorganizes my markup (very much against my
will!) when I save.
Otherwise, it's almost exactly what I wanted.

Jul 21 '05 #4

"Mario" <ml****@lycos.com> wrote in message
news:11**********************@g49g2000cwa.googlegr oups.com...
I would like to author stylized web content using custom cascading
style sheets. I want to be able to type the document with the mindset
of a writer and momentarily forget that I am authoring web content.
Unfortunately, trying to author content while switching back and forth
between the wysiwyg view and the markup view interrupts the creative
flow of writing.

Presently, I write my copy in NOTEPAD and then apply the markup later.
I would like to write while applying formatting so that I can author
copy in one step.

To do this I was wondering if there was a good editor that meets the
following criteria:

1. WYSIWYG interface - similar to a MS Word kind of interface
2. It refers to a CSS file for formatting
3. I can easily select styles from a dropdown or other useful interface
4. Clean underlying markup...
Nicely formatted, indented, and no more than necessary.
If you've ever seen a Word document converted to markup you've seen
the crappy markup I hope to avoid.
5. May view/modify the underlying HTML if desired
6. Not concerned with tons of bells & whistles - lightweight is best in
my mind

Any tips/tricks you have for maintaining a writer's mindset while
authoring clean markup for the web would be appreciated.


aye-up
Causeway css editor lets you specify a sample html doc and then updates it
below as you edit css above - all in same interface. Dont know if its still
available though - got my shareware version some years ago. Actually prefer
it to Topstyle.

Penrose
Jul 21 '05 #5
spool wrote:
Causeway css editor lets you specify a sample html doc and then updates it
below as you edit css above - all in same interface. Dont know if its still
available though - got my shareware version some years ago. Actually prefer
it to Topstyle.


Firefox and its Web Developer extension will do that, also split-screen
with the stlyesheet and pages of any web page you care to look at with
it, online. Pretty neat learning tool.

--
Blinky Linux Registered User 297263
Killing all Usenet posts from Google Groups
Info: http://blinkynet.net/comp/uip5.html
*ALSO contains links for access to the NON-BETA GG archive interface*
Jul 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

131
by: Peter Foti | last post by:
Simple question... which is better to use for defining font sizes and why? px and em seem to be the leading candidates. I know what the general answer is going to be, but I'm hoping to ultimately...
7
by: Hostile17 | last post by:
I'm trying to arrive at a kind of "industry standard" or "best practice" approach to CSS for a policy document aimed at developers, but not necessarily very experienced developers. What does the...
15
by: Jim | last post by:
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...
11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
4
by: Will Hartung | last post by:
The designers have handed me a page that has 5 different blocks on it in the center column (in a typical 3 column layout with page spanning headers and footers). The blocks have elaborate...
136
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their...
5
by: Frank Millman | last post by:
Hi all This is not strictly a Python question, but as I am writing in Python, and as I know there are some XML gurus on this list, I hope it is appropriate here. XML-schemas are used to...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.