Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 25th, 2004, 02:04 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 217
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to mega
Default

If you want a HTML editor to use in a browser, this is a great one: http://tinymce.moxiecode.com/
Storing huge blocks of data in a db depends on what db you are using, but for Access you need to use a BLOB field. Write image data in the field as binary and read it binary as well using the buildt in functions in ASP 3.

 - mega
 
Old October 25th, 2004, 02:10 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 217
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to mega
Default

I just saw that the superscript and subscript buttons aren't implementet in tinyMCE. You can create them as the rest of the button in JavaScript (inserting <sub> and <sup> in the source code). You know that formatting is done in HTML and is pure text strings, that is very simple to write to a db, right?

 - mega
 
Old October 25th, 2004, 09:46 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Mega,

That looks great. Good finding that was. That should be worth what Anubav was looking for.

Cheers!

_________________________
- Vijay G
Strive for Perfection
 
Old October 25th, 2004, 10:48 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
quote:I just saw that the superscript and subscript buttons aren't implementet in tinyMCE
Mega, Check out this - Advanced example. It has superscript and subscript too implemented in there (the X2 buttons on the toolbar).

Anubhav, I don't think you got to still pull your hairs out on this. What are you waiting for;)

This is really a cool rich text editor I have seen so far. I believe it is ***absolutely free***. (I can't still imagine that it is an open source)

Cheers!

_________________________
- Vijay G
Strive for Perfection
 
Old October 26th, 2004, 07:02 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 217
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to mega
Default

Yep, that editor is very cool. Spread the word so no one use those browser dependent WYSIWYG editors that you can buy. This is the stuff!

 - mega
 
Old October 26th, 2004, 07:14 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Yes, you are right. But they would soon start selling this too. I have already downloaded the source;) Will R&D on that in my leisure time.

Cheers!

_________________________
- Vijay G
Strive for Perfection
 
Old October 26th, 2004, 09:12 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anubhav.kumar
Default

Hi to all

Thanks for such a cool guidance. That's the power of internet forums.
As far as Vijay G. 's comments are concerned
***********************************
 But they would soon start selling this too
**********************************

i don't think this will happen as it is being published on 'sourceforge' the renowned site for open source.


Anubhav Kumar
 
Old October 26th, 2004, 10:17 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Yes, I can understand that. I was kind of expressing the way I was thrilled to see a rich text editor with such cool features being around absolutely free.

_________________________
- Vijay G
Strive for Perfection





Similar Threads
Thread Thread Starter Forum Replies Last Post
Storing images in Database and displaying them Manoj Bisht ASP.NET 1.x and 2.0 Application Design 4 February 6th, 2010 03:06 AM
NOT WELL FORMATTED pallone XSLT 7 June 24th, 2008 04:45 PM
How to store and retrieve formatted strings in db jessi Classic ASP Professional 2 March 9th, 2007 07:27 AM
problem in the displaying two strings abhit_kumar JSP Basics 0 March 15th, 2005 05:56 AM
Storing a unknown number of strings to an Array PanzarPaw Classic ASP Basics 4 November 21st, 2003 12:14 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.