<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jonathan Echeverría - Lo que tengo en la cabeza &#187; fckeditor</title>
	<atom:link href="http://www.jonathanecheverria.com/tag/fckeditor/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jonathanecheverria.com</link>
	<description>Documentos técnicos, soluciones a problemas, cuaderno de bitácora, fotografías...</description>
	<lastBuildDate>Wed, 31 Aug 2011 17:50:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Error FCKEditor: FCKConfig.CoreStyles[&#039;Font Face&#039;]</title>
		<link>http://www.jonathanecheverria.com/2009/02/06/error-fckeditor-fckconfigcorestylesfont-face</link>
		<comments>http://www.jonathanecheverria.com/2009/02/06/error-fckeditor-fckconfigcorestylesfont-face#comments</comments>
		<pubDate>Fri, 06 Feb 2009 08:30:57 +0000</pubDate>
		<dc:creator>Jonathan Echeverria</dc:creator>
				<category><![CDATA[Aplicaciones]]></category>
		<category><![CDATA[Exponentcms]]></category>
		<category><![CDATA[HTML CSS JavaScript y PHP]]></category>
		<category><![CDATA[erro corestyles fckconfig]]></category>
		<category><![CDATA[error fckconfig]]></category>
		<category><![CDATA[fckeditor]]></category>
		<category><![CDATA[fckeditor fontface]]></category>

		<guid isPermaLink="false">http://www.jonathanecheverria.com/?p=503</guid>
		<description><![CDATA[Al mover uno de mis sitios webs al nuevo servidor, me he encontrado con el siguiente error(en un alert)  al cargar el FCKEditor: The FCKConfig.CoreStyles['Font Face'] setting was not found. Please check the fckconfig.js file Para solucionarlo he echado mano del señor de siempre: Don Google, y tras unas cuantas webs, foros y blogs he [...]]]></description>
			<content:encoded><![CDATA[<p>Al mover uno de mis sitios webs al nuevo servidor, me he encontrado con el siguiente error(en un alert)  al cargar el <a title="FCKEditor, editor de texto web" href="http://www.fckeditor.net/" target="_blank">FCKEditor</a>:</p>
<p><em>The FCKConfig.CoreStyles['Font Face'] setting was not found. Please check the fckconfig.js file</em></p>
<p>Para solucionarlo he echado mano del señor de siempre: Don Google, y tras unas cuantas webs, foros y blogs he dado con la solución que ha sido añadir en el fckconfig.js lo siguiente:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">FCKConfig.<span style="color: #660066;">CoreStyles</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'FontFace'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span>
<span style="color: #009900;">&#123;</span>
   Element<span style="color: #339933;">:</span> <span style="color: #3366CC;">'font'</span><span style="color: #339933;">,</span>
   Attributes <span style="color: #339933;">:</span> <span style="color: #009900;">&#123;</span> <span style="color: #3366CC;">'face'</span> <span style="color: #339933;">:</span> <span style="color: #3366CC;">'#(&quot;Font&quot;)'</span> <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
&nbsp;
FCKConfig.<span style="color: #660066;">CoreStyles</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'Color'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span>
<span style="color: #009900;">&#123;</span>
   Element	<span style="color: #339933;">:</span> <span style="color: #3366CC;">'font'</span><span style="color: #339933;">,</span>
   Attributes <span style="color: #339933;">:</span> <span style="color: #009900;">&#123;</span> <span style="color: #3366CC;">'color'</span> <span style="color: #339933;">:</span> <span style="color: #3366CC;">'#(&quot;Color&quot;,&quot;color&quot;)'</span> <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Por supuesto después de añadir esto he tenido que borrar la caché del navegador y la del <a title="Definición de CMS" href="http://es.wikipedia.org/wiki/Cms" target="_blank">CMS</a> por si acaso.</p>
<h3  class="related_post_title">Artículos relacionados:</h3><ul class="related_post"><li>4 de septiembre, 2008 -- <a href="http://www.jonathanecheverria.com/2008/09/04/firefox-3-y-exponentcms" title="Firefox 3 y Exponentcms">Firefox 3 y Exponentcms</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.jonathanecheverria.com/2009/02/06/error-fckeditor-fckconfigcorestylesfont-face/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3 y Exponentcms</title>
		<link>http://www.jonathanecheverria.com/2008/09/04/firefox-3-y-exponentcms</link>
		<comments>http://www.jonathanecheverria.com/2008/09/04/firefox-3-y-exponentcms#comments</comments>
		<pubDate>Thu, 04 Sep 2008 12:50:54 +0000</pubDate>
		<dc:creator>Jonathan Echeverria</dc:creator>
				<category><![CDATA[Exponentcms]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[editor web]]></category>
		<category><![CDATA[exponent]]></category>
		<category><![CDATA[fckeditor]]></category>
		<category><![CDATA[fckeditor exponentcms]]></category>
		<category><![CDATA[gestor de contenidos]]></category>

		<guid isPermaLink="false">http://www.jonathanecheverria.com/?p=68</guid>
		<description><![CDATA[15 dias después del dia mundial de descargas de Firefox 3, yo me lo instalé tanto en el ordenador del trabajo, como en el personal. Desde que me lo instalé hubo cosas que no me convencieron demasiado, ya que lo veia demasiado inestable: cierres sin ningún tipo de explicación, páginas que no se cargaban por [...]]]></description>
			<content:encoded><![CDATA[<p>15 dias después del dia mundial de descargas de Firefox 3, yo me lo instalé tanto en el ordenador del trabajo, como en el personal. Desde que me lo instalé hubo cosas que no me convencieron demasiado, ya que lo veia demasiado inestable: cierres sin ningún tipo de explicación, páginas que no se cargaban por problemas con los plugins y los drivers de flash&#8230;</p>
<p>Actualmente, llevo todo el verano trabajando con firefox y ya parece ser más estable, a excepción de cuando estoy editando páginas con <a href="http://www.exponentcms.es" target="_blank">exponentcms</a>. Tengo ya comprobado, que de vez en cuando, pero siempre teniendo abierto el FCKeditor (editor de texto utilizado en exponent), firefox casca y se cierra de golpe. No se muy bien si se debe a exponent, o se debe al FCKeditor o se debe a firefox. Lo que si se muy bien, es que antes con la versión anterior de firefox, esto no sucedía nunca.</p>
<h3  class="related_post_title">Artículos relacionados:</h3><ul class="related_post"><li>29 de septiembre, 2008 -- <a href="http://www.jonathanecheverria.com/2008/09/29/migrar-exponent-cms-096-a-097" title="Migrar exponentcms 0.96 a 0.97">Migrar exponentcms 0.96 a 0.97</a></li><li>5 de julio, 2009 -- <a href="http://www.jonathanecheverria.com/2009/07/05/despedire-a-firefox-cuando-salga-chrome" title="Despediré a Firefox&#8230;cuando salga Chrome">Despediré a Firefox&#8230;cuando salga Chrome</a></li><li>8 de mayo, 2009 -- <a href="http://www.jonathanecheverria.com/2009/05/08/gestores-documentales-i-webshare" title="Gestores documentales I. Webshare">Gestores documentales I. Webshare</a></li><li>6 de febrero, 2009 -- <a href="http://www.jonathanecheverria.com/2009/02/06/error-fckeditor-fckconfigcorestylesfont-face" title="Error FCKEditor: FCKConfig.CoreStyles['Font Face']">Error FCKEditor: FCKConfig.CoreStyles['Font Face']</a></li><li>19 de octubre, 2008 -- <a href="http://www.jonathanecheverria.com/2008/10/19/caso-de-exito-exponentcms-y-posicionamiento-seo" title="Caso de éxito: ExponentCMS y posicionamiento SEO">Caso de éxito: ExponentCMS y posicionamiento SEO</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.jonathanecheverria.com/2008/09/04/firefox-3-y-exponentcms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

