﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Provider :: FCKeditor</title>
    <description>Information and progress on the FCKeditor Provider Project.</description>
    <link>http://www.dotnetnuke.com/Community/Blogs/tabid/825/BlogId/85/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>mauriciovaleria@hotmail.com</managingEditor>
    <webMaster>admin1@dotnetnuke.com</webMaster>
    <pubDate>Sat, 17 May 2008 01:25:43 GMT</pubDate>
    <lastBuildDate>Sat, 17 May 2008 01:25:43 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.4.0.39853</generator>
    <item>
      <title>FckHtmlEditorProvider 01.00.07 is ready</title>
      <description>After a great job done by the core team and specially our lifesaver called Mrswoop, the new release is ready to download (and... you knew that the editor used to write today's blog was fckeditor?)</description>
      <link>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1201/Default.aspx</link>
      <author>mauriciovaleria@hotmail.com</author>
      <comments>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1201/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetnuke.com/Default.aspx?tabid=825&amp;EntryID=1201</guid>
      <pubDate>Mon, 27 Nov 2006 08:00:00 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.dotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=1201</trackback:ping>
    </item>
    <item>
      <title>FCKeditor provider news and new team member</title>
      <description>&lt;P&gt;Hi everyone. I want to apologize because it was a long time without any news about the provider and myself. The truth is that sometimes real life could take more time  than expected (My new beautiful daughter).&lt;/P&gt;
&lt;P&gt;The new version (01.00.07) of the provider is ready and all it needs is to be published, but it could take some time because the core team has a new process to ensure real quality on each DNN part involved. Hope to have it published this week.&lt;/P&gt;
&lt;P&gt;The 01.00.07 version fixes a lot of bugs and includes the new FCKeditor (2.3.2) which fixes a lot of bugs too. &lt;/P&gt;
&lt;P&gt;You can learn about the new FCKeditor release here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.fckeditor.net/whatsnew"&gt;http://www.fckeditor.net/whatsnew&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have really good news: we have our first team member. I want to introduce you to Dan Ferguson who will be doing some coding to enhance the provider.&lt;/P&gt;
&lt;P&gt;Dan has proved me that he has the knowledge and the imagination to move this project forward and I want to say him thanks to be here helping our community to be better.&lt;/P&gt;
&lt;P&gt;Next time I will blog the road map to keep you informed about what is inside our minds. Also, we will start to look for new team members (Testers and documenters) to keep this project going faster and better.&lt;/P&gt;
&lt;P&gt;Hope 01.00.08 will come really soon (After 01.00.07 is released) including a big set of new features and enhancements&lt;/P&gt;
&lt;P&gt;Regards to all&lt;BR&gt;&lt;/P&gt;</description>
      <link>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1192/Default.aspx</link>
      <author>mauriciovaleria@hotmail.com</author>
      <comments>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1192/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetnuke.com/Default.aspx?tabid=825&amp;EntryID=1192</guid>
      <pubDate>Sun, 19 Nov 2006 08:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=1192</trackback:ping>
    </item>
    <item>
      <title>FCKeditor provider is out (01.00.06)</title>
      <description>&lt;P&gt;The new version of FCKeditor provider is out (01.00.06)&lt;/P&gt;
&lt;P&gt;The modifications were:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The custom options page was moved to a new window to improve load time when the user is allowed to view the custom options, and to solve the profile module problem. 
&lt;LI&gt;The profile module problem (missing tabmoduleid) was solved by using the tabmoduleid from the "user accounts" module 
&lt;LI&gt;The image gallery was fixed and validate against the "/" problem under DNN 3.3.x and 4.3.x 
&lt;LI&gt;Version 2.3.1 of FCKeditor was included to solve some problems. 
&lt;LI&gt;A new web.config attribute was included to control who is allowed to view and edit the custom options page: CustomOptionsDialog. Possible values are: Host, Admin, None 
&lt;LI&gt;Fixed a simple bug when using FCKDebugMode 
&lt;LI&gt;Added support  for using four open methods for opening custom options dialog. A new web.config parameter was included so host can decide the best way. Possible values are: &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;
&lt;TABLE style="WIDTH: 88.35%; HEIGHT: 166px" cellSpacing=1 cellPadding=1 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;OptionsOpenMode="ShowModalDialog"&lt;/TD&gt;
&lt;TD&gt;This uses the showmodaldialog function of IE (uses normal window.open for other browsers. This could avoid a bug inside IE and session cookies.  This is now the default method&lt;BR&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;OptionsOpenMode="Open"&lt;/TD&gt;
&lt;TD&gt;The normal window.open is used for all browsers&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;OptionsOpenMode="urlsamewindow"  &lt;/TD&gt;
&lt;TD&gt;Uses a normal link that opens in the same window. No javascript&lt;BR&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt; OptionsOpenMode="urlnewwindow" &lt;/TD&gt;
&lt;TD&gt; Uses a normal link that opens in a new window. No javascript&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;Thanks to all those people who tested the module&lt;/P&gt;
&lt;P&gt;Download it from the project page&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.dotnetnuke.com/DotNetNukeProjects/ProviderFCKeditor0153/Downloads/tabid/936/Default.aspx"&gt;http://dotnetnuke.comhttp://www.dotnetnuke.com/DotNetNukeProjects/ProviderFCKeditor0153/Downloads/tabid/936/Default.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;BR&gt;                               &lt;/P&gt;</description>
      <link>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1091/Default.aspx</link>
      <author>mauriciovaleria@hotmail.com</author>
      <comments>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1091/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetnuke.com/Default.aspx?tabid=825&amp;EntryID=1091</guid>
      <pubDate>Thu, 31 Aug 2006 04:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.dotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=1091</trackback:ping>
    </item>
    <item>
      <title>FckEditor 01.00.04 released</title>
      <description>&lt;P&gt;Thanks for your patience. Now you can download the new provider from the project page.&lt;/P&gt;
&lt;P&gt;&lt;A HREF="http://www.dotnetnuke.com/DotNetNukeProjects/ProviderFCKeditor0153/Downloads/tabid/936/Default.aspx"&gt;http://www.dotnetnuke.comhttp://www.dotnetnuke.com/DotNetNukeProjects/ProviderFCKeditor0153/Downloads/tabid/936/Default.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please take note that this is not an upgrade. This is a new provider and could be installed without touching the old version from dnn.tiendaboliviana.com. It uses a new folder name and a new provider name entry.&lt;/P&gt;
&lt;P&gt;Well, a new provider but working identically to the old one. Why? the answer is simple, this is now a new project and uses the DNN branding and this project is going to stay here for long time&lt;/P&gt;
&lt;P&gt;I want to thank all people who had to answer all my recurrent requests. Now I will start to build a development team, so stay tunned.&lt;/P&gt;
&lt;P&gt;How to install?&lt;/P&gt;
&lt;P&gt;You must unzip the downloaded file and you will find a install.txt file in there. Follow the instructions step by step&lt;/P&gt;
&lt;P&gt;What is new&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A lot of fixes with the image and flash gallery&lt;/LI&gt;
&lt;LI&gt;Fixed the custom CSS and XML file&lt;/LI&gt;
&lt;LI&gt;Added support for Medium trust&lt;/LI&gt;
&lt;LI&gt;Uses the new FCKeditor 2.3 (Really enhanced)&lt;/LI&gt;
&lt;LI&gt;Includes more options to customize font names, font sizes, font formats and font styles&lt;/LI&gt;
&lt;LI&gt;Other pending fixes&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The new Gemini space will be created as well and you will be able to report bugs and suggestions there&lt;/P&gt;
&lt;P&gt;Please use the forums to post comments and request help&lt;/P&gt;
&lt;P&gt;Enjoy&lt;/P&gt;</description>
      <link>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/511/Default.aspx</link>
      <author>mauriciovaleria@hotmail.com</author>
      <comments>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/511/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetnuke.com/Default.aspx?tabid=825&amp;EntryID=511</guid>
      <pubDate>Thu, 06 Jul 2006 12:00:00 GMT</pubDate>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.dotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=511</trackback:ping>
    </item>
    <item>
      <title>FCKEditor provider news</title>
      <description>&lt;P&gt;Sorry for being so quiet lately, but now I can break the silence to give you details about what are coming soon. &lt;/P&gt;
&lt;P&gt;There are no real changes other than moving the project to use all DNN branding&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Namespace has changed to be under DotNetNuke structure&lt;/LI&gt;
&lt;LI&gt;Some folder names has been changed removing the DS prefix&lt;/LI&gt;
&lt;LI&gt;Provider folder name has been changed&lt;/LI&gt;
&lt;LI&gt;Provider identifier inside web.config has been changed&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;So the question could be: Can the new provider be installed along with the old one?&lt;/P&gt;
&lt;P&gt;The answer is: Yes, the new provider will start as version 01.00.00 using a new name, but it will be the same at the end. &lt;/P&gt;
&lt;P&gt;Gallery templates: A few TAGs have been renamed (DS chars removed). You will be able to include your custom gallery templates too after replacing a few TAGs.&lt;/P&gt;
&lt;P&gt;It addresses a few pending bugs, and now it will start to use the standard way to make suggestions and to report bugs (Gemini)&lt;/P&gt;
&lt;P&gt;Next days I will be recruiting more people inside the team.&lt;/P&gt;
&lt;P&gt;Thanks for all the comments and suggestions. The new release will be available soon.&lt;/P&gt;</description>
      <link>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/415/Default.aspx</link>
      <author>mauriciovaleria@hotmail.com</author>
      <comments>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/415/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetnuke.com/Default.aspx?tabid=825&amp;EntryID=415</guid>
      <pubDate>Tue, 25 Apr 2006 12:00:00 GMT</pubDate>
      <slash:comments>4</slash:comments>
      <trackback:ping>http://www.dotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=415</trackback:ping>
    </item>
    <item>
      <title>What’s next?</title>
      <description>&lt;P&gt;Well, many people out there were surprised with this new sub-project, so we are going to inject this slowly to see how deeper we can go.&lt;/P&gt;
&lt;P&gt;At this moment, the &lt;A href="http://dnn.tiendaboliviana.com/web/Modulesandresources/EditorProviders/FCKEditorProvider/tabid/76/Default.aspx"&gt;free FCKEditor provider &lt;/A&gt;from &lt;A href="http://dnn.tiendaboliviana.com"&gt;dnn.tiendaboliviana.com&lt;/A&gt; makes most of the FCKEditor features available to DNN without touching the original &lt;A href="http://www.fckeditor.net"&gt;FCKEditor&lt;/A&gt; code, but also it adds some other nice features included in the provider itself to make the editor’s life easier than before.&lt;/P&gt;
&lt;P&gt;Our goal will be to push hard into the idea of making a better provider base class as this is the only way to improve this without using “hacks” to accomplish each task. Then we’ll be able to enhance the provider itself.&lt;/P&gt;
&lt;P&gt;I will be starting a set of posts inside the new FCKEditor forum trying to identify most people needs when using on-line editors. I will ask you to participate no matter if you are using or not the FCKEditor. Good ideas and suggestions could lead to improve the way on-line editors are working inside DNN and maybe some editors could receive some feedback at the same time.&lt;/P&gt;</description>
      <link>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/367/Default.aspx</link>
      <author>mauriciovaleria@hotmail.com</author>
      <comments>http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/367/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.dotnetnuke.com/Default.aspx?tabid=825&amp;EntryID=367</guid>
      <pubDate>Wed, 15 Mar 2006 10:00:00 GMT</pubDate>
      <slash:comments>3</slash:comments>
      <trackback:ping>http://www.dotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=367</trackback:ping>
    </item>
  </channel>
</rss>