<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Another Rails project reaches beta :)</title>
	<atom:link href="http://macdiggs.com/2007/01/31/another-rails-project-in-reaches-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://macdiggs.com/2007/01/31/another-rails-project-in-reaches-beta/</link>
	<description>Digging the watery grave and talking about PHP, Rails and tech stuff..</description>
	<pubDate>Thu, 17 May 2012 16:22:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mike</title>
		<link>http://macdiggs.com/2007/01/31/another-rails-project-in-reaches-beta/comment-page-1/#comment-19830</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 03 Apr 2007 09:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/01/31/another-rails-project-in-reaches-beta/#comment-19830</guid>
		<description>Hey Ivan,

since all these projects are commercial onces, I am not going to (and not allowed to) make them open source. But here's a simple hint on how you can implement the uploading mechanism in your app:

1. make a simple TinyMCE plugin which will open a new window for a user
2, in that new window, there should be a form with at least a file upload field, and action would point to your app's image upload controller
3. when user hits the upload button, the image is uploaded, and content of the upload window is replaced with a Javascript which would insert HTML code for the newly uploaded image into your active TinyMCE editor of the parent window and close the upload window

that's basically all. you can enchance the uploaded by allowing user specify image size, backlink to original image, alignment, but the basics are explained above. Shouldn't actually take much of the time. Let me know if you're stuck and I'll see if I will be able to help your beyond that point.

cheers,
mike.</description>
		<content:encoded><![CDATA[<p>Hey Ivan,</p>
<p>since all these projects are commercial onces, I am not going to (and not allowed to) make them open source. But here&#039;s a simple hint on how you can implement the uploading mechanism in your app:</p>
<p>1. make a simple TinyMCE plugin which will open a new window for a user<br />
2, in that new window, there should be a form with at least a file upload field, and action would point to your app&#039;s image upload controller<br />
3. when user hits the upload button, the image is uploaded, and content of the upload window is replaced with a Javascript which would insert HTML code for the newly uploaded image into your active TinyMCE editor of the parent window and close the upload window</p>
<p>that&#039;s basically all. you can enchance the uploaded by allowing user specify image size, backlink to original image, alignment, but the basics are explained above. Shouldn&#039;t actually take much of the time. Let me know if you&#039;re stuck and I&#039;ll see if I will be able to help your beyond that point.</p>
<p>cheers,<br />
mike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Storck</title>
		<link>http://macdiggs.com/2007/01/31/another-rails-project-in-reaches-beta/comment-page-1/#comment-19701</link>
		<dc:creator>Ivan Storck</dc:creator>
		<pubDate>Mon, 02 Apr 2007 17:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/01/31/another-rails-project-in-reaches-beta/#comment-19701</guid>
		<description>Hi - are you going to release some of this as open source? I am really interested in how you worked on the TinyMCE image upload challenge.</description>
		<content:encoded><![CDATA[<p>Hi - are you going to release some of this as open source? I am really interested in how you worked on the TinyMCE image upload challenge.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

