<?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>VadiOnline</title>
	<atom:link href="http://www.vadionline.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vadionline.com</link>
	<description>Interesting Topics</description>
	<lastBuildDate>Wed, 27 Jul 2011 19:46:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>you can make money</title>
		<link>http://www.vadionline.com/vadis-wisdoms/you-can-make-money.html</link>
		<comments>http://www.vadionline.com/vadis-wisdoms/you-can-make-money.html#comments</comments>
		<pubDate>Fri, 18 Feb 2011 14:15:31 +0000</pubDate>
		<dc:creator>Vadiraj</dc:creator>
				<category><![CDATA[Vadi's Wisdoms]]></category>

		<guid isPermaLink="false">http://www.vadionline.com/?p=123</guid>
		<description><![CDATA[You can make money, only if you know exactly what happens after 3 months. And most of the people who made money knows this Having clear cut vision of the future makes us one step ahead of others. If I know the future, I can use it for my advantages. As simple as that&#8230;]]></description>
			<content:encoded><![CDATA[<blockquote><p>You can make money, only if you know exactly what happens after 3 months. And most of the people who made money knows this</p></blockquote>
<p>Having clear cut vision of the future makes us one step ahead of others. If I know the future, I can use it for my advantages. As simple as that&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vadionline.com/vadis-wisdoms/you-can-make-money.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple comparison between Google and Amazon EC2</title>
		<link>http://www.vadionline.com/webtechnologies/simple-comparison-between-google-and-amazon-ec2.html</link>
		<comments>http://www.vadionline.com/webtechnologies/simple-comparison-between-google-and-amazon-ec2.html#comments</comments>
		<pubDate>Thu, 17 Feb 2011 15:59:01 +0000</pubDate>
		<dc:creator>Vadiraj</dc:creator>
				<category><![CDATA[Web Technologies]]></category>

		<guid isPermaLink="false">http://www.vadionline.com/webtechnologies/simple-comparison-between-google-and-amazon-ec2.html</guid>
		<description><![CDATA[I have tried both Google App Engine and Amazon EC2 Cloud. Here is my take on these two. My opinion is based on my experiment with Free Tier of services allowed by these two service providers. In case of Google, I only used free quota and in case of Amazon I used only t1.micro instance. [...]]]></description>
			<content:encoded><![CDATA[<p>I have tried both Google App Engine and Amazon EC2 Cloud. Here is my take on these two. My opinion is based on my experiment with Free Tier of services allowed by these two service providers. In case of Google, I only used free quota and in case of Amazon I used only t1.micro instance.</p>
<p>It is possible that as the load and computation complexities increases, there may be significant advantage and disadvantage over another.</p>
<p>Overall, if you are ready to spend around 15-20 bucks per month, you will get significantly better hosting environment than the wholesale webhosting retailers.</p>
<p>Feel free to add your opinions…</p>
<p><span id="more-120"></span></p>
<table width="624" border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td valign="top" width="16"></td>
<td valign="top" width="312">
<p align="center"><strong><span style="text-decoration: underline;">Google</span></strong></p>
</td>
<td valign="top" width="294">
<p align="center"><strong><span style="text-decoration: underline;">Amazon</span></strong></p>
</td>
</tr>
<tr>
<td valign="top" width="16">
<p align="center">1</p>
</td>
<td valign="top" width="312">No need to worry about instancing, storage and complex service offerings blah blah..</td>
<td valign="top" width="291">You have to plan ahead on kind of instance you would want and in which region you would place that instance. If you make mistake of selecting wrong location, you would end up paying hefty bandwidth charges among the storage and server instances.</td>
</tr>
<tr>
<td valign="top" width="16">
<p align="center">2</p>
</td>
<td valign="top" width="312">There is no ssh access to the instance. It is a sandbox concept. You push your code and forget it. If you need special processing, it is not possible unless Google adds it to their platform.</td>
<td valign="top" width="289">It provides SSH but is painful to set up ssh on 443 port.<br />
I couldn’t set it up to run on 443. The port is reserved for HTTPS, always!</td>
</tr>
<tr>
<td valign="top" width="16">
<p align="center">3</p>
</td>
<td valign="top" width="312">You have to code only in Java or Python. Even the libraries are restricted. If you are planning for PHP or ruby on rails based website, forget the Google.</td>
<td valign="top" width="287">You have full control over Webserver, App servers and the programming language of your choice. Best of the CMS are based on PHP. So most of the small websites would tend to adopt EC2.</td>
</tr>
<tr>
<td valign="top" width="16">
<p align="center">4</p>
</td>
<td valign="top" width="312">It has a file limit of 3000 files. Pretty much useless, if you try to build decent application.</td>
<td valign="top" width="285">You will get pretty decent amount of storage space. But they eat money on the transfer of data and bandwidth.</td>
</tr>
<tr>
<td valign="top" width="16">
<p align="center">5</p>
</td>
<td valign="top" width="312">Provides Eclipse plugin to develop GWT and deploy in AppEngine</td>
<td valign="top" width="284">Provides Eclipse plug-in for server maintenance and BeansTalk (similar to GWT) development</td>
</tr>
<tr>
<td valign="top" width="16"></td>
<td valign="top" width="312"></td>
<td valign="top" width="285"></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.vadionline.com/webtechnologies/simple-comparison-between-google-and-amazon-ec2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick start up of Eclipse</title>
		<link>http://www.vadionline.com/webtechnologies/quick-start-up-of-eclipse.html</link>
		<comments>http://www.vadionline.com/webtechnologies/quick-start-up-of-eclipse.html#comments</comments>
		<pubDate>Fri, 11 Feb 2011 01:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Technologies]]></category>

		<guid isPermaLink="false">http://www.vadionline.com/webtechnologies/quick-start-up-of-eclipse.html</guid>
		<description><![CDATA[How to improve Eclipse start up time so that I can get going with my work.]]></description>
			<content:encoded><![CDATA[<p align="justify">Eclipse loads useful and useless&#160; plug-ins during it’s start up. That makes us to wait looking at the flash screen for quite sometime. I found out this trick to make it quicker and faster during start up.</p>
<p align="justify">Open Window-&gt;Preferences, and expand General category. You will find subsection ‘Startup and Shutdown’. Expand it and uncheck all those plug-ins which you don’t use frequently or you think which are hogging your precious memory space. The next restart should show you some improvement. If not, change your computer….;)</p>
<p>&#160;</p>
<p><a href="http://www.vadionline.com/wp-content/uploads/2011/02/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.vadionline.com/wp-content/uploads/2011/02/image_thumb.png" width="489" height="432" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vadionline.com/webtechnologies/quick-start-up-of-eclipse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing XML with namespace</title>
		<link>http://www.vadionline.com/webtechnologies/parsing-xml-with-namespace.html</link>
		<comments>http://www.vadionline.com/webtechnologies/parsing-xml-with-namespace.html#comments</comments>
		<pubDate>Thu, 10 Feb 2011 16:26:23 +0000</pubDate>
		<dc:creator>Vadiraj</dc:creator>
				<category><![CDATA[Web Technologies]]></category>

		<guid isPermaLink="false">http://www.vadionline.com/webtechnologies/parsing-xml-with-namespace.html</guid>
		<description><![CDATA[How to parse XML tags with namespace? Look at the below example, I want to fetch &#60;itunes:summary&#62; info. How do I do it with Java or Groovy? 1: &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; 2: &#60;rss version=&#34;2.0&#34; xmlns:itunes=&#34;http://www.itunes.com/dtds/podcast-1.0.dtd&#34; xmlns:media=&#34;http://search.yahoo.com/mrss&#34; xmlns:dm=&#34;http://www.dailymotion.com/dmrss&#34;&#62; 3: &#60;channel&#62; 4: &#60;title&#62;Dailymotion - most recent videos&#60;/title&#62; 5: &#60;link&#62;http://www.dailymotion.com/1&#60;/link&#62; 6: &#60;description&#62;&#60;![CDATA[Most Recent Videos]]&#62;&#60;/description&#62; 7: &#60;itunes:subtitle&#62;Dailymotion - Most [...]]]></description>
			<content:encoded><![CDATA[<p>How to parse XML tags with namespace?</p>
<p>Look at the below example, I want to fetch &lt;itunes:summary&gt; info. How do I do it with Java or Groovy?</p>
<div id="codeSnippetWrapper" style="border-right: silver 1px solid; padding-right: 4px; border-top: silver 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: silver 1px solid; width: 97.94%; cursor: text; direction: ltr; max-height: 200px; line-height: 12pt; padding-top: 4px; border-bottom: silver 1px solid; font-family: &#39;Courier New&#39;, courier, monospace; height: 337px; background-color: #f4f4f4; text-align: left">
<div id="codeSnippet" style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none">
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum1" style="color: #606060">   1:</span> &lt;?xml version=<span style="color: #006080">&quot;1.0&quot;</span> encoding=<span style="color: #006080">&quot;utf-8&quot;</span>?&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum2" style="color: #606060">   2:</span> &lt;rss version=<span style="color: #006080">&quot;2.0&quot;</span> xmlns:itunes=<span style="color: #006080">&quot;http://www.itunes.com/dtds/podcast-1.0.dtd&quot;</span> xmlns:media=<span style="color: #006080">&quot;http://search.yahoo.com/mrss&quot;</span> xmlns:dm=<span style="color: #006080">&quot;http://www.dailymotion.com/dmrss&quot;</span>&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum3" style="color: #606060">   3:</span>    &lt;channel&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 99.97%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; height: 16px; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum4" style="color: #606060">   4:</span>    &lt;title&gt;Dailymotion - most recent videos&lt;/title&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; height: 17px; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum5" style="color: #606060">   5:</span>    &lt;link&gt;http:<span style="color: #008000">//www.dailymotion.com/1&lt;/link&gt; </span></pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum6" style="color: #606060">   6:</span>    &lt;description&gt;&lt;![CDATA[Most Recent Videos]]&gt;&lt;/description&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum7" style="color: #606060">   7:</span>     &lt;itunes:subtitle&gt;Dailymotion - Most Recent Videos&lt;/itunes:subtitle&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum8" style="color: #606060">   8:</span>     &lt;itunes:summary&gt;Most Recent Videos&lt;/itunes:summary&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum9" style="color: #606060">   9:</span>    &lt;itunes:owner&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum10" style="color: #606060">  10:</span>       &lt;itunes:name&gt;Dailymotion&lt;/itunes:name&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum11" style="color: #606060">  11:</span>       &lt;itunes:email&gt;rss@dailymotion.com&lt;/itunes:email&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum12" style="color: #606060">  12:</span>    &lt;/itunes:owner&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum13" style="color: #606060">  13:</span>    &lt;language&gt;en-US&lt;/language&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum14" style="color: #606060">  14:</span>    &lt;lastBuildDate&gt;Thu, 10 Feb 2011 17:10:51 +0100&lt;/lastBuildDate&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum15" style="color: #606060">  15:</span>       &lt;image&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum16" style="color: #606060">  16:</span>           &lt;url&gt;http:<span style="color: #008000">//www.dailymotion.com/images/dailymotion.jpg&lt;/url&gt; </span></pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum17" style="color: #606060">  17:</span>           &lt;title&gt;Dailymotion - most recent videos&lt;/title&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum18" style="color: #606060">  18:</span>           &lt;link&gt;http:<span style="color: #008000">//www.dailymotion.com/1&lt;/link&gt; </span></pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum19" style="color: #606060">  19:</span>           &lt;width&gt;400&lt;/width&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum20" style="color: #606060">  20:</span>           &lt;height&gt;144&lt;/height&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum21" style="color: #606060">  21:</span>       &lt;/image&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum22" style="color: #606060">  22:</span>         &lt;dm:link rel=<span style="color: #006080">&quot;uql&quot;</span> href=<span style="color: #006080">&quot;http://www.dailymotion.com/rss/1&quot;</span> type=<span style="color: #006080">&quot;application/rss+xml&quot;</span>/&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum23" style="color: #606060">  23:</span>         &lt;dm:link rel=<span style="color: #006080">&quot;sort_by_featured&quot;</span> title=<span style="color: #006080">&quot;Featured Videos&quot;</span> href=<span style="color: #006080">&quot;http://www.dailymotion.com/rss/us/featured/1&quot;</span> type=<span style="color: #006080">&quot;application/rss+xml&quot;</span>/&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum24" style="color: #606060">  24:</span>         &lt;item&gt;...&lt;/item&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: white; text-align: left; border-bottom-style: none"><span id="lnum25" style="color: #606060">  25:</span>     &lt;/channel&gt; </pre>
<p><!--CRLF--></p>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: &#39;Courier New&#39;, courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span id="lnum26" style="color: #606060">  26:</span> &lt;/rss&gt;  </pre>
<p><!--CRLF--></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.vadionline.com/webtechnologies/parsing-xml-with-namespace.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to compile Resources directory</title>
		<link>http://www.vadionline.com/webtechnologies/unable-to-compile-resources-directory.html</link>
		<comments>http://www.vadionline.com/webtechnologies/unable-to-compile-resources-directory.html#comments</comments>
		<pubDate>Wed, 09 Feb 2011 16:06:52 +0000</pubDate>
		<dc:creator>Vadiraj</dc:creator>
				<category><![CDATA[Web Technologies]]></category>

		<guid isPermaLink="false">http://www.vadionline.com/?p=108</guid>
		<description><![CDATA[If you are using Snecha GXT UI libraries for GWT app and encounter &#8216;unable to compile Resource&#8217; module or &#8216;Unable to find entry point for Resource&#8217; module&#8217; Check these things &#8216;resource&#8217; directory is under web application root (war directory under Eclipse  project structure) Check if you have added com.extjs.gxt.samples.resources.Resources.gwt.xml under GWT-&#62;Compile-&#62;Add Entry Modules list. If [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using Snecha GXT UI libraries for GWT app and encounter &#8216;unable to compile Resource&#8217; module or &#8216;Unable to find entry point for Resource&#8217; module&#8217;</p>
<p>Check these things</p>
<ol>
<li>&#8216;resource&#8217; directory is under web application root (war directory under Eclipse  project structure)</li>
<li>Check if you have added<em> com.extjs.gxt.samples.resources.Resources.gwt.xml </em>under GWT-&gt;Compile-&gt;Add Entry Modules list. If so, remove the module entry and recompile.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.vadionline.com/webtechnologies/unable-to-compile-resources-directory.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleveland Snow Videos</title>
		<link>http://www.vadionline.com/personal/cleveland-snow-videos.html</link>
		<comments>http://www.vadionline.com/personal/cleveland-snow-videos.html#comments</comments>
		<pubDate>Wed, 02 Feb 2011 15:13:58 +0000</pubDate>
		<dc:creator>Vadiraj</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.vadionline.com/?p=103</guid>
		<description><![CDATA[We all enjoyed snow here and showing the aftermath of Winter Storm in 2011 Feb 1st.]]></description>
			<content:encoded><![CDATA[<p>This is the video taken after night long winter storm in Cleveland. Although, it hasn&#8217;t affected much like other places, still it&#8217;s a worth video taping&#8230;;)</p>
<p><iframe src="http://www.dailymotion.com/embed/video/xguy6v" width="500" height="375" frameborder="0"></iframe></p>
<p>This own is on my way to 271 S on Chagrin Blvd</p>
<p><iframe src="http://www.dailymotion.com/embed/video/xguy85" width="500" height="375" frameborder="0"></iframe></p>
<p>This is own 271 S on my way to office in Barberton.</p>
<p><iframe src="http://www.dailymotion.com/embed/video/xguy8t" width="500" height="375" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vadionline.com/personal/cleveland-snow-videos.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Any money spent in capitalism is a good money</title>
		<link>http://www.vadionline.com/vadis-wisdoms/any-money-spent-in-capitalism-is-a-good-money.html</link>
		<comments>http://www.vadionline.com/vadis-wisdoms/any-money-spent-in-capitalism-is-a-good-money.html#comments</comments>
		<pubDate>Sat, 13 Nov 2010 00:35:20 +0000</pubDate>
		<dc:creator>Vadiraj</dc:creator>
				<category><![CDATA[Vadi's Wisdoms]]></category>
		<category><![CDATA[quotes]]></category>

		<guid isPermaLink="false">http://www.vadionline.com/?p=78</guid>
		<description><![CDATA[Any money spent in capitalism is a good money. No need to debate over, if you are spending your money for good cause or bad cause. Just spend it. Your money is good, as long as you spend it.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Any money spent in capitalism is a good money.</p></blockquote>
<p>No need to debate over, if you are spending your money for good cause or bad cause. Just spend it. Your money is good, as long as you spend it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vadionline.com/vadis-wisdoms/any-money-spent-in-capitalism-is-a-good-money.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You can do anything, all you need is a justification</title>
		<link>http://www.vadionline.com/personal/you-can-do-anything-all-you-need-is-a-justification.html</link>
		<comments>http://www.vadionline.com/personal/you-can-do-anything-all-you-need-is-a-justification.html#comments</comments>
		<pubDate>Sat, 13 Nov 2010 00:28:37 +0000</pubDate>
		<dc:creator>Vadiraj</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Vadi's Wisdoms]]></category>
		<category><![CDATA[quotes]]></category>

		<guid isPermaLink="false">http://www.vadionline.com/?p=70</guid>
		<description><![CDATA[You can do anything, all you need is a justification As long as you can sell your justification to others, you can do whatever you want]]></description>
			<content:encoded><![CDATA[<blockquote><p>You can do anything, all you need is a justification</p></blockquote>
<p>As long as you can sell your justification to others, you can do whatever you want</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vadionline.com/personal/you-can-do-anything-all-you-need-is-a-justification.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attributes defined only in child types</title>
		<link>http://www.vadionline.com/plm/attributes-defined-only-in-child-types.html</link>
		<comments>http://www.vadionline.com/plm/attributes-defined-only-in-child-types.html#comments</comments>
		<pubDate>Fri, 12 Nov 2010 15:39:24 +0000</pubDate>
		<dc:creator>Vadiraj</dc:creator>
				<category><![CDATA[PLM]]></category>
		<category><![CDATA[Enovia]]></category>
		<category><![CDATA[ENOVIA MatrixOne]]></category>
		<category><![CDATA[MQL]]></category>

		<guid isPermaLink="false">http://www.vadionline.com/?p=71</guid>
		<description><![CDATA[How do you get the attributes defined only for the child type in Enovia?]]></description>
			<content:encoded><![CDATA[<p><strong>How do you get the attributes defined only for the child type in Enovia?</strong></p>
<blockquote><p><code>print type <em>&lt;type name&gt;</em> select attribute dump |;</code></p></blockquote>
<p>This command will give you all the attributes associated with the type including those inherited from its parent.</p>
<p>Use below command to get all the attribute defined only for the type in question.</p>
<blockquote><p><code>print type <em>&lt;type name&gt;</em> select immediateattribute dump |;</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.vadionline.com/plm/attributes-defined-only-in-child-types.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing a search based application</title>
		<link>http://www.vadionline.com/webtechnologies/developing-a-search-based-application.html</link>
		<comments>http://www.vadionline.com/webtechnologies/developing-a-search-based-application.html#comments</comments>
		<pubDate>Sun, 10 Oct 2010 14:09:29 +0000</pubDate>
		<dc:creator>Vadiraj</dc:creator>
				<category><![CDATA[PLM]]></category>
		<category><![CDATA[Web Technologies]]></category>
		<category><![CDATA[SBA]]></category>
		<category><![CDATA[Search Technologies]]></category>
		<category><![CDATA[Search-based Applications]]></category>

		<guid isPermaLink="false">http://www.vadionline.com/?p=50</guid>
		<description><![CDATA[Known as SBA, Search-based Applications employ semantic technologies to aggregate, normalize and classify unstructured, semi-structuredand/or structured content across multiple repositories, and employ natural language technologies for accessing the aggregated information.]]></description>
			<content:encoded><![CDATA[<p>Known as SBA, Search-based Applications employ <em>semantic technologies </em>to aggregate, normalize and classify unstructured, semi-structuredand/or structured content across multiple repositories, and employ <em>natural language technologies</em> for accessing the aggregated information.</p>
<p>To give you an idea, let us say restaurant directory that consolidates source data including database content (restaurant listings in the directory database), Web content (photos, details like opening hours, prices, menus, payment options, etc.), and user-generated content (opinions, ratings, reviews, blogs, etc., also gathered from the Web), with <strong>sentiment analysis</strong> applied on the aggregated content. It also incorporates geospatial data for mapping. The result is an ultra-rich directory that synthesizes a massive amount of information into a coherent, at-a-glance consumer dashboard.</p>
<p><span id="more-50"></span></p>
<p><strong><span style="text-decoration: underline;">What is </span></strong><em><strong><span style="text-decoration: underline;">semantic technologies?</span></strong></em></p>
<p>In a traditional Software Applications, meanings and relationships must be predefined and “hard wired” into data formats and the application program code at design time.</p>
<p><strong>semantic technology</strong> encodes meanings separately from data and content files, and separately from application code.</p>
<p>This enables machines as well as people to understand, share and reason with them at execution time. With semantic technologies, adding, changing and implementing new relationships in a different way can be just as simple as changing the external model that these programs share.</p>
<p><span style="text-decoration: underline;"><strong>What is </strong></span><em><span style="text-decoration: underline;"><strong>Natural Language Processing?</strong></span></em></p>
<p><em>Natural Language processing (NLP)</em> focuses on the interactions between computers and human (natural) languages and a way to human-computer interaction. It means as the computer is aware of the situation and outside world.</p>
<p>SBAs are used in various domains:</p>
<ul>
<li><strong>Enterprise Business Applications: </strong>Such as Customer Relationship Management (CRM), Enterprise Resource Planning (ERP),Supply Chain Management (SCM), Compliance &amp; Discovery, and Business Intelligence (BI)</li>
</ul>
<ul>
<li><strong>Web Applications:</strong> Typically, B2B, B2C and C2B applications that mash-up data and functionality from diverse sources (databases, Web content, user-generated content, mapping data and functions, etc.)</li>
</ul>
<ul>
<li><strong>Database Offloading:</strong> In this case, SBAs are used to provide an alternate means of accessing database content that is non-intrusive to source systems</li>
</ul>
<ul>
<li><strong>Data Migration:</strong> SBAs are sometimes used as a temporary platform to ensure continuity of information access during large scale migration projects</li>
</ul>
<ul>
<li><strong>Information Lifecycle Management:</strong> SBAs are used as a complement to Data Management ecosystems, such as those used for Product Lifecycle Management (PLM) and Master Data Management (MDM)</li>
</ul>
<p>With this background I am going to develop a search-based application pilot in coming months.</p>
<p>Pilot Objectives:</p>
<ul>
<li>Demonstrate the working knowledge of the Search-based application eco system.</li>
<li>Understanding its strength and weakness</li>
<li>Analyse the system with respect to Small and Medium Enterprises IT requirements.</li>
<li>It outlook with respect to PLM system.</li>
</ul>
<p>I am going to publish the articles as I proceed with this pilot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vadionline.com/webtechnologies/developing-a-search-based-application.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

