<?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>Madhusanka&#039;s Tech Blog</title>
	<atom:link href="http://madhusanka.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://madhusanka.wordpress.com</link>
	<description>what i do, what i learn, what i discover</description>
	<lastBuildDate>Wed, 08 Jun 2011 06:35:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='madhusanka.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Madhusanka&#039;s Tech Blog</title>
		<link>http://madhusanka.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://madhusanka.wordpress.com/osd.xml" title="Madhusanka&#039;s Tech Blog" />
	<atom:link rel='hub' href='http://madhusanka.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Installing Subversion Extension to PHP</title>
		<link>http://madhusanka.wordpress.com/2010/08/04/installing-subversion-extension-to-php/</link>
		<comments>http://madhusanka.wordpress.com/2010/08/04/installing-subversion-extension-to-php/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 12:19:05 +0000</pubDate>
		<dc:creator>madhusanka</dc:creator>
				<category><![CDATA[lamp]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[php subversion extension]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://madhusanka.wordpress.com/?p=101</guid>
		<description><![CDATA[I wanted to execute some Subversion Commands in a PHP script once, so I needed to install the Subversion Extension for PHP. I began in the common way of intalling any PECL package. PECL downloaded the package successfully, but it gave an error saying that the phize command is missing, while trying to intall. After [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=101&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wanted to execute some <a href="http://en.wikipedia.org/wiki/Apache_Subversion">Subversion Commands</a> in a PHP script once, so I needed to install the <a href="http://pecl.php.net/package/svn">Subversion Extension for PHP</a>. </p>
<p>I began in the common way of intalling any PECL package.<br />
<pre class="brush: plain;">pecl install -f svn</pre></p>
<p>PECL downloaded the package successfully, but it gave an error saying that the <strong>phize command is missing</strong>, while trying to intall. After some searches in the internet, I found out that <strong>php-devel</strong> package provides &#8220;phize&#8221;. Since &#8220;yum&#8221; was there, things were pretty easy:<br />
<pre class="brush: plain;">yum install php-devel</pre></p>
<p>Once php-devel was intalled, I tried to intall again, using PECL. This time, it gave an error, saying <strong>svn_client.h</strong> header file is missing. Then again, after a long search in the internet, the solution was found. It required the <strong>subversion-devel</strong> package. Yet again, <strong>yum</strong> came to the rescue.</p>
<p><pre class="brush: plain;">yum install subversion-devel</pre></p>
<p>I tried again using pecl and this time the extension was installed successfully.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhusanka.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhusanka.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhusanka.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhusanka.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhusanka.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhusanka.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhusanka.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhusanka.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhusanka.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhusanka.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhusanka.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhusanka.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhusanka.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhusanka.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=101&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhusanka.wordpress.com/2010/08/04/installing-subversion-extension-to-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a5988c600b0a687494275cfa3816460?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhusanka</media:title>
		</media:content>
	</item>
		<item>
		<title>Co-founder of MySQL invests in OrangeHRM</title>
		<link>http://madhusanka.wordpress.com/2010/04/21/co-founder-of-mysql-invest-in-orangehrm/</link>
		<comments>http://madhusanka.wordpress.com/2010/04/21/co-founder-of-mysql-invest-in-orangehrm/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 09:33:06 +0000</pubDate>
		<dc:creator>madhusanka</dc:creator>
				<category><![CDATA[foss]]></category>
		<category><![CDATA[hrm]]></category>
		<category><![CDATA[david axmark]]></category>
		<category><![CDATA[larry stefonic]]></category>
		<category><![CDATA[orangehrm]]></category>

		<guid isPermaLink="false">http://madhusanka.wordpress.com/?p=88</guid>
		<description><![CDATA[David Axmark, co-founder of MySQL and Larry Stefonic, ex-EVP of MySQL has joined hand with OrangeHRM. The press release states that , It has received Series A investment capital from principal investors Larry Stefonic and David Axmark to finance the sales, marketing and development of OrangeHRM, the company&#8217;s flagship product. The investment capital will fund [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=88&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>David Axmark, co-founder of MySQL</strong> and <strong>Larry Stefonic, ex-EVP of MySQL</strong> has joined hand with OrangeHRM. The press release states that ,</p>
<blockquote><p>It has received Series A investment capital from principal investors Larry Stefonic and David Axmark to finance the sales, marketing and development of OrangeHRM, the company&#8217;s flagship product. The investment capital will fund the development of new HR modules such as training, budgeting and benefits modules</p></blockquote>
<p><a href="http://www.24-7pressrelease.com/press-release/orangehrm-closes-on-series-a-financing-147085.php">Read the full article here</a></p>
<p>OrangeHRM provides low cost highly functional software for maintaining business process. This is the dawn of Cloud Computing, OrangeHRM can be easily used as a cloud application in your own server. One of the main reasons for OrangeHRM to be popular is its simplicity and stability. </p>
<p><span style="font-size:10px;"><br />
Adopted from <a href="http://www.timeseye.com/2010/04/co-founder-of-mysql-invest-in-orangehrm.html">this article</a> by <a href="http://www.timeseye.com/">Poojitha Jayasinghe (Times Eye)</a>.<br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhusanka.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhusanka.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhusanka.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhusanka.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhusanka.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhusanka.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhusanka.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhusanka.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhusanka.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhusanka.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhusanka.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhusanka.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhusanka.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhusanka.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=88&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhusanka.wordpress.com/2010/04/21/co-founder-of-mysql-invest-in-orangehrm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a5988c600b0a687494275cfa3816460?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhusanka</media:title>
		</media:content>
	</item>
		<item>
		<title>An Article on Implementing MVC Pattern in PHP</title>
		<link>http://madhusanka.wordpress.com/2010/01/25/an-article-on-implementing-mvc-pattern-in-php/</link>
		<comments>http://madhusanka.wordpress.com/2010/01/25/an-article-on-implementing-mvc-pattern-in-php/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 05:13:48 +0000</pubDate>
		<dc:creator>madhusanka</dc:creator>
				<category><![CDATA[lamp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://madhusanka.wordpress.com/?p=84</guid>
		<description><![CDATA[Here&#8217;s an interesting article about implementing MCV pattern in PHP by Samantha Jayasinghe. Samantha is a Tech Lead at OrangeHRM. This will provide a good understanding about MVC for the developpers who are starting to work on this pattern. http://samanthatec.info/2010/01/24/impliment-mvc-pattern-from-php/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=84&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an interesting article about implementing MCV pattern in PHP by <a href="http://samanthatec.info/">Samantha Jayasinghe</a>. Samantha is a Tech Lead at <a href="http://orangehrm.com">OrangeHRM</a>. This will provide a good understanding about MVC for the developpers who are starting to work on this pattern.</p>
<p><a href="http://samanthatec.info/2010/01/24/impliment-mvc-pattern-from-php/">http://samanthatec.info/2010/01/24/impliment-mvc-pattern-from-php/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhusanka.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhusanka.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhusanka.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhusanka.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhusanka.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhusanka.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhusanka.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhusanka.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhusanka.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhusanka.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhusanka.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhusanka.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhusanka.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhusanka.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=84&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhusanka.wordpress.com/2010/01/25/an-article-on-implementing-mvc-pattern-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a5988c600b0a687494275cfa3816460?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhusanka</media:title>
		</media:content>
	</item>
		<item>
		<title>FOSS Web Development Tools</title>
		<link>http://madhusanka.wordpress.com/2010/01/01/foss-web-development-tools/</link>
		<comments>http://madhusanka.wordpress.com/2010/01/01/foss-web-development-tools/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 09:04:09 +0000</pubDate>
		<dc:creator>madhusanka</dc:creator>
				<category><![CDATA[foss]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://madhusanka.wordpress.com/?p=43</guid>
		<description><![CDATA[In web application development, right tools is a key to success. I made speech+demo on FOSS Web Application Development Tools at APIIT FOSS Con 2009 on 2nd October 2009 at the APIIT – Sri Lanka City Campus premises. The event was well-organized and kudos for organizers for a job well done.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=43&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In web application development, right tools is a key to success. I made speech+demo on FOSS Web Application Development Tools at APIIT FOSS Con 2009 on 2nd October 2009 at the APIIT – Sri Lanka City Campus premises.</p>
<p>The event was well-organized and kudos for organizers for a job well done.</p>
<div id="attachment_65" class="wp-caption alignleft" style="width: 310px"><a href="http://cli.gs/L97MYm"><img class="size-medium wp-image-65" title="FOSS Web Development Tools" src="http://madhusanka.files.wordpress.com/2010/01/screenshot-foss-web-development-tools-mozilla-firefox.png?w=300&#038;h=198" alt="FOSS Web Development Tools" width="300" height="198" /></a><p class="wp-caption-text">See my presentation here</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhusanka.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhusanka.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhusanka.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhusanka.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhusanka.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhusanka.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhusanka.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhusanka.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhusanka.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhusanka.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhusanka.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhusanka.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhusanka.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhusanka.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=43&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhusanka.wordpress.com/2010/01/01/foss-web-development-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a5988c600b0a687494275cfa3816460?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhusanka</media:title>
		</media:content>

		<media:content url="http://madhusanka.files.wordpress.com/2010/01/screenshot-foss-web-development-tools-mozilla-firefox.png?w=300" medium="image">
			<media:title type="html">FOSS Web Development Tools</media:title>
		</media:content>
	</item>
		<item>
		<title>OrangeHRM Reaches 300,000 Downloads</title>
		<link>http://madhusanka.wordpress.com/2009/12/18/orangehrm-reaches-300000-downloads/</link>
		<comments>http://madhusanka.wordpress.com/2009/12/18/orangehrm-reaches-300000-downloads/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 12:22:14 +0000</pubDate>
		<dc:creator>madhusanka</dc:creator>
				<category><![CDATA[foss]]></category>
		<category><![CDATA[hrm]]></category>

		<guid isPermaLink="false">http://madhusanka.wordpress.com/?p=57</guid>
		<description><![CDATA[Today, OrangeHRM has reached 300,000 downloads mark!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=57&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, OrangeHRM has reached 300,000 downloads mark!</p>
<p><a href="http://madhusanka.files.wordpress.com/2009/12/screenshot-sourceforge-net-software-search-mozilla-firefox.png"><img src="http://madhusanka.files.wordpress.com/2009/12/screenshot-sourceforge-net-software-search-mozilla-firefox.png?w=300&#038;h=142" alt="OrangeHRM 300,000 Downloads" title="OrangeHRM @ SourceForge.net" width="300" height="142" class="alignleft size-medium wp-image-58" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhusanka.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhusanka.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhusanka.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhusanka.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhusanka.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhusanka.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhusanka.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhusanka.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhusanka.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhusanka.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhusanka.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhusanka.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhusanka.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhusanka.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=57&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhusanka.wordpress.com/2009/12/18/orangehrm-reaches-300000-downloads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a5988c600b0a687494275cfa3816460?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhusanka</media:title>
		</media:content>

		<media:content url="http://madhusanka.files.wordpress.com/2009/12/screenshot-sourceforge-net-software-search-mozilla-firefox.png?w=300" medium="image">
			<media:title type="html">OrangeHRM @ SourceForge.net</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Webgrind, the Xdebug Profiler</title>
		<link>http://madhusanka.wordpress.com/2009/10/26/installing-webgrind/</link>
		<comments>http://madhusanka.wordpress.com/2009/10/26/installing-webgrind/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 09:33:01 +0000</pubDate>
		<dc:creator>madhusanka</dc:creator>
				<category><![CDATA[foss]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://madhusanka.wordpress.com/?p=20</guid>
		<description><![CDATA[Webgrind is a front-end for Xdebug profiling, released under BSD License. Using this, developpers can easily monitor the functions called in a PHP script, and the times spent in functions by self cost or inclusive cost. (Inclusive cost is time inside function, plus calls to other functions) It&#8217;s cross platform compatible and easy to use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=20&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/webgrind/">Webgrind</a> is a front-end for <a href="http://www.xdebug.org/">Xdebug</a> profiling, released under <a href="http://www.opensource.org/licenses/bsd-license.php">BSD License</a>.</p>
<p>Using this, developpers can easily monitor the functions called in a PHP script, and the times spent in functions by self cost or inclusive cost. (Inclusive cost is time inside function, plus calls to other functions)</p>
<p>It&#8217;s cross platform compatible and easy to use once installed. (Yeah, the installation is no that easy). I had Xdebug already installed, and after going through <a href="http://www.chrisabernethy.com/php-profiling-xdebug-webgrind/">this</a>, I managed get it running, after following these steps:</p>
<p><strong>Step 0</strong><br />
Install Xdebug. (Already done in my scenario)</p>
<p><strong>Step 1</strong><br />
Enter the following entries to <em>php.ini</em> file.</p>
<p><pre class="brush: plain;">
[xdebug]
xdebug.profiler_enable=1
xdebug.profiler_output_dir=&quot;/tmp&quot;
xdebug.profiler_output_name=&quot;cachegrind.out.%t.%p&quot;
</pre></p>
<p><strong>Step 2</strong><br />
<a href="http://code.google.com/p/webgrind/downloads/list">Download Webgrind</a>, and extract the archive to the web server&#8217;s root directory.</p>
<p><strong>Step 3</strong><br />
Restart the web server.</p>
<p><em>Once profiling is enabled, the performance of the web server gets reduced slightly. But you can disabled profiling by changing <em>php.ini</em> as follows:</em></p>
<p><pre class="brush: plain;">
xdebug.profiler_enable=0
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhusanka.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhusanka.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhusanka.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhusanka.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhusanka.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhusanka.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhusanka.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhusanka.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhusanka.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhusanka.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhusanka.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhusanka.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhusanka.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhusanka.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=20&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhusanka.wordpress.com/2009/10/26/installing-webgrind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a5988c600b0a687494275cfa3816460?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhusanka</media:title>
		</media:content>
	</item>
		<item>
		<title>OrangeHRM 2.5 Stable Version is Released</title>
		<link>http://madhusanka.wordpress.com/2009/10/06/orangehrm-2-5-stable-version-is-released/</link>
		<comments>http://madhusanka.wordpress.com/2009/10/06/orangehrm-2-5-stable-version-is-released/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 03:27:14 +0000</pubDate>
		<dc:creator>madhusanka</dc:creator>
				<category><![CDATA[foss]]></category>
		<category><![CDATA[hrm]]></category>
		<category><![CDATA[hr system]]></category>
		<category><![CDATA[hris]]></category>
		<category><![CDATA[human resource management]]></category>
		<category><![CDATA[human resource management software]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[orangehrm]]></category>

		<guid isPermaLink="false">http://madhusanka.wordpress.com/?p=14</guid>
		<description><![CDATA[After many months of work, OrangeHRM 2.5 stable version was released on 5th Ocober, 2009 (yesterday). New Features: New look and feel with enhanced usability Separation of The Project Time Tracking and Attendance Enhanced Recruitment Module Implementation of Advanced Security Measures Performace optimizations Apart from these, there are over 150 bug fixes. It&#8217;s the most [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=14&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After many months of work, OrangeHRM 2.5 stable version was released on 5th Ocober, 2009 (yesterday).<br />
<div class="wp-caption alignnone" style="width: 382px"><img alt="OrangeHRM 2.5" src="http://orangehrm.com/images/product-features-2.5_clip_image002_0000.jpg" title="OrangeHRM 2.5" width="372" height="251" /><p class="wp-caption-text">OrangeHRM 2.5</p></div></p>
<p><strong>New Features:</strong></p>
<ul>
<li>New look and feel with enhanced usability</li>
<li>Separation of The Project Time Tracking and Attendance</li>
<li>Enhanced Recruitment Module </li>
<li>Implementation of Advanced Security Measures </li>
<li>Performace optimizations</li>
</ul>
<p><strong>Apart from these, there are over 150 bug fixes.</strong></p>
<p>It&#8217;s the most stable, most secure &amp; the fastest OrangeHRM ever released.</p>
<p><a href="http://bit.ly/3RXlaR">Read More</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhusanka.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhusanka.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhusanka.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhusanka.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhusanka.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhusanka.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhusanka.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhusanka.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhusanka.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhusanka.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhusanka.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhusanka.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhusanka.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhusanka.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=14&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhusanka.wordpress.com/2009/10/06/orangehrm-2-5-stable-version-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a5988c600b0a687494275cfa3816460?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhusanka</media:title>
		</media:content>

		<media:content url="http://orangehrm.com/images/product-features-2.5_clip_image002_0000.jpg" medium="image">
			<media:title type="html">OrangeHRM 2.5</media:title>
		</media:content>
	</item>
		<item>
		<title>My First Step into Blogging</title>
		<link>http://madhusanka.wordpress.com/2008/10/09/my-first-step-into-blogging/</link>
		<comments>http://madhusanka.wordpress.com/2008/10/09/my-first-step-into-blogging/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 21:48:39 +0000</pubDate>
		<dc:creator>madhusanka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madhusanka.wordpress.com/?p=3</guid>
		<description><![CDATA[Ahhhh&#8230; It&#8217;s about time I started blogging&#8230; I had quite a longing to start a blog, but work and studies kept me 100% occupied. I&#8217;m also suprised why I started to write a blog so late. Anyway, it&#8217;s better later than never!!! Let&#8217;s see how this will turn out&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=3&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="post-body entry-content">Ahhhh&#8230; It&#8217;s about time I started blogging&#8230; I had quite a longing to start a blog, but work and studies kept me 100% occupied.</p>
<p>I&#8217;m also suprised why I started to write a blog so late. Anyway, it&#8217;s better later than never!!!</p>
<p>Let&#8217;s see how this will turn out&#8230;</p></div>
<p><span class="post-author vcard"> </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/madhusanka.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/madhusanka.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/madhusanka.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/madhusanka.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/madhusanka.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/madhusanka.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/madhusanka.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/madhusanka.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/madhusanka.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/madhusanka.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/madhusanka.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/madhusanka.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/madhusanka.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/madhusanka.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=madhusanka.wordpress.com&amp;blog=5125934&amp;post=3&amp;subd=madhusanka&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://madhusanka.wordpress.com/2008/10/09/my-first-step-into-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a5988c600b0a687494275cfa3816460?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">madhusanka</media:title>
		</media:content>
	</item>
	</channel>
</rss>
