<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Krish Manohar</title>
	<link>http://www.krishmanohar.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 08 Jul 2010 15:54:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Best PHP Contact Form with jQuery Validation Tutorial</title>
		<description><![CDATA[Raymond Selda wrote one of the best tutorial I have read in a long long time. I enjoyed reading it and I learned new things about Jquery validations. Thank you Raymond and hope you write more on the subject of Jquery. Link: http://www.raymondselda.com/php-contact-form-with-jquery-validation/]]></description>
		<link>http://www.krishmanohar.com/2010/07/08/best-php-contact-form-with-jquery-validation-tutorial/</link>
			</item>
	<item>
		<title>MIME types required for serving Flash movies</title>
		<description><![CDATA[SWF MIME type: MIME type:application/x-shockwave-flash File suffix: .swf Macintosh web servers may require the following additional settings: Action: Binary Type: SWFL Creator: SWF2 FLV MIME type: MIME type:flv-application/octet-stream File suffix: .flv]]></description>
		<link>http://www.krishmanohar.com/2010/05/17/mime-types-required-for-serving-flash-movies/</link>
			</item>
	<item>
		<title>CentOS Release of 5.5</title>
		<description><![CDATA[Looks like CentOS 5.5 release Saturday 15 May 2010 00:05 GMT I will need to upgrade all of my servers with this new base release. I will also be waiting one week before doing this just to make sure its a good release. Anybody with a good documentation on how to upgrade without any downtime [...]]]></description>
		<link>http://www.krishmanohar.com/2010/05/17/centos-release-of-5-5/</link>
			</item>
	<item>
		<title>Field Service Software In the work</title>
		<description><![CDATA[Currently I am working on a field service application for almost all professional service field. Features: CRM &#8211; Customer Relationship Management Calendar Support Desk Tasks Manager Custom Option for fields &#38; reports Customer Portal]]></description>
		<link>http://www.krishmanohar.com/2010/05/14/field-service-software-in-the-work/</link>
			</item>
	<item>
		<title>Attack on my server today</title>
		<description><![CDATA[Here are the logs 79.188.50.35 &#8211; - [15/Apr/2010:18:09:18 +0000] &#8220;GET /phpMyAdmin/config/config.inc. php HTTP/1.0&#8243; 404 309 &#8220;-&#8221; &#8220;-&#8221; 79.188.50.35 &#8211; - [15/Apr/2010:18:09:17 +0000] &#8220;GET /phpMyAdmin/config.inc.php HTTP/1.0&#8243; 404 302 &#8220;-&#8221; &#8220;-&#8221; 79.188.50.35 &#8211; - [15/Apr/2010:18:09:17 +0000] &#8220;GET /pMA/scripts/setup.php HTTP/1.0&#8243; 404 298 &#8220;-&#8221; &#8220;-&#8221; 79.188.50.35 &#8211; - [15/Apr/2010:18:09:16 +0000] &#8220;GET /pMA/config/config.inc.php HTTP/1.0&#8243; 404 302 &#8220;-&#8221; &#8220;-&#8221; 79.188.50.35 &#8211; [...]]]></description>
		<link>http://www.krishmanohar.com/2010/04/15/attack-on-my-server-today/</link>
			</item>
	<item>
		<title>Online radio with nicecast and flash player solution</title>
		<description><![CDATA[Two friend of mine request for me to help them with their online radio show. Well I love to be part of small project. But I dearly need a good solution for their web site player.]]></description>
		<link>http://www.krishmanohar.com/2010/04/01/online-radio-with-nicecast-and-flash-player-solution/</link>
			</item>
	<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 it, you should now be [...]]]></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. [...]]]></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 [...]]]></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>
