<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Shaiekh&#039;s Notebook</title>
	<atom:link href="http://shaiekh.com/home/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://shaiekh.com/home</link>
	<description>Life as it is... Sometimes it rains and sometimes the sun shines brighter than ever. Everyday, learning a new thing...</description>
	<lastBuildDate>Sat, 21 Apr 2012 16:56:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Difference between TRUNCATE and DELETE by nayef</title>
		<link>http://shaiekh.com/home/database/difference-between-truncate-and-delete/#comment-62</link>
		<dc:creator>nayef</dc:creator>
		<pubDate>Sat, 21 Apr 2012 16:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://shaiekh.com/home/?p=567#comment-62</guid>
		<description>nicely written</description>
		<content:encoded><![CDATA[<p>nicely written</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring 3 annotation + Maven 3 + Tomcat 7 + Intellij Idea by Maruf</title>
		<link>http://shaiekh.com/home/intellij-idea/spring-3-annotation-maven-3-tomcat-7-intellij-idea/#comment-48</link>
		<dc:creator>Maruf</dc:creator>
		<pubDate>Wed, 21 Mar 2012 09:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://shaiekh.com/home/?p=492#comment-48</guid>
		<description>Many many thanks...It works fine</description>
		<content:encoded><![CDATA[<p>Many many thanks&#8230;It works fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Maven 3 on Ubuntu by Ali</title>
		<link>http://shaiekh.com/home/ubuntu/installing-maven-3-on-ubuntu/#comment-47</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Mon, 05 Mar 2012 21:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://shaiekh.com/home/?p=478#comment-47</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuration of log4j and simple Hello World logging by nayef</title>
		<link>http://shaiekh.com/home/java/configuring-log4j-and-simple-hello-world/#comment-46</link>
		<dc:creator>nayef</dc:creator>
		<pubDate>Thu, 16 Feb 2012 07:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://shaiekh.com/home/?p=12#comment-46</guid>
		<description>correction: i meant if the xml file is working at all</description>
		<content:encoded><![CDATA[<p>correction: i meant if the xml file is working at all</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuration of log4j and simple Hello World logging by nayef</title>
		<link>http://shaiekh.com/home/java/configuring-log4j-and-simple-hello-world/#comment-45</link>
		<dc:creator>nayef</dc:creator>
		<pubDate>Thu, 16 Feb 2012 07:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://shaiekh.com/home/?p=12#comment-45</guid>
		<description>&quot;The property file is less verbose than an XML file. The XML requires the
log4j.dtd to be placed in the source folder as well.&quot;  - http://www.laliluna.de/articles/log4j-tutorial.html
but i cant see any DTD file in your source folder. is the property file working at all?</description>
		<content:encoded><![CDATA[<p>&#8220;The property file is less verbose than an XML file. The XML requires the<br />
log4j.dtd to be placed in the source folder as well.&#8221;  &#8211; <a href="http://www.laliluna.de/articles/log4j-tutorial.html" rel="nofollow">http://www.laliluna.de/articles/log4j-tutorial.html</a><br />
but i cant see any DTD file in your source folder. is the property file working at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuration of log4j and simple Hello World logging by nayef</title>
		<link>http://shaiekh.com/home/java/configuring-log4j-and-simple-hello-world/#comment-44</link>
		<dc:creator>nayef</dc:creator>
		<pubDate>Thu, 16 Feb 2012 07:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://shaiekh.com/home/?p=12#comment-44</guid>
		<description>here you defined both log4j.properties or log4j.xml . wont it work if only one of them is defined? virtually they both contain the same description.</description>
		<content:encoded><![CDATA[<p>here you defined both log4j.properties or log4j.xml . wont it work if only one of them is defined? virtually they both contain the same description.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create a web application using Maven, Import as Intellij Idea project and Deploy to Tomcat Server by Spring 3 annotation + Maven 3 + Tomcat 7 + Intellij Idea &#8211; shaiekh&#8217;s notebook &#124; Shaiekh&#039;s Notebook</title>
		<link>http://shaiekh.com/home/intellij-idea/create-a-web-application-using-maven-import-as-intellij-idea-project-and-deploy-to-tomcat-server/#comment-43</link>
		<dc:creator>Spring 3 annotation + Maven 3 + Tomcat 7 + Intellij Idea &#8211; shaiekh&#8217;s notebook &#124; Shaiekh&#039;s Notebook</dc:creator>
		<pubDate>Mon, 06 Feb 2012 15:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://shaiekh.com/home/?p=485#comment-43</guid>
		<description>[...] What I Want: Integrate Spring 3 annotaion controller in my Hello World project created from  last post: Create a web application using Maven, Import as Intellij Idea project and Deploy to Tomcat Server. [...]</description>
		<content:encoded><![CDATA[<p>[...] What I Want: Integrate Spring 3 annotaion controller in my Hello World project created from  last post: Create a web application using Maven, Import as Intellij Idea project and Deploy to Tomcat Server. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordweb alternative in linux: Artha by Marjeo</title>
		<link>http://shaiekh.com/home/uncategorized/wordweb-alternative-in-linux-artha/#comment-23</link>
		<dc:creator>Marjeo</dc:creator>
		<pubDate>Thu, 04 Aug 2011 15:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://shaiekh.com/home/?p=125#comment-23</guid>
		<description>I tried installing Wordweb in my Ubuntu 11.04, it worked well. It runs over WINE. 1.3.xx</description>
		<content:encoded><![CDATA[<p>I tried installing Wordweb in my Ubuntu 11.04, it worked well. It runs over WINE. 1.3.xx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use your desired directory as a temporary server by Shrayas</title>
		<link>http://shaiekh.com/home/script/use-your-desired-directory-as-a-temporary-server-i/#comment-20</link>
		<dc:creator>Shrayas</dc:creator>
		<pubDate>Thu, 14 Apr 2011 07:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://shaiekh.com/home/?p=112#comment-20</guid>
		<description>Hey man. This is awesome . 

I&#039;m just wondering , do you know how i can style this ? Or is it not possible ? I dont quite understand the concept . Could you help me out please.</description>
		<content:encoded><![CDATA[<p>Hey man. This is awesome . </p>
<p>I&#8217;m just wondering , do you know how i can style this ? Or is it not possible ? I dont quite understand the concept . Could you help me out please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Islam and Bodybuilding by Jim</title>
		<link>http://shaiekh.com/home/uncategorized/islam-and-bodybuilding/#comment-19</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 13 Apr 2011 15:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://shaiekh.com/home/?p=300#comment-19</guid>
		<description>Despite living in a &quot;quite&quot; catholic country, I&#039;m not religious. Despite being a non-religious dude, I do share some of your principles and values: I despise pride.

Reading this article, out of curiosity, I realized it&#039;s not even about Islam or Fitness. It&#039;s about what kind of human being we decide to be upon waking up in the morning.

Truth is Honesty. Love is Compassion. Courage is Valor. You start mixing them up and you get Justice (Truth + Love), Honor (Truth + Courage) and Sacrifice (Love + Courage). The absence of Truth, Love and Courage is Pride, the opposite of which is Humility.

And that&#039;s how we should live our lives. Without selfishness. Without showing off. Without pride. We should practice humility every single waking moment. This is true in every aspect of life. Work, fitness, relationships.

Then , as you said, fitness is essential for a good health. We cannot do good nor protect the others if we cannot do good to our own body and mind. In this sense, fitness is functional to improving our abilities in doing good and withstanding the required effort.

Obviously, being a non believer, I&#039;m leaving out the jihad part, but whenever someone (be it a person or a group of people) has to face a challenge, he&#039;s required both physical and mental strength to overcome the struggle.

That&#039;s because you can&#039;t always use logical thinking against someone who just want to do you harm, I guess.

Peace,
Jim</description>
		<content:encoded><![CDATA[<p>Despite living in a &#8220;quite&#8221; catholic country, I&#8217;m not religious. Despite being a non-religious dude, I do share some of your principles and values: I despise pride.</p>
<p>Reading this article, out of curiosity, I realized it&#8217;s not even about Islam or Fitness. It&#8217;s about what kind of human being we decide to be upon waking up in the morning.</p>
<p>Truth is Honesty. Love is Compassion. Courage is Valor. You start mixing them up and you get Justice (Truth + Love), Honor (Truth + Courage) and Sacrifice (Love + Courage). The absence of Truth, Love and Courage is Pride, the opposite of which is Humility.</p>
<p>And that&#8217;s how we should live our lives. Without selfishness. Without showing off. Without pride. We should practice humility every single waking moment. This is true in every aspect of life. Work, fitness, relationships.</p>
<p>Then , as you said, fitness is essential for a good health. We cannot do good nor protect the others if we cannot do good to our own body and mind. In this sense, fitness is functional to improving our abilities in doing good and withstanding the required effort.</p>
<p>Obviously, being a non believer, I&#8217;m leaving out the jihad part, but whenever someone (be it a person or a group of people) has to face a challenge, he&#8217;s required both physical and mental strength to overcome the struggle.</p>
<p>That&#8217;s because you can&#8217;t always use logical thinking against someone who just want to do you harm, I guess.</p>
<p>Peace,<br />
Jim</p>
]]></content:encoded>
	</item>
</channel>
</rss>

