<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="" type="text/css"?>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:dcterms="http://purl.org/dc/terms/"
         xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
         xmlns:rss="http://purl.org/rss/1.0/"
         xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <rss:channel rdf:about="http://www.arquetipos.co.cr/blog">

        <rss:title>Development blog</rss:title>
        <rss:link>http://www.arquetipos.co.cr/blog</rss:link>

        
        <rss:description>Development blog RSS 1.0 feed.</rss:description>

        <rss:image rdf:resource="http://www.arquetipos.co.cr/logo.png"/>

        <sy:updatePeriod>daily</sy:updatePeriod>
        <sy:updateFrequency>1</sy:updateFrequency>

        <rss:items>
            <rdf:Seq>
                
                <rdf:li rdf:resource="http://www.arquetipos.co.cr/blog/archive/2009/03/06/image-tools-1.0.4-released"/>
                
                
                <rdf:li rdf:resource="http://www.arquetipos.co.cr/blog/archive/2008/11/21/Bridged-VMware-interfaces-on-ThePlanet.com"/>
                
                
                <rdf:li rdf:resource="http://www.arquetipos.co.cr/blog/archive/2008/11/16/ImageTools-1.0.3"/>
                
                
                <rdf:li rdf:resource="http://www.arquetipos.co.cr/blog/archive/2008/11/03/grails-encryption-plugin-now-on-github"/>
                
                
                <rdf:li rdf:resource="http://www.arquetipos.co.cr/blog/archive/2008/11/02/currencies-plugin-now-on-github"/>
                
                
                <rdf:li rdf:resource="http://www.arquetipos.co.cr/blog/archive/2008/10/27/grails-image-tools-1.0.2-released"/>
                
                
                <rdf:li rdf:resource="http://www.arquetipos.co.cr/blog/archive/2008/03/01/encryption-plugin-documentation-updated"/>
                
                
                <rdf:li rdf:resource="http://www.arquetipos.co.cr/blog/archive/2008/02/29/grails-currencies-plugin-updated"/>
                
                
                <rdf:li rdf:resource="http://www.arquetipos.co.cr/blog/archive/2008/02/12/grails-encryption-plugin"/>
                
                
                <rdf:li rdf:resource="http://www.arquetipos.co.cr/blog/archive/2007/12/18/grails-currencies-plugin"/>
                
            </rdf:Seq>
        </rss:items>
    </rss:channel>

    <rss:image rdf:about="http://www.arquetipos.co.cr/logo.png">
        <rss:title>Development blog</rss:title>
        <rss:link>http://www.arquetipos.co.cr/blog</rss:link>
        <rss:url>http://www.arquetipos.co.cr/logo.png</rss:url>
    </rss:image>

    

    <rss:item rdf:about="http://www.arquetipos.co.cr/blog/archive/2009/03/06/image-tools-1.0.4-released">

        <rss:title>Image Tools 1.0.4 released</rss:title>

        <rss:link>http://www.arquetipos.co.cr/blog/archive/2009/03/06/image-tools-1.0.4-released</rss:link>       

        

        <content:encoded>
          <![CDATA[
          
<p>We have released a small update to the Image Tools plugin, adding a function contributed by Paul Bowler to get the current resulting image as a byte array.&nbsp; You can view the <a href="http://www.grails.org/ImageTools+plugin">updated documentation</a> at the Grails site or <a href="files/grails-image-tools-1.0.4.zip">download the package directly</a>.</p>

          ]]>
        </content:encoded>        

        <dc:date>2009-03-06T23:35:10-06:00</dc:date>

        <dcterms:modified>2009-03-06T23:35:10-06:00</dcterms:modified>

        <dc:creator>Ricardo J. Méndez</dc:creator>

        

        
            <dc:subject>grails</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.arquetipos.co.cr/blog/archive/2008/11/21/Bridged-VMware-interfaces-on-ThePlanet.com">

        <rss:title>Bridged VMware interfaces</rss:title>

        <rss:link>http://www.arquetipos.co.cr/blog/archive/2008/11/21/Bridged-VMware-interfaces-on-ThePlanet.com</rss:link>       

        

        <content:encoded>
          <![CDATA[
          
<p>This is mostly so that we don't forget, but if you're doing VMware server configuration on a dedicated server on ThePlanet.com, and looking at all the eth0, eth1:1, etc. interfaces wondering which one you 're supposed to bridge with - it's <strong>eth1</strong>.</p>
<p>Also, I strongly advise you remain with VMware 1.0.7 for the time being.&nbsp; We "upgraded" to VMware 2 and had a strange bug where two properly-confiugred VMs wouldn't stay up at the same time. No interface clashes, no MAC conflicts, nothing - one of them would just power off for no reason when the other came up.</p>

          ]]>
        </content:encoded>        

        <dc:date>2008-11-21T22:11:36-06:00</dc:date>

        <dcterms:modified>2008-11-21T22:11:38-06:00</dcterms:modified>

        <dc:creator>Ricardo J. Méndez</dc:creator>

        

        
            <dc:subject>vmware</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.arquetipos.co.cr/blog/archive/2008/11/16/ImageTools-1.0.3">

        <rss:title>ImageTools 1.0.3</rss:title>

        <rss:link>http://www.arquetipos.co.cr/blog/archive/2008/11/16/ImageTools-1.0.3</rss:link>       

        

        <content:encoded>
          <![CDATA[
          
<p>We have released the Grails Image Tools plugin 1.0.3, with some additions sent in by Mohamed Seifeddine:</p>
<ul><li>Removed mediaLib acceleration by default.</li><li>Added methods for using SubsampleAverage on creating thumbnails.</li></ul>
<p>&nbsp;</p>
You can install it by downloading the package from <a href="files/grails-image-tools-1.0.3.zip">here</a>.

          ]]>
        </content:encoded>        

        <dc:date>2008-11-16T11:05:00-06:00</dc:date>

        <dcterms:modified>2008-11-17T03:01:21-06:00</dcterms:modified>

        <dc:creator>Ricardo J. Méndez</dc:creator>

        

        
            <dc:subject>grails</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.arquetipos.co.cr/blog/archive/2008/11/03/grails-encryption-plugin-now-on-github">

        <rss:title>Grails encryption plugin now on GitHub</rss:title>

        <rss:link>http://www.arquetipos.co.cr/blog/archive/2008/11/03/grails-encryption-plugin-now-on-github</rss:link>       

        

        <content:encoded>
          <![CDATA[
          
<p>Since we're on a release roll, I've uploaded the <a href="http://github.com/ricardojmendez/grails-encryption/tree/master">encryption plugin to GitHub</a>.</p>

          ]]>
        </content:encoded>        

        <dc:date>2008-11-03T10:29:28-06:00</dc:date>

        <dcterms:modified>2008-11-03T10:29:28-06:00</dcterms:modified>

        <dc:creator>Ricardo J. Méndez</dc:creator>

        

        
            <dc:subject>encryption</dc:subject>
        
        
            <dc:subject>grails</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.arquetipos.co.cr/blog/archive/2008/11/02/currencies-plugin-now-on-github">

        <rss:title>Currencies plugin now on GitHub</rss:title>

        <rss:link>http://www.arquetipos.co.cr/blog/archive/2008/11/02/currencies-plugin-now-on-github</rss:link>       

        

        <content:encoded>
          <![CDATA[
          
<p>Since <a href="http://grailscrowd.com/members/siva">Siva</a> requested to participate on the <a href="http://grailscrowd.com/projects/44">Currencies plugin on GrailsCrowd</a>, I've decided it was time to upload it to GitHub.&nbsp; <a href="http://github.com/ricardojmendez/grails-currencies/tree">Here is the repository</a>. Enjoy!</p>

          ]]>
        </content:encoded>        

        <dc:date>2008-11-02T17:21:04-06:00</dc:date>

        <dcterms:modified>2008-11-02T17:21:04-06:00</dcterms:modified>

        <dc:creator>Ricardo J. Méndez</dc:creator>

        

        
            <dc:subject>grails</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.arquetipos.co.cr/blog/archive/2008/10/27/grails-image-tools-1.0.2-released">

        <rss:title>Grails Image Tools 1.0.2 released</rss:title>

        <rss:link>http://www.arquetipos.co.cr/blog/archive/2008/10/27/grails-image-tools-1.0.2-released</rss:link>       

        

        <content:encoded>
          <![CDATA[
          
<p>I have updated the ImageTools plugin to 1.0.2 and released it.&nbsp; You can find at the usual place <a href="http://www.grails.org/ImageTools+plugin" target="_blank">on the Grails site</a>.<br />
<br />
This version contains:</p>
<ul><li>
A workaround for a JAI 1.1.3 bug <a href="http://forums.sun.com/thread.jspa?messageID=9495846">described here</a>, kindly implemented by Ethan Larson</li><li>Some new functions for thumbnails submitted by Mohamed (I don't have a last name, but I'm sure he reads the list)</li><li>Some minor updates.</li></ul>
<ul><li><br /></li></ul>
<p>
Caveat emptor: it has been barely
tested, since things are crazy but I did not want to delay putting the
code out there anymore, so do let me know if you find any issues.</p>
As of this version the whole thing is <a href="http://github.com/ricardojmendez/grails-imagetools/tree/master" target="_blank">also available on GitHub</a>. 
          ]]>
        </content:encoded>        

        <dc:date>2008-10-27T12:35:00-06:00</dc:date>

        <dcterms:modified>2008-10-27T12:46:32-06:00</dcterms:modified>

        <dc:creator>Ricardo J. Méndez</dc:creator>

        

        
            <dc:subject>grails</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.arquetipos.co.cr/blog/archive/2008/03/01/encryption-plugin-documentation-updated">

        <rss:title>Encryption plugin documentation updated</rss:title>

        <rss:link>http://www.arquetipos.co.cr/blog/archive/2008/03/01/encryption-plugin-documentation-updated</rss:link>       

        

        <content:encoded>
          <![CDATA[
          
<p>I've expanded the documentation for our Grails Encryption Plugin directly on the <a class="external-link" href="http://grails.org/Encryption+plugin">Grails Wiki</a>.&nbsp; It includes examples taken directly from the plugin's unit tests, as well as some extra explanations.</p>

          ]]>
        </content:encoded>        

        <dc:date>2008-03-01T11:01:09-06:00</dc:date>

        <dcterms:modified>2008-03-01T11:01:10-06:00</dcterms:modified>

        <dc:creator>Ricardo J. Méndez</dc:creator>

        

        
            <dc:subject>encryption</dc:subject>
        
        
            <dc:subject>grails</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.arquetipos.co.cr/blog/archive/2008/02/29/grails-currencies-plugin-updated">

        <rss:title>Grails currencies plugin updated</rss:title>

        <rss:link>http://www.arquetipos.co.cr/blog/archive/2008/02/29/grails-currencies-plugin-updated</rss:link>       

        

        <content:encoded>
          <![CDATA[
          
<p>I've updated our currencies and exchange rate plugin for Grails - you can find the details at the <a class="external-link" href="http://grails.org/Currencies+plugin">Grails Wiki</a>.</p>

          ]]>
        </content:encoded>        

        <dc:date>2008-02-29T10:09:21-06:00</dc:date>

        <dcterms:modified>2008-02-29T10:09:22-06:00</dcterms:modified>

        <dc:creator>Ricardo J. Méndez</dc:creator>

        

        
            <dc:subject>grails</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.arquetipos.co.cr/blog/archive/2008/02/12/grails-encryption-plugin">

        <rss:title>Grails encryption plugin</rss:title>

        <rss:link>http://www.arquetipos.co.cr/blog/archive/2008/02/12/grails-encryption-plugin</rss:link>       

        

        <content:encoded>
          <![CDATA[
          
<p>This time we've released a Grails plugin for encryption functions, using the <a class="external-link" href="http://www.bouncycastle.org/">Bouncy Castle</a> libraries. It currently provides simple wrappers for both Blowfish and PGP, as well as a tool class for generating random passwords, salting passwords when hashing them, and verifying salted passwords.&nbsp;&nbsp; <br /><br />To install, execute<br /><br /></p>
<p class="callout">grails install-plugin http://www.arquetipos.co.cr/blog/files/grails-crypto-1.0.1.zip</p>
<p><br />The code is documented, and you'll find many test cases for the most common tasks. I'll eventually expand the documentation here as well as on the Grails wiki.</p>
<p>I'll be on the <a class="external-link" href="http://www.nabble.com/grails---user-f11861.html">Grails User's List</a> if you have any questions.</p>
<p><strong>Update: <br /></strong></p>
<p>I've uploaded version 1.0.1, which has the following changes:</p>
<ul><li>Added HexCodec class.&nbsp; </li><li>Default saltedPassword function will return the value as a byte array, use saltedPasswordHex and saltedPasswordBase64 for string values with the respective encodings. This was done for consistency with the Apache commons nomenclatures.</li></ul>
<p>&nbsp;</p>
<p>&nbsp;</p>

          ]]>
        </content:encoded>        

        <dc:date>2008-02-12T12:05:00-06:00</dc:date>

        <dcterms:modified>2008-02-19T23:06:15-06:00</dcterms:modified>

        <dc:creator>Ricardo J. Méndez</dc:creator>

        

        
            <dc:subject>encryption</dc:subject>
        
        
            <dc:subject>grails</dc:subject>
        

    </rss:item>

    
    

    <rss:item rdf:about="http://www.arquetipos.co.cr/blog/archive/2007/12/18/grails-currencies-plugin">

        <rss:title>Grails currencies plugin</rss:title>

        <rss:link>http://www.arquetipos.co.cr/blog/archive/2007/12/18/grails-currencies-plugin</rss:link>       

        

        <content:encoded>
          <![CDATA[
          
<p>Hello everyone. We've created a Grails plugin to ease handling money amounts with multiple currencies on your applications.&nbsp; You can find the latest version of the plugin <a title="Grails currencies plugin" class="internal-link" href="files/grails-currencies-0.2.zip">here</a>, and the documentation for it on the <a class="external-link" href="http://docs.codehaus.org/display/GRAILS/Currencies+plugin">Grails wiki</a>. We'll be more than happy to answer your questions on the <a class="external-link" href="http://www.nabble.com/grails---user-f11861.html">Grails User's List</a>.&nbsp; Enjoy!</p>

          ]]>
        </content:encoded>        

        <dc:date>2007-12-18T14:10:00-06:00</dc:date>

        <dcterms:modified>2007-12-18T14:15:10-06:00</dcterms:modified>

        <dc:creator>Ricardo J. Méndez</dc:creator>

        

        
            <dc:subject>grails</dc:subject>
        

    </rss:item>

    

</rdf:RDF>
