<?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>Microsoft Student Partners &#187; Development</title>
	<atom:link href="http://blogs.student-partners.com.au/wamsp/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.student-partners.com.au/wamsp</link>
	<description>Microsoft Student Partners in WA</description>
	<lastBuildDate>Thu, 28 Apr 2011 12:27:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>MSPress Book Review</title>
		<link>http://blogs.student-partners.com.au/wamsp/2009/08/mspress-book-review/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2009/08/mspress-book-review/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 08:32:36 +0000</pubDate>
		<dc:creator>Daniel Paoliello</dc:creator>
				<category><![CDATA[Curtin MSP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[mspress]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/2009/08/mspress-book-review/</guid>
		<description><![CDATA[Recently MSPress gave me a copy of Programming Microsoft Visual C# 2008: The Language (Donis Marshall, ISBN 0735625409) to read and review. Having read the book cover to cover, I thoroughly enjoyed every page. Background First, a quick bit of background to let you know where I’m coming from. I’m a self-taught C# and .NET [...]]]></description>
			<content:encoded><![CDATA[<p>Recently MSPress gave me a copy of <a href="http://mspress.com.au/products.aspx?c=MTA0-FZGs8bEwEj4=&amp;s=VU1QTg==-UpvgFQIdGcw=&amp;ct=VmlzdWFsIFN0dWRpbyAmIC5ORVQgRnJhbWV3b3Jr-1WQleKHErn0=&amp;st=VmlzdWFsIEMj-XGSaM15kXhs=" onclick="pageTracker._trackPageview('/outgoing/mspress.com.au/products.aspx?c=MTA0-FZGs8bEwEj4=_amp_s=VU1QTg==-UpvgFQIdGcw=_amp_ct=VmlzdWFsIFN0dWRpbyAmIC5ORVQgRnJhbWV3b3Jr-1WQleKHErn0=_amp_st=VmlzdWFsIEMj-XGSaM15kXhs=&amp;referer=');">Programming Microsoft Visual C# 2008: The Language</a> (<a href="http://www.microsoft.com/MSPress/books/authors/auth12283.aspx" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/MSPress/books/authors/auth12283.aspx?referer=');">Donis Marshall</a>, ISBN 0735625409) to read and review. Having read the book cover to cover, I thoroughly enjoyed every page.</p>
<h1>Background</h1>
<p>First, a quick bit of background to let you know where I’m coming from. I’m a self-taught C# and .NET programmer &#8211; so this is the first book I&#8217;ve read on the subject. I wasn&#8217;t expecting to learn much about C# itself in the book, more the technologies that were added in .NET 3.5 (LINQ, extension functions, etc). Luckily, I was pleasantly surprised.</p>
<h1>Look and Feel</h1>
<p>Overall, the book reads like a technical manual. Marshall writes in a very dry fashion, and it&#8217;s not the type of book you would read from end-to-end for the sake of reading a book. The use of code samples and real life examples help solidify lessons are fantastic to understand the technical jargon used. All of the paragraphs are kept short and concise are often intermingled with MSDN style documentation and examples.</p>
<p>Typically, the learning curve in each chapter is quite sharp, starting with basic knowledge about the subject and rapidly accelerating to the newer and complex features that .NET 3.5 introduces. The chapters are very content heavy, but this load is lightened by attempting to replicate the examples are trying out new knowledge in Visual Studio while reading. Mixing reading with coding is probably the best way to maximise the learning from this book.</p>
<h1>Target Audience</h1>
<p>Marshall requests a basic knowledge of programming and Object Orientated concepts. I would also add that a basic knowledge of C#, .NET and Visual Studio are highly recommended. This book is by no means a &#8216;C# for Dummies&#8217; style guide. The book is more angled towards .NET 2.0 programmers looking to upgrade, Java (or other OO) programmers looking to switch languages or a Computer Science student who wishes to learn .NET.</p>
<h1>Content</h1>
<p>To say the least, this book is fantastic. Marshall demonstrates her mastery of .NET in the deep level of knowledge presented in this book. There were a great number of things that I learnt for the first time while reading this book, even basic concepts of C# (did you know that C# has a <a href="http://msdn.microsoft.com/en-us/library/ms173224%28VS.80%29.aspx" onclick="pageTracker._trackPageview('/outgoing/msdn.microsoft.com/en-us/library/ms173224_28VS.80_29.aspx?referer=');">?? operator</a>?). The topics presented spread from basic Visual Studio usage to LINQ, delegates and the operations of the .NET Garbage Collector.</p>
<p>I&#8217;ve learnt a massive amount from this book, and am much more confident in using some of the new features in .NET 3.5 such as Lambda functions and LINQ. The book also contained quite a lot that I would have never learnt from my self-learning such as the internal workings of the Garbage Collector and using some advanced debugging and profiling tools.</p>
<h1>Conclusion</h1>
<p>Reading this book was beyond valuable for me. I have improved my coding techniques and now understand other coding examples much easier. I would highly recommend this book to anyone with some experience with Object Orientated languages and techniques who wishes to start coding in C# .NET 3.5.</p>
<p>More info and books at <a href="http://www.mspress.com.au/" onclick="pageTracker._trackPageview('/outgoing/www.mspress.com.au/?referer=');">http://www.mspress.com.au/</a>&#160;</p>
<p>- Daniel Paoliello    <br />Curtin MSP</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2009/08/mspress-book-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MSDN Magazine March 2009</title>
		<link>http://blogs.student-partners.com.au/wamsp/2009/02/msdn-magazine-march-2009/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2009/02/msdn-magazine-march-2009/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 10:37:40 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[msdn]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/2009/02/msdn-magazine-march-2009/</guid>
		<description><![CDATA[Check it out!]]></description>
			<content:encoded><![CDATA[<p><a href="http://msdn.microsoft.com/en-us/magazine/dd535414.aspx" onclick="pageTracker._trackPageview('/outgoing/msdn.microsoft.com/en-us/magazine/dd535414.aspx?referer=');"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="March2009" src="http://i.msdn.microsoft.com/dd535414.cover(en-us).gif" /></a></p>
<p>Check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2009/02/msdn-magazine-march-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Azure &#8211; Cloud OS from Microsoft</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/10/windows-azure-cloud-os-from-microsoft/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/10/windows-azure-cloud-os-from-microsoft/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 07:23:15 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[pdc]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=241</guid>
		<description><![CDATA[If you were looking for big announcements regarding Mesh at PDC &#8211; you may be slightly disappointed, then again, this may a couple of birthdays rolled into one! The 3rd major company to take the leap (after Amazon&#8217;s S3 and Google&#8217;s App Engine), Microsoft are attempting to hit the ground running and shake up the [...]]]></description>
			<content:encoded><![CDATA[<p>If you were looking for big announcements regarding Mesh at <a href="http://www.microsoftpdc.com" onclick="pageTracker._trackPageview('/outgoing/www.microsoftpdc.com?referer=');">PDC</a> &#8211; you may be slightly disappointed, then again, this may a couple of birthdays rolled into one!</p>
<p>The 3rd major company to take the leap (after Amazon&#8217;s S3 and Google&#8217;s App Engine), Microsoft are attempting to hit the ground running and shake up the cloud industry with the release of Windows Azure. To quote from the <a href="http://www.microsoft.com/azure/" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/azure/?referer=');">official site</a>, Azure is a 64-bit operating system on top of which your cloud services will run and more importantly, scale.</p>
<p>There aren&#8217;t a lot of demo apps that currently exist &#8211; although perhaps the best application that I can use to demonstrate the (future) power of Azure is Live Mesh. As you can see from the following architecture overview Mesh is an integral part of Azure and the services strategy at Microsoft (in fact, Live Mesh&#8217;s logo has now become the overall icon for Live Services) and is itself built on top of Azure:</p>
<div id="attachment_242" class="wp-caption aligncenter" style="width: 500px"><a href="http://www.wamsp.com.au/wp-content/uploads/azure.jpg" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/azure.jpg?referer=');"><img class="size-full wp-image-242" title="Azure Services Overview" src="http://www.wamsp.com.au/wp-content/uploads/azure.jpg" alt="Azure Services Overview" width="490" height="226" /></a><p class="wp-caption-text">Azure Services Overview</p></div>
<p>You can <a href="http://www.microsoft.com/azure/register.mspx" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/azure/register.mspx?referer=');">Register </a>for the Tech Preview (includes download links), and while you&#8217;re waiting for an invite you can play around with the SDK local environment (which should simulate Azure). Note that you will require Vista or Windows Server 2008 to run this (XP not supported) and the correct bit version (32 will not work on 64 under WOW).</p>
<p>Instead of waffling about what Azure will be, I&#8217;ve found the following links to be super helpful:</p>
<p><a href="http://www.microsoft.com/azure/" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/azure/?referer=');">Azure Main Site</a></p>
<p><a href="http://www.microsoft-watch.com/content/developer/live_from_pdc_day_1_keynote.html" onclick="pageTracker._trackPageview('/outgoing/www.microsoft-watch.com/content/developer/live_from_pdc_day_1_keynote.html?referer=');">Overview (Microsoft Watch)</a></p>
<p><a href="http://mycloudapp.net/wiki/" onclick="pageTracker._trackPageview('/outgoing/mycloudapp.net/wiki/?referer=');">MyCloud wiki</a></p>
<p><a href="http://channel9.msdn.com/posts/Charles/Manuvir-Das-Introducing-Windows-Azure/" onclick="pageTracker._trackPageview('/outgoing/channel9.msdn.com/posts/Charles/Manuvir-Das-Introducing-Windows-Azure/?referer=');">Video: Introducting Windows Azure</a></p>
<p><a href="http://channel9.msdn.com/posts/Charles/Steve-Marx-Windows-Azure-for-Developers/" onclick="pageTracker._trackPageview('/outgoing/channel9.msdn.com/posts/Charles/Steve-Marx-Windows-Azure-for-Developers/?referer=');">Video: Windows Azure for Developers</a></p>
<p>What will be your first cloud app?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/10/windows-azure-cloud-os-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight 2.0 Released</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/10/silverlight-20-released/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/10/silverlight-20-released/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 02:45:33 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=238</guid>
		<description><![CDATA[Thanks to a tip off from ScottGu we bring you news of the release of Silverlight 2! Silverlight 2 supports Windows and Mac (and you can always check out Moonlight for linux) and comes with an improved toolkit for everything from standard &#38; custom controls to networking and media streaming support. Developers will be particularly [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to a tip off from <a href="http://weblogs.asp.net/scottgu" onclick="pageTracker._trackPageview('/outgoing/weblogs.asp.net/scottgu?referer=');">ScottGu</a> we bring you news of the release of <a href="http://silverlight.net/" onclick="pageTracker._trackPageview('/outgoing/silverlight.net/?referer=');">Silverlight 2</a>!</p>
<p>Silverlight 2 supports Windows and Mac (and you can always check out <a href="http://www.mono-project.com/Moonlight" onclick="pageTracker._trackPageview('/outgoing/www.mono-project.com/Moonlight?referer=');">Moonlight</a> for linux) and comes with an improved toolkit for everything from standard &amp; custom controls to networking and media streaming support.</p>
<p>Developers will be particularly interested in the <a href="http://silverlight.net/" onclick="pageTracker._trackPageview('/outgoing/silverlight.net/?referer=');">Getting Started</a> website which includes walkthroughs from the obligatory &#8220;Hello World!&#8221; right through the usage of controls and database bindings.</p>
<p><a href="http://silverlight.net/" onclick="pageTracker._trackPageview('/outgoing/silverlight.net/?referer=');">Check it out!</a></p>
<p><small>NB Don&#8217;t forget to uninstall any betas before installing the release version</small></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/10/silverlight-20-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UWA Imagine &#039;08 &#8211; Feel the Love!</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/10/uwa-imagine-08-feel-the-love/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/10/uwa-imagine-08-feel-the-love/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 07:21:04 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[internships]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[UWA MSP]]></category>
		<category><![CDATA[Imagine '08]]></category>
		<category><![CDATA[uwa]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=203</guid>
		<description><![CDATA[Just back from Imagine &#8217;08 &#8211; what an awesome event! The event was opened by Luke who stepped everyone through a number of videos highlighting the Power of students. Luke also discussed Dreamspark which has finally landed Down Under and Imagine Cup &#8217;09. Who knows? Maybe this year we&#8217;ll finally see a UWA team! David [...]]]></description>
			<content:encoded><![CDATA[<p>Just back from Imagine &#8217;08 &#8211; what an awesome event!</p>
<p>The event was opened by Luke who stepped everyone through a number of videos highlighting the Power of students. Luke also discussed Dreamspark which has finally landed Down Under and <a href="http://www.imaginecup.com" onclick="pageTracker._trackPageview('/outgoing/www.imaginecup.com?referer=');">Imagine Cup &#8217;09</a>. Who knows? Maybe this year we&#8217;ll finally see a <a href="http://www.uwa.edu.au" onclick="pageTracker._trackPageview('/outgoing/www.uwa.edu.au?referer=');">UWA</a> team!</p>
<p>David then stepped in with &#8220;Gaming your way onto Facebook&#8221; &#8211; an awesome demo which stepped through the creation of a <a href="http://www.popfly.com" onclick="pageTracker._trackPageview('/outgoing/www.popfly.com?referer=');">Popfly</a> shoot-em-up which was then published, with leaderboard, to Facebook.</p>
<p>Next we ran a quick session about the MS Internship process. UWA has 3 interns going this year, the second highest from any university (apart from UQ), beating out universities like UNSW and USyd and decimating Victoria (none!). Great news for anyone at UWA who may have thought that being too far over West was a disadvantage.</p>
<p>I then followed up with a quick overview some online services being offered by Microsoft &#8211; <a href="http://memorabilia.hardrock.com/" onclick="pageTracker._trackPageview('/outgoing/memorabilia.hardrock.com/?referer=');">Deep Zoom</a>, <a href="http://www.photosynth.net" onclick="pageTracker._trackPageview('/outgoing/www.photosynth.net?referer=');">Photosynth </a>and <a href="http://www.mesh.com" onclick="pageTracker._trackPageview('/outgoing/www.mesh.com?referer=');">Live Mesh</a>, if you haven&#8217;t checked them out &#8211; do so! Don&#8217;t forget to sign up for the <a href="http://www.csse.uwa.edu.au/~nachmo01/mesh/" onclick="pageTracker._trackPageview('/outgoing/www.csse.uwa.edu.au/_nachmo01/mesh/?referer=');">UWA Live Mesh Comp</a> as well and beat out the other unis (including our blog brothers from Curtin)&#8230;</p>
<p>From there we moved to on to the <a href="http://www.ee.uwa.edu.au/~ieeesb/" onclick="pageTracker._trackPageview('/outgoing/www.ee.uwa.edu.au/_ieeesb/?referer=');">IEEE</a> supported free BBQ for participants where we handed out a boat load of swag and prizes to some happy recipients.</p>
<p>We&#8217;re always interested in feedback &#8211; so leave us a message (or two) with what you thought.</p>
<p>See you at our next event!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/10/uwa-imagine-08-feel-the-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who said there&#039;d be no Linux at TechEd?</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/09/who-said-thered-be-no-linux-at-teched/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/09/who-said-thered-be-no-linux-at-teched/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 07:07:07 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSP Australia]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[UWA MSP]]></category>
		<category><![CDATA[Tech Ed 08]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=112</guid>
		<description><![CDATA[I&#8217;m sitting in a great session on Hyper-V (SVR304 Windows Server 2008 Hyper-V Architecture Scenarios and Networking Deep Dive) where we&#8217;re getting an in-depth technical layout of Hyper-V how it works, what it does and how well it works (perhaps marketing speak, but I can confirm that Hyper-V rocks performance wise). Some of the VMs [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sitting in a great session on Hyper-V (SVR304 Windows Server 2008 Hyper-V Architecture Scenarios and Networking Deep Dive) where we&#8217;re getting an in-depth technical layout of Hyper-V how it works, what it does and how well it works (perhaps marketing speak, but I can confirm that Hyper-V rocks performance wise). Some of the VMs that are popping up on the screen during the demo portion are Novell SUSE &#8211; which in itself is cool enough.</p>
<p>Microsoft have had a very good relationship with Novell over their SUSE offering (although a quick search will show you that both companies have suffered a lot of online negative rap about these deals) although I&#8217;m still impressed that they would show it in a demo.</p>
<p>But I was blown up when Tux made a showing!</p>
<div style="text-align:center"><a href="http://www.wamsp.com.au/wp-content/uploads/snv32447.jpg" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/snv32447.jpg?referer=');"><img class="alignnone size-thumbnail wp-image-113" title="Tech Ed 08: Hyper V Session" src="http://www.wamsp.com.au/wp-content/uploads/snv32447-150x150.jpg" alt="" width="150" height="150" /></a>          <a href="http://www.wamsp.com.au/wp-content/uploads/snv32449.jpg" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/snv32449.jpg?referer=');"><img class="alignnone size-thumbnail wp-image-114" title="TechEd 08: Tux at TechEd!" src="http://www.wamsp.com.au/wp-content/uploads/snv32449-150x150.jpg" alt="" width="150" height="150" /></a></div>
<p>(and yeah, the photos are blurred &#8211; sorry <img src='http://blogs.student-partners.com.au/wamsp/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  )</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/09/who-said-thered-be-no-linux-at-teched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechEd Keynote</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/09/teched-keynote/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/09/teched-keynote/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 02:45:14 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSP Australia]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[UWA MSP]]></category>
		<category><![CDATA[Tech Ed 08]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=98</guid>
		<description><![CDATA[As I looked back over my photos from yesterday&#8217;s keynote (below) I realised that there wasn&#8217;t that much information about the Keynote in yesterday&#8217;s post. So here&#8217;s what went down: The Keynote started with a general TechEd collaboration video that emphasised MSDN and TechNet as community oriented sites Afterwords there were quick words from Tracy [...]]]></description>
			<content:encoded><![CDATA[<p>As I looked back over my photos from yesterday&#8217;s keynote (below) I realised that there wasn&#8217;t that much information about the Keynote in yesterday&#8217;s post. So here&#8217;s what went down:</p>
<ul>
<li>The Keynote started with a general TechEd collaboration video that emphasised MSDN and TechNet as community oriented sites</li>
<li>Afterwords there were quick words from Tracy Fellows head of Microsoft in Australia, intKeyroducing the keynote speaker</li>
<li>The Keynote speaker was Amit Mital lead (and one of the founders) of the Live Mesh team. He showed a video that emphasised connectivity between al devices (think tv, mobile, house (alarms, door locks), computers) via the cloud. So much so, that when a laptop gets destroyed in the movie the main actor gets a different machine and loads it up with his info and gets his own desktop back.</li>
<li>Dr. Niel got up and demoed two instances of software + Services (the current mantra from Microsoft, emphasising a move to the cloud). He also &#8220;let slip&#8221; and showed off Live Mesh on his mobile (this was live, not recorded), by syncing photos between his mobile and laptop.</li>
</ul>
<p>Photo Goodness:</p>
<div style="text-align:center"><a href="http://www.wamsp.com.au/wp-content/uploads/snv32434.jpg" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/snv32434.jpg?referer=');"><img class="alignnone size-thumbnail wp-image-100" title="TechEd Intro Movie" src="http://www.wamsp.com.au/wp-content/uploads/snv32434-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://www.wamsp.com.au/wp-content/uploads/snv32435.jpg" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/snv32435.jpg?referer=');"><img class="alignnone size-thumbnail wp-image-101" title="TechEd 08 Intro" src="http://www.wamsp.com.au/wp-content/uploads/snv32435-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://www.wamsp.com.au/wp-content/uploads/snv32437.jpg" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/snv32437.jpg?referer=');"><img class="alignnone size-thumbnail wp-image-102" title="TechEd 08: Free Runners" src="http://www.wamsp.com.au/wp-content/uploads/snv32437-150x150.jpg" alt="" width="150" height="150" /></a></div>
<div style="text-align:center">
<a href="http://www.wamsp.com.au/wp-content/uploads/snv32438.jpg" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/snv32438.jpg?referer=');"><img class="alignnone size-thumbnail wp-image-103" title="TechEd 08: Keynote by Amit Mital" src="http://www.wamsp.com.au/wp-content/uploads/snv32438-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://www.wamsp.com.au/wp-content/uploads/snv32439.jpg" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/snv32439.jpg?referer=');"><img class="alignnone size-thumbnail wp-image-104" title="TechEd 08: Dr. Niel" src="http://www.wamsp.com.au/wp-content/uploads/snv32439-150x150.jpg" alt="Photo synced from camera via Live Mesh Mobile" width="150" height="150" /></a>
</div>
<p>Stay tuned for more!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/09/teched-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rumblings of Things to Come</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/08/rumblings-of-things-to-come/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/08/rumblings-of-things-to-come/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 06:21:23 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[UWA MSP]]></category>
		<category><![CDATA[dreamspark]]></category>
		<category><![CDATA[Heros]]></category>
		<category><![CDATA[uwa]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=88</guid>
		<description><![CDATA[Straight from the grapevine it looks like great things are coming for Semester 2! Apart form the launch of Dreamspark (coming soon!) we are in early stages of preperation for a developer oriented event at UWA. As usual there&#8217;ll be heaps of free giveaways and aawesome prizes to pick up &#8211; so make sure to [...]]]></description>
			<content:encoded><![CDATA[<p>Straight from the grapevine it looks like great things are coming for Semester 2! Apart form the launch of Dreamspark (coming soon!) we are in early stages of preperation for a developer oriented event at UWA.</p>
<p>As usual there&#8217;ll be heaps of free giveaways and aawesome prizes to pick up &#8211; so make sure to stay tuned for more details!</p>
<p>Got suggestions? Questions? Anything else? Feel free to leave a comment below&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/08/rumblings-of-things-to-come/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSR Group Shot</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/06/msr-group-shot/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/06/msr-group-shot/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 06:14:25 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MS Research]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[group shot]]></category>
		<category><![CDATA[msr]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=80</guid>
		<description><![CDATA[Hot off the press &#8211; Group Shot is a nifty little toy from Microsoft Research that solves the group shot problem. Have you ever taken multiple photos of a group of people, only to be thwarted time and time again by different people closing their eyes? Group Shot solves this by allowing you to select [...]]]></description>
			<content:encoded><![CDATA[<p>Hot off the press &#8211; <a title="Group Shot" href="http://research.microsoft.com/projects/GroupShot/" onclick="pageTracker._trackPageview('/outgoing/research.microsoft.com/projects/GroupShot/?referer=');">Group Shot</a> is a nifty little toy from <a title="Microsoft Research" href="research.microsoft.com">Microsoft Research</a> that solves the group shot problem. Have you ever taken multiple photos of a group of people, only to be thwarted time and time again by different people closing their eyes?</p>
<p>Group Shot solves this by allowing you to select the &#8220;good parts&#8221; (i.e. all those open eyes) of all the images and then joining everything together into one final shot. You can use this to make sure that everyone in that family shot is looking at the camera, and that those unwanted <a title="Photobombers [Wikipedia]" href="http://en.wikipedia.org/wiki/Photobombers" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Photobombers?referer=');">photobombers</a> are history!</p>
<p>Check out the <a title="GroupShot How-To" href="http://research.microsoft.com/projects/GroupShot/GroupShotHelp.htm" onclick="pageTracker._trackPageview('/outgoing/research.microsoft.com/projects/GroupShot/GroupShotHelp.htm?referer=');">example (and tutorial)</a> or go straight to <a title="Group Shot" href="http://research.microsoft.com/projects/GroupShot/" onclick="pageTracker._trackPageview('/outgoing/research.microsoft.com/projects/GroupShot/?referer=');">Group Shot</a> for a download.</p>
<p>It&#8217;s exam period as well, so Good Luck to all, and stay tuned for exciting happenings coming to a University near you!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/06/msr-group-shot/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DreamSpark meet &quot;Down Under&quot;! (finally)</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/06/dreamspark-meet-down-under-finally/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/06/dreamspark-meet-down-under-finally/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 13:25:41 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[dreamspark]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[ms]]></category>
		<category><![CDATA[msdn]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=76</guid>
		<description><![CDATA[In what can only be described as &#8220;it&#8217;s about time&#8221; DreakSpark is set to land in Australia on September 2th during the Australian Tech. Ed 2008 (Sydney) Student Day. What do I get with DreamSpark? DreamSpark currently contains: Visual Studio 2008 Professional Windows Server 2003 Standard Version Expression Studio XNA Game Studio 2.0 (+ Creators [...]]]></description>
			<content:encoded><![CDATA[<p>In what can only be described as &#8220;it&#8217;s about time&#8221; <a title="DreamSpark" href="https://downloads.channel8.msdn.com/" onclick="pageTracker._trackPageview('/outgoing/downloads.channel8.msdn.com/?referer=');">DreakSpark</a> is set to land in Australia on September 2<sup>th</sup> during the Australian Tech. Ed 2008 (Sydney) Student Day.</p>
<p><strong>What do I get with DreamSpark? </strong></p>
<p>DreamSpark currently contains:</p>
<ul>
<li>Visual Studio 2008 Professional</li>
<li>Windows Server 2003 Standard Version</li>
<li>Expression Studio</li>
<li>XNA Game Studio 2.0 (+ Creators Club)</li>
</ul>
<p><strong>So what&#8217;s so great about DreamSpark you ask? </strong></p>
<p>Yup, you get all the software it comes with via MSDN-AA anyway &#8211; but there are two big differences:</p>
<ol>
<li> The license is unencumbered so you can use it for profit</li>
<li>XNA Creators Club! Perfect for those with Xboxs (and Zunes soon) the Creators Club grants you access to exclusive content and the ability to develop and debug games directly on the Xbox (but you already know that of course, because you attended game camp!)</li>
</ol>
<p>It&#8217;s nice to (finally) see DreamSpark make it&#8217;s way down South &#8211; we&#8217;ll keep you posted as more information roles in!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/06/dreamspark-meet-down-under-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StockPrice</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/04/stockprice/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/04/stockprice/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 15:01:13 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[multi-threading]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[stock]]></category>
		<category><![CDATA[threads]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=47</guid>
		<description><![CDATA[As my day job is working in an Accounting practice I come across problems all the time, that can be solved with computers. One day I was given the task of looking up the historial share prices of stocks. Given the number of stocks, this wasn&#8217;t going to be a nice job, as I would [...]]]></description>
			<content:encoded><![CDATA[<p>As my day job is working in an Accounting practice I come across problems all the time, that can be solved with computers.</p>
<p>One day I was given the task of looking up the historial share prices of stocks. Given the number of stocks, this wasn&#8217;t going to be a nice job, as I would have had to lookup each stock individually.</p>
<p>Another problem that existed was all the major finance websites that have historical data often get it wrong. Just plain wrong. I&#8217;ve found errors with Google Finance, Yahoo Finance, etc, etc.</p>
<p>So to do this job, I made a little .NET program called StockPrice.</p>
<p>Using Visual Studio 2008 I was able to very quickly (about an hour) come up with a multi-threaded program that grabbed historial prices from 3 major sites and compared them to each other, giving what it thinks is the most likely price on that day. Further more, Visual Studio 2008 allows me to OneClick publish the program for automatic updates and installation from the web.</p>
<p>If you are interested, please download it and take a look. I am very interested in any feedback you may have. I am happy to support it to an extent at <a href="http://forum.wamsp.com.au" onclick="pageTracker._trackPageview('/outgoing/forum.wamsp.com.au?referer=');">http://forum.wamsp.com.au</a>.</p>
<p>You can check it out at <a href="http://www.tidesoft.com.au/stockprice" onclick="pageTracker._trackPageview('/outgoing/www.tidesoft.com.au/stockprice?referer=');">http://www.tidesoft.com.au/stockprice</a></p>
<p><strong>Please note: The way Google Finance displays historical stock prices for ASX stocks is not consistent. Thus, often the Google price will be out by a day. Be sure to check the date returned on each source.</strong></p>
<p>Luke<br />
MSP (UWA)</p>
<p><a href="http://www.tidesoft.com.au/stockprice" onclick="pageTracker._trackPageview('/outgoing/www.tidesoft.com.au/stockprice?referer=');"><img src="http://www.wamsp.com.au/wp-content/uploads/stockprice.jpg" alt="StockPrice" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/04/stockprice/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Codeplex, Open Source &#8211; Microsoft Style</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/04/codeplex-open-source-microsoft-style/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/04/codeplex-open-source-microsoft-style/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 14:36:29 +0000</pubDate>
		<dc:creator>Daniel Paoliello</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[codeplex]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=46</guid>
		<description><![CDATA[One of the common issues that I have is that I want to join in on Open Source projects (because their doing something cool, for experience, etc); but they are usually in some weird\archaic language (like C or PASCAL) whereas I’d MUCH rather use C#.NET. Alternatively, they have a Linux setup and would prefer other [...]]]></description>
			<content:encoded><![CDATA[<p>One of the common issues that I have is that I want to join in on Open Source projects (because their doing something cool, for experience, etc); but they are usually in some weird\archaic language (like C or PASCAL) whereas I’d MUCH rather use C#.NET. Alternatively, they have a Linux setup and would prefer other developers to be using Linux as well (to avoid cross-OS issues before a final release is ready).</p>
<p>Codeplex is self-described as “Microsoft&#8217;s open source project hosting web site”. So, while there are projects on there that Microsoft has started (eg <a href="http://www.codeplex.com/AtlasControlToolkit" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/AtlasControlToolkit?referer=');">AJAX Control Toolkit</a>, <a href="http://www.codeplex.com/blueportal" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/blueportal?referer=');">bluePortal</a>, <a href="http://www.codeplex.com/gimme" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/gimme?referer=');">Gimme</a> and many others); there are thousands that are being run by individual teams. In fact, Microsoft has gone as far as to say guarantee it “does not control, review, revise, endorse or distribute the third party projects on this site” – ensuring that the community-oriented aspect of the Open Source projects is not questioned (personally, I believe that some of the projects should be reviewed by Microsoft&#8230;).</p>
<h4>What Codeplex Offers for Developers</h4>
<ul>
<li>File space and a great looking site to release their project</li>
<li>A community of like-minded developers</li>
<li>An integrated Issue Tracker and Discussion system; allowing the community to participate as well</li>
<li>Ability to use any technology to create a project, and any licence to release it</li>
<li>A Team Foundation Server for Version Control and Work Item tracking</li>
<li>WebTrends to gain statistics on people viewing, interacting with and downloading your project</li>
<li>SVN support (for those not wanting to use TFS)</li>
<li>A completely <strong>Ad-less</strong> interface</li>
</ul>
<h4>What Codeplex Offers Everybody</h4>
<p>Mainly, an easy and excellent way to find Open Source projects and communicate with the people managing and running these projects. To keep up to date, Codeplex also allows Syndications (RSS) for all projects - allowing you to stay up to date easily.</p>
<p>Codeplex is also working on the &#8220;Codeplex Client&#8221; that will allow anybody to get any piece of code from Codeplex without having to be a Contributor, Developer, Coordinator or even without requiring a registered account at all.</p>
<p>Codeplex is also always trying to improve itself; and so is self-listed (a MetaListing?).</p>
<h4>Some Cool Projects</h4>
<p>These are just some things that I thought were pretty nifty</p>
<h5>For Developers</h5>
<ul>
<li><a href="http://www.codeplex.com/AtlasControlToolkit" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/AtlasControlToolkit?referer=');">AJAX Control Toolkit</a> &#8211; An <strong>extremely</strong> useful set of ASP.NET AJAX controls</li>
<li><a href="http://www.codeplex.com/blogengine" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/blogengine?referer=');">BlogEngine.NET</a> &#8211; An ASP.NET based blogging app</li>
<li><a href="http://www.codeplex.com/silverglobe" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/silverglobe?referer=');">Silverglobe</a> &#8211; A Silverlight-based 3D globe\map</li>
<li><a href="http://www.codeplex.com/scriptsharp" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/scriptsharp?referer=');">Script#</a> &#8211; Compile C# into JavaScript</li>
<li><a href="http://www.codeplex.com/NetMassDownloader" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/NetMassDownloader?referer=');">NetMassDownloader</a> &#8211; Allows batch downloading of the .NET source code</li>
<li><a href="http://www.codeplex.com/IronPython" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/IronPython?referer=');">IronPython</a> &#8211; Python for .NET (<a href="http://blogs.msdn.com/aaronmar/archive/2006/02/16/533273.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/blogs.msdn.com/aaronmar/archive/2006/02/16/533273.aspx?referer=');">with Visual Studio 2005 integration</a>)</li>
</ul>
<h5>For Everyone</h5>
<ul>
<li><a href="http://www.codeplex.com/Rawr" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/Rawr?referer=');">Rawr</a> &#8211; For people who love World of Warcraft</li>
<li><a href="http://www.codeplex.com/beyondpod" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/beyondpod?referer=');">BeyondPod</a> &#8211; RSS and Podcast manager for Windows Mobile</li>
<li><a href="http://www.codeplex.com/gmobilesync" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/gmobilesync?referer=');">GMobileSync</a> &#8211; Allows Google Calendars to sync with Windows Mobile</li>
<li><a href="http://www.codeplex.com/GameKnight" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/GameKnight?referer=');">GameKnight</a> &#8211; A Nintendo GameBoy and GameBoy Colour emulator (built entirely in C# and DirectX)</li>
<li><a href="http://www.codeplex.com/vdm" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/vdm?referer=');">Vista/XP Virtual Desktop Manager</a> &#8211; Allows multiple desktops in Windows</li>
</ul>
<p>If you are spot a cool project, or are working on one, leave a link in the comments!</p>
<p>- Daniel<br />
Curtin MSP</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/04/codeplex-open-source-microsoft-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Mail in htmL</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/03/how-to-mail-in-html/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/03/how-to-mail-in-html/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 02:53:25 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[MSP Australia]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=36</guid>
		<description><![CDATA[Weird tributes to the original HoTMaiL way of spelling things aside, how many of you have ever tried to send a somewhat complex html email that needs to be read in clients other than Outlook? One of the best ways to achieve this is to write out the HTML yourself, but there seems to be [...]]]></description>
			<content:encoded><![CDATA[<p>Weird tributes to the original HoTMaiL way of spelling things aside, how many of you have ever tried to send a somewhat complex html email that needs to be read in clients other than Outlook?  One of the best ways to achieve this is to write out the HTML yourself, but there seems to be next to no support for this in Outloook and meagre support in Thunderbird (an old extension).</p>
<p>If you&#8217;ve installed Vista or Server 2008 and you happen to be wanting to write HTML email &#8211; then your in luck!  The new &#8220;Windows Mail&#8221; client (which replaced Outlook Express) comes with a convenient &#8220;Source Edit&#8221; mode that lets you view and edit the source of your email on the fly:</p>
<p style="text-align: center"><img src="http://www.wamsp.com.au/wp-content/uploads/win_mail_src.png" alt="Windows Mail Source Edit Mode" height="439" width="735" /></p>
<p><strong>Things to Note:</strong></p>
<ul>
<li>Make sure  you should be sending HTML mail before you send it. Not everyone can / likes to receive HTML email so it&#8217;s a good idea to provide them with a plain text alternative.</li>
<li>Use style=&#8221;" attributes rather than the &lt;style&gt; tags to define CSS. Although this will make your HTML mighty messy, it will ensure that everyone actually renders your styles. Clients like gmail will not render &lt;style&gt; tags no matter where they are placed.</li>
<li>It&#8217;s recommended that you send a few test emails around to the different clients (web and otherwise) around (Live, Google, Yahoo, Outlook, Thunderbird etc.) to see that your mail is rendering as you expect it to. I recently sent an email that Yahoo rendered with blue text that underlined when the mouse hovered over it. Go figure.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/03/how-to-mail-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Releasing Silverlight for Windows Mobile??</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/03/microsoft-releasing-silverlight-for-windows-mobile/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/03/microsoft-releasing-silverlight-for-windows-mobile/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 06:30:23 +0000</pubDate>
		<dc:creator>Daniel Paoliello</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[rumour]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=30</guid>
		<description><![CDATA[I came across an interesting thing today while wandering around the web (as you do&#8230;). Firstly, the new version of Silverlight, as well as the announcement and release of Silverlight for Series 60 Symbian phones. Even though the Silverlight site claims that Silverlight is &#8220;cross-device&#8221; the only devices it is being offered on is PC [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://silverlight.net/Themes/silverlight/images/logo.jpg" align="left" />I came across an interesting thing today while wandering around the web (as you do&#8230;).</p>
<p>Firstly, <a href="http://weblogs.asp.net/scottgu/archive/2008/02/22/first-look-at-silverlight-2.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/weblogs.asp.net/scottgu/archive/2008/02/22/first-look-at-silverlight-2.aspx?referer=');">the new version of Silverlight</a>, as well as the announcement and release of <a href="http://www.nokia.com/A4136001?newsid=1197788" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.nokia.com/A4136001?newsid=1197788&amp;referer=');">Silverlight for Series 60 Symbian phones</a>. Even though the Silverlight site claims that Silverlight is &#8220;cross-device&#8221; the only devices it is being offered on is PC and Symbian phones &#8211; what happened to PDA&#8217;s? Why would Microsoft release Silverlight to a competitor (ie the Symbian developers) when they haven&#8217;t released it on their own devices?</p>
<p>To solve this conundrum, I decided to visit the <a href="http://msdn2.microsoft.com/en-us/windowsmobile/default.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/msdn2.microsoft.com/en-us/windowsmobile/default.aspx?referer=');">Windows Mobile Developer Centre</a> to see if there was a beta of Silverlight or, in the least, some sort of announcement. Then I noticed the kicker: there is a RSS Feed collator box on the homepage entitled &#8220;Rich Internet Applications&#8221; that is pulling no feeds, though it has the cryptic message of &#8220;The ability to create Rich Internet Applications on the Windows Mobile platform is coming soon. Stay tuned&#8230;&#8221;.</p>
<p>Silverlight on Windows Mobile; it would defiantly bring both of these platforms to the next level &#8211; and make it that much better for developers.</p>
<p>- Daniel<br />
Curtin MSP</p>
<p><strong>UPDATE:</strong></p>
<p>It appears that Microsoft did announce Silverlight 1 for Windows Mobile: <a href="http://silverlight.net/learn/mobile.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/silverlight.net/learn/mobile.aspx?referer=');">http://silverlight.net/learn/mobile.aspx</a><br />
Still, this doesn&#8217;t decrease the prospect of how cool it will be.</p>
<p>Thanks to Jim Wilson (<a href="http://www.pluralsight.com/blogs/jimw/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.pluralsight.com/blogs/jimw/?referer=');">http://www.pluralsight.com/blogs/jimw/</a>) for pointing this out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/03/microsoft-releasing-silverlight-for-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Singularity Hits the Streets Running</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/03/singularity-hits-the-streets-running/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/03/singularity-hits-the-streets-running/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 07:38:05 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[singularity]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=28</guid>
		<description><![CDATA[What better way to start a first post but with the news that Microsoft is releasing some source code (albeit under an Academic license)? Singularity is a Microsoft Research project involving the creation of a new Operating System based on an abstract instruction set and type safe languages (i.e. it&#8217;s based on .NET). The OS [...]]]></description>
			<content:encoded><![CDATA[<p>What better way to start a first post but with the news that Microsoft is releasing some source code (albeit under an Academic license)?</p>
<p><a href="http://en.wikipedia.org/wiki/Singularity_(operating_system)" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Singularity_operating_system?referer=');">Singularity</a> is a <a href="http://research.microsoft.com/os/singularity/" onclick="pageTracker._trackPageview('/outgoing/research.microsoft.com/os/singularity/?referer=');">Microsoft Research</a> project involving the creation of a new Operating System based on an abstract instruction set and type safe languages (i.e. it&#8217;s based on .NET). The OS uses a concept of SIPs (Software-Isolated Processes) to load and control processes which are limited into their own address space. Due to the managed nature of the running code, programs can be verified by the OS at install time, runtime or during any other controlled interaction.</p>
<p>The <a href="http://www.codeplex.com/singularity" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/singularity?referer=');">source code download</a> weighs in at 61MB (it&#8217;s a zip file with all of the sources and build scripts) &#8211; small enough to warrant a quick look. Check it out &#8211; you never know, your next OS course may just happen to be based on Singularity!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/03/singularity-hits-the-streets-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL and ADO.NET</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/03/mysql-and-adonet/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/03/mysql-and-adonet/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 13:30:09 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[DbCommand]]></category>
		<category><![CDATA[DbConnection]]></category>
		<category><![CDATA[DbDataReader]]></category>
		<category><![CDATA[ExecuteQuery]]></category>
		<category><![CDATA[HasRows]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySqlCommand]]></category>
		<category><![CDATA[MySqlConnection]]></category>
		<category><![CDATA[MySqlDataReader]]></category>
		<category><![CDATA[NextResult]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SqlCommand]]></category>
		<category><![CDATA[SqlConnection]]></category>
		<category><![CDATA[SqlDataReader]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=13</guid>
		<description><![CDATA[Natively these two products don&#8217;t work together very easily, but MySQL has since released a set of standard .NET data access objects including a MySqlConnection, MySqlCommand, MySqlDataAdapter and MySqlDataReader. These are just a few of many types and classes included in the MySql.Data namespace and here I will show you how easy it is to [...]]]></description>
			<content:encoded><![CDATA[<p>Natively these two products don&#8217;t work together very easily, but MySQL has since released a set of standard .NET data access objects including a MySqlConnection, MySqlCommand, MySqlDataAdapter and MySqlDataReader. These are just a few of many types and classes included in the MySql.Data namespace and here I will show you how easy it is to create code that you can quickly switch between Microsoft SQL Server 2005 (or above) and MySQL using our generic System.Data.Common classes.</p>
<p>Goto to our forum to post more questions <a href="http://forum.wamsp.com.au" onclick="pageTracker._trackPageview('/outgoing/forum.wamsp.com.au?referer=');">here</a>.</p>
<p><span id="more-13"></span></p>
<p>The first thing that you will need to do is go and download the MySQL connector for .NET from <a href="http://dev.mysql.com/downloads/connector/net/5.1.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/dev.mysql.com/downloads/connector/net/5.1.html?referer=');">here</a>. Now, once we have that installed we can start coding. I&#8217;m not going to write and entire .NET sample application, instead, I will show you the code that you will need to use to connect to the two types of databases.</p>
<p>Second thing to do is to make sure we have all of our using statements (imports for VB.NET), we should have the following for MySQL integration:</p>
<p><em>using MySql.Data;<br />
using MySql.Data.MySqlClient;<br />
</em></p>
<p>These for Microsoft SQL Server</p>
<p><em>using System.Data;<br />
using System.Data.SqlClient;<br />
</em><br />
Now because we want to make this usable for MS SQL and MySQL, we need one more further namespace to be used.</p>
<p><em>using System.Data.Common;</em></p>
<p>The System.Data.Common namespace contains all our generic data access classes that MySQL and MS SQL adapters derive from. Now we have our using statements for the data access components, we can start writing code the connect to these databases and start executing queries.</p>
<p>First thing we will do is create our basic types. We do this as follows:</p>
<p><em>DbConnection myDataConnection;<br />
DbCommand myDataCommand;<br />
DbReader myDataReader;</em></p>
<p>As these are abstract data type, we do not construct objects of them.</p>
<p>The next step is to connect to the database. We are going to set this up so it will attempt to connect to a MySQL database, but fail-over to a MS SQL database if the MySQL database is not found. Finally, if neither database is connected too, it will report an error.</p>
<p><em>try<br />
{<br />
myDataConnection = new MySqlConnection(&#8220;Data Source=myserver;Database=mydatabase;User Id=dbuser;Password=dbuserpass&#8221;);<br />
myDataConnection.Open();<br />
}<br />
catch(MySqlException e)<br />
{<br />
try<br />
{<br />
myDataConnection = new SqlConnection(&#8220;Data Source=mssqlserver;Inital Catalog=database;User Id=username;Password=userpassword&#8221;);<br />
myDataConnection.Open();<br />
}<br />
catch(SqlException e)<br />
{<br />
System.Windows.Forms.MessageBox.Show(&#8220;No database could be connected!&#8221;);<br />
}<br />
}</em></p>
<p>It&#8217;s a simple as that. This code will attempt to connect to a MySQL database and if for any reason it fails, it will attempt to connect to a MS SQL database. If neither is connected, it will tell the user.</p>
<p>Now for the command object. This is used to execute a command and is used in conjunction with the data reader, which access the information that has been retrieved from the database.</p>
<p>The base object that we will use is the DbDataReader and DbCommand. Again, these are abstract classes and as such we do not create instances of them directly, but assign them instances of MySqlDataReader/MySqlCommand or SqlDataReader/SqlCommand.</p>
<p>We are going to expand our current code to allow for the these to be executed with in the current try blocks for each database type. This will mean that if any part of connecting, retrieving or processing the data fails, the program will attempt to perform the process on the other database.</p>
<p>So how do we execute a query? We use a database command. Now a command can be made for many purpose, SQL queries, Stored Procedures, MDX queries for MSSQL2K5 and the like. The first thing we need to do is know what type of command we are executing. There 3 main types, Query, Non-Query and Scalar. We will be using a query, which will return to us a DataReader object. A non-query is query that does not return a result, such as a standalone insert or update or delete. A scalar returns the first column of the first row as an object and no other data.</p>
<p>So we execute our query by using something similar too:</p>
<p><em>myDataReader = myDataCommand.ExecuteQuery(&#8220;SELECT * FROM test&#8221;);</em></p>
<p>So lets put it in practice!</p>
<p><em>try<br />
{<br />
myDataConnection = new MySqlConnection(&#8220;Data Source=myserver;Database=mydatabase;User Id=dbuser;Password=dbuserpass&#8221;);<br />
//Create our data command using the connection<br />
myDataCommand = (DbCommand) new MySqlCommand(myDataConnection);<br />
myDataReader = (DbDataReader) myDataCommand.ExecuteQuery(&#8220;SELECT * FROM test&#8221;);<br />
}<br />
catch(MySqlException e)<br />
{<br />
try<br />
{<br />
myDataConnection = new SqlConnection(&#8220;Data Source=mssqlserver;Inital Catalog=database;User Id=username;Password=userpassword&#8221;);</em><em><br />
//Create our data command using the connection<br />
myDataCommand = (DbCommand) new SqlCommand(myDataConnection);<br />
myDataReader = (DbDataReader) myDataCommand.ExecuteQuery(&#8220;SELECT * FROM test&#8221;);</em><br />
<em>}<br />
catch(SqlException e)<br />
{<br />
System.Windows.Forms.MessageBox.Show(&#8220;No database could be connected!&#8221;);<br />
}<br />
}</em></p>
<p>So that&#8217;s basically it! The program will connect to the database and execute a query and give us a dbDataReader object back. Now, finally, we need to use the data reader object, and this really is quite simple so long as you know 2 things. The ordinal (or index, base 0) of the item you want to retrieve, and the data type of the item. To iterate through the result set, we use dbDataReader.NextResult() or dbDataReader.Read(), I believe they do the exact same but I&#8217;m not 100% sure.</p>
<p>So the code to use it is as follows. I&#8217;ve also added in an extra check to make sure that there is data in the result, otherwise we get messy exceptions that need to be dealt with. This way is much easier.</p>
<p><em>if(myDataReader.HasRows)<br />
{<br />
while(myDataReader.NextResult())<br />
{<br />
</em><em>System.Windows.Forms.</em><em>MessageBox.Show(String.Format(&#8220;Column1(text): {0}, Column2 (integer): {1}&#8221;, myDataReader.GetString(0), myDataReader.GetInt32().ToString()));<br />
}<br />
}<br />
</em></p>
<p>And that is it! Everything we were going to cover! So know you know how to create a program that will connect to both a MySQL and a MSSQL server or one or the other. We&#8217;ve also looked at how to use the ExecuteQuery() of the dbCommand object and also how to use the results of a query by using a dbDataReader object.</p>
<p>If you have any other questions. Then post them in the <a href="http://forum.wamsp.com.au" onclick="pageTracker._trackPageview('/outgoing/forum.wamsp.com.au?referer=');">forum</a>! And we will get back to you!</p>
<p>For now&#8230;</p>
<p>Cheers,</p>
<p>Allan<br />
MSP Curtin<br />
MCP<br />
MCDST<br />
MCAD (Exams Pending)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/03/mysql-and-adonet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Imagine Cup</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/03/imagine-cup/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/03/imagine-cup/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 09:06:52 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Competitions]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[france]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Imagine Cup]]></category>
		<category><![CDATA[parties]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[team]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=15</guid>
		<description><![CDATA[If you have been thinking of entering into the Imagine Cup then get registered now! The date of submission for Software Design is fast approaching, so you really need to get registered and start building awesome software solutions! If you need help getting a team together, please Contact Us. Visit www.imaginecup.com today!]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-16" href="http://www.wamsp.com.au/?attachment_id=16" title="Imagine Cup 2008" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/?attachment_id=16&amp;referer=');"></a>If you have been thinking of entering into the Imagine Cup then <strong><a href="http://www.imaginecup.com" onclick="pageTracker._trackPageview('/outgoing/www.imaginecup.com?referer=');">get registered now</a>!</strong> The date of submission for Software Design is fast approaching, so you really need to get registered and start building awesome software solutions! If you need help getting a team together, please <strong><a href="http://www.wamsp.com.au/?page_id=2" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/?page_id=2&amp;referer=');">Contact Us</a>.</strong></p>
<p><strong>Visit <a href="http://www.imaginecup.com/" onclick="pageTracker._trackPageview('/outgoing/www.imaginecup.com/?referer=');">www.imaginecup.com</a> today!</strong></p>
<p><a rel="attachment wp-att-16" href="http://www.wamsp.com.au/?attachment_id=16" title="Imagine Cup 2008" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/?attachment_id=16&amp;referer=');"><img border="0" src="http://www.wamsp.com.au/wp-content/uploads/imagine_cup.jpg" alt="Imagine Cup 2008" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/03/imagine-cup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Control Toolkit Update Released</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/03/ajax-control-toolkit-update-released/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/03/ajax-control-toolkit-update-released/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 03:18:09 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[ASP .NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[ListSearch]]></category>
		<category><![CDATA[Slideshow]]></category>
		<category><![CDATA[Toolkit]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=14</guid>
		<description><![CDATA[For those who know a bit about my ASP .NET development, they know I am an avid fan of the AJAX Control Toolkit. The AJAX Control Toolkit is the fastest way to produce awesome AJAX styled website in ASP .NET. It&#8217;s as simple as drag and drop the control on the webform, wire it up [...]]]></description>
			<content:encoded><![CDATA[<p>For those who know a bit about my ASP .NET development, they know I am an avid fan of the AJAX Control Toolkit.</p>
<p>The AJAX Control Toolkit is the fastest way to produce awesome AJAX styled website in ASP .NET. It&#8217;s as simple as drag and drop the control on the webform, wire it up in properties and you have AJAX functionality.</p>
<p>If you haven&#8217;t already checked it out I suggest you have a look asap.</p>
<p>The team have released a new version, which adds two new controls ListSearch and Slideshow and numerous bug fixes.</p>
<p>You can get the update from <a href="http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1425" onclick="pageTracker._trackPageview('/outgoing/www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1425&amp;referer=');">http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1425</a></p>
<p>Luke<br />
MSP (UWA)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/03/ajax-control-toolkit-update-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Imagine Cup 2008</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/02/imagine-cup-2008/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/02/imagine-cup-2008/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 07:53:48 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Competitions]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSP Australia]]></category>
		<category><![CDATA[Imagine Cup]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=6</guid>
		<description><![CDATA[Once again the Imagine Cup is back for another year, and we need your help!! Microsoft HQ Australia, is making a bid to host the 2009 Imagine Cup Finals! &#8220;Hmmm&#8230;. That&#8217;s great, but how can I help??&#8221; Quite simply register for the Imagine Cup! There is no obligation to submit any items into the competition [...]]]></description>
			<content:encoded><![CDATA[<p>Once again the Imagine Cup is back for another year, and we need your help!!</p>
<p>Microsoft HQ Australia, is making a bid to host the 2009 Imagine Cup Finals! &#8220;Hmmm&#8230;. That&#8217;s great, but how can I help??&#8221; Quite simply register for the Imagine Cup! There is no obligation to submit any items into the competition but getting people registered into the program is a key issue to show that not only is Australia great, but we are also supporting the competition in a bid for the finals!</p>
<p>However, if you do submit an entry, here is something that may be quite useful to know. Microsoft is providing access to free downloads for EVERY student who is part of a submission!</p>
<p>So if you are interested go to the Imagine Cup Website (<a href="http://imaginecup.com/Default.aspx" onclick="pageTracker._trackPageview('/outgoing/imaginecup.com/Default.aspx?referer=');">http://imaginecup.com/Default.aspx</a>) and sign-up today!!</p>
<p>Allan</p>
<p>MSP (Curtin)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/02/imagine-cup-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

