<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Krish Manohar</title>
	<link>http://www.krishmanohar.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:04:37 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to load Ajax libraries via google.load() method</title>
		<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>
		<link>http://www.krishmanohar.com/2010/03/10/how-to-load-ajax-libraries-via-google-load-method/</link>
			</item>
	<item>
		<title>Running Ready2Run Jetty+OpenBD on a Mac</title>
		<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>
		<link>http://www.krishmanohar.com/2010/03/02/running-ready2run-jettyopenbd-on-a-mac/</link>
			</item>
	<item>
		<title>Open BlueDragon Install Script by Vivio Technologies</title>
		<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>
		<link>http://www.krishmanohar.com/2010/03/01/open-bluedragon-install-script-by-vivio-technologies/</link>
			</item>
	<item>
		<title>Hello world!</title>
		<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>
		<link>http://www.krishmanohar.com/2010/02/25/hello-world/</link>
			</item>
</channel>
</rss>
