473,387 Members | 1,291 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,387 software developers and data experts.

.NET as an HTML Editor

Since MSFT did not include FrontPage 2003 in Office 2003 Pro, I needed to
look elsewhere for an HTML Editor.

Word won't do because, even in filtered mode, it puts needless crap in the
HTML.

I figured I'd give the HTML Editor in .NET a shot.
Well, it is rather buggy.

I opened a standard (according to HTML Tidy) HTML file, inserted a space,
then deleted a space, then tried to save. .NET issued a message complaining
that it was unable to format due to a particular line.

When I looked at the HTML, .NET had changed a line and screwed it up.

And .NET complained about another line further down, I manually corrected
those errors and then noticed that .NET had squiggly lines under things such
as the summary attribute for the table tag.

Not to mention that the online Help is so tedious to use, it is of no use to
me.
--
http://www.standards.com/; See Howard Kaikow's web site.
Jul 21 '05 #1
11 1607
Cor
Hi Howard,

I love the IDE as HTML editor.
It shows so fast edited pages. (But I avoid the designer mode).

I know you are not a Rookie, but did you know you can set a lot of HTML
settings that are automatic off (and sometimes disturbing) in the text
editor parts from the Options?

Cor
Jul 21 '05 #2
try web matrix

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
----------------------------------------------

"Howard Kaikow" <ka****@standards.com> wrote in message
news:uV**************@TK2MSFTNGP12.phx.gbl...
Since MSFT did not include FrontPage 2003 in Office 2003 Pro, I needed to
look elsewhere for an HTML Editor.

Word won't do because, even in filtered mode, it puts needless crap in the
HTML.

I figured I'd give the HTML Editor in .NET a shot.
Well, it is rather buggy.

I opened a standard (according to HTML Tidy) HTML file, inserted a space,
then deleted a space, then tried to save. .NET issued a message complaining that it was unable to format due to a particular line.

When I looked at the HTML, .NET had changed a line and screwed it up.

And .NET complained about another line further down, I manually corrected
those errors and then noticed that .NET had squiggly lines under things such as the summary attribute for the table tag.

Not to mention that the online Help is so tedious to use, it is of no use to me.
--
http://www.standards.com/; See Howard Kaikow's web site.

Jul 21 '05 #3
I looked at the options and did not find anything useful.

It seems that the designer mode depends on a defined schema.
I want just a vanilla schema.

I also noticed tat there are no menus/options for automatically entering
HTML tags such as <h1>.

Of course, what I want may be there, but the online help is just not useful
as it is too tedious to try to find anything, even if you know what you are
looking for.

Also, the HTML generated is very poor, e.g., it often omits </li> tags.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Cor" <no*@non.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi Howard,

I love the IDE as HTML editor.
It shows so fast edited pages. (But I avoid the designer mode).

I know you are not a Rookie, but did you know you can set a lot of HTML
settings that are automatic off (and sometimes disturbing) in the text
editor parts from the Options?

Cor

Jul 21 '05 #4
What is "web matrix?"
Is it a component of .NET?

--
http://www.standards.com/; See Howard Kaikow's web site.
"John Timney (Microsoft MVP)" <ti*****@despammed.com> wrote in message
news:OM**************@TK2MSFTNGP11.phx.gbl...
try web matrix

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
----------------------------------------------

"Howard Kaikow" <ka****@standards.com> wrote in message
news:uV**************@TK2MSFTNGP12.phx.gbl...
Since MSFT did not include FrontPage 2003 in Office 2003 Pro, I needed to look elsewhere for an HTML Editor.

Word won't do because, even in filtered mode, it puts needless crap in the HTML.

I figured I'd give the HTML Editor in .NET a shot.
Well, it is rather buggy.

I opened a standard (according to HTML Tidy) HTML file, inserted a space, then deleted a space, then tried to save. .NET issued a message complaining
that it was unable to format due to a particular line.

When I looked at the HTML, .NET had changed a line and screwed it up.

And .NET complained about another line further down, I manually corrected those errors and then noticed that .NET had squiggly lines under things

such
as the summary attribute for the table tag.

Not to mention that the online Help is so tedious to use, it is of no

use to
me.
--
http://www.standards.com/; See Howard Kaikow's web site.


Jul 21 '05 #5
Cor
Hi Howard,

I use it as an editor, not as a designer.

With the expirience I have now, we agree in that part.

Although I did not very much investigate that.
Cor
I looked at the options and did not find anything useful.
It seems that the designer mode depends on a defined schema.
I want just a vanilla schema.
I also noticed tat there are no menus/options for automatically entering
HTML tags such as <h1>.
Of course, what I want may be there, but the online help is just not useful as it is too tedious to try to find anything, even if you know what you are looking for.
Also, the HTML generated is very poor, e.g., it often omits </li> tags.

Jul 21 '05 #6
Cor
Hi Howard,

I almost forgot this,

One of the major reasons that I like it asHTML editor is, that it is very
easy to integrate XML, JavaScript, VBScript, CSS etc. while editing with
VS.studio.net

Cor
Jul 21 '05 #7
On Tue, 23 Dec 2003 04:49:43 -0500, Howard Kaikow wrote:
What is "web matrix?"
Is it a component of .NET?


