<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8641172857678646434</id><updated>2012-02-16T15:03:04.693-08:00</updated><title type='text'>WPF Experiences</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://wpfexperiences.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8641172857678646434/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://wpfexperiences.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Rohit</name><uri>http://www.blogger.com/profile/18096787686403844891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8641172857678646434.post-4591294274345635245</id><published>2009-07-14T05:26:00.000-07:00</published><updated>2009-07-14T05:32:25.232-07:00</updated><title type='text'>Setting Goals</title><content type='html'>I learn best when I see results. Exercises do not hold my interest. So before I could get started, I had to make a list of modifications that I wanted to make to the WPF 2D Physics demo. Here is what I wanted to achieve.&lt;br /&gt;&lt;br /&gt;1) Click on any body in the world to make it disappear&lt;br /&gt;2) Click and push any body&lt;br /&gt;3) Drag the body&lt;br /&gt;&lt;br /&gt;I had absolutely no idea on what I would need to learn in order to achieve the above goals.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8641172857678646434-4591294274345635245?l=wpfexperiences.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wpfexperiences.blogspot.com/feeds/4591294274345635245/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://wpfexperiences.blogspot.com/2009/07/setting-goals.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8641172857678646434/posts/default/4591294274345635245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8641172857678646434/posts/default/4591294274345635245'/><link rel='alternate' type='text/html' href='http://wpfexperiences.blogspot.com/2009/07/setting-goals.html' title='Setting Goals'/><author><name>Rohit</name><uri>http://www.blogger.com/profile/18096787686403844891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8641172857678646434.post-2011330700519961859</id><published>2009-06-30T04:18:00.000-07:00</published><updated>2009-07-14T05:25:59.374-07:00</updated><title type='text'>Getting Started</title><content type='html'>I should have started this blog a couple of months ago but better late than never. The next few posts will be a narration of events in the past, and memory is already fading. I did not maintain a log or any notes. Hope I can capture the essence of all my experiences.&lt;br /&gt;&lt;br /&gt;I quickly learnt that buying a Surface unit was really not an option (too costly) or even necessary to get started. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;WPF&lt;/span&gt; was available on &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;XP&lt;/span&gt; and Vista platforms with an &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;IDE&lt;/span&gt; in the Visual &lt;a href="http://www.microsoft.com/exPress/"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;Studio&lt;/span&gt; 2008 Express Editions&lt;/a&gt; downloads. Even better that you could get this for free.&lt;br /&gt;&lt;br /&gt;I installed the complete package - Visual Basic, C# (C Sharp) and C++. Patience was key during this install. I was eager to get started so it seemed to take even longer.&lt;br /&gt;&lt;p&gt;The next step was to find a book on &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;WPF&lt;/span&gt; and some interesting source code to use as a learning tool. After a little research I settled on &lt;a href="http://www.amazon.com/Windows-Presentation-Foundation-Unleashed-WPF/dp/0672328917/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1246756368&amp;amp;sr=8-1"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;WPF&lt;/span&gt; Unleashed&lt;/a&gt; by Adam Nathan. It just seemed that it would have the right balance -- quick easy things to do, but also a book that you can use as you get more experienced. It has turned out to be a good purchase.&lt;/p&gt;&lt;p&gt;The source code was a little more challenging. The physics &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_6"&gt;demonstrations&lt;/span&gt; in the Surface blogs were very intriguing. One of these blogs mentioned a program call &lt;a href="http://crayonphysics.com/"&gt;Crayon Physics&lt;/a&gt;. I downloaded the demo, and was absolutely fascinated by it. I thought to myself that it would be great if I could find a demo with physics to use as a learning tool.&lt;/p&gt;&lt;p&gt;Not sure how, but I stumbled upont &lt;a href="http://chriscavanagh.wordpress.com/2006/10/23/wpf-2d-physics/"&gt;WPF 2D Physics&lt;/a&gt;. As soon as I ran the ClickOnce demo, I knew that I had found what I needed.&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8641172857678646434-2011330700519961859?l=wpfexperiences.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wpfexperiences.blogspot.com/feeds/2011330700519961859/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://wpfexperiences.blogspot.com/2009/06/getting-started.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8641172857678646434/posts/default/2011330700519961859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8641172857678646434/posts/default/2011330700519961859'/><link rel='alternate' type='text/html' href='http://wpfexperiences.blogspot.com/2009/06/getting-started.html' title='Getting Started'/><author><name>Rohit</name><uri>http://www.blogger.com/profile/18096787686403844891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8641172857678646434.post-8682682504287184470</id><published>2009-06-28T13:54:00.000-07:00</published><updated>2009-06-28T14:11:07.415-07:00</updated><title type='text'>What Got Me Interested?</title><content type='html'>It is hard to not get drawn into the Microsoft Surface world. While we can debate if Surface is really "all that" and if there are other competing technologies, there is no denying that it is very appealing.&lt;br /&gt;&lt;br /&gt;I do not exactly recall when I saw the video on Surface, but I have been interested in learning about it ever since. I follow the community &lt;a href="http://blogs.msdn.com/surface/"&gt;blog&lt;/a&gt; on a regular basis and that is where I first heard of WPF.&lt;br /&gt;&lt;br /&gt;The message (even to a novice) was clear -- if you want to understand Surface, WPF expertise is table stakes!&lt;br /&gt;&lt;br /&gt;I do not have any experience in the latest software development technologies on the Windows platform, so this was just another acronym for me. Learning was about to begin.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8641172857678646434-8682682504287184470?l=wpfexperiences.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wpfexperiences.blogspot.com/feeds/8682682504287184470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://wpfexperiences.blogspot.com/2009/06/what-got-me-interested.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8641172857678646434/posts/default/8682682504287184470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8641172857678646434/posts/default/8682682504287184470'/><link rel='alternate' type='text/html' href='http://wpfexperiences.blogspot.com/2009/06/what-got-me-interested.html' title='What Got Me Interested?'/><author><name>Rohit</name><uri>http://www.blogger.com/profile/18096787686403844891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
