<?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; Uncategorized</title>
	<atom:link href="http://antoniomaradiaga.com/blog/category/uncategorized/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>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>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>WebConfLatino 2009</title>
		<link>http://antoniomaradiaga.com/blog/2009/06/webconflatino-2009/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/06/webconflatino-2009/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 23:09:43 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/2009/06/webconflatino-2009/</guid>
		<description><![CDATA[

Este viernes pasado tuve la oportunidad de ir al WebConfLatino 2009 en el Hotel Clarion de Tegucigalpa.
Que es WebConfLatino?
Es una conferencia internacional enfocada en dar a conocer y promover el bueno uso de las nuevas tecnologías de Web en los negocios. Está dirigida a estudiantes y profesionales de todo Centro América interesados en adquirir nuevos [...]]]></description>
			<content:encoded><![CDATA[<p><a title="photo sharing" href="http://www.flickr.com/photos/39211850@N06/3604186011/">
<a href='http://antoniomaradiaga.com/blog/2009/06/webconflatino-2009/webconflatino/' title='Logo'><img width="150" height="150" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/webconflatino-150x150.jpg" class="attachment-thumbnail" alt="" title="Logo" /></a>
<a href='http://antoniomaradiaga.com/blog/2009/06/webconflatino-2009/3604186011_03d6378c93/' title='WebConfLatino'><img width="150" height="150" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2009/06/3604186011_03d6378c93-150x150.jpg" class="attachment-thumbnail" alt="" title="WebConfLatino" /></a>
<a href='http://antoniomaradiaga.com/blog/2009/06/webconflatino-2009/l-250-188-f0e631e0-2ce7-41a3-a83c-9ecd7911c381jpeg/' title='l-250-188-f0e631e0-2ce7-41a3-a83c-9ecd7911c381.jpeg'><img width="150" height="150" src="http://antoniomaradiaga.com/blog/wp-content/uploads/2008/09/l-250-188-f0e631e0-2ce7-41a3-a83c-9ecd7911c381-150x150.jpg" class="attachment-thumbnail" alt="" title="l-250-188-f0e631e0-2ce7-41a3-a83c-9ecd7911c381.jpeg" /></a>
<br />
</a></p>
<p>Este viernes pasado tuve la oportunidad de ir al <a href="http://www.webconflatino.com/2009/">WebConfLatino 2009</a> en el Hotel Clarion de Tegucigalpa.</p>
<p>Que es WebConfLatino?<br />
Es una conferencia internacional enfocada en dar a conocer y promover el bueno uso de las nuevas tecnologías de Web en los negocios. Está dirigida a estudiantes y profesionales de todo Centro América interesados en adquirir nuevos conocimientos acerca de las oportunidades que brinda la Web.</p>
<p>Algunos de los expositores que estuvieron en WebConfLatino 2009:<br />
Alejandro Villanueva &#8211; Google Inc.<br />
Alex de Carvalho &#8211; StartPR.com<br />
Obie Fernandez &#8211; Hashrocket<br />
Alexander Schek &#8211; FayerWayer<br />
Edgares Futch &#8211; UNITEC<br />
Christian Van Der Henst &#8211; Maestros del Web</p>
<p>Excelente evento montado por por Alejandro Corpeño y Roberto Brevé de la empresa Icoms Technologies y co-fundadores de los sitios tuBabel.com y Blipea.com.</p>
<p>Acaba de pasar el evento y ya quiero que sea el 2010 para ir a WebConfLatino 2010 jeje <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/2009/06/webconflatino-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>G-Speak</title>
		<link>http://antoniomaradiaga.com/blog/2008/11/g-speak/</link>
		<comments>http://antoniomaradiaga.com/blog/2008/11/g-speak/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 14:13:52 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=124</guid>
		<description><![CDATA[No words to describe it&#8230;..must see&#8230;.It&#8217;ll blow your mind&#8230;.

g-speak overview 1828121108 from john underkoffler on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p>No words to describe it&#8230;..must see&#8230;.It&#8217;ll blow your mind&#8230;.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="225" 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://vimeo.com/moogaloop.swf?clip_id=2229299&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://vimeo.com/moogaloop.swf?clip_id=2229299&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a href="http://vimeo.com/2229299">g-speak overview 1828121108</a> from <a href="http://vimeo.com/user922585">john underkoffler</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2008/11/g-speak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Triste realidad de un amante de la Tecnologia</title>
		<link>http://antoniomaradiaga.com/blog/2008/11/triste-realidad-de-un-amante-de-la-tecnologia/</link>
		<comments>http://antoniomaradiaga.com/blog/2008/11/triste-realidad-de-un-amante-de-la-tecnologia/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 13:04:05 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Realidad]]></category>
		<category><![CDATA[Triste]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=95</guid>
		<description><![CDATA[&#8220;… Ese va a ser mi siguiente&#8221; o
&#8220;es-lo-último-que-me-compro.&#8221;
Cuantas veces me ha pasado esto? Innumerables veces y cada vez es peor ya que cada vez hay mas Gadgets deseables  
Source
]]></description>
			<content:encoded><![CDATA[<p>&#8220;… Ese va a ser mi siguiente&#8221; o</p>
<p><em>&#8220;es-lo-último-que-me-compro.&#8221;</em></p>
<p>Cuantas veces me ha pasado esto? Innumerables veces y cada vez es peor ya que cada vez hay mas Gadgets deseables <img src='http://antoniomaradiaga.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><a href="http://www.microsiervos.com/archivo/frases-citas/comprar-comprar-gadgets.html">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2008/11/triste-realidad-de-un-amante-de-la-tecnologia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
