<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;D08DRXsyeSp7ImA9WhRWFEk.&quot;"><id>tag:blogger.com,1999:blog-34025596</id><updated>2012-01-01T17:24:34.591-02:00</updated><category term="Code Snippets" /><category term="Videos" /><category term="Miscelaneous" /><category term="Frameworks" /><category term="My Blog" /><category term="Trailers" /><category term="Code Protection" /><category term="Contests" /><category term="WP7" /><category term="Technical Logs" /><category term="Events" /><category term="Videogames" /><category term="Animation" /><category term="Articles" /><category term="XNA" /><category term="News" /><category term="Game Development" /><category term="Silverlight" /><title>Do as I say, not as I do ...</title><subtitle type="html">Videogame development and programming with XNA and C# ...</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://amapplease.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>439</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/DoAsISayNotAsIDo" /><feedburner:info uri="doasisaynotasido" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CEUMRH09eip7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-3239835543082412455</id><published>2011-10-15T03:47:00.012-02:00</published><updated>2011-10-15T05:04:45.362-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-15T05:04:45.362-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technical Logs" /><category scheme="http://www.blogger.com/atom/ns#" term="Miscelaneous" /><title>RESIZING AN EXISTING HDD IMAGE IN VIRTUALBOX</title><content type="html">&lt;p align="justify"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;[ &lt;em&gt;If you deem this article as helpful, please consider downloading my game "Just Survive XP" on the Appstore (&lt;u&gt;free&lt;/u&gt; for a limited time)&lt;/em&gt;:&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;=&amp;gt; &lt;a href="http://itunes.apple.com/app/just-survive-xp/id461876025"&gt;http://itunes.apple.com/app/just-survive-xp/id461876025&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt; &lt;strong&gt;]&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="justify"&gt;Yesterday I was installing a new virtual machine on my desktop with VirtualBox and, don’t ask me why ‘cause I don´t know, but I made a rookie mistake …&lt;/p&gt;&lt;p align="justify"&gt;… when I created the vdi file for the virtual hardrive I forgot to assign a custom size so it ended up with the default 20GB. Sigh!&lt;/p&gt;&lt;p align="justify"&gt;Soon I noticed my mistake when I realized I would need more space on the drive to install the whole set of tools I wanted to use, so I opened VirtualBox in order to resize the drive and guess what … I found no way on settings to directly do it. Bummer …&lt;/p&gt;&lt;p align="justify"&gt;Maybe it is there somewhere but I didn´t find it so fearing the worst –that is, reinstalling everything on a new image from scratch, I did a search on the Internet for a solution. Why not reading VirtualBox’s help file, right?&lt;/p&gt;&lt;p align="justify"&gt;Well, to my surprise I found any kind of cumbersome solutions like cloning the .vdi file and using a parition manager to blá, blá, blá. Tired of this dead-ends, I finally did what I should have done on the first place: read the help file!&lt;/p&gt;&lt;p align="justify"&gt;Yes; the solution was always there: VirtualBox includes a command-line tool named “&lt;a href="http://www.virtualbox.org/manual/ch08.html"&gt;VBoxManage&lt;/a&gt;” with a set of interesting options available and one of them is “modifyhd”. Its syntaxis is the following:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;VBoxManage modifyhd &amp;lt;uuid&amp;gt;&amp;lt;filename&amp;gt;&lt;br /&gt;    [--type normal | writethrough | immutable | shareable&lt;br /&gt;       readonlymultiattach]&lt;br /&gt;    [--autoreset onoff]&lt;br /&gt;    [—compact]&lt;br /&gt;    [--resize &amp;lt;megabytes&amp;gt;--resizebyte &amp;lt;bytes&amp;gt;]&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p align="justify"&gt;Having opened a command-line terminal in the host OS of your machine, a simple way to use this command would be, say:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;VBoxManage modifyhd “&amp;lt;fullpath&amp;gt;/&amp;lt;filename&amp;gt;”&lt;br /&gt;    --resize 30720&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p align="justify"&gt;It is important to notice that you should use not a relative but the fullpath to the .vdi file for optimal results. So, if your .vdi file is located on “C:/mypath/myvdifile.vdi”, use this string on the command (in case of other OS than Windows, use the path from root).&lt;/p&gt;&lt;p align="justify"&gt;If everything goes well you should see a new text line showing the progress:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;0%…10%…20%…30%…40%…50%…60%…70%…80%…90%…100%&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p align="justify"&gt;But sometimes, like in my case, things turn out not to be that simple. You may find your-self facing an error message like:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;ERROR: Cannot register the hard disk 'C:/mypath/myvdifile.vdi' with UUID {someUUIDtext} because a hard disk 'C:/mypath/myvdifile.vdi' with UUID {someUUIDtext} already exists in the media registry ('…/VirtualBox.xml')&lt;br /&gt;Details: code NS_ERROR_INVALID_ARG (0x80070057), component VirtualBox, interface IVirtualBox, callee nsISupports&lt;br /&gt;Context: "OpenHardDisk(Bstr(szFilenameAbs), AccessMode_ReadWrite, false, Bstr(""), false, Bstr(""), srcDisk.asOutParam())" at line XX of file VBoxManageDisk …&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p align="justify"&gt;If that happens don´t panic; a solution that worked for me was using the UUID assigned to the virtual hdd, instead of the path to the file, so if the UUID is “{13f2…-…-…342a}” then the command should look like:&lt;/p&gt;&lt;blockquote&gt;&lt;strong&gt;VBoxManage modifyhd 13f2…-…-…342a&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;--resize 30720&lt;/strong&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;p align="justify"&gt;Now, when the new size of the .vdi file gets allocated, all you need to do is open your virtual machine, log into the OS, and assign the new free space to the hdd. If your hosting Windows, then execute the provided managing tool (rightclick on your PC icon and select “Manage”), find the vitual disk and extend its size.&lt;br /&gt;&lt;br /&gt;Well, that’s it. Hope you find this tips useful.&lt;br /&gt;&lt;br /&gt;Cheers!&lt;br /&gt;~Pete&lt;br /&gt;&lt;br /&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2011/10/cambiar-el-tamano-de-un-disco-existente.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-3239835543082412455?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ziUx8MvMHe_Dq9GASCvVV3vqp3o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ziUx8MvMHe_Dq9GASCvVV3vqp3o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ziUx8MvMHe_Dq9GASCvVV3vqp3o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ziUx8MvMHe_Dq9GASCvVV3vqp3o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/1yqszMo5MuQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/3239835543082412455/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=3239835543082412455" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/3239835543082412455?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/3239835543082412455?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/1yqszMo5MuQ/resizing-existing-hdd-image-in.html" title="RESIZING AN EXISTING HDD IMAGE IN VIRTUALBOX" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2011/10/resizing-existing-hdd-image-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE8GQXg-fSp7ImA9WhdbFk0.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-7823339771301179927</id><published>2011-10-13T18:35:00.001-02:00</published><updated>2011-10-14T12:33:40.655-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-14T12:33:40.655-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Trailers" /><category scheme="http://www.blogger.com/atom/ns#" term="Videogames" /><category scheme="http://www.blogger.com/atom/ns#" term="Videos" /><title>FORZA MOTORSPORT 4 TRAILER FILMED IN URUGUAY</title><content type="html">&lt;p align="justify"&gt;It’s been a nice surprise to find the following “live” trailer of Forza Motorsport 4, which has been mainly filmed –with the exception of the last scene with the mountains- in my hometown: Montevideo, Uruguay … !&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:29ad7cb3-e1c3-40a1-9261-3b75b647c5d7" class="wlWriterEditableSmartContent"&gt;&lt;div id="07674a90-90d3-4f7f-ad44-f6294134847a" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=PvimE0aNFOg" target="_new"&gt;&lt;img src="http://lh6.ggpht.com/-fL8rfA8tero/TphIQ_r24JI/AAAAAAAAAMI/oOvWqErGdgU/video75e57dc878c6%25255B4%25255D.jpg?imgmax=800" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('07674a90-90d3-4f7f-ad44-f6294134847a'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;448\&amp;quot; height=\&amp;quot;252\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/PvimE0aNFOg?hl=en&amp;amp;hd=1\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/PvimE0aNFOg?hl=en&amp;amp;hd=1\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;448\&amp;quot; height=\&amp;quot;252\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="width:448px;clear:both;font-size:.8em"&gt;Forza Motorsport 4 - “Endanger Species” Trailer&lt;/div&gt;&lt;/div&gt;  &lt;p align="justify"&gt;I´m a huge supporter of Forza Motorsport series on the XBox 360. Some may argue Dirt 3 has better graphics than FM 4, but for a DirectX 9 console system like the XBox 360, I don´t care what fanboys may say … ;)&lt;/p&gt;  &lt;p align="justify"&gt;´till next time!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p align="justify"&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2011/10/avance-de-forza-motorsport-4-filmado-en.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-7823339771301179927?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FSRsXOK2p3gQLJUS4NHQwvtWQHM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FSRsXOK2p3gQLJUS4NHQwvtWQHM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FSRsXOK2p3gQLJUS4NHQwvtWQHM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FSRsXOK2p3gQLJUS4NHQwvtWQHM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/osxOpg9zFy4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/7823339771301179927/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=7823339771301179927" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/7823339771301179927?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/7823339771301179927?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/osxOpg9zFy4/forza-motorsport-4-trailer-filmed-in.html" title="FORZA MOTORSPORT 4 TRAILER FILMED IN URUGUAY" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh6.ggpht.com/-fL8rfA8tero/TphIQ_r24JI/AAAAAAAAAMI/oOvWqErGdgU/s72-c/video75e57dc878c6%25255B4%25255D.jpg?imgmax=800" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2011/10/forza-motorsport-4-trailer-filmed-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUUFRHY_eyp7ImA9WhdVEk0.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-1067412776676815750</id><published>2011-09-16T16:53:00.001-03:00</published><updated>2011-09-16T17:00:15.843-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-16T17:00:15.843-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="News" /><category scheme="http://www.blogger.com/atom/ns#" term="Miscelaneous" /><title>NETFLIX NOW AVAILABLE IN THE REGION!</title><content type="html">&lt;p align="justify"&gt;First was Brazil, and now Argentina, Chile, Paraguay and Uruguay will count on Netflix providing its multimedia services.&lt;/p&gt;  &lt;p align="justify"&gt;This is a huge leap on the region and many cable providers are starting to worry.&lt;/p&gt;  &lt;p align="justify"&gt;Uruguay has recently finished the work of laying a fiber-optics cable beneath the sea, thus before year-end uruguayan homes will be enjoying speeds around 100Mbs (hopefully sync). Finally!&lt;/p&gt;  &lt;p align="justify"&gt;Now all we need, and personally hope, is that Microsoft opens the XBox Live Arcade channel for the region (and Live services).&lt;/p&gt;  &lt;p align="justify"&gt;C´mon Microsoft! Show some love …&lt;/p&gt;  &lt;p align="justify"&gt;~Pete&lt;/p&gt;  &lt;p align="justify"&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2011/09/netflix-disponible-ahora-en-la-region.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-1067412776676815750?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7jrBEgM4NuMsB62BZESnWRTAuOU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7jrBEgM4NuMsB62BZESnWRTAuOU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7jrBEgM4NuMsB62BZESnWRTAuOU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7jrBEgM4NuMsB62BZESnWRTAuOU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/wUGMMdYYe6M" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/1067412776676815750/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=1067412776676815750" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/1067412776676815750?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/1067412776676815750?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/wUGMMdYYe6M/netflix-now-available-in-region.html" title="NETFLIX NOW AVAILABLE IN THE REGION!" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2011/09/netflix-now-available-in-region.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUYHQ3g4eyp7ImA9WhZaF0w.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-8887955872008478253</id><published>2011-07-03T13:27:00.001-03:00</published><updated>2011-07-03T14:12:12.633-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-03T14:12:12.633-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Events" /><category scheme="http://www.blogger.com/atom/ns#" term="XNA" /><category scheme="http://www.blogger.com/atom/ns#" term="Silverlight" /><category scheme="http://www.blogger.com/atom/ns#" term="WP7" /><title>RUN WEB CAMP URUGUAY</title><content type="html">&lt;p align="justify"&gt;Last month Montevideo held a new edition of Microsoft’s one-day-all-day event in Uruguay, named “Run Web Camp Uruguay”.&lt;/p&gt;  &lt;p align="justify"&gt;During the event there were many sessions of talks divided as usual in two main categories: For IT Pros and For Developers.&lt;/p&gt;  &lt;p align="justify"&gt;From dev topics like WP7, Silverlight, HTML5, and ASP.NET MVC to IT ones like System Center Configuration Manager 2012 and Virtual Machine Manager 2012, the event covered tech that is available today and what we can expect in the near future.&lt;/p&gt;  &lt;p align="justify"&gt;At the end of the day, there were some round tables named “Ask to Experts” where you could go, grab a beer, and chat with experts in each field.&lt;/p&gt;  &lt;p align="justify"&gt;This year MSFT invited me to be part of the round table about WP7 as the expert in XNA along with an expert in Silverlight. I must say it was a really cool experience!&lt;/p&gt;  &lt;p align="justify"&gt;Kinect was also present. During the breaks, attendees could and did play with it. It was fun to see the ones that had their first contact with the device as they attempted to do some weird movements to control stuff. Of course the learning curve is low so they got accustomed in a heart bit.&lt;/p&gt;  &lt;p align="justify"&gt;To wrap it up, Run Web Camp Uruguay was really enjoyable and quite a success.&lt;/p&gt;  &lt;p align="justify"&gt;For more info and to watch videos of some talks, please go to this page:&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a title="http://www.puertadeenlace.net/post/Lo-que-nos-dejo-el-RUN-Uruguay.aspx" href="http://www.puertadeenlace.net/post/Lo-que-nos-dejo-el-RUN-Uruguay.aspx"&gt;http://www.puertadeenlace.net/post/Lo-que-nos-dejo-el-RUN-Uruguay.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;‘till next time,    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2011/07/run-web-camp-uruguay.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-8887955872008478253?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WANkJrE-KI_0MDrzl73d81yIEZ8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WANkJrE-KI_0MDrzl73d81yIEZ8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WANkJrE-KI_0MDrzl73d81yIEZ8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WANkJrE-KI_0MDrzl73d81yIEZ8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/NnBedwX8FEw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/8887955872008478253/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=8887955872008478253" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/8887955872008478253?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/8887955872008478253?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/NnBedwX8FEw/run-web-camp-uruguay.html" title="RUN WEB CAMP URUGUAY" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2011/07/run-web-camp-uruguay.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkYCRHg6cSp7ImA9WhZUE0Q.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-1579489109711438916</id><published>2011-06-06T13:02:00.001-03:00</published><updated>2011-06-06T16:56:05.619-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-06T16:56:05.619-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Videogames" /><category scheme="http://www.blogger.com/atom/ns#" term="Events" /><category scheme="http://www.blogger.com/atom/ns#" term="Videos" /><title>LIVE STREAMMING: MICROSOFT’S E3 KEYNOTE</title><content type="html">&lt;p align="justify"&gt;Today begins the annual Electronic Entertainment Expo, better known as E3! And guess which company will be holding a keynote today … yeap! Microsoft.&lt;/p&gt;  &lt;p align="justify"&gt;This expo is one of the most important events of the year where big players in the Industry usually announce big breaking news, stopping all speculation on rumors. So let’s see what they have up their sleeves this year!&lt;/p&gt;  &lt;p align="justify"&gt;If you want to watch MSFT’s keynote on your browser, just follow this link:&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a href="http://www.xbox.com/en-US/Community/E3"&gt;http://www.xbox.com/en-US/Community/E3&lt;/a&gt;&lt;/p&gt;  &lt;p align="justify"&gt;And here’s the link for all the events:&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a title="http://www.gametrailers.com/netstorage/e3/e3-live.html" href="http://www.gametrailers.com/netstorage/e3/e3-live.html"&gt;http://www.gametrailers.com/netstorage/e3/e3-live.html&lt;/a&gt;&lt;/p&gt;  &lt;p align="justify"&gt;Also, Apple is holding its annual event (known as &lt;a href="http://events.apple.com.edgesuite.net/11piubpwiqubf06/event/"&gt;WWDC&lt;/a&gt;), and its keynote will start at the same time that MSFT’s keynote at E3. Coincidence? :)&lt;/p&gt;  &lt;p align="justify"&gt;Enjoy!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p align="justify"&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2011/06/transmision-en-vivo-presentacion-de.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-1579489109711438916?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sk7mTbFwlZapAJe0qkxFsvD2Jbc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sk7mTbFwlZapAJe0qkxFsvD2Jbc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sk7mTbFwlZapAJe0qkxFsvD2Jbc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sk7mTbFwlZapAJe0qkxFsvD2Jbc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/xNAqpxBpyZU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/1579489109711438916/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=1579489109711438916" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/1579489109711438916?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/1579489109711438916?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/xNAqpxBpyZU/live-streamming-microsofts-e3-keynote.html" title="LIVE STREAMMING: MICROSOFT’S E3 KEYNOTE" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2011/06/live-streamming-microsofts-e3-keynote.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0YNQ3kyeyp7ImA9WhZSFE0.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-6034277751615780157</id><published>2011-03-29T10:09:00.001-03:00</published><updated>2011-03-29T10:26:32.793-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-29T10:26:32.793-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Miscelaneous" /><category scheme="http://www.blogger.com/atom/ns#" term="WP7" /><title>WP7 NOT BOOTING? FIRST CHECK YOUR DATA CABLE</title><content type="html">&lt;p align="justify"&gt;&lt;span style="font-size: 85%"&gt;&lt;strong&gt;[ &lt;em&gt;If you deem this article as helpful, please consider buying my game &amp;quot;Just Survive!&amp;quot; on the Appstore for only 99 cents&lt;/em&gt;:&lt;/strong&gt;&lt;/span&gt; &lt;/p&gt;  &lt;p align="justify"&gt;=&amp;gt; &lt;a href="http://itunes.apple.com/app/just-survive/id424392950"&gt;http://itunes.apple.com/app/just-survive/id424392950&lt;/a&gt; &lt;strong&gt;]&lt;/strong&gt;&lt;/p&gt;  &lt;p align="justify"&gt;&lt;/p&gt;  &lt;p align="justify"&gt;A couple of weeks ago I had pressed and held the start button of my WP7 device to find that it had fallen in a sort of neverending booting loop.&lt;/p&gt;  &lt;p align="justify"&gt;As soon as the device started and the first screen appeared showing the initial info/stats, it automatically rebooted for ever.&lt;/p&gt;  &lt;p align="justify"&gt;Since I wasn’t able to hard reset it, my first thought was “Oh gosh, it’s bricked!”.&lt;/p&gt;  &lt;p align="justify"&gt;I then noticed that the batery level was closed to zero, so I grabbed the USB data cable and plugged it into my desktop PC. No luck! After a couple of minutes the battery was still at zero level …&lt;/p&gt;  &lt;p align="justify"&gt;… as a desperate move I connected it to the AC power, directly. Still no luck! My thought then was “Drained Battery?”. &lt;/p&gt;  &lt;p align="justify"&gt;So I searched on the Internet for similar cases and I found that many reported faulty USB cables. “Could it be so?” …&lt;/p&gt;  &lt;p align="justify"&gt;Well, it turned out to be the case, at least for my device. After buying a new USB data cable, the device started to recharge the battery. And when it reached a charge level of 7% percent, it successfully booted!&lt;/p&gt;  &lt;p align="justify"&gt;So, if you happen to suffer from a similar situation, don’t panic! Go and buy a new USB data cable and try again.&lt;/p&gt;  &lt;p align="justify"&gt;Hope this help,    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p align="justify"&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2011/03/wp7-no-inicia-controla-primero-tu-cable.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-6034277751615780157?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/AY9kE-99lSzssM-rkUT6p73CTW8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AY9kE-99lSzssM-rkUT6p73CTW8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/AY9kE-99lSzssM-rkUT6p73CTW8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AY9kE-99lSzssM-rkUT6p73CTW8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/S5gu9ORTirA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/6034277751615780157/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=6034277751615780157" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/6034277751615780157?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/6034277751615780157?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/S5gu9ORTirA/wp7-not-booting-first-check-your-data.html" title="WP7 NOT BOOTING? FIRST CHECK YOUR DATA CABLE" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2011/03/wp7-not-booting-first-check-your-data.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0QMQHw_cSp7ImA9WhZTEk0.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-5896591932911462073</id><published>2011-03-15T13:46:00.005-03:00</published><updated>2011-03-15T14:16:21.249-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-15T14:16:21.249-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Trailers" /><category scheme="http://www.blogger.com/atom/ns#" term="Videogames" /><category scheme="http://www.blogger.com/atom/ns#" term="News" /><category scheme="http://www.blogger.com/atom/ns#" term="Game Development" /><category scheme="http://www.blogger.com/atom/ns#" term="Videos" /><title>“LONG TIME NO SEE”</title><content type="html">&lt;p align="justify"&gt;For the last few months I have been immersed in a code rush to get my first commercial game published on iTunes’ App Store. And finally, I’m proud to say that it made it into the market!&lt;/p&gt;&lt;p align="justify"&gt;&lt;a title="http://itunes.apple.com/app/just-survive/id424392950" href="http://itunes.apple.com/app/just-survive/id424392950"&gt;http://itunes.apple.com/app/just-survive/id424392950&lt;/a&gt;&lt;/p&gt;&lt;p align="justify"&gt;The name says a lot about the game: Just Survive!&lt;/p&gt;&lt;p align="justify"&gt;I had originally started working on it on 1998 and published it on the web during 1999. At that time there was just one enemy and scores were saved locally. The game didn’t get noticed but many people because everything was much different from the globalization we are experiencing now, but I remember having received an email message from someone who wrote something like: &lt;/p&gt;&lt;blockquote&gt;&lt;p align="justify"&gt;Nice game. I have been playing it for 45 minutes and I want to know how much longer I have to play it to get to the first boss; btw, highscores aren’t been saved on your server …&lt;/p&gt;&lt;/blockquote&gt;&lt;p align="justify"&gt;That message helped me to decide –a few years after- whether to jump into the indie Industry. And today, here I am …&lt;/p&gt;&lt;p align="justify"&gt;The game has gone through lots of modifications since then, 90% of them happening during 2010/2011, so I can now say the you’ll get to fight many types of enemies, more than one boss and there’s global leaderboards!&lt;/p&gt;&lt;p align="justify"&gt;Here’s the trailer on Youtube:&lt;/p&gt;&lt;p align="justify"&gt;&lt;/p&gt;&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:4209548e-c662-47f0-b570-b17d8273a152" class="wlWriterSmartContent"&gt;&lt;embed height="252" type="application/x-shockwave-flash" width="448" src="http://www.youtube.com/v/B81vf8SCjSI?hd=1" wmode="transparent" /&gt;&lt;div style="width: 448px; clear: both; font-size: 0.8em"&gt;Just Survive! First Trailer&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p align="justify"&gt;This is one of the four games I have in production for different platforms, so in the following months expect some news about them.&lt;/p&gt;&lt;p align="justify"&gt;Hope you like it … and buy it!&lt;br /&gt;~Pete&lt;/p&gt;&lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2011/03/mucho-tiempo-sin-vernos.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-5896591932911462073?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-4FKu009Pc7r_OtfQWbAothu4OI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-4FKu009Pc7r_OtfQWbAothu4OI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-4FKu009Pc7r_OtfQWbAothu4OI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-4FKu009Pc7r_OtfQWbAothu4OI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/He1KSPUksrA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/5896591932911462073/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=5896591932911462073" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/5896591932911462073?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/5896591932911462073?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/He1KSPUksrA/long-time-no-see.html" title="“LONG TIME NO SEE”" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2011/03/long-time-no-see.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkMESH44eSp7ImA9Wx5UFUo.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-3577898173184611097</id><published>2010-10-20T10:34:00.001-02:00</published><updated>2010-10-20T10:40:09.031-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-20T10:40:09.031-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="News" /><category scheme="http://www.blogger.com/atom/ns#" term="Videos" /><title>OFFICIAL WP7 VIDEO AD: “REALLY?”</title><content type="html">&lt;p align="justify"&gt;As you may know, &lt;a href="http://www.youtube.com/watch?v=G3pHac6Otqk"&gt;the set of Windows Phone 7 devices&lt;/a&gt; has been recently presented to the world during an event in NY city. &lt;/p&gt;  &lt;p align="justify"&gt;Now, the first official video advertisement –entitled “Really?&amp;quot;- is out:&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px auto; padding-left: 0px; width: 425px; padding-right: 0px; display: block; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:ba68f4d3-6108-42eb-a527-8b19a7d5bd78" class="wlWriterEditableSmartContent"&gt;&lt;div id="331c2aca-8e86-43ea-a928-20c64f422db4" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=EHlN21ebeak" target="_new"&gt;&lt;img src="http://lh3.ggpht.com/_pmiHVBV2yx8/TL7h197NWMI/AAAAAAAAALM/C5FbwBgi4vQ/video0bc5eb4a5c5f%5B2%5D.jpg?imgmax=800" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('331c2aca-8e86-43ea-a928-20c64f422db4'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/EHlN21ebeak&amp;amp;hl=en\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/EHlN21ebeak&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;Enjoy!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2010/10/video-publicitario-oficial-de-wp7.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-3577898173184611097?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Kb8NmQvvpmbINAImokpka1sYO0E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Kb8NmQvvpmbINAImokpka1sYO0E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Kb8NmQvvpmbINAImokpka1sYO0E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Kb8NmQvvpmbINAImokpka1sYO0E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/NahTEA4YDBY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/3577898173184611097/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=3577898173184611097" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/3577898173184611097?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/3577898173184611097?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/NahTEA4YDBY/official-wp7-video-ad-really.html" title="OFFICIAL WP7 VIDEO AD: “REALLY?”" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh3.ggpht.com/_pmiHVBV2yx8/TL7h197NWMI/AAAAAAAAALM/C5FbwBgi4vQ/s72-c/video0bc5eb4a5c5f%5B2%5D.jpg?imgmax=800" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2010/10/official-wp7-video-ad-really.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEMQHc-fCp7ImA9Wx5UEEo.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-71454113702905960</id><published>2010-10-14T15:14:00.001-02:00</published><updated>2010-10-14T15:18:01.954-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-14T15:18:01.954-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technical Logs" /><category scheme="http://www.blogger.com/atom/ns#" term="Game Development" /><category scheme="http://www.blogger.com/atom/ns#" term="XNA" /><category scheme="http://www.blogger.com/atom/ns#" term="Frameworks" /><title>REPLACING THE CONTENT MANAGER API: PRELUDE</title><content type="html">&lt;p align="justify"&gt;As I briefly mentioned in one of &lt;a href="http://amapplease.blogspot.com/2010/09/getting-reference-to-method-calling.html"&gt;my previous posts&lt;/a&gt;, for a period of time (close to 2 years, now) I have been developing my own API to manage content as a replacement for the one delivered as part of the XNA Framework.&lt;/p&gt;  &lt;p align="justify"&gt;Why? At first I was trying to circumvent the limitations of the latter related to its inability to properly handle &lt;a href="http://amapplease.blogspot.com/2008/10/contents-manager-101.html"&gt;the Dispose operation&lt;/a&gt;. And while doing so, I realized -when I checked the source code of the original with “Reflector”- that there was room for improvements (with a redesign).&lt;/p&gt;  &lt;p align="justify"&gt;After almost two years of development as part of my own XNA-based videogame engine (being the latter still in endless development), I decided to redesign my content manager as an independent module so that it can be used with XNA without the need to plug my engine (neither in whole nor in part).&lt;/p&gt;  &lt;p align="justify"&gt;&lt;u&gt;I will not release the source code of my API&lt;/u&gt;, so in the next installments in this series of articles I will be discussing publicly what my API has to offer, so that anyone can read it, focusing on &lt;em&gt;The-What&lt;/em&gt; rather than on &lt;em&gt;The-How&lt;/em&gt;; thus, I will be mainly presenting features and results (I do indeed know, yes, “what a bummer!”).&lt;/p&gt;  &lt;p align="justify"&gt;So, what’s coming next? On part 1 (and most likely part 2 also) I will be introducing my API, explaining differences with the built-in one, and after that I will start to talk about obtained results (yes! With numbers, screenshots and such) for the different platforms I tested.&lt;/p&gt;  &lt;p align="justify"&gt;‘till next time,    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2010/10/reemplazando-el-api-de-gestion-de.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-71454113702905960?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/t9I0Dxgpkur6_rXk04VoCggr5gE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/t9I0Dxgpkur6_rXk04VoCggr5gE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/t9I0Dxgpkur6_rXk04VoCggr5gE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/t9I0Dxgpkur6_rXk04VoCggr5gE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/Zs6r6ZWeI3g" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/71454113702905960/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=71454113702905960" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/71454113702905960?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/71454113702905960?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/Zs6r6ZWeI3g/replacing-content-manager-api-prelude.html" title="REPLACING THE CONTENT MANAGER API: PRELUDE" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2010/10/replacing-content-manager-api-prelude.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE4HQ3s8eCp7ImA9Wx5XF04.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-5381280334611384571</id><published>2010-09-17T11:11:00.001-03:00</published><updated>2010-09-17T11:15:32.570-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-09-17T11:15:32.570-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="News" /><category scheme="http://www.blogger.com/atom/ns#" term="XNA" /><title>XNA GS 4.0 FINAL IS NOW OUT</title><content type="html">&lt;p align="justify"&gt;Today is a great day for us, XNAers, since the final version of XNA Game Studio 4.0 &lt;a href="http://blogs.msdn.com/b/xna/archive/2010/09/16/xna-game-studio-4-0-available-for-download.aspx"&gt;is now up for grabs&lt;/a&gt;!&lt;/p&gt;  &lt;p align="justify"&gt;Please check &lt;a href="http://blogs.msdn.com/b/astebner/"&gt;Aaron Stebner’s blog&lt;/a&gt; for installation details.&lt;/p&gt;  &lt;p&gt;Enjoy!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2010/09/xna-gs-40-final-ya-esta-disponible.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-5381280334611384571?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EJ8anTV_GdD5rXXhlFRMTYMb8Ys/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EJ8anTV_GdD5rXXhlFRMTYMb8Ys/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EJ8anTV_GdD5rXXhlFRMTYMb8Ys/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EJ8anTV_GdD5rXXhlFRMTYMb8Ys/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/zpRuOYIfg_k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/5381280334611384571/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=5381280334611384571" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/5381280334611384571?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/5381280334611384571?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/zpRuOYIfg_k/xna-gs-40-final-is-now-out.html" title="XNA GS 4.0 FINAL IS NOW OUT" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2010/09/xna-gs-40-final-is-now-out.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MNQ304fSp7ImA9Wx5XEk8.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-3661727582747155475</id><published>2010-09-10T16:32:00.001-03:00</published><updated>2010-09-11T15:24:52.335-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-09-11T15:24:52.335-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Code Snippets" /><category scheme="http://www.blogger.com/atom/ns#" term="Technical Logs" /><category scheme="http://www.blogger.com/atom/ns#" term="Game Development" /><category scheme="http://www.blogger.com/atom/ns#" term="XNA" /><category scheme="http://www.blogger.com/atom/ns#" term="Silverlight" /><category scheme="http://www.blogger.com/atom/ns#" term="Frameworks" /><category scheme="http://www.blogger.com/atom/ns#" term="Articles" /><title>GETTING A REFERENCE TO A METHOD-CALLING OBJECT IN C#</title><content type="html">&lt;p align="justify"&gt;Ok, after taking a month off from any blogging activity, I guess is time to catch up and blog again. And I believe there is no better way of doing so than to write an article explaining a way to get a reference to the object that calls a specific method.&lt;/p&gt;  &lt;p align="justify"&gt;For the last two years or so, I have been working hard on a new Content Manager replacement API for the XNA Framework to use on my own “never-ending” game engine (I will blog about this later on). In some early stages of development I found a way to solve this referencing burden that have been creating headaches to many devs, globally (being me, one of them, for a long time).&lt;/p&gt;  &lt;p align="justify"&gt;Although I must admit that at some point on the development cycle of my API I decided to abandon this workaround, after reading one of the articles mentioned by Shawn &lt;a href="http://blogs.msdn.com/b/shawnhar/archive/2010/09/03/links-1-raymond-on-gc.aspx"&gt;here&lt;/a&gt; (guess which one), I believe it’s a great opportunity to talk about it.&lt;/p&gt;  &lt;p align="justify"&gt;A little history … before founding this solution I tried everything: from attempting to use –with no luck- the info held in StackFrame instances and even delegates to finally “quit” and use a naive approach as passing the caller as a parameter in the signature of an operation. But, then came .NET Framework 3 and extension methods to the rescue!&lt;/p&gt;  &lt;p align="justify"&gt;Please bear with me that the example presented in this article is just a simple one to show how to use it, but believe my words when I say that it can be extended to complex scenarios.&lt;/p&gt;  &lt;p align="justify"&gt;Having said that … if you want to know which object is calling a certain method of a class like (which may or may not be sealed):&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160; &lt;span style="color: blue"&gt;public&lt;/span&gt;&amp;#160;&lt;span style="color: blue"&gt;sealed class&lt;/span&gt;&amp;#160;&lt;span style="color: #2b91af"&gt;MyCalledClass&lt;/span&gt;     &lt;br /&gt;&amp;#160; {     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;span style="color: blue"&gt;internal&lt;/span&gt;&amp;#160;&lt;span style="color: blue"&gt;bool&lt;/span&gt; JustReturnTrue(&lt;span style="color: blue"&gt;int&lt;/span&gt; myParameter)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; {     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;span style="color: blue"&gt;return&lt;/span&gt;&amp;#160;&lt;span style="color: blue"&gt;true&lt;/span&gt;;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; }     &lt;br /&gt;&amp;#160; }&lt;/p&gt;  &lt;p align="justify"&gt;Being the caller, say, a specification of the following class:&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;span style="color: blue"&gt;public&lt;/span&gt;&amp;#160;&lt;span style="color: blue"&gt;abstract class&lt;/span&gt;&amp;#160;&lt;span style="color: #2b91af"&gt;MyCallingClass      &lt;br /&gt;&lt;/span&gt;&amp;#160; {     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;span style="color: blue"&gt;public&lt;/span&gt;&amp;#160;&lt;span style="color: blue"&gt;void&lt;/span&gt; Print()     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; {     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;span style="color: #2b91af"&gt;Console&lt;/span&gt;.WriteLine(&lt;span style="color: #a31515"&gt;&amp;quot;I am the &lt;/span&gt;&lt;span style="color: #a31515"&gt;object which is just about to&lt;/span&gt;&lt;span style="color: #a31515"&gt;&lt;span style="color: #a31515"&gt; call        &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; the monitored operation named 'JustReturnTrue' …&amp;quot;&lt;/span&gt;);       &lt;br /&gt;&lt;/span&gt;&amp;#160;&amp;#160;&amp;#160; }     &lt;br /&gt;&amp;#160; }&lt;/p&gt;  &lt;p align="justify"&gt;Then all you have to do is to implement the following generic extension method for the types you want (in my example, “MyCallingClass”):&lt;/p&gt;  &lt;p align="justify"&gt;&amp;#160; &lt;span style="color: blue"&gt;public&lt;/span&gt;&amp;#160;&lt;span style="color: blue"&gt;static&lt;/span&gt;&amp;#160;&lt;span style="color: blue"&gt;class&lt;/span&gt;&amp;#160;&lt;span style="color: #2b91af"&gt;MyExtensionMethod&lt;/span&gt;     &lt;br /&gt;&amp;#160; {     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;span style="color: blue"&gt;public&lt;/span&gt;&amp;#160;&lt;span style="color: blue"&gt;static&lt;/span&gt;&amp;#160;&lt;span style="color: blue"&gt;bool&lt;/span&gt; ExecuteOperation&amp;lt;T&amp;gt;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; (&lt;span style="color: blue"&gt;this&lt;/span&gt; T mycallingClass, &lt;span style="color: blue"&gt;int&lt;/span&gt; myParameter)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;span style="color: blue"&gt;where&lt;/span&gt; T: &lt;span style="color: #2b91af"&gt;MyCallingClass&lt;/span&gt;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; {     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; mycallingClass.Print(); &lt;span style="color: green"&gt;// Replace it with your own stuff.&lt;/span&gt;     &lt;br /&gt;&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;span style="color: blue"&gt;return&lt;/span&gt;&amp;#160;&lt;span style="color: blue"&gt;new&lt;/span&gt;&amp;#160;&lt;span style="color: #2b91af"&gt;MyCalledClass&lt;/span&gt;().JustReturnTrue(myParameter);     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; }     &lt;br /&gt;&amp;#160; }&lt;/p&gt;  &lt;p align="justify"&gt;The trick here is to design and split assemblies and namespaces in a way that all instances of “MyCallingClass” cannot directly execute the “JustReturnTrue” operation (I leave that task as an exercise to the reader).&lt;/p&gt;  &lt;p align="justify"&gt;&lt;u&gt;But there is one catch to watch closely, though&lt;/u&gt;. By doing this you are actually adding one more call (you know that), which is not generally a problem on Windows, but for the XBox 360 and all devices using the Compact Framework, it could turn out to be expensive if used lots of times on intensive or heavy tasks/loops.&lt;/p&gt;  &lt;p align="justify"&gt;But if you really need it when speed is not an issue or for operations where -for example- you need to set owners to something “automagically” behind the scenes and later assess whether an owner calls a restricted operation before executing it, then there you have it! &lt;/p&gt;  &lt;p align="justify"&gt;Just use it wisely …    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2010/09/obteniendo-una-referencia-al-objeto-que.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-3661727582747155475?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tOlGyFsGPQEvgJbzvlXpnuP97Oo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tOlGyFsGPQEvgJbzvlXpnuP97Oo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tOlGyFsGPQEvgJbzvlXpnuP97Oo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tOlGyFsGPQEvgJbzvlXpnuP97Oo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/5-8m84Lgs2c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/3661727582747155475/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=3661727582747155475" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/3661727582747155475?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/3661727582747155475?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/5-8m84Lgs2c/getting-reference-to-method-calling.html" title="GETTING A REFERENCE TO A METHOD-CALLING OBJECT IN C#" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2010/09/getting-reference-to-method-calling.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MNSX49cSp7ImA9WxFaFks.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-798468656929563675</id><published>2010-07-20T20:38:00.001-03:00</published><updated>2010-07-20T20:44:58.069-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-20T20:44:58.069-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="News" /><category scheme="http://www.blogger.com/atom/ns#" term="Miscelaneous" /><title>IT’S OFFICIAL: KINECT PRICE CONFIRMED!</title><content type="html">&lt;p align="justify"&gt;You all know this: lately, there has been plenty of speculation around the price of the upcoming new device for the XBox 360 console, originally known as “&lt;a href="http://amapplease.blogspot.com/2010/06/project-natal-has-new-name.html"&gt;Project Natal&lt;/a&gt;” and recently renamed as Kinect.&lt;/p&gt;  &lt;p align="justify"&gt;Well, the time for speculation is over since MSFT has confirmed prices for standalone and bundled options.&lt;/p&gt;  &lt;p align="justify"&gt;Interested? Then find out more &lt;a href="http://news.teamxbox.com/xbox/22809/Kinect-Officially-Priced/"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p align="justify"&gt;Cannot wait to get “kinected” :)    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2010/07/es-oficial-precio-de-kinect-confirmado.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-798468656929563675?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/aaDO4NEvfqyOHuwY2DHJAO8J3D4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aaDO4NEvfqyOHuwY2DHJAO8J3D4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/aaDO4NEvfqyOHuwY2DHJAO8J3D4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aaDO4NEvfqyOHuwY2DHJAO8J3D4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/F4qZoLFHAAk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/798468656929563675/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=798468656929563675" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/798468656929563675?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/798468656929563675?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/F4qZoLFHAAk/its-official-kinect-price-confirmed.html" title="IT’S OFFICIAL: KINECT PRICE CONFIRMED!" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2010/07/its-official-kinect-price-confirmed.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEMSXY_fip7ImA9WxFVFU8.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-5490850833284060383</id><published>2010-06-14T11:33:00.001-03:00</published><updated>2010-06-14T11:44:48.846-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-14T11:44:48.846-03:00</app:edited><title>PROJECT NATAL HAS A NEW NAME</title><content type="html">&lt;p align="justify"&gt;For the last few weeks rumors had taken news blogs with articles mentioning that Project Natal was likely to be renamed to something more catchy.&lt;/p&gt;  &lt;p align="justify"&gt;Today, during MSFT’s E3 presentation, it has been confirmed that the new name is “&lt;a href="http://www.bit-tech.net/news/gaming/2010/06/14/microsoft-renames-natal-as-kinect/1?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+bit-tech%2Fall+%28bit-tech.net+feed%29"&gt;Kinect&lt;/a&gt;”.&lt;/p&gt;  &lt;p align="justify"&gt;Neither prices nor ETAs have been announced, so in the meantime check out this video to have a glimpse of what’s coming this fall:&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px auto; padding-left: 0px; width: 445px; padding-right: 0px; display: block; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:29f56fa6-9001-4558-b463-6e4181b4fad2" class="wlWriterEditableSmartContent"&gt;&lt;div id="514624ad-3995-49bc-ada8-b2ac214d33f5" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=JOKCjFyDTq8" target="_new"&gt;&lt;img src="http://lh3.ggpht.com/_pmiHVBV2yx8/TBY9zx6lKvI/AAAAAAAAAK4/NXNUk3USx4A/video08a37e49413c%5B2%5D.jpg?imgmax=800" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('514624ad-3995-49bc-ada8-b2ac214d33f5'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/JOKCjFyDTq8&amp;amp;hl=en\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/JOKCjFyDTq8&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="clear:both;font-size:.8em;"&gt;Kinect&lt;/div&gt;&lt;/div&gt;  &lt;p align="justify"&gt;Enjoy!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2010/06/proyecto-natal-tiene-un-nuevo-nombre.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-5490850833284060383?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XrDnpolaqzyl5ZsrXJeFOfsKbI0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XrDnpolaqzyl5ZsrXJeFOfsKbI0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XrDnpolaqzyl5ZsrXJeFOfsKbI0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XrDnpolaqzyl5ZsrXJeFOfsKbI0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/7edBM5f_wzM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/5490850833284060383/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=5490850833284060383" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/5490850833284060383?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/5490850833284060383?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/7edBM5f_wzM/project-natal-has-new-name.html" title="PROJECT NATAL HAS A NEW NAME" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh3.ggpht.com/_pmiHVBV2yx8/TBY9zx6lKvI/AAAAAAAAAK4/NXNUk3USx4A/s72-c/video08a37e49413c%5B2%5D.jpg?imgmax=800" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2010/06/project-natal-has-new-name.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEAGQHk5eSp7ImA9WxFQEkk.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-2088562923855533616</id><published>2010-05-07T11:24:00.001-03:00</published><updated>2010-05-07T11:32:01.721-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-07T11:32:01.721-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="News" /><category scheme="http://www.blogger.com/atom/ns#" term="Contests" /><category scheme="http://www.blogger.com/atom/ns#" term="XNA" /><title>WINNERS ANNOUNCED!</title><content type="html">&lt;p align="justify"&gt;The “final six” and the cash-prize winners for this year Dream.Build.Play competition have been recently &lt;a href="http://creators.xna.com/en-US/news/dreambuildplayoldspicewinners"&gt;announced&lt;/a&gt;.&lt;/p&gt;  &lt;p align="justify"&gt;As you may know, the compo had been split in two flavors: the standard one and the Old-Spice challenge.&lt;/p&gt;  &lt;p align="justify"&gt;Well, the name of the game and dev team that won the latter has been also published.&lt;/p&gt;  &lt;p align="justify"&gt;Congrats to all the winners and finalists!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2010/05/se-anunciaron-los-ganadores.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-2088562923855533616?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/09ANg1g4Jv-XSX1cEagzW9nqRoI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/09ANg1g4Jv-XSX1cEagzW9nqRoI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/09ANg1g4Jv-XSX1cEagzW9nqRoI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/09ANg1g4Jv-XSX1cEagzW9nqRoI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/xwLhdUu3l_o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/2088562923855533616/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=2088562923855533616" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/2088562923855533616?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/2088562923855533616?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/xwLhdUu3l_o/winners-announced.html" title="WINNERS ANNOUNCED!" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2010/05/winners-announced.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkYEQnk9cCp7ImA9WxFRFkg.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-1408572271832841758</id><published>2010-04-30T16:29:00.001-03:00</published><updated>2010-04-30T17:08:23.768-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-30T17:08:23.768-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Miscelaneous" /><category scheme="http://www.blogger.com/atom/ns#" term="Videos" /><title>STEVE BALLMER IN ARGENTINA</title><content type="html">&lt;p align="justify"&gt;A few weeks ago I was invited to Steve Ballmer’s talk about Cloud Computing in Buenos Aires, Argentina.&lt;/p&gt;  &lt;p align="justify"&gt;The talk was held last Tuesday on the &lt;em&gt;Universidad Argentina de la Empresa&lt;/em&gt; (UADE) and lasted about an hour or so.&lt;/p&gt;  &lt;p align="justify"&gt;Since “I crossed the puddle” and attended the event I can tell you that the presentation and all topics covered where quite interesting, so for those of you not present at the event I recommend to watch the recorded video, which is now available at:&lt;/p&gt;  &lt;p align="justify"&gt;&lt;a title="http://www.microsoft.com/argentina/cloud/ballmer.aspx" href="http://www.microsoft.com/argentina/cloud/ballmer.aspx"&gt;http://www.microsoft.com/argentina/cloud/ballmer.aspx&lt;/a&gt; (subtitled in Spanish).&lt;/p&gt;  &lt;p align="justify"&gt;Enjoy!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2010/04/steve-ballmer-en-argentina.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-1408572271832841758?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/f28nyKx1tu9uhsjjhrw2NIgB1T0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/f28nyKx1tu9uhsjjhrw2NIgB1T0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/f28nyKx1tu9uhsjjhrw2NIgB1T0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/f28nyKx1tu9uhsjjhrw2NIgB1T0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/5UbffhnIVCE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/1408572271832841758/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=1408572271832841758" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/1408572271832841758?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/1408572271832841758?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/5UbffhnIVCE/steve-ballmer-in-argentina.html" title="STEVE BALLMER IN ARGENTINA" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2010/04/steve-ballmer-in-argentina.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkUAQ3w6eip7ImA9WxFSFEk.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-3400229518983451371</id><published>2010-04-16T14:46:00.001-03:00</published><updated>2010-04-16T14:50:42.212-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-16T14:50:42.212-03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="XNA" /><category scheme="http://www.blogger.com/atom/ns#" term="Miscelaneous" /><category scheme="http://www.blogger.com/atom/ns#" term="Code Protection" /><title>OBFUSCATORS PAGE UPDATED</title><content type="html">&lt;p align="justify"&gt;&lt;u&gt;Just a quick a post&lt;/u&gt;: I have updated the page containing the list of obfuscators of .NET IL code, adding two word checking:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.bithelmet.com/"&gt;BitHelmet&lt;/a&gt;, and &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.foss.kharkov.ua/g1/projects/eazfuscator/dotnet/Default.aspx"&gt;Eazfuscator.NET&lt;/a&gt;. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;You can find the whole list &lt;a href="http://amapplease.blogspot.com/2007/02/need-obfuscators-for-net.html"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Cheers!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2010/04/pagina-de-ofuscadores-actualizada.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-3400229518983451371?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PL-0E5vqhISgAma60nlLquaAxWM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PL-0E5vqhISgAma60nlLquaAxWM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PL-0E5vqhISgAma60nlLquaAxWM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PL-0E5vqhISgAma60nlLquaAxWM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/dSxllAUHWBs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/3400229518983451371/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=3400229518983451371" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/3400229518983451371?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/3400229518983451371?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/dSxllAUHWBs/obfuscators-page-updated.html" title="OBFUSCATORS PAGE UPDATED" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2010/04/obfuscators-page-updated.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUYFRHwyeCp7ImA9WxBUEE8.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-8336900662984537964</id><published>2010-02-24T12:47:00.001-02:00</published><updated>2010-02-24T12:51:55.290-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-24T12:51:55.290-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Miscelaneous" /><category scheme="http://www.blogger.com/atom/ns#" term="My Blog" /><title>MICROSOFT ACTIVE PROFESSIONAL 2010</title><content type="html">&lt;p&gt;Yesterday I received, on behalf of MSFT Technet &amp;amp; MSDN Team for Argentina and Uruguay, the distinction of “Microsoft Active Professional 2010”.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.puertadeenlace.net/post/Anunciamos-los-Microsoft-Active-Professional-2009.aspx"&gt;&lt;img style="text-align: center; width: 174px; display: block; height: 200px; cursor: hand" id="BLOGGER_PHOTO_ID_5375763321665089794" border="0" alt="" src="http://2.bp.blogspot.com/_pmiHVBV2yx8/SpqMQlBr8QI/AAAAAAAAAJk/DWm5MfQ_e-I/s400/MAP+Logo.png" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The award is granted to those professionals who are considered to be among the top 5% of most active contributors in the community.&lt;/p&gt;  &lt;p&gt;Thanks a lot to Microsoft for honoring me with this award, again!&lt;/p&gt;  &lt;p&gt;Cheers!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2010/02/microsoft-active-professional-2010.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-8336900662984537964?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/P7wQg_re0JNjf9jCOKzUbvyz6zI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/P7wQg_re0JNjf9jCOKzUbvyz6zI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/P7wQg_re0JNjf9jCOKzUbvyz6zI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/P7wQg_re0JNjf9jCOKzUbvyz6zI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/NvUlyDI_FO4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/8336900662984537964/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=8336900662984537964" title="7 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/8336900662984537964?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/8336900662984537964?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/NvUlyDI_FO4/microsoft-active-professional-2010.html" title="MICROSOFT ACTIVE PROFESSIONAL 2010" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_pmiHVBV2yx8/SpqMQlBr8QI/AAAAAAAAAJk/DWm5MfQ_e-I/s72-c/MAP+Logo.png" height="72" width="72" /><thr:total>7</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2010/02/microsoft-active-professional-2010.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUMDQXc-fSp7ImA9WxBXF04.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-2927047282810171897</id><published>2010-01-29T01:44:00.004-02:00</published><updated>2010-01-29T01:57:50.955-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T01:57:50.955-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="News" /><category scheme="http://www.blogger.com/atom/ns#" term="XNA" /><category scheme="http://www.blogger.com/atom/ns#" term="Frameworks" /><title>WATCHING THE SUN BURN - PART 3</title><content type="html">&lt;p&gt;A little while ago I wrote &lt;a href="http://amapplease.blogspot.com/2009/09/watching-sun-burn-part-2.html"&gt;a couple&lt;/a&gt; of tech-oriented posts regarding the rendering engine -for XNA GS- known as “Sunburn”.&lt;/p&gt;  &lt;p&gt;This time, I’ll skip the technical side of things to share some great news about the &lt;a href="http://www.synapsegaming.com/blogs/johnk/archive/2010/01/26/avatar-lighting-shadows-and-sunburn-1-3.aspx"&gt;latest version&lt;/a&gt; of it, which has been just released: it fully supports lighting and shadowing for Avatars!!!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.synapsegaming.com/blogs/johnk/archive/2010/01/26/avatar-lighting-shadows-and-sunburn-1-3.aspx"&gt;&lt;img style="text-align: center; margin: 0px auto 10px; width: 400px; display: block; height: 225px; cursor: hand" border="0" alt="" src="https://www.synapsegaming.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/5/3632.SunBurn_2D00_Avatar_2D00_2.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Is it a soft shadow what I’m seeing projected in there? Cool … gotta download &lt;a href="http://www.synapsegaming.com/blogs/johnk/archive/2010/01/26/avatar-lighting-shadows-and-sunburn-1-3.aspx"&gt;v1.3.1&lt;/a&gt; right now!&lt;/p&gt;  &lt;p&gt;Enjoy!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2010/01/observando-al-sol-arder-parte-3.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-2927047282810171897?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/m9tnIHCaO-935NZOreBXXMeCVtA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/m9tnIHCaO-935NZOreBXXMeCVtA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/m9tnIHCaO-935NZOreBXXMeCVtA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/m9tnIHCaO-935NZOreBXXMeCVtA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/wC6ir39qM64" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/2927047282810171897/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=2927047282810171897" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/2927047282810171897?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/2927047282810171897?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/wC6ir39qM64/watching-sun-burn-part-3.html" title="WATCHING THE SUN BURN - PART 3" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2010/01/watching-sun-burn-part-3.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A04FRHg_eSp7ImA9WxBRFEg.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-8765633919961531246</id><published>2010-01-02T17:03:00.001-02:00</published><updated>2010-01-02T17:18:35.641-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-02T17:18:35.641-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="XNA" /><category scheme="http://www.blogger.com/atom/ns#" term="Miscelaneous" /><category scheme="http://www.blogger.com/atom/ns#" term="My Blog" /><title>XNA/DIRECTX MVP ONCE AGAIN</title><content type="html">&lt;p&gt;The new year 2010 has started with great news for me: Microsoft has granted me the &lt;a href="http://creators.xna.com/en-US/resources/team#anchor_5_2"&gt;XNA/DirectX MVP&lt;/a&gt; award once again!&lt;/p&gt;  &lt;p&gt;It’s truly an honor to be an MVP. Thanks MSFT!&lt;/p&gt;  &lt;p&gt;Cheers!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2010/01/nuevamente-mvp-de-xnadirectx.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-8765633919961531246?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_d0Hr5ZlcywBnP12MteE4SKEZpM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_d0Hr5ZlcywBnP12MteE4SKEZpM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_d0Hr5ZlcywBnP12MteE4SKEZpM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_d0Hr5ZlcywBnP12MteE4SKEZpM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/m6tA_rFQ4no" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/8765633919961531246/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=8765633919961531246" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/8765633919961531246?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/8765633919961531246?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/m6tA_rFQ4no/xnadirectx-mvp-once-again.html" title="XNA/DIRECTX MVP ONCE AGAIN" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>2</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2010/01/xnadirectx-mvp-once-again.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYNRH46fyp7ImA9WxBREU0.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-1447179568747291680</id><published>2009-12-29T13:50:00.001-02:00</published><updated>2009-12-29T13:56:35.017-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-29T13:56:35.017-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="XNA" /><category scheme="http://www.blogger.com/atom/ns#" term="Miscelaneous" /><category scheme="http://www.blogger.com/atom/ns#" term="My Blog" /><title>OUT OF OFFICE</title><content type="html">&lt;p&gt;Hey guys, I will be &amp;quot;out of office&amp;quot; from today for a week or so. &lt;/p&gt;  &lt;p&gt;For those of you who usually read this blog thanks a lot for you time and comments.&lt;/p&gt;  &lt;p&gt;Don’t forget to check the new “&lt;a href="http://creators.xna.com/developerseries"&gt;Developer Talk Series&lt;/a&gt;” –by members of the XNA Game Studio Product Team, starting on January 2010!!&lt;/p&gt;  &lt;p&gt;See you next year ;)&lt;/p&gt;  &lt;p&gt;Happy holidays and cheers!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2009/12/fuera-de-oficina.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-1447179568747291680?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_0YTwPLB_VPHYpAt4l8hJHfc7VQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_0YTwPLB_VPHYpAt4l8hJHfc7VQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_0YTwPLB_VPHYpAt4l8hJHfc7VQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_0YTwPLB_VPHYpAt4l8hJHfc7VQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/4M81-arzbbU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/1447179568747291680/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=1447179568747291680" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/1447179568747291680?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/1447179568747291680?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/4M81-arzbbU/out-of-office.html" title="OUT OF OFFICE" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2009/12/out-of-office.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEAGR3s8fip7ImA9WxBTE08.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-2347049292151078106</id><published>2009-12-08T23:07:00.001-02:00</published><updated>2009-12-08T23:38:46.576-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-08T23:38:46.576-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Events" /><category scheme="http://www.blogger.com/atom/ns#" term="Game Development" /><category scheme="http://www.blogger.com/atom/ns#" term="Videos" /><title>PDC09 VIDEOS AVAILABLE</title><content type="html">&lt;p&gt;The &lt;a href="http://microsoftpdc.com/videos"&gt;videos&lt;/a&gt; showing all PDC09’s presentations are now available either for online watch or download.&lt;/p&gt;  &lt;p&gt;In particular, for those interested in using DX11 to develop .NET applications &amp;amp; games for Windows 7, check these videos out:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://microsoftpdc.com/Sessions/CL12"&gt;Developing with the Windows API Code Pack for Microsoft .NET Framework&lt;/a&gt;, &lt;/li&gt;    &lt;li&gt;&lt;a href="http://microsoftpdc.com/Sessions/CL15"&gt;Modern 3D Graphics Using Windows 7 and Direct3D 11 Hardware&lt;/a&gt;, &lt;/li&gt;    &lt;li&gt;&lt;a href="http://microsoftpdc.com/Sessions/CL14"&gt;Advanced Graphics Functionality Using DirectX&lt;/a&gt;, and &lt;/li&gt;    &lt;li&gt;&lt;a href="http://microsoftpdc.com/Sessions/P09-16"&gt;DirectX11 DirectCompute&lt;/a&gt;. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Enjoy,    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2009/12/videos-del-pdc09-disponibles.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-2347049292151078106?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/M6tNPZSLUhHwtW5NjySJ3LBOegM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M6tNPZSLUhHwtW5NjySJ3LBOegM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/M6tNPZSLUhHwtW5NjySJ3LBOegM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M6tNPZSLUhHwtW5NjySJ3LBOegM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/kwu4TFkzYak" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/2347049292151078106/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=2347049292151078106" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/2347049292151078106?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/2347049292151078106?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/kwu4TFkzYak/pdc09-videos-available.html" title="PDC09 VIDEOS AVAILABLE" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2009/12/pdc09-videos-available.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU8HSXcycCp7ImA9WxNaFk8.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-1483895440401943333</id><published>2009-11-30T22:29:00.001-02:00</published><updated>2009-11-30T22:37:18.998-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-30T22:37:18.998-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="News" /><category scheme="http://www.blogger.com/atom/ns#" term="Videos" /><title>RAIMI WANTS A “PANIC ATTACK”</title><content type="html">&lt;p&gt;Do you guys remember how &lt;a href="http://amapplease.blogspot.com/2009/11/montevideo-invaded-by-giant-robots.html"&gt;Montevideo was attacked&lt;/a&gt; by an horde of giant robots and high-tech fighters?&lt;/p&gt;  &lt;p&gt;Well, according to &lt;a href="http://moviesblog.mtv.com/2009/11/30/panic-attack-picked-up-by-sam-raimi-channels-district-9-war-of-the-worlds/"&gt;many news&lt;/a&gt; that have been recently posted around the globe, Sam Raimi’s contacted the authors of this amazing short-film in order to convert it into a whole movie.&lt;/p&gt;  &lt;p&gt;Well done, guys! You really deserve it …&lt;/p&gt;  &lt;p&gt;Cheers!    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2009/11/raimi-quiere-un-ataque-de-panico.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-1483895440401943333?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qSda8osPT1dGDJLq7mWcogmTqPs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qSda8osPT1dGDJLq7mWcogmTqPs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qSda8osPT1dGDJLq7mWcogmTqPs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qSda8osPT1dGDJLq7mWcogmTqPs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/FsopHXn9QtE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/1483895440401943333/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=1483895440401943333" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/1483895440401943333?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/1483895440401943333?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/FsopHXn9QtE/raimi-wants-panic-attack.html" title="RAIMI WANTS A “PANIC ATTACK”" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2009/11/raimi-wants-panic-attack.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0MCQX87eip7ImA9WxNaEUs.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-7563292640580352700</id><published>2009-11-25T11:38:00.001-02:00</published><updated>2009-11-25T14:11:00.102-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-25T14:11:00.102-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="News" /><category scheme="http://www.blogger.com/atom/ns#" term="Miscelaneous" /><title>WATCH OUT THE XBOX 360 YOU BUY!</title><content type="html">&lt;p&gt;It’s been a little while since my last post; well … there’s a wonderful reason for that: last week my first son was born! So, I had little-to-none time left for blogging.&lt;/p&gt;  &lt;p&gt;Ok, down to business now …&lt;/p&gt;  &lt;p&gt;In the past few weeks you may have heard and or witnessed that &lt;a href="http://www.allbusiness.com/technology/software-services-applications-internet/13424551-1.html"&gt;a new update&lt;/a&gt; for the XBox 360 was recently released, bringing a bunch of new exciting features like Twitter, Facebook and Last.fm support.&lt;/p&gt;  &lt;p&gt;You may have also heard that Microsoft &lt;a href="http://www.techradar.com/news/gaming/microsoft-bans-unofficial-xbox-360-memory-units-643296"&gt;banned&lt;/a&gt; unofficial memory units.&lt;/p&gt;  &lt;p&gt;Well, that is not what I’m going to blog about today!&lt;/p&gt;  &lt;p&gt;There is one more thing you may have heard (and I hope you haven’t experienced yourself): MSFT &lt;a href="http://www.techspot.com/news/36949-xbox-360-bans-rise-to-1-million-banned-consoles-go-up-for-sale.html"&gt;has banned&lt;/a&gt; a plethora of (modified) consoles (the buzz is that the number of bans is close to one million consoles).&lt;/p&gt;  &lt;p&gt;The reason? Simple: fighting against piracy.&lt;/p&gt;  &lt;p&gt;Thus, if -for whatever reason- you hacked the disc drive, installed unauthorized software, created a modded version of the console, and –&lt;a href="http://www.threespace.com/gamesandtech/2009/11/11/xbox-360-console-bans.html"&gt;maybe in some cases&lt;/a&gt;- repaired it yourself from the RROD with a custom solution, then you are likely to lay within the unlucky number!&lt;/p&gt;  &lt;p&gt;What does a banned 360 mean? Simply put: the XBox Live service is not available any longer to that console. The owner can still play offline, but forget about Arcade and Indie games. &lt;/p&gt;  &lt;p&gt;And since the gamertag/account is not banned, just the console, that gamer can purchase a new console to regain access to those channels. What brings me to the main topic of this post:&lt;/p&gt;  &lt;p&gt;WATCH OUT THE XBOX 360 CONSOLE YOU BUY!!!&lt;/p&gt;  &lt;p&gt;As a result of the massive banning process, many owners of banned 360s are &lt;a href="http://arstechnica.com/gaming/news/2009/11/cheap-to-good-home-used-360-pirated-games-slightly-banned.ars?utm_source=rss&amp;amp;utm_medium=rss&amp;amp;utm_campaign=rss"&gt;trying to sell&lt;/a&gt; those consoles through popular online auction sites, claiming that they never experienced technical problems, offering a bunch of (pirated) games, and not even mentioning that console is “modded” in the first place.&lt;/p&gt;  &lt;p&gt;Always remember: the ban is on the console itself, so if you happen to buy a banned 360, it doesn’t matter that you have a valid gamertag / account, the ban on the console won’t disappear. &lt;/p&gt;  &lt;p&gt;So, be careful on the 360 you pick: verify it’s a brand new one on a sealed (never opened) pack before closing any deal.&lt;/p&gt;  &lt;p&gt;And don’t install pirate software: is illegal, and eventually -as this wave of bans prove, it turns to be more expensive than doing things right in the first place!&lt;/p&gt;  &lt;p&gt;Play safe,    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2009/11/cuidado-con-la-xbox-360-que-compres.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-7563292640580352700?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wr-RvEhp4su4aRvdQS4H_mOTId8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wr-RvEhp4su4aRvdQS4H_mOTId8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wr-RvEhp4su4aRvdQS4H_mOTId8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wr-RvEhp4su4aRvdQS4H_mOTId8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/2Y6x29YmdYw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/7563292640580352700/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=7563292640580352700" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/7563292640580352700?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/7563292640580352700?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/2Y6x29YmdYw/watch-out-xbox-360-you-buy.html" title="WATCH OUT THE XBOX 360 YOU BUY!" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>2</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2009/11/watch-out-xbox-360-you-buy.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkENQ387eSp7ImA9WxNUFUg.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-4388351995290818621</id><published>2009-11-06T23:40:00.001-02:00</published><updated>2009-11-06T23:51:32.101-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-06T23:51:32.101-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Miscelaneous" /><category scheme="http://www.blogger.com/atom/ns#" term="Videos" /><title>MONTEVIDEO INVADED BY GIANT ROBOTS</title><content type="html">&lt;p&gt;Browsing the web I &lt;a href="http://www.freeway.com.uy/musica/1220_robots-gigantes-atacan-montevideo//"&gt;happened to find&lt;/a&gt; today a quite impressive CG short film, where the city of Montevideo, capital of Uruguay (where I live), is being suddenly attacked by an army of giant robots and a squad of pretty advanced space fighters.&lt;/p&gt;  &lt;p&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/-dadPWhEhVk&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=es&amp;amp;feature=player_embedded&amp;amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/-dadPWhEhVk&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=es&amp;amp;feature=player_embedded&amp;amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;  &lt;p&gt;The film is entitled “Atáque de Pánico! 2009” (“Panic Attack! 2009”) and you can find more info about it &lt;a href="http://www.freeway.com.uy/musica/1220_robots-gigantes-atacan-montevideo//"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Kudos to the producers for this great release! &lt;/p&gt;  &lt;p&gt;Enjoy,    &lt;br /&gt;~Pete&lt;/p&gt;  &lt;p&gt;[If you ask me, the title is kinda misnomer. I would have chosen a different one for such a great production. What do you guys think?]&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2009/11/montevideo-invadido-por-robots-gigantes.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-4388351995290818621?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eVjjUJlcYL9S1xYI0CavFYafyU4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eVjjUJlcYL9S1xYI0CavFYafyU4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eVjjUJlcYL9S1xYI0CavFYafyU4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eVjjUJlcYL9S1xYI0CavFYafyU4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/aakOIw-ZXL4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/4388351995290818621/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=4388351995290818621" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/4388351995290818621?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/4388351995290818621?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/aakOIw-ZXL4/montevideo-invaded-by-giant-robots.html" title="MONTEVIDEO INVADED BY GIANT ROBOTS" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2009/11/montevideo-invaded-by-giant-robots.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkcARngyfyp7ImA9WxNUFU4.&quot;"><id>tag:blogger.com,1999:blog-34025596.post-3836054334689406501</id><published>2009-11-06T16:38:00.001-02:00</published><updated>2009-11-06T17:00:47.697-02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-06T17:00:47.697-02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="News" /><category scheme="http://www.blogger.com/atom/ns#" term="XNA" /><title>RULES FOR MULTIPLE LANGUAGES IN XBLIG</title><content type="html">&lt;p&gt;Recently, there’s been some fuss regarding the use of (symbols from) unsupported languages in Xbox Live Indie Games (in particular, traditional Mah-jong symbols). &lt;/p&gt;  &lt;p&gt;This discussion led the XNA Team to post the following two messages to clarify things:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://creators.xna.com/en-us/news/unsupportedlanguage"&gt;Indie Games May Not Include Unsupported Languages&lt;/a&gt;, and &lt;/li&gt;    &lt;li&gt;&lt;a href="http://creators.xna.com/en-us/news/ruleamendment"&gt;Amendment to Rules Regarding Mixed Language Games&lt;/a&gt;. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Read both messages carefully and if you still have questions post them in or browse the &lt;a href="http://forums.xna.com/forums/"&gt;forums&lt;/a&gt; to get the answers.&lt;/p&gt;  &lt;p&gt;‘till next time,    &lt;br /&gt;~Pete     &lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_pmiHVBV2yx8/SrgQXhh9aKI/AAAAAAAAAJs/Pc1hfg3dC0I/s1600-h/CQ2009.jpg"&gt;&lt;img style="border-right-width: 0px; width: 400px; float: left; border-top-width: 0px; border-bottom-width: 0px; height: 26px; border-left-width: 0px; cursor: hand" id="BLOGGER_PHOTO_ID_5384071350845270178" border="0" alt="" src="http://2.bp.blogspot.com/_pmiHVBV2yx8/SrgQXhh9aKI/AAAAAAAAAJs/Pc1hfg3dC0I/s400/CQ2009.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;gt; &lt;a href="http://unmapaporfavor.blogspot.com/2009/11/reglas-de-multiples-lenguajes-en-xblig.html"&gt;Link&lt;/a&gt; to Spanish version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34025596-3836054334689406501?l=amapplease.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Nntux73hLD7QIFQF47PUURMp7CM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Nntux73hLD7QIFQF47PUURMp7CM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Nntux73hLD7QIFQF47PUURMp7CM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Nntux73hLD7QIFQF47PUURMp7CM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/DoAsISayNotAsIDo/~4/ZUdJI2N4tnw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://amapplease.blogspot.com/feeds/3836054334689406501/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=34025596&amp;postID=3836054334689406501" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/3836054334689406501?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/34025596/posts/default/3836054334689406501?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DoAsISayNotAsIDo/~3/ZUdJI2N4tnw/rules-for-multiple-languages-in-xblig.html" title="RULES FOR MULTIPLE LANGUAGES IN XBLIG" /><author><name>Ultrahead</name><uri>http://www.blogger.com/profile/07831144482704209713</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-ekcq93Lwljk/TwCy76PpzKI/AAAAAAAAAMU/27pOrLeP1UM/s1600/twitterProfilePhoto_bigger.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_pmiHVBV2yx8/SrgQXhh9aKI/AAAAAAAAAJs/Pc1hfg3dC0I/s72-c/CQ2009.jpg" height="72" width="72" /><thr:total>3</thr:total><feedburner:origLink>http://amapplease.blogspot.com/2009/11/rules-for-multiple-languages-in-xblig.html</feedburner:origLink></entry></feed>

