<?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</title>
	<atom:link href="http://antoniomaradiaga.com/blog/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>Problemas con System.ServiceModel.Activation.HttpModule</title>
		<link>http://antoniomaradiaga.com/blog/2010/04/problemas-con-system-servicemodel-activation-httpmodule/</link>
		<comments>http://antoniomaradiaga.com/blog/2010/04/problemas-con-system-servicemodel-activation-httpmodule/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 20:05:58 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[.Net 4.0]]></category>
		<category><![CDATA[Configuracion]]></category>
		<category><![CDATA[httpModules]]></category>
		<category><![CDATA[IIS 7.0]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=198</guid>
		<description><![CDATA[Haciendo unas pruebas con .Net Fmwk 4.0 y WCF me encontre con el siguiente problema:
?Could not load type &#8216;System.ServiceModel.Activation.HttpModule&#8217; from assembly &#8216;System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#8242;.
Busque en Google y muchas de las sugerencias eran reinstalar el Fmwk 3.0 y se arregla. Me reuse a hacerlo debido a que estoy haciendo deploy en  IIS 7.0 con .Net [...]]]></description>
			<content:encoded><![CDATA[<p>Haciendo unas pruebas con .Net Fmwk 4.0 y WCF me encontre con el siguiente problema:</p>
<p>?Could not load type &#8216;System.ServiceModel.Activation.HttpModule&#8217; from assembly &#8216;System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#8242;.</p>
<p>Busque en Google y muchas de las sugerencias eran reinstalar el Fmwk 3.0 y se arregla. Me reuse a hacerlo debido a que estoy haciendo deploy en  IIS 7.0 con .Net Fmwk 4.0 y no me deberia de afectar el mismo. Revise mi Web.config y no tengo ningun module agregado en system.web &gt; httpModules. Trate de agregar la siguiente config: <span style="color: #ff0000;">&lt;httpModules&gt;&lt;remove name=&#8221;ServiceModel&#8221; /&gt;&lt;/httpModules&gt;<span style="color: #000000;">y me dio el siguiente error:</span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"> <a href="http://antoniomaradiaga.com/blog/wp-content/uploads/2010/04/ErrorRemoveHTTPModule1.png"><img class="aligncenter size-medium wp-image-200" title="Remove HTTP Module" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2010/04/ErrorRemoveHTTPModule1-300x137.png" alt="" width="300" height="137" /></a></span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">Segun el error en IIS 7.0 no se pueden ni agregar ni eliminar httpmodules en el Web.config. Lo cual me llevo a mi solucion&#8230;.procedi a revisar en IIS (inetmgr.exe). Se van a la carpeta donde se esta publicando el website y seleccionan Modules.</span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"> </span></span><span style="color: #ff0000;"><span style="color: #000000;"> <a href="http://antoniomaradiaga.com/blog/wp-content/uploads/2010/04/IISModules.png"><img class="aligncenter size-medium wp-image-202" title="IISModules" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2010/04/IISModules-300x139.png" alt="" width="300" height="139" /></a></span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">Aqui pueden encontrar el ServiceModel con version 3.0.0.0, proceden a eliminar y listo, todo debe de funcionar perfectamente.</span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"><a href="http://antoniomaradiaga.com/blog/wp-content/uploads/2010/04/RemoveHTTPModule.png"><img class="aligncenter size-medium wp-image-203" title="SystemModel3.0 Module" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2010/04/RemoveHTTPModule-300x182.png" alt="" width="300" height="182" /></a> </span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">Espero mi post les ahorre un dolor de cabeza <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"> </span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"> </span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2010/04/problemas-con-system-servicemodel-activation-httpmodule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Evil?</title>
		<link>http://antoniomaradiaga.com/blog/2010/01/google-evil/</link>
		<comments>http://antoniomaradiaga.com/blog/2010/01/google-evil/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 02:55:32 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Evil]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Nexus One]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=193</guid>
		<description><![CDATA[
Se ha ido convirtiendo poco a poco Google en Evil? Se que ha muchos no les gusta pensar en este tipo de cosas&#8230;.Google empezo ofreciendo muy buenos servicios y hasta ahora todo gratuito, lo cual es buenisimo. Pero si uno analiza la cantidad de informacion que Google maneja de sus usuarios, preocupa bastante a decir [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://antoniomaradiaga.com/blog/wp-content/uploads/2010/01/alg_google-flames.jpg"><img class="aligncenter size-medium wp-image-194" title="Google Flames" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2010/01/alg_google-flames-300x150.jpg" alt="" width="300" height="150" /></a></p>
<p><em>Se ha ido convirtiendo poco a poco Google en Evil?</em> Se que ha muchos no les gusta pensar en este tipo de cosas&#8230;.Google empezo ofreciendo muy buenos servicios y hasta ahora todo gratuito, lo cual es buenisimo. Pero si uno analiza la cantidad de informacion que Google maneja de sus usuarios, preocupa bastante a decir verdad.</p>
<p>Google desde hace mucho tiempo es el mejor search engine que existe&#8230;..desde ese momento sabe nuestras preferencia, gustos, ideas, intereses, etc. Muchos tenemos una cuenta de Gmail, para algunos puede ser su cuenta de correo mas importante. Otros que son &#8220;fans&#8221; de Google utilizan a diario sus diferentes apps, sistemas operativos o companhias, por ejemplo, Android, Google Chrome, Chrome OS, Google Calendar, Google Docs, Google Reader, Google Maps, Google Talk, Picasa, Orkut, YouTube, Blogger, que son algunos de los que se me vienen a mente&#8230;.ahora imaginense la cantidad de informacion que Google sabe de ellos&#8230;.es de preocuparse cierto?</p>
<p><a href="http://antoniomaradiaga.com/blog/wp-content/uploads/2010/01/GoogleDashboard.png"><img class="aligncenter size-medium wp-image-195" title="GoogleDashboard" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2010/01/GoogleDashboard-300x227.png" alt="" width="300" height="227" /></a></p>
<p>Hace un par de meses Google lanzo otra web app llama <a title="Google Dashboard" href="https://www.google.com/dashboard/" target="_blank">Google Dashboard</a>, donde practicamente da un resumen de toda la data que Google maneja de nosotros. Las distintas cuentas que hemos creado, que hemos hecho, documentos, correos, etc&#8230;.</p>
<p>Google no solo esta dominando con su software, pero también esta por lanzar el <a title="Nexus One" href="http://en.wikipedia.org/wiki/Nexus_One">Nexus One</a> (entrando así en el mercado de los Smartphone) y hay un rumor por internet que puede estar creando una <a title="Tablet con HTC" href="http://mashable.com/2010/01/02/google-tablet/" target="_blank">Tablet con HTC</a> (competencia directa del otro rumor de Tablet de Apple). A mi parecer le esta pasando el síndrome de Microsoft que quiere una tajada de todo, aun cuando están entrando muy tarde al mercado.</p>
<p>De verdad me preocupa la cantidad de información que maneja Google&#8230;&#8230;esto es lo que nosotros conocemos y lo que no conocemos?&#8230;..Por eso creo que Google poco a poco se esta convirtiendo en Evil!&#8230;..Me pregunto donde quedo el lema de &#8220;<a title="Don't Be Evil" href="http://en.wikipedia.org/wiki/Don't_be_evil" target="_blank">Don&#8217;t Be Evil</a>&#8220;???</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2010/01/google-evil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Metas para el 2010</title>
		<link>http://antoniomaradiaga.com/blog/2010/01/metas-para-el-2010/</link>
		<comments>http://antoniomaradiaga.com/blog/2010/01/metas-para-el-2010/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 23:28:45 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Metas]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=188</guid>
		<description><![CDATA[Como ha sido una costumbre en los ultimos anhos, me propongo cumplir ciertas cosas durante el anho&#8230;..este anho no es la excepcion.
El Problema de otros anhos es que siempre me propongo unas cosas, cumplo algunas y las otras se me olvidan pq no me acuerdo&#8230;jeje. Este es el proposito de este post.
Seguro voy a estar [...]]]></description>
			<content:encoded><![CDATA[<p>Como ha sido una costumbre en los ultimos anhos, me propongo cumplir ciertas cosas durante el anho&#8230;..este anho no es la excepcion.</p>
<p>El Problema de otros anhos es que siempre me propongo unas cosas, cumplo algunas y las otras se me olvidan pq no me acuerdo&#8230;jeje. Este es el proposito de este post.</p>
<p>Seguro voy a estar updating este post mediante vaya cumpliendolos&#8230;.</p>
<p>1. Llegar a 99 kg.<br />
2. Utilizar mas Social Media y de esta manera aprender mas.<br />
3. Que el trabajo no me consuma tanto este anho como en el 2009 y balancear mi tiempo.<br />
4. Escribir al menos 5 posts mensuales en mi blog.<br />
5. Involucrarme mas en comunidades de Desarrolladores de Honduras.<br />
6. Hacer algo para mejorar el Medio Ambiente. Ser mas &#8220;Green&#8221;.<br />
7. Desarrollar al menos 2 iPhone apps y publicarlas.<br />
8. Aprender SQL Server Analysis Services.<br />
9. Sacar 2 Certificaciones &#8211; TS: Microsoft SQL Server 2008, Business Intelligence Development and Maintenance y TS: Windows Server 2008 Applications Infrastructure, Configuring.<br />
10. Leer al menos 5 libros related con tech.<br />
11. Aprender, aprender y aprender.<br />
12. Cocinar mas y disminuir la cantidad de Fast food consumida.<br />
13. Learn more about Wine.<br />
14. Hacer del 2010 un gran anho!</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2010/01/metas-para-el-2010/feed/</wfw:commentRss>
		<slash:comments>0</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>Update data using 2 or more tables &#8211; T-SQL</title>
		<link>http://antoniomaradiaga.com/blog/2009/10/update-data-using-2-or-more-tables-t-sql/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/10/update-data-using-2-or-more-tables-t-sql/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 16:19:47 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=184</guid>
		<description><![CDATA[It happens quite frequently that I need to update data using data from a different table&#8230; really useful&#8230;
UPDATE a
SET a.Col1 = b.Col1
FROM table1 a JOIN table2 b ON a.Col2 = b.Col2
WHERE &#60;Conditions&#62;
]]></description>
			<content:encoded><![CDATA[<p>It happens quite frequently that I need to update data using data from a different table&#8230; really useful&#8230;</p>
<p>UPDATE a<br />
SET a.Col1 = b.Col1<br />
FROM table1 a JOIN table2 b ON a.Col2 = b.Col2<br />
WHERE &lt;Conditions&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/10/update-data-using-2-or-more-tables-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shrinking a SQL Server Log File</title>
		<link>http://antoniomaradiaga.com/blog/2009/07/shrinking-a-sql-server-log-file/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/07/shrinking-a-sql-server-log-file/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 21:15:54 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=181</guid>
		<description><![CDATA[This script just saved my life  
USE &#60;DatabaseName&#62;
GO
DBCC SHRINKFILE(&#60;LogFileName&#62;, 1)
BACKUP LOG &#60;DatabaseName&#62; WITH TRUNCATE_ONLY
DBCC SHRINKFILE(&#60;LogFileName&#62;, 1)
GO
]]></description>
			<content:encoded><![CDATA[<p>This script just saved my life <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>USE &lt;DatabaseName&gt;<br />
GO<br />
DBCC SHRINKFILE(&lt;LogFileName&gt;, 1)<br />
BACKUP LOG &lt;DatabaseName&gt; WITH TRUNCATE_ONLY<br />
DBCC SHRINKFILE(&lt;LogFileName&gt;, 1)<br />
GO</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/07/shrinking-a-sql-server-log-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning RoR &#8211; Databases&#8230;</title>
		<link>http://antoniomaradiaga.com/blog/2009/06/learning-ror-databases/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/06/learning-ror-databases/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 05:37:01 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=176</guid>
		<description><![CDATA[
I&#8217;m about to start Chapter 8 &#8211; Validating and Testing RoR apps. Just finished the basics of managing Databases, which is a bit different from what I&#8217;m used to do in ASPX or Java with a Backend&#8230;.gotta change the way I think of connecting to a database, which is: Creating stored procedures to insert or [...]]]></description>
			<content:encoded><![CDATA[
<a href='http://antoniomaradiaga.com/blog/2009/06/learning-ror-databases/picture-4-2/' title='Controller'><img width="150" height="150" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/Picture-4-150x150.png" class="attachment-thumbnail" alt="" title="Controller" /></a>
<a href='http://antoniomaradiaga.com/blog/2009/06/learning-ror-databases/picture-5/' title='Model'><img width="150" height="150" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/Picture-5-150x150.png" class="attachment-thumbnail" alt="" title="Model" /></a>

<p><a href="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/Picture-4.png"></a></p>
<p>I&#8217;m about to start Chapter 8 &#8211; Validating and Testing RoR apps. Just finished the basics of managing Databases, which is a bit different from what I&#8217;m used to do in ASPX or Java with a Backend&#8230;.gotta change the way I think of connecting to a database, which is: Creating stored procedures to insert or extract data, some other SP&#8217;s to update data or using Linq to generate queries to the DB.</p>
<p>When talking about managing data in databases things are really different in RoR. RoR generates everything for you, so far I haven&#8217;t written a SINGLE query (besides the create table queries)&#8230;.I kinda miss writing queries <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> . But still, is cool how RoR takes care of it. Although there are a couple of constraints here, for e.g. naming convention in your models (this are the ones manipulating the data).</p>
<p>Also, this is just my second real experience with MVC (previous one was with SAP Java WebDynpro, which I didn&#8217;t like that much). I&#8217;ve read a lot about it and how it works and everything else, but I&#8217;m not an expert in this matter&#8230;.afterwards, I&#8217;ll definitely have to go back to Chapter 7 (Working with Databases) and review it and practice till I really understand fully how MVC works in RoR.</p>
<p>So far, this is what I&#8217;ve understand:</p>
<p>Views -&gt; Anything you want to display goes here (this is obvious).</p>
<p>Models -&gt; Interaction with the DB and Ruby classes.</p>
<p>Controllers -&gt; Manages data and actions between Views and Models.</p>
<p>Still liking a lot the simplicity and functionalities of RoR, but in order to fully understand everything, I&#8217;ve got to change my way of thinking while programming in RoR. This has become my priority #1 in &#8220;Learning RoR&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/06/learning-ror-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO &#8211; Display Hidden Files in Mac OSX Finder</title>
		<link>http://antoniomaradiaga.com/blog/2009/06/display-hidden-files-mac/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/06/display-hidden-files-mac/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 17:15:18 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=171</guid>
		<description><![CDATA[
1. Open Terminal (Applicationes &#62; Utilities &#62; Terminal.app) 
2. Write the following: &#8220;defaults write com.apple.Finder AppleShowAllFiles YES&#8221; and hit Enter. Don&#8217;t close the Terminal you&#8217;ll need it in the next step&#8230;
3. Restart Finder. You can achieve this by writing the following command: &#8220;killall Finder&#8221;
Now you&#8217;re able to see all the hidden files and folders in Finder.
To hide the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-172  aligncenter" title="Finder_icon" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/Finder_icon.png" alt="Finder_icon" width="128" height="128" /></p>
<p>1. Open Terminal (Applicationes &gt; Utilities &gt; Terminal.app) </p>
<p>2. Write the following: &#8220;defaults write com.apple.Finder AppleShowAllFiles YES&#8221; and hit Enter. Don&#8217;t close the Terminal you&#8217;ll need it in the next step&#8230;</p>
<p>3. Restart Finder. You can achieve this by writing the following command: &#8220;killall Finder&#8221;</p>
<p>Now you&#8217;re able to see all the hidden files and folders in Finder.</p>
<p>To hide the files again just run the command specified in #2, but instead of YES write NO, then restart Finder.</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/06/display-hidden-files-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera Unite</title>
		<link>http://antoniomaradiaga.com/blog/2009/06/opera-unite/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/06/opera-unite/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 12:46:28 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Unite]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=164</guid>
		<description><![CDATA[
What is Opera Unite?
Opera Unite is a unique technology that turns any computer or device running Opera into a Web server. In other words, your computer (running Opera Unite) is truly part of the fabric of the Web, rather than just interacting with it, and it’s something anyone can use. With Opera Unite, everyday non-technical [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-166    aligncenter" title="icon-unite" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/icon-unite.gif" alt="icon-unite" width="72" height="64" /></p>
<p>What is <a href="http://unite.opera.com/">Opera Unite</a>?</p>
<blockquote><p>Opera Unite is a unique technology that turns any computer or device running Opera into a Web server. In other words, your computer (running Opera Unite) is truly part of the fabric of the Web, rather than just interacting with it, and it’s something anyone can use. With Opera Unite, everyday non-technical users can serve and share content and services directly from their own computers in the form of intuitive applications. Opera Unite allows you to easily share your data: photos, music, notes and other files. You can even run chat rooms and host entire Web sites with Opera Unite. It puts the power of a Web server in your browser, giving you greater privacy and flexibility than other online services.</p></blockquote>
<p>This looks promising&#8230;.sharing media, files, and chat with family and friends, all in one place without the need of creating different accounts (e.g. Flickr, YouTube, Facebook, IM, Web hosting).</p>
<p>The power of hosting all your info in a single place, under your control, not depending on &#8220;the cloud&#8221;. Being able to restrict access just to people you know. Privacy.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/D5hr-6cw4M8&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/D5hr-6cw4M8&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;hl=en&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Now that its becoming more and more common to have at home a media server, this would be a great way to share personal stuff with your family. And best of all, you can access it from anywhere, just need internet access.</p>
<p>Its open for Developers to create new &#8220;Unite Services&#8221;, so features could be endless&#8230;.</p>
<p>This is a really good idea, now we just have to wait and see if people will adopt it.</p>
<p><a href="http://snapshot.opera.com/windows/o100s_1589.exe">Opera Unite build for Windows</a><br />
<a href="http://snapshot.opera.com/mac/o100s_6510.dmg">Opera Unite build for Mac</a></p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/06/opera-unite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
