<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The wonders of&#160;Wordpress</title>
	<link>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/</link>
	<description>up to the minute updates</description>
	<pubDate>Wed, 19 Nov 2008 04:19:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: naisioxerloro</title>
		<link>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-17833</link>
		<author>naisioxerloro</author>
		<pubDate>Thu, 29 Nov 2007 00:10:21 +0000</pubDate>
		<guid>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-17833</guid>
		<description>Hi. 
Good design, who make it?</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Good design, who make&nbsp;it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brett</title>
		<link>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-788</link>
		<author>brett</author>
		<pubDate>Wed, 03 Jan 2007 21:05:50 +0000</pubDate>
		<guid>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-788</guid>
		<description>I will post the modified code for the editor this evening as a new entry.</description>
		<content:encoded><![CDATA[<p>I will post the modified code for the editor this evening as a new&nbsp;entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe de Chabot</title>
		<link>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-787</link>
		<author>Philippe de Chabot</author>
		<pubDate>Wed, 03 Jan 2007 21:01:54 +0000</pubDate>
		<guid>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-787</guid>
		<description>It's a great idea and I'd love to see the code for the editor as well.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a great idea and I&#8217;d love to see the code for the editor as&nbsp;well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Klein</title>
		<link>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-740</link>
		<author>Kevin Klein</author>
		<pubDate>Thu, 28 Dec 2006 16:54:02 +0000</pubDate>
		<guid>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-740</guid>
		<description>Brett, I would absolutely *LOVE* to see the code for the editor.</description>
		<content:encoded><![CDATA[<p>Brett, I would absolutely *LOVE* to see the code for the&nbsp;editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross Johnson</title>
		<link>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-661</link>
		<author>Ross Johnson</author>
		<pubDate>Thu, 21 Dec 2006 15:08:10 +0000</pubDate>
		<guid>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-661</guid>
		<description>That would be excellent, and sounds like a MUCH better solutions. I have tried installing Chenpress, FCKedit, and a handful of other half decent WYSIWYDG solutions with only minimal success not only in valid code but actually working properly with images and whatnot.

For a full CMS I have been using some of the nightly releases of Mambo actually, which now supports CSS and produces pretty decent code on average. For awhile now I have been thinking of producing a "heap of code" that I could port to any given website that allows content changes and basic image manipulation but if I ever get around to doing that is up in the air.</description>
		<content:encoded><![CDATA[<p>That would be excellent, and sounds like a MUCH better solutions. I have tried installing Chenpress, FCKedit, and a handful of other half decent WYSIWYDG solutions with only minimal success not only in valid code but actually working properly with images and whatnot.</p>
<p>For a full CMS I have been using some of the nightly releases of Mambo actually, which now supports CSS and produces pretty decent code on average. For awhile now I have been thinking of producing a &#8220;heap of code&#8221; that I could port to any given website that allows content changes and basic image manipulation but if I ever get around to doing that is up in the&nbsp;air.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Terpstra</title>
		<link>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-659</link>
		<author>Brett Terpstra</author>
		<pubDate>Thu, 21 Dec 2006 14:17:53 +0000</pubDate>
		<guid>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-659</guid>
		<description>Actually, I hacked the editor built in to Wordpress to allow me to add custom styles to a dropdown in the back end editor.  Now all i have to do is define styles in a stylesheet called editor.css in the theme directory and those styles are available to the user.  Styles like imgright and textjustify come in very handy ;-).  I can give clients a few of the options they didn't have before without letting them insert a whole bunch of font tag crap into their site.  I maintain control over styling, they get the ability to justify an image left or right and add a few highlight and headline styles to the text.  It's enough to keep all of my clients happy so far.  I haven't had any clients that want to "design" the page... the most strenuous request I get is the ability to add and move pictures around, and to be able to change font sizes.  So as long as I can keep the font sizes within a given range and control how they display, I can turn the reigns over.  

If you want to see the code for the editor, just let me know.  It's a lot sweeter than trying to get Chenpress or WYSIWYGPro to be XHTML compliant...</description>
		<content:encoded><![CDATA[<p>Actually, I hacked the editor built in to Wordpress to allow me to add custom styles to a dropdown in the back end editor.  Now all i have to do is define styles in a stylesheet called editor.css in the theme directory and those styles are available to the user.  Styles like imgright and textjustify come in very handy ;-).  I can give clients a few of the options they didn&#8217;t have before without letting them insert a whole bunch of font tag crap into their site.  I maintain control over styling, they get the ability to justify an image left or right and add a few highlight and headline styles to the text.  It&#8217;s enough to keep all of my clients happy so far.  I haven&#8217;t had any clients that want to &#8220;design&#8221; the page&#8230; the most strenuous request I get is the ability to add and move pictures around, and to be able to change font sizes.  So as long as I can keep the font sizes within a given range and control how they display, I can turn the reigns over.  </p>
<p>If you want to see the code for the editor, just let me know.  It&#8217;s a lot sweeter than trying to get Chenpress or WYSIWYGPro to be XHTML&nbsp;compliant&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross Johnson</title>
		<link>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-658</link>
		<author>Ross Johnson</author>
		<pubDate>Thu, 21 Dec 2006 14:02:27 +0000</pubDate>
		<guid>http://blog.circlesixdesign.com/2006/12/20/the-wonders-of-wordpress/#comment-658</guid>
		<description>I have wordpress installed on two clients websties as a CMS. One of them works out great, as all they need to do is post a newsletter from time to time - the other one they can't get it through there head that it is not MS Word and I didn't install it so they could design their own pages.

I constantly get calls about how to make pictures align to the right and how to draw box's, regardless of how many times I have to explain "Sorry its only there for content alterations, I can install a full CMS like we discussed a few times if it is that important."</description>
		<content:encoded><![CDATA[<p>I have wordpress installed on two clients websties as a CMS. One of them works out great, as all they need to do is post a newsletter from time to time - the other one they can&#8217;t get it through there head that it is not MS Word and I didn&#8217;t install it so they could design their own pages.</p>
<p>I constantly get calls about how to make pictures align to the right and how to draw box&#8217;s, regardless of how many times I have to explain &#8220;Sorry its only there for content alterations, I can install a full CMS like we discussed a few times if it is that&nbsp;important.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
