<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>lionide&#039;s blog</title>
	<atom:link href="http://lionide.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lionide.wordpress.com</link>
	<description>drupal, spirituality, alternative media and more</description>
	<lastBuildDate>Fri, 08 Jul 2011 00:20:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lionide.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/f0a58ef435814b9193a038894d9ed455?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>lionide&#039;s blog</title>
		<link>http://lionide.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lionide.wordpress.com/osd.xml" title="lionide&#039;s blog" />
	<atom:link rel='hub' href='http://lionide.wordpress.com/?pushpress=hub'/>
		<item>
		<title>OpenOffice BootstrapException NoConnectException with Invisible (Hidden/Headless) Mode with Linux</title>
		<link>http://lionide.wordpress.com/2011/05/01/openoffice-bootstrapexception-noconnectexception-with-invisible-hiddenheadless-mode-with-linux/</link>
		<comments>http://lionide.wordpress.com/2011/05/01/openoffice-bootstrapexception-noconnectexception-with-invisible-hiddenheadless-mode-with-linux/#comments</comments>
		<pubDate>Sun, 01 May 2011 09:03:38 +0000</pubDate>
		<dc:creator>lionide</dc:creator>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Open Office]]></category>

		<guid isPermaLink="false">http://lionide.wordpress.com/?p=93</guid>
		<description><![CDATA[I got this exception  com.sun.star.comp.helper.BootstrapException: com.sun.star.connection.NoConnectException while connecting to open office from another application (PhpBridge custom servlet in my case). Here&#8217;s the original code i was using BootstrapSocketConnector.bootstrap(installationPath); Here how I got around it. List&#60;String&#62; oooOptions = OOoServer.getDefaultOOoOptions(); oooOptions.add(&#8220;-headless&#8221;); oooOptions.add(&#8220;-nofirststartwizard&#8221;); The -headless &#38; -nofirststartwizard are important. In linux, the &#8220;headless&#8221; package must be separately installed. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=93&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got this exception</p>
<blockquote><p> com.sun.star.comp.helper.BootstrapException: com.sun.star.connection.NoConnectException</p></blockquote>
<p>while connecting to open office from another application (PhpBridge custom servlet in my case).</p>
<p>Here&#8217;s the original code i was using</p>
<blockquote><p>BootstrapSocketConnector.bootstrap(installationPath);</p></blockquote>
<p>Here how I got around it.</p>
<blockquote><p>List&lt;String&gt; oooOptions = OOoServer.getDefaultOOoOptions();<br />
oooOptions.add(&#8220;-headless&#8221;);<br />
oooOptions.add(&#8220;-nofirststartwizard&#8221;);</p></blockquote>
<p>The -headless &amp; -nofirststartwizard are important. In linux, the &#8220;headless&#8221; package must be separately installed.</p>
<p>Next, do the following</p>
<blockquote><p>OOoServer oooServer = new OOoServer(installationPath, oooOptions);<br />
BootstrapSocketConnector bootstrapSocketConnector = new BootstrapSocketConnector(oooServer);<br />
XComponentContext context = bootstrapSocketConnector.connect();</p></blockquote>
<p>Once you have a componentContext, you&#8217;re all set and good to go!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lionide.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lionide.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lionide.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lionide.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lionide.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lionide.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lionide.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lionide.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lionide.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lionide.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lionide.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lionide.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lionide.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lionide.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=93&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lionide.wordpress.com/2011/05/01/openoffice-bootstrapexception-noconnectexception-with-invisible-hiddenheadless-mode-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/40e3b20292fbe82349349a25622ea4b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lionide</media:title>
		</media:content>
	</item>
		<item>
		<title>Death, the Leveller (Poetry)</title>
		<link>http://lionide.wordpress.com/2011/05/01/death-the-leveller-poetry/</link>
		<comments>http://lionide.wordpress.com/2011/05/01/death-the-leveller-poetry/#comments</comments>
		<pubDate>Sun, 01 May 2011 08:38:10 +0000</pubDate>
		<dc:creator>lionide</dc:creator>
				<category><![CDATA[Death]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[Poetry]]></category>
		<category><![CDATA[Spirituality]]></category>

		<guid isPermaLink="false">http://lionide.wordpress.com/?p=89</guid>
		<description><![CDATA[Their homes they built, walls high and strong, Heavily armed guards to protect them along; But, all stood helpless before death, you know! And lost in their struggle to survive, you know! Dragged into graves from those castles were they Into narrow, dark depths where, unfortunate, they lay; ‘Gone is your glory, your splendour, O [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=89&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>Their homes they built, walls high and strong,</strong></p>
<p><strong>Heavily armed guards to protect them along;</strong></p>
<p><strong>But, all stood helpless before death, you know!</strong></p>
<p><strong>And lost in their struggle to survive, you know! </strong></p>
<p><strong>Dragged into graves from those castles were they</strong></p>
<p><strong>Into narrow, dark depths where, unfortunate, they lay;</strong></p>
<p><strong>‘Gone is your glory, your splendour, O where?’</strong></p>
<p><strong>Cried a voice, ‘your throne, your crown, O where?’</strong></p>
<p><strong>Luxury and lust were certainly not new</strong></p>
<p><strong>Thick parlour curtains always hid them from view;</strong></p>
<p><strong>Defeated, despised, stinking corpses today</strong></p>
<p><strong>In graves of dust, were they left to decay;</strong></p>
<p><strong>The dust they spat on, now above them lay,</strong></p>
<p><strong>Those faces of lust, just buried away;</strong></p>
<p><strong>Their bellies they filled with rich sumptuous food,</strong></p>
<p><strong>Now graves they filled, recording nothing good;</strong></p>
<p><strong>Gluttonous they remained for years on end,</strong></p>
<p><strong>Now for their deeds, in the grave, they fend!</strong></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lionide.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lionide.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lionide.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lionide.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lionide.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lionide.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lionide.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lionide.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lionide.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lionide.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lionide.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lionide.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lionide.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lionide.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=89&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lionide.wordpress.com/2011/05/01/death-the-leveller-poetry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/40e3b20292fbe82349349a25622ea4b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lionide</media:title>
		</media:content>
	</item>
		<item>
		<title>WinSCP console hangs while installing with yum</title>
		<link>http://lionide.wordpress.com/2011/02/13/winscp-console-hangs-while-installing-with-yum/</link>
		<comments>http://lionide.wordpress.com/2011/02/13/winscp-console-hangs-while-installing-with-yum/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 13:10:38 +0000</pubDate>
		<dc:creator>lionide</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[winscp]]></category>
		<category><![CDATA[yum]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mod_dav_svn]]></category>
		<category><![CDATA[putty]]></category>

		<guid isPermaLink="false">http://lionide.wordpress.com/?p=81</guid>
		<description><![CDATA[This seemed very wierd to me. Here&#8217;s what i used to get before it &#8220;hung&#8221; [root@xxxx ~]# yum install mod_dav_svn Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: centos.mirror.iweb.ca * base: centos.mirror.iweb.ca * epel: mirror.csclub.uwaterloo.ca * extras: centos.mirror.iweb.ca * updates: centos.mirror.iweb.ca Setting up Install Process Resolving Dependencies &#8211;&#62; Running transaction check &#8212;&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=81&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This seemed very wierd to me.</p>
<p>Here&#8217;s what i used to get before it &#8220;hung&#8221;</p>
<blockquote><p>[root@xxxx ~]# yum install mod_dav_svn<br />
Loaded plugins: fastestmirror<br />
Loading mirror speeds from cached hostfile<br />
* addons: centos.mirror.iweb.ca<br />
* base: centos.mirror.iweb.ca<br />
* epel: mirror.csclub.uwaterloo.ca<br />
* extras: centos.mirror.iweb.ca<br />
* updates: centos.mirror.iweb.ca<br />
Setting up Install Process<br />
Resolving Dependencies<br />
&#8211;&gt; Running transaction check<br />
&#8212;&gt; Package mod_dav_svn.x86_64 0:1.4.2-4.el5_3.1 set to be updated<br />
&#8211;&gt; Finished Dependency Resolution</p>
<p>Dependencies Resolved</p>
<p>================================================================================<br />
Package             Arch           Version                  Repository    Size<br />
================================================================================<br />
Installing:<br />
mod_dav_svn         x86_64         1.4.2-4.el5_3.1          base          70 k</p>
<p>Transaction Summary<br />
================================================================================<br />
Install       1 Package(s)<br />
Upgrade       0 Package(s)</p>
<p>Total download size: 70 k</p></blockquote>
<p>Host is not communicating for more than 15 seconds. Still waiting&#8230;.</p>
<p>Warning: Aborting this operating will close the connection.</p>
<p>As it turned out, it was waiting for user input</p>
<p>&#8220;Is this ok[y/N]&#8220;</p>
<p>Solution: ? The &#8220;-y&#8221; flag of yum</p>
<blockquote><p>yum-y install mod_dav_svn</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lionide.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lionide.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lionide.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lionide.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lionide.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lionide.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lionide.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lionide.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lionide.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lionide.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lionide.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lionide.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lionide.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lionide.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=81&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lionide.wordpress.com/2011/02/13/winscp-console-hangs-while-installing-with-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/40e3b20292fbe82349349a25622ea4b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lionide</media:title>
		</media:content>
	</item>
		<item>
		<title>Tradition 5 &#8211; Good Behavior</title>
		<link>http://lionide.wordpress.com/2011/01/24/tradition-5-good-behavior/</link>
		<comments>http://lionide.wordpress.com/2011/01/24/tradition-5-good-behavior/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 18:50:50 +0000</pubDate>
		<dc:creator>lionide</dc:creator>
				<category><![CDATA[Ali]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[good behavior]]></category>
		<category><![CDATA[Hadith]]></category>
		<category><![CDATA[Spirituality]]></category>
		<category><![CDATA[ali]]></category>
		<category><![CDATA[manners]]></category>

		<guid isPermaLink="false">http://lionide.wordpress.com/?p=74</guid>
		<description><![CDATA[Train yourself in good behavior with regards to what you dislike in others. - Imam Ali (a.s)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=74&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>Train yourself in good behavior with regards to what you dislike in others.</p>
<p>- Imam Ali (a.s)</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lionide.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lionide.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lionide.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lionide.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lionide.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lionide.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lionide.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lionide.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lionide.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lionide.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lionide.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lionide.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lionide.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lionide.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=74&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lionide.wordpress.com/2011/01/24/tradition-5-good-behavior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/40e3b20292fbe82349349a25622ea4b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lionide</media:title>
		</media:content>
	</item>
		<item>
		<title>Tradition 4 &#8211; The Most Superior Among Men According to Jesus</title>
		<link>http://lionide.wordpress.com/2011/01/19/tradition-4-the-most-superior-among-men/</link>
		<comments>http://lionide.wordpress.com/2011/01/19/tradition-4-the-most-superior-among-men/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 03:28:54 +0000</pubDate>
		<dc:creator>lionide</dc:creator>
				<category><![CDATA[God]]></category>
		<category><![CDATA[Hadith]]></category>
		<category><![CDATA[Jesus]]></category>
		<category><![CDATA[Piety]]></category>
		<category><![CDATA[Spirituality]]></category>
		<category><![CDATA[Superiority]]></category>
		<category><![CDATA[jesus]]></category>
		<category><![CDATA[piety]]></category>
		<category><![CDATA[superiority]]></category>

		<guid isPermaLink="false">http://lionide.wordpress.com/?p=70</guid>
		<description><![CDATA[Someone asked Jesus as to who was the most superior among men. He bent to the ground and taking two handfulls of the earth in both his hands said, &#8220;Both are the earth but , i.e. all men are equally from the dust and shall return to it but the more superior one in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=70&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>Someone asked Jesus as to who was the most superior among men. He bent to the ground and taking two handfulls of the earth in both his hands said,</p>
<p>&#8220;Both are the earth but , i.e. all men are equally from the dust and shall return to it but the more superior one in the view of God is the one who is more pious&#8221;</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lionide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lionide.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lionide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lionide.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lionide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lionide.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lionide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lionide.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lionide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lionide.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lionide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lionide.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lionide.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lionide.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=70&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lionide.wordpress.com/2011/01/19/tradition-4-the-most-superior-among-men/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/40e3b20292fbe82349349a25622ea4b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lionide</media:title>
		</media:content>
	</item>
		<item>
		<title>Tradition 3 &#8211; The Best Charity</title>
		<link>http://lionide.wordpress.com/2011/01/19/tradition-3-the-best-charity/</link>
		<comments>http://lionide.wordpress.com/2011/01/19/tradition-3-the-best-charity/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 02:43:22 +0000</pubDate>
		<dc:creator>lionide</dc:creator>
				<category><![CDATA[Charity]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[Hadith]]></category>
		<category><![CDATA[Imam]]></category>
		<category><![CDATA[Jafar as-Sadiq]]></category>
		<category><![CDATA[Peace]]></category>
		<category><![CDATA[Spirituality]]></category>
		<category><![CDATA[charity]]></category>
		<category><![CDATA[peace]]></category>

		<guid isPermaLink="false">http://lionide.wordpress.com/?p=66</guid>
		<description><![CDATA[The Sixth Holy Imam Jafar ibne Muhammed As-Sadiq said, The charity which God loves the most, i.e. which is more readily accepted by God is the peace re-established between two quarreling men or groups.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=66&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>The Sixth Holy Imam Jafar ibne Muhammed As-Sadiq said,</strong></p>
<blockquote><p>The charity which God loves the most, i.e. which is more readily accepted by God is the peace re-established between two quarreling men or groups.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lionide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lionide.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lionide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lionide.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lionide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lionide.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lionide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lionide.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lionide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lionide.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lionide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lionide.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lionide.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lionide.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=66&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lionide.wordpress.com/2011/01/19/tradition-3-the-best-charity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/40e3b20292fbe82349349a25622ea4b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lionide</media:title>
		</media:content>
	</item>
		<item>
		<title>Tradition 2</title>
		<link>http://lionide.wordpress.com/2010/12/12/tradition-2/</link>
		<comments>http://lionide.wordpress.com/2010/12/12/tradition-2/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 11:59:36 +0000</pubDate>
		<dc:creator>lionide</dc:creator>
				<category><![CDATA[Ali ar-Ridha]]></category>
		<category><![CDATA[Hadith]]></category>
		<category><![CDATA[Imam]]></category>
		<category><![CDATA[Spirituality]]></category>
		<category><![CDATA[Tradition]]></category>
		<category><![CDATA[allah]]></category>
		<category><![CDATA[bihar al-anwar]]></category>
		<category><![CDATA[hearts]]></category>

		<guid isPermaLink="false">http://lionide.wordpress.com/?p=62</guid>
		<description><![CDATA[Allah, the Exalted, does not look at your faces, but He looks at your hearts. - Imam Ali ar-Ridha (Bihar al-Anwar, vol 67, p. 241)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=62&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>Allah, the Exalted, does not look at your faces, but He looks at your hearts.</p>
<p>- Imam Ali ar-Ridha (Bihar al-Anwar, vol 67, p. 241)</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lionide.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lionide.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lionide.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lionide.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lionide.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lionide.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lionide.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lionide.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lionide.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lionide.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lionide.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lionide.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lionide.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lionide.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=62&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lionide.wordpress.com/2010/12/12/tradition-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/40e3b20292fbe82349349a25622ea4b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lionide</media:title>
		</media:content>
	</item>
		<item>
		<title>Greece Bond Market Scandals and JP Morgan Silver Manipulation</title>
		<link>http://lionide.wordpress.com/2010/12/11/greece-bond-market-scandals-and-jp-morgan-silver-manipulation/</link>
		<comments>http://lionide.wordpress.com/2010/12/11/greece-bond-market-scandals-and-jp-morgan-silver-manipulation/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 20:01:30 +0000</pubDate>
		<dc:creator>lionide</dc:creator>
				<category><![CDATA[CDS Credit Default Swaps]]></category>
		<category><![CDATA[greece]]></category>
		<category><![CDATA[jp morgan]]></category>
		<category><![CDATA[max keiser]]></category>
		<category><![CDATA[Silver]]></category>
		<category><![CDATA[stacy herbert]]></category>
		<category><![CDATA[cds]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[ireland]]></category>
		<category><![CDATA[silver]]></category>
		<category><![CDATA[speculation]]></category>

		<guid isPermaLink="false">http://lionide.wordpress.com/?p=60</guid>
		<description><![CDATA[Talks about about the massive fraudulent short position that JP Morgan holds in silver. Also in this video, a very well explained how speculators brought down Greece in April of 2010 with CDS (aka Credit Default Swaps)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=60&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Talks about about the massive fraudulent short position that JP Morgan holds in silver. Also in this video, a very well explained how speculators brought down Greece in April of 2010 with CDS (aka Credit Default Swaps)</p>
<span style="text-align:center; display: block;"><a href="http://lionide.wordpress.com/2010/12/11/greece-bond-market-scandals-and-jp-morgan-silver-manipulation/"><img src="http://img.youtube.com/vi/7zXxwYt737o/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lionide.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lionide.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lionide.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lionide.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lionide.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lionide.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lionide.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lionide.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lionide.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lionide.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lionide.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lionide.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lionide.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lionide.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=60&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lionide.wordpress.com/2010/12/11/greece-bond-market-scandals-and-jp-morgan-silver-manipulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/40e3b20292fbe82349349a25622ea4b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lionide</media:title>
		</media:content>
	</item>
		<item>
		<title>Tradition 1</title>
		<link>http://lionide.wordpress.com/2010/12/10/tradition-1/</link>
		<comments>http://lionide.wordpress.com/2010/12/10/tradition-1/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 03:10:12 +0000</pubDate>
		<dc:creator>lionide</dc:creator>
				<category><![CDATA[Ali]]></category>
		<category><![CDATA[Death]]></category>
		<category><![CDATA[Hadith]]></category>
		<category><![CDATA[Spirituality]]></category>
		<category><![CDATA[Tradition]]></category>
		<category><![CDATA[ali]]></category>
		<category><![CDATA[death]]></category>
		<category><![CDATA[soul]]></category>

		<guid isPermaLink="false">http://lionide.wordpress.com/?p=57</guid>
		<description><![CDATA[People of Ma’arifat (recognition) see that the worldly people are more concerned about physical death. While more serious is the death of their hearts within their living bodies.” - Imam Ali (Nahjul Balagha, Sermon 259)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=57&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>People of <em>Ma’arifat</em> (recognition) see that the worldly people are more concerned about physical death. While more serious is the death of their hearts within their living bodies.”</p>
<p>- Imam Ali (Nahjul Balagha, Sermon 259)</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lionide.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lionide.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lionide.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lionide.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lionide.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lionide.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lionide.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lionide.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lionide.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lionide.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lionide.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lionide.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lionide.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lionide.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=57&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lionide.wordpress.com/2010/12/10/tradition-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/40e3b20292fbe82349349a25622ea4b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lionide</media:title>
		</media:content>
	</item>
		<item>
		<title>Drupal 7 &#8211; Hook Execution Order</title>
		<link>http://lionide.wordpress.com/2010/12/06/drupal-7-hook-execution-order/</link>
		<comments>http://lionide.wordpress.com/2010/12/06/drupal-7-hook-execution-order/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 08:28:08 +0000</pubDate>
		<dc:creator>lionide</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal 7]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[change order]]></category>
		<category><![CDATA[hook execution order]]></category>

		<guid isPermaLink="false">http://lionide.wordpress.com/?p=51</guid>
		<description><![CDATA[Although not specified explicitly anywhere, browsing through the code in the function &#8220;module_implements&#8221; gave me the hint that changing the order in which hooks are called is possible. Here&#8217;s that snippet // Allow modules to change the weight of specific implementations but avoid // an infinite loop. if ($hook != 'module_implements_alter') { drupal_alter('module_implements', $implementations[$hook], $hook); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=51&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Although not specified explicitly anywhere, browsing through the code in the function &#8220;module_implements&#8221; gave me the hint that changing the order in which hooks are called is possible.</p>
<p>Here&#8217;s that snippet</p>
<pre style="padding-left:30px;"> // Allow modules to change the weight of specific implementations but avoid
 // an infinite loop.
 if ($hook != 'module_implements_alter') {
 drupal_alter('module_implements', $implementations[$hook], $hook);
 }</pre>
<p>All that needs to be done is to implement the hook hook_module_implements_alter specified <a title="here" href="http://api.drupal.org/api/drupal/modules--system--system.api.php/function/hook_module_implements_alter/7">here</a>. Effectively by re-ordering the list of modules, you also change the order in which the hooks are called.</p>
<p>Here&#8217;s how I did it,</p>
<pre style="padding-left:30px;">function mymodule_module_implements_alter(&amp;$module_list, $context){
 if($context === "node_insert"){
 $temp = $module_list['mymodule'];
 // Removing the mymodule key/value
 unset($module_list['mymodule']);
 // Adding the mymodule key value as the last member in the list
 $module_list['mymodule'] = $temp;
 }
}</pre>
<p>One point to remember is to declare the &#8220;module_list&#8221; variable as a reference variable with the &#8220;&amp;&#8221;, or you&#8217;ll be modifying a local variable <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thats it. Done!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lionide.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lionide.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lionide.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lionide.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lionide.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lionide.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lionide.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lionide.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lionide.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lionide.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lionide.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lionide.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lionide.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lionide.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lionide.wordpress.com&amp;blog=15330683&amp;post=51&amp;subd=lionide&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lionide.wordpress.com/2010/12/06/drupal-7-hook-execution-order/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/40e3b20292fbe82349349a25622ea4b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lionide</media:title>
		</media:content>
	</item>
	</channel>
</rss>