It's a free tool. Here is the link:

http://www.asp.net/webmatrix/

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Jul 21 '05 #8
Thanx, just downloaded.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Chris Dunaway" <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
news:pa*****************************@40tude.net...
On Tue, 23 Dec 2003 04:49:43 -0500, Howard Kaikow wrote:
What is "web matrix?"
Is it a component of .NET?


It's a free tool. Here is the link:

http://www.asp.net/webmatrix/

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.

Jul 21 '05 #9
I only need bare essentials of HTML.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Cor" <no*@non.com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
Hi Howard,

I use it as an editor, not as a designer.

With the expirience I have now, we agree in that part.

Although I did not very much investigate that.
Cor
I looked at the options and did not find anything useful.
It seems that the designer mode depends on a defined schema.
I want just a vanilla schema.
I also noticed tat there are no menus/options for automatically entering
HTML tags such as <h1>.
Of course, what I want may be there, but the online help is just not

useful
as it is too tedious to try to find anything, even if you know what you

are
looking for.
Also, the HTML generated is very poor, e.g., it often omits </li> tags.


Jul 21 '05 #10
Web Matrix may fill my needs, but I need to find documentation.
It already committed one NoNo.

I have an HTML file that contains the following line:

<p align="justify">Copyright © 2003-2004 by Howard Kaikow. All rights
reserved.</p>

Web Matrix stripped out the © when I opened the file, that's not good.
The file size increased from 27KB to 31KB.
I printed both the original and the WebMatrix version as PDF files and
compared the PDF.
Other than the missing © , the content was not changed.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Howard Kaikow" <ka****@standards.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Thanx, just downloaded.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Chris Dunaway" <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
news:pa*****************************@40tude.net...
On Tue, 23 Dec 2003 04:49:43 -0500, Howard Kaikow wrote:
What is "web matrix?"
Is it a component of .NET?


It's a free tool. Here is the link:

http://www.asp.net/webmatrix/

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail address.


Jul 21 '05 #11
My limited experience, these past few daze, with web matrix have convinced
me that web matrix is too buggy to be used as an HTML editor. It
periodically gets inventive and does weird things to the HTML source.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Howard Kaikow" <ka****@standards.com> wrote in message
news:O6**************@TK2MSFTNGP09.phx.gbl...
Web Matrix may fill my needs, but I need to find documentation.
It already committed one NoNo.

I have an HTML file that contains the following line:

<p align="justify">Copyright © 2003-2004 by Howard Kaikow. All rights
reserved.</p>

Web Matrix stripped out the © when I opened the file, that's not good.
The file size increased from 27KB to 31KB.
I printed both the original and the WebMatrix version as PDF files and
compared the PDF.
Other than the missing © , the content was not changed.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Howard Kaikow" <ka****@standards.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Thanx, just downloaded.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Chris Dunaway" <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
news:pa*****************************@40tude.net...
On Tue, 23 Dec 2003 04:49:43 -0500, Howard Kaikow wrote:

> What is "web matrix?"
> Is it a component of .NET?

It's a free tool. Here is the link:

http://www.asp.net/webmatrix/

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail address.



Jul 21 '05 #12

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

Similar topics

71
by: tomy_baseo | last post by:
I'm new to HTML and want to learn the basics by learning to code by hand (with the assistance of an HTML editor to eliminate repetitive tasks). Can anyone recommend a good, basic HTML editor that's...
72
by: Mel | last post by:
Are we going backwards ? (please excuse my spelling...) In my opinion an absolute YES ! Take a look at what we are doing ! we create TAGS, things like <H1> etc. and although there are tools...
9
by: Frances | last post by:
at work we switched to UTF-16 encoding and now when I open html files in HomeSite the code is all messed up, and if I turn on "enable non-ANSI file encoding" code looks fine when I open files but I...
2
by: Leszek | last post by:
Hello, Has anybody heard about an HTML editor available as an ASP.NET control or so? I need one for my Content Management System. I would appreciate any help: links to existing components,...
20
by: Guadala Harry | last post by:
In an ASCX, I have a Literal control into which I inject a at runtime. litInjectedContent.Text = dataClass.GetHTMLSnippetFromDB(someID); This works great as long as the contains just...
19
by: MajorSetback | last post by:
I am starting up a home business and will be setting up a web site to market the software that I will be developing in C++. I was wondering if I should buy something like Dreamweaver or Frontpage...
5
by: DaveC | last post by:
I need some sage advice. For years I have been using a HTML editor (HomeSite 3) to produce crude web sites, mostly travelogs with text and a few clickable thumbnails leading to larger images. ...
27
by: prt7u | last post by:
Howdy, I've started back afte a very long time of working with web pages for an organization that I am affiliated with (personally not professionally). Seeing that technology has advanced a lot...
5
by: Joe | last post by:
We're looking for a fully functional RTF/HTML editor for our WinForms application. We need a control with the following features: 1. Supports image 2. Supports hyperlinks (auto detects) and...
0
by: akingsly | last post by:
Hai, I am using a html editor control in windows application. For eg. I was having a html file(say test.html). When I opened the file thru html editor control I can't view the images in that...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.