<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Different.In a good way</title>
	<atom:link href="http://paragasu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://paragasu.wordpress.com</link>
	<description>Sabahan Linux Lover</description>
	<lastBuildDate>Wed, 11 Nov 2009 04:46:40 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='paragasu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/7c1b28914fb9e68c2051ddbf72b37c6a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Different.In a good way</title>
		<link>http://paragasu.wordpress.com</link>
	</image>
			<item>
		<title>debian testing + iceweasel install flash player</title>
		<link>http://paragasu.wordpress.com/2009/11/11/debian-testing-iceweasel-install-flash-player/</link>
		<comments>http://paragasu.wordpress.com/2009/11/11/debian-testing-iceweasel-install-flash-player/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 04:46:40 +0000</pubDate>
		<dc:creator>paragasu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[flash plugin]]></category>
		<category><![CDATA[iceweasel]]></category>

		<guid isPermaLink="false">http://paragasu.wordpress.com/?p=467</guid>
		<description><![CDATA[
#apt-get install flashplugin-nonfree 
should be working. but in my debian testing it isn&#8217;t. I have to manually create a symlinks 

#ln -s /usr/lib/flashplugin-nonfree/libflashplayer.so /usr/lib/iceweasel/plugins/libflashplayer.so 
to make it work. 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=467&subd=paragasu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><code><br />
#apt-get install flashplugin-nonfree </code><br />
should be working. but in my debian testing it isn&#8217;t. I have to manually create a symlinks </p>
<p><code><br />
#ln -s /usr/lib/flashplugin-nonfree/libflashplayer.so /usr/lib/iceweasel/plugins/libflashplayer.so <code></p>
<p>to make it work. </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paragasu.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paragasu.wordpress.com/467/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paragasu.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paragasu.wordpress.com/467/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paragasu.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paragasu.wordpress.com/467/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paragasu.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paragasu.wordpress.com/467/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paragasu.wordpress.com/467/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paragasu.wordpress.com/467/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=467&subd=paragasu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://paragasu.wordpress.com/2009/11/11/debian-testing-iceweasel-install-flash-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53db6931663a03ae167dbd4032e8e3da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragasu</media:title>
		</media:content>
	</item>
		<item>
		<title>jquery click li to activate a</title>
		<link>http://paragasu.wordpress.com/2009/11/06/jquery-click-li-to-activate-a/</link>
		<comments>http://paragasu.wordpress.com/2009/11/06/jquery-click-li-to-activate-a/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:56:50 +0000</pubDate>
		<dc:creator>paragasu</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[click li activate a]]></category>

		<guid isPermaLink="false">http://paragasu.wordpress.com/?p=464</guid>
		<description><![CDATA[&#60;ul class="menu"&#62;
&#60;li&#62;&#60;a href="/"&#62; Home &#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
to activate the link when user click on li

$('.menu li').click(function(e){
location.href = $(this).find('a').attr('href');
});
Now, user doesn&#8217;t have to click on the &#8220;Home&#8221; to activate the link.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=464&subd=paragasu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><code>&lt;ul class="menu"&gt;<br />
&lt;li&gt;&lt;a href="/"&gt; Home &lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;</code></p>
<p>to activate the link when user click on li<br />
<code><br />
$('.menu li').click(function(e){<br />
location.href = $(this).find('a').attr('href');<br />
});</code></p>
<p>Now, user doesn&#8217;t have to click on the &#8220;Home&#8221; to activate the link.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paragasu.wordpress.com/464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paragasu.wordpress.com/464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paragasu.wordpress.com/464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paragasu.wordpress.com/464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paragasu.wordpress.com/464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paragasu.wordpress.com/464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paragasu.wordpress.com/464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paragasu.wordpress.com/464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paragasu.wordpress.com/464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paragasu.wordpress.com/464/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=464&subd=paragasu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://paragasu.wordpress.com/2009/11/06/jquery-click-li-to-activate-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53db6931663a03ae167dbd4032e8e3da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragasu</media:title>
		</media:content>
	</item>
		<item>
		<title>mysql cache SQL_NO_CACHE</title>
		<link>http://paragasu.wordpress.com/2009/11/03/mysql-cache-sql_no_cache/</link>
		<comments>http://paragasu.wordpress.com/2009/11/03/mysql-cache-sql_no_cache/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 06:27:38 +0000</pubDate>
		<dc:creator>paragasu</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[mysql cache query]]></category>
		<category><![CDATA[sql_cache]]></category>
		<category><![CDATA[sql_no_cache]]></category>

		<guid isPermaLink="false">http://paragasu.wordpress.com/?p=462</guid>
		<description><![CDATA[enable query cache (maybe default depends of the server configuration)

SELECT SQL_CACHE SUM(points) FROM account; 
turn off mysql query cach

SELECT SQL_NO_CACHE SUM(points) FROM account; 

the mysql query cache
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=462&subd=paragasu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>enable query cache (maybe default depends of the server configuration)<br />
<code><br />
SELECT SQL_CACHE SUM(points) FROM account; </code></p>
<p>turn off mysql query cach<br />
<code><br />
SELECT SQL_NO_CACHE SUM(points) FROM account; </code></p>
<p><a href="http://www.petefreitag.com/item/390.cfm"><br />
the mysql query cache</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paragasu.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paragasu.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paragasu.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paragasu.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paragasu.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paragasu.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paragasu.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paragasu.wordpress.com/462/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paragasu.wordpress.com/462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paragasu.wordpress.com/462/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=462&subd=paragasu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://paragasu.wordpress.com/2009/11/03/mysql-cache-sql_no_cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53db6931663a03ae167dbd4032e8e3da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragasu</media:title>
		</media:content>
	</item>
		<item>
		<title>javascript disable back button</title>
		<link>http://paragasu.wordpress.com/2009/11/03/javascript-disable-back-button/</link>
		<comments>http://paragasu.wordpress.com/2009/11/03/javascript-disable-back-button/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 03:41:39 +0000</pubDate>
		<dc:creator>paragasu</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[disable back button]]></category>

		<guid isPermaLink="false">http://paragasu.wordpress.com/2009/11/03/javascript-disable-back-button/</guid>
		<description><![CDATA[add this code in the HTML head section

&#60;script type="text/javascript"&#62;
history.forward();
&#60;/script&#62;﻿

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=460&subd=paragasu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>add this code in the HTML head section</p>
<p><code><br />
&lt;script type="text/javascript"&gt;<br />
history.forward();<br />
&lt;/script&gt;﻿<br />
</code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paragasu.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paragasu.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paragasu.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paragasu.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paragasu.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paragasu.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paragasu.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paragasu.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paragasu.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paragasu.wordpress.com/460/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=460&subd=paragasu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://paragasu.wordpress.com/2009/11/03/javascript-disable-back-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53db6931663a03ae167dbd4032e8e3da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragasu</media:title>
		</media:content>
	</item>
		<item>
		<title>php how to replace many space with one space</title>
		<link>http://paragasu.wordpress.com/2009/10/25/php-how-to-replace-many-space-with-one-space/</link>
		<comments>http://paragasu.wordpress.com/2009/10/25/php-how-to-replace-many-space-with-one-space/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 16:17:19 +0000</pubDate>
		<dc:creator>paragasu</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[replace many space with one space]]></category>

		<guid isPermaLink="false">http://paragasu.wordpress.com/2009/10/25/php-how-to-replace-many-space-with-one-space/</guid>
		<description><![CDATA[
$str = preg_replace('/\s+/', ' ', $str); //"     \n\n\n" will end up as " \n"
$str = preg_replace('/\x20+/', ' ', $str); //only space 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=457&subd=paragasu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><code><br />
$str = preg_replace('/\s+/', ' ', $str); //"     \n\n\n" will end up as " \n"<br />
$str = preg_replace('/\x20+/', ' ', $str); //only space </code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paragasu.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paragasu.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paragasu.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paragasu.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paragasu.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paragasu.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paragasu.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paragasu.wordpress.com/457/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paragasu.wordpress.com/457/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paragasu.wordpress.com/457/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=457&subd=paragasu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://paragasu.wordpress.com/2009/10/25/php-how-to-replace-many-space-with-one-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53db6931663a03ae167dbd4032e8e3da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragasu</media:title>
		</media:content>
	</item>
		<item>
		<title>how to detect ajax request</title>
		<link>http://paragasu.wordpress.com/2009/10/20/how-to-detect-ajax-request/</link>
		<comments>http://paragasu.wordpress.com/2009/10/20/how-to-detect-ajax-request/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 08:56:22 +0000</pubDate>
		<dc:creator>paragasu</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[detect ajax request]]></category>

		<guid isPermaLink="false">http://paragasu.wordpress.com/2009/10/20/how-to-detect-ajax-request/</guid>
		<description><![CDATA[ajax request will send additional header

if($_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest')
echo 'ajax';
stackoverflow
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=455&subd=paragasu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>ajax request will send additional header<br />
<code><br />
if($_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest')<br />
echo 'ajax';</code></p>
<p><a href="http://stackoverflow.com/questions/1482086/is-there-a-way-in-php-of-detecting-if-the-script-was-called-by-jquery-load-or-n">stackoverflow</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paragasu.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paragasu.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paragasu.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paragasu.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paragasu.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paragasu.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paragasu.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paragasu.wordpress.com/455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paragasu.wordpress.com/455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paragasu.wordpress.com/455/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=455&subd=paragasu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://paragasu.wordpress.com/2009/10/20/how-to-detect-ajax-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53db6931663a03ae167dbd4032e8e3da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragasu</media:title>
		</media:content>
	</item>
		<item>
		<title>The page you are looking for is temporarily unavailable. Please try again later.</title>
		<link>http://paragasu.wordpress.com/2009/10/14/the-page-you-are-looking-for-is-temporarily-unavailable-please-try-again-later/</link>
		<comments>http://paragasu.wordpress.com/2009/10/14/the-page-you-are-looking-for-is-temporarily-unavailable-please-try-again-later/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 00:22:48 +0000</pubDate>
		<dc:creator>paragasu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[The page you are looking for is temporarily unavailable. Please try again later.]]></category>

		<guid isPermaLink="false">http://paragasu.wordpress.com/?p=452</guid>
		<description><![CDATA[server configuration php5-cgi, php5-tidy nginx, debian etch.
Tidy configuration tab-size=&#62;0 can trigger this error. Just change the tab-size value to be greater than 0 to fix

tab-size =&#62; 1  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=452&subd=paragasu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>server configuration php5-cgi, php5-tidy nginx, debian etch.<br />
Tidy configuration tab-size=&gt;0 can trigger this error. Just change the tab-size value to be greater than 0 to fix<br />
<code><br />
tab-size =&gt; 1 </code> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paragasu.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paragasu.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paragasu.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paragasu.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paragasu.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paragasu.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paragasu.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paragasu.wordpress.com/452/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paragasu.wordpress.com/452/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paragasu.wordpress.com/452/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=452&subd=paragasu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://paragasu.wordpress.com/2009/10/14/the-page-you-are-looking-for-is-temporarily-unavailable-please-try-again-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53db6931663a03ae167dbd4032e8e3da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragasu</media:title>
		</media:content>
	</item>
		<item>
		<title>Debian usb mouse freeze</title>
		<link>http://paragasu.wordpress.com/2009/10/05/debian-usb-mouse-freeze/</link>
		<comments>http://paragasu.wordpress.com/2009/10/05/debian-usb-mouse-freeze/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 12:44:25 +0000</pubDate>
		<dc:creator>paragasu</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://paragasu.wordpress.com/?p=450</guid>
		<description><![CDATA[you should have

Option  "SendCoreEvents"  "true" 
inside the Section &#8220;Input Device&#8221;, Driver &#8220;mouse&#8221;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=450&subd=paragasu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>you should have<br />
<code><br />
Option  "SendCoreEvents"  "true" </code></p>
<p>inside the Section &#8220;Input Device&#8221;, Driver &#8220;mouse&#8221;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paragasu.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paragasu.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paragasu.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paragasu.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paragasu.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paragasu.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paragasu.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paragasu.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paragasu.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paragasu.wordpress.com/450/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=450&subd=paragasu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://paragasu.wordpress.com/2009/10/05/debian-usb-mouse-freeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53db6931663a03ae167dbd4032e8e3da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragasu</media:title>
		</media:content>
	</item>
		<item>
		<title>php add leading zero</title>
		<link>http://paragasu.wordpress.com/2009/10/03/php-add-leading-zero/</link>
		<comments>http://paragasu.wordpress.com/2009/10/03/php-add-leading-zero/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 07:09:24 +0000</pubDate>
		<dc:creator>paragasu</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[add leading zero]]></category>

		<guid isPermaLink="false">http://paragasu.wordpress.com/2009/10/03/php-add-leading-zero/</guid>
		<description><![CDATA[
echo $num; // 1
$str = sprintf('%02d', $num, 2);
echo $str; //01 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=449&subd=paragasu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><code><br />
echo $num; // 1<br />
$str = sprintf('%02d', $num, 2);<br />
echo $str; //01 </code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paragasu.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paragasu.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paragasu.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paragasu.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paragasu.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paragasu.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paragasu.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paragasu.wordpress.com/449/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paragasu.wordpress.com/449/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paragasu.wordpress.com/449/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=449&subd=paragasu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://paragasu.wordpress.com/2009/10/03/php-add-leading-zero/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53db6931663a03ae167dbd4032e8e3da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragasu</media:title>
		</media:content>
	</item>
		<item>
		<title>php get the number of days between two dates</title>
		<link>http://paragasu.wordpress.com/2009/10/02/php-get-the-number-of-days-between-two-dates/</link>
		<comments>http://paragasu.wordpress.com/2009/10/02/php-get-the-number-of-days-between-two-dates/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 09:45:10 +0000</pubDate>
		<dc:creator>paragasu</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[number of days between two dates]]></category>

		<guid isPermaLink="false">http://paragasu.wordpress.com/2009/10/02/php-get-the-number-of-days-between-two-dates/</guid>
		<description><![CDATA[
$timestamp = strtotime($end_date) - strtotime($start_date);
$days = round($timestamp / 86400); 
this code only works on linux box.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=446&subd=paragasu&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><code><br />
$timestamp = strtotime($end_date) - strtotime($start_date);<br />
$days = round($timestamp / 86400); </code></p>
<p>this code only works on linux box.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/paragasu.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/paragasu.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/paragasu.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/paragasu.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/paragasu.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/paragasu.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/paragasu.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/paragasu.wordpress.com/446/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/paragasu.wordpress.com/446/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/paragasu.wordpress.com/446/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=paragasu.wordpress.com&blog=4985486&post=446&subd=paragasu&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://paragasu.wordpress.com/2009/10/02/php-get-the-number-of-days-between-two-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53db6931663a03ae167dbd4032e8e3da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">paragasu</media:title>
		</media:content>
	</item>
	</channel>
</rss>