<?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>Guerratopia</title>
	<atom:link href="http://guerratopia.com/feed" rel="self" type="application/rss+xml" />
	<link>http://guerratopia.com</link>
	<description>Nuestra recompensa se encuentra en el esfuerzo y no en el resultado</description>
	<lastBuildDate>Wed, 21 Mar 2012 23:42:22 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Today it&#8217;s My Birthday</title>
		<link>http://guerratopia.com/today-its-my-birthday</link>
		<comments>http://guerratopia.com/today-its-my-birthday#comments</comments>
		<pubDate>Fri, 24 Feb 2012 17:23:19 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=843</guid>
		<description><![CDATA[Today it&#8217;s My Birthday, this is my desk at office&#8230; Thanks all my partners @nearsoft]]></description>
			<content:encoded><![CDATA[<p>Today it&#8217;s My Birthday, this is my desk at office&#8230; Thanks all my partners @nearsoft</p>
<p><a href="http://guerratopia.com/wp-content/uploads/2012/02/IMG_0977.jpg"><img class="aligncenter size-large wp-image-844" title="IMG_0977" src="http://guerratopia.com/wp-content/uploads/2012/02/IMG_0977-1024x764.jpg" alt="" width="584" height="435" /></a></p>
<p><a href="http://guerratopia.com/wp-content/uploads/2012/02/IMG_0984.jpg"><img class="aligncenter size-large wp-image-845" title="IMG_0984" src="http://guerratopia.com/wp-content/uploads/2012/02/IMG_0984-1024x764.jpg" alt="" width="584" height="435" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/today-its-my-birthday/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Progress HUD &#8211; iPhone</title>
		<link>http://guerratopia.com/simple-progress-hud-iphone</link>
		<comments>http://guerratopia.com/simple-progress-hud-iphone#comments</comments>
		<pubDate>Tue, 21 Feb 2012 20:22:56 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=841</guid>
		<description><![CDATA[SimpleProgressHUD es un HUD muy sencillo y ligero de para iOS. Instalación Incluye la carpeta de ProgressHUD en tu proyecto. Importa el header de ProgressHUD.h donde quiera que lo necesites. Uso Ver el proyecto de ejemplo en Xcode /Demo SimpleProgressHUD se crea como un singleton, por lo que no tiene que ser instanciado &#8230; <a href="http://guerratopia.com/simple-progress-hud-iphone">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>SimpleProgressHUD es un HUD muy sencillo y ligero de para iOS.</p>
<p><a href="http://guerratopia.com/wp-content/uploads/2012/02/iOS-Simulator-Screen-shot-Feb-21-2012-12.04.22-PM.png"><img class="aligncenter size-full wp-image-842" title="iOS Simulator Screen shot Feb 21, 2012 12.04.22 PM" src="http://guerratopia.com/wp-content/uploads/2012/02/iOS-Simulator-Screen-shot-Feb-21-2012-12.04.22-PM.png" alt="" width="212" height="315" /></a></p>
<p>Instalación</p>
<ul>
<li>Incluye la carpeta de <em>ProgressHUD </em>en tu proyecto.</li>
<li>Importa el header de <em>ProgressHUD.h </em>donde quiera que lo necesites.</li>
</ul>
<p><strong>Uso</strong></p>
<p>Ver el proyecto de ejemplo en Xcode <em>/Demo</em></p>
<p>SimpleProgressHUD se crea como un singleton, por lo que no tiene que ser instanciado de manera explicita, se puede llamar de manera directa [ProgressHUD defaultHUD], utilizando para mostrar el HUD lo siguiente:</p>
<pre>- showInView:(UIView*)view;</pre>
<p>Y para descartarlo:</p>
<pre>-(void) hideActivityIndicator;</pre>
<div><strong>Automatic Reference Counting (ARC) support<br />
</strong><br />
Si estas usando ARC en tu proyecto basta con eliminar el metodo <em>-dealloc</em> en  la Clase de <em>ProgressHUD</em>.</div>
<div></div>
<div>
<p>Puedes obtener una copia del <a href="https://github.com/Guerrix/SimpleProgressHUD">codigo en GitHub</a>.</p>
<p><strong>Nota: </strong>SimpleProgressHUD esta inspirado en Sam Vermette&#8217;s <a href="https://github.com/samvermette/SVProgressHUD">SVProgressHUD</a> para iOS.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/simple-progress-hud-iphone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Mountain Lion Sneak Peek</title>
		<link>http://guerratopia.com/os-x-mountain-lion-sneak-peek</link>
		<comments>http://guerratopia.com/os-x-mountain-lion-sneak-peek#comments</comments>
		<pubDate>Thu, 16 Feb 2012 20:08:22 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=838</guid>
		<description><![CDATA[http://www.youtube.com/watch?v=B51lE0hyybY]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=B51lE0hyybY">http://www.youtube.com/watch?v=B51lE0hyybY</a></p>
</p>
<p style="text-align: center;"><a href="http://www.apple.com/macosx/mountain-lion/features.html#video-mountainlion"><img class="aligncenter size-full wp-image-839" title="mountain-lion" src="http://guerratopia.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-16-at-1.03.52-PM.png" alt="" width="1023" height="749" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/os-x-mountain-lion-sneak-peek/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to find IPv4 address of &#8211; Configuration Failed &#124; MAMP</title>
		<link>http://guerratopia.com/unable-to-find-ipv4-address-of-configuration-failed-mamp</link>
		<comments>http://guerratopia.com/unable-to-find-ipv4-address-of-configuration-failed-mamp#comments</comments>
		<pubDate>Tue, 07 Feb 2012 20:57:16 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=837</guid>
		<description><![CDATA[Usando Mac OS X Lion y MAMP 2.0.3 el servidor Apache no arrancaba &#8230; cuando abrí la&#8221;apache_error.log&#8221; encontre este error: [Date] [alert] (EAI 8)nodename nor servname provided, or not known: mod_unique_id: unable to find IPv4 address of &#8220;myMacbookPro&#8221;Configuration Failed La forma en que puedo solucionar esto, fue la siguiente: Asegúrese de &#8230; <a href="http://guerratopia.com/unable-to-find-ipv4-address-of-configuration-failed-mamp">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Usando Mac OS X Lion y MAMP 2.0.3 el servidor Apache no arrancaba &#8230; cuando abrí la&#8221;apache_error.log&#8221; encontre este error:</p>
<blockquote><p>[Date] [alert] (EAI 8)nodename nor servname provided, or not known: mod_unique_id: unable to find IPv4 address of &#8220;myMacbookPro&#8221;Configuration Failed</p></blockquote>
<p>La forma en que puedo solucionar esto, fue la siguiente:</p>
<ol>
<li>Asegúrese de que tiene cerraste completamente MAMP .</li>
<li>Abra el archivo httpd.conf con un editor de texto &#8211; &#8220;/Applications/MAMP/conf/apache/httpd.conf&#8221;</li>
<li>Buscar la siguiente línea:
<pre name="code" class="csharp">LoadModule unique_id_module modules/mod_unique_id.so</pre>
</li>
<li>  Añadir &#8221;#&#8221; en la mendicidad de esa línea, de esta manera:
<pre name="code" class="csharp">#LoadModule unique_id_module modules/mod_unique_id.so</pre>
</li>
<li>Abra MAMP otra vez y su Servidor Apache comenzará a funcionar con normalidad</li>
</ol>
<p>Espero que ayude</p>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/unable-to-find-ipv4-address-of-configuration-failed-mamp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error opening terminal: xterm-256color</title>
		<link>http://guerratopia.com/error-opening-terminal-xterm-256color</link>
		<comments>http://guerratopia.com/error-opening-terminal-xterm-256color#comments</comments>
		<pubDate>Tue, 07 Feb 2012 03:02:37 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Solución Problemas]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=834</guid>
		<description><![CDATA[Recientemente tuve este problema con Mac OS Lion, pero la solución es muy simple, basta con: Haga clic en  Terminal en la parte superior izquierda de la pantalla Elija Preferences Su tema actual debe ser seleccionado de manera predeterminada en la lista de temas. Haga clic en la pestaña Advanced en la parte &#8230; <a href="http://guerratopia.com/error-opening-terminal-xterm-256color">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recientemente tuve este problema con Mac OS Lion, pero la solución es muy simple, basta con:</p>
<ol>
<li>Haga clic en  <strong>Terminal</strong> en la parte superior izquierda de la pantalla</li>
<li>Elija <strong>Preferences</strong></li>
<li>Su tema actual debe ser seleccionado de manera predeterminada en la lista de temas.</li>
<li>Haga clic en la pestaña <strong>Advanced</strong> en la parte superior derecha del cuadro de diálogo</li>
<li>Bajo Declarar la Terminal como, elegir la opción “<strong>xterm-color</strong>”.</li>
<li><strong>Reinicie la Terminal</strong>, y sera todo.<a href="http://guerratopia.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-06-at-7.55.13-PM.png"><img class="aligncenter size-full wp-image-835" title="Screen Shot 2012-02-06 at 7.55.13 PM" src="http://guerratopia.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-06-at-7.55.13-PM.png" alt="" width="589" height="532" /></a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/error-opening-terminal-xterm-256color/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling</title>
		<link>http://guerratopia.com/compiling</link>
		<comments>http://guerratopia.com/compiling#comments</comments>
		<pubDate>Thu, 02 Feb 2012 19:34:32 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Curiosidades]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=830</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://xkcd.com/303/"><img class="aligncenter size-full wp-image-831" title="compiling" src="http://guerratopia.com/wp-content/uploads/2012/02/compiling.png" alt="" width="413" height="360" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/compiling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The bundle is invalid. The key CFBundleVersion in the info.plist must contain a higher version than that of the previously uploaded version.</title>
		<link>http://guerratopia.com/the-bundle-is-invalid-the-key-cfbundleversion-in-the-info-plist-must-contain-a-higher-version-than-that-of-the-previously-uploaded-version</link>
		<comments>http://guerratopia.com/the-bundle-is-invalid-the-key-cfbundleversion-in-the-info-plist-must-contain-a-higher-version-than-that-of-the-previously-uploaded-version#comments</comments>
		<pubDate>Thu, 02 Feb 2012 18:51:40 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=826</guid>
		<description><![CDATA[Cuando yo estaba tratando de &#8221;validar&#8221; mi aplicación (usando Xcode) para hacer una actualización de mi aplicación en iTunes Connect, por una razón desconocida que estaba recibiendo este mensaje de error:The key CFBundleVersion in the info.plist must contain a higher version than that of the previously uploaded version. Si tienes el mismo problema, puede resolverlo de &#8230; <a href="http://guerratopia.com/the-bundle-is-invalid-the-key-cfbundleversion-in-the-info-plist-must-contain-a-higher-version-than-that-of-the-previously-uploaded-version">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Cuando yo estaba tratando de &#8221;validar&#8221; mi aplicación (usando Xcode) para hacer una actualización de mi aplicación en iTunes Connect, por una razón desconocida que estaba recibiendo este mensaje de error:The key CFBundleVersion in the info.plist must contain a higher version than that of the previously uploaded version.</p>
<p>Si tienes el mismo problema, puede resolverlo de la siguiente manera:</p>
<ol>
<li>Abre el sitio de iTunes Connect, después click en Manage Your Applications &gt;  &#8221;Tu App&#8221; &gt; View Details (boton de la esquina izq.) &gt; Binary Details.</li>
<li>Allí podrás ver  el &#8220;Bundle Version&#8221;, después todo lo que necesitas hacer es actualizar el Bundle Version de tu App.<br />
<a href="http://guerratopia.com/wp-content/uploads/2012/02/BinaryDetails.png"><img class="aligncenter size-full wp-image-828" title="BinaryDetails" src="http://guerratopia.com/wp-content/uploads/2012/02/BinaryDetails.png" alt="" width="971" height="497" /></a></li>
</ol>
<p>Al principio supuse  que el &#8221;Bundle Version&#8221; para fines iTunesConnect era el que se puede ver en &#8220;Version Information&#8221;, pero parece que Apple utilizan datos diferentes para esos fines.</p>
<p>Espero haber sido de ayuda.</p>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/the-bundle-is-invalid-the-key-cfbundleversion-in-the-info-plist-must-contain-a-higher-version-than-that-of-the-previously-uploaded-version/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CFBundleShortVersionString no se actualiza siempre es 1.0 &#124; Appcelerator Titanium</title>
		<link>http://guerratopia.com/cfbundleshortversionstring-no-se-actualiza-siempre-es-1-0-appcelerator-titanium</link>
		<comments>http://guerratopia.com/cfbundleshortversionstring-no-se-actualiza-siempre-es-1-0-appcelerator-titanium#comments</comments>
		<pubDate>Mon, 30 Jan 2012 18:24:50 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Appcelerator Titanium]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=822</guid>
		<description><![CDATA[Usando iPhone SDK 1.8.x (Appcelerator Titanium) y por alguna razón desconocida el valor de CFBundleShortVersionString siempre se queda en 1,0 y eso me estaba deteniendo para actualizar mi aplicación,  pero despues me tope con esta solución que resolver mi problema. Cuando hagas un build de tu aplicación dentro del directorio build-&#62;iphone  esta el &#8230; <a href="http://guerratopia.com/cfbundleshortversionstring-no-se-actualiza-siempre-es-1-0-appcelerator-titanium">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Usando iPhone SDK 1.8.x (Appcelerator Titanium) y por alguna razón desconocida el valor de CFBundleShortVersionString siempre se queda en 1,0 y eso me estaba deteniendo para actualizar mi aplicación,  pero despues me tope con esta solución que resolver mi problema.</p>
<ol>
<li>Cuando hagas un build de tu aplicación dentro del directorio build-&gt;iphone  esta el archivo info.plist, copialo a el directorio raíz del proyecto (donde reside Tiapp.xml).</li>
<li>Edita el info.plist que acaba de copiar en el directorio raíz, cambiando manualmente el valor de CFBundleShortVersionString (paracualquier versión que necesitas).</li>
<li>Guarde el archivo (el que esta en el directorio raíz) y dale build de nuevo al proyecto, el info.plist generado automáticamente tomará los datos en el archivo modificado.</li>
</ol>
<p><strong>Fuente: <a href="http://developer.appcelerator.com/question/129052/cfbundleshortversionstring-does-not-update">Q&amp;A Appcelerator</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/cfbundleshortversionstring-no-se-actualiza-siempre-es-1-0-appcelerator-titanium/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Categories: Objective &#8211; C</title>
		<link>http://guerratopia.com/categories-objective-c</link>
		<comments>http://guerratopia.com/categories-objective-c#comments</comments>
		<pubDate>Mon, 29 Aug 2011 21:02:12 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=811</guid>
		<description><![CDATA[Las categorías son una de las características más útiles de Objective-C. En esencia, una categoría le permite añadir métodos a una clase existente, sin que la subclasificación o necesidad de conocer cualquiera de los detalles de cómo se implementa. Una &#8230; <a href="http://guerratopia.com/categories-objective-c">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Las categorías son una de las características más útiles de Objective-C. En esencia, una categoría le permite añadir métodos a una clase existente, sin que la subclasificación o necesidad de conocer cualquiera de los detalles de cómo se implementa.</p>
<p>Una categoría recoge las implementaciones de método en archivos separados. El programador puede colocar grupos de métodos relacionados en una categoría para que sean más legibles. En otras palabras, si deseas agregar un método a todas las instancias de NSString en tu aplicación, solo hay añadir una nueva categoría. No hay necesidad de una subclase personalizada.</p>
<p>Por ejemplo, voy a añadir dos métodos para un NSString. uno para determinar si el contenido es una URL y la otra para añadir un método de reverseString.</p>
<p>Se vería así:</p>
<ol>
<ol>
<li>Crear un nuevo proyecto de XCode un &#8220;Command Line Tool&#8221;. Lo llamaré <em><em>ExtendsNSString</em></em><a href="http://guerratopia.com/wp-content/uploads/2011/08/Screen-Shot-2011-08-29-at-12.52.32-PM.png"><img title="Screen Shot 2011-08-29 at 12.52.32 PM" src="http://guerratopia.com/wp-content/uploads/2011/08/Screen-Shot-2011-08-29-at-12.52.32-PM.png" alt="" width="503" height="337" /></a></li>
<li>A continuación, cree una nueva clase Objective-C (lo voy a llamar a <em> NSString_Extend ). Elimine todo el código en el archivo de cabecera (NSString_Extend.h) y ponemos el siguiente código:<br />
</em></p>
<pre name="code" class="cpp">#import &lt;Cocoa/Cocoa.h&gt;    

@interface NSString (Extends)
- (BOOL) isURL;
- (NSString *)reverseString;
@end</pre>
<p>es muy similar a una declaración de clase. La diferencia es que no hay una súper clase, y hay un nombre para la categoría entre paréntesis, el nombre puede ser el que quieras.</li>
<li>Ahora elimine todo el código en el archivo de implementación (<strong><strong> NSString_Extend.m</strong></strong>) y ponemos el siguiente código:
<pre name="code" class="cpp">#import "NSString_Extend.h"

@implementation NSString (Extends)

- (BOOL) isURL
{
    if ( [self hasPrefix:@"http://"] )
        return YES;
    else
        return NO;
}

- (NSString *) reverseString
{
    NSUInteger len = [self length];
    NSMutableString *rtr=[NSMutableString stringWithCapacity:len];
    //        unichar buf[1];

    while (len &gt; (NSUInteger)0) {
        unichar uch = [self characterAtIndex:--len];
        [rtr appendString:[NSString stringWithCharacters:&amp;uch length:1]];
    }
    return rtr;
}
@end</pre>
<p>A diferencia de las subclases, las categorías no se puede agregar variables de instancia. Puede, sin embargo, utilizar categorías para sustituir métodos existentes en las clases, pero debes hacerlo con mucho cuidado.</li>
<li>Ahora usted puede utilizar estos métodos en cualquier NSString, vamos a cambiar el <strong><strong> main.m</strong></strong>, que se verá algo como lo siguiente:
<pre name="code" class="cpp">   #import &lt;Foundation/Foundation.h&gt;
#import "NSString_Extend.h"
int main (int argc, const char * argv[])
{

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];

// insert code here...
NSString* string1 = @"http://pixar.com/";
NSString* string2 = @"Pixar";

if ( [string1 isURL] )
NSLog (@"string1 is a URL");
else
NSLog (@"string1 is not a URL");

if ( [string2 isURL] )
NSLog (@"string2 is a URL");
else
NSLog (@"string2 is not a URL");

NSString *test = [@"!A string to be reverted!" reverseString];

NSLog(@"%@", test);

[pool drain];
return 0;
}</pre>
<p>Cuando se realizan cambios en una clase con una categoría, esta afecta a todas las instancias de esa clase en toda la aplicación.</li>
</ol>
</ol>
<p>&nbsp;</p>
<p>Puedes descargar el codigo de este tutorial <a href="https://github.com/Guerrix/CategoriesObjectiveC" target="_blank">Aqui</a><br />
Fuente:</p>
<ul>
<li><a href="http://cocoadevcentral.com/d/learn_objectivec/" target="_blank">Learn Objective-C: CocoaDevCentral</a></li>
<li><a href="http://en.wikipedia.org/wiki/Objective-C#Categories" target="_blank">Wikipedia: Objective-C Categories</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/categories-objective-c/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The only way to do great work is to love what you do</title>
		<link>http://guerratopia.com/the-only-way-to-do-great-work-is-to-love-what-you-do</link>
		<comments>http://guerratopia.com/the-only-way-to-do-great-work-is-to-love-what-you-do#comments</comments>
		<pubDate>Mon, 29 Aug 2011 18:05:43 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=810</guid>
		<description><![CDATA[Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love &#8230; <a href="http://guerratopia.com/the-only-way-to-do-great-work-is-to-love-what-you-do">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do. If you haven’t found it yet, keep looking, and don’t settle. As with all matters of the heart, you’ll know when you find it.</p>
<p>&nbsp;</p>
<p style="text-align: right;">Steve Jobs</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/the-only-way-to-do-great-work-is-to-love-what-you-do/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

