<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Shine Technologies</title>
	<atom:link href="http://blog.shinetech.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.shinetech.com</link>
	<description>The Shine Blog</description>
	<lastBuildDate>Wed, 17 Apr 2013 19:10:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Testing for Android with Robotium by wasim_y</title>
		<link>http://blog.shinetech.com/2012/09/05/testing-for-android-with-robotium/#comment-4245</link>
		<dc:creator><![CDATA[wasim_y]]></dc:creator>
		<pubDate>Wed, 17 Apr 2013 19:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shinetech.com/?p=2377#comment-4245</guid>
		<description><![CDATA[did you tried solo.clickOnText(ExcelInsertion.getContent(&quot;lang&quot;).toString());]]></description>
		<content:encoded><![CDATA[<p>did you tried solo.clickOnText(ExcelInsertion.getContent(&#8220;lang&#8221;).toString());</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a shared calendar with Backbone.js and FullCalendar: A step-by-step tutorial by Events are not shown on calendar using jquery plugin fullCalendar &#124; BlogoSfera</title>
		<link>http://blog.shinetech.com/2011/08/05/building-a-shared-calendar-with-backbone-js-and-fullcalendar-a-step-by-step-tutorial/#comment-4185</link>
		<dc:creator><![CDATA[Events are not shown on calendar using jquery plugin fullCalendar &#124; BlogoSfera]]></dc:creator>
		<pubDate>Thu, 11 Apr 2013 06:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shinetech.com/?p=947#comment-4185</guid>
		<description><![CDATA[[...] am implementing jquery fullCalendar plugin using backbone following this tutorial. It does show calendar fine, however, it does not show events on calendar at all which I am [...]]]></description>
		<content:encoded><![CDATA[<p>[...] am implementing jquery fullCalendar plugin using backbone following this tutorial. It does show calendar fine, however, it does not show events on calendar at all which I am [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a shared calendar with Backbone.js and FullCalendar: A step-by-step tutorial by x4f4r</title>
		<link>http://blog.shinetech.com/2011/08/05/building-a-shared-calendar-with-backbone-js-and-fullcalendar-a-step-by-step-tutorial/#comment-4174</link>
		<dc:creator><![CDATA[x4f4r]]></dc:creator>
		<pubDate>Tue, 09 Apr 2013 08:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shinetech.com/?p=947#comment-4174</guid>
		<description><![CDATA[Hi I am following this tutorial. I am having problem with showing events on calendar. I have following code

var EventsView = Backbone.View.extend({
    initialize: function () {
        _.bindAll(this);
        this.collection.bind(&#039;reset&#039;, this.addAll);
    },

    render: function () {
        this.$el.fullCalendar({
            header: {
                left: &#039;prev, next today&#039;,
                center: &#039;title&#039;,
                right: &#039;agendaWeek,agendaDay&#039;,
                ignoreTimezone: false
            },
            defaultView: &#039;agendaWeek&#039;,
            selectable: true,
            selectHelper: true,
            editable: true
        });

        return this;
    },

    addAll: function () {
        this.el.fullCalendar(&#039;addEventSource&#039;, this.collection.toJSON());
    }
});

I have a complete question below
http://stackoverflow.com/questions/15893859/events-are-not-shown-on-calendar-using-jquery-plugin-fullcalendar]]></description>
		<content:encoded><![CDATA[<p>Hi I am following this tutorial. I am having problem with showing events on calendar. I have following code</p>
<p>var EventsView = Backbone.View.extend({<br />
    initialize: function () {<br />
        _.bindAll(this);<br />
        this.collection.bind(&#8216;reset&#8217;, this.addAll);<br />
    },</p>
<p>    render: function () {<br />
        this.$el.fullCalendar({<br />
            header: {<br />
                left: &#8216;prev, next today&#8217;,<br />
                center: &#8216;title&#8217;,<br />
                right: &#8216;agendaWeek,agendaDay&#8217;,<br />
                ignoreTimezone: false<br />
            },<br />
            defaultView: &#8216;agendaWeek&#8217;,<br />
            selectable: true,<br />
            selectHelper: true,<br />
            editable: true<br />
        });</p>
<p>        return this;<br />
    },</p>
<p>    addAll: function () {<br />
        this.el.fullCalendar(&#8216;addEventSource&#8217;, this.collection.toJSON());<br />
    }<br />
});</p>
<p>I have a complete question below<br />
<a href="http://stackoverflow.com/questions/15893859/events-are-not-shown-on-calendar-using-jquery-plugin-fullcalendar" rel="nofollow">http://stackoverflow.com/questions/15893859/events-are-not-shown-on-calendar-using-jquery-plugin-fullcalendar</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cascading Select Boxes with Backbone.js: A Step-by-Step Tutorial by Ben Teese</title>
		<link>http://blog.shinetech.com/2011/07/25/cascading-select-boxes-with-backbone-js/#comment-4160</link>
		<dc:creator><![CDATA[Ben Teese]]></dc:creator>
		<pubDate>Wed, 03 Apr 2013 22:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shinetech.com/?p=620#comment-4160</guid>
		<description><![CDATA[*See the aside &#039;Note for more advanced Backbone.js users&#039;*]]></description>
		<content:encoded><![CDATA[<p>*See the aside &#8216;Note for more advanced Backbone.js users&#8217;*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cascading Select Boxes with Backbone.js: A Step-by-Step Tutorial by Hossein Zolfi</title>
		<link>http://blog.shinetech.com/2011/07/25/cascading-select-boxes-with-backbone-js/#comment-4157</link>
		<dc:creator><![CDATA[Hossein Zolfi]]></dc:creator>
		<pubDate>Wed, 03 Apr 2013 08:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shinetech.com/?p=620#comment-4157</guid>
		<description><![CDATA[Hi Ben,
Thanks for your post, there is a question for me, as you have mentiond in your post, &quot;The code in this post is not optimized to minimize calls to the server&quot;, could you please help me to know how I can minimize calls to server?
Thankns in advance]]></description>
		<content:encoded><![CDATA[<p>Hi Ben,<br />
Thanks for your post, there is a question for me, as you have mentiond in your post, &#8220;The code in this post is not optimized to minimize calls to the server&#8221;, could you please help me to know how I can minimize calls to server?<br />
Thankns in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Efficient Stateful Views with Backbone.js, Part 1 by rlevin</title>
		<link>http://blog.shinetech.com/2012/10/10/efficient-stateful-views-with-backbone-js-part-1/#comment-4156</link>
		<dc:creator><![CDATA[rlevin]]></dc:creator>
		<pubDate>Wed, 03 Apr 2013 05:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shinetech.com/?p=2503#comment-4156</guid>
		<description><![CDATA[^unwinding^unbinding :(]]></description>
		<content:encoded><![CDATA[<p>^unwinding^unbinding <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Efficient Stateful Views with Backbone.js, Part 1 by Rob Levin</title>
		<link>http://blog.shinetech.com/2012/10/10/efficient-stateful-views-with-backbone-js-part-1/#comment-4155</link>
		<dc:creator><![CDATA[Rob Levin]]></dc:creator>
		<pubDate>Wed, 03 Apr 2013 05:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shinetech.com/?p=2503#comment-4155</guid>
		<description><![CDATA[Interesting approach thanks for sharing. I&#039;m wondering if views newing up sub views is the best approach though ... I see it as common practice in the wild but wonder if an app.js could use DI and inject any depended on sub views etc. and then manage the disposal of those sub views by calling their close method (as I agree that they should be responsible for any custom unwinding required).]]></description>
		<content:encoded><![CDATA[<p>Interesting approach thanks for sharing. I&#8217;m wondering if views newing up sub views is the best approach though &#8230; I see it as common practice in the wild but wonder if an app.js could use DI and inject any depended on sub views etc. and then manage the disposal of those sub views by calling their close method (as I agree that they should be responsible for any custom unwinding required).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backbone Boilerplate Vs. Rails Asset Pipeline by backbonerails</title>
		<link>http://blog.shinetech.com/2013/03/22/backbone-boilerplate-vs-rails-asset-pipeline/#comment-4140</link>
		<dc:creator><![CDATA[backbonerails]]></dc:creator>
		<pubDate>Wed, 27 Mar 2013 04:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shinetech.com/?p=3993#comment-4140</guid>
		<description><![CDATA[Ahh very good to know, my life is back in harmony.]]></description>
		<content:encoded><![CDATA[<p>Ahh very good to know, my life is back in harmony.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backbone Boilerplate Vs. Rails Asset Pipeline by Ben Teese</title>
		<link>http://blog.shinetech.com/2013/03/22/backbone-boilerplate-vs-rails-asset-pipeline/#comment-4139</link>
		<dc:creator><![CDATA[Ben Teese]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 23:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shinetech.com/?p=3993#comment-4139</guid>
		<description><![CDATA[Good question. Put bluntly, there probably isn&#039;t much advantage in using RequireJS in a Rails environment. However, we happened to already be using it before we shifted to Rails, and discarding it would have involved a whole bunch of changes to our codebase. Given that we were able to find a gem that supported it out-of-the-box, we kept it. 

If we were starting the project again from scratch in a Rails environment, we probably wouldn&#039;t be using RequireJS.]]></description>
		<content:encoded><![CDATA[<p>Good question. Put bluntly, there probably isn&#8217;t much advantage in using RequireJS in a Rails environment. However, we happened to already be using it before we shifted to Rails, and discarding it would have involved a whole bunch of changes to our codebase. Given that we were able to find a gem that supported it out-of-the-box, we kept it. </p>
<p>If we were starting the project again from scratch in a Rails environment, we probably wouldn&#8217;t be using RequireJS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backbone Boilerplate Vs. Rails Asset Pipeline by backbonerails</title>
		<link>http://blog.shinetech.com/2013/03/22/backbone-boilerplate-vs-rails-asset-pipeline/#comment-4138</link>
		<dc:creator><![CDATA[backbonerails]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 14:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shinetech.com/?p=3993#comment-4138</guid>
		<description><![CDATA[What&#039;s the benefit of using RequireJS  over Rails manifest files? I haven&#039;t found a need for RequireJS in a Rails environment.]]></description>
		<content:encoded><![CDATA[<p>What&#8217;s the benefit of using RequireJS  over Rails manifest files? I haven&#8217;t found a need for RequireJS in a Rails environment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>