<?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 at UTS &#187; windows 7</title>
	<atom:link href="http://www.utsmsp.com/category/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.utsmsp.com</link>
	<description>Microsoft Student Partners at the University of Technology, Sydney</description>
	<lastBuildDate>Sun, 11 Jul 2010 14:35:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Introducing Windows 7 for Developers [Book Review]</title>
		<link>http://www.utsmsp.com/2010/06/review-intro-windows7-for-developers/</link>
		<comments>http://www.utsmsp.com/2010/06/review-intro-windows7-for-developers/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 04:32:56 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[MS Press]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[introducing windows 7 for developers]]></category>
		<category><![CDATA[mspress]]></category>
		<category><![CDATA[visual studio 2010]]></category>

		<guid isPermaLink="false">http://www.utsmsp.com/2010/06/review-intro-windows7-for-developers/</guid>
		<description><![CDATA[For the developers out there, new APIs in Windows 7 allows you to take advantage of the new Windows 7 features like Multi-touch, Location and Libraries, quite easily. However getting information on these new APIs has previously been restricted to the MSDN documentation, and tutorials online.
For those of use that prefer our technical information printed [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.utsmsp.com/wp-content/uploads/2010/06/win7dev_bookcover.jpg" rel="lightbox"><img style="border-right-width: 0px; margin: 0px 5px 0px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" class="wlDisabledImage" title="Windows 7 for Developers" border="0" alt="Windows 7 for Developers" align="left" src="http://www.utsmsp.com/wp-content/uploads/2010/06/win7dev_bookcover_thumb.jpg" width="111" height="135" /></a>For the developers out there, new APIs in Windows 7 allows you to take advantage of the new Windows 7 features like Multi-touch, Location and Libraries, quite easily. However getting information on these new APIs has previously been restricted to the MSDN documentation, and tutorials online.</p>
<p>For those of use that prefer our technical information printed on paper, Microsoft Press has a book that should hopefully get you started with the new APIs, creating rich Windows 7 enhanced applications in no time.</p>
<h4></h4>
<p><strong>Introducing Windows 7 for Developers</strong> is that book. A collaborative effort between Yochay Kiriaty, Laurence Moroney, Sasha Goldshtein and Alon Fliess, this book looks at most of the cool new features in Windows 7, and how to use them in your own applications.     </p>
<p>  <span id="more-517"></span><br />
<h3>What it Covers</h3>
<p>The book covers the major new features in Windows 7 like the Superbar and Multi-touch, as well as the how to implement the Ribbon that is included for all developers in the new OS. However the book does not cover the new DirectX APIs like Direct2D and DirectWrite, claiming that the APIs are simply too large to cover. Small overviews are provided of each technology so you have somewhere to start from.</p>
<p>The book covers developing for Windows 7 as both a native (C++) developer and a C#/.NET developer, however I noticed quite a large focus on the C++ side of things. The big strength of the book is in explaining the process for working with these new technologies, rather than the syntax. If you find the .NET explanation insufficient, there should be numerous resources online that provide the syntax and class definitions for working with the .NET Windows 7 libraries.</p>
<p>A very short overview is provided at the end for developer oriented features such as troubleshooting or profiling. I would have liked to have seen more detail on these topics, and some of the other “hidden” features of Windows 7 that make maintaining and developing applications easier.</p>
<h3>Style</h3>
<p>The book approaches each topic with an overview of the new feature, before diving into implementing some example applications that make use of the features. This hybrid theory/hands-on approach works quite well, however the authors expect the reader to know how to work with the other technologies used like WPF.</p>
<p>I found the examples to be simple, but effective. They get straight to the point and tell you what you need to know to get the specific task done. In the topic on multi-touch, they provide examples on what each type of touch should be used for, and throughout the book they provide small overviews of the API relating to that particular topic.</p>
<p>There are plenty of diagrams, tables and screenshots that demonstrate what is going on, and many of those will even provide a little hint on where you can go past the samples and play around with more advanced features.</p>
<h3></h3>
<h3>Conclusion</h3>
<p>For those who have a solid background in developing for Windows in general, either using MFC or WPF/WinFoms for .NET, you will find this book to be a good starting point for enhancing your applications with the new features in Windows 7. Topics are explained in detail before they work on implementation, and through this you can gain an understanding of how the features <strong>should</strong> be used in your application. This is especially important with multi-touch, where there are standard gestures that you should not alter – although you certainly can go your own route, and the book will explain how to do that as well.</p>
<p>Weighing in at 395 pages (including Index), this book is not a hefty tome like many other programming books. The abundance of lists, figures and code samples means that you won’t be reading giant blocks of text all of the time, which makes the reading experience much nicer. This is certainly an introductory book for a very specific topic, and if you are interested in working with these technologies, I would highly recommend using this book as a starting point.</p>
<p>MS Press Australia sells this book through its online store for $69.95 AUD.</p>
<h3>Book Details</h3>
<p><strong>Title</strong>: Introducing Windows 7 for Developers     <br /><strong>Author</strong>: Yochay Kiriaty, Laurence Moroney, Sasha Goldshtein, Alon Fliess     <br /><strong>ISBN</strong>: 978-0-7356-2682-9</p>
<p><a href="http://www.mspress.com.au" target="_blank">Buy from Microsoft Press Australia (AU $65.95)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.utsmsp.com/2010/06/review-intro-windows7-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool Stuff &amp; Cool Internships &#8211; Microsoft &amp; AIESEC 2010</title>
		<link>http://www.utsmsp.com/2010/05/cool-stuff-cool-internships-microsoft-aiesec-2010/</link>
		<comments>http://www.utsmsp.com/2010/05/cool-stuff-cool-internships-microsoft-aiesec-2010/#comments</comments>
		<pubDate>Thu, 13 May 2010 06:31:40 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[AIESEC]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Internships]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[cool stuff]]></category>

		<guid isPermaLink="false">http://www.utsmsp.com/2010/05/cool-stuff-cool-internships-microsoft-aiesec-2010/</guid>
		<description><![CDATA[Do you think you know the modern Microsoft?
How would you like to work in and experience a different culture?
AIESEC, the worlds largest student organisation is looking for interns to work in some of the world&#8217;s exotic locations, like Turkey, Malaysia or China.
Come along and learn how you can learn a new language, experience a different [...]]]></description>
			<content:encoded><![CDATA[<p>Do you think you know the modern Microsoft?</p>
<p>How would you like to work in and experience a different culture?</p>
<p>AIESEC, the worlds largest student organisation is looking for interns to work in some of the world&#8217;s exotic locations, like Turkey, Malaysia or China.</p>
<p>Come along and learn how you can learn a new language, experience a different culture, and even change a community. At the same time we will show you how the modern Microsoft is different from the Microsoft you know.</p>
<p>Experience the cool offerings available from a modern Microsoft, and learn how you can contribute to developing countries and see the world! </p>
<h3>When is it?</h3>
<p><strong>2:30 PM &#8211; 3:30 PM</strong>     <br />Thursday <strong>20th May</strong> 2010</p>
<h3>Where is it?</h3>
<p><strong>CB02.04.11</strong>     <br />University of Technology Sydney</p>
<p><script type="text/javascript" src="http://www.eventbrite.com/static/js/frameMin.js"></script></p>
<div style="text-align: left; width: 100%" id="div8926"><iframe style="height: 222px; visibility: visible" id="frm8926" onload="regFrm(this,192);" src="http://www.eventbrite.com/tickets-external?eid=677668926&amp;ref=etckt" frameborder="0" width="100%" marginheight="5" marginwidth="5" allowtransparency="true"></iframe>
<div style="text-align: left; padding-bottom: 5px; margin: 2px; padding-left: 0px; width: 100%; padding-right: 0px; font-family: helvetica, arial; font-size: 10px; padding-top: 5px" id="ftr8926"><a style="color: #ddd; text-decoration: none" id="ftu8926" href="http://www.eventbrite.com/features?ref=etckt" target="_blank">Online event registration</a><span style="color: #ddd" id="spa8926"> for </span><a style="color: #ddd" id="spu8926" href="http://coolinternships.eventbrite.com?ref=etckt">Cool Stuff &amp; Cool Internships &#8211; Microsoft &amp; AIESEC 2010</a><span style="color: #ddd; text-decoration: none" id="spac8926" target="_blank"> powered by </span><a style="color: #ddd; text-decoration: none" id="spuc8926" href="http://www.eventbrite.com?ref=etckt" target="_blank">Eventbrite</a></div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.utsmsp.com/2010/05/cool-stuff-cool-internships-microsoft-aiesec-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win A Share House!</title>
		<link>http://www.utsmsp.com/2010/03/win-a-share-house/</link>
		<comments>http://www.utsmsp.com/2010/03/win-a-share-house/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 10:11:20 +0000</pubDate>
		<dc:creator>Albert Ong</dc:creator>
				<category><![CDATA[Competitions]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[Competition]]></category>
		<category><![CDATA[UTS]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.utsmsp.com/?p=348</guid>
		<description><![CDATA[Hey kids!
Wakey wakey! It&#8217;s ime to shine, and yank open those curtains to your penthouse&#8230;. wait! did I say penthouse?!
That&#8217;s right kids, a new competition hosted by Microsoft is giving you and 5 mates a chance to win a penthouse of your choice (whichever city) FREE for 7 MONTHS! (Rent up to $1500 per week) [...]]]></description>
			<content:encoded><![CDATA[<p>Hey kids!</p>
<p>Wakey wakey! It&#8217;s ime to shine, and yank open those curtains to your penthouse&#8230;. wait! did I say penthouse?!</p>
<p>That&#8217;s right kids, a new competition hosted by Microsoft is giving you and 5 mates a chance to win a penthouse of your choice (whichever city) <strong>FREE for 7 MONTHS! </strong>(Rent up to $1500 per week) And in the spirit of all geeks, loaded with Dell notebooks, Xbox game packs, and HTC Windows Phones!</p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_350" class="wp-caption aligncenter" style="width: 524px;">
<dt class="wp-caption-dt"><a href="http://www.facebook.com/?ref=logo#!/TheStudentHouse?v=wall&amp;viewas=636893071&amp;ref=mf" target="_blank"><img class="size-full wp-image-350 " title="Win A Share House" src="http://www.utsmsp.com/wp-content/uploads/2010/02/Winasharehouse.jpg" alt="Win A Share House Competition" width="514" height="475" /></a></dt>
</dl>
</div>
<p>All you have do is:</p>
<ol>
<li style="text-align: justify;">Be a university <strong>student</strong></li>
<li style="text-align: justify;">Get <strong><a title="Facebook Homepage" href="facebook.com" target="_blank">Facebook</a></strong>, if you miraculously don&#8217;t have it  O.O</li>
<li style="text-align: left;">Become a <strong>fan of The Student House: </strong><a title="The Student House" href="http://www.facebook.com/?ref=logo#!/TheStudentHouse?v=app_4949752878&amp;ref=mf" target="_blank">http://www.facebook.com/?ref=logo#!/TheStudentHouse?v=app_4949752878&amp;ref=mf</a></li>
<li>Go to the <strong>&#8220;Win A Share House&#8221; tab </strong>and<strong> sign up</strong></li>
<li>Run around your uni and show people how much you <strong>luuuuuvvvv Windows 7</strong>!</li>
</ol>
<p>It&#8217;s that simple!</p>
<p>And one more thing, just make sure that if you <strong>DO </strong>win that penthouse, don&#8217;t forget to leave a space there for me!  XD</p>
<p>Albert moovin out! =]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utsmsp.com/2010/03/win-a-share-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reminder: Windows 7 RC</title>
		<link>http://www.utsmsp.com/2010/02/reminder-windows-7-rc/</link>
		<comments>http://www.utsmsp.com/2010/02/reminder-windows-7-rc/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 02:40:57 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Betas]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[itsnotcheating]]></category>
		<category><![CDATA[MSDN:AA]]></category>

		<guid isPermaLink="false">http://www.utsmsp.com/2010/02/reminder-windows-7-rc/</guid>
		<description><![CDATA[ Just a quick reminder, if you are still running the Release Candidate (RC) of Windows 7, you will need to move to the final (RTM) version before June 1st 2010, otherwise your copy of Windows will be considered non-genuine and you will not be eligible for updates.
On February 15th, anyone still running the RC [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.utsmsp.com/wp-content/uploads/2010/02/Win7_Professional_web.jpg" rel="lightbox"><img style="border-right-width: 0px; margin: 0px 5px 5px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Win7_Professional_web" border="0" alt="Win7_Professional_web" align="left" src="http://www.utsmsp.com/wp-content/uploads/2010/02/Win7_Professional_web_thumb.jpg" width="171" height="240" /></a> Just a quick reminder, if you are still running the Release Candidate (RC) of Windows 7, you will need to move to the final (RTM) version before June 1st 2010, otherwise your copy of Windows will be considered non-genuine and you will not be eligible for updates.</p>
<p>On February 15th, anyone still running the RC will be notified about upcoming bi-hourly shutdowns, that will begin on March 1st.</p>
<p>So to continue to enjoy an uninterrupted and up to date experience in Windows 7, be sure to move to a release version before March 1st.</p>
<p>For students, remember that you can get Windows 7 for $50 by going to <a href="http://www.itsnotcheating.com.au">www.itsnotcheating.com.au</a> and following the links.</p>
<p>I am still working with Microsoft to get Windows 7 Professional available free for technical students through the MSDN:AA subscription the university has, and I will update here when more news is available regarding that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utsmsp.com/2010/02/reminder-windows-7-rc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>University Talk: Robbie Bach</title>
		<link>http://www.utsmsp.com/2010/01/university-talk-robbie-bach/</link>
		<comments>http://www.utsmsp.com/2010/01/university-talk-robbie-bach/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 10:58:59 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[natal]]></category>
		<category><![CDATA[robbie bach]]></category>
		<category><![CDATA[surface]]></category>
		<category><![CDATA[windows phone]]></category>
		<category><![CDATA[zune]]></category>

		<guid isPermaLink="false">http://www.utsmsp.com/2010/01/university-talk-robbie-bach/</guid>
		<description><![CDATA[
&#160;
Robbie Bach, President of Microsoft’s Entertainment and Devices division, will be giving a talk at the University of Sydney on Tuesday, February 9th, 2010.
For those who do not know, the E&#38;D division handles products like the XBOX 360, Zune, Windows phone, all of the Microsoft hardware like Keyboards + Mice, and the Surface.
I personally hope [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.utsmsp.com/wp-content/uploads/2010/01/SydUniRobbieBachTalk9thFeb.jpg" rel="lightbox"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="SydUniRobbieBachTalk9thFeb" border="0" alt="SydUniRobbieBachTalk9thFeb" src="http://www.utsmsp.com/wp-content/uploads/2010/01/SydUniRobbieBachTalk9thFeb_thumb.jpg" width="599" height="846" /></a>
<p>&#160;</p>
<p>Robbie Bach, President of Microsoft’s Entertainment and Devices division, will be giving a talk at the University of Sydney on Tuesday, February 9th, 2010.</p>
<p>For those who do not know, the E&amp;D division handles products like the XBOX 360, Zune, Windows phone, all of the Microsoft hardware like Keyboards + Mice, and the Surface.</p>
<p>I personally hope we will get to see Natal in action (Natural User Interface), however even if that is not possible, this should be an interesting night.</p>
<p>The event is open to all, but you must RSVP.</p>
<p>To do so, email kumarman[at]microsoft.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utsmsp.com/2010/01/university-talk-robbie-bach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year &amp; Welcome Back</title>
		<link>http://www.utsmsp.com/2010/01/happy-new-year-welcome-back/</link>
		<comments>http://www.utsmsp.com/2010/01/happy-new-year-welcome-back/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 00:06:32 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Live]]></category>
		<category><![CDATA[XNA]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[ie9]]></category>

		<guid isPermaLink="false">http://www.utsmsp.com/2010/01/happy-new-year-welcome-back/</guid>
		<description><![CDATA[ Happy New Year everyone, lets hope that 2010 is a great year for the tech industry.
CES has reminded us that some great things are coming out this year from many companies, but of course the focus here is on Microsoft.
This year we can expect to see Natal hit shelves, one of the most interesting [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.utsmsp.com/wp-content/uploads/2010/01/microsoftnatalsensor2.jpg" rel="lightbox"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 5px 5px 0px; display: inline; border-top: 0px; border-right: 0px" title="microsoft-natal-sensor-2" border="0" alt="microsoft-natal-sensor-2" align="left" src="http://www.utsmsp.com/wp-content/uploads/2010/01/microsoftnatalsensor2_thumb.jpg" width="225" height="240" /></a> Happy New Year everyone, lets hope that 2010 is a great year for the tech industry.</p>
<p>CES has reminded us that some great things are coming out this year from many companies, but of course the focus here is on Microsoft.</p>
<p>This year we can expect to see <a href="http://www.xbox.com/en-US/live/projectnatal/" target="_blank">Natal</a> hit shelves, one of the most interesting input devices to appear in a while, and by the end of the year you will be able to try it as well.</p>
<p>We will also see a great way to play classic arcade games, on both the XBOX 360 and Windows PC, called <a href="http://www.vg247.com/2010/01/07/microsoft-game-room-gets-trailered-boasts-over-1000-games/" target="_blank">GameRoom</a>, with 1000 games to be added over 3 years. (30 games on launch)</p>
<p>Not only that, but many cool games are coming, including Halo Reach, which is sure to be a huge launch. (Lets see if it can beat XBOX sales for Modern Warfare 2)</p>
<p>Gaming aside, there should be more details on IE9, Windows Live Wave 4, Windows 7 SP1, and Office 2010. Although I do not know what deals will be available for students yet, I think that there will be some cool stuff (going off last year) and you can expect some cool events this year as well, so keep an eye on this blog.</p>
<p>I will be attending the MSP boot camp some time in January/February, and hope to get some great information and opportunities that I can pass on to everyone.</p>
<p>For those interested in XNA after the Game Camp last year, I have been posting resources and information on my own blog about XNA, you can check it out at <a href="http://mquandt.com/blog">http://mquandt.com/blog</a> hopefully you find some of the stuff on there interesting, and I will be keeping it updated with more information, samples and resources as I make/find them.</p>
<p>So enjoy the rest of the summer break, and have a great 2010!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utsmsp.com/2010/01/happy-new-year-welcome-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XNA Game Camp this Friday</title>
		<link>http://www.utsmsp.com/2009/12/xna-game-camp-this-friday/</link>
		<comments>http://www.utsmsp.com/2009/12/xna-game-camp-this-friday/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 00:51:59 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Competitions]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Imagine Cup]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XNA]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.utsmsp.com/2009/12/xna-game-camp-this-friday/</guid>
		<description><![CDATA[Just a reminder to everyone who registered for the XNA Game Camp in Wollongong this Friday.
Registration is open from 10:30 to 11am, but trains take ~2hrs to get there, so be sure you know what train you need.
Let me know if you are going to the camp!
&#160;
-Michael
]]></description>
			<content:encoded><![CDATA[<p>Just a reminder to everyone who registered for the XNA Game Camp in Wollongong this Friday.</p>
<p>Registration is open from 10:30 to 11am, but trains take ~2hrs to get there, so be sure you know what train you need.</p>
<p>Let me know if you are going to the camp!</p>
<p>&#160;</p>
<p>-Michael</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utsmsp.com/2009/12/xna-game-camp-this-friday/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 for $50</title>
		<link>http://www.utsmsp.com/2009/11/windows-7-for-50/</link>
		<comments>http://www.utsmsp.com/2009/11/windows-7-for-50/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 21:00:00 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Deals]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[itsnotcheating]]></category>

		<guid isPermaLink="false">http://www.utsmsp.com/2009/11/windows-7-for-50/</guid>
		<description><![CDATA[I am certain most if not everyone who reads this knows about the recently released Windows 7, and if you already have it, then I hope you are enjoying it. For those who have not gotten their hands on it yet, you may be interested, but think that the current price for the home edition [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.utsmsp.com/wp-content/uploads/2009/11/win7here.png" rel="lightbox"><img style="border-right-width: 0px; margin: 0px auto 5px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Windows 7" border="0" alt="Windows 7" src="http://www.utsmsp.com/wp-content/uploads/2009/11/win7here_thumb.png" width="380" height="293" /></a>I am certain most if not everyone who reads this knows about the recently released Windows 7, and if you already have it, then I hope you are enjoying it. For those who have not gotten their hands on it yet, you may be interested, but think that the current price for the home edition is a bit too costly, especially for a student.</p>
<p>Well great news, Microsoft is offering Windows 7 Professional Edition (both 32 and 64bit) to students for only $49.95!</p>
<p>If you are interested in taking advantage of the deal, which lasts until Midnight March 31st 2010, head to <a href="http://www.itsnotcheating.com.au">www.itsnotcheating.com.au</a> and click on the Windows 7 box (the blue one) at the bottom.</p>
<p>The usual details apply just like the itsnotcheating deal. You must have a .edu email address, and must use that when purchasing Windows 7. This is a digital download, however (HINT: Lifehacker) there are ways to turn the downloaded exe into an iso file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.utsmsp.com/2009/11/windows-7-for-50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to get an internship at Microsoft? [Event]</title>
		<link>http://www.utsmsp.com/2009/10/want-to-get-an-internship-at-microsoft-event/</link>
		<comments>http://www.utsmsp.com/2009/10/want-to-get-an-internship-at-microsoft-event/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 09:38:22 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[AIESEC]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Imagine Cup]]></category>
		<category><![CDATA[Internships]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Students to Business]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[DreamSpark]]></category>

		<guid isPermaLink="false">http://www.utsmsp.com/2009/10/want-to-get-an-internship-at-microsoft-event/</guid>
		<description><![CDATA[AIESEC UTS, in partnership with the World&#8217;s largest Software Company [Microsoft  ] is presenting information on programs that are relevant to you! Interested in a global internship or participating in the world’s premier student competition? 
Then you must attend our information session to get all the details!
Find out how you can:
•&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Get involved in [...]]]></description>
			<content:encoded><![CDATA[<p>AIESEC UTS, in partnership with the World&#8217;s largest Software Company [Microsoft <img src='http://www.utsmsp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ] is presenting information on programs that are relevant to you! Interested in a global internship or participating in the world’s premier student competition? </p>
<p>Then you must attend our information session to get all the details!</p>
<p>Find out how you can:</p>
<p>•&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Get involved in the world’s premier student competition, Imagine Cup, sponsored by Microsoft </p>
<p>•&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Apply for internships with Microsoft in Australia and Abroad. </p>
<p>•&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Learn more about Microsoft&#8217;s new student initiatives such as DreamSpark and Windows 7 </p>
<p>•&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Talk to representatives from the Microsoft Student Partner’s Program </p>
<p>•&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Discover how you can have the opportunity of a life time to go on an Internship. Learn a new language, create new networks, develop your skills and gain invaluable industry experience through AIESEC. </p>
<p><b>Date: Wednesday 28th October, 1 – 2pm</b></p>
<p><b></b></p>
<p><b>Location: CM05C.01.31</b></p>
<p><b></b></p>
<p><b>Cost: FREE + showbags for those who register!</b></p>
<p><b></b></p>
<p><b>RSVP: Register at: </b><a href="http://www.aiesecaustralia.org/UTS/Microsoft/">http://www.aiesecaustralia.org/UTS/Microsoft/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.utsmsp.com/2009/10/want-to-get-an-internship-at-microsoft-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Released!</title>
		<link>http://www.utsmsp.com/2009/10/windows-7-released/</link>
		<comments>http://www.utsmsp.com/2009/10/windows-7-released/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 13:00:00 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.utsmsp.com/2009/10/windows-7-released/</guid>
		<description><![CDATA[&#160;
Finally it is October 22nd, and this means Windows 7 is officially available at retail stores, and should be included with new OEM PCs soon!
For those living under a rock for the past few months, Windows 7 is the latest in the line of Windows operating systems from Microsoft, and from the response during the [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;
<p><a href="http://www.utsmsp.com/wp-content/uploads/2009/10/37531466.jpg" rel="lightbox"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 5px 5px 0px; display: inline; border-top: 0px; border-right: 0px" title="Windows 7 Ready for Sale" border="0" alt="Windows 7 Ready for Sale" align="left" src="http://www.utsmsp.com/wp-content/uploads/2009/10/37531466_thumb.jpg" width="300" height="225" /></a>Finally it is October 22nd, and this means Windows 7 is officially available at retail stores, and should be included with new OEM PCs soon!</p>
<p>For those living under a rock for the past few months, Windows 7 is the latest in the line of Windows operating systems from Microsoft, and from the response during the beta and RC, this one is the one to get. Now everyone can get access to the new features like easier Wireless configuration, the Superbar, Aero Snap, and quit a lot more.</p>
<p> I have been using the RTM (made available to MSDN subscribers and Volume License Customers) for a while now, and the RC/Beta before that, and I have never been quite so satisfied with a new operating system. For those who didn’t like Vista, give Windows 7 a try, you can get a trial version from TechNet and try the new Operating System out for up to 90 days: <a href="http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx">http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx</a></p>
<p>(I would recommend doing this on a Virtual Machine, or a computer you aren’t using – you will have to wipe it once you buy the full product, or the trial ends.)</p>
<p>I have been running Windows 7 on my MSI Wind Netbook, with only 1GB of RAM and a 1.6GHz Atom, and the performance has been just as good as the install of XP that was originally on there. The Superbar made it so much easier to do things on the small trackpad, and I had access to all the features and security of a modern operating system, without the loss in performance.</p>
<p>Those with a Tablet PC, or a touch capable monitor, should certainly upgrade, the Multi-Touch additions and overall improvements to everything touch/stylus really will improve your productivity. I quite like the new Math input panel, which lets you handwrite Math equations and it will understand what you have written, perfect for those taking notes in lectures.</p>
<p>There are tons of reasons to upgrade to Windows 7, so to learn more, head over to <a href="http://www.microsoft.com/windows/">http://www.microsoft.com/windows/</a> to see why you should upgrade.</p>
<p>For students with MSDN:AA access, remember that Windows 7 Professional is included in your subscription, so you can still access it through there for free.</p>
<p>Have you been using Windows 7 during the beta/RC phase, or did you download it from MSDN:AA, or did you just buy the retail copy of Windows 7 (as I write this <img src='http://www.utsmsp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )? Be sure to post your experiences in the comments. It would be great to hear what new feature you like/love in Windows 7, or even just what you think of Windows 7 in general.</p>
<p>- Michael</p>
</p>
<p><em>Photo Credit: <a href="http://twitter.com/gcarraro" target="_blank">@gcarraro</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.utsmsp.com/2009/10/windows-7-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
