 |
BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6
 | This is the forum to discuss the Wrox book ASP.NET 2.0 Instant Results by Imar Spaanjaars, Paul Wilton, Shawn Livermore; ISBN: 9780471749516 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 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
|
|
|
|
|

March 15th, 2007, 10:32 PM
|
|
Registered User
|
|
Join Date: Mar 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Blog with FCKeditor not working in Firefox
Dear all,
I have tried running Blog in IIS, but the editor could not display properly in Firefox. I tried upgrade the FCKeditor to newer version after reading the forum in their website, but still the same thing.
It works fine in IE, but not in Firefox. What it comes out is just an empty textarea with nothing inside, and you can't type a thing into the box, and I do not see all the button or smileys around.
What is the editor used in p2p forum? It works ok in Firefox, maybe can suggest so I can try further.
Also, what should I change if I were to use with MS Access or MySQL? Thank you.
regards,
cwh
|
|

March 16th, 2007, 03:15 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi cwh,
What version of FireFox are you using? There were issues with some versions. Check out this post for more ideas: http://p2p.wrox.com/topic.asp?TOPIC_...editor,firefox
The FCKeditor is supposed to work on FireFox (check out the demo at http://www.fckeditor.net/demo) so if it doesn't, let me know.
To switch to Access, check out page 181 and onwards. It describes how to do this. To switch to MySQL, you'll need to modify the code in the data access layer. The chapter gives you a number of pointers on this; what to change, how to "fork" for different providers and so on. You'll need to have some experience with targeting MySQL Server from .NET but there are many resources available on this subject.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

March 19th, 2007, 01:06 AM
|
|
Registered User
|
|
Join Date: Mar 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I tried what you suggested in the URL given. However, after putting the FCKeditor folder, still nothing work. I even update the .NET package to the VS2005 and try running it, still cannot appear on Firefox. I am using Firefox 2.0.0.2.
I have read thru the web for the firefox help but could not find any on FCKeditor. I can see ok on the demo site, but not while running from VS 2005. Is it because the Web server is not handling it properly? Any config required?
There is no textbox, and no toolbar appear. But the website do not prompt for any errors.
Look forward to your reply. Thank you.
|
|

March 19th, 2007, 02:49 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Can you ZIP up the entire application you're working with and then send it to me?
If you send me a message through my profile (click my name in the left bar of this thread), then I'll reply so you know my e-mail address and you can send me the zip fie.
Also, can you explain how you get to browsing that site? E.g. where you have the site located, how you open it in FireFox and in Visual Web Developer and so on? What address do you see in the address bar?
What do you mean with this:
Quote:
|
quote:I even update the .NET package to the VS2005 and try running it, still cannot appear on Firefox.
|
I am not sure I understand this; the Blog is a .NET 2 application so it won't work with anything else than .NET and VS 2005.
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

March 19th, 2007, 10:11 PM
|
|
Registered User
|
|
Join Date: Mar 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Dear Mr. Spaanjaars,
Thank you for your help. I was able to find the solution from the web. It is due to the difference between IE and Firefox. I followed what the URL below suggested and recompile the C# code of FCKEditor .Net package, and it works!
http://sourceforge.net/forum/forum.p...orum_id=379487
The C# was written in VS 2003 but I compiled with VS 2005 with the auto-conversion, and after compiled, I replace the dll file in the bin folders and run, and it now runs in both Firefox and IE.
However, I am still trying on the image uploading and other stuff.
Thank you for replying!
regards,
cwh
|
|
 |