<?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; Technical</title>
	<atom:link href="http://blogs.student-partners.com.au/wamsp/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.student-partners.com.au/wamsp</link>
	<description>Microsoft Student Partners in WA</description>
	<lastBuildDate>Mon, 26 Apr 2010 06:27:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 programmer &#8211; [...]]]></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>Visual Studio: Enter the IDE</title>
		<link>http://blogs.student-partners.com.au/wamsp/2009/05/visual-studio-enter-the-ide/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2009/05/visual-studio-enter-the-ide/#comments</comments>
		<pubDate>Thu, 07 May 2009 02:34:56 +0000</pubDate>
		<dc:creator>Daniel Paoliello</dc:creator>
				<category><![CDATA[Curtin MSP]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[curtin]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free pizza]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/2009/05/visual-studio-enter-the-ide/</guid>
		<description><![CDATA[
Question: Do you know what IDE stands for?    Question: Do you know what languages Visual Studio can use?     Question: Do you like free pizza?
If you answered yes to the last question, then this event is for you!
The Curtin MSP&#8217;s will be demoing off Visual Studio &#8211; showcasing its [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wamsp.com.au/wp-content/uploads/vstalk.png" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/vstalk.png?referer=');"><img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="vs talk" border="0" alt="vs talk" align="left" src="http://www.wamsp.com.au/wp-content/uploads/vstalk-thumb.png" width="230" height="324" /></a></p>
<p>Question: Do you know what IDE stands for?    <br />Question: Do you know what languages Visual Studio can use?     <br />Question: Do you like free pizza?</p>
<p>If you answered yes to the last question, then this event is for you!</p>
<p>The Curtin MSP&#8217;s will be demoing off Visual Studio &#8211; showcasing its ability as an IDE and why it has become industry standard.</p>
<p>So, even if you think you already know everything there is to know about Visual Studio and IDE&#8217;s, come along anyway &#8211; there will be heaps of giveaways and <strong>FREE PIZZA</strong>.</p>
<p>For more information, either click the poster (left) or visit <a href="http://curtinvs.eventbrite.com/" onclick="pageTracker._trackPageview('/outgoing/curtinvs.eventbrite.com/?referer=');">http://curtinvs.eventbrite.com/</a> </p>
<p>- Daniel    <br />Curtin MSP</p>
<p>&#160;</p>
<p><a href="http://www.wamsp.com.au/wp-content/uploads/vstalk.png" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/vstalk.png?referer=');">&#160;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2009/05/visual-studio-enter-the-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talking About Windows &#8211; Join the Conversation</title>
		<link>http://blogs.student-partners.com.au/wamsp/2009/04/talking-about-windows-join-the-conversation/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2009/04/talking-about-windows-join-the-conversation/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 04:03:33 +0000</pubDate>
		<dc:creator>Daniel Paoliello</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/2009/04/talking-about-windows-join-the-conversation/</guid>
		<description><![CDATA[ Fallen behind on your Windows 7 news? Or wondering where to go to hear the latest from key Windows Engineers and IT Professionals on their opinions and insights into the next version of Windows? Perhaps you have something to say to the guys building Windows 7?
Either way, take some time to check out http://talkingaboutwindows.com/ [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wamsp.com.au/wp-content/uploads/image5.png" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/image5.png?referer=');"><img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://www.wamsp.com.au/wp-content/uploads/image-thumb3.png" border="0" alt="image" width="338" height="237" align="left" /></a> Fallen behind on your Windows 7 news? Or wondering where to go to hear the latest from key Windows Engineers and IT Professionals on their opinions and insights into the next version of Windows? Perhaps you have something to say to the guys building Windows 7?</p>
<p>Either way, take some time to check out <a title="http://talkingaboutwindows.com/" href="http://talkingaboutwindows.com/" onclick="pageTracker._trackPageview('/outgoing/talkingaboutwindows.com/?referer=');">http://talkingaboutwindows.com/</a> &#8211; here you&#8217;ll find videos portraying all aspects of the Windows 7 development and the Industry&#8217;s response to it. Not only this, but below each video is a comment section where, unlike watching the same video on YouTube, you are likely to get a response from Microsoft.</p>
<p>(As a side note, its also a pretty cool demonstration of the power of Silverlight)</p>
<p>- Daniel<br />
Curtin MSP</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2009/04/talking-about-windows-join-the-conversation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Self-Study for a Microsoft Certified Professional Developer (MCPD) Exam (Win a book!)</title>
		<link>http://blogs.student-partners.com.au/wamsp/2009/04/self-study-for-a-microsoft-certified-professional-developer-mcpd-exam-win-a-book/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2009/04/self-study-for-a-microsoft-certified-professional-developer-mcpd-exam-win-a-book/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 06:29:29 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Certifications]]></category>
		<category><![CDATA[Competitions]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[UWA MSP]]></category>
		<category><![CDATA[Exam]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[MCPD]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[Voucher]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/2009/04/self-study-for-a-microsoft-certified-professional-developer-mcpd-exam-win-a-book/</guid>
		<description><![CDATA[One of the benefits of being a Microsoft Student Partner is that we get access to free Microsoft Certification Exam Vouchers for ourselves and to give away. Additionally Microsoft announced recently free technical exam vouchers for students through the DreamSpark program.
I thought I might as well work on my MCPD as .NET is one of [...]]]></description>
			<content:encoded><![CDATA[<p>One of the benefits of being a <a href="http://www.microsoft.com" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com?referer=');">Microsoft</a> Student Partner is that we get access to free Microsoft Certification Exam Vouchers for ourselves and to give away. Additionally Microsoft announced recently free technical exam vouchers for students through the <a href="http://www.dreamspark.com" onclick="pageTracker._trackPageview('/outgoing/www.dreamspark.com?referer=');">DreamSpark</a> program.</p>
<p>I thought I might as well work on my <a href="http://www.microsoft.com/learning/mcp/mcpd/vstudio/2008/default.mspx#EEC" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/learning/mcp/mcpd/vstudio/2008/default.mspx_EEC?referer=');">MCPD</a> as .NET is one of my primary tools I use to write software.</p>
<p>I got myself a copy of <a href="http://www.mspress.com.au/searchresults.aspx?s=a2V5d29yZA==-I7x1ozBkcPY=&amp;k=TUNUUyBTZWxmLVBhY2VkIFRyYWluaW5nIEtpdCAoRXhhbSA3MC01MzYpOiBNaWNyb3NvZnTCriAuTkVUIEZyYW1ld29ya+KAlEFwcGxpY2F0aW9uIERldmVsb3BtZW50IEZvdW5kYXRpb24sIFNlY29uZCBFZGl0aW9uIA==-cH6wGAGlnBk=" onclick="pageTracker._trackPageview('/outgoing/www.mspress.com.au/searchresults.aspx?s=a2V5d29yZA==-I7x1ozBkcPY=_amp_k=TUNUUyBTZWxmLVBhY2VkIFRyYWluaW5nIEtpdCAoRXhhbSA3MC01MzYpOiBNaWNyb3NvZnTCriAuTkVUIEZyYW1ld29ya+KAlEFwcGxpY2F0aW9uIERldmVsb3BtZW50IEZvdW5kYXRpb24sIFNlY29uZCBFZGl0aW9uIA==-cH6wGAGlnBk=&amp;referer=');">Microsoft .NET Framework – Application Developer Foundation</a> which is part of the self-paced training kit for the <a href="http://www.microsoft.com/learning/en/us/exams/70-563.mspx" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/learning/en/us/exams/70-563.mspx?referer=');">MCTS Exam 70-536</a>.</p>
<p><a href="http://www.mspress.com.au/searchresults.aspx?s=a2V5d29yZA%3d%3d-I7x1ozBkcPY%3d&amp;k=TUNUUyBTZWxmLVBhY2VkIFRyYWluaW5nIEtpdCAoRXhhbSA3MC01MzYpOiBNaWNyb3NvZnTCriAuTkVUIEZyYW1ld29ya+KAlEFwcGxpY2F0aW9uIERldmVsb3BtZW50IEZvdW5kYXRpb24sIFNlY29uZCBFZGl0aW9uIA%3d%3d-cH6wGAGlnBk%3d" onclick="pageTracker._trackPageview('/outgoing/www.mspress.com.au/searchresults.aspx?s=a2V5d29yZA_3d_3d-I7x1ozBkcPY_3d_amp_k=TUNUUyBTZWxmLVBhY2VkIFRyYWluaW5nIEtpdCAoRXhhbSA3MC01MzYpOiBNaWNyb3NvZnTCriAuTkVUIEZyYW1ld29ya+KAlEFwcGxpY2F0aW9uIERldmVsb3BtZW50IEZvdW5kYXRpb24sIFNlY29uZCBFZGl0aW9uIA_3d_3d-cH6wGAGlnBk_3d&amp;referer=');"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="9780735626195[1]" src="http://www.wamsp.com.au/wp-content/uploads/97807356261951-thumb.jpg" border="0" alt="9780735626195[1]" width="113" height="137" /></a></p>
<p>At 794 pages this book is pretty huge. I was kind of overwhelmed at first. However when I started self-studying I found each chapter is broken down into bite-sized lessons. Each lesson is generally specified for about 40 mins, but I found I could read the lesson, and do the included exercise in about half that time. This was great for me, where often I’d only have 20-30 mins here and there to spend on this, and I could easily start a lesson knowing I could finish it off in the time I had free between other stuff I was doing.</p>
<p>The book itself has 16 chapters (listed below) on the fundamentals of the Microsoft .NET Framework. Although it says it expects the reader to have some experience, I found it explained well enough for even newer developers to understand.</p>
<p>Every lesson is followed by both a summary and a small multi-choice lesson review, which is great as we know the key to learning is repetition. Additionally each chapter also gives a summary and a review, along with case scenarios and suggested practices.</p>
<p>Like most Microsoft Press books, this book also comes with a companion CD. This includes practice tests and exam questions from each chapter. One thing I found on the CD was an included PDF of the entire book! This was great for downloading to my phone and notebook and being able to read a lesson when I had a spare 10 mins.</p>
<p>A couple of things I found useful were:</p>
<ul>
<li>The small lesson sizes</li>
<li>“Real World” examples and best practices</li>
<li>The integration of lessons and exam objectives</li>
<li>Mini labs</li>
</ul>
<p>Microsoft also provides resources for universities to teach Microsoft Certification through the <a href="http://www.microsoft.com/education/msitacademy/default.mspx" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/education/msitacademy/default.mspx?referer=');">IT Academy</a> program. This would allow you to learn through some structured program at your university.</p>
<p>For the rest of us, the self-study training kits are a more cost-effective approach than a third party institution, which for me as a student is not really a feasible choice. But the book provided everything I need to pass the exam.</p>
<p>You can get a copy of this book at <a href="http://www.mspress.com.au" onclick="pageTracker._trackPageview('/outgoing/www.mspress.com.au?referer=');">www.</a><a href="http://www.mspress.com.au" onclick="pageTracker._trackPageview('/outgoing/www.mspress.com.au?referer=');">mspress</a>.com.au.</p>
<p><strong>I also have a copy of </strong><a href="http://www.mspress.com.au/searchresults.aspx?s=a2V5d29yZA==-I7x1ozBkcPY=&amp;k=TUNUUyBTZWxmLVBhY2VkIFRyYWluaW5nIEtpdCAoRXhhbSA3MC01MzYpOiBNaWNyb3NvZnTCriAuTkVUIEZyYW1ld29ya+KAlEFwcGxpY2F0aW9uIERldmVsb3BtZW50IEZvdW5kYXRpb24sIFNlY29uZCBFZGl0aW9uIA==-cH6wGAGlnBk=" onclick="pageTracker._trackPageview('/outgoing/www.mspress.com.au/searchresults.aspx?s=a2V5d29yZA==-I7x1ozBkcPY=_amp_k=TUNUUyBTZWxmLVBhY2VkIFRyYWluaW5nIEtpdCAoRXhhbSA3MC01MzYpOiBNaWNyb3NvZnTCriAuTkVUIEZyYW1ld29ya+KAlEFwcGxpY2F0aW9uIERldmVsb3BtZW50IEZvdW5kYXRpb24sIFNlY29uZCBFZGl0aW9uIA==-cH6wGAGlnBk=&amp;referer=');"><strong>Microsoft .NET Framework – Application Developer Foundation</strong></a><strong> to give away to a UWA Student, along with a second-shot exam voucher. To enter, please leave any comment below, and I will randomly draw a winner within the next week. <em>Please use your @student.uwa.edu.au E-mail address in the comment.</em></strong></p>
<p>Luke<br />
Aussie MSP Lead<br />
The University of Western Australia</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2009/04/self-study-for-a-microsoft-certified-professional-developer-mcpd-exam-win-a-book/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Windows 7 changed from beta to RC</title>
		<link>http://blogs.student-partners.com.au/wamsp/2009/02/windows-7-changed-from-beta-to-rc/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2009/02/windows-7-changed-from-beta-to-rc/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 11:38:32 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[RC]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/2009/02/windows-7-changed-from-beta-to-rc/</guid>
		<description><![CDATA[There has been a lot of press recently regarding Microsoft taking a lot of customers feedback (in fact over 500,000 “send feedback” submissions) but not communicating back to the community updates on changes.
The Windows 7 blog has been updated with just this, communication back to the community on changes made directly based on users’ feedback.
Check [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a lot of press recently regarding Microsoft taking a lot of customers feedback (in fact over 500,000 “send feedback” submissions) but not communicating back to the community updates on changes.</p>
<p>The <a href="http://blogs.msdn.com/e7/archive/2009/02/26/some-changes-since-beta.aspx" onclick="pageTracker._trackPageview('/outgoing/blogs.msdn.com/e7/archive/2009/02/26/some-changes-since-beta.aspx?referer=');">Windows 7 blog</a> has been updated with just this, communication back to the community on changes made directly based on users’ feedback.</p>
<p><a href="http://blogs.msdn.com/e7/archive/2009/02/26/some-changes-since-beta.aspx" onclick="pageTracker._trackPageview('/outgoing/blogs.msdn.com/e7/archive/2009/02/26/some-changes-since-beta.aspx?referer=');">Check it out</a>.</p>
<p>Luke   <br />Aussie MSP Lead    <br />The University of Western Australia</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2009/02/windows-7-changed-from-beta-to-rc/feed/</wfw:commentRss>
		<slash:comments>0</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>Free E-Books from Microsoft Press</title>
		<link>http://blogs.student-partners.com.au/wamsp/2009/02/free-e-books-from-microsoft-press/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2009/02/free-e-books-from-microsoft-press/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 05:58:00 +0000</pubDate>
		<dc:creator>Daniel Paoliello</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[e-books]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[mspress]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/2009/02/free-e-books-from-microsoft-press/</guid>
		<description><![CDATA[To celebrate its 25th Anniversary, Microsoft Press is offering&#160; two free E-Books:
Windows Vista Resource Kit, Second Edition
By Mitch Tulloch, Tony Northrup, and Jerry Honeycutt with the Windows Vista Team     ISBN: 9780735625969
An in-depth resource kit with all the information you need to administer Windows Vista (now with info on SP1). Sign up [...]]]></description>
			<content:encoded><![CDATA[<p>To celebrate its 25th Anniversary, <a href="http://mspress.com.au/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/mspress.com.au/?referer=');">Microsoft Press</a> is offering&#160; two free E-Books:</p>
<h3>Windows Vista Resource Kit, Second Edition</h3>
<p><i>By Mitch Tulloch, Tony Northrup, and Jerry Honeycutt with the Windows Vista Team</i>     <br />ISBN: 9780735625969</p>
<p>An in-depth resource kit with all the information you need to administer Windows Vista (now with info on SP1). Sign up to download the entire e-book from <a href="http://csna01.libredigital.com/?urws8un4p7" onclick="pageTracker._trackPageview('/outgoing/csna01.libredigital.com/?urws8un4p7&amp;referer=');"><b>here</b></a> (PDF, 44.8 MB).</p>
<h3>Microsoft® Visual C#® 2008 Express Edition: Build a Program Now!</h3>
<p><em>By Patrice Pelland</em>     <br />ISBN: 9780735625426 </p>
<p>Not sure where to start on Visual Studio, .NET and C#? Then grab a copy of this book and <a href="http://www.microsoft.com/eXPress/download/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/eXPress/download/?referer=');">Visual Studio Express</a> and start learning! Sign up to download the entire e-book from <a href="http://csna01.libredigital.com/?urrs4gt63d" onclick="pageTracker._trackPageview('/outgoing/csna01.libredigital.com/?urrs4gt63d&amp;referer=');"><b>here</b></a> (PDF, 7.8 MB)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2009/02/free-e-books-from-microsoft-press/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dreamspark 2.0 is here (UWA too!)</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/11/dreamspark-20-is-here-uwa-too/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/11/dreamspark-20-is-here-uwa-too/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 03:46:34 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dreamspark]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=278</guid>
		<description><![CDATA[Sporting a new look website and integration into more universities (including those slow-to-integrate ones, like UWA), Dreamspark 2.0 also brings with it an updated set of software suites, now providing:

Windows Server 2008
Visual Studio 2008 Professional (2005 also available)
SQL Server 2008 Developer
Expression Studio 2
XNA Creators Club &#8211; 12 month subscription (via Game Studio 2.0 but don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Sporting a new look website and integration into more universities (including those slow-to-integrate ones, like UWA), Dreamspark 2.0 also brings with it an updated set of software suites, now providing:</p>
<ul>
<li>Windows Server 2008</li>
<li>Visual Studio 2008 Professional (2005 also available)</li>
<li>SQL Server 2008 Developer</li>
<li>Expression Studio 2</li>
<li>XNA Creators Club &#8211; 12 month subscription (via Game Studio 2.0 but don&#8217;t forget to check out 3.0!)</li>
</ul>
<table border="0" width="100%" align="center">
<tbody>
<tr>
<td align="center">
<p><div id="attachment_279" class="wp-caption alignnone" style="width: 160px"><a href="http://www.wamsp.com.au/wp-content/uploads/dreamspark_02.png" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/dreamspark_02.png?referer=');"><img class="size-thumbnail wp-image-279" title="Dreamspark 2.0 - new look website" src="http://www.wamsp.com.au/wp-content/uploads/dreamspark_02-150x150.png" alt="Dreamspark 2.0 - new look website" width="150" height="150" /></a><p class="wp-caption-text">Dreamspark 2.0 - new look website</p></div></td>
<td align="center">
<p><div id="attachment_280" class="wp-caption alignnone" style="width: 160px"><a href="http://www.wamsp.com.au/wp-content/uploads/shibboleth.png" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/shibboleth.png?referer=');"><img class="size-thumbnail wp-image-280" title="Shibboleth to the rescue! (UWA login)" src="http://www.wamsp.com.au/wp-content/uploads/shibboleth-150x150.png" alt="Shibboleth to the rescue! (UWA login)" width="150" height="150" /></a><p class="wp-caption-text">Shibboleth to the rescue! (UWA login)</p></div></td>
</tr>
</tbody>
</table>
<p><strong>Tip for UWA students:</strong> Login with your student number and library password (i.e. card barcode), hopefully the interface will become somewhat more user friendly as we progress. For those who really care, UWA are using <a href="http://shibboleth.internet2.edu/" onclick="pageTracker._trackPageview('/outgoing/shibboleth.internet2.edu/?referer=');">Shibboleth</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/11/dreamspark-20-is-here-uwa-too/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XNA Game Studio 3.0</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/11/xna-game-studio-30/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/11/xna-game-studio-30/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 00:51:17 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Code]]></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[community games]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[dreamspark]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[XNA]]></category>
		<category><![CDATA[xna game studio]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=246</guid>
		<description><![CDATA[In case you missed it, XNA Game Studio 3.0 has now gone live!
The biggest feature of course if the ability to create games and distribute them through Xbox Live Community Games.
Remember, as a student you can get access to XNA Game Studio free of charge through DreamSpark!
Luke
UWA MSP
]]></description>
			<content:encoded><![CDATA[<p>In case you missed it, <a href="http://creators.xna.com/en-us/xnags_islive" onclick="pageTracker._trackPageview('/outgoing/creators.xna.com/en-us/xnags_islive?referer=');">XNA Game Studio 3.0</a> has now gone live!</p>
<p>The biggest feature of course if the ability to create games and distribute them through <a href="http://creators.xna.com/XboxLIVECommunityGames" onclick="pageTracker._trackPageview('/outgoing/creators.xna.com/XboxLIVECommunityGames?referer=');">Xbox Live Community Games</a>.</p>
<p>Remember, as a student you can get access to <a href="http://creators.xna.com/en-us/xnags_islive" onclick="pageTracker._trackPageview('/outgoing/creators.xna.com/en-us/xnags_islive?referer=');">XNA Game Studio</a> free of charge through <a href="http://www.dreamspark.com" onclick="pageTracker._trackPageview('/outgoing/www.dreamspark.com?referer=');">DreamSpark</a>!</p>
<p>Luke<br />
UWA MSP</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/11/xna-game-studio-30/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 cloud [...]]]></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>Office Labs: Touchless</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/10/office-labs-touchless/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/10/office-labs-touchless/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 11:25:59 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[MS Research]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[labs]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[tomato]]></category>
		<category><![CDATA[touchless]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=224</guid>
		<description><![CDATA[Another very cool development from another Microsoft incubator division is a program called Touchless.
Touchless allows you to create Multi-Touch applications, simply by using your webcam to detect movement.
The Touchless SDK team have also got a demo to download to show this off.
I&#8217;d love to see a whole bunch of Touchless apps coming from Australia students.
Luke
UWA [...]]]></description>
			<content:encoded><![CDATA[<p>Another very cool development from another Microsoft incubator division is a program called <a href="http://www.officelabs.com/projects/touchless/Pages/default.aspx" onclick="pageTracker._trackPageview('/outgoing/www.officelabs.com/projects/touchless/Pages/default.aspx?referer=');">Touchless</a>.</p>
<p><a href="http://www.officelabs.com/projects/touchless/Pages/default.aspx" onclick="pageTracker._trackPageview('/outgoing/www.officelabs.com/projects/touchless/Pages/default.aspx?referer=');">Touchless</a> allows you to create Multi-Touch applications, simply by using your webcam to detect movement.</p>
<p>The <a href="http://www.officelabs.com/projects/touchless/Pages/default.aspx" onclick="pageTracker._trackPageview('/outgoing/www.officelabs.com/projects/touchless/Pages/default.aspx?referer=');">Touchless</a> SDK team have also got a demo to download to show this off.</p>
<p>I&#8217;d love to see a whole bunch of <a href="http://www.officelabs.com/projects/touchless/Pages/default.aspx" onclick="pageTracker._trackPageview('/outgoing/www.officelabs.com/projects/touchless/Pages/default.aspx?referer=');">Touchless</a> apps coming from Australia students.</p>
<p>Luke<br />
UWA MSP</p>
<p>http://twitter.com/ekulmi</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/10/office-labs-touchless/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[Microsoft]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[UWA MSP]]></category>
		<category><![CDATA[internships]]></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 &#8216;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 &#8216;09. Who knows? Maybe this year we&#8217;ll finally see a UWA team!
David then stepped [...]]]></description>
			<content:encoded><![CDATA[<p>Just back from Imagine &#8216;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 &#8216;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>Announcing: Imagine &#039;08!</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/09/announcing-imagine-08/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/09/announcing-imagine-08/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 09:13:28 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[MSP Australia]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[UWA MSP]]></category>
		<category><![CDATA[internships]]></category>
		<category><![CDATA[Imagine '08]]></category>
		<category><![CDATA[MSP]]></category>
		<category><![CDATA[uwa]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=159</guid>
		<description><![CDATA[Sign up now at: imagine.wamsp.com.au

We&#8217;ll elaborate a little more on the program and plan closer to the date, but for now &#8211; head over to  imagine.wamsp.com.au and sign up so that you don&#8217;t lose your spot!
Don&#8217;t forget to tell / bring your friends!

For those who somehow missed the posters plastered around uni&#8230;
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">Sign up now at: <a href="http://imagine.wamsp.com.au" onclick="pageTracker._trackPageview('/outgoing/imagine.wamsp.com.au?referer=');">imagine.wamsp.com.au</a></p>
<p style="text-align: center;"><a href="http://imagine.wamsp.com.au" onclick="pageTracker._trackPageview('/outgoing/imagine.wamsp.com.au?referer=');"><img class="size-full wp-image-160 aligncenter" title="UWA Imagine '08" src="http://www.wamsp.com.au/wp-content/uploads/imagine_08.png" alt="" width="500" height="706" /></a></p>
<p style="text-align: left;">We&#8217;ll elaborate a little more on the program and plan closer to the date, but for now &#8211; head over to <a href="http://imagine.wamsp.com.au" onclick="pageTracker._trackPageview('/outgoing/imagine.wamsp.com.au?referer=');"> imagine.wamsp.com.au</a> and sign up so that you don&#8217;t lose your spot!</p>
<p style="text-align: left;">Don&#8217;t forget to tell / bring your friends!</p>
<p style="text-align: center;"><a href="http://www.wamsp.com.au/wp-content/uploads/csse_plastered_imagine.jpg" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/csse_plastered_imagine.jpg?referer=');"><img class="size-medium wp-image-165 aligncenter" title="UWA CSSE Plastered with Imagine '08 Posters" src="http://www.wamsp.com.au/wp-content/uploads/csse_plastered_imagine-300x225.jpg" alt="" width="458" height="343" /></a></p>
<p style="text-align: center;">For those who somehow missed the posters plastered around uni&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/09/announcing-imagine-08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get a Microsoft Winter Internship for Australian Students</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/09/how-to-get-a-microsoft-winter-internship-for-australian-students/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/09/how-to-get-a-microsoft-winter-internship-for-australian-students/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 06:11:12 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Engineer]]></category>
		<category><![CDATA[Internship]]></category>
		<category><![CDATA[internships]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[SDE]]></category>
		<category><![CDATA[SDET]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[students]]></category>
		<category><![CDATA[Winter]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=145</guid>
		<description><![CDATA[Background
Note: This post relates to Microsoft Internships for the Software Desgin Engineer (SDE) and the Software Design Engineer in Test (SDET) positions. It is also aimed at Australian students but might also be helpful to anyone applying for a job at Microsoft.
Microsoft offers US winter (AU summer) internships to Australian students currently completing university each [...]]]></description>
			<content:encoded><![CDATA[<h3>Background</h3>
<p><em>Note: This post relates to Microsoft Internships for the Software Desgin Engineer (SDE) and the Software Design Engineer in Test (SDET) positions. It is also aimed at Australian students but might also be helpful to anyone applying for a job at Microsoft.</em></p>
<p>Microsoft offers US winter (AU summer) internships to Australian students currently completing university each year for the 3 months Dec &#8211; Feb. The internships are opportunities to work with a real Microsoft development team in Redmond. They are paid positions, including flights to the States. The process generally begins around the middle of the year, with offers going out around September. For this year, 2008, the offers have just been made.</p>
<h3>Preparation</h3>
<p>Preparation is the key to getting an offer. You proceed through a variety of interviews on varying technical content. Here is how I prepared.</p>
<p>- Subscribe to <a title="Channel 8" href="http://channel8.msdn.com/" onclick="pageTracker._trackPageview('/outgoing/channel8.msdn.com/?referer=');">Channel 8</a> and do a search on the archives for internships, interns, jobs and interviews. Channel 8 is a MSDN blog with a huge amount of quality content for students. <strong>Update:</strong> They now have a <a href="http://www.msstudentlounge.com/CHANNELS/tabid/58/Default.aspx?grm2catid=4" onclick="pageTracker._trackPageview('/outgoing/www.msstudentlounge.com/CHANNELS/tabid/58/Default.aspx?grm2catid=4&amp;referer=');">Careers</a> section which is awesome!</p>
<p>- Subscribe to the <a href="http://blogs.msdn.com/jobsblog/" onclick="pageTracker._trackPageview('/outgoing/blogs.msdn.com/jobsblog/?referer=');">Microsoft Jobs Blog</a>. Also read through the archives. This blog has a huge numbers of tips, reader questions, sample interview questions and other content to help you get your offer.</p>
<p>- Study all the content at <a href="http://mis-laboratory.com/Student/" onclick="pageTracker._trackPageview('/outgoing/mis-laboratory.com/Student/?referer=');">MIS Laboratory</a>. This page has a good number of links to content that help, especially with behavioral interview style questions. It goes through the STAR technique and other techniques on how to answer questions such as &#8220;How do you move mount Fuji?&#8221;</p>
<p>- Become a fan to the <a href="http://www.facebook.com/MicrosoftCareers" onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/MicrosoftCareers?referer=');">Microsoft Careers Facebook Page</a> and ask questions to the HR teams and checkout information posted there.</p>
<p>- Google/Bing for interview questions. I spent a huge amount of time just putting in queries that relate to questions. You can learn a lot from the experiences of others, and often people will have put up solutions to the problems they received.</p>
<p>- Practice solving problems. Actually do them. I went back over my previous labs from units at university that I knew would help me, such as writing simple string functions. Also, I competed in the <a href="http://cm.baylor.edu/welcome.icpc" onclick="pageTracker._trackPageview('/outgoing/cm.baylor.edu/welcome.icpc?referer=');">ACM Programming Competition</a> which was excellent preparation for writing code to interesting problems.</p>
<p>- Practice interview questions. Actually do them. You can find lists of interview questions online. Youtube has a lot of interview videos. But you need to focus on the doing and not just the reading.</p>
<p>- I found some very helpful practice is to re-write basically library functions. One way to do this is look at the basic C functions such as strstr, strtok, etc and re-write their functionality in another language, such as C# or Java. Look at basic string manipulation, number calculation functions, etc. Translating the functionality heaps you understand it, and is especially helpful if you choose to use another language in the interview.</p>
<p>- Apply for other Internships. As I personally have not a lot of time, I only applied for one other. A Google Internship position in Sydney. Not only does this force you to prepare, but it also help introduce you to some of the processes that these companies use.</p>
<p>- Ask for help. Try to find someone who has already been through the process (successful or not). You can normally find someone by asking your local <a href="http://student-partners.com" onclick="pageTracker._trackPageview('/outgoing/student-partners.com?referer=');">Microsoft Student Partner</a>.</p>
<p>- Learn about the products and determine what you&#8217;d like to work on. Generally interviewers want to see specific interest rather than, &#8220;I&#8217;m happy to do anything.&#8221; It shows you are focused and know what you want. So research the products.</p>
<p>- Read the book. How to move Mount Fuji.</p>
<p>- Brush up on your maths. Particularly discrete maths and basic binary maths.</p>
<p>Some more help preparation links (thanks Google <img src='http://blogs.student-partners.com.au/wamsp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</p>
<p>- <a style="text-decoration: none;" href="http://steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html" onclick="pageTracker._trackPageview('/outgoing/steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html?referer=');">http://steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html<br />
- </a><a style="text-decoration: none;" href="http://steve.yegge.googlepages.com/five-essential-phone-screen-questions" onclick="pageTracker._trackPageview('/outgoing/steve.yegge.googlepages.com/five-essential-phone-screen-questions?referer=');">http://steve.yegge.googlepages.com/five-essential-phone-screen-questions<br />
- </a><a href="http://steve.yegge.googlepages.com/what-you-need-to-know" onclick="pageTracker._trackPageview('/outgoing/steve.yegge.googlepages.com/what-you-need-to-know?referer=');">http://steve.yegge.googlepages.com/what-you-need-to-know<br />
</a></p>
<h3>Process</h3>
<p>Getting an internship offer is a multi-stage process. Here is how it worked this year. It may change, but it will probably follow a similar format.</p>
<p>1. Respond to the advertisement for the internship when it comes out around mid year. It is normally posted on http://blogs.msdn.com/msozacademic/ and we&#8217;ll most likely post it on here too.</p>
<p>2. You will generally start off by sending your Resume by E-mail to the Australian recruiters in Redmond.</p>
<p>3. First lot of questions come through by E-mail. You basically fill out all the questions and send them back. The questions primarily relate to your current studies and previous experience in computing.</p>
<p>4. The next stage is a phone interview. It was done by HR recruiters from Kelly Services. It went around 30 mins long and tests you on very basic knowledge and problem solving skills. Some sample questions are:<br />
- What is a stack/queue? How do you test a stack/queue? <br />
- Explain the differences in memory management between C#/Java with C/C++.<br />
- Explain the differences between Language A and Language B.<br />
- The 3 light switch problem<br />
- Problem solving a slow elevator in a tall building (process question) </p>
<p>5. If you pass the phone interview stage the next step was to attend technical interviews at the Microsoft office in Melbourne (Freshwater Place). Melbourne was the place for everyone I personally know (even Sydney guys) this time around, however some people have been interviewed in Sydney as well in the past. For us Perth guys, Microsoft flew us, all expenses paid to Melbourne for the interviews, and put us up in a nice hotel for the night. The technical interview stage comprised of 3x 30 min interviews. Two were technical, and one was HR. For each of the technical interviews you had to solve a particular problem in whatever language you wanted.</p>
<h3>Result</h3>
<p>The recruiting team did an awesome job, and had our results out to us within a week. It&#8217;s either a good E-mail or a not so good one. <img src='http://blogs.student-partners.com.au/wamsp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h3>Other Tips and Hints</h3>
<p>- The interviewers are not trying to trick you. So just step through the problem and approach it using the processes you have learnt.<br />
- Believe in yourself. It&#8217;s not just about smarts. Some smarter people missed out while others have got in.<br />
- Prepare as if it is a real full-time, permanent job. That is, do your very best.</p>
<p>Luke<br />
MSP at UWA, Ex-Microsoft Intern</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/09/how-to-get-a-microsoft-winter-internship-for-australian-students/feed/</wfw:commentRss>
		<slash:comments>7</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[MSP Australia]]></category>
		<category><![CDATA[Microsoft]]></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[MSP Australia]]></category>
		<category><![CDATA[Microsoft]]></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 Fellows head [...]]]></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>MSPs @ TechNet!</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/09/msps-technet/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/09/msps-technet/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 01:10:27 +0000</pubDate>
		<dc:creator>oren</dc:creator>
				<category><![CDATA[MSP Australia]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[UWA MSP]]></category>
		<category><![CDATA[MSP]]></category>
		<category><![CDATA[Tech Ed]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=97</guid>
		<description><![CDATA[Wow. Just Wow.
Sporting over 3500 delegates who will participate in over 200 sessions TechEd Sydney just kicked off with an amazing KeyNote that included free runners, concept videos (hopefully widely available soon) and, of course, the keynote speech by Amit Mital, lead of the Live Mesh project. 
For those who haven&#8217;t checked it out yet [...]]]></description>
			<content:encoded><![CDATA[<p style="LINE-HEIGHT: 14.25pt"><span style="font-family: 'Lucida Sans Unicode','sans-serif'; color: black; font-size: 10pt;">Wow. Just Wow.</span></p>
<p style="LINE-HEIGHT: 14.25pt"><span style="font-family: 'Lucida Sans Unicode','sans-serif'; color: black; font-size: 10pt;">Sporting over 3500 delegates who will participate in over 200 sessions TechEd Sydney just kicked off with an amazing KeyNote that included <a href="http://en.wikipedia.org/wiki/Free_running" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Free_running?referer=');">free runners</a>, concept videos (hopefully widely available soon) and, of course, the keynote speech by Amit Mital, lead of the <a href="https://www.mesh.com/" onclick="pageTracker._trackPageview('/outgoing/www.mesh.com/?referer=');">Live Mesh</a> project. </span></p>
<p style="LINE-HEIGHT: 14.25pt"><span style="font-family: 'Lucida Sans Unicode','sans-serif'; color: black; font-size: 10pt;">For those who haven&#8217;t checked it out yet Live Mesh is designed to allow automatic synchronisation of files (and later settings, applications &#8211; you name it) between multiple devices. </span></p>
<p style="LINE-HEIGHT: 14.25pt"><span style="font-family: 'Lucida Sans Unicode','sans-serif'; color: black; font-size: 10pt;">As part of the tech demos one of the presenters &#8220;let slip&#8221; and, in a worldwide first, showed Live Mesh for mobile which automatically synced photos he was taking of the keynote with his laptop! With the promise of Mesh developer APIs in a few months (think synch across all devices, even non-Microsoft, such an iPhone or your friendly coffee maker), Mesh is definitely something to keep your eyes on.</span></p>
<p style="LINE-HEIGHT: 14.25pt"><span style="font-family: 'Lucida Sans Unicode','sans-serif'; color: black; font-size: 10pt;">There&#8217;s something for everyone &#8211; technical sessions on every type of Microsoft (and some, just general) technology that you can think of, break out areas to relax and play Xbox, sandpit for mucking around on live systems and food (literally everywhere). 3 days of heaven <img src='http://blogs.student-partners.com.au/wamsp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></p>
<p style="LINE-HEIGHT: 14.25pt"><span style="font-family: 'Lucida Sans Unicode','sans-serif'; color: black; font-size: 10pt;">Stay tuned for photos and more updates as we progress through the next few days!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/09/msps-technet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Mobiler &#8211; De-Mobilising Windows Mobile</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/08/my-mobiler-de-mobilising-windows-mobile/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/08/my-mobiler-de-mobilising-windows-mobile/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 06:28:20 +0000</pubDate>
		<dc:creator>Daniel Paoliello</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[my mobiliser]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=93</guid>
		<description><![CDATA[Confused yet?
Often an issue when showing off aspects or presenting a demo with Windows Mobile is that the screen is too small, and you have to move your hand over the screen in order to interact with the device (making a PDA-&#62;Camera-&#62;Projector combination difficult), while devices with TV out are extremely rare (although the HTC [...]]]></description>
			<content:encoded><![CDATA[<p>Confused yet?<a href="http://www.wamsp.com.au/wp-content/uploads/image2.png" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.wamsp.com.au/wp-content/uploads/image2.png?referer=');"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="266" alt="image" src="http://www.wamsp.com.au/wp-content/uploads/image-thumb.png" width="306" align="right" border="0"/></a></p>
<p>Often an issue when showing off aspects or presenting a demo with Windows Mobile is that the screen is too small, and you have to move your hand over the screen in order to interact with the device (making a PDA-&gt;Camera-&gt;Projector combination difficult), while devices with TV out are extremely rare (although the HTC Touch Diamond and Touch Pro will both have HTC&#8217;s extUSB, which has USB, Audio and TV Out).</p>
<p>So the solution? <a href="http://www.mymobiler.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.mymobiler.com/?referer=');">My Mobiler</a>. This allows you to not only display the contents of your PDA&#8217;s screen on your computer, put also control it from there as well. It also features screen scaling and by IP or ActiveSync connection (making wired or wireless both options). Best of all it has a small resource footprint and is free!</p>
<p>I also use <a href="http://www.mymobiler.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.mymobiler.com/?referer=');">My Mobiler</a> when adding in a number of new contacts or calendar items as it is a lot easier to do via my PC than my PDA (even though my PDA does have a full 50-something key keyboard).</p>
<p>So, <a href="http://www.mymobiler.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.mymobiler.com/?referer=');">My Mobiler</a>&nbsp; &#8211; De-Mobilising Windows Mobile and Re-Mobilising your Mobile demos and Mobile&#8217;s data!</p>
<p>&nbsp;</p>
<p>- Daniel <br />Curtin MSP</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/08/my-mobiler-de-mobilising-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Tech.Ed Australia 2008</title>
		<link>http://blogs.student-partners.com.au/wamsp/2008/06/microsoft-teched-australia-2008/</link>
		<comments>http://blogs.student-partners.com.au/wamsp/2008/06/microsoft-teched-australia-2008/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 13:36:56 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[MSP Australia]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[student day]]></category>
		<category><![CDATA[Tech Ed]]></category>

		<guid isPermaLink="false">http://www.wamsp.com.au/?p=77</guid>
		<description><![CDATA[Microsoft Tech.Ed Australia 2008 will be happening in the first week of September at the Sydney Convention and Exhibition Centre.
Tech.Ed is of the largest developer conferences in Australia and is a great way to learn from the experts on the latest technologies and connect with other developers.
Day 2, on Tuesday the 2nd of September will [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Tech.Ed Australia 2008 will be happening in the first week of September at the Sydney Convention and Exhibition Centre.</p>
<p>Tech.Ed is of the largest developer conferences in Australia and is a great way to learn from the experts on the latest technologies and connect with other developers.</p>
<p>Day 2, on Tuesday the 2nd of September will be Student Day, so check it out if you are in Sydney at that time.</p>
<p>More information and online registration can be found at <a href="http://www.microsoft.com.au/teched" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com.au/teched?referer=');">http://www.microsoft.com.au/teched</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.student-partners.com.au/wamsp/2008/06/microsoft-teched-australia-2008/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
