473,387 Members | 1,863 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.

[Win32] Embedded HTML editor?

Hi,

Does anyone know of a cheap/free truely WYSIWYG (no
HTML/Preview thingie) HTML embeddable widget, similar to the RichEdit
widget?

Googling a while returned either
- browsed-based HTML widgets (I'd rather use a dedicated app)
- webmaster-oriented tools like Dreamweaver, etc.

Thank you :-)
JD.
Jul 20 '05 #1
5 4027
"Jane Doe" <ja******@acme.com> wrote in message
news:qi********************************@4ax.com...
Hi,

Does anyone know of a cheap/free truely WYSIWYG (no
HTML/Preview thingie) HTML embeddable widget, similar to the RichEdit
widget?


When you find one... let me know (>.<)
My boss insisted on using a dreadful DHTML editor which creates code of this
quality:

<p><p><font class="h1">header<p/></font><br><br><br><font></font><p>

Or this little gem:

<a href="index.htm"><font color="blue"><u>home</u></font></a>

I suggest digging through http://www.sourceforge.net . I have, but there's
rather a lot of editors there =^.^=

Woolly
Jul 20 '05 #2
On Sun, 11 Jan 2004 09:19:40 +0100, "Woolly Mittens"
<wm******@hotmailz.com> wrote:
When you find one... let me know (>.<) Tell me about it...

BTW, I just found this work-in-progress that you might be interested
in: http://www.blocknote.net/
I suggest digging through http://www.sourceforge.net . I have, but there's
rather a lot of editors there =^.^=


I'm on my way :-) For good measure, I'll take a look at Freshmeat.

Thx
JD.
Jul 20 '05 #3
"Jane Doe" <ja******@acme.com> wrote in message
news:bb********************************@4ax.com...
BTW, I just found this work-in-progress that you might be interested
in: http://www.blocknote.net/


From their features page ( http://www.blocknote.net/features.shtml ):

<quote>
Tables are essential in shaping and defining the layout of HTML documents.
</quote>

Groan! How can they be smart enough to make an HTML editor, yet too stupid
to show any consideration for semantic mark-up.
http://www.w3.org/TR/WCAG10/wai-page...h-style-sheets
Jul 20 '05 #4
On Tue, 13 Jan 2004 08:34:16 +0100, "Woolly Mittens"
<wm******@hotmailz.com> wrote:
Groan! How can they be smart enough to make an HTML editor, yet too stupid
to show any consideration for semantic mark-up


A new, richer version is in the works.

Stiill, considering the dearth of those, writing a WYSIWYG editor
widget must be a lot of work, whether it's RTF or HTML. I'm at the
point where if I can't find an HTML widget, I was thinking of using
the RichEdit widget, and convert to HTML, either on the client side,
or through a PHP script over at the server.

JD.
Jul 20 '05 #5
mmm not sure if this is what you are looking for but I found this on
nonags.com a freeware site.
http://www.interactivetools.com/products/htmlarea/

good luck
"Jane Doe" <ja******@acme.com> wrote in message
news:fa********************************@4ax.com...
On Tue, 13 Jan 2004 08:34:16 +0100, "Woolly Mittens"
<wm******@hotmailz.com> wrote:
Groan! How can they be smart enough to make an HTML editor, yet too stupidto show any consideration for semantic mark-up


A new, richer version is in the works.

Stiill, considering the dearth of those, writing a WYSIWYG editor
widget must be a lot of work, whether it's RTF or HTML. I'm at the
point where if I can't find an HTML widget, I was thinking of using
the RichEdit widget, and convert to HTML, either on the client side,
or through a PHP script over at the server.

JD.

Jul 20 '05 #6

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

Similar topics

9
by: Tzu-Chien Chiu | last post by:
Hi, "What methods do you ever use to optimize the programs?" We're developing a graphics chip emulator in C++, but it's very slow for big scenes. Even though this is a cross-platform software,...
3
by: Edward Diener | last post by:
I am creating a component and I want one of my properties to be an embedded class with its own properties. When the component designer shows this property I want it to be able to expand this...
5
by: Bryan Parkoff | last post by:
Please provide me the information when it is not in the correct newsgroups. I have been using C and C++ language for a long time when it is time for me to learn Win32 API functions that they can...
1
by: Zeroeffect | last post by:
Hello! I have a database with alot of embedded images. The reason for having the images embedded is security. My problem is that it works fine on my computer, but not on my clients computer....
8
by: Tony Johansson | last post by:
Hello! I just wonder what the difference is between a native win32-app and MFC. What I know is that you can use Win32 API in both cases. I think an MFC application is connected with a GUI...
5
by: danbrwn | last post by:
I am creating a web application where I access a database on a SQL server machine from local networked PC's via Javascript and HTML. Unfortunately, Microsoft does not allow the ado intervace to...
4
by: Kendall Bailey | last post by:
A shot in the dark. I have a C++ DLL that I'd prefer not to recompile. It's compiled also on a Unix platform as a shared object. It has static variables holding time zone Daylight Saving rules. ...
1
by: Ezmeralda | last post by:
Hello, I need to an TCP/IP Interface for communication with an embedded device. Since I have two different design ideas in mind, I am wondering whether you could give me some hints to decide:...
3
by: somuchh8 | last post by:
Hi, I'm having a lot of trouble with the Win32::Spawn module in perl. Here is my situation, I have a Win32::Spawn call which looks like this: my $success = undef; my $cmdline =...
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: 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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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,...

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.