<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Nano Taboada</title>
	<atom:link href="http://nanotaboada.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nanotaboada.wordpress.com</link>
	<description>"Where love rules, there is no will to power." — Carl Gustav Jung</description>
	<pubDate>Fri, 20 Jun 2008 03:18:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Self-contained crontab Cheatsheet</title>
		<link>http://nanotaboada.wordpress.com/2008/05/25/self-contained-crontab-cheatsheet/</link>
		<comments>http://nanotaboada.wordpress.com/2008/05/25/self-contained-crontab-cheatsheet/#comments</comments>
		<pubDate>Mon, 26 May 2008 00:55:10 +0000</pubDate>
		<dc:creator>Nano Taboada</dc:creator>
		
		<category><![CDATA[Cheatsheet]]></category>

		<category><![CDATA[Documentation]]></category>

		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[KSH]]></category>

		<category><![CDATA[Korn]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[POSIX]]></category>

		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[cron]]></category>

		<category><![CDATA[crontab]]></category>

		<guid isPermaLink="false">http://nanotaboada.wordpress.com/?p=170</guid>
		<description><![CDATA[This time I&#8217;m bringing you a self-documented cron table file (with an example), that is, a tidy cheatsheet diagram embedded as comments that does just one thing, helps you remember the crontab syntax:

#  * * * * *  command to be executed
#  - - - - -
#  &#124; &#124; &#124; &#124; [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This time I&#8217;m bringing you a self-documented <a href="http://en.wikipedia.org/wiki/Cron" title="cron - Wikipedia, the free encyclopedia">cron</a> table file (with an example), that is, a tidy cheatsheet diagram embedded as comments that does just one thing, helps you remember the <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?crontab+5" title="UNIX man pages   crontab(5)"><strong>crontab</strong></a> syntax:<br />
<code><strong><br />
#  * * * * *  command to be executed<br />
#  - - - - -<br />
#  | | | | |<br />
#  | | | | +&#8212;&#8211; day of week (0 - 6) (Sunday=0)<br />
#  | | | +&#8212;&#8212;- month (1 - 12)<br />
#  | | +&#8212;&#8212;&#8212; day of month (1 - 31)<br />
#  | +&#8212;&#8212;&#8212;&#8211; hour (0 - 23)<br />
#  +&#8212;&#8212;&#8212;&#8212;- min (0 - 59)<br />
</strong><br />
# Alarm clock set to 6:30AM<br />
30 6 * * * /home/nano/alarm<br />
</code><br />
I hope you find it useful, thanks for reading and happy <a href="http://en.wikipedia.org/wiki/May_Revolution" title="May Revolution - Wikipedia, the free encyclopedia">May Revolution</a> Day to everyone!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nanotaboada.wordpress.com/170/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nanotaboada.wordpress.com/170/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nanotaboada.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nanotaboada.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nanotaboada.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nanotaboada.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nanotaboada.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nanotaboada.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nanotaboada.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nanotaboada.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nanotaboada.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nanotaboada.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nanotaboada.wordpress.com&blog=328027&post=170&subd=nanotaboada&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nanotaboada.wordpress.com/2008/05/25/self-contained-crontab-cheatsheet/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nanotaboada-128.jpg" medium="image">
			<media:title type="html">nano</media:title>
		</media:content>
	</item>
		<item>
		<title>The Awakeness of Shell Scripting with AWK</title>
		<link>http://nanotaboada.wordpress.com/2008/05/05/the-awakeness-of-shell-scripting/</link>
		<comments>http://nanotaboada.wordpress.com/2008/05/05/the-awakeness-of-shell-scripting/#comments</comments>
		<pubDate>Mon, 05 May 2008 04:50:14 +0000</pubDate>
		<dc:creator>Nano Taboada</dc:creator>
		
		<category><![CDATA[AWK]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[apropos]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[man]]></category>

		<guid isPermaLink="false">http://nanotaboada.wordpress.com/?p=169</guid>
		<description><![CDATA[I guess I&#8217;m getting too used to the &#8220;it&#8217;s been a while!&#8221; thingy so, awkward title aside, let&#8217;s just move straight to today&#8217;s post:
The more I learn about AWK, the more I love it. It&#8217;s just that simple. I&#8217;ve been trying its powers a bit and came with an awk-mazing (and probably useless, but still [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I guess I&#8217;m getting too used to the <em>&#8220;it&#8217;s been a while!&#8221;</em> <a href="http://www.urbandictionary.com/define.php?term=thingy" title="thingy">thingy</a> so, awkward title aside, let&#8217;s just move straight to today&#8217;s post:</p>
<p>The more I learn about <strong><a href="http://en.wikipedia.org/wiki/Awk" title="AWK - Wikipedia, the free encyclopedia">AWK</a></strong>, the more I love it. It&#8217;s just that simple. I&#8217;ve been trying its powers a bit and came with an <em>awk-mazing</em> (and probably useless, but still exciting) five-lines (<em>sans</em> comments) cute script that emulates the most popular feature (the &#8220;-e&#8221; option) of our <a href="http://en.wikipedia.org/wiki/Good_ol'_boy" title="Good ol' boy - Wikipedia, the free encyclopedia">good ol&#8217; boy</a> <strong><a href="http://www.tomshardware.com/ucg/commands/apropos-15108.html" title="apropos for UNIX COMMON - Tom's Hardware">apropos</a></strong>.<br />
Enter lazyman!<br />
<code><strong><br />
#!/bin/bash<br />
#<br />
# lazyman.sh - displays the name section of some program’s man<br />
# page.<br />
#<br />
# DESCRIPTION<br />
# this tiny script shows the NAME section of a given program’s<br />
# manual page, displaying an output quite similar to<br />
# “apropos -e” but directly calling “man” instead of querying<br />
# against “mandb”.<br />
#<br />
params=$(echo $@ | awk &#8216;END{print NF}&#8217;)<br />
case $params in<br />
    1) man $1 | awk &#8216;/NAME/{getline;print}&#8217; ;;<br />
    *) echo &#8220;usage: lazyman.sh [program]&#8221; ;;<br />
esac<br />
</strong></code><br />
<a href="http://www.phrases.org.uk/meanings/350000.html" title="That's all folks!">That&#8217;s all folks!</a> I hope you&#8217;ve enjoyed it and thanks for reading!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nanotaboada.wordpress.com/169/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nanotaboada.wordpress.com/169/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nanotaboada.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nanotaboada.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nanotaboada.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nanotaboada.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nanotaboada.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nanotaboada.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nanotaboada.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nanotaboada.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nanotaboada.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nanotaboada.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nanotaboada.wordpress.com&blog=328027&post=169&subd=nanotaboada&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nanotaboada.wordpress.com/2008/05/05/the-awakeness-of-shell-scripting/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nanotaboada-128.jpg" medium="image">
			<media:title type="html">nano</media:title>
		</media:content>
	</item>
		<item>
		<title>UNIX Programming: Simple Notifications With mailx</title>
		<link>http://nanotaboada.wordpress.com/2008/03/20/unix-programming-simple-notification-with-mailx/</link>
		<comments>http://nanotaboada.wordpress.com/2008/03/20/unix-programming-simple-notification-with-mailx/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 19:00:57 +0000</pubDate>
		<dc:creator>Nano Taboada</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Email]]></category>

		<category><![CDATA[KSH]]></category>

		<category><![CDATA[Korn]]></category>

		<category><![CDATA[Notification]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Scripting]]></category>

		<category><![CDATA[Shell]]></category>

		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[mailx]]></category>

		<guid isPermaLink="false">http://nanotaboada.wordpress.com/?p=163</guid>
		<description><![CDATA[Hey there! I know it&#8217;s been a month since my last post, I&#8217;m sorry about that but I&#8217;ve been pretty busy this days, having a lot to do at work and also being a full time student, so anyway, this time I&#8217;m sharing with you a nifty tip regarding notifications using mailx on UNIX, so [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hey there! I know it&#8217;s been a month since my last post, I&#8217;m sorry about that but I&#8217;ve been pretty busy this days, having a lot to do at work and also being a full time student, so anyway, this time I&#8217;m sharing with you a nifty tip regarding notifications using <a href="http://www.opengroup.org/onlinepubs/009695399/utilities/mailx.html" title="mailx">mailx</a> on UNIX, so without further ado, here&#8217;s the actual code:<br />
<code><strong><br />
#!/bin/ksh<br />
#<br />
# mailx settings:<br />
#<br />
to=<em>&#8220;someone@somewhere.com&#8221;</em><br />
subject=<em>&#8220;[Notification] Something happened.&#8221;</em><br />
body=<em>&#8220;Lorem ipsum dolor sit amet et cétera.&#8221;</em><br />
#<br />
# run and notify:<br />
#<br />
<em>runSomething</em> &amp;&amp; (echo $body | mailx -s &#8220;$subject&#8221; &#8220;$to&#8221;)<br />
</strong></code><br />
I hope you find it interesting, thanks much for reading and don&#8217;t hesitate to leave a comment!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nanotaboada.wordpress.com/163/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nanotaboada.wordpress.com/163/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nanotaboada.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nanotaboada.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nanotaboada.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nanotaboada.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nanotaboada.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nanotaboada.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nanotaboada.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nanotaboada.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nanotaboada.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nanotaboada.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nanotaboada.wordpress.com&blog=328027&post=163&subd=nanotaboada&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nanotaboada.wordpress.com/2008/03/20/unix-programming-simple-notification-with-mailx/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nanotaboada-128.jpg" medium="image">
			<media:title type="html">nano</media:title>
		</media:content>
	</item>
		<item>
		<title>Checking For Duplicated Processes In Korn Shell</title>
		<link>http://nanotaboada.wordpress.com/2008/02/20/checking-for-duplicated-processes-in-korn-shell/</link>
		<comments>http://nanotaboada.wordpress.com/2008/02/20/checking-for-duplicated-processes-in-korn-shell/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 13:55:26 +0000</pubDate>
		<dc:creator>Nano Taboada</dc:creator>
		
		<category><![CDATA[KSH]]></category>

		<category><![CDATA[Korn]]></category>

		<category><![CDATA[Scripting]]></category>

		<category><![CDATA[Shell]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[pgrep]]></category>

		<category><![CDATA[wc]]></category>

		<guid isPermaLink="false">http://nanotaboada.wordpress.com/?p=162</guid>
		<description><![CDATA[A couple of days ago I was needing to solve an issue with our EAI framework. The implementation of such framework could be basically described as instances of Java programs running under Solaris, but there&#8217;s a particular instance that should be running just once. So I wrote this tiny shell script to avoid launching that [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A couple of days ago I was needing to solve an issue with our <acronym title="Enterprise Application Integration">EAI</acronym> framework. The implementation of such framework could be basically described as instances of Java programs running under Solaris, but there&#8217;s a particular instance that should be running just once. So I wrote this tiny shell script to avoid launching that program twice:<br />
<code><strong><br />
#!/bin/ksh<br />
#<br />
theProcess=<em>someProcess</em><br />
if [ $(pgrep -u $USER -f $theProcess | wc -l) -gt 0 ] then<br />
    echo &#8220;There is an instance of &#8220;$theProcess&#8221; already running.&#8221;<br />
else<em> runTheProcess</em><br />
fi<br />
</strong></code><br />
<em>someProcess</em> could be any <a href="http://en.wikipedia.org/wiki/Regular_expression" title="Regular expression">regex</a> that matches the process description,<br />
<em>runTheProcess</em> is whatever command that executes the process.<br />
Okay, that&#8217;s all, I hope you&#8217;ve found it informative and thanks for reading!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nanotaboada.wordpress.com/162/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nanotaboada.wordpress.com/162/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nanotaboada.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nanotaboada.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nanotaboada.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nanotaboada.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nanotaboada.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nanotaboada.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nanotaboada.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nanotaboada.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nanotaboada.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nanotaboada.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nanotaboada.wordpress.com&blog=328027&post=162&subd=nanotaboada&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nanotaboada.wordpress.com/2008/02/20/checking-for-duplicated-processes-in-korn-shell/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nanotaboada-128.jpg" medium="image">
			<media:title type="html">nano</media:title>
		</media:content>
	</item>
		<item>
		<title>Chances, Changes, Challenges.</title>
		<link>http://nanotaboada.wordpress.com/2008/02/16/chances-changes-challenges/</link>
		<comments>http://nanotaboada.wordpress.com/2008/02/16/chances-changes-challenges/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 03:02:55 +0000</pubDate>
		<dc:creator>Nano Taboada</dc:creator>
		
		<category><![CDATA[Announcement]]></category>

		<guid isPermaLink="false">http://nanotaboada.wordpress.com/?p=161</guid>
		<description><![CDATA[Hello world! Well basically I&#8217;m shifting the course of my beloved little blog from just quoting slash reposting or, in a more trendy web 2.0ish lingo, &#8220;consuming syndicated content&#8221;, to actually authoring my own stuff, that is, in principle, publishing any tip, trick, hack and what have you I happen to consider my audience would [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello world! Well basically I&#8217;m shifting the course of my beloved little blog from just quoting slash reposting or, in a more trendy <em><a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html" title="O'Reilly -- What Is Web 2.0">web 2.0</a>ish</em> lingo, &#8220;consuming <a href="http://en.wikipedia.org/wiki/Web_syndication" title="Web syndication - Wikipedia, the free encyclopedia">syndicated</a> content&#8221;, to actually authoring my own stuff, that is, in principle, publishing any tip, trick, <a href="http://www.stallman.org/articles/on-hacking.html" title="On Hacking - Richard Stallman">hack</a> and what have you I happen to consider my audience would be interested in reading (that audience being just my close friends at the moment). Anyway, so without further ado, let&#8217;s make it happen! And as a footnote, please be nice with what I like to call &#8220;my developing creative writing talent&#8221;, I&#8217;m no language major, actually I&#8217;m not even a native English speaker, but I will do my best to write it all pretty for you guys <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nanotaboada.wordpress.com/161/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nanotaboada.wordpress.com/161/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nanotaboada.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nanotaboada.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nanotaboada.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nanotaboada.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nanotaboada.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nanotaboada.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nanotaboada.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nanotaboada.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nanotaboada.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nanotaboada.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nanotaboada.wordpress.com&blog=328027&post=161&subd=nanotaboada&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nanotaboada.wordpress.com/2008/02/16/chances-changes-challenges/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nanotaboada-128.jpg" medium="image">
			<media:title type="html">nano</media:title>
		</media:content>
	</item>
		<item>
		<title>Solaris Express Developer Edition Pushes Innovation</title>
		<link>http://nanotaboada.wordpress.com/2008/02/13/solaris-express-developer-edition-pushes-innovation/</link>
		<comments>http://nanotaboada.wordpress.com/2008/02/13/solaris-express-developer-edition-pushes-innovation/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 21:42:10 +0000</pubDate>
		<dc:creator>Nano Taboada</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Distribution]]></category>

		<category><![CDATA[Free]]></category>

		<category><![CDATA[JVM]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Operating Systems]]></category>

		<category><![CDATA[Platform]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://nanotaboada.wordpress.com/?p=159</guid>
		<description><![CDATA[
Solaris Express Developer Edition (SXDE) is a freely available release of Sun&#8217;s next generation Solaris Operating System built from the source code repository at OpenSolaris.org. The release includes the latest tools, technologies, and platforms to create applications for the Solaris OS, Java Application Platforms, and Web 2.0.

Learn More »
       [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p align="center"><a href="http://opensolaris.org/" title="OpenSolaris.org"><img src="http://nanotaboada.files.wordpress.com/2008/02/opensolaris.png" alt="OpenSolaris.org" /></a></p>
<blockquote><p><strong><a href="http://developers.sun.com/sxde/" title="Solaris Express Developer Edition">Solaris Express Developer Edition</a></strong> (<acronym>SXDE</acronym>) is a freely available release of <a href="http://www.sun.com/" title="Sun Microsystems">Sun</a>&#8217;s next generation <a href="http://en.wikipedia.org/wiki/Solaris_(operating_system)" title="Solaris (operating system) - Wikipedia, the free encyclopedia">Solaris Operating System</a> built from the source code repository at <a href="http://opensolaris.org/os/" title="Home at OpenSolaris.org">OpenSolaris.org</a>. The release includes the latest tools, technologies, and platforms to create applications for the Solaris OS, Java Application Platforms, and <a href="http://en.wikipedia.org/wiki/Web_2" title="Web 2.0 - Wikipedia, the free encyclopedia">Web 2.0</a>.</p>
</blockquote>
<p><strong><a href="http://developers.sun.com/sxde/features.jsp" title="Solaris Express Developer Edition Features">Learn More »</a></strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nanotaboada.wordpress.com/159/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nanotaboada.wordpress.com/159/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nanotaboada.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nanotaboada.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nanotaboada.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nanotaboada.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nanotaboada.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nanotaboada.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nanotaboada.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nanotaboada.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nanotaboada.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nanotaboada.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nanotaboada.wordpress.com&blog=328027&post=159&subd=nanotaboada&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nanotaboada.wordpress.com/2008/02/13/solaris-express-developer-edition-pushes-innovation/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nanotaboada-128.jpg" medium="image">
			<media:title type="html">nano</media:title>
		</media:content>

		<media:content url="http://nanotaboada.files.wordpress.com/2008/02/opensolaris.png" medium="image">
			<media:title type="html">OpenSolaris.org</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting Started with Grails</title>
		<link>http://nanotaboada.wordpress.com/2008/02/07/getting-started-with-grails/</link>
		<comments>http://nanotaboada.wordpress.com/2008/02/07/getting-started-with-grails/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 02:06:56 +0000</pubDate>
		<dc:creator>Nano Taboada</dc:creator>
		
		<category><![CDATA[Books]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Folksonomy]]></category>

		<category><![CDATA[Free]]></category>

		<category><![CDATA[Grails]]></category>

		<category><![CDATA[Groovy]]></category>

		<category><![CDATA[Hibernate]]></category>

		<category><![CDATA[JVM]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Scripting]]></category>

		<category><![CDATA[Spring]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://nanotaboada.wordpress.com/?p=157</guid>
		<description><![CDATA[Grails is an open-source, rapid web application development framework that provides a super-productive full-stack programming model based on the Groovy scripting language and built on top of Spring, Hibernate, and other standard Java frameworks.


Jason Rudolph is an Application Architect at Railinc, where he develops software that helps keep trains moving efficiently throughout North America.

The book [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p><strong><a href="http://grails.codehaus.org/" title="Grails - The search is over.">Grails</a></strong> is an open-source, rapid web application development framework that provides a super-productive full-stack programming model based on the <a href="http://en.wikipedia.org/wiki/Groovy_(programming_language)" title="Groovy (programming language) - Wikipedia, the free encyclopedia">Groovy</a> scripting language and built on top of <a href="http://en.wikipedia.org/wiki/Spring_Framework" title="Spring Framework - Wikipedia, the free encyclopedia">Spring</a>, <a href="http://en.wikipedia.org/wiki/Hibernate_%28Java%29" title="Hibernate (Java) - Wikipedia, the free encyclopedia">Hibernate</a>, and other standard Java frameworks.</p>
</blockquote>
<p align="center"><a href="http://www.infoq.com/minibooks/grails" title="Getting Started with Grails"><img src="http://nanotaboada.files.wordpress.com/2008/02/gettingstartedwithgrails.jpg" alt="Getting Started with Grails" /></a></p>
<blockquote><p><strong><a href="http://jasonrudolph.com/" title="Jason Rudolph Dot Com">Jason Rudolph</a></strong> is an Application Architect at Railinc, where he develops software that helps keep trains moving efficiently throughout North America.</p>
</blockquote>
<p>The book can be <a href="http://www.infoq.com/minibooks/grails" title="Getting Started with Grails">downloaded for free</a> (registration required), but also you could always purchase the printed copy.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nanotaboada.wordpress.com/157/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nanotaboada.wordpress.com/157/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nanotaboada.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nanotaboada.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nanotaboada.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nanotaboada.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nanotaboada.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nanotaboada.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nanotaboada.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nanotaboada.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nanotaboada.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nanotaboada.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nanotaboada.wordpress.com&blog=328027&post=157&subd=nanotaboada&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nanotaboada.wordpress.com/2008/02/07/getting-started-with-grails/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nanotaboada-128.jpg" medium="image">
			<media:title type="html">nano</media:title>
		</media:content>

		<media:content url="http://nanotaboada.files.wordpress.com/2008/02/gettingstartedwithgrails.jpg" medium="image">
			<media:title type="html">Getting Started with Grails</media:title>
		</media:content>
	</item>
	</channel>
</rss>