<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: novella 3.5 is released!!!</title>
	<link>http://www.creativeui.com/2008/03/31/novella-35-is-released/</link>
	<description></description>
	<pubDate>Thu, 28 Aug 2008 03:23:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Ryan</title>
		<link>http://www.creativeui.com/2008/03/31/novella-35-is-released/#comment-969</link>
		<author>Ryan</author>
		<pubDate>Tue, 08 Apr 2008 15:09:13 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/03/31/novella-35-is-released/#comment-969</guid>
					<description>I'm really liking Novella and appreciate your hard work putting it together. The one blocker is that our end users really need browse functionality when it comes to inserting uploaded images. TinyMCE doesn't have this unless you pay for the add-on. FreeTextBox does have file browsing capabilities, so I'm looking into swapping editors. Any gotchas I should look out for?</description>
		<content:encoded><![CDATA[<p>I&#8217;m really liking Novella and appreciate your hard work putting it together. The one blocker is that our end users really need browse functionality when it comes to inserting uploaded images. TinyMCE doesn&#8217;t have this unless you pay for the add-on. FreeTextBox does have file browsing capabilities, so I&#8217;m looking into swapping editors. Any gotchas I should look out for?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2008/03/31/novella-35-is-released/#comment-970</link>
		<author>David Baxter</author>
		<pubDate>Tue, 08 Apr 2008 15:37:25 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/03/31/novella-35-is-released/#comment-970</guid>
					<description>Hey Ryan, I am glad you are liking it. 

So basically your users want to be able to see a list of all the images they have uploaded? If I am understanding correctly, then I would think the easiest way would be to create a new page that read the contents of the upload directory.

Changing the editor might be tricky since it is so intregal to the app, however it is definitely doable. The key is understanding how to get the content from the editor (i.e. the HTML) using ajax. TinyMCE makes that process relatively painless (TinyMCE does it like this: var HTML = tinyMCE.getInstanceById("elementName").getBody().innerHTML;).

So make sure that whatever editor you choose has that functionality (or something like it).

If you run into any trouble, feel free to email me. When you get your project completed, I would love to see it.

David</description>
		<content:encoded><![CDATA[<p>Hey Ryan, I am glad you are liking it. </p>
<p>So basically your users want to be able to see a list of all the images they have uploaded? If I am understanding correctly, then I would think the easiest way would be to create a new page that read the contents of the upload directory.</p>
<p>Changing the editor might be tricky since it is so intregal to the app, however it is definitely doable. The key is understanding how to get the content from the editor (i.e. the HTML) using ajax. TinyMCE makes that process relatively painless (TinyMCE does it like this: var HTML = tinyMCE.getInstanceById(&#8221;elementName&#8221;).getBody().innerHTML;).</p>
<p>So make sure that whatever editor you choose has that functionality (or something like it).</p>
<p>If you run into any trouble, feel free to email me. When you get your project completed, I would love to see it.</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.creativeui.com/2008/03/31/novella-35-is-released/#comment-971</link>
		<author>Ryan</author>
		<pubDate>Tue, 08 Apr 2008 16:03:08 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/03/31/novella-35-is-released/#comment-971</guid>
					<description>Yes, I don't want users to have to type in the path to an image, just pick it from a list, thumbnail gallery, etc. If I run into any issues I won't hesitate to ask. Thanks for the reply.</description>
		<content:encoded><![CDATA[<p>Yes, I don&#8217;t want users to have to type in the path to an image, just pick it from a list, thumbnail gallery, etc. If I run into any issues I won&#8217;t hesitate to ask. Thanks for the reply.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bebandit</title>
		<link>http://www.creativeui.com/2008/03/31/novella-35-is-released/#comment-973</link>
		<author>Bebandit</author>
		<pubDate>Thu, 17 Apr 2008 20:45:42 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/03/31/novella-35-is-released/#comment-973</guid>
					<description>Hey Ryan,
I, too, would like to see your project when it is done! My clients want the same thing.
Bebandit</description>
		<content:encoded><![CDATA[<p>Hey Ryan,<br />
I, too, would like to see your project when it is done! My clients want the same thing.<br />
Bebandit</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Joe Garrett (garetjax)</title>
		<link>http://www.creativeui.com/2008/03/31/novella-35-is-released/#comment-1051</link>
		<author>Joe Garrett (garetjax)</author>
		<pubDate>Tue, 19 Aug 2008 23:06:47 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/03/31/novella-35-is-released/#comment-1051</guid>
					<description>David,

I think you have a tremendous opportunity judging from the source and 3 tier approach I see in your coding.  I am an enthusiast of any .net language especially one that leverages ajax seemingly so well.  

I applaud your efforts and believe that you'd have so many more downloads if you could showcase different designs using the platform itself.  I have been looking for similar solutions to this for client websites that are in need of something more than a simplistic blog tool though another solution is quite nice that I use on my site (blogengine).  

I was wondering if you plan on doing more with xml/xslt rather than direct to SQL/MSDE.  I think it could be a tremendous effort but, perhaps well worth the effort.


Again,  Thank you for your effort.

Joe Garrett
(aka: garetjax - designer, winamp.skinner)</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>I think you have a tremendous opportunity judging from the source and 3 tier approach I see in your coding.  I am an enthusiast of any .net language especially one that leverages ajax seemingly so well.  </p>
<p>I applaud your efforts and believe that you&#8217;d have so many more downloads if you could showcase different designs using the platform itself.  I have been looking for similar solutions to this for client websites that are in need of something more than a simplistic blog tool though another solution is quite nice that I use on my site (blogengine).  </p>
<p>I was wondering if you plan on doing more with xml/xslt rather than direct to SQL/MSDE.  I think it could be a tremendous effort but, perhaps well worth the effort.</p>
<p>Again,  Thank you for your effort.</p>
<p>Joe Garrett<br />
(aka: garetjax - designer, winamp.skinner)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2008/03/31/novella-35-is-released/#comment-1052</link>
		<author>David Baxter</author>
		<pubDate>Wed, 20 Aug 2008 14:14:41 +0000</pubDate>
		<guid>http://www.creativeui.com/2008/03/31/novella-35-is-released/#comment-1052</guid>
					<description>Hey Joe, thank you so much for the encouragement.

As of last count 650+ people have downloaded the latest version...not a lot, but I have been happy so far. Of course, more is always better.

I would love to show some sites that use novella. I have a few that are coming out myself and I get emails pretty regularly of people who are using it for their sites, but I haven't gotten any links yet.

So...if you have gotten novella and you are using it, send me a link (david at visionaryonline dot com)!!!

As for the XML/XSL...XML is actually one of my specialties because of the apps I have built in the past. However, for novella I am not sure I see the benefits of such an approach. What do you see as the advantage as compared to using SQL? I am sure there is one that I am just missing...

I hope to get working on novella again soon, but right now I am swamped with client work (not a bad problem to have, but it does cut down on the extracurricular activities :P).

The first thing I plan to add is blog tools like comments and such. Several people have asked for that feature...

I also had one user who converted the tool from C# to VB.NET so I will be posting that soon.

Thanks again Joe!

David</description>
		<content:encoded><![CDATA[<p>Hey Joe, thank you so much for the encouragement.</p>
<p>As of last count 650+ people have downloaded the latest version&#8230;not a lot, but I have been happy so far. Of course, more is always better.</p>
<p>I would love to show some sites that use novella. I have a few that are coming out myself and I get emails pretty regularly of people who are using it for their sites, but I haven&#8217;t gotten any links yet.</p>
<p>So&#8230;if you have gotten novella and you are using it, send me a link (david at visionaryonline dot com)!!!</p>
<p>As for the XML/XSL&#8230;XML is actually one of my specialties because of the apps I have built in the past. However, for novella I am not sure I see the benefits of such an approach. What do you see as the advantage as compared to using SQL? I am sure there is one that I am just missing&#8230;</p>
<p>I hope to get working on novella again soon, but right now I am swamped with client work (not a bad problem to have, but it does cut down on the extracurricular activities :P).</p>
<p>The first thing I plan to add is blog tools like comments and such. Several people have asked for that feature&#8230;</p>
<p>I also had one user who converted the tool from C# to VB.NET so I will be posting that soon.</p>
<p>Thanks again Joe!</p>
<p>David</p>
]]></content:encoded>
				</item>
</channel>
</rss>
