<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://geeks.netindonesia.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Me and technology</title><subtitle type="html">let&amp;#39;s learn together o^ ^o</subtitle><id>http://geeks.netindonesia.net/blogs/shieny/atom.aspx</id><link rel="alternate" type="text/html" href="http://geeks.netindonesia.net/blogs/shieny/default.aspx" /><link rel="self" type="application/atom+xml" href="http://geeks.netindonesia.net/blogs/shieny/atom.aspx" /><generator uri="http://communityserver.org" version="3.1.20917.1142">Community Server</generator><updated>2008-07-04T11:45:00Z</updated><entry><title>XNA Game Studio 2.0 and 3.0 CTP</title><link rel="alternate" type="text/html" href="http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/21/xna-game-studio-2-0-vs-xna-game-studio-3-0-ctp.aspx" /><id>http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/21/xna-game-studio-2-0-vs-xna-game-studio-3-0-ctp.aspx</id><published>2008-07-21T05:32:00Z</published><updated>2008-07-21T05:32:00Z</updated><content type="html">&lt;p&gt;Hello everyone.. Sorry for taking you so long, if you&amp;#39;re all waiting for this post, that is the first post actually talking about XNA, since my first post isn&amp;#39;t talking about XNA at all, hehe..&lt;/p&gt;
&lt;p&gt;Hmmpph.. I think before we go deeper into XNA world, it will be nice if we can know what features that XNA provides, that can make our game-developing activity become easier and more interesting.&lt;/p&gt;
&lt;p&gt;Although it&amp;#39;s been a while since XNA Game Studio 3.0 CTP was released earlier this year, I want to write about the differences between this version and the previous version. I&amp;#39;m sure there are many people out there who still don&amp;#39;t know about this, even they don&amp;#39;t know about the newest version of XNA. So, here we go...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;XNA Game Studio 2.0&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;If we open our Microsoft Visual Studio 2005 installed with XNA Game Studio 2.0, we will find this dialog box if we go to the menu File &amp;gt; New &amp;gt; Project...&lt;/p&gt;
&lt;p&gt;&lt;img src="http://geeks.netindonesia.net/blogs/shieny/XNA%201.png" alt="" border="0" height="405" width="602" /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So in the picture above, we can see 7 installed templates that is provided by XNA Game Studio 2.0. Let&amp;#39;s take a closer look to each of them..:)&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;u&gt;Windows Game (2.0)&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;This is the template that we choose if we want to make a game for Windows (the name has described it clearly, hasn&amp;#39;t it?). By using XNA, we don&amp;#39;t have to do many things to make plain window pop-up into the screen. We just have to make new project with this template, and without doing anything else (e.g. setting the project properties to set the libraries that we may use to make the game, make a class that handle the window creation, or add some code in the main program, etc.), we can build and run our project by pressing F5, and tadaaa.. the first window of our new game will be showed up in the center of the screen. By doing this, we can conclude that by using XNA, everything become easier for game developer.:)&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;u&gt; Xbox 360 Game (2.0)&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;Just like the first one, this project template allow us to create game in Xbox 360, and everything has been made to make the game production in Xbox 360 easier. Let&amp;#39;s say you have made your-ready-to-deploy Xbox 360 game in your computer, so it&amp;#39;s time to connect your computer with the Xbox 360 console, so that you can see that the game can run perfectly in the machine. First, you need XNA Game Studio Connect installed in your Xbox 360, to make it possible to connect it with your computer. This XNA Game Studio Connect acts like the bluetooth driver in your bluetooth device (let&amp;#39;s say, your handphone), if you want to connect your handphone with your computer. &lt;/p&gt;
&lt;p&gt;And then, if you have already connect your Xbox with the computer, it&amp;#39;s time to initiate the connection, which is done by the computer. All you have to do is, add you Xbox 360 to your computer using XNA Game Studio Device Center. In the bluetooth-connection-story, the XNA Game Studio Device Center acts like bluetooth adapter driver in your computer.&lt;/p&gt;
&lt;p&gt;Just like the bluetooth-connection procedure, when you connect your computer with the already-added-device Xbox 360, you have to insert the connection key both in the Xbox 360 and the computer, to make sure that both side want this connection. For complete information about the connection procedure between the windows-based computer and Xbox 360 in the XNA Game Studio 2.0, see &lt;a href="http://msdn.microsoft.com/en-us/library/bb975643.aspx" target="_blank"&gt;this one&lt;/a&gt;.&lt;a href="http://msdn.microsoft.com/en-us/library/bb975643.aspx" target="_blank"&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;u&gt;Content Pipeline Extension Library (2.0)&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;Warning : this is for them who still don&amp;#39;t know what is Content Pipeline in XNA.&lt;/p&gt;
&lt;p&gt;Content Pipeline is feature provided by XNA Game Studio that makes assets in many types of file can be included in the game. Shortly, a modeler doesn&amp;#39;t have to take care of what type of file the model should be converted, so do the developer, she/he doesn&amp;#39;t have to take care of what type of file the assets should be so that it can be included in the game. XNA has provided standard content importers and processor to import many types of file to become an asset in XNA game.&lt;/p&gt;
&lt;p&gt;Everything called standard will never be enough for game developer, isn&amp;#39;t it? :D They understand this situation, so XNA has provided installed template project called Content Pipeline Extension Library so that developer can make custom content importers and processors to import new file types that hasn&amp;#39;t been supported by standard importers and processors provided by XNA. Not only to make XNA support new file types, developer can make the standard importers and processors behave differently by making new library that is actually customizing the existing one.&lt;/p&gt;
&lt;p&gt;4.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="text-decoration:underline;"&gt;Spacewar Xbox 360 Starter Kit (2.0)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This installed template allow us to see the fully functional Xbox 360 game complete with the source code, so that the XNA beginner can learn how to make a game using XNA by reading and modifying the Spacewar source code and see the effect of the modification directly.&lt;/p&gt;
&lt;p&gt;5.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;u&gt;Windows Game Library (2.0)&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;With this installed template, we can make game library that typically contain functionalities that hasn&amp;#39;t been provided by XNA basic library. When the project is finished, we can reference this project from other Windows Game Project, and enjoy the functionality declared here without including the source code into every projects that need the library&amp;#39;s functionalities.&lt;/p&gt;
&lt;p&gt;6.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;u&gt;Xbox 360 Game Library (2.0)&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;This installed template works like the above, but this is for the Xbox 360 game.&lt;/p&gt;
&lt;p&gt;7.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;u&gt;Spacewar Windows Starter Kit (2.0)&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;This installed template works like the one that works for Xbox 360, but this is for the Windows environment.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;XNA Game Studio 3.0 CTP&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Now if we already have our Microsoft Visual Studio 2008 installed with XNA Game Studio 3.0 CTP, we can find this dialog box if we go to File &amp;gt; New &amp;gt; Project....&lt;/p&gt;
&lt;p&gt;&lt;img src="http://geeks.netindonesia.net/blogs/shieny/XNA%202.png" alt="" border="0" height="405" width="602" /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There are 5 installed templates (fewer than the older version, because this CTP version hasn&amp;#39;t support the Xbox 360 game development. So, for those who want to develop Xbox 360 game, they can&amp;#39;t use XNA Game Studio 3.0. But in the download details of XNA Game Studio 3.0 CTP, they said that Xbox 360 game development will be supported in the final release version, so don&amp;#39;t worry :D&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;u&gt;Windows Game (3.0)&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;u&gt;Content Pipeline Extension Library (3.0)&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;u&gt;Windows Game Library (3.0)&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;I won&amp;#39;t say too much for the first three installed templates, because it&amp;#39;s basically same as the templates in the 2.0 version.&lt;/p&gt;
&lt;p&gt;4.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;u&gt;Zune Game Library (3.0)&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;Basically this is for creating game library that can be used in Zune Game projects.&lt;/p&gt;
&lt;p&gt;5.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;u&gt;Zune Game (3.0)&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;This installed template allow us to enjoy the new feature that significantly improve the ability of XNA Game Studio 3.0 CTP compare with the previous version. The new feature is developing game in Zune environment. For those who still don&amp;#39;t know what Zune is, should see &lt;a href="http://www.zune.net/en-us/products/whatiszune.htm" title="Zune" target="_blank"&gt;this&lt;/a&gt;. FYI, I know what Zune is, after I read &lt;a href="http://geeks.netindonesia.net/blogs/ronald/" title="ronald" target="_blank"&gt;this&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Although Zune&amp;#39;s capability for 3D rendering is still not as good as Xbox 360, they say that Zune game development has good potential in the future, because unlike other games in other media player devices, Zune games is free of charge, so the development will grow bigger as long there are still &amp;quot;freelance&amp;quot; developer who has eager to develop Zune Game.&lt;/p&gt;
&lt;p&gt;Hope this article helps you to know what features provided by 2 latest versions of XNA Game Studio..&lt;/p&gt;
&lt;p&gt;See ya.. :) &lt;br /&gt;&lt;/p&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post: &lt;/strong&gt;&lt;a href="mailto:?body=Thought you might like this: http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/21/xna-game-studio-2-0-vs-xna-game-studio-3-0-ctp.aspx&amp;amp;subject=XNA Game Studio 2.0 and 3.0 CTP" target="_blank" title="Send via email"&gt;&lt;img src="http://geeks.netindonesia.net/Images/Share.Mail.16.gif" border="0"&gt;&lt;/a&gt; | &lt;a href="http://www.facebook.com/sharer.php?u=http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/21/xna-game-studio-2-0-vs-xna-game-studio-3-0-ctp.aspx&amp;amp;t=XNA+Game+Studio+2.0+and+3.0+CTP" target="_blank" title="Submit XNA Game Studio 2.0 and 3.0 CTP to DotNetKicks"&gt;&lt;img src="http://geeks.netindonesia.net/Images/Share.Facebook.16.gif" border="0"&gt;&lt;/a&gt; | &lt;a href="http://del.icio.us/post?url=http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/21/xna-game-studio-2-0-vs-xna-game-studio-3-0-ctp.aspx&amp;amp;title=XNA+Game+Studio+2.0+and+3.0+CTP" target="_blank" title="Submit XNA Game Studio 2.0 and 3.0 CTP to del.icio.us"&gt;&lt;img src="http://geeks.netindonesia.net/Images/Share.Delicious.16.gif" border="0"&gt;&lt;/a&gt; | &lt;a href="http://www.digg.com/submit?url=http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/21/xna-game-studio-2-0-vs-xna-game-studio-3-0-ctp.aspx&amp;amp;phase=2" target="_blank" title="Submit XNA Game Studio 2.0 and 3.0 CTP to digg.com"&gt;&lt;img src="http://geeks.netindonesia.net/Images/Share.Digg.16.gif" border="0"&gt;&lt;/a&gt; | &lt;a href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/21/xna-game-studio-2-0-vs-xna-game-studio-3-0-ctp.aspx&amp;amp;title=XNA+Game+Studio+2.0+and+3.0+CTP" target="_blank" title="Add XNA Game Studio 2.0 and 3.0 CTP to Live Bookmarks"&gt;&lt;img src="http://geeks.netindonesia.net/Images/Share.Live.16.gif" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://geeks.netindonesia.net/aggbug.aspx?PostID=57244" width="1" height="1"&gt;</content><author><name>shieny</name><uri>http://geeks.netindonesia.net/members/shieny.aspx</uri></author><category term="XNA" scheme="http://geeks.netindonesia.net/blogs/shieny/archive/tags/XNA/default.aspx" /><category term="introduction" scheme="http://geeks.netindonesia.net/blogs/shieny/archive/tags/introduction/default.aspx" /></entry><entry><title>Hello Everyone... :)</title><link rel="alternate" type="text/html" href="http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/04/hello-everyone.aspx" /><id>http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/04/hello-everyone.aspx</id><published>2008-07-04T04:45:00Z</published><updated>2008-07-04T04:45:00Z</updated><content type="html">&lt;p&gt;Hello .. This morning, finally I&amp;#39;ve made my blog in geeks .. I&amp;#39;ve been wondering since long time to start blogging in this blog portal, but I don&amp;#39;t know.. maybe this is just the right time to finally start it :)&lt;/p&gt;&lt;p&gt;Okay, to start the blogging activity in geeks, let me introduce myself .. My name is Shieny Aprilia, and people usually call me by my first name, just Shieny .. or you can call it shorter, it doesn&amp;#39;t really matter as long I call you back when you call me.. hehe..&lt;/p&gt;&lt;p&gt;I&amp;#39;m informatics student in ITB 2005, so now i&amp;#39;m active as 4th grade student *&lt;i&gt;not really active though, because it&amp;#39;s still summer holiday in ITB, and now i&amp;#39;m doing my internship at Mitrais, Kuta, Bali until August&lt;/i&gt;*...&lt;/p&gt;&lt;p&gt;&lt;b&gt;About me and Microsoft...&lt;/b&gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I&amp;#39;ve been MIC ITB crew since 2007, and thanks to &lt;a href="http://geeks.netindonesia.net/blogs/ronald/"&gt;Ronald&lt;/a&gt; and the other crews so that I can learn and gain many things *&lt;i&gt;both the abstract or the concrete ones&lt;/i&gt;* from the organization..  &lt;/p&gt;&lt;p&gt;For your information, this year I join Imagine Cup Competition, Software Design Category.. My team is Screaming Tree.. Although we&amp;#39;re in the 3rd place of the competition *&lt;i&gt;hux&lt;/i&gt;*, but i still feel very lucky and blessed because from the first time we make our team, i don&amp;#39;t even think we can&amp;#39;t make it through until the Indonesian Final, even until the top 10, we never imagine it.. haha.. but there&amp;#39;s still dissapointment in our heart, because the 3rd place team doesn&amp;#39;t go to Paris *&lt;i&gt;huaaa.. huaa..&lt;/i&gt;*&lt;/p&gt;&lt;p&gt;Hehe.. okay, enough for the unimportant one, let&amp;#39;s move on to the important one :)&lt;/p&gt;&lt;p&gt;Here in geeks, I plan to make posts related to XNA.. why XNA? if you really really want to know, please click &lt;a href="http://shi3nzzz.wordpress.com"&gt;this&lt;/a&gt;.. if you don&amp;#39;t, i recommend you not to do so.. :D&lt;br /&gt; &lt;/p&gt;&lt;p&gt;Overall, i&amp;#39;ve decided to focus on XNA because i have big interest in gamedev, although my skill is still far from &lt;a href="http://geeks.netindonesia.net/blogs/clawford/default.aspx"&gt;this boy&lt;/a&gt;, but i hope i can always have big eager to keep learn learn and learn.. And i want my dream since i was a little baby *&lt;i&gt;little bit hyperbolic, i think, :p&lt;/i&gt;* to be good game developer will come true *&lt;i&gt;as soon as possible, i hope&lt;/i&gt;*.. beside, me and Agate Studio, in few months later will develop game using XNA.. so, i think my motivation on exploring XNA will grow bigger if i can make documentation of my exploration somewhere.. &lt;/p&gt;&lt;p&gt;I plan to make posts both in English and Indonesian *&lt;i&gt;but when it&amp;#39;s too hectic to do both of them, maybe i&amp;#39;ll choose to do it only in Indonesian&lt;/i&gt;*, not because i want to be cocky to show off my skill in English *&lt;i&gt;there&amp;#39;s nothing i can proud of about my English, though&lt;/i&gt;*, but i want all people can&amp;#39;t understand what i say *&lt;i&gt;maybe there are people who can only speak Indonesian but can&amp;#39;t speak English, or vice versa?&lt;/i&gt;*.. and actually i want to improve my English by making posts in English, although it needs twice or more effort to do that than make it in Indonesian.. &lt;/p&gt;&lt;p&gt;Before i do many mistakes in English *&lt;i&gt;and/or Indonesian&lt;/i&gt;* grammar in my post *&lt;i&gt;or i&amp;#39;ve made it already in this post, oh no...&lt;/i&gt;*, i want to apologize to you first.. hehe.. I always accept any suggestion from you.. :) &lt;/p&gt;&lt;p&gt;Hope we can learn together.. Wish me luuuucckkk.. :)&lt;/p&gt;&lt;p&gt;See ya.. &lt;br /&gt;&lt;/p&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post: &lt;/strong&gt;&lt;a href="mailto:?body=Thought you might like this: http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/04/hello-everyone.aspx&amp;amp;subject=Hello Everyone... :)" target="_blank" title="Send via email"&gt;&lt;img src="http://geeks.netindonesia.net/Images/Share.Mail.16.gif" border="0"&gt;&lt;/a&gt; | &lt;a href="http://www.facebook.com/sharer.php?u=http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/04/hello-everyone.aspx&amp;amp;t=Hello+Everyone...+%3a)" target="_blank" title="Submit Hello Everyone... :) to DotNetKicks"&gt;&lt;img src="http://geeks.netindonesia.net/Images/Share.Facebook.16.gif" border="0"&gt;&lt;/a&gt; | &lt;a href="http://del.icio.us/post?url=http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/04/hello-everyone.aspx&amp;amp;title=Hello+Everyone...+%3a)" target="_blank" title="Submit Hello Everyone... :) to del.icio.us"&gt;&lt;img src="http://geeks.netindonesia.net/Images/Share.Delicious.16.gif" border="0"&gt;&lt;/a&gt; | &lt;a href="http://www.digg.com/submit?url=http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/04/hello-everyone.aspx&amp;amp;phase=2" target="_blank" title="Submit Hello Everyone... :) to digg.com"&gt;&lt;img src="http://geeks.netindonesia.net/Images/Share.Digg.16.gif" border="0"&gt;&lt;/a&gt; | &lt;a href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://geeks.netindonesia.net/blogs/shieny/archive/2008/07/04/hello-everyone.aspx&amp;amp;title=Hello+Everyone...+%3a)" target="_blank" title="Add Hello Everyone... :) to Live Bookmarks"&gt;&lt;img src="http://geeks.netindonesia.net/Images/Share.Live.16.gif" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://geeks.netindonesia.net/aggbug.aspx?PostID=54887" width="1" height="1"&gt;</content><author><name>shieny</name><uri>http://geeks.netindonesia.net/members/shieny.aspx</uri></author><category term="Shieny" scheme="http://geeks.netindonesia.net/blogs/shieny/archive/tags/Shieny/default.aspx" /><category term="XNA" scheme="http://geeks.netindonesia.net/blogs/shieny/archive/tags/XNA/default.aspx" /></entry></feed>