<?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>Element Design &#187; wysiwyg</title>
	<atom:link href="http://elementdesignllc.com/tag/wysiwyg/feed/" rel="self" type="application/rss+xml" />
	<link>http://elementdesignllc.com</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 18:58:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>s[0] is undefined with CKEditor &amp; MediaEmbed</title>
		<link>http://elementdesignllc.com/2010/11/s0-is-undefined-with-ckeditor-mediaembed/</link>
		<comments>http://elementdesignllc.com/2010/11/s0-is-undefined-with-ckeditor-mediaembed/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 20:42:03 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[ckeditor]]></category>
		<category><![CDATA[mediaembed]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://elementdesignllc.com/?p=781</guid>
		<description><![CDATA[While working on a client&#8217;s website, I ran into a issue with CKEditor and the plugin MediaEmbed. MediaEmbed is a plugin that allows embed code for videos. You can use this for Youtube, Video, or even your own local video files (as long as you wrap them with a video player, like Longtail). I was [...]]]></description>
			<content:encoded><![CDATA[<p>While working on a client&#8217;s website, I ran into a issue with <a href="http://ckeditor.com" target="_blank">CKEditor</a> and the plugin <a href="http://www.fluidbyte.net/embed-youtube-vimeo-etc-into-ckeditor" target="_blank">MediaEmbed</a>. MediaEmbed is a plugin that allows embed code for videos. You can use this for Youtube, Video, or even your own local video files (as long as you wrap them with a video player, like <a href="http://www.longtailvideo.com/" target="_blank">Longtail</a>).</p>
<p>I was able to successfully install and activate the plugin, and was even able to launch the dialog box to insert the embed code. The error happened once I clicked &#8220;Ok&#8221; on the dialog, which while running Firebug, gave the error &#8220;s[0] is undefined, in ckeditor.js line 119&#8243;</p>
<p>The solution to this problem is simple, <a href="http://drupal.org/files/issues/mediaembed.zip" target="_blank">download and install this version of MediaEmbed</a> instead!</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;"><a href="http://www.fluidbyte.net/embed-youtube-vimeo-etc-into-ckeditor">http://www.fluidbyte.net/embed-youtube-vimeo-etc-into-ckeditor</a></div>
]]></content:encoded>
			<wfw:commentRss>http://elementdesignllc.com/2010/11/s0-is-undefined-with-ckeditor-mediaembed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CKEditor ReplaceAll Config</title>
		<link>http://elementdesignllc.com/2009/12/ckeditor-replaceall-config/</link>
		<comments>http://elementdesignllc.com/2009/12/ckeditor-replaceall-config/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 21:12:03 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ckeditor]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://elementdesignllc.com/?p=429</guid>
		<description><![CDATA[To place configuration values into the ReplaceAll command for CKEditor, use the following format: For more configuration options, visit CKEditor&#8217;s Developer Documentation.]]></description>
			<content:encoded><![CDATA[<p>To place configuration values into the ReplaceAll command for CKEditor, use the following format:</p>
<pre class="brush: jscript; title: ; notranslate">
CKEDITOR.replaceAll(function( textarea, config ){
   config.toolbar_Full =
      [
        ['Source','-','Save','NewPage','Preview','-','Templates'],
        ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
        ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
        ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],
        '/',
        ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
        ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
        ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
        ['Link','Unlink','Anchor'],
        ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
        '/',
        ['Styles','Format','Font','FontSize'],
        ['TextColor','BGColor'],
        ['Maximize', 'ShowBlocks','-','About']
     ];
});
</pre>
<p>For more configuration options, visit <a href="http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Setting_Configurations" target="_blank">CKEditor&#8217;s Developer Documentation</a>.</pre>
]]></content:encoded>
			<wfw:commentRss>http://elementdesignllc.com/2009/12/ckeditor-replaceall-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WYSIWYG Text Widget Editor for WordPress</title>
		<link>http://elementdesignllc.com/2009/09/wysiwyg-text-widget-editor-for-wordpress/</link>
		<comments>http://elementdesignllc.com/2009/09/wysiwyg-text-widget-editor-for-wordpress/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 17:14:50 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://elementdesignllc.com/?p=359</guid>
		<description><![CDATA[I just ran into an excellent plugin for WordPress that should be included with every install. The default WordPress installation offers a basic Text Widget editor that requires HTML knowledge and experience (basically the WordPress editor in &#8216;Code&#8217; view). When handing off the WordPress installation to clients with little to no HTML experience, it is [...]]]></description>
			<content:encoded><![CDATA[<p>I just ran into an excellent plugin for WordPress that should be included with every install.</p>
<p>The default WordPress installation offers a basic Text Widget editor that requires HTML knowledge and experience (basically the WordPress editor in &#8216;Code&#8217; view). When handing off the WordPress installation to clients with little to no HTML experience, it is important to include WYSIWYG edtiors wherever possible.</p>
<p><strong>Update 7/7/2011:</strong> The <a href="http://wordpress.org/extend/plugins/wysiwyg-widgets/" target="_blank">WYSIWYG Widgets</a> plugin does just that. It&#8217;s simple to install and can easily be added to any sidebar as a widget. I can confirm that this widget works with WordPress 3.2.</p>
<p><del>The <a href="http://wordpress.org/extend/plugins/rich-text-widget/" target="_blank">Rich Text Widget</a> plugin does just that. It&#8217;s simple to install and can easily be added to any sidebar as a widget.</del></p>
]]></content:encoded>
			<wfw:commentRss>http://elementdesignllc.com/2009/09/wysiwyg-text-widget-editor-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

