<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Creativity expression</title>
	<atom:link href="http://blogs.academicclub.org/uidev/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.academicclub.org/uidev</link>
	<description>still searching...</description>
	<lastBuildDate>Sat, 12 Jun 2010 22:13:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Transitioning Content in Silverlight</title>
		<link>http://blogs.academicclub.org/uidev/2010/06/12/transitioning-content-in-silverlight/</link>
		<comments>http://blogs.academicclub.org/uidev/2010/06/12/transitioning-content-in-silverlight/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 22:13:51 +0000</pubDate>
		<dc:creator>Daevil</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Animations]]></category>
		<category><![CDATA[Silverlight 3]]></category>
		<category><![CDATA[Transitioning Content]]></category>

		<guid isPermaLink="false">http://blogs.academicclub.org/uidev/2010/06/12/transitioning-content-in-silverlight/</guid>
		<description><![CDATA[Hi guys, back again with a question more than a post. Last few days I’ve played a little with Silverlight Toolkit and a question came out with Transitioning Content Control in the Toolkit: “is it useful???”. What the content Control does i to show with a nice transition an element (e.g. from a list), but [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys, back again with a question more than a post. Last few days I’ve played a little with Silverlight Toolkit and a question came out with <strong>Transitioning Content Control</strong> in the Toolkit: “<font color="#ff0000">is it useful</font>???”.</p>
<p>What the content Control does i to show with a nice transition an element (e.g. from a list), but without showing the others. </p>
<p>Below the example that you can try:</p>
<p><div id="silverlightControlHost"><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="500" height="300"><param name="source" value="http://storage.academicclub.org/codezero/file/SLApps/TransitionContentExample.xap"/><param name="background" value="white" /><param name="minRuntimeVersion" value="3.0.40723.0" /><param name="autoupgrade" value="true" /><param name="enableHtmlAccess" value="true" /><a href="http://go.microsoft.com/fwlink/?LinkID=149156" style="text-decoration: none;"><img src="http://storage.timheuer.com/sl4wp-ph.png" alt="Install Microsoft Silverlight" style="border-style: none; width:400px; height:200px"/></a></object><iframe style="visibility:hidden;height:0;width:0;border:0px" id="_sl_historyFrame"></iframe></div><br /></p>
<p>I think that it’s stressful for a user don’t see what’s next element and what’s the previous one at least. It may be need something more. Let’s see anyway how to use it <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>First of all add a reference of Silverlight layout toolkit to your project</p>
<p><a href="http://blogs.academicclub.org/uidev/files/2010/06/image.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="image" src="http://blogs.academicclub.org/uidev/files/2010/06/image_thumb.png" width="600" height="295" /></a> </p>
</p>
<p>Then add the reference into XAML (i called it layoutToolkit):</p>
<pre><span style="color: blue">&lt;</span><span style="color: #a31515">UserControl
    </span><span style="color: red">xmlns</span><span style="color: blue">=&quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;
    </span><span style="color: red">xmlns</span><span style="color: blue">:</span><span style="color: red">x</span><span style="color: blue">=&quot;http://schemas.microsoft.com/winfx/2006/xaml&quot;
    </span><span style="color: red">xmlns</span><span style="color: blue">:</span><span style="color: red">d</span><span style="color: blue">=&quot;http://schemas.microsoft.com/expression/blend/2008&quot;
    </span><span style="color: red">xmlns</span><span style="color: blue">:</span><span style="color: red">mc</span><span style="color: blue">=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot;
    </span><span style="color: red">mc</span><span style="color: blue">:</span><span style="color: red">Ignorable</span><span style="color: blue">=&quot;d&quot;
    </span><span style="color: red">xmlns</span><span style="color: blue">:</span><span style="color: red">layoutToolkit</span><span style="color: blue">=&quot;clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Layout.Toolkit&quot; </span><span style="color: red">x</span><span style="color: blue">:</span><span style="color: red">Class</span><span style="color: blue">=&quot;TransitionContentExample.MainPage&quot;
    </span><span style="color: red">d</span><span style="color: blue">:</span><span style="color: red">DesignWidth</span><span style="color: blue">=&quot;640&quot; </span><span style="color: red">d</span><span style="color: blue">:</span><span style="color: red">DesignHeight</span><span style="color: blue">=&quot;480&quot;&gt;
  &lt;</span><span style="color: #a31515">Grid </span><span style="color: red">x</span><span style="color: blue">:</span><span style="color: red">Name</span><span style="color: blue">=&quot;LayoutRoot&quot;&gt;

      &lt;</span><span style="color: #a31515">layoutToolkit</span><span style="color: blue">:</span><span style="color: #a31515">TransitioningContentControl
        </span><span style="color: red">x</span><span style="color: blue">:</span><span style="color: red">Name</span><span style="color: blue">=&quot;_transitionControl&quot;
        </span><span style="color: red">Content</span><span style="color: blue">=&quot;TransitioningContentControl&quot;/&gt;

    &lt;/</span><span style="color: #a31515">Grid</span><span style="color: blue">&gt;
&lt;/</span><span style="color: #a31515">UserControl</span><span style="color: blue">&gt;</span></pre>
<p>Now we need a little template to display data, really easy template, with a soft shadow to make it look a little better:</p>
<pre><span style="color: blue">&lt;</span><span style="color: #a31515">layoutToolkit</span><span style="color: blue">:</span><span style="color: #a31515">TransitioningContentControl
            </span><span style="color: red">x</span><span style="color: blue">:</span><span style="color: red">Name</span><span style="color: blue">=&quot;_transitionControl&quot;
            </span><span style="color: red">Content</span><span style="color: blue">=&quot;TransitioningContentControl&quot;&gt;

            </span><span style="color: green">&lt;!--Add a little effect--&gt;
            </span><span style="color: blue">&lt;</span><span style="color: #a31515">layoutToolkit</span><span style="color: blue">:</span><span style="color: #a31515">TransitioningContentControl.Effect</span><span style="color: blue">&gt;
                &lt;</span><span style="color: #a31515">DropShadowEffect </span><span style="color: red">Color</span><span style="color: blue">=&quot;Black&quot; </span><span style="color: red">BlurRadius</span><span style="color: blue">=&quot;10&quot; </span><span style="color: red">ShadowDepth</span><span style="color: blue">=&quot;10&quot; </span><span style="color: red">Direction</span><span style="color: blue">=&quot;315&quot;/&gt;
            &lt;/</span><span style="color: #a31515">layoutToolkit</span><span style="color: blue">:</span><span style="color: #a31515">TransitioningContentControl.Effect</span><span style="color: blue">&gt;

            </span><span style="color: green">&lt;!--Add a little template. Change the template with something interesting <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> --&gt;
            </span><span style="color: blue">&lt;</span><span style="color: #a31515">layoutToolkit</span><span style="color: blue">:</span><span style="color: #a31515">TransitioningContentControl.ContentTemplate</span><span style="color: blue">&gt;
                &lt;</span><span style="color: #a31515">DataTemplate</span><span style="color: blue">&gt;
                    &lt;</span><span style="color: #a31515">Grid</span><span style="color: blue">&gt;
                        &lt;</span><span style="color: #a31515">Rectangle </span><span style="color: red">Width</span><span style="color: blue">=&quot;200&quot; </span><span style="color: red">Height</span><span style="color: blue">=&quot;180&quot; </span><span style="color: red">RadiusX</span><span style="color: blue">=&quot;10&quot; </span><span style="color: red">RadiusY</span><span style="color: blue">=&quot;10&quot; </span><span style="color: red">Fill</span><span style="color: blue">=&quot;BlueViolet&quot;/&gt;
                        &lt;</span><span style="color: #a31515">TextBlock </span><span style="color: red">Text</span><span style="color: blue">=&quot;{</span><span style="color: #a31515">Binding</span><span style="color: blue">}&quot; </span><span style="color: red">FontSize</span><span style="color: blue">=&quot;15&quot; </span><span style="color: red">Foreground</span><span style="color: blue">=&quot;White&quot; </span><span style="color: red">FontWeight</span><span style="color: blue">=&quot;Bold&quot;
                                   </span><span style="color: red">VerticalAlignment</span><span style="color: blue">=&quot;Center&quot; </span><span style="color: red">HorizontalAlignment</span><span style="color: blue">=&quot;Center&quot;/&gt;
                    &lt;/</span><span style="color: #a31515">Grid</span><span style="color: blue">&gt;
                &lt;/</span><span style="color: #a31515">DataTemplate</span><span style="color: blue">&gt;
            &lt;/</span><span style="color: #a31515">layoutToolkit</span><span style="color: blue">:</span><span style="color: #a31515">TransitioningContentControl.ContentTemplate</span><span style="color: blue">&gt;

        &lt;/</span><span style="color: #a31515">layoutToolkit</span><span style="color: blue">:</span><span style="color: #a31515">TransitioningContentControl</span><span style="color: blue">&gt;</span></pre>
<p><a href="http://11011.net/software/vspaste"></a></p>
<p><a href="http://11011.net/software/vspaste"></a>And now we need to write a little C# code to make it work.</p>
<p>Lets create a list of strings that will be passed as a content and displayed in the textblock (since it has a Binding) we can do it easily.</p>
<pre><span style="color: blue">private </span><span style="color: #2b91af">List</span>&lt;<span style="color: #2b91af">String</span>&gt; _fakeItems = <span style="color: blue">new </span><span style="color: #2b91af">List</span>&lt;<span style="color: blue">string</span>&gt;();
        <span style="color: blue">public </span>MainPage()
        {
            InitializeComponent();

            Loaded += <span style="color: blue">new </span><span style="color: #2b91af">RoutedEventHandler</span>(MainPage_Loaded);
        }

        <span style="color: blue">void </span>MainPage_Loaded(<span style="color: blue">object </span>sender, <span style="color: #2b91af">RoutedEventArgs </span>e)
        {
            <span style="color: blue">for </span>(<span style="color: blue">int </span>i = 0; i &lt; 20; i++)
            {
                _fakeItems.Add(<span style="color: #a31515">&quot;Something &quot; </span>+ i);
            }

            <span style="color: green">//assign the first element immediately
            </span>_transitionControl.Content = _fakeItems[++counter];
        }</pre>
<p><a href="http://11011.net/software/vspaste"></a>and then override the “mouse left” event to change the items:</p>
<pre><span style="color: blue">private int </span>counter = 0;
        <span style="color: blue">protected override void </span>OnMouseLeftButtonDown(<span style="color: #2b91af">MouseButtonEventArgs </span>e)
        {
            <span style="color: green">//checks if counter will index out of range
            </span>counter = counter + 1 == _fakeItems.Count ? 0 : counter;

            <span style="color: blue">base</span>.OnMouseLeftButtonDown(e);
            _transitionControl.Transition = <span style="color: #a31515">&quot;UpTransition&quot;</span>;
            _transitionControl.Content = _fakeItems[++counter];
        }</pre>
<p><a href="http://storage.academicclub.org/codezero/code/TransitionContentExample.zip"><strong>(the link @ the src code)</strong></a></p>
<p>As you seen nothing really difficult, but I can’t really see how to use it <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />  any suggestion?</p>
<p>&#160;</p>
<p>-dave</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.academicclub.org/uidev/2010/06/12/transitioning-content-in-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Imagine Cup Italian Finals</title>
		<link>http://blogs.academicclub.org/uidev/2010/05/22/imagine-cup-italian-finals/</link>
		<comments>http://blogs.academicclub.org/uidev/2010/05/22/imagine-cup-italian-finals/#comments</comments>
		<pubDate>Sat, 22 May 2010 22:15:21 +0000</pubDate>
		<dc:creator>Daevil</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Imagine Cup]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Code Zero]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Imagine Cup finals]]></category>
		<category><![CDATA[Italy]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software Design]]></category>

		<guid isPermaLink="false">http://blogs.academicclub.org/uidev/2010/05/22/imagine-cup-italian-finals/</guid>
		<description><![CDATA[Hello guys! This year CodeZero team decided to participate to Imagine Cup, the largest technology competition for students in the Hearth, organized by Microsoft.&#160; Let me spend two words on Imagine Cup, before to dig into what we’ve done. To participate to Imagine Cup students have to create a team and submit for one of [...]]]></description>
			<content:encoded><![CDATA[<p>Hello guys! This year <a href="http://blogs.academicclub.org/codezero">CodeZero</a> team decided to participate to Imagine Cup, the largest technology competition for students in the Hearth, organized by Microsoft.&#160; </p>
<p>Let me spend two words on Imagine Cup, before to dig into what we’ve done. </p>
<p>To participate to <a href="http://www.imaginecup.com/">Imagine Cup</a> students have to create a team and submit for one of the offered categories, which may vary each year. Main categories are:</p>
<ul>
<li><font color="#4a4a4a">Software Design</font></li>
<li><font color="#4a4a4a">Embedded development</font></li>
<li><font color="#4a4a4a">Game Design</font></li>
<li><font color="#4a4a4a">Windows Phone 7</font></li>
<li><font color="#4a4a4a">….</font></li>
</ul>
<p>We all have a common theme, which can vary each year, but last two years was to reach one of 8 <a href="http://www.un.org/millenniumgoals/">Millennium Goals</a>.</p>
<p>The competition starts on August 1st and ends on April, but this is decided by each Country. In fact Students first participate to <a href="http://blogs.academicclub.org/imaginecup">National finals</a> and the first team on Software Design goes to World Finals.</p>
<p>&#160;</p>
<p>This year in Italy we were 250 competitors, and each year the number is growing, which means, better competitors, and better softwares!</p>
<p>As <a href="http://blogs.academicclub.org/codezero">CodeZero</a> we developed a software called <strong>Flexy, and we placed 2nd for Software Design</strong>! It’s been a wonderful experience.</p>
<p>Flexy is a software that let you have a better way to Work. Our slogan is BETTER WORK, BETTER WORLD. It does not follow directly the 8 Millennium Goals, but&#160; what we thought is that, if we can have less dirty money floating around, let people find work more easily, a good way to organize the work, we can also export this good organization and have money to build schools, reduce the ignorance, do advertising campaign, to reach <a href="http://www.un.org/millenniumgoals/">Millennium Goals</a>.</p>
<p>Now, people said to us, “ok, but you can get money from everywhere, even buying an ice cream and give money to <a href="http://www.un.org/millenniumgoals/">Millennium Goals</a>”. True, but <strong>is not an organized massive way to do it, and does not teach something to the community</strong>.</p>
<p>But anyway we didn’t directly followed the <a href="http://www.un.org/millenniumgoals/">Millennium Goals</a>, even thought that our work was HUGE, and well organized and presented. </p>
<p>We were amazed how difficult for the jury was to decide among 6 complex softwares (finalists). </p>
<p>&#160;</p>
<p><a href="http://blogs.academicclub.org/uidev/files/2010/05/image.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blogs.academicclub.org/uidev/files/2010/05/image_thumb.png" width="526" height="385" /></a> </p>
<p>&#160;</p>
<p>Another aspect of the competition was to meet companies that look for talents. We meet them and we’re really satisfied how things turned out well for us. We’ll see and we’ll update as soon as possible. So just for now we won’t open to everybody our secrets as we usually do, but we’ll share the advertising video for Flexy.</p>
<p>&#160;</p>
<p><a href="http://blogs.academicclub.org/uidev/files/2010/05/image1.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blogs.academicclub.org/uidev/files/2010/05/image_thumb1.png" width="518" height="432" /></a> </p>
<p>&#160;</p>
<p>For people who speaks enough italian to read some articles we are proud to point out some good articles that talks about this competition and about us (plus all other guys and teams)</p>
<p>&#160;</p>
<p>Links</p>
<ul>
<li><font color="#4a4a4a"><a href="http://www.ildenaro.tv/?ContentId=3256&amp;language=it_IT">Il Denaro TV</a></font></li>
<li><font color="#4a4a4a"><a href="http://www.corriere.it/gallery/scienze/05-2010/microsoft/1/imagine-cup-finali-italiane_411e6e9c-644b-11df-ae00-00144f02aabe.shtml#1">Il Corriere.it</a> (pics) &amp; <a href="http://www.corriere.it/scienze_e_tecnologie/10_maggio_20/scheda-progetti-finalisti-imagine-cup-2010_dfc4c428-643d-11df-ae00-00144f02aabe.shtml">link to the article</a></font></li>
<li><font color="#4a4a4a"><a href="http://punto-informatico.it/2890762/PI/News/imagine-cup-edizione-2010.aspx">Punto Informatico</a></font></li>
</ul>
<p>&#160;</p>
<p>Another good source is facebook with <a href="http://www.facebook.com/home.php?#!/pages/Code-Zero-Zone/222722332099?ref=ts">our own page</a>, official <a href="http://www.facebook.com/home.php?#!/group.php?gid=76514419202&amp;ref=ts">Imagine Cup italian page</a>, and the official <a href="http://blogs.academicclub.org/imaginecup">italian blog</a> (designed by Code Zero <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ).</p>
<p><span id="video_191_0">
	<embed src="http://www.youtube.com/v/gq4_kFDgC1Q" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="480"></embed>
</object>
</span></p>
<p>Comments are always appreciated!</p>
<p>-dave &amp; roby</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.academicclub.org/uidev/2010/05/22/imagine-cup-italian-finals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Venice talk</title>
		<link>http://blogs.academicclub.org/uidev/2010/05/03/venice-talk/</link>
		<comments>http://blogs.academicclub.org/uidev/2010/05/03/venice-talk/#comments</comments>
		<pubDate>Mon, 03 May 2010 20:11:57 +0000</pubDate>
		<dc:creator>Daevil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.academicclub.org/uidev/?p=180</guid>
		<description><![CDATA[Hi guys today I’m sharing codes and slides I used in Venice last 29th of April. Beautiful talk! 7 hours, (4 theory &#38; 3 lab) and it was amazing to see students following all the time. So I would like to thank prof Pittarello for inviting us to share our knowledge with students. I talked [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys today I’m sharing codes and slides I used in Venice last 29th of April.<br />
Beautiful talk! 7 hours, (4 theory &amp; 3 lab) and it was amazing to see students following all the time.<br />
So I would like to thank prof <a href="http://www.dsi.unive.it/~pitt/">Pittarello </a>for inviting us to share our knowledge with students.</p>
<p>I talked about WPF &amp; Silverlight 3 and here goes <a href="http://storage.academicclub.org/codezero/code/WPF_SL_Venezia.zip">codes </a>&amp; <a href="http://storage.academicclub.org/codezero/file/Presentation_SL3_Venezia.zip">slides</a>.</p>
<p>You can also download the video tutorial about <a href="http://storage.academicclub.org/codezero/video/seminar/venezia_sl.wmv">Silverlight </a>and <a href="http://storage.academicclub.org/codezero/video/seminar/venezia_wpf.wmv">WPF</a>, recorded at the talk.</p>
<p>Enjoy</p>
<p>-dave</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.academicclub.org/uidev/2010/05/03/venice-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://storage.academicclub.org/codezero/video/seminar/venezia_sl.wmv" length="714073809" type="video/x-ms-wmv" />
<enclosure url="http://storage.academicclub.org/codezero/video/seminar/venezia_wpf.wmv" length="68324355" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Windows Phone 7 for beginners</title>
		<link>http://blogs.academicclub.org/uidev/2010/03/27/windows-phone-7-for-beginners/</link>
		<comments>http://blogs.academicclub.org/uidev/2010/03/27/windows-phone-7-for-beginners/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 23:47:22 +0000</pubDate>
		<dc:creator>Daevil</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Navigation Framework]]></category>
		<category><![CDATA[Silverlight 4]]></category>

		<guid isPermaLink="false">http://blogs.academicclub.org/uidev/2010/03/27/windows-phone-7-for-beginners/</guid>
		<description><![CDATA[A Marzo 2010 è stato annunciato il nuovo Windows Phone 7 (d’ora in poi WP7), il nuovo sistema mobile di casa Microsoft, e sono stato partecipe al primo seminario al livello Nazionale dove è stato presentato WP7 con XNA 4. Eravamo 2 speakers, per il Game Day, io e Giuseppe Maggiore, che rientrava quella mattina [...]]]></description>
			<content:encoded><![CDATA[<p>A Marzo 2010 è stato annunciato il nuovo Windows Phone 7 (d’ora in poi WP7), il nuovo sistema mobile di casa Microsoft, e sono stato partecipe al primo seminario al livello Nazionale dove è stato presentato WP7 con XNA 4. Eravamo 2 speakers, per il <a href="http://www.gameday.it/" target="_blank">Game Day</a>, io e <a href="http://blogs.academicclub.org/xna" target="_blank">Giuseppe Maggiore</a>, che rientrava quella mattina dal Mix 2010 di Las Vegas, USA. </p>
<p><a href="http://blogs.academicclub.org/uidev/files/2010/03/IntroducingWindowsPhone.jpg"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="Introducing-Windows-Phone" src="http://blogs.academicclub.org/uidev/files/2010/03/IntroducingWindowsPhone_thumb.jpg" width="448" height="94" /></a> </p>
<p>Per il momento è disponibile solo l’emulatore e ci si può divertire con questo gioiellino di tecnologia anche in modalità virtuale! Su <a title="http://silverlight.net/getstarted/" href="http://silverlight.net/getstarted/">http://silverlight.net/getstarted/</a> potete trovare tutte le indicazioni per iniziare a lavorare con VS express 2010 per WP7. </p>
<p>Su Wp7 sono disponibili due diverse tecnologie, XNA 4 e Silverlight 4, ovviamente con una ci si scrivono i giochi e con l’altra le applicazioni <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Avere Silverlight come tecnologia di supporto alle app è una vera goduria perchè è davvero facile e da quello che sono riuscito a vedere è decentemente supportato anche da Expression Blend 4 WP7 add-in, e spero che nella versione definitiva ci sia anche SketchFlow per WP7.</p>
<p>Ecco una delle schermate pubblicitarie di una app per WP7, una roba che si ottiene in maniera relativamente semplice</p>
<p><a href="http://blogs.academicclub.org/uidev/files/2010/03/image.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="Windows Phone 7" src="http://blogs.academicclub.org/uidev/files/2010/03/image_thumb.png" width="251" height="484" /></a> </p>
</p>
<p>Ma visto che siamo in tema di news, vediamo anche come iniziare a programmare su Silverlight 4 per WP7.</p>
<p>e non dimenticate di scaricare i <strong><a href="http://storage.academicclub.org/codezero/code/WindowsPhoneApplication2.zip" target="_blank">codici sorgenti della demo</a></strong>.</p>
<p> <span id="video_143_0">
	<object data="data:application/x-silverlight," type="application/x-silverlight-2" width="640px" height="480px">
		<param name="source" value="http://tv.academicclub.org/default/MediaPlayerTemplate.xap" />
		<param name="background" value="white" />
		<param name="initParams" value="src=http://storage.academicclub.org/codezero/video/sl/sl_wp7_beginners.wmv" />
		<a href="http://go.microsoft.com/fwlink/?LinkID=115261" style="text-decoration: none;">
			<img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>
		</a>
	</object>
</span> </p>
<p>&#160;</p>
<p>-dave</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.academicclub.org/uidev/2010/03/27/windows-phone-7-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://storage.academicclub.org/codezero/video/sl/sl_wp7_beginners.wmv" length="64819281" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Design Inspiration</title>
		<link>http://blogs.academicclub.org/uidev/2010/03/26/design-inspiration/</link>
		<comments>http://blogs.academicclub.org/uidev/2010/03/26/design-inspiration/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 22:47:11 +0000</pubDate>
		<dc:creator>Daevil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.academicclub.org/uidev/?p=136</guid>
		<description><![CDATA[Hi guys I was surfin&#8217; searching for design inspiration and I came across this video from Interaction10 enjoy -dave]]></description>
			<content:encoded><![CDATA[<p>Hi guys I was surfin&#8217; searching for design inspiration and I came across this video from<br />
<a href="http://www.fastcompany.com/1597697/behind-the-scenes-at-interaction10">Interaction10</a></p>
<p><span id="video_136_0">
<object width="640" height="480">
	<param name="allowfullscreen" value="true" />
	<param name="allowscriptaccess" value="always" />
	<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9664960&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" />
	<embed src="http://vimeo.com/moogaloop.swf?clip_id=9664960&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="480"></embed>
</object>
</span></p>
<p>enjoy<br />
-dave</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.academicclub.org/uidev/2010/03/26/design-inspiration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>23 Marzo @ Brindisi</title>
		<link>http://blogs.academicclub.org/uidev/2010/03/24/23-marzo-brindisi/</link>
		<comments>http://blogs.academicclub.org/uidev/2010/03/24/23-marzo-brindisi/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 22:47:35 +0000</pubDate>
		<dc:creator>Daevil</dc:creator>
				<category><![CDATA[Blend 3]]></category>
		<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Surface]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Code Zero]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Surface]]></category>
		<category><![CDATA[Seminar]]></category>

		<guid isPermaLink="false">http://blogs.academicclub.org/uidev/2010/03/24/23-marzo-brindisi/</guid>
		<description><![CDATA[Oggi io e Roby abbiamo tenuto un seminario all’università di Bari, sede Brindisi, su Mobile e User Interface 3D. Entrambi avevamo voglia di fare un seminario un po’ insolito e ci siamo trovati davanti degli studenti, non solo attentissimi, ma molti anche già preparati sul .NET. Uno studente che ha già visto .NET è mosca [...]]]></description>
			<content:encoded><![CDATA[<p>Oggi io e Roby abbiamo tenuto un seminario all’università di Bari, sede Brindisi, su Mobile e User Interface 3D. Entrambi avevamo voglia di fare un seminario un po’ insolito e ci siamo trovati davanti degli studenti, non solo attentissimi, ma molti anche già preparati sul .NET. Uno studente che ha già visto .NET è mosca bianca…figuratevi circa 10-15!!! In definitiva sia il mio seminario, che quello di Roby sono stati davvero di altissimo livello, non solo perché alla fine sia io che lui abbiam fatto roba davvero complessa, che non si vede tutti i giorni, ma perché gli studenti hanno partecipato riempendoci di domande. Strepitoso. Davvero soddisfacente!</p>
<p>Infine, siccome Roby aveva un pc con uno schermo multi touch, la parte di Surface, cioè NUI (Natural User Interface) l’ho fatta usando il pc di Roby: improvvisato <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />  grandissimo <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> . La difficoltà maggiore è stata adattarsi alla tastiera inglese, non trovavo mezzo comando, però quello che mostravo potevo davvero metterlo in pratica… mica male <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>&#160;</p>
<div style="padding-bottom: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;float: left;padding-top: 0px" class="wlWriterEditableSmartContent"><a href="http://blogs.academicclub.org/uidev/files/2010/03/100_31288x6.jpg" title="" rel="thumbnail"><img border="0" src="http://blogs.academicclub.org/uidev/files/2010/03/100_3128.png" width="335" height="266" /></a></div>
<div style="padding-bottom: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;float: none;padding-top: 0px" class="wlWriterEditableSmartContent"><a href="http://blogs.academicclub.org/uidev/files/2010/03/100_31218x6.jpg" title="Roberto Freato" rel="thumbnail"><img border="0" src="http://blogs.academicclub.org/uidev/files/2010/03/100_3121.png" width="420" height="361" /></a></div>
<div style="padding-bottom: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;float: none;padding-top: 0px" class="wlWriterEditableSmartContent"><a href="http://blogs.academicclub.org/uidev/files/2010/03/100_31318x6.jpg" title="" rel="thumbnail"><img border="0" src="http://blogs.academicclub.org/uidev/files/2010/03/100_3131.png" width="472" height="400" /></a></div>
<p>Un piccolo recap sull’agenda:</p>
<p>Dave</p>
<ul>
<li><font color="#4a4a4a">User Interface: Usability &amp; Responsiveness</font> </li>
<li><font color="#4a4a4a">WPF con Expression Blend &amp; Visual Studio</font> </li>
<li><font color="#4a4a4a">Disegnare una app in WPF: Navigation Framework</font> </li>
<li><font color="#4a4a4a">Approcciare il 3d in WPF: Fluid Kit &amp; Outlook Contacts</font> </li>
<li><font color="#4a4a4a">Lavorare con il 3D in WPF: componenti come texture su mesh 3D</font> </li>
<li><font color="#4a4a4a">Surface: multi-user interface</font>
<ul>
<li><font color="#4a4a4a">Pensare in modalità multi-user</font> </li>
<li><font color="#4a4a4a">Creare le applicazioni per multi-user </font></li>
<li><font color="#4a4a4a">Usare suoni e video</font> </li>
<li><font color="#4a4a4a">Menù per ogni componente</font> </li>
</ul>
</li>
</ul>
<p>Roby</p>
<ul>
<li><font color="#4a4a4a">Compact Framework</font> </li>
<li><font color="#4a4a4a">Pensare una applicazione Mobile: le risorse</font> </li>
<li><font color="#4a4a4a">Creare una semplice applicazione mobile</font> </li>
<li><font color="#4a4a4a">Creare un installer e uninstaller con test sul device reale</font> </li>
<li><font color="#4a4a4a">Sfruttare servizi mobile, per gestire chiamate ed SMS</font> </li>
<li><font color="#4a4a4a">Creazione di una applicazione complessa: SeizeMyLife</font> </li>
</ul>
<p><a href="http://blogs.academicclub.org/roberto" target="_blank">Ecco il link al blog di Roberto</a></p>
<p>&#160;</p>
<p>Il link per scaricare i codici sorgenti&#160; (<a href="http://storage.academicclub.org/codezero/code/SurfaceApplication1.zip" target="_blank">surface</a>&#160; &amp; <a href="http://storage.academicclub.org/codezero/code/wpf_brindisi.zip" target="_blank">WPF</a> ) &amp; <a href="http://storage.academicclub.org/codezero/file/Slides_Brindisi_WPF_Surface.zip" target="_blank">slides</a></p>
<div style="padding-bottom: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;float: none;padding-top: 0px" class="wlWriterEditableSmartContent"><a href="http://blogs.academicclub.org/uidev/files/2010/03/MS_surface8x6.png" title="" rel="thumbnail"><img border="0" src="http://blogs.academicclub.org/uidev/files/2010/03/MS_surface.png" width="353" height="289" /></a></div>
<div style="padding-bottom: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;float: none;padding-top: 0px" class="wlWriterEditableSmartContent"><a href="http://blogs.academicclub.org/uidev/files/2010/03/Presentation_1_3_WPF_Surface8x6.png" title="" rel="thumbnail"><img border="0" src="http://blogs.academicclub.org/uidev/files/2010/03/Presentation_1_3_WPF_Surface.png" width="361" height="300" /></a></div>
</p>
<p>Commenti sono sempre ben accetti!</p>
<p>&#160;</p>
<p>-dave</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.academicclub.org/uidev/2010/03/24/23-marzo-brindisi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>.NET Campus</title>
		<link>http://blogs.academicclub.org/uidev/2010/03/23/net-campus/</link>
		<comments>http://blogs.academicclub.org/uidev/2010/03/23/net-campus/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 20:20:38 +0000</pubDate>
		<dc:creator>Daevil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dotnetcampus]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Surface]]></category>
		<category><![CDATA[Surface]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://blogs.academicclub.org/uidev/2010/03/23/net-campus/</guid>
		<description><![CDATA[Ciao ragazzi, condivido con voi le mie slides su Microsoft Surface e i miei codici del dotnet campus, evento del 13 Marzo 2010 a Roma. &#160; www.dotnetcampus.it &#160; Link alle slides Link ai codici sorgenti &#160; -dave]]></description>
			<content:encoded><![CDATA[<p>Ciao ragazzi, condivido con voi le mie slides su Microsoft Surface e i miei codici del dotnet campus, evento del 13 Marzo 2010 a Roma.</p>
<p>&#160;</p>
<p><a href="http://www.dotnetcampus.it">www.dotnetcampus.it</a> </p>
<div style="padding-bottom: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;float: none;padding-top: 0px" class="wlWriterEditableSmartContent"><a href="http://blogs.academicclub.org/uidev/files/2010/03/dotnetbanner8x6.png" title="www.dotnetcampus.it" rel="thumbnail"><img border="0" src="http://blogs.academicclub.org/uidev/files/2010/03/dotnetbanner.png" width="420" height="138" /></a></div>
<p>&#160;</p>
<p><a href="http://blogs.academicclub.org/codezero/file/DNC_Surface.zip" target="_blank">Link alle slides</a></p>
<p><a href="http://blogs.academicclub.org/codezero/code/SurfaceApplication1.zip" target="_blank">Link ai codici sorgenti</a></p>
<p>&#160;</p>
<p>-dave</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.academicclub.org/uidev/2010/03/23/net-campus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Di ritorno&#8230;</title>
		<link>http://blogs.academicclub.org/uidev/2010/02/27/di-ritorno/</link>
		<comments>http://blogs.academicclub.org/uidev/2010/02/27/di-ritorno/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 16:56:41 +0000</pubDate>
		<dc:creator>Daevil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Code Zero]]></category>
		<category><![CDATA[Dave]]></category>
		<category><![CDATA[Game Day]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[MSE]]></category>
		<category><![CDATA[MSP]]></category>
		<category><![CDATA[Napoli]]></category>

		<guid isPermaLink="false">http://blogs.academicclub.org/uidev/?p=98</guid>
		<description><![CDATA[(by Francesco Usai, as Geckoz) &#160; Di ritorno da dove? Ma dal Game Day di Napoli naturalmente. Per chi non ha potuto esserci, non ha voluto esserci, o non sapeva dell’esistenza di quest’evento la faccio breve: un’intera mattinata dedicata alla realizzazione di videogames tramite l’utilizzo di due tecnologie di punta del macrocosmo Microsoft : Silverlight [...]]]></description>
			<content:encoded><![CDATA[<p>(<a href="http://blogs.academicclub.org/codezero">by Francesco Usai, as Geckoz</a>)</p>
<p>&#160;</p>
<p>Di ritorno da dove?</p>
<p>Ma dal Game Day di Napoli naturalmente. Per chi non ha potuto esserci, non ha voluto esserci, o non sapeva dell’esistenza di quest’evento la faccio breve: un’intera mattinata dedicata alla realizzazione di videogames tramite l’utilizzo di due tecnologie di punta del macrocosmo Microsoft : Silverlight e XNA. La giornata del 25 è stata decisamente intensa, dopo una dovuta e necessaria introduzione del Prof. Peron, Presidente del Corso di Laurea in Informatica dell’Università Federico II, e di Mauro Minella, Academic Relations Manager di Microsoft, ha preso la parola l’ospite d’onore della giornata, ovvero Joe Wilson, Senior Director of Academic Initiatives in Microsoft ( o genio, profeta, scienziato come ha scritto un giornale <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ), che ha parlato delle potenzialità degli studenti e dei motivi per cui Microsoft punta tantissimo su di essi, proiettando una fantastica presentazione in WPF, molto american-style, ma che ha quasi fatto piovere dell’intimo femminile sul palco della Sala Azzurra del complesso di Monte Sant’Angelo dove si è svolto l’evento.</p>
<p>Terminati i convenevoli è arrivata la sostanza, la polpa, ciò per cui gli studenti erano lì : lo sviluppo dei videogames.Ha preso la parola Davide Luzzu (Dave) MSE ed esperto di UI Design<a name="_GoBack"></a>, che ha subito catturato l’attenzione dei presenti con il suo modo di esporre e con delle slide simpatiche e (come sempre) curatissime. La sessione Silverlight, durata circa 50minuti, è stata intensa, impegnativa e molto incentrata sul design, ma stando tra il pubblico ho notato grande curiosità ed interesse, che si è mantenuto vivo fino alla fine della sessione. Il momento topico è stato sicuramente la scenetta di Dave Developers VS Designers, una piece teatrale di spessore!</p>
<p>Non c’è tanto tempo da perdere. Rapido coffee-break e sale sul palco Giuseppe Maggiore MSP (super)senior ed esperto di XNA, che impiega pochissimi minuti ad ammaliare i presenti, me compreso. Parlantina sciolta, accento veneziano D.O.C. e grande conoscenza della materia, ha tirato su in 50 minuti un mini-videogame X-Wing VS Tie-Fighters stile Star Wars con gestione dei danni,sistemi particellari, esplosioni, grafica accattivante e il tocco finale di una nebulosa spaziale da applausi, che sono partiti prima ancora che la session fosse terminata.</p>
<p>In definitiva la giornata è stata un ottimo successo di pubblico, sia in termini di numero che in termini di gradimento. Per questo onore va ai ragazzi di Napoli : Raffaele, Tino e Michele ( e gli altri che non ho avuto modo di conoscere) che hanno tirato su un evento con i controfiocchi.</p>
<p>Infine mi permetto una piccola parentesi personale:</p>
<p>sono stati due giorni molto piacevoli in cui ho avuto modo e piacere di conoscere Mauro e Francesca, e gli altri MSP che prima del 25 erano più che altro nomi ed indirizzi e-mail. Inoltre ho potuto toccare con mano quali sono gli obbiettivi di questa iniziativa e del ruolo di MSP.</p>
<p>Non mi dilungo oltre… anche se ci sarebbe tanto da dire e raccontare.</p>
<p>Ke’</p>
<p>P.S. ecco gli speakers Dave e Giuseppe :</p>
<p><a href="http://blogs.academicclub.org/uidev"><img border="0" alt="Davide Luzzu" src="http://blogs.academicclub.org/codezero/files/2010/02/dave1.jpg" width="173" height="244" /></a> <a href="http://blogs.academicclub.org/xna"><img border="0" alt="Giuseppe Maggiore" src="http://blogs.academicclub.org/codezero/files/2010/02/100_3022.jpg" width="305" height="240" /></a></p>
<p>P.P.S. Gli indispensabili link ai loro personal blog&#160; su Academic Club:</p>
<p><a href="http://blogs.academicclub.org/uidev">http://blogs.academicclub.org/uidev</a></p>
<p><a href="http://blogs.academicclub.org/xna">http://blogs.academicclub.org/xna</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.academicclub.org/uidev/2010/02/27/di-ritorno/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Naples on 25th of February: The Game Day Opening</title>
		<link>http://blogs.academicclub.org/uidev/2010/02/05/naples-on-25th-of-february-the-game-day-opening/</link>
		<comments>http://blogs.academicclub.org/uidev/2010/02/05/naples-on-25th-of-february-the-game-day-opening/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 10:32:14 +0000</pubDate>
		<dc:creator>Daevil</dc:creator>
				<category><![CDATA[Creativity]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cards]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Game Day]]></category>
		<category><![CDATA[postcard]]></category>
		<category><![CDATA[poster]]></category>

		<guid isPermaLink="false">http://blogs.academicclub.org/uidev/?p=97</guid>
		<description><![CDATA[Hi guys on 25th of February 2010 I’ll be giving a speech in Naples with Giuseppe Maggiore, in presence of Joe Wilson, Microsoft Senior Director of Academic Initiatives for Developer and Platform Evangelism, and that’s a big deal I’ve created in no-time the graphics for blog, cards, posters…hopefully youìll like them &#160; you can find [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys on 25th of February 2010 I’ll be giving a speech in Naples with Giuseppe Maggiore, in presence of Joe Wilson, Microsoft Senior Director of Academic Initiatives for Developer and Platform Evangelism, and that’s a big deal <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I’ve created in no-time the graphics for blog, cards, posters…hopefully youìll like them <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&#160;</p>
<p>you can find the official blog @ http://blogs.academicclub.org/gameday , definitaly a cool template <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&#160;</p>
<p><a href="http://blogs.academicclub.org/gameday"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blogs.academicclub.org/uidev/files/2010/02/image.png" width="618" height="375" /></a> </p>
<p>&#160;</p>
<div style="padding-bottom: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;float: none;padding-top: 0px" class="wlWriterEditableSmartContent"><a href="http://blogs.academicclub.org/uidev/files/2010/02/Postcard_front8x6.png" title="Cards" rel="thumbnail"><img border="0" src="http://blogs.academicclub.org/uidev/files/2010/02/Postcard_front.png" width="627" height="427" /></a></div>
<div style="padding-bottom: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;float: none;padding-top: 0px" class="wlWriterEditableSmartContent"><a href="http://blogs.academicclub.org/uidev/files/2010/02/Postcard_back8x6.png" title="Agenda" rel="thumbnail"><img border="0" src="http://blogs.academicclub.org/uidev/files/2010/02/Postcard_back.png" width="618" height="409" /></a></div>
</p>
<p>hope you like!</p>
<p>-dave</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.academicclub.org/uidev/2010/02/05/naples-on-25th-of-february-the-game-day-opening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SketchFlow Animations: how to manage them!</title>
		<link>http://blogs.academicclub.org/uidev/2010/01/10/sketchflow-animations-how-to-manage-them/</link>
		<comments>http://blogs.academicclub.org/uidev/2010/01/10/sketchflow-animations-how-to-manage-them/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 13:47:20 +0000</pubDate>
		<dc:creator>Daevil</dc:creator>
				<category><![CDATA[Blend 3]]></category>
		<category><![CDATA[SketchFlow]]></category>
		<category><![CDATA[Animations]]></category>
		<category><![CDATA[Expression Blend 3]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blogs.academicclub.org/uidev/?p=91</guid>
		<description><![CDATA[Right guys…another video tutorial from udev and CodeZero ! And obviously the code and the slides in a zip &#160; &#160; Hope you like &#160; -dave]]></description>
			<content:encoded><![CDATA[<p>Right guys…another video tutorial from udev and <a href="http://blogs.academicclub.org/codezero">CodeZero</a> !</p>
<p>And obviously the <a href="http://storage.academicclub.org/codezero/code/SketchFlowAnimations.zip">code and the slides in a zip</a> <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#160;</p>
<p>&#160;</p>
<p> <span id="video_91_0">
	<object data="data:application/x-silverlight," type="application/x-silverlight-2" width="640px" height="480px">
		<param name="source" value="http://tv.academicclub.org/default/MediaPlayerTemplate.xap" />
		<param name="background" value="white" />
		<param name="initParams" value="src=http://storage.academicclub.org/codezero/video/sketchflow/sketch_animations.wmv" />
		<a href="http://go.microsoft.com/fwlink/?LinkID=115261" style="text-decoration: none;">
			<img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>
		</a>
	</object>
</span> </p>
<p>Hope you like <img src='http://blogs.academicclub.org/uidev/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&#160;</p>
<p>-dave</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.academicclub.org/uidev/2010/01/10/sketchflow-animations-how-to-manage-them/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://storage.academicclub.org/codezero/video/sketchflow/sketch_animations.wmv" length="80084979" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>
