<?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>Krish Manohar</title>
	<atom:link href="http://www.krishmanohar.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krishmanohar.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:04:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to load Ajax libraries via google.load() method</title>
		<link>http://www.krishmanohar.com/2010/03/10/how-to-load-ajax-libraries-via-google-load-method/</link>
		<comments>http://www.krishmanohar.com/2010/03/10/how-to-load-ajax-libraries-via-google-load-method/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 12:50:37 +0000</pubDate>
		<dc:creator>Krish Manohar</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[google.load()]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jqueryui]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scriptaculous]]></category>
		<category><![CDATA[swfobject]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://www.krishmanohar.com/?p=17</guid>
		<description><![CDATA[
How to load Ajax Libaries via google.load() method.

To do so please fallow these steps:

1. In your app/website header please copy and paste:

&#60;script src=&#34;http://www.google.com/jsapi&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;

2. Copy and paste the fallow below step 1:

&#60;script&#62;
    // Load Mootools
    google.load('mootools', '1.2.4');
    // Load jQuery
    google.load(&#34;jquery&#34;, &#34;1.4.2&#34;);
&#60;/script&#62;

That is [...]]]></description>
			<content:encoded><![CDATA[<pre><img class="aligncenter size-full wp-image-26" title="img_google_logo" src="http://www.krishmanohar.com/wp-content/uploads/2010/03/img_google_logo.png" alt="" width="300" height="100" />
How to load Ajax Libaries via google.load() method.

To do so please fallow these steps:

1. In your app/website header please copy and paste:
<pre class="brush: jscript;">
&lt;script src=&quot;http://www.google.com/jsapi&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
<p>2. Copy and paste the fallow below step 1:</p>
<pre class="brush: jscript;">
&lt;script&gt;
    // Load Mootools
    google.load('mootools', '1.2.4');
    // Load jQuery
    google.load(&quot;jquery&quot;, &quot;1.4.2&quot;);
&lt;/script&gt;
</pre>
<p>That is it, you should now be able to utilize your favorite Ajax libraries.
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.krishmanohar.com/2010/03/10/how-to-load-ajax-libraries-via-google-load-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Ready2Run Jetty+OpenBD on a Mac</title>
		<link>http://www.krishmanohar.com/2010/03/02/running-ready2run-jettyopenbd-on-a-mac/</link>
		<comments>http://www.krishmanohar.com/2010/03/02/running-ready2run-jettyopenbd-on-a-mac/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:07:54 +0000</pubDate>
		<dc:creator>Krish Manohar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Open BlueDragon]]></category>
		<category><![CDATA[java error]]></category>
		<category><![CDATA[open blue dragon]]></category>
		<category><![CDATA[openbd]]></category>
		<category><![CDATA[update mac]]></category>

		<guid isPermaLink="false">http://www.krishmanohar.com/?p=12</guid>
		<description><![CDATA[When trying to run OpenBD on my mac, I was getting this error &#8220;java.lang.UnsupportedClassVersionError: Bad version number in .class file&#8221;:
To fix this, fallow these steps:
From the Apple () menu, choose Software Update.

Software Update checks for available updates. In the Software Update window, select the items you want to install, then click Install. Usually, you should [...]]]></description>
			<content:encoded><![CDATA[<p>When trying to run OpenBD on my mac, I was getting this error &#8220;java.lang.UnsupportedClassVersionError: Bad version number in .class file&#8221;:</p>
<p>To fix this, fallow these steps:</p>
<p>From the <strong>Apple</strong> () menu, choose <strong>Software Update</strong>.</p>
<p><img class="size-full wp-image-13 alignleft" title="HT1338c" src="http://www.krishmanohar.com/wp-content/uploads/2010/03/HT1338c.png" alt="" width="237" height="144" /></p>
<p>Software Update checks for available updates. In the Software Update window, select the items you want to install, then click Install. Usually, you should install all available updates.</p>
<p>Enter an administrator account name and password.</p>
<p>After installation is complete, restart the computer if required.</p>
<p>The error should be fix, if you are still having issue, please leave a comment with the error.</p>
<p>This is source from Apple.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.krishmanohar.com/2010/03/02/running-ready2run-jettyopenbd-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open BlueDragon Install Script by Vivio Technologies</title>
		<link>http://www.krishmanohar.com/2010/03/01/open-bluedragon-install-script-by-vivio-technologies/</link>
		<comments>http://www.krishmanohar.com/2010/03/01/open-bluedragon-install-script-by-vivio-technologies/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 20:57:42 +0000</pubDate>
		<dc:creator>Krish Manohar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Open BlueDragon]]></category>

		<guid isPermaLink="false">http://www.krishmanohar.com/?p=8</guid>
		<description><![CDATA[
I must say &#8220;Vivio Tech did a good job on making this install script&#8221;, I was reading on OBD (Open BlueDragon) for days, and finally decided to implement it as my main ColdFusion server for both production and development.
I must thank ODB team on doing a wonderful job on maintaining this project, and providing free [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-9" title="logo" src="http://www.krishmanohar.com/wp-content/uploads/2010/03/logo.gif" alt="" width="270" height="55" /><br />
I must say &#8220;Vivio Tech did a good job on making this install script&#8221;, I was reading on OBD (Open BlueDragon) for days, and finally decided to implement it as my main ColdFusion server for both production and development.</p>
<p>I must thank ODB team on doing a wonderful job on maintaining this project, and providing free and wonderful support via Google group. I will be using this software as my primary environment until I reckon I need to change.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.krishmanohar.com/2010/03/01/open-bluedragon-install-script-by-vivio-technologies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.krishmanohar.com/2010/02/25/hello-world/</link>
		<comments>http://www.krishmanohar.com/2010/02/25/hello-world/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 19:37:50 +0000</pubDate>
		<dc:creator>Krish Manohar</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.krishmanohar.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

&#60;cfscript&#62;
&#60;pre&#62;emp = createObject( &#34;component&#34;, &#34;Employee&#34; );
emp.setFirstName( &#34;John&#34; );
emp.setLastName( &#34;Smith&#34; );
emp.setAge( 24 );
&#60;/cfscript&#62;

]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
<pre class="brush: coldfusion;">
&lt;cfscript&gt;
&lt;pre&gt;emp = createObject( &quot;component&quot;, &quot;Employee&quot; );
emp.setFirstName( &quot;John&quot; );
emp.setLastName( &quot;Smith&quot; );
emp.setAge( 24 );
&lt;/cfscript&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.krishmanohar.com/2010/02/25/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
