Programming Tools
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingProgramming Tools

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old July 16th, 2002, 09:58 PM
rscott rscott is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: Colorado Springs
Posts: 3 rscott User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to rscott
Question Mitchell Harper's WYSIWYG HTML Editor

I have just stumbled on the article on WYSIWYG HTML Editor. WOW I am impressed! I want to integrate this into pages of a client's web site so THEY can edit the pages. I was looking for the support material for the 2nd half, and the zip file that uploaded was zero length.

Has anyone done this, and does anyone know where the 2nd half support files can be found? They should be of help I assume in converting to PHP and probably flat files to hold the data. The only other question immediately coming to mind is the uploading of any images up to the server. I know how to do this, but integrating it into this editor would be a very interesting (challenging) task I'm sure.
Thanks.
-Scott-

Reply With Quote
  #2  
Old July 16th, 2002, 10:28 PM
WebGuy WebGuy is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Posts: 54 WebGuy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Hi Scott,

I'm looking to do the same thing...except with a MySQL database and articles.

However, I don't think that anybody (at least from the devArticles team) will tell you how it's done. You see, that's basically the whole idea of their product, SiteWorksPro. I've been scouring the Internet for resources, but have come up empty-handed.

Have you read Mitchell's article called, "ConMan from a developer's perspective?" It might be worth checking out.

-Corbb

P.S. If you find any resources or code, please PM it to me. Thanks!
__________________
Sincerely,
Corbb O'Connor, Author at DevArticles

Reply With Quote
  #3  
Old July 17th, 2002, 09:35 PM
Simon Simon is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Posts: 1 Simon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I am trialing editize at the moment from sitepoint.com Their support guys told me that the next version would have an image support and an upload facility.

Reply With Quote
  #4  
Old August 1st, 2002, 06:07 PM
cde cde is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: UK
Posts: 7 cde User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Lightbulb image upload

you might try using a popup window to list available files and provide the option to upload a new file.

A user could then select the image they wish to use from say icons ? and then all you'd need to do is call the insert image function from the window.opener and parse through the url of the image on that site.

At least that is how I have done it previously and have seen other people doing it also. Although I used the code provided by ms on msdn.

Reply With Quote
  #5  
Old August 1st, 2002, 10:38 PM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 7
Send a message via ICQ to James Yang
scoot,
are you scoot guthrie from asp.net team ?
__________________
Regards,

James Yang
.NET Developer / Network Engineer
MCSE, MCDBA, MCSA, CCNA

http://www.yellowpin.com/
http://www.opentechsupport.com/

Reply With Quote
  #6  
Old August 2nd, 2002, 10:50 AM
rscott rscott is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: Colorado Springs
Posts: 3 rscott User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to rscott
cde, Thanks for the idea;
James Yang, Nope.

Reply With Quote
  #7  
Old August 2nd, 2002, 10:19 PM
kwconline kwconline is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Pleasant Hill, Mo
Posts: 5 kwconline User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Mitchell's code

Has anyone played with making this work on a MacIntosh?

I agree, it is nicely done and would make a neat and simple editor for a CMS.

Ken

Reply With Quote
  #8  
Old August 2nd, 2002, 10:36 PM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 7
Send a message via ICQ to James Yang
Have you guys tried out EditWorks Professional.NET or .PHP?

It's the WYSIWYG editor in easy to use format.

.NEt on is in server control format and also includes features like adding tables, color picker and custom inserts.. You can also upload images..

Check it out..

http://www.tools2code.com/editworkspro

or

http://www.tools2code.com/editworkspro_php

Reply With Quote
  #9  
Old August 2nd, 2002, 10:53 PM
kwconline kwconline is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Pleasant Hill, Mo
Posts: 5 kwconline User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
James,

I have customers in industries using exclusively MacIntosh. These editors are indeed very nice, but require a PC.

I was ready to shell out my $50 when I first looked at the page. But, alas, PC only.


Thanks,

Ken

Reply With Quote
  #10  
Old August 2nd, 2002, 11:06 PM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 7
Send a message via ICQ to James Yang
hehe unfortunately, technology used in these editors are not supported in Mac IE.. But the new IE coming out for Mac should support them : )

Please note, when the control is viewed in netscape or other un supported browsers, it "should" display a normal textbox : ))

Reply With Quote
  #11  
Old August 2nd, 2002, 11:06 PM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 7
Send a message via ICQ to James Yang
i havn't tested mac ie but ill do that tonight.

i don't think it shhows normal textbox for mac cuz its still IE.. ill fix that!

Reply With Quote
  #12  
Old August 2nd, 2002, 11:21 PM
kwconline kwconline is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Pleasant Hill, Mo
Posts: 5 kwconline User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I tried it on an imac/os9 with IE 5.2.1 and it displayed a textbox with html in it and a view button to see the page.

Ken

Reply With Quote
  #13  
Old August 2nd, 2002, 11:22 PM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 7
Send a message via ICQ to James Yang
Oh ok.. any way unfortunately the technology we use isn't supported in Mac IE

Reply With Quote
  #14  
Old August 2nd, 2002, 11:26 PM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 7
Send a message via ICQ to James Yang
i don't have access to a mac atm..

could you do me a favour plz? could you go to
the ewp php site, and see if the demo there works with Mac?

If it does, i can fix the .net one to work with mac IE as well.

Reply With Quote
  #15  
Old August 2nd, 2002, 11:43 PM
kwconline kwconline is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Pleasant Hill, Mo
Posts: 5 kwconline User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
James,

I was wrong in my last posting. I was testing some other code when I say the textbox and view button.

On the imac, both your .net and php product work the same.

They display everything correctly, same as on a PC, but you can't type in the textbox. You can't get focus on it.

You can, however, type in the html box.

Ken

Reply With Quote
  #16  
Old August 2nd, 2002, 11:57 PM
James Yang James Yang is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Atlanta, Georgia
Posts: 284 James Yang User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 45 sec
Reputation Power: 7
Send a message via ICQ to James Yang
Oh ok ..

yes that is a bug as ive suspected. ill fix it tonight

For WYSIWYG Editor on mac IE, you will need to use Java Applet or Active X control

James

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingProgramming Tools > Mitchell Harper's WYSIWYG HTML Editor


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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