<?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; Codigo</title>
	<atom:link href="http://antoniomaradiaga.com/blog/category/codigo/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>Fixing Orphan Users on SQL Server</title>
		<link>http://antoniomaradiaga.com/blog/2009/11/fixing-orphan-users-on-sql-server/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/11/fixing-orphan-users-on-sql-server/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 21:08:52 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Orphan]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Username]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=186</guid>
		<description><![CDATA[2 queries to find and fix orphan users on a SQL Server Database&#8230;
sp_change_users_login
Displays which users have no login name mapped to them
sp_change_users_login &#8216;Report&#8217;
Update an orphan username
sp_change_users_login &#8216;Update_One&#8217;, &#8216;username&#8217;, &#8216;login_username&#8217;
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>2 queries to find and fix orphan users on a SQL Server Database&#8230;</p>
<p>sp_change_users_login</p>
<p>Displays which users have no login name mapped to them<br />
sp_change_users_login &#8216;Report&#8217;</p>
<p>Update an orphan username<br />
sp_change_users_login &#8216;Update_One&#8217;, &#8216;username&#8217;, &#8216;login_username&#8217;</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/11/fixing-orphan-users-on-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>Aprendiendo ROR &#8211; Ruby</title>
		<link>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-ruby/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-ruby/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 06:03:08 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=152</guid>
		<description><![CDATA[
Definitivamente con el libro que habia empezado era demasiado avanzado, asi que tuve que buscar otro libro para aprender&#8230;.uno que fuera mas para beginner  . Entonces ahora estoy aprendiendo con uno que se llama &#8220;Beginnning Ruby on Rails&#8221; (hasta ahorita muy bueno y sencillisimo para aprender).
Que he aprendido hasta ahora?
Pues lo basico&#8230;.variables, condiciones, casos, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-151" title="BeginningROR" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/beginning-ruby-on-rails1-237x300.jpg" alt="BeginningROR" width="237" height="300" /></p>
<p>Definitivamente con el libro que habia empezado era demasiado avanzado, asi que tuve que buscar otro libro para aprender&#8230;.uno que fuera mas para beginner <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Entonces ahora estoy aprendiendo con uno que se llama &#8220;<a href="http://www.amazon.com/Beginning-Ruby-Rails-Wrox-Guides/dp/0470069155" target="_blank">Beginnning Ruby on Rails</a>&#8221; (hasta ahorita muy bueno y sencillisimo para aprender).</p>
<p><strong>Que he aprendido hasta ahora?</strong></p>
<p>Pues lo basico&#8230;.variables, condiciones, casos, clases, metodos, funciones, modulos&#8230;.me gusta mucho, bien flexible. Un poco bastante distinto a lo que estoy acostumbrado, me hace falta ponerle punto y coma ( ; ) despues del final de todas las lineas de codigo jeje (demasiado acostumbrado a C# y Java). No se definen los tipos de las variables. Y todo puede ser programado en un simple Text Editor, muy distinto si se esta acostumbrado a IDEs y code snippets&#8230;</p>
<p>He terminado los primeros 3 capitulos de este libro, que son de puro Ruby. Ahora parece que viene lo bonito <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , voy a empezar a aprender Rails! Cada vez se pone mas y mas interesante&#8230;.de verdad que no quiero ir a dormir y solo quiero continuar aprendiendo!</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aprendiendo ROR &#8211; Intro (Problema #1)!</title>
		<link>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-intro-problema-1/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-intro-problema-1/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 00:31:05 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=140</guid>
		<description><![CDATA[Casi al final de la Introduction de &#8220;The Rails Way&#8221; sale lo siguiente:
This book is not a tutorial or basic introduction to Ruby or Rails. It is meant as a day-to-day reference for the full-time Rails developer. At times we delve deep into the Rails codebase to illustrate why Rails behaves the way that it [...]]]></description>
			<content:encoded><![CDATA[<p>Casi al final de la Introduction de &#8220;The Rails Way&#8221; sale lo siguiente:</p>
<blockquote><p>This book is not a tutorial or basic introduction to Ruby or Rails. It is meant as a day-to-day reference for the full-time Rails developer. At times we delve deep into the Rails codebase to illustrate why Rails behaves the way that it does, and present snippets of actual Rails code. The more confident reader might be able to get started in Rails using just this book, extensive online resources, and his wits, but there are other publications that are more introductory in nature and might be a wee bit more appropriate for beginners.</p></blockquote>
<p>Creo que tengo un SERIO problema, ya que yo soy un beginner jeje, vamos a ver si puedo continuar con el mismo o busco otro&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-intro-problema-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aprendiendo ROR (Ruby on Rails) &#8211; Intro</title>
		<link>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-ruby-on-rails-intro/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-ruby-on-rails-intro/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 22:57:36 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=130</guid>
		<description><![CDATA[
Hola, despues de mucho tiempo de no poner ningun Post&#8230;..
Pienso hacer una pequenha bitacora de como va avanzando mi aprendizaje de ROR. Despues de analizar un poco lo que es GWT (Google Web Toolkit) y ROR, y ver cual de los pros y contras de ambos, me he inclinado por ROR.
Hay bastante gente desarrollando para [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-131" title="ruby-on-rails" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/ruby-on-rails-300x187.jpg" alt="ruby-on-rails" width="300" height="187" /></p>
<p>Hola, despues de mucho tiempo de no poner ningun Post&#8230;..</p>
<p>Pienso hacer una pequenha bitacora de como va avanzando mi aprendizaje de ROR. Despues de analizar un poco lo que es GWT (Google Web Toolkit) y ROR, y ver cual de los pros y contras de ambos, me he inclinado por ROR.</p>
<p>Hay bastante gente desarrollando para ROR y cada vez se escucha mas demanda por desarrolladores ROR. Aparte que hace mucho tiempo que quiero aprenderlo <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>Para empezar, voy con el libro escrito por Obie Fernandez llamado <a href="http://www.amazon.com/Rails-Way-Addison-Wesley-Professional-Ruby/dp/0321445619/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1244414653&amp;sr=8-1" target="_blank">The Rails Way</a> (Highly recommended por mucha gente en Internet). Ahora estoy leyendo la introduccion&#8230;.de aqui a poco estoy montando el sistema en mi Mac y vamos a ver como me va. <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Really looking fwd a manejar bien ROR!</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/06/aprendiendo-ror-ruby-on-rails-intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aprender a Leer</title>
		<link>http://antoniomaradiaga.com/blog/2008/09/aprender-a-leer/</link>
		<comments>http://antoniomaradiaga.com/blog/2008/09/aprender-a-leer/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 07:31:54 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Aprender]]></category>
		<category><![CDATA[Leer]]></category>
		<category><![CDATA[Tiempo]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=63</guid>
		<description><![CDATA[Algo que me pasa repetidamente es que pierdo demasiado tiempo en cosas insignificantes&#8230;cosas que uno da por hechas o las paso por alto debido a su simplicidad. Por ejemplo, entre ayer y hoy perdí alrededor de unas 3 a 4 horas en un problema que era de lo más sencillo&#8230;.pq perdí tanto tiempo en algo [...]]]></description>
			<content:encoded><![CDATA[<p>Algo que me pasa repetidamente es que pierdo demasiado tiempo en cosas insignificantes&#8230;cosas que uno da por hechas o las paso por alto debido a su simplicidad. Por ejemplo, entre ayer y hoy perdí alrededor de unas 3 a 4 horas en un problema que era de lo más sencillo&#8230;.pq perdí tanto tiempo en algo tan sencillo&#8230;.por no leer. Es increible la cantidad de veces que me ha pasado esto, algo que no me debería de pasar pero me sigue pasando y todo por no leer. Por eso tengo que regresar a lo básico&#8230;leer, posteriormente entender y por último resolver.</p>
<p>Creo que esto puede ser muy útil para muchos como yo&#8230;que por resolver un problema rápido termina perdiendo más tiempo del que hubiera tomado LEER y resolver el problema.</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2008/09/aprender-a-leer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utilizar el Zune como Disco Duro</title>
		<link>http://antoniomaradiaga.com/blog/2008/04/utilizar-el-zune-como-disco-duro/</link>
		<comments>http://antoniomaradiaga.com/blog/2008/04/utilizar-el-zune-como-disco-duro/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 13:24:07 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[Musica]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Zune]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=22</guid>
		<description><![CDATA[
Pues buscando en Internet encontre un par de maneras de como hacer para poder utilizar el Zune como Disco Duro y poder almacenar datos, asi como tambien extraer informacion de la que contiene  .
Segun las soluciones que encontre hay que meterse al regedit y buscar las llaves creadas por el Zune&#8230;.pero bueno eso esta [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bp2.blogger.com/_q6vR2LBxoE8/R_xultd2ijI/AAAAAAAAADc/THeaGeaLVhE/s1600-h/ZuneHD.PNG"><img id="BLOGGER_PHOTO_ID_5187142464962988594" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" src="http://bp2.blogger.com/_q6vR2LBxoE8/R_xultd2ijI/AAAAAAAAADc/THeaGeaLVhE/s320/ZuneHD.PNG" border="0" alt="" /></a></p>
<div>Pues buscando en Internet encontre un par de maneras de como hacer para poder utilizar el Zune como Disco Duro y poder almacenar datos, asi como tambien extraer informacion de la que contiene <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</div>
<div>Segun las soluciones que encontre hay que meterse al regedit y buscar las llaves creadas por el Zune&#8230;.pero bueno eso esta algo complicado y bien delicado meterse al regedit a modificar llaves. Asi que decidi crear una aplicacion para facilitar esto.</div>
<div>Por si desean utilizar esta aplicacion, <a href="http://cid-1acf29cf1684e9d8.skydrive.live.com/self.aspx/Public/ZuneHD.rar">pueden bajarla de aqui</a>.</div>
<div>Solo es de dar click en Patch y listo (Por si desean dejar los valores originales es de dar click en el boton Set Original Values). Ahora puedo accesar la info de mi Zune <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> .</div>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2008/04/utilizar-el-zune-como-disco-duro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Esto es todo lo que tengo que decir&#8230;.</title>
		<link>http://antoniomaradiaga.com/blog/2007/01/esto-es-todo-lo-que-tengo-que-decir/</link>
		<comments>http://antoniomaradiaga.com/blog/2007/01/esto-es-todo-lo-que-tengo-que-decir/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 01:38:13 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[VB .Net]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=10</guid>
		<description><![CDATA[No me crean a mi, no hay problema&#8230;.El Codigo habla por si solo&#8230;.
Control.CheckForIllegalCrossThreadCalls = False
]]></description>
			<content:encoded><![CDATA[<p>No me crean a mi, no hay problema&#8230;.El Codigo habla por si solo&#8230;.</p>
<p>Control.CheckForIllegalCrossThreadCalls = False</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2007/01/esto-es-todo-lo-que-tengo-que-decir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
