<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Blog</title>
	<atom:link href="http://www.cperez.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cperez.me</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 25 Feb 2010 19:53:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sleep not working on Windows 7 &#8211; MacBook</title>
		<link>http://www.cperez.me/2010/02/sleep-not-working-on-windows-7-macbook/</link>
		<comments>http://www.cperez.me/2010/02/sleep-not-working-on-windows-7-macbook/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 19:53:55 +0000</pubDate>
		<dc:creator>cesar</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[boot camp]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.cperez.me/?p=34</guid>
		<description><![CDATA[While running Windows 7 on my MacBook I discovered that I forgot to disable the sleep mode when I&#8217;m not using my battery so after I came back later everything was turned off.
I could clearly see that it was in sleep mode because my MacBook has a small led that keeps blinking when it is [...]]]></description>
			<content:encoded><![CDATA[<p>While running Windows 7 on my MacBook I discovered that I forgot to disable the sleep mode when I&#8217;m not using my battery so after I came back later everything was turned off.</p>
<p>I could clearly see that it was in sleep mode because my MacBook has a small led that keeps blinking when it is sleeping in OSX or Windows. I tried pressing the keyboard to see if it turned on and it seemed to do so but the display was off in both the internal and external displays. I couldn&#8217;t bring it back.</p>
<p>I googled the problem and it was a known issue with the NVIDIA drivers included with Boot Camp so I downloaded the latest version from the NVIDIA site and the problem was solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cperez.me/2010/02/sleep-not-working-on-windows-7-macbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MonoTouch &#8211; iPhone development without Objective-C</title>
		<link>http://www.cperez.me/2010/02/monotouch-iphone-development-without-objective-c/</link>
		<comments>http://www.cperez.me/2010/02/monotouch-iphone-development-without-objective-c/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 07:22:30 +0000</pubDate>
		<dc:creator>cesar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[monotouch]]></category>
		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://www.cperez.me/?p=30</guid>
		<description><![CDATA[I have been working as an independent software developer for some months and recently got some free time after finishing a project I was working on so I decided to install the iPhone SDK back again in my Mac.
After installing the SDK I started to read books and documentation about developing for the iPhone but [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working as an independent software developer for some months and recently got some free time after finishing a project I was working on so I decided to install the iPhone SDK back again in my Mac.</p>
<p>After installing the SDK I started to read books and documentation about developing for the iPhone but one thing was really bugging me and it was Objective-C. It is not a bad language and it is not that difficult after you keep using it for a while but in my case I wanted to focus on learning all the concepts instead of learning a new language so after reading some tweets and blog posts by <a title="Miguel de Icaza Twitter" href="http://twitter.com/migueldeicaza" target="_blank">@migueldeicaza</a> about developing with Mono and C# I  decided to give it a try.</p>
<p>I decided to give MonoTouch a chance so I went to <a title="MonoTouch Official Site" href="http://monotouch.net/" target="_blank">http://monotouch.net/</a> and read all the documentation. I also got Mono, MonoDevelop and MonoTouch SDK installed  as all of them are requirements.</p>
<p>After I installed everything I created a new iPhone project in MonoDevelop and tried to compile but I couldn&#8217;t. The problem was that I only installed the iPhone SDK 3.1.3 but MonoTouch requires 3.1 so I had to ran the installation again and select the missing versions. Once I installed the missing versions of the SDK I was ready to go and everything compiled as expected.</p>
<p>Working with C# and .NET APIs is awesome as you can do the same as you can with Objective-C but with less lines of code and faster.</p>
<p>The experience is great and don&#8217;t get me wrong Objective-C is a great language but as I said before I am more interested in understanding all the concepts than anything else.</p>
<p>The only drawback with MonoTouch is that it isn&#8217;t free, there is a free version but you can&#8217;t deploy your app to the simulator or generate an App Store ready binary. The &#8220;cheapest&#8221; version is US$399 for 1 year of updates and 1 developer. If you are serious about developing for the platform and have a .NET background or even code that you want to reuse then it is a no brainer as you can easily get them back if your app is good.</p>
<p>I will definitely keep playing with it for a while but I will also get back to Objective-C.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cperez.me/2010/02/monotouch-iphone-development-without-objective-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 x64 with Boot Camp</title>
		<link>http://www.cperez.me/2010/02/windows-7-x64-with-boot-camp/</link>
		<comments>http://www.cperez.me/2010/02/windows-7-x64-with-boot-camp/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:12:36 +0000</pubDate>
		<dc:creator>cesar</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[boot camp]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.cperez.me/?p=27</guid>
		<description><![CDATA[Today I installed Windows 7 on a MacBook 13&#8243; Aluminum in order to do .NET development with Visual Studio as my Virtual Machine was getting slow. The experience was painful, first because I had to free a lot of space from my hard drive and second because Boot Camp 3.x x64 is not officially supported [...]]]></description>
			<content:encoded><![CDATA[<p>Today I installed Windows 7 on a MacBook 13&#8243; Aluminum in order to do .NET development with Visual Studio as my Virtual Machine was getting slow. The experience was painful, first because I had to free a lot of space from my hard drive and second because Boot Camp 3.x x64 is not officially supported in my Mac.</p>
<p>I wanted a Windows partition with a size around 50GB  so I had to free some space on my hard drive. After I got 70GB free I decided to start the Boot Camp assistant and to my surprise I couldn&#8217;t make it complete the first time due to an error: &#8220;Files cannot be moved&#8230;&#8221;. The only solution recommended by Apple was to backup everything and reinstall OSX and I was not happy so I decided to google for an answer until I found two that worked:</p>
<ol>
<li>Free more space, I got 100GB free.</li>
<li>Defragment the hard disk with iDefrag</li>
</ol>
<p>I tried the first one and it didn&#8217;t work until I did a quick (online) defrag with iDefrag.</p>
<p>After doing both steps I was able to create the new partition and install Windows 7 x64 and when I tried to install the Boot Camp drivers and utilities in Windows 7 I got another error saying that my MacBook wasn&#8217;t supported with any 64bits version, WTF? I had to run the BootCamp64.msi manually as Administrator from my Snow Leopard DVD and in order to update it I had to first decompress the BootCamp 3.1 Update and do the same with it.</p>
<p>Now everything is running fine even though my MacBook is &#8220;unsupported&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cperez.me/2010/02/windows-7-x64-with-boot-camp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell G2410 LCD</title>
		<link>http://www.cperez.me/2009/06/dell-g2410/</link>
		<comments>http://www.cperez.me/2009/06/dell-g2410/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 23:13:55 +0000</pubDate>
		<dc:creator>cesar</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[monitor]]></category>

		<guid isPermaLink="false">http://www.cperez.me/?p=24</guid>
		<description><![CDATA[I bought this monitor a couple of months ago because I needed a cheap but reliable LCD monitor to work because 1280&#215;800 pixels is just not enough for software development, at least in my case, and because I wanted to connect my XBOX360 to the same display as I don&#8217;t have a TV on my [...]]]></description>
			<content:encoded><![CDATA[<p>I bought this monitor a couple of months ago because I needed a cheap but reliable LCD monitor to work because 1280&#215;800 pixels is just not enough for software development, at least in my case, and because I wanted to connect my XBOX360 to the same display as I don&#8217;t have a TV on my room.</p>
<p>This is a 24&#8243; LED display with VGA and DVI inputs so I can easily connect my laptop or my XBOX with a HDMI to DVI adapter. The colors are not the best so if you are doing graphics you should get an UltraSharp model instead but as I am not doing anything graphics related it is not a problem for me. The resolution is full HD 1920&#215;1080 so it is plenty of space and if you combine this with OS X spaces feature then you have a great workspace.</p>
<p>One small problem is that you can&#8217;t adjust it vertically as the stand has a fixed size but you can adjust the viewing angle. Again it was not a problem for me because the height of my desk helps a lot and also my chair is adjustable. </p>
<p>Overall I am statisfied with it and I can&#8217;t ask for more considering I got a discount from Dell and it was a lot cheaper than other monitors in the market (in México City).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cperez.me/2009/06/dell-g2410/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entrepreneurs Can Change the World</title>
		<link>http://www.cperez.me/2009/05/entrepreneurs-can-change-the-world/</link>
		<comments>http://www.cperez.me/2009/05/entrepreneurs-can-change-the-world/#comments</comments>
		<pubDate>Thu, 21 May 2009 05:28:48 +0000</pubDate>
		<dc:creator>cesar</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[motivation]]></category>

		<guid isPermaLink="false">http://www.cperez.me/?p=21</guid>
		<description><![CDATA[This is a great video made by Grasshopper to motivate entrepreneurs and everybody else. It was great for me, specially now that I&#8217;m working on a startup.

]]></description>
			<content:encoded><![CDATA[<p>This is a great video made by <a title="Entrepreneurs can change the world" href="http://grasshopper.com/idea">Grasshopper</a> to motivate entrepreneurs and everybody else. It was great for me, specially now that I&#8217;m working on a startup.</p>
<p style="text-align: center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/T6MhAwQ64c0&#038;rel=0&#038;color1=0x0&#038;color2=0x666666&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/T6MhAwQ64c0&#038;rel=0&#038;color1=0x0&#038;color2=0x666666&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cperez.me/2009/05/entrepreneurs-can-change-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sketching apps</title>
		<link>http://www.cperez.me/2009/05/sketching-apps/</link>
		<comments>http://www.cperez.me/2009/05/sketching-apps/#comments</comments>
		<pubDate>Tue, 19 May 2009 01:42:25 +0000</pubDate>
		<dc:creator>cesar</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[sketch]]></category>

		<guid isPermaLink="false">http://www.cperez.me/?p=19</guid>
		<description><![CDATA[I have been looking for an application to sketch the UI of an application I am working on and I finally have the perfect solution for me:

Application &#8211; OmniGraffle for OS X.
Stencil &#8211; Konigi.com OmniGraffle Sketch Stencils.

I am currently using the OmniGraffle trial version but I will definitely buy the commercial version as soon as [...]]]></description>
			<content:encoded><![CDATA[<p>I have been looking for an application to sketch the UI of an application I am working on and I finally have the perfect solution for me:</p>
<ul>
<li>Application &#8211; OmniGraffle for OS X.</li>
<li>Stencil &#8211; <a title="Sketch Stencils" href="http://konigi.com/store/product/omnigraffle-sketch-stencils" target="_blank">Konigi.com</a> OmniGraffle Sketch Stencils.</li>
</ul>
<p>I am currently using the OmniGraffle trial version but I will definitely buy the commercial version as soon as the trial expires although I still don&#8217;t know if it will be the standard or pro version. This app is like Visio for OS X but better.</p>
<p>The Konigi.com stencils that I am using are not free either but the price is really cheap, only US$10 bucks. They have a free version but is not as complete as the paid one and it only contains one sketch stencil and a few others that are not really sketches. The customer service is also great as  yesterday I sent a suggestion to request a couple of controls that are missing and I received an answer today with the answer I was expecting &#8211; the controls are going to be included in the next version. I recommend these stencils for anyone that design/develop UIs and needs an easy and fast way to do draft prototypes.</p>
<p>I know I can use paper but I don&#8217;t like wasting it when I can do it in my PC and only print the draft when needed.</p>
<p>BTW in my previous work they should have used something like this instead of NetBeans which is what A&amp;D used to create the sketches that we, the developers, received to start our development tasks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cperez.me/2009/05/sketching-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacBook RAM</title>
		<link>http://www.cperez.me/2009/05/macbook-ram/</link>
		<comments>http://www.cperez.me/2009/05/macbook-ram/#comments</comments>
		<pubDate>Tue, 12 May 2009 16:40:53 +0000</pubDate>
		<dc:creator>cesar</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[crucial]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://www.cperez.me/?p=13</guid>
		<description><![CDATA[I recently  bought memory for my MacBook from Crucial even though some reviews said that some third party memory modules didn&#8217;t work well with the Aluminum MacBook, including Crucial, but my experience is completely different.
First I want to say that the memory was cheap compared to the prices I received from some Apple resellers and [...]]]></description>
			<content:encoded><![CDATA[<p>I recently  bought memory for my MacBook from Crucial even though some reviews said that some third party memory modules didn&#8217;t work well with the Aluminum MacBook, including Crucial, but my experience is completely different.</p>
<p>First I want to say that the memory was cheap compared to the prices I received from some Apple resellers and also from other shops that sell RAM. I got a 4GB kit for $65 dollars vs. $150 dollars for each 2GB module at the local shops so for me it was a great deal. I had to pay $20 dollars for shipping and a few more for taxes to UPS for importing it but I also bought memory for other computers so it was a reasonable price.</p>
<p>My advice for Mexican buyers is to pay with Paypal as the order is processed immediately and the product is ready to be shipped the same day. I ordered on Thursday and my package was in my door on Monday.</p>
<p>So far so good the memory has been working great and my MacBook feels faster and more responsive. I really recommend Crucial if you plan to buy memory and it doesn&#8217;t matter if it is a Mac or a PC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cperez.me/2009/05/macbook-ram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 months with OS X</title>
		<link>http://www.cperez.me/2009/04/4-months-with-os-x/</link>
		<comments>http://www.cperez.me/2009/04/4-months-with-os-x/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 06:30:37 +0000</pubDate>
		<dc:creator>cesar</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.cperez.me/?p=10</guid>
		<description><![CDATA[I have been using OS X for 4 months and I just love it. It is by far the best platform I&#8217;ve ever used just one step above Linux.
It is a really stable platform and hasn&#8217;t crashed a single time since I started using it; not even when I use it 24/7. This can only [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using OS X for 4 months and I just love it. It is by far the best platform I&#8217;ve ever used just one step above Linux.</p>
<p>It is a really stable platform and hasn&#8217;t crashed a single time since I started using it; not even when I use it 24/7. This can only be compared with my experience with ArchLinux which was also rock solid (even when I used experimental packages).</p>
<p>I am typing this on a MacBook Aluminum and is by far the best laptop I ever had, hardware and software wise. It is really solid and it doesn&#8217;t feel cheap like other laptops I have previously owned (Dell and Toshiba). This machine is woth every penny I paid. My only complain is that I had to buy an adapter in order to be able to connect it to an external monitor which by the way wasn&#8217;t cheap, $459 pesos or approximately $30 US dollars.</p>
<p>The screen is amazing, yes I like glossy screens, the mousepad is just awesome and the whole case as I said before is really solid. It has a slick design and that is always a big plus for me, specially if what I am going to buy ain&#8217;t cheap.</p>
<p>I will post more comments later but I can say that I am a happy satisfied customer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cperez.me/2009/04/4-months-with-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Currently reading</title>
		<link>http://www.cperez.me/2009/03/currently-reading/</link>
		<comments>http://www.cperez.me/2009/03/currently-reading/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 18:30:46 +0000</pubDate>
		<dc:creator>cesar</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[wicket]]></category>

		<guid isPermaLink="false">http://www.cperez.me/?p=8</guid>
		<description><![CDATA[I am currently reading two books:

Learn C on the Mac &#8211; I am reading this one because I have plans to start developing applications for the iPhone. I started with this because it&#8217;s been a while since I wrote C code so I have to refresh some concepts.
Wicket in Action -  I got this one [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently reading two books:</p>
<ul>
<li><a title="Learn C on the Mac" href="http://www.apress.com/book/view/1430218096">Learn C on the Mac</a> &#8211; I am reading this one because I have plans to start developing applications for the iPhone. I started with this because it&#8217;s been a while since I wrote C code so I have to refresh some concepts.</li>
<li><a title="Wicket in Action" href="http://www.manning.com/dashorst/">Wicket in Action</a> -  I got this one because I have been reading a lot of good things recently about this framework to develop web applications using Java and I decided to take a look. So far it looks simple but at the same time different from what I&#8217;m used to with JavaServer Faces.</li>
</ul>
<p>In the queue I have two more books about iPhone development: <a title="Learn Objective-C on the Mac" href="http://www.apress.com/book/view/1430218150">Learn Objective-C on the Mac</a> and <a title="Beginning iPhone Development" href="http://www.apress.com/book/view/1430216263">Beginning iPhone Development</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cperez.me/2009/03/currently-reading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m back</title>
		<link>http://www.cperez.me/2009/03/im-back/</link>
		<comments>http://www.cperez.me/2009/03/im-back/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 16:23:10 +0000</pubDate>
		<dc:creator>cesar</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://www.cperez.me/?p=3</guid>
		<description><![CDATA[After more than a year if I remember correctly I am back with a personal website. I am again running on Dreamhost with Wordpress.
I stopped my previous site first because I lost interest, lol, and second because I was spending more time in my previous work at JPMorgan. Now I am no longer working there [...]]]></description>
			<content:encoded><![CDATA[<p>After more than a year if I remember correctly I am back with a personal website. I am again running on <a title="Dreamhost" href="http://www.dreamhost.com/r.cgi?519619">Dreamhost</a> with Wordpress.</p>
<p>I stopped my previous site first because I lost interest, lol, and second because I was spending more time in my previous work at JPMorgan. Now I am no longer working there so I have a lot more free time although I already have a couple of projects in my desk to start working on my own but I will write more about that later.</p>
<p>For the time being I have been using twitter and you can follow me <a title="My twitter profile" href="http://twitter.com/kpolice">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cperez.me/2009/03/im-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
