<?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>Antonio's Blog &#187; MVC</title>
	<atom:link href="http://antoniomaradiaga.com/blog/tag/mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://antoniomaradiaga.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 03 Apr 2010 20:05:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone Dev</title>
		<link>http://antoniomaradiaga.com/blog/2010/01/iphone-dev/</link>
		<comments>http://antoniomaradiaga.com/blog/2010/01/iphone-dev/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 02:28:45 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Telefonos]]></category>
		<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Libro]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=190</guid>
		<description><![CDATA[
Pues hace un par de semanas atras empece seriamente a aprender acerca de iPhone development&#8230;.tengo un par de apps que me en mente que me gustaria publicar.
Para lo mismo empece a aprender con el libro de Pragmatic Programmers llamado iPhone SDK Development que compre hace unos meses. Por lo momentos es puro MVC&#8230;..tirando codigo en Objective-C. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://antoniomaradiaga.com/blog/wp-content/uploads/2010/01/amiphd.jpg"><img class="aligncenter size-medium wp-image-191" title="iPhoneSDKDevelopment" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2010/01/amiphd-250x300.jpg" alt="" width="250" height="300" /></a></p>
<p>Pues hace un par de semanas atras empece seriamente a aprender acerca de iPhone development&#8230;.tengo un par de apps que me en mente que me gustaria publicar.</p>
<p>Para lo mismo empece a aprender con el libro de Pragmatic Programmers llamado <a href=" http://www.pragprog.com/titles/amiphd/iphone-sdk-development" target="_blank">iPhone SDK Development</a> que compre hace unos meses. Por lo momentos es puro MVC&#8230;..tirando codigo en Objective-C. Si conocen C, Java o C# en cuanto a sintaxis es algo parecido asi que no seria tan dificil&#8230;.pero si hay cosas en las que he quedado medio perdido pero poco a poco voy entendiendo.</p>
<p>Voy a ir actualizando como voy con mi aprendizaje y cuando comience a desarrollar las apps que tengo en mente <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2010/01/iphone-dev/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Learning RoR &#8211; Rails and MVC</title>
		<link>http://antoniomaradiaga.com/blog/2009/06/learning-ror-rails-and-mvc/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/06/learning-ror-rails-and-mvc/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 05:59:03 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=156</guid>
		<description><![CDATA[First lines of code in RoR that I&#8217;m really proud of&#8230;.

I know it&#8217;s really simple&#8230;.just validating when a session value is null. I&#8217;m proud of it cause its the first rails app that I built from scratch (Creating controllers, views, debug it, etc)
I&#8217;m actually enjoying a lot learning RoR and this is just the beginning&#8230;..just [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">First lines of code in RoR that I&#8217;m really proud of&#8230;.</p>
<p style="text-align: center;"><img class="size-medium wp-image-157 alignnone" title="Code" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/Picture-2-300x176.png" alt="Picture 2" width="300" height="176" /></p>
<p style="text-align: left;">I know it&#8217;s really simple&#8230;.just validating when a session value is null. I&#8217;m proud of it cause its the first rails app that I built from scratch (Creating controllers, views, debug it, etc)</p>
<p style="text-align: left;">I&#8217;m actually enjoying a lot learning RoR and this is just the beginning&#8230;..just finished learning some basics of Rails and how the MVC (Model View Controller) works in RoR&#8230;.created a couple of models, views and controllers (lots of .rb and .rhtml files)&#8230;.everything worked just fine.</p>
<p style="text-align: left;">Tomorrow will be an exciting day&#8230;.I&#8217;ll start connecting RoR with a database and all the usual stuff&#8230;..inserting, selecting and updating data.</p>
<p style="text-align: left;">I don&#8217;t really want to go to work tomorrow, I would rather stay and learn more RoR hehe.</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/06/learning-ror-rails-and-mvc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
