<?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>On Technology and Faith</title>
	<atom:link href="http://www.thomas.ramapuram.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomas.ramapuram.net</link>
	<description>&#34;from Darkness to Light&#34;.  What I learned from technology and my views on faith.</description>
	<lastBuildDate>Wed, 09 May 2012 08:36:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bash Sending a Process to Background</title>
		<link>http://www.thomas.ramapuram.net/bash-sending-a-process-to-background/</link>
		<comments>http://www.thomas.ramapuram.net/bash-sending-a-process-to-background/#comments</comments>
		<pubDate>Wed, 09 May 2012 08:36:33 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thomas.ramapuram.net/?p=254</guid>
		<description><![CDATA[Just to remind myself. To send a process to the background. Hit Ctrl + z (This basically suspends the process) jobs -l (Will list all the process) bg &#60;process number will send the process to the background and make the process running&#62; fg &#60;process number will bring the process to the foreground again&#62; At any [...]]]></description>
			<content:encoded><![CDATA[<p>Just to remind myself. To send a process to the background.</p>
<ul>
<li>Hit Ctrl + z (This basically suspends the process)</li>
<li>jobs -l (Will list all the process)</li>
<li>bg &lt;process number will send the process to the background and make the process running&gt;</li>
<li>fg &lt;process number will bring the process to the foreground again&gt;</li>
<li>At any point of time you cant type jobs -l to list all the process</li>
</ul>
<p>That&#8217;s all there is to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomas.ramapuram.net/bash-sending-a-process-to-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artificial!!</title>
		<link>http://www.thomas.ramapuram.net/artificial/</link>
		<comments>http://www.thomas.ramapuram.net/artificial/#comments</comments>
		<pubDate>Tue, 08 May 2012 18:46:27 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thomas.ramapuram.net/?p=249</guid>
		<description><![CDATA[Saw this image about the distinction between artificial and natural on Abstruse Goose. Makes you think]]></description>
			<content:encoded><![CDATA[<p>Saw this image about the distinction between artificial and natural on <a href="http://abstrusegoose.com/215" title="Abstruse Goose">Abstruse Goose</a>.  Makes you think<br />
<div id="attachment_250" class="wp-caption alignright" style="width: 573px"><a href="http://www.thomas.ramapuram.net/wp-content/uploads/2012/05/artificial.PNG.png"><img src="http://www.thomas.ramapuram.net/wp-content/uploads/2012/05/artificial.PNG.png" alt="Artifical vs Natural" title="Artifical vs Natural" width="563" height="1527" class="size-full wp-image-250" /></a><p class="wp-caption-text">Artifical vs Natural</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomas.ramapuram.net/artificial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An unusual Bar Mitzvah Speech</title>
		<link>http://www.thomas.ramapuram.net/an-unusual-bar-mitzvah-speech/</link>
		<comments>http://www.thomas.ramapuram.net/an-unusual-bar-mitzvah-speech/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 03:48:43 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thomas.ramapuram.net/?p=244</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe width="420" height="315" src="http://www.youtube.com/embed/96ShJyInb5g" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomas.ramapuram.net/an-unusual-bar-mitzvah-speech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entries missing in pom.xml after appfuse:fullsource</title>
		<link>http://www.thomas.ramapuram.net/entries-missing-in-pom-xml-after-appfusefullsource/</link>
		<comments>http://www.thomas.ramapuram.net/entries-missing-in-pom-xml-after-appfusefullsource/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 05:33:17 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thomas.ramapuram.net/?p=223</guid>
		<description><![CDATA[&#60;urlrewrite.version&#62;3.1.0&#60;/urlrewrite.version&#62; &#60;spring.security.version&#62;3.0.5.RELEASE&#60;/spring.security.version&#62; &#60;dwr.version&#62;2.0.3&#60;/dwr.version&#62; &#60;aspectj.version&#62;1.6.10&#60;/aspectj.version&#62; &#60;commons.dbcp.version&#62;1.3&#60;/commons.dbcp.version&#62; &#60;commons.lang.version&#62;2.6&#60;/commons.lang.version&#62; &#60;velocity.version&#62;1.4&#60;/velocity.version&#62; &#60;ehcache.version&#62;2.3.1&#60;/ehcache.version&#62; &#60;struts.menu.version&#62;2.4.3&#60;/struts.menu.version&#62; &#60;compass.version&#62;2.2.0&#60;/compass.version&#62; &#60;commons.collections.version&#62;3.1&#60;/commons.collections.version&#62; &#60;jstl.version&#62;1.1.2&#60;/jstl.version&#62; &#60;cxf.version&#62;2.3.3&#60;/cxf.version&#62; &#60;sitemesh.version&#62;2.4.2&#60;/sitemesh.version&#62; &#60;jpa.version&#62;2.0-cr-1&#60;/jpa.version&#62; &#60;slf4j.version&#62;1.6.1&#60;/slf4j.version&#62; &#60;hibernate.version&#62;3.6.1.Final&#60;/hibernate.version&#62; &#60;javamail.version&#62;1.4&#60;/javamail.version&#62; &#60;commons.beanutils.version&#62;1.8.3&#60;/commons.beanutils.version&#62; &#60;log4j.version&#62;1.2.16&#60;/log4j.version&#62; &#60;ehcache.web.version&#62;2.0.3&#60;/ehcache.web.version&#62;]]></description>
			<content:encoded><![CDATA[<p>        &lt;urlrewrite.version&gt;3.1.0&lt;/urlrewrite.version&gt;<br />
        &lt;spring.security.version&gt;3.0.5.RELEASE&lt;/spring.security.version&gt;<br />
        &lt;dwr.version&gt;2.0.3&lt;/dwr.version&gt;<br />
        &lt;aspectj.version&gt;1.6.10&lt;/aspectj.version&gt;<br />
        &lt;commons.dbcp.version&gt;1.3&lt;/commons.dbcp.version&gt;<br />
        &lt;commons.lang.version&gt;2.6&lt;/commons.lang.version&gt;<br />
        &lt;velocity.version&gt;1.4&lt;/velocity.version&gt;<br />
        &lt;ehcache.version&gt;2.3.1&lt;/ehcache.version&gt;<br />
        &lt;struts.menu.version&gt;2.4.3&lt;/struts.menu.version&gt;<br />
        &lt;compass.version&gt;2.2.0&lt;/compass.version&gt;<br />
        &lt;commons.collections.version&gt;3.1&lt;/commons.collections.version&gt;<br />
        &lt;jstl.version&gt;1.1.2&lt;/jstl.version&gt;<br />
        &lt;cxf.version&gt;2.3.3&lt;/cxf.version&gt;<br />
        &lt;sitemesh.version&gt;2.4.2&lt;/sitemesh.version&gt;<br />
        &lt;jpa.version&gt;2.0-cr-1&lt;/jpa.version&gt;<br />
        &lt;slf4j.version&gt;1.6.1&lt;/slf4j.version&gt;<br />
        &lt;hibernate.version&gt;3.6.1.Final&lt;/hibernate.version&gt;<br />
        &lt;javamail.version&gt;1.4&lt;/javamail.version&gt;<br />
        &lt;commons.beanutils.version&gt;1.8.3&lt;/commons.beanutils.version&gt;<br />
        &lt;log4j.version&gt;1.2.16&lt;/log4j.version&gt;<br />
        &lt;ehcache.web.version&gt;2.0.3&lt;/ehcache.web.version&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomas.ramapuram.net/entries-missing-in-pom-xml-after-appfusefullsource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Train Runs over Crazy Kid probably indian</title>
		<link>http://www.thomas.ramapuram.net/train-runs-over-crazy-kid-probably-indian/</link>
		<comments>http://www.thomas.ramapuram.net/train-runs-over-crazy-kid-probably-indian/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 16:26:28 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[crazy]]></category>

		<guid isPermaLink="false">http://www.thomas.ramapuram.net/?p=217</guid>
		<description><![CDATA[Just saw this video of a kid lying down between railway tracks and a train speeds over him. The scene looks very Indian however I am not able to confirm that. This guy would probably lie low with the crackdown on the train surfing kids in Mumbai anyway this video is worth a watch. Saw [...]]]></description>
			<content:encoded><![CDATA[<p>Just saw this video of a kid lying down between railway tracks and a train speeds over him.  The scene looks very Indian however I am not able to confirm that.<br />
This guy would probably lie low with the crackdown on the train surfing kids in Mumbai anyway this video is worth a watch.<br />
Saw this video first on Break.com but got a youtube version from freakapedia.com<br />
<iframe width="560" height="315" src="http://www.youtube.com/embed/9lRTN_dTyiQ" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomas.ramapuram.net/train-runs-over-crazy-kid-probably-indian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Low cost Tatoo Removal</title>
		<link>http://www.thomas.ramapuram.net/low-cost-tatoo-removal/</link>
		<comments>http://www.thomas.ramapuram.net/low-cost-tatoo-removal/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 07:57:54 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thomas.ramapuram.net/?p=211</guid>
		<description><![CDATA[I do not know what motivates people to put a permanent mark based on a relationship that is very dynamic. Just saw this video of a person who got the tattoo of his ex-girlfriend removed (the hard way). Watch this video only if you must. It got me squirming in my seat. Insane Tattoo Removal [...]]]></description>
			<content:encoded><![CDATA[<p>I do not know what motivates people to put a permanent mark based on a relationship that is very dynamic.  Just saw this video of a person who got the tattoo of his ex-girlfriend removed (the hard way).<br />
Watch this video only if you must.  It got me squirming in my seat.<br />
<object width="464" height="384" id="2093870" type="application/x-shockwave-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" alt="Insane Tattoo Removal Funny Videos"><param name="movie" value="http://embed.break.com/MjA5Mzg3MA=="></param><param name="allowScriptAccess" value="always"></param><embed src="http://embed.break.com/MjA5Mzg3MA==" type="application/x-shockwave-flash" allowScriptAccess=always width="464" height="384"></embed></object><br /><font size=1><a href="http://www.break.com/index/insane-tattoo-removal-2093870" target="_blank">Insane Tattoo Removal</a> &#8211; Watch more <a href="http://www.break.com/" target="_blank">Funny Videos</a></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomas.ramapuram.net/low-cost-tatoo-removal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Reports JXLS and Column Alias</title>
		<link>http://www.thomas.ramapuram.net/open-reports-jxls-column-alias/</link>
		<comments>http://www.thomas.ramapuram.net/open-reports-jxls-column-alias/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 13:16:41 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thomas.ramapuram.net/?p=187</guid>
		<description><![CDATA[Recently I tried doing a report in Open Reports using JXLS. In my query I had used alias for columns and these columns would just not appear in the result. After digging in the sourceforge forums I found this thread http://sourceforge.net/projects/oreports/forums/forum/187722/topic/1913461 It tells us that it is a problem with mysql connector and we should [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I tried doing a report in Open Reports using JXLS.  In my query I had used alias for columns and these columns would just not appear in the result.</p>
<p>After digging in the sourceforge forums I found this thread</p>
<p>http://sourceforge.net/projects/oreports/forums/forum/187722/topic/1913461</p>
<p>It tells us that it is a problem with mysql connector and we should use &#8220;?useOldAliasMetadataBehavior=true&#8221; after the jdbc url</p>
<p>This is what is mentioned in the post.</p>
<blockquote><p>
Most likely you must be using MySQL Connector/J 5.1.x and it must be due to some upgrade  issues http://dev.mysql.com/doc/refman/5.0/en/connector-j-installing-upgrading.html#connector-j-installing-upgrading-5-1 , but it worked for me when I put ?useOldAliasMetadataBehavior=true at the end of connection url in DataSources, so when you specify connection url for datasources it should look like jdbc:mysql://serverName:3306/databaseName?useOldAliasMetadataBehavior=true
</p></blockquote>
<p>Finally it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomas.ramapuram.net/open-reports-jxls-column-alias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven Install</title>
		<link>http://www.thomas.ramapuram.net/maven-install/</link>
		<comments>http://www.thomas.ramapuram.net/maven-install/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 06:50:49 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[technology maven]]></category>

		<guid isPermaLink="false">http://www.thomas.ramapuram.net/?p=170</guid>
		<description><![CDATA[In Case you do not have a perticular Library in you maven repository the command to install is as foll: mvn install:install-file \n -DgroupId=&#60;group Id&#62; \n -DartifactId=&#60;artifact Id&#62; \n -Dversion=&#60;version&#62; \n -Dpackaging=&#60;jar&#124;war&#124;ear&#62; \n -Dfile=/path/to/file Example: mvn install:install-file -DgroupId=apache-discovery -DartifactId=commons-discovery -Dversion=0.2 -Dpackaging=jar -Dfile=/path/to/file]]></description>
			<content:encoded><![CDATA[<p>In Case you do not have a perticular Library in you maven repository the command to install is as foll:<br />
mvn install:install-file \n<br />
-DgroupId=&lt;group Id&gt; \n<br />
-DartifactId=&lt;artifact Id&gt; \n<br />
-Dversion=&lt;version&gt; \n<br />
-Dpackaging=&lt;jar|war|ear&gt; \n<br />
-Dfile=/path/to/file</p>
<p>Example:</p>
<p>mvn install:install-file -DgroupId=apache-discovery -DartifactId=commons-discovery -Dversion=0.2 -Dpackaging=jar -Dfile=/path/to/file</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomas.ramapuram.net/maven-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript to retrieve Password</title>
		<link>http://www.thomas.ramapuram.net/javascript-to-retrieve-password/</link>
		<comments>http://www.thomas.ramapuram.net/javascript-to-retrieve-password/#comments</comments>
		<pubDate>Sat, 14 May 2011 11:19:46 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thomas.ramapuram.net/?p=163</guid>
		<description><![CDATA[Below is the javascript required to retrieve a password from a page. If the page displays a field marked with ******* in one of the fields copy the below javascript, delete the contents in the address bar paste the javascript and hit enter. As simple as that. javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; [...]]]></description>
			<content:encoded><![CDATA[<p>Below is the javascript required to retrieve a password from a page.<br />
If the page displays a field marked with ******* in one of the fields copy the below javascript, delete the contents in the address bar paste the javascript and hit enter.  As simple as that.</p>
<hr />
<code><br />
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j&lt;F.length; ++j) { f = F[j]; for (i=0; i&lt;f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomas.ramapuram.net/javascript-to-retrieve-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technology!  Blackberry&#8217;s not working.</title>
		<link>http://www.thomas.ramapuram.net/technology-blackberry-is-not-working/</link>
		<comments>http://www.thomas.ramapuram.net/technology-blackberry-is-not-working/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 13:26:58 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thomas.ramapuram.net/?p=158</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/kAG39jKi0lI?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kAG39jKi0lI?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomas.ramapuram.net/technology-blackberry-is-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

