<?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 for skater coder</title>
	<atom:link href="http://www.skatercoder.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skatercoder.com</link>
	<description>angela chng - Ruby on Rails / PHP web developer &#38; skater girl in Singapore</description>
	<lastBuildDate>Sat, 08 Jan 2011 06:53:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on How to upload multiple files on rails (uploadify + paperclip + jquery) by hollownest</title>
		<link>http://www.skatercoder.com/2010/08/31/how-to-upload-multiple-files-on-rails-uploadify-paperclip-jquery/comment-page-1/#comment-659</link>
		<dc:creator>hollownest</dc:creator>
		<pubDate>Sat, 08 Jan 2011 06:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.skatercoder.com/?p=397#comment-659</guid>
		<description>This was very helpful, thanks for posting.  Some updates are needed for Rails 3.0, and I had ferreted them out, but then I found a gem that handles all of the Rails side:

https://github.com/trevorturk/flash_cookie_session

Also, to work with the Uploadify 3.0 beta, there are a few changes:

      $(&#039;#photo_upload&#039;).uploadify({ 
        &#039;swf&#039;          : &#039;/javascripts/uploadify/uploadify.swf&#039;, 
        &#039;uploader&#039;     : &#039;/assets&#039;,
        &#039;checkExisting&#039;: &#039;/assets/exists&#039;,
        &#039;cancelImage&#039;  : &#039;/images/uploadify-cancel.png&#039;,
        &#039;folder&#039;       : &#039;/tmp&#039;,
        &#039;auto&#039;         : true,
        &#039;postData&#039;     : {
          &#039;_http_accept&#039;: &#039;application/javascript&#039;,
          &#039;_method&#039;: &#039;put&#039;,
          &#039;#{Rails.application.config.session_options[:key]}&#039; : &#039;#{cookies[Rails.application.config.session_options[:key]]}&#039;,
          &#039;#{request_forgery_protection_token}&#039;: &#039;#{form_authenticity_token}&#039;
        }

