<?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>FanaticZine</title>
	<atom:link href="http://www.fanaticzine.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fanaticzine.com</link>
	<description>Creativity Simplified</description>
	<lastBuildDate>Tue, 10 Aug 2010 05:24:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Pentaho Server goes Offline every night…</title>
		<link>http://www.fanaticzine.com/index.php/2010/08/pentaho-server-goes-offline-every-night%e2%80%a6/</link>
		<comments>http://www.fanaticzine.com/index.php/2010/08/pentaho-server-goes-offline-every-night%e2%80%a6/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 05:20:45 +0000</pubDate>
		<dc:creator>Dush</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Pentaho]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Offline Every night]]></category>
		<category><![CDATA[Pentaho B.I Server]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=324</guid>
		<description><![CDATA[Are you experiencing the same problem as the title ? are you working with a MySQL DB server. Then the cause for this problem is. The MySQL driver remove it’s connection from the connection pool due to inactivity after few hours if the server is not processing anything though the db connection. There is a [...]]]></description>
			<content:encoded><![CDATA[<p>Are you experiencing the same problem as the title ? are you working with a MySQL DB server. Then the cause for this problem is. The MySQL driver remove it’s connection from the connection pool due to inactivity after few hours if the server is not processing anything though the db connection.</p>
<p>There is a solution introduced in the Pentaho forum for this, you can find the thread with the following link.</p>
<p><a title="Pentaho Forum Post" href="http://forums.pentaho.com/showthread.php?54939-Pentaho-Server-falls-each-night-..&amp;p=178067#post178067" target="_blank">http://forums.pentaho.com/showthread.php?54939-Pentaho-Server-falls-each-night-..&amp;p=178067#post178067</a></p>
<p>But above forum post is based on the JBoss server. My intention with this post is to implement the same on the tomcat server since the file structure is a bit different. Ok without further due, let get into action.</p>
<p>01.    Download the C3P0 driver from SourceForge<br />
02.    Extract the  <strong>c3p0-0.9.1.2.jar</strong> file into<strong> \biserver-ce\tomcat\common\lib\</strong><br />
03.    Open the <strong>mysql5.hibernate.cfg.xml</strong> XML file in the <strong>\biserver-ce\pentaho-solutions\system\hibernate\</strong> folder<br />
04.    Add the following code into the file</p>
<blockquote><p>&lt;!&#8212; hibernate c3p0 settings &#8212;&gt;</p>
<p>&lt;property  name=&#8221;connection.provider_class&#8221;&gt;org.hibernate.connection.C3P0ConnectionProvider&lt;/property&gt;<br />
&lt;property  name=&#8221;hibernate.c3p0.acquire_increment&#8221;&gt;3&lt;/property&gt;<br />
&lt;property  name=&#8221;hibernate.c3p0.idle_test_period&#8221;&gt;10&lt;/property&gt;<br />
&lt;property name=&#8221;hibernate.c3p0.min_size&#8221;&gt;5&lt;/property&gt;<br />
&lt;property  name=&#8221;hibernate.c3p0.max_size&#8221;&gt;75&lt;/property&gt;<br />
&lt;property name=&#8221;hibernate.c3p0.max_statements&#8221;&gt;0&lt;/property&gt;<br />
&lt;property name=&#8221;hibernate.c3p0.timeout&#8221;&gt;25200&lt;/property&gt;<br />
&lt;property name=&#8221;hibernate.c3p0.preferredTestQuery&#8221;&gt;select  1&lt;/property&gt;<br />
&lt;property  name=&#8221;hibernate.c3p0.testConnectionOnCheckout&#8221;&gt;true&lt;/property&gt;</p></blockquote>
<p>05.    Save and Restart the B.I Server or Service</p>
<p>That should do the trick…</p>
<p>( When you are editing the XML file, please be careful with the quotation characters )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2010/08/pentaho-server-goes-offline-every-night%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unboxing Behringer PodCast Studio [FireWire]</title>
		<link>http://www.fanaticzine.com/index.php/2010/05/unboxing-behringer-podcast-studio-firewire/</link>
		<comments>http://www.fanaticzine.com/index.php/2010/05/unboxing-behringer-podcast-studio-firewire/#comments</comments>
		<pubDate>Tue, 18 May 2010 17:17:21 +0000</pubDate>
		<dc:creator>Dush</dc:creator>
				<category><![CDATA[Tech Reviews]]></category>
		<category><![CDATA[vLog]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=313</guid>
		<description><![CDATA[Newest Upgrade to my work, this an unboxing review of the Behringer PodCast Studio Firewire Version. Hope you guys will find this useful and please leave any questions as I would be happy to answer. And Pros please leave comments with Tips &#38; Tricks as I would like to learn from you Thanks **** Please [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/kWXqON0dEgE&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/kWXqON0dEgE&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Newest Upgrade to my work, this an unboxing review of the Behringer PodCast Studio Firewire Version. Hope you guys will find this useful and please leave any questions as I would be happy to answer. And Pros please leave comments with Tips &amp; Tricks as I would like to learn from you Thanks</p>
<p>**** Please make sure you install the latest drivers for the firewire interface from the Behringer site.</p>
<p>Behringer product page for this package.<br />
<a href="http://www.behringer.com/EN/Products/PODCASTUDIO-FIREWIRE.aspx" target="_blank">http://www.behringer.com/EN/Products/PODCASTUDIO-FIREWIRE.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2010/05/unboxing-behringer-podcast-studio-firewire/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>One Key to My happiness&#8230;</title>
		<link>http://www.fanaticzine.com/index.php/2010/05/one-key-to-my-happiness/</link>
		<comments>http://www.fanaticzine.com/index.php/2010/05/one-key-to-my-happiness/#comments</comments>
		<pubDate>Mon, 17 May 2010 05:09:19 +0000</pubDate>
		<dc:creator>Dush</dc:creator>
				<category><![CDATA[Daily Insights]]></category>
		<category><![CDATA[Life style]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=310</guid>
		<description><![CDATA[This human body, It’s blood and flesh, one day will have to leave it into dust and leave this place , till that day it’s a short ride and why all these hating, separatism  and complications ?… enjoy the journey with the small things you have, rather worrying about big things that you cant have… [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fanaticzine.com/wp-content/uploads/2010/05/daily_thoughts.jpg"><img class="alignnone size-full wp-image-311" title="daily_thoughts" src="http://www.fanaticzine.com/wp-content/uploads/2010/05/daily_thoughts.jpg" alt="" width="300" height="300" /></a></p>
<p>This human body, It’s blood and flesh,<br />
one day will have to leave it into dust and leave this place ,<br />
till that day it’s a short ride and why all these hating, separatism  and complications ?…<br />
enjoy the journey with the small things you have, rather worrying about big things that you cant have…</p>
<p>Live your dream, enjoy working  hard for it, but do not make your own  dream your suffering&#8230;. and stand straight when challenged..</p>
<p>(Thank you Mome.. for teaching that to me&#8230; you are my biggest inspiration  )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2010/05/one-key-to-my-happiness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What happened to my Mix Downs ? [The Mix Down]</title>
		<link>http://www.fanaticzine.com/index.php/2010/05/what-happened-to-my-mix-downs-the-mix-down/</link>
		<comments>http://www.fanaticzine.com/index.php/2010/05/what-happened-to-my-mix-downs-the-mix-down/#comments</comments>
		<pubDate>Wed, 05 May 2010 20:42:13 +0000</pubDate>
		<dc:creator>Dush</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Sri Lankan Mix Down]]></category>
		<category><![CDATA[The Mix Down]]></category>
		<category><![CDATA[YouTube Channel]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=308</guid>
		<description><![CDATA[it&#8217;s almost 1:00 AM in the morning.. Just thought to let you guys know that I will not be able to upload my mixdownz on YouTube, since YouTube doesn&#8217;t like uploading copyright stuff.. so for now i&#8217;m stopping uploading them here.. but later somewhere in a corner on the internet.. you&#8217;ll be able hear them..]]></description>
			<content:encoded><![CDATA[<p>it&#8217;s almost 1:00 AM in the morning.. Just thought to let you guys know that I will not be able to upload my mixdownz on YouTube, since YouTube doesn&#8217;t like uploading copyright stuff.. so for now i&#8217;m stopping uploading them here.. but later somewhere in a corner on the internet.. you&#8217;ll be able hear them.. <img src='http://www.fanaticzine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/dC__jDNTavs&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/dC__jDNTavs&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2010/05/what-happened-to-my-mix-downs-the-mix-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ants to teach a lesson</title>
		<link>http://www.fanaticzine.com/index.php/2010/04/ants-to-teach-a-lesson/</link>
		<comments>http://www.fanaticzine.com/index.php/2010/04/ants-to-teach-a-lesson/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 03:54:01 +0000</pubDate>
		<dc:creator>Dush</dc:creator>
				<category><![CDATA[Life style]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[vLog]]></category>
		<category><![CDATA[Ants]]></category>
		<category><![CDATA[Team work]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=304</guid>
		<description><![CDATA[Hey Guys, Couldn&#8217;t write anything new, since I was busy for the last few days. well could not try much things as well because of the same reason. I was back at home a few days back and I came across this  little incident, so I caught that with my phone. bunch of ants trying [...]]]></description>
			<content:encoded><![CDATA[<p>Hey Guys,<br />
Couldn&#8217;t write anything new, since I was busy for the last few days. well could not try much things as well because of the same reason. I was back at home a few days back and I came across this  little incident, so I caught that with my phone. bunch of ants trying get their &#8220;just found&#8221; food  home. I know this is just a normal thing, but it&#8217;s still amusing to look at it. and I accept ants could be very painful insects, but very encouraging creatures as well. check it out&#8230;</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/qcIBSWq7L_I&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/qcIBSWq7L_I&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2010/04/ants-to-teach-a-lesson/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rihanna &#8211; Unfaithful [Remake] By DJ Dush</title>
		<link>http://www.fanaticzine.com/index.php/2010/04/rihanna-unfaithful-remake-by-dj-dush/</link>
		<comments>http://www.fanaticzine.com/index.php/2010/04/rihanna-unfaithful-remake-by-dj-dush/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 02:07:38 +0000</pubDate>
		<dc:creator>Dush</dc:creator>
				<category><![CDATA[Life style]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[vLog]]></category>
		<category><![CDATA[DJ Dush]]></category>
		<category><![CDATA[Remake]]></category>
		<category><![CDATA[Rihanna]]></category>
		<category><![CDATA[Unfaithful]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=298</guid>
		<description><![CDATA[Another remake done by me]]></description>
			<content:encoded><![CDATA[<p>Another remake done by me <img src='http://www.fanaticzine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/fuZpJRRXOkI&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/fuZpJRRXOkI&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2010/04/rihanna-unfaithful-remake-by-dj-dush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I need to be renewed in my spirit; People losing their humanity and the world is going insane…</title>
		<link>http://www.fanaticzine.com/index.php/2010/03/i-need-to-be-renewed-in-my-spirit-people-losing-their-humanity-and-the-world-is-going-insane%e2%80%a6/</link>
		<comments>http://www.fanaticzine.com/index.php/2010/03/i-need-to-be-renewed-in-my-spirit-people-losing-their-humanity-and-the-world-is-going-insane%e2%80%a6/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 10:02:50 +0000</pubDate>
		<dc:creator>Dush</dc:creator>
				<category><![CDATA[Life style]]></category>
		<category><![CDATA[Love]]></category>
		<category><![CDATA[Peace]]></category>
		<category><![CDATA[Renewed Spirit]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=294</guid>
		<description><![CDATA[Today in the morning when I was checking the news paper, I went through shocking news. The news was about a Mother who threw her 4 years old child to the “Kalu Ganga”, the river which meets the sea from Kaluthara. The child was rescued by a truck driver and has being admitted to the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fanaticzine.com/wp-content/uploads/2010/03/worldonfire.jpg"><img class="size-full wp-image-295 alignleft" title="worldonfire" src="http://www.fanaticzine.com/wp-content/uploads/2010/03/worldonfire.jpg" alt="" width="270" height="270" /></a>Today in the morning when I was checking the news paper, I went through shocking news. The news was about a Mother who threw her 4 years old child to the “Kalu Ganga”, the river which meets the sea from Kaluthara. The child was rescued by a truck driver and has being admitted to the hospital. Good job Mr. Truck Driver (I don’t your name ), Some times Gods angels comes for rescue in many faces. I thank God for that.</p>
<p>According the news paper the mother refused to accept her crime by saying the she left the child at the “Bo” tree, but later admitted and has being arrested by the Police.</p>
<p>After I read this message, I was thinking to myself, what’s happening to this world. Why these people are losing their mind and act all crazy. I mean it is human nature that you get irritated and angry, but if you don’t control it sometime it could end with a shocking crime.</p>
<p>I’m sure that mother had a difficult life situation (According to the news paper she is), but taking a life of a human is insane.</p>
<p>I think as the technology grows as our lives get busy, we are being carried away with our daily routines and sometimes we forget that we are humans. The foundation of our humanity which fed from the day we were born into our soul is our religion. In every religion in this world teaches that human life is secret and taking a life is a greater sin.</p>
<p>Our lives have become a hot pursuit, from the very first day that we go to our school or to the primary school; our parents or we setup a goal for us. To become an Engineer, Doctor or Company Owner, that’s fine, every person should have a goal in their life. But what about being a good Human who Love and Respect the humanity. Won’t it solve many of these social issues that we are having in our society? , we can be the best educated person in the world but what is the use of it, if we don’t have our humanity within us.</p>
<p>One could argue by saying this world is cruel and wicked, being good will not help us to live in peace, but live by the way that the society is will take us at least a few miles more.</p>
<p>If we carried ourselves in that conduct, none of us will have any peaceful life until death. Neither the future generation. In every religious teaching, it teaches us, the hate will never end with more hate, but love will put an end to hate. The answer for the hate is love, the fire can be only be put off by water not with more fire.</p>
<p>Building up our spiritual foundation will restore our humanity; with humanity we can save the world.</p>
<p>It’s not we have to do it, but I have to do it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2010/03/i-need-to-be-renewed-in-my-spirit-people-losing-their-humanity-and-the-world-is-going-insane%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to connect to a Sybase SQL Anywhere DB, with Kettle.</title>
		<link>http://www.fanaticzine.com/index.php/2010/03/how-to-connect-to-a-sybase-sql-anywhere-db-with-kettle/</link>
		<comments>http://www.fanaticzine.com/index.php/2010/03/how-to-connect-to-a-sybase-sql-anywhere-db-with-kettle/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 17:35:49 +0000</pubDate>
		<dc:creator>Dush</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Kettle (PDI)]]></category>
		<category><![CDATA[Pentaho]]></category>
		<category><![CDATA[Connect to Sybase]]></category>
		<category><![CDATA[jconn.jar]]></category>
		<category><![CDATA[Pentaho Kettle]]></category>
		<category><![CDATA[Sybase SQL Anywhere]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=280</guid>
		<description><![CDATA[Search not more ! here it is 01.  First you might want to, download the proper JDBC Driver from the Sybase website. download the ZIP file and find the jconn.jar file which is located in the \ jConnect-6_0\classes folder. 02.  Place the jconn.jar file in your {Kettle Folder}\libext\JDBC\ folder And now the database settings. 03.  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Search not more ! here it is <img src='http://www.fanaticzine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<p>01.  First you might want to, <a href="http://www.sybase.com/detail?id=1041013" target="_blank">download</a> the proper JDBC Driver from the Sybase website. download the ZIP file and find the <strong>jconn.jar</strong> file which is located in the \ <em>jConnect-6_0\classes </em>folder<em>.</em><br />
02.  Place the<strong> jconn.jar</strong> file in your <em>{Kettle Folder}\libext\JDBC\</em> folder</p>
<div id="attachment_281" class="wp-caption alignnone" style="width: 310px"><a href="http://www.fanaticzine.com/wp-content/uploads/2010/03/Sybase_3.jpg"><img class="size-medium wp-image-281  " title="Sybase_3" src="http://www.fanaticzine.com/wp-content/uploads/2010/03/Sybase_3-300x227.jpg" alt="" width="300" height="227" /></a><p class="wp-caption-text">Kettle installation\libext\JDBC folder </p></div>
<p>And now the database settings.</p>
<p>03.  Start Kettle, and bring up your DB settings window, and configure is as follows.</p>
<blockquote><p><strong>Connection Type : </strong>Generic database<br />
<strong>Access </strong> :  Native(JDBC)</p></blockquote>
<p>And under DB access settings</p>
<blockquote><p><strong>Custom Connection URL     :</strong> jdbc:sybase:Tds:&lt;HOST ADDRESS&gt;:&lt;PORT NUMBER&gt;/&lt;DB NAME&gt;<br />
<strong>Custom Driver Class Name</strong> : com.sybase.jdbc3.jdbc.SybDriver<br />
<strong>User Name</strong> : &lt;USER NAME&gt;<br />
<strong>Password                                             :</strong> &lt;DB PASSWORD&gt;</p></blockquote>
<p>Yup that should be it ! now test your connection, if you did everything correct, Wolah !!</p>
<p><a href="http://www.fanaticzine.com/wp-content/uploads/2010/03/sybase_2.jpg"><img class="alignnone size-full wp-image-291" title="sybase_2" src="http://www.fanaticzine.com/wp-content/uploads/2010/03/sybase_2.jpg" alt="" width="500" height="400" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2010/03/how-to-connect-to-a-sybase-sql-anywhere-db-with-kettle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s re-use our polythene bags one more time before we dispose them</title>
		<link>http://www.fanaticzine.com/index.php/2010/03/lets-re-use-our-polythene-bags-one-more-time-before-we-dispose-them/</link>
		<comments>http://www.fanaticzine.com/index.php/2010/03/lets-re-use-our-polythene-bags-one-more-time-before-we-dispose-them/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:19:24 +0000</pubDate>
		<dc:creator>Dush</dc:creator>
				<category><![CDATA[Life style]]></category>
		<category><![CDATA[environment.]]></category>
		<category><![CDATA[Polythene Reuse]]></category>
		<category><![CDATA[Sri Lanka]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=275</guid>
		<description><![CDATA[Our city life has being all about finding an easier way to do things, do things within shorter time. Go home quickly from work and go back to work in a very short time without a hassle on the next day. In this busy life pattern polythene bags provide the best and the comfortable solution [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_276" class="wp-caption alignleft" style="width: 250px"><a href="http://www.fanaticzine.com/wp-content/uploads/2010/03/ksmn2531l.jpg"><img class="size-medium wp-image-276" title="ksmn2531l" src="http://www.fanaticzine.com/wp-content/uploads/2010/03/ksmn2531l-240x300.jpg" alt="" width="240" height="300" /></a><p class="wp-caption-text">Let&#39;s save it for us.</p></div>
<p>Our city life has being all about finding an easier way to do things, do things within shorter time. Go home quickly from work and go back to work in a very short time without a hassle on the next day.</p>
<p>In this busy life pattern polythene bags provide the best and the comfortable solution for our good carrying requirements. But it is a much known fact by all of us that this comfortable solution has started giving us problems now. All countries around the world trying so hard to battle this problem, as it is creating life threatening effects to all living things in the world.</p>
<p>Not so long ago Sri Lanka also imposed a policy to control the quality of the polythene that we use. Because the greatest problem with the polythene is, unlike other objects certain polythene structures are harder decomposing in the natural decompose process.</p>
<p>Here I am not going to talk about how polythene has become a problem to us, but how can we control this and reduce amount of polythene that we release into the environment.</p>
<p>Have you ever wondered how much of polythene bags that you use for a day? May be when you are going shopping, when you are going to the market. Some of you may answer very rarely that you use them. But think about when you are buying food from super markets, pastry shops or when you are buying certain products from the markets. Most of the time the person who stuff your goods into your bags may be packing may categorized them and put them in the different bags. Yes it is convenient but think he/she may be packing things into 2 or many bags that you would not mind even they were packed in one bag. There at that point you are increasing the usage of polythene by 2 or many times than you could manage with.  At that point if you can mention to the person that you don’t mind if he/she put certain goods in one bag. You are cutting down that extra release of polythene into the environment. I usually do it even when I am buying pastries from the pastry shop, I always mention  to use one bag to stuff my food if there is no situation that I should be separating them into 2 -3 bags.</p>
<p>If we can keep our grocery bags for another use, we are cutting down the amount of bags that we release to the environment. As one person we don’t see a big picture, but imagine, if we all are doing the same everyday. I am sure we can do a huge impact on the pollution that caused by polythene.</p>
<p><strong>This is not for the future generation but for the rest of our lifetime. To live in a clean environment. </strong></p>
<blockquote><p><strong>It is always harder to think about the future and save all to the future generation. Sometimes it may by frustrating, so why not just think about today and about us. Coz if we create a good life for us today. The generation who is inheriting the same from us will not have any problem. So what we save for us will be saved for the future.</strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2010/03/lets-re-use-our-polythene-bags-one-more-time-before-we-dispose-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Of Your Love [Piano Cover]</title>
		<link>http://www.fanaticzine.com/index.php/2010/02/power-of-your-love-piano-cover/</link>
		<comments>http://www.fanaticzine.com/index.php/2010/02/power-of-your-love-piano-cover/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 18:52:21 +0000</pubDate>
		<dc:creator>Dush</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[vLog]]></category>
		<category><![CDATA[Hymn]]></category>
		<category><![CDATA[Piano Cover]]></category>
		<category><![CDATA[Power Of Your Love]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=273</guid>
		<description><![CDATA[I released my very first piano cover today. This track is actually a hymn named &#8220;Power of your love&#8221; by Hillsong (If I&#8217;m not mistaken). So here it is guys.. you are welcome to comment anywhere, Here , YouTube, Facebook and even in my Twitter. Just in case if you can not watch the video [...]]]></description>
			<content:encoded><![CDATA[<p>I released my very first piano cover today. This track is actually a hymn named &#8220;Power of your love&#8221; by Hillsong (If I&#8217;m not mistaken). So here it is guys.. you are welcome to comment anywhere, Here , YouTube, Facebook and even in my Twitter. <img src='http://www.fanaticzine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/2MzwWxG_EdU&amp;hl=en_US&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/2MzwWxG_EdU&amp;hl=en_US&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Just in case if you can not watch the video here, specially my subscribers, please visit :: <a href="http://www.youtube.com/watch?v=2MzwWxG_EdU" target="_blank">http://www.youtube.com/watch?v=2MzwWxG_EdU</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2010/02/power-of-your-love-piano-cover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
