<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://jorgeferrer.com/portal" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>jorge&#039;s blog</title>
 <link>http://jorgeferrer.com/portal/blog/1</link>
 <description></description>
 <language>en</language>
<item>
 <title>Yesterday I bought my first proprietary software license</title>
 <link>http://jorgeferrer.com/portal/node/15</link>
 <description>&lt;p&gt;Yesterday I bought a License of &lt;a href=&quot;http://www.humanized.com/products/enso/launcher/&quot;&gt;Enso Launcher&lt;/a&gt; and I realized that it&#039;s the first license that I&#039;ve ever bought voluntarily. &lt;/p&gt;
&lt;p&gt;First of all I want to clarify that doesn&#039;t mean that all of the other software I&#039;m using doesn&#039;t have a license, it&#039;s just that it came with the computer or it does not require a license. In fact I usually use only open source software with very few exceptions.&lt;/p&gt;
&lt;p&gt;So what is &lt;a href=&quot;http://www.humanized.com/products/enso/launcher/&quot;&gt;Enso Launcher&lt;/a&gt; and why did I buy a license? It is a product meant to make the computer easier to use inspired by the ideas of Jeff Raskin in The Humane Interface. I really enjoyed reading that book so it was great to see that someone had made it real. Accidentally I&#039;ve been using Windows for a while and really missed the command line, so Enso was a perfect fit for me. They are really showing how good a command interface can be (emacs users already knew, enso has a lot of the concepts of emacs commands but with an improved UI).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jorgeferrer.com/portal/node/15&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jorgeferrer.com/portal/node/15#comment</comments>
 <category domain="http://jorgeferrer.com/portal/taxonomy/term/2">Tech Blog</category>
 <category domain="http://jorgeferrer.com/portal/taxonomy/term/17">usability foss</category>
 <pubDate>Thu, 01 Mar 2007 03:24:57 -0600</pubDate>
 <dc:creator>jorge</dc:creator>
 <guid isPermaLink="false">15 at http://jorgeferrer.com/portal</guid>
</item>
<item>
 <title>A portlet dev. environment using maven2</title>
 <link>http://jorgeferrer.com/portal/node/14</link>
 <description>&lt;p&gt;Today I wanted to start a prototype portlet and thought that instead of wasting time creating my environment with ant I could use that same time learning maven2 and creating the environment with it.&lt;/p&gt;
&lt;p&gt;I used maven for EasyConf and some projects in Germinus so I wasn&#039;t expecting it to be hard. Overall I was very pleased with the great improvements of Maven2 over Maven1. In particular I think that idea of defining a lifecycle is just brilliant.&lt;/p&gt;
&lt;p&gt;But unfortunately I&#039;ve also found some annoying problems. First of all the documentation has improved a lot since I first used maven, but it still feels very short. Being used to ant I often found myself with questions to which I couldn&#039;t find an answer. After reading some articles I finally found a book about maven written by Vincent Massol et al and sponsored by Mergere. If you want to learn about Maven I strongly recommend starting with it:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jorgeferrer.com/portal/node/14&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jorgeferrer.com/portal/node/14#comment</comments>
 <category domain="http://jorgeferrer.com/portal/taxonomy/term/3">Article</category>
 <category domain="http://jorgeferrer.com/portal/taxonomy/term/16">portlets maven2</category>
 <pubDate>Sun, 28 Jan 2007 14:33:38 -0600</pubDate>
 <dc:creator>jorge</dc:creator>
 <guid isPermaLink="false">14 at http://jorgeferrer.com/portal</guid>
</item>
<item>
 <title>Great news for microformats: Yahoo Local is using them!</title>
 <link>http://jorgeferrer.com/portal/node/13</link>
 <description>&lt;p&gt;A post in Yahoo&#039;s blogs dated June 21st 2006 says &lt;a href=&quot;http://ylocalblog.com/blog/2006/06/21/we-now-support-microformats/&quot;&gt;We Now Support Microformats&lt;/a&gt; where thay state:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
Yahoo! Local fully supports the hCalendar, hCard, and hReview microformats on almost all business listings, search results, events, and reviews.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I think that wide adoption by widely use portals was the next step for the success of microformats. In the near future we&#039;ll likely see more and more tools that make use of them. I would bet some money that Firefox extensions will come very quickl&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jorgeferrer.com/portal/node/13&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jorgeferrer.com/portal/node/13#comment</comments>
 <category domain="http://jorgeferrer.com/portal/taxonomy/term/3">Article</category>
 <category domain="http://jorgeferrer.com/portal/taxonomy/term/15">microformats</category>
 <pubDate>Sat, 29 Jul 2006 13:49:47 -0500</pubDate>
 <dc:creator>jorge</dc:creator>
 <guid isPermaLink="false">13 at http://jorgeferrer.com/portal</guid>
</item>
<item>
 <title>REST support in Rails 1.2: it&#039;s just superb!</title>
 <link>http://jorgeferrer.com/portal/node/12</link>
 <description>&lt;p&gt;Probably the most important change in the next version of Ruby on Rails, 1.2, will be its embracing of the REST style of developing web applications. I started learning about Rails and REST at the same time and quickly got excited about both of them so in my opinion is a great thing that we can now get the benefits of both at the same time.&lt;/p&gt;
&lt;p&gt;Just as a quick summary: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;REST is about using the full power of HTTP, which is a lot more that most of us thought. URLs should point to resources and the HTTP verbs (GET, POST, PUT, DELETE) should be used with a meaning.
&lt;li&gt;Ruby on Rails is a web development framework developed with the Ruby language. It comes with its own development environment and provides libraries for the whole stack from the frontend to the database backend. It&#039;s motto is to &lt;i&gt;use convention over configuration&lt;/i&gt; and I can tell you that it really pays of.&lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;http://jorgeferrer.com/portal/node/12&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jorgeferrer.com/portal/node/12#comment</comments>
 <category domain="http://jorgeferrer.com/portal/taxonomy/term/3">Article</category>
 <category domain="http://jorgeferrer.com/portal/taxonomy/term/13">rest</category>
 <category domain="http://jorgeferrer.com/portal/taxonomy/term/14">ruby on rails</category>
 <pubDate>Wed, 26 Jul 2006 16:10:37 -0500</pubDate>
 <dc:creator>jorge</dc:creator>
 <guid isPermaLink="false">12 at http://jorgeferrer.com/portal</guid>
</item>
</channel>
</rss>
