<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Die, AJAX! &#187; Tutorial</title>
	<link>http://www.dieajax.com</link>
	<description>Helping developers put a new face on the web.</description>
	<pubDate>Sat, 15 Nov 2008 03:29:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>10 Minute Silverlight Game Programming Tutorial - Shootorial Conversion #3 (C#)</title>
		<link>http://www.dieajax.com/2008/11/09/10-minute-silverlight-game-programming-tutorial-shootorial-conversion-3-c/</link>
		<comments>http://www.dieajax.com/2008/11/09/10-minute-silverlight-game-programming-tutorial-shootorial-conversion-3-c/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 19:23:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Games]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Silverlight]]></category>
<category>C#</category><category>games</category><category>Managed Code</category><category>SIlverlight</category><category>Tutorial</category>
		<guid isPermaLink="false">http://www.dieajax.com/2008/11/09/10-minute-silverlight-game-programming-tutorial-shootorial-conversion-3-c/</guid>
		<description><![CDATA[Welcome back! In my previous Silverlight game programming tutorial, I converted Kongregate&#8217;s Flash Shootorial #2 to Silverlight, giving a scrolling background for the space ship to fly over. So today, in Shootorial #3, you will arm that ship with missiles, transforming into a lethal killing machine.
Kinda ;).
Again, keep in mind that Kongregate wrote these tutorials [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome back! In <a href="http://www.dieajax.com/2008/11/06/10-minute-silverlight-game-programming-tutorial-shootorial-conversion-2-c/">my previous Silverlight game programming tutorial</a>, I converted <a href="http://www.kongregate.com/games/Kongregate/shootorial-2">Kongregate&#8217;s Flash Shootorial #2</a> to Silverlight, giving a scrolling background for the space ship to fly over. So today, in <a href="http://www.kongregate.com/games/Kongregate/shootorial-3">Shootorial #3</a>, you will arm that ship with missiles, transforming into a lethal killing machine.</p>
<p>Kinda ;).</p>
<p>Again, keep in mind that Kongregate wrote these tutorials for beginning programmers, thus they prefered to &#8220;make things work&#8221; rather than &#8220;make things work in the best way&#8221;. And, in the interest of keeping the code simple, I plan to cut corners, too ;). Additionally, this tutorial builds on my other tutorials, so if you don&#8217;t understand something please refer to <a href="/2008/11/06/10-minute-silverlight-game-programming-tutorial-shootorial-conversion-2-c/">Shootorial Conversion #2</a> and <a href="/2008/11/01/10-minute-game-programming-tutorial-silverlight-shootorial-1-conversion-c/">Shootorial Conversion #1</a>.</p>
<p>Here we go! <a href="http://www.dieajax.com/2008/11/09/10-minute-silverlight-game-programming-tutorial-shootorial-conversion-3-c/#more-34" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dieajax.com/2008/11/09/10-minute-silverlight-game-programming-tutorial-shootorial-conversion-3-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Minute Silverlight Game Programming Tutorial - Shootorial Conversion #2 (C#)</title>
		<link>http://www.dieajax.com/2008/11/06/10-minute-silverlight-game-programming-tutorial-shootorial-conversion-2-c/</link>
		<comments>http://www.dieajax.com/2008/11/06/10-minute-silverlight-game-programming-tutorial-shootorial-conversion-2-c/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 18:23:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Games]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Silverlight]]></category>
<category>C#</category><category>games</category><category>Managed Code</category><category>SIlverlight</category><category>Tutorial</category>
		<guid isPermaLink="false">http://www.dieajax.com/2008/11/06/10-minute-silverlight-game-programming-tutorial-shootorial-conversion-2-c/</guid>
		<description><![CDATA[I knew you&#8217;d come back for more :).
Welcome to the next tutorial in my Silverlight game programming tutorial series. For those out of the loop, I recently started a series of tutorials porting Kongregate&#8217;s Flash game programming tutorial series over to Silverlight. In my last Silverlight game programming tutorial I converted their Shootorial #1 tutorial, [...]]]></description>
			<content:encoded><![CDATA[<p>I knew you&#8217;d come back for more :).</p>
<p>Welcome to the next tutorial in my Silverlight game programming tutorial series. For those out of the loop, I recently started a series of tutorials porting <a href="http://www.kongregate.com/labs">Kongregate&#8217;s Flash game programming tutorial series</a> over to Silverlight. In my last <a href="/2008/11/01/10-minute-game-programming-tutorial-silverlight-shootorial-1-conversion-c/">Silverlight game programming tutorial</a> I converted their <a href="http://www.kongregate.com/games/Kongregate/shootorial-1">Shootorial #1</a> tutorial, so this time I will convert <a href="http://www.kongregate.com/games/Kongregate/shootorial-2">Shootorial #2</a>.</p>
<p>As I stated before, Kongregate&#8217;s tutorials assume no programming knowledge and holds your hand while walking you through the IDE. Conversely, I assume a basic understanding of C# programming and I don&#8217;t use the IDE at all. Also, I assume you read enough of my <a href="/category/tutorial/feed/">previous Silverlight tutorials</a> to know how to deploy a basic Silverlight application. If not, check the <a href="/2008/11/01/10-minute-game-programming-tutorial-silverlight-shootorial-1-conversion-c/">previous game programming tutorial&#8217;s prerequisites</a> to learn more.</p>
<p>Okay,&#8230;onward! <a href="http://www.dieajax.com/2008/11/06/10-minute-silverlight-game-programming-tutorial-shootorial-conversion-2-c/#more-33" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dieajax.com/2008/11/06/10-minute-silverlight-game-programming-tutorial-shootorial-conversion-2-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Minute Game Programming Tutorial: Silverlight - Shootorial #1 Conversion (C#)</title>
		<link>http://www.dieajax.com/2008/11/01/10-minute-game-programming-tutorial-silverlight-shootorial-1-conversion-c/</link>
		<comments>http://www.dieajax.com/2008/11/01/10-minute-game-programming-tutorial-silverlight-shootorial-1-conversion-c/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 04:59:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Games]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Silverlight]]></category>
<category>C#</category><category>games</category><category>Managed Code</category><category>SIlverlight</category><category>Tutorial</category>
		<guid isPermaLink="false">http://www.dieajax.com/2008/11/01/10-minute-game-programming-tutorial-silverlight-shootorial-1-conversion-c/</guid>
		<description><![CDATA[Welcome to the first of many Silverlight game programming tutorials on dieajax.com. In a burst of originality and creativity, for this initial set of tutorials, I decided to convert Kongregate&#8217;s excellent beginning Flash game programming tutorial series to Silverlight. The first of these let&#8217;s the developer get their feet wet by walking them through drawing [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the first of many Silverlight game programming tutorials on dieajax.com. In a burst of originality and creativity, for this initial set of tutorials, I decided to convert <a href="http://www.kongregate.com/labs">Kongregate&#8217;s excellent beginning Flash game programming tutorial series</a> to Silverlight. The first of these let&#8217;s the developer get their feet wet by walking them through drawing a space ship on the screen that they can move with the arrow keys. These tutorials focus on simplicity, clarity and &#8220;getting something to work&#8221;, rather than writing battle-hardened, production-ready code. However, as time goes on, the tutorials will certainly get more advanced and I, personally, have plans to create and give away the source code to as many fully-playable Silverlight games as I can make.</p>
<p>Alright, let&#8217;s begin! <a href="http://www.dieajax.com/2008/11/01/10-minute-game-programming-tutorial-silverlight-shootorial-1-conversion-c/#more-32" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dieajax.com/2008/11/01/10-minute-game-programming-tutorial-silverlight-shootorial-1-conversion-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Minute Tutorial - Silverlight: Mouse button and scroll wheel event handling using managed code (C#)</title>
		<link>http://www.dieajax.com/2008/10/20/10-minute-tutorial-silverlight-mouse-button-and-scroll-wheel-event-handling-c/</link>
		<comments>http://www.dieajax.com/2008/10/20/10-minute-tutorial-silverlight-mouse-button-and-scroll-wheel-event-handling-c/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 03:49:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Silverlight]]></category>
<category>C#</category><category>JavaScript</category><category>Managed Code</category><category>SIlverlight</category><category>Tutorial</category>
		<guid isPermaLink="false">http://www.dieajax.com/2008/10/20/10-minute-tutorial-silverlight-mouse-button-and-scroll-wheel-event-handling-c/</guid>
		<description><![CDATA[Originally, I wanted this post to stand as the definitive tutorial on mouse handling in Silverlight. However, after researching all the different methods people use to handle the right mouse button and scroll wheel in Silverlight, I quickly gave up that pipe dream. Instead, this tutorial serves as merely a starting point for handling mouse [...]]]></description>
			<content:encoded><![CDATA[<p>Originally, I wanted this post to stand as the definitive tutorial on mouse handling in Silverlight. However, after researching all the different methods people use to handle the right mouse button and scroll wheel in Silverlight, I quickly gave up that pipe dream. Instead, this tutorial serves as merely a <em>starting point</em> for handling mouse events in Silverlight. If you can&#8217;t find what you need here, chances are, someone else has hacked together the solution you nedd. I provide links to a few of these solutions on my <a href="http://www.dieajax.com/silverlight-portal/">Silverlight Portal</a> page.</p>
<p>So, for this tutorial, we will create a rectangle that you can drag using the left mouse button, resize using the scroll wheel and change its color using the right mouse button. Hopefully, this examle will give you a basic overview on how to handle mouse events in Silverlight.</p>
<p>With all that said, let&#8217;s get started. <a href="http://www.dieajax.com/2008/10/20/10-minute-tutorial-silverlight-mouse-button-and-scroll-wheel-event-handling-c/#more-30" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dieajax.com/2008/10/20/10-minute-tutorial-silverlight-mouse-button-and-scroll-wheel-event-handling-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Minute Tutorial - JavaFX: Basic 2D Graphics and Animation</title>
		<link>http://www.dieajax.com/2007/10/15/10-minute-tutorial-javafx-basic-2d-graphics-and-animation/</link>
		<comments>http://www.dieajax.com/2007/10/15/10-minute-tutorial-javafx-basic-2d-graphics-and-animation/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 06:21:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[JavaFX]]></category>
<category>Animation</category><category>JavaFX</category><category>Tutorial</category>
		<guid isPermaLink="false">http://www.dieajax.com/2007/10/15/10-minute-tutorial-javafx-basic-2d-graphics-and-animation/</guid>
		<description><![CDATA[Update:
This tutorial will NOT work on the recently released JavaFX Preview SDK. In the move from JavaFX Script to compiled JavaFX code, much of the language and libraries have changed. Since the language and APIs continue to change at a rapid rate, I will not update this tutorial until they have stabled a bit more. [...]]]></description>
			<content:encoded><![CDATA[<h5>Update:</h5>
<p>This tutorial will <em>NOT</em> work on the recently released JavaFX Preview SDK. In the move from JavaFX Script to compiled JavaFX code, much of the language and libraries have changed. Since the language and APIs continue to change at a rapid rate, I will not update this tutorial until they have stabled a bit more. If you want to see some JavaFX code that works under the JavaFX Preview SDK, you can read my <a href="/2007/08/23/10-minute-tutorial-javafx-hello-world/">JavaFX Hello World</a> tutorial, and also look at these sites:</p>
<ul>
<li><a href="http://learnjavafx.typepad.com/weblog/">James Weaver’s JavaFX Blog</a> (contains many tutorials and sample code using the latest JavaFX build)</li>
<li><a href="https://openjfx.dev.java.net/">OpenJFX Home</a> (has the latest news on JavaFX)</li>
<li><a href="https://openjfx.dev.java.net/migration.html">JavaFX Script Programming Language Migration Guide</a> (a guide that details how to migrate JavaFX Script, like the code in this tutorial, to compiled JavaFX)</li>
<li><a href="http://openjfx.java.sun.com/current-build/doc/api/master-index.html">JavaFX API doc</a> (the latest documentation for JavaFX from the nightly builds)</li>
</ul>
<p>Feel free to read on&#8230;.</p>
<p>My <a href="http://www.dieajax.com/2007/09/14/10-minute-tutorial-javafx-event-handling-using-trigger-and-bind/">last JavaFX</a> tutorial beared one part fruit and one part pain. Clearly, more bugs need squishing and more language features need exercising before JavaFX can even hope to call itself &#8220;beta&#8221; quality. But, each code drop does get better and better, and even now, I can tell that the end product will turn out nice. So&#8230;</p>
<p><a href="http://www.amazon.com/gp/product/B000BNX3B4?ie=UTF8&amp;tag=dvmcom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B000BNX3B4"><em>&#8230;we will press on.</em></a><img src="http://www.assoc-amazon.com/e/ir?t=dvmcom-20&amp;l=as2&amp;o=1&amp;a=B000BNX3B4" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" />(not the greatest movie, but that scene gets me everytime!)</p>
<p>JavaFX, due to its declarative syntax, promises to empower developers with the ability to quickly build engaging user-interfaces by leverage eye-popping effects and animations to deliver a deeper, more visceral experience. But, you&#8217;ve got to walk before you run so this tutorial will explore JavaFX&#8217;s basic animation concepts by creating a simple slideshow containing various shapes. For added fun, each slide will have the ability to rotate. While eye-popping it is not, I think this tutorial will give you a good starting point to begin working on more complex animations.  <a href="http://www.dieajax.com/2007/10/15/10-minute-tutorial-javafx-basic-2d-graphics-and-animation/#more-23" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dieajax.com/2007/10/15/10-minute-tutorial-javafx-basic-2d-graphics-and-animation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Minute Tutorial - Silverlight: Building a Silverlight application with MSBuild (C#)</title>
		<link>http://www.dieajax.com/2007/10/03/10-minute-tutorial-silverlight-building-a-silverlight-application-with-msbuild-c/</link>
		<comments>http://www.dieajax.com/2007/10/03/10-minute-tutorial-silverlight-building-a-silverlight-application-with-msbuild-c/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 01:10:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Silverlight]]></category>
<category>C#</category><category>Managed Code</category><category>MSBuild</category><category>SIlverlight</category><category>Tutorial</category>
		<guid isPermaLink="false">http://www.dieajax.com/2007/10/03/10-minute-tutorial-silverlight-building-a-silverlight-application-with-msbuild-c/</guid>
		<description><![CDATA[&#8220;If you build it they will come&#8221; 
Don&#8217;t know about that, but if you use MSBuild, it&#8217;ll sure make everyone&#8217;s life a hell of alot easier.  
As of .NET 2.0, Microsoft provides developers with a build engine, called MSBuild, as part of the runtime distribution. In this tutorial, I will walk through hand-coding a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/078322611X?ie=UTF8&amp;tag=dvmcom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=078322611X"><em>&#8220;If you build it they will come&#8221;</em></a><img src="http://www.assoc-amazon.com/e/ir?t=dvmcom-20&amp;l=as2&amp;o=1&amp;a=078322611X" style="border: medium none ; margin: 0px" border="0" height="1" width="1" /> </p>
<p>Don&#8217;t know about that, but if you use MSBuild, it&#8217;ll sure make everyone&#8217;s life a hell of alot easier. <img src='http://www.dieajax.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As of .NET 2.0, Microsoft provides developers with a build engine, called MSBuild, as part of the runtime distribution. In this tutorial, I will walk through hand-coding a MSBuild build file for the sample code of <a href="http://www.dieajax.com/2007/06/25/10-minute-tutorial-%e2%80%93-silverlight-application-framework/">my application framework Silverlight tutorial</a>. <a href="http://www.dieajax.com/2007/10/03/10-minute-tutorial-silverlight-building-a-silverlight-application-with-msbuild-c/#more-21" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dieajax.com/2007/10/03/10-minute-tutorial-silverlight-building-a-silverlight-application-with-msbuild-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Minute Tutorial - JavaFX: Event handling using trigger and bind</title>
		<link>http://www.dieajax.com/2007/09/14/10-minute-tutorial-javafx-event-handling-using-trigger-and-bind/</link>
		<comments>http://www.dieajax.com/2007/09/14/10-minute-tutorial-javafx-event-handling-using-trigger-and-bind/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 04:50:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[JavaFX]]></category>
<category>JavaFX</category><category>Tutorial</category>
		<guid isPermaLink="false">http://www.dieajax.com/2007/09/14/10-minute-tutorial-javafx-event-handling-using-trigger-and-bind/</guid>
		<description><![CDATA[Update:
This tutorial will NOT work on the recently released JavaFX Preview SDK. In the move from JavaFX Script to compiled JavaFX code, much of the language and libraries have changed. Since the language and APIs continue to change at a rapid rate, I will not update this tutorial until they have stabled a bit more. [...]]]></description>
			<content:encoded><![CDATA[<h5>Update:</h5>
<p>This tutorial will <em>NOT</em> work on the recently released JavaFX Preview SDK. In the move from JavaFX Script to compiled JavaFX code, much of the language and libraries have changed. Since the language and APIs continue to change at a rapid rate, I will not update this tutorial until they have stabled a bit more. If you want to see some JavaFX code that works under the JavaFX Preview SDK, you can read my <a href="/2007/08/23/10-minute-tutorial-javafx-hello-world/">JavaFX Hello World</a> tutorial, and also look at these sites:</p>
<ul>
<li><a href="http://learnjavafx.typepad.com/weblog/">James Weaver’s JavaFX Blog</a> (contains many tutorials and sample code using the latest JavaFX build)</li>
<li><a href="https://openjfx.dev.java.net/">OpenJFX Home</a> (has the latest news on JavaFX)</li>
<li><a href="https://openjfx.dev.java.net/migration.html">JavaFX Script Programming Language Migration Guide</a> (a guide that details how to migrate JavaFX Script, like the code in this tutorial, to compiled JavaFX)</li>
<li><a href="http://openjfx.java.sun.com/current-build/doc/api/master-index.html">JavaFX API doc</a> (the latest documentation for JavaFX from the nightly builds)</li>
</ul>
<p>Feel free to read on&#8230;.</p>
<p>Clearly, the creators of JavaFX Script want to make it a great MVC programming language. Nothing says this more than baking <em>trigger</em>s and <em>bind</em>ing into the language as first class concepts. According to the documentation, JavaFX triggers operate in the same manner as SQL triggers, allowing you to handle data modification events in an <a href="http://www.eclipse.org/aspectj">aspect-like</a> fashion. And, the bind keyword allows bidirectional binding between two variables so that when one receives an update the other also gets updated. Using these concepts, its easy to remove some of the tedium in handling modification events of UI elements and variables that other languages and frameworks require developers to slog through. <a href="http://www.dieajax.com/2007/09/14/10-minute-tutorial-javafx-event-handling-using-trigger-and-bind/#more-18" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dieajax.com/2007/09/14/10-minute-tutorial-javafx-event-handling-using-trigger-and-bind/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Minute Tutorial - Silverlight: Using JavaScript to Call Scriptable Managed Code (C#)</title>
		<link>http://www.dieajax.com/2007/09/06/10-minute-tutorial-silverlight-using-javascript-to-call-scriptable-managed-code-c/</link>
		<comments>http://www.dieajax.com/2007/09/06/10-minute-tutorial-silverlight-using-javascript-to-call-scriptable-managed-code-c/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 03:53:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Silverlight]]></category>
<category>C#</category><category>JavaScript</category><category>Managed Code</category><category>SIlverlight</category><category>Tutorial</category>
		<guid isPermaLink="false">http://www.dieajax.com/2007/09/06/10-minute-tutorial-silverlight-using-javascript-to-call-scriptable-managed-code-c/</guid>
		<description><![CDATA[My event handling tutorial walked through manipulating a Silverlight control using managed code. Today, we will learn how to access that managed code from JavaScript in an HTML page. The blandness of my last tutorial (a blue rectangle, whoopie) inspired me to spice things up for this tutorial and give you: animated, multi-color rectangles! Lacking [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://www.dieajax.com/2007/08/10/10-minute-tutorial-%e2%80%93-silverlight-event-handling-using-managed-code-c/">event handling tutorial</a> walked through manipulating a Silverlight control using managed code. Today, we will learn how to access that managed code from JavaScript in an HTML page. The blandness of my last tutorial (a blue rectangle, whoopie) inspired me to spice things up for this tutorial and give you: animated, multi-color rectangles! Lacking the desire or the time to create the necessary XAML myself, I &#8220;borrowed&#8221; it from one of the samples embedded in the absolutely awesome <a href="http://www.simplegeek.com/mharsh/wpfepad/">SilverlightPad</a> application.</p>
<p>Man, I hope that code is open source. <img src='http://www.dieajax.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>In addition to snazzy animations, the application for this tutorial will also contain a couple of form controls that will manipulate the Silverlight content at runtime. The first control, a simple drop down, will allow the user to select the number of rectangles displayed on the screen. The second form control will act as a pause/resume button for the animation.</p>
<p>Okay, let&#8217;s get started! <a href="http://www.dieajax.com/2007/09/06/10-minute-tutorial-silverlight-using-javascript-to-call-scriptable-managed-code-c/#more-15" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dieajax.com/2007/09/06/10-minute-tutorial-silverlight-using-javascript-to-call-scriptable-managed-code-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Minute Tutorial - JavaFX: Hello World</title>
		<link>http://www.dieajax.com/2007/08/23/10-minute-tutorial-javafx-hello-world/</link>
		<comments>http://www.dieajax.com/2007/08/23/10-minute-tutorial-javafx-hello-world/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 02:19:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[JavaFX]]></category>
<category>JavaFX</category><category>Tutorial</category>
		<guid isPermaLink="false">http://www.dieajax.com/2007/08/23/10-minute-tutorial-javafx-hello-world/</guid>
		<description><![CDATA[Over the past couple of months, I wrote a number of Microsoft Silverlight tutorials both to learn Silverlight and help other developers ramp up their Silverlight skills quickly. Now however, I&#8217;ll turn my attention to one of Silverlight&#8217;s competitors: JavaFX. If you read the JavaFX section of my introductory post, you already know that Sun [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of months, I wrote a number of <a href="http://www.dieajax.com/category/silverlight/">Microsoft Silverlight tutorials</a> both to learn Silverlight and help other developers ramp up their Silverlight skills quickly. Now however, I&#8217;ll turn my attention to one of Silverlight&#8217;s competitors: JavaFX. If you read the JavaFX section of my <a href="http://www.dieajax.com/2007/06/14/birds-of-a-feather-silverlight-flex-and-javafx/">introductory</a> post, you already know that Sun has taken a very different approach than Microsoft in implementing a framework for developing easily deployed, highly-interactive, &#8220;rich&#8221; applications. So, I want to jump right in and create an application that will have everyone hanging on the edge of their seat with enthusiasm (or rolling their eyes and groaning in almost physical pain): Hello World. <a href="http://www.dieajax.com/2007/08/23/10-minute-tutorial-javafx-hello-world/#more-12" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dieajax.com/2007/08/23/10-minute-tutorial-javafx-hello-world/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Minute Tutorial - Silverlight: Event handling using Managed Code (C#)</title>
		<link>http://www.dieajax.com/2007/08/10/10-minute-tutorial-%e2%80%93-silverlight-event-handling-using-managed-code-c/</link>
		<comments>http://www.dieajax.com/2007/08/10/10-minute-tutorial-%e2%80%93-silverlight-event-handling-using-managed-code-c/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 18:28:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[Silverlight]]></category>
<category>C#</category><category>Managed Code</category><category>SIlverlight</category><category>Tutorial</category>
		<guid isPermaLink="false">http://www.dieajax.com/2007/08/10/10-minute-tutorial-%e2%80%93-silverlight-event-handling-using-managed-code-c/</guid>
		<description><![CDATA[Managed code.
In the browser.
All my dreams have come true.
Well, not quite. Catherine Zeta-Jones and Lucy Liu still haven&#8217;t returned my calls. But, it&#8217;s a start!  
I wrote this tutorial to illustrate how Silverlight communicates with managed code. So, as a simple example, we&#8217;ll use C# to handle click events inside of a rectangle rendered [...]]]></description>
			<content:encoded><![CDATA[<p>Managed code.</p>
<p>In the browser.</p>
<p>All my dreams have come true.</p>
<p>Well, not quite. Catherine Zeta-Jones and Lucy Liu still haven&#8217;t returned my calls. But, it&#8217;s a start! <img src='http://www.dieajax.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I wrote this tutorial to illustrate how Silverlight communicates with managed code. So, as a simple example, we&#8217;ll use C# to handle click events inside of a rectangle rendered on a Silverlight control. And, like always, you can complete this tutorial sans-IDE, for those users who don&#8217;t want to install Visual Studio just to get a taste of Silverlight. <a href="http://www.dieajax.com/2007/08/10/10-minute-tutorial-%e2%80%93-silverlight-event-handling-using-managed-code-c/#more-10" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dieajax.com/2007/08/10/10-minute-tutorial-%e2%80%93-silverlight-event-handling-using-managed-code-c/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
