<?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: WinJS Event Aggregators And Observable/Evented Objects</title>
	<atom:link href="http://lostechies.com/derickbailey/2012/07/31/winjs-event-aggregators-and-observableevented-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2012/07/31/winjs-event-aggregators-and-observableevented-objects/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Thu, 13 Jun 2013 17:35:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Sachin {Web-Farmer}</title>
		<link>http://lostechies.com/derickbailey/2012/07/31/winjs-event-aggregators-and-observableevented-objects/#comment-2729</link>
		<dc:creator>Sachin {Web-Farmer}</dc:creator>
		<pubDate>Fri, 31 Aug 2012 11:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=970#comment-2729</guid>
		<description>Here is the nice example of event aggregation and how to cook custome winjs control.


Hope, it may help someone to understand the event aggregators.


See...
http://blogs.ugidotnet.org/corrado/archive/2012/07/21/winjs-custom-controls.aspx 



Enjoy windows8 metro app with winjs/HTML5


it rocks..!!


Sachin {Web-Farmer}</description>
		<content:encoded><![CDATA[<p>Here is the nice example of event aggregation and how to cook custome winjs control.</p>
<p>Hope, it may help someone to understand the event aggregators.</p>
<p>See&#8230;<br />
<a href="http://blogs.ugidotnet.org/corrado/archive/2012/07/21/winjs-custom-controls.aspx" rel="nofollow">http://blogs.ugidotnet.org/corrado/archive/2012/07/21/winjs-custom-controls.aspx</a> </p>
<p>Enjoy windows8 metro app with winjs/HTML5</p>
<p>it rocks..!!</p>
<p>Sachin {Web-Farmer}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/07/31/winjs-event-aggregators-and-observableevented-objects/#comment-2680</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Mon, 13 Aug 2012 16:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=970#comment-2680</guid>
		<description>oops - typo. WinJS.Class.mix( ... ) http://msdn.microsoft.com/en-us/library/windows/apps/br229836.aspx</description>
		<content:encoded><![CDATA[<p>oops &#8211; typo. WinJS.Class.mix( &#8230; ) <a href="http://msdn.microsoft.com/en-us/library/windows/apps/br229836.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/windows/apps/br229836.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastian gomez</title>
		<link>http://lostechies.com/derickbailey/2012/07/31/winjs-event-aggregators-and-observableevented-objects/#comment-2679</link>
		<dc:creator>sebastian gomez</dc:creator>
		<pubDate>Mon, 13 Aug 2012 15:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=970#comment-2679</guid>
		<description>I get &#039;Object doesn&#039;t support property or method&#039; Mixin on 
MyClass = WinJS.Class.Mixin(MyClass, WinJS.Utilities.eventMixin); :(</description>
		<content:encoded><![CDATA[<p>I get &#8216;Object doesn&#8217;t support property or method&#8217; Mixin on<br />
MyClass = WinJS.Class.Mixin(MyClass, WinJS.Utilities.eventMixin); :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/07/31/winjs-event-aggregators-and-observableevented-objects/#comment-2658</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Wed, 01 Aug 2012 18:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=970#comment-2658</guid>
		<description>good to know. thanks, chris! :)</description>
		<content:encoded><![CDATA[<p>good to know. thanks, chris! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Tavares</title>
		<link>http://lostechies.com/derickbailey/2012/07/31/winjs-event-aggregators-and-observableevented-objects/#comment-2657</link>
		<dc:creator>Chris Tavares</dc:creator>
		<pubDate>Wed, 01 Aug 2012 18:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=970#comment-2657</guid>
		<description>the useCapture flag is there for consistency with the DOM addEventListener APIs. It isn&#039;t actually used for anything, and can be safely ignored (not specified).</description>
		<content:encoded><![CDATA[<p>the useCapture flag is there for consistency with the DOM addEventListener APIs. It isn&#8217;t actually used for anything, and can be safely ignored (not specified).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