/assets/exists is called with: parameters =&gt; {filename&quot;=&gt;&quot;hachiko.jpg&quot;} but I haven&#039;t yet decided exactly how to handle it.</description>
		<content:encoded><![CDATA[<p>This was very helpful, thanks for posting.  Some updates are needed for Rails 3.0, and I had ferreted them out, but then I found a gem that handles all of the Rails side:</p>
<p><a href="https://github.com/trevorturk/flash_cookie_session" rel="nofollow">https://github.com/trevorturk/flash_cookie_session</a></p>
<p>Also, to work with the Uploadify 3.0 beta, there are a few changes:</p>
<p>      $(&#8216;#photo_upload&#8217;).uploadify({<br />
        &#8216;swf&#8217;          : &#8216;/javascripts/uploadify/uploadify.swf&#8217;,<br />
        &#8216;uploader&#8217;     : &#8216;/assets&#8217;,<br />
        &#8216;checkExisting&#8217;: &#8216;/assets/exists&#8217;,<br />
        &#8216;cancelImage&#8217;  : &#8216;/images/uploadify-cancel.png&#8217;,<br />
        &#8216;folder&#8217;       : &#8216;/tmp&#8217;,<br />
        &#8216;auto&#8217;         : true,<br />
        &#8216;postData&#8217;     : {<br />
          &#8216;_http_accept&#8217;: &#8216;application/javascript&#8217;,<br />
          &#8216;_method&#8217;: &#8216;put&#8217;,<br />
          &#8216;#{Rails.application.config.session_options[:key]}&#8217; : &#8216;#{cookies[Rails.application.config.session_options[:key]]}&#8217;,<br />
          &#8216;#{request_forgery_protection_token}&#8217;: &#8216;#{form_authenticity_token}&#8217;<br />
        }</p>
<p>/assets/exists is called with: parameters => {filename&#8221;=>&#8221;hachiko.jpg&#8221;} but I haven&#8217;t yet decided exactly how to handle it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to upload multiple files on rails (uploadify + paperclip + jquery) by stmurder</title>
		<link>http://www.skatercoder.com/2010/08/31/how-to-upload-multiple-files-on-rails-uploadify-paperclip-jquery/comment-page-1/#comment-658</link>
		<dc:creator>stmurder</dc:creator>
		<pubDate>Thu, 09 Dec 2010 11:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.skatercoder.com/?p=397#comment-658</guid>
		<description>wow, this is awesome!;)

thank you</description>
		<content:encoded><![CDATA[<p>wow, this is awesome!;)</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Spree with cucumber + spork + autotest + pickle + factory girl by polarblau</title>
		<link>http://www.skatercoder.com/2010/09/04/testing-spree-with-cucumber-spork-autotest-pickle/comment-page-1/#comment-652</link>
		<dc:creator>polarblau</dc:creator>
		<pubDate>Sun, 14 Nov 2010 21:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.skatercoder.com/?p=439#comment-652</guid>
		<description>Thanks for this! Didn&#039;t look for spree but your article helped me anyways.</description>
		<content:encoded><![CDATA[<p>Thanks for this! Didn&#8217;t look for spree but your article helped me anyways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Receive email in rails with mail fetcher by Valerie</title>
		<link>http://www.skatercoder.com/2010/07/23/how-to-receive-email-in-rails-with-mail-fetcher/comment-page-1/#comment-651</link>
		<dc:creator>Valerie</dc:creator>
		<pubDate>Fri, 12 Nov 2010 20:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://roadburn.audioreload.com/?p=362#comment-651</guid>
		<description>Thanks for the nice write-up!  It was very helpful.

One problem I that ran into while following these instructions:

In Rails 3, the receiver should be in app/mailers/*.rb 
(not app/models/*.rb)</description>
		<content:encoded><![CDATA[<p>Thanks for the nice write-up!  It was very helpful.</p>
<p>One problem I that ran into while following these instructions:</p>
<p>In Rails 3, the receiver should be in app/mailers/*.rb<br />
(not app/models/*.rb)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MOSS / Sharepoint 2007 Forum Webpart by anna</title>
		<link>http://www.skatercoder.com/2007/10/03/moss-sharepoint-2007-forum-webpart/comment-page-1/#comment-645</link>
		<dc:creator>anna</dc:creator>
		<pubDate>Tue, 05 Oct 2010 18:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://roadburn.audioreload.com/2007/10/03/moss-sharepoint-2007-forum-webpart/#comment-645</guid>
		<description>thx ;)</description>
		<content:encoded><![CDATA[<p>thx ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tricolor rice bowl success! by roadburn</title>
		<link>http://www.skatercoder.com/2010/07/22/tricolor-rice-bowl-success/comment-page-1/#comment-473</link>
		<dc:creator>roadburn</dc:creator>
		<pubDate>Thu, 22 Jul 2010 16:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://roadburn.audioreload.com/2010/07/22/tricolor-rice-bowl-success/#comment-473</guid>
		<description>haha you&#039;re right J-me, should be quad color rice bowl, but doesn&#039;t quite have the same ring to it :P

hmmm wendy... now you&#039;re making me crave for shepherd&#039;s pie</description>
		<content:encoded><![CDATA[<p>haha you&#8217;re right J-me, should be quad color rice bowl, but doesn&#8217;t quite have the same ring to it :P</p>
<p>hmmm wendy&#8230; now you&#8217;re making me crave for shepherd&#8217;s pie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tricolor rice bowl success! by Wendy</title>
		<link>http://www.skatercoder.com/2010/07/22/tricolor-rice-bowl-success/comment-page-1/#comment-472</link>
		<dc:creator>Wendy</dc:creator>
		<pubDate>Thu, 22 Jul 2010 14:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://roadburn.audioreload.com/2010/07/22/tricolor-rice-bowl-success/#comment-472</guid>
		<description>yum...miss your shepherd&#039;s pie!!</description>
		<content:encoded><![CDATA[<p>yum&#8230;miss your shepherd&#8217;s pie!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tricolor rice bowl success! by J-me</title>
		<link>http://www.skatercoder.com/2010/07/22/tricolor-rice-bowl-success/comment-page-1/#comment-469</link>
		<dc:creator>J-me</dc:creator>
		<pubDate>Thu, 22 Jul 2010 05:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://roadburn.audioreload.com/2010/07/22/tricolor-rice-bowl-success/#comment-469</guid>
		<description>YOU made this! IMPRESSIVE. Got 4 colours ley =P</description>
		<content:encoded><![CDATA[<p>YOU made this! IMPRESSIVE. Got 4 colours ley =P</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MOSS &#8211; Sharepoint 2007 Custom Site Usage Report by Nick Kharchenko</title>
		<link>http://www.skatercoder.com/2008/02/27/moss-sharepoint-2007-custom-site-usage-report/comment-page-1/#comment-453</link>
		<dc:creator>Nick Kharchenko</dc:creator>
		<pubDate>Fri, 07 Aug 2009 13:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://roadburn.audioreload.com/2008/02/27/moss-sharepoint-2007-custom-site-usage-report/#comment-453</guid>
		<description>MAPILab provides a very good SharePoint usage reporting solution: MAPILab Statistics for SharePoint. Detailed reports on visitors, documents, lists, search and more. You can try free trial version or online demo:  http://www.mapilab.com/sharepoint/statistics/.</description>
		<content:encoded><![CDATA[<p>MAPILab provides a very good SharePoint usage reporting solution: MAPILab Statistics for SharePoint. Detailed reports on visitors, documents, lists, search and more. You can try free trial version or online demo:  <a href="http://www.mapilab.com/sharepoint/statistics/" rel="nofollow">http://www.mapilab.com/sharepoint/statistics/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ECTS &#8211; An unexpected error has occurred. by Dan Blake</title>
		<link>http://www.skatercoder.com/2008/06/05/ects-an-unexpected-error-has-occurred/comment-page-1/#comment-451</link>
		<dc:creator>Dan Blake</dc:creator>
		<pubDate>Fri, 29 May 2009 15:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://roadburn.audioreload.com/?p=82#comment-451</guid>
		<description>Angela,
Thanks so much for publishing this troubleshooting guidance.  It helped me to solve a problem with FBA in WSS.  Just wanted to recognize your contributions.
Thanks,
Dan Blake</description>
		<content:encoded><![CDATA[<p>Angela,<br />
Thanks so much for publishing this troubleshooting guidance.  It helped me to solve a problem with FBA in WSS.  Just wanted to recognize your contributions.<br />
Thanks,<br />
Dan Blake</p>
]]></content:encoded>
	</item>
</channel>
</rss>

