<?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>Impossible = I m possible</title>
	<atom:link href="http://oligoli.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oligoli.wordpress.com</link>
	<description>Abdur Rahman's Tech Blog</description>
	<lastBuildDate>Wed, 23 Nov 2011 17:19:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='oligoli.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Impossible = I m possible</title>
		<link>http://oligoli.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://oligoli.wordpress.com/osd.xml" title="Impossible = I m possible" />
	<atom:link rel='hub' href='http://oligoli.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Canvas3D: null GraphicsConfiguration</title>
		<link>http://oligoli.wordpress.com/2010/03/03/canvas3d-null-graphicsconfiguration/</link>
		<comments>http://oligoli.wordpress.com/2010/03/03/canvas3d-null-graphicsconfiguration/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 23:51:41 +0000</pubDate>
		<dc:creator>oligoli</dc:creator>
				<category><![CDATA[Java3D]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://oligoli.wordpress.com/?p=92</guid>
		<description><![CDATA[Error: at javax.media.j3d.Canvas3D.checkForValidGraphicsConfig(Canvas3D.java:963) Are you stuck with this error. Don&#8217;t be panic. Don&#8217;t declare the Canvas3D object with null value. Canvas3D canvas = new Canvas3D(null); Instead pass the GraphicsConfiguration parameter: GraphicsConfiguration config = SimpleUniverse.getPreferredConfiguration(); Canvas3D canvas = new Canvas3D(config); Done ! Don&#8217;t forget to import: java.awt.GraphicsConfiguration; com.sun.j3d.utils.universe.SimpleUniverse;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=92&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Error: at javax.media.j3d.Canvas3D.checkForValidGraphicsConfig(Canvas3D.java:963)</p>
<p>Are you stuck with this error. Don&#8217;t be panic.</p>
<p>Don&#8217;t declare the Canvas3D object with null value.</p>
<p>Canvas3D canvas = new Canvas3D(null);</p>
<p>Instead pass the GraphicsConfiguration parameter:</p>
<p>GraphicsConfiguration config =<br />
           SimpleUniverse.getPreferredConfiguration();<br />
Canvas3D canvas = new Canvas3D(config);</p>
<p>Done !</p>
<p>Don&#8217;t forget to import:<br />
java.awt.GraphicsConfiguration;<br />
com.sun.j3d.utils.universe.SimpleUniverse;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oligoli.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oligoli.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oligoli.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oligoli.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oligoli.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oligoli.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oligoli.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oligoli.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oligoli.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oligoli.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oligoli.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oligoli.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oligoli.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oligoli.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=92&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oligoli.wordpress.com/2010/03/03/canvas3d-null-graphicsconfiguration/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">oligoli</media:title>
		</media:content>
	</item>
		<item>
		<title>A New Journey with Warid</title>
		<link>http://oligoli.wordpress.com/2009/08/18/a-new-journey-with-waird/</link>
		<comments>http://oligoli.wordpress.com/2009/08/18/a-new-journey-with-waird/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 16:38:26 +0000</pubDate>
		<dc:creator>oligoli</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://oligoli.wordpress.com/?p=89</guid>
		<description><![CDATA[Its been a long time since I last posted here. Now promises to myself that I would be regular from now with whatever I got to post here !! Now coming to the point, My new working place is now Warid Telecom, at IT devision, and m working as IT Specialist ) (Bugi Jugi) with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=89&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Its been a long time since I last posted here. Now promises to myself that I would be regular from now with whatever I got to post here !! Now coming to the point, My new working place is now Warid Telecom, at IT devision, and  m working as IT Specialist <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) (Bugi Jugi) with Development team. The most important part is ,I got  some great team mate like Quriesh Vai, Irfan Vai (Country mngr, WCG), Nasif Vai. Still I am confused about my job responsibility but I think it would be a nice journey with nice people <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Currently working with VAS (value added service) and involved developing some in house software. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oligoli.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oligoli.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oligoli.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oligoli.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oligoli.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oligoli.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oligoli.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oligoli.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oligoli.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oligoli.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oligoli.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oligoli.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oligoli.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oligoli.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=89&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oligoli.wordpress.com/2009/08/18/a-new-journey-with-waird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">oligoli</media:title>
		</media:content>
	</item>
		<item>
		<title>What do u think !</title>
		<link>http://oligoli.wordpress.com/2009/03/24/what-do-u-think/</link>
		<comments>http://oligoli.wordpress.com/2009/03/24/what-do-u-think/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 05:27:00 +0000</pubDate>
		<dc:creator>oligoli</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://oligoli.wordpress.com/?p=83</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=83&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_82" class="wp-caption aligncenter" style="width: 509px"><img src="http://oligoli.files.wordpress.com/2009/03/whypeopleseemtohavefreetime-1.jpg?w=499&#038;h=413" alt="why people seem to have free time" title="I think so !" width="499" height="413" class="size-full wp-image-82" /><p class="wp-caption-text">why people seem to have free time</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oligoli.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oligoli.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oligoli.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oligoli.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oligoli.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oligoli.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oligoli.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oligoli.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oligoli.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oligoli.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oligoli.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oligoli.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oligoli.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oligoli.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=83&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oligoli.wordpress.com/2009/03/24/what-do-u-think/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">oligoli</media:title>
		</media:content>

		<media:content url="http://oligoli.files.wordpress.com/2009/03/whypeopleseemtohavefreetime-1.jpg" medium="image">
			<media:title type="html">I think so !</media:title>
		</media:content>
	</item>
		<item>
		<title>Problem with installing &#8216;MySQLdb&#8217; in Python</title>
		<link>http://oligoli.wordpress.com/2009/03/21/problem-with-installing-mysqldb-in-python/</link>
		<comments>http://oligoli.wordpress.com/2009/03/21/problem-with-installing-mysqldb-in-python/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 17:42:25 +0000</pubDate>
		<dc:creator>oligoli</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://oligoli.wordpress.com/2009/03/21/problem-with-installing-mysqldb-in-python/</guid>
		<description><![CDATA[As a novice in the world of Python, I was searching for a way to connect to mysql db using python. And found the cool example from devshed that shows connectivity using MySqLdb module. Default installation of Python may not contain MySQLdb Module, in that case you have to install it manually. First check whether [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=72&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">As a novice in the world of Python, I was searching for a way to connect to mysql db using python. And found the cool example from devshed that shows connectivity using MySqLdb module. Default installation of Python may not contain MySQLdb Module, in that case you have to install it manually.</p>
<p style="text-align:left;">First check whether its already installed ot not:</p>
<p><strong> Python 1.5.2 (#1, Feb  1 2000, 16:32:16)  [GCC egcs-2.91.66<br />
19990314/Linux<br />
(egcs- on linux-i386<br />
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam<br />
&gt;&gt;&gt; import MySQLdb<br />
Traceback (innermost last):<br />
File &#8220;&#8221;, line 1, in ?<br />
ImportError: No module named MySQLdb<br />
&gt;&gt;&gt; </strong></p>
<p>ImportError: No module named MySQLdb &gt;&gt; indicate that you dont have MySQLdb installed.</p>
<p>According to devshed it just 4 line matter to install MySQLdb as follows:</p>
<p><strong>$ tar -xzvf MySQL-python-0.9.2.tar.gz<br />
$ cd MySQL-python-0.9.2<br />
$ python setup.py build<br />
$ python setup.py install</strong></p>
<p>I was trying to build it in My dedicated server running on CentOS.</p>
<p>Every time I am trying to run<br />
&gt;&gt; python setup.py build<br />
it end up with following error.</p>
<p>error: command &#8216;gcc&#8217; failed with exit status 1</p>
<p>After some googling, some forum suggest to check whether gcc is installed or not,<br />
Thats the problem, everyone was worried about only GCC, I installed it again and recheck, still the same<br />
problem.</p>
<p>After spending some &#8216;faltoo&#8217; time I found that the following things sould be installed within your system<br />
to run MySQLdb properly</p>
<p><strong> &gt;&gt; yum install python-devel<br />
&gt;&gt; yum install MySQL-devel<br />
&gt;&gt; yum install zlib-devel<br />
&gt;&gt; yum install openssl-devel</strong></p>
<p>Now its working fine <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Python 1.5.2 (#1, Feb  1 2000, 16:32:16)  [GCC egcs-2.91.66<br />
19990314/Linux<br />
(egcs- on linux-i386<br />
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam<br />
&gt;&gt;&gt; import MySQLdb<br />
&gt;&gt;&gt;</strong><br />
(Gives no error)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oligoli.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oligoli.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oligoli.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oligoli.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oligoli.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oligoli.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oligoli.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oligoli.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oligoli.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oligoli.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oligoli.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oligoli.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oligoli.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oligoli.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=72&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oligoli.wordpress.com/2009/03/21/problem-with-installing-mysqldb-in-python/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">oligoli</media:title>
		</media:content>
	</item>
		<item>
		<title>My Toys</title>
		<link>http://oligoli.wordpress.com/2009/03/18/my-toys/</link>
		<comments>http://oligoli.wordpress.com/2009/03/18/my-toys/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 11:56:50 +0000</pubDate>
		<dc:creator>oligoli</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://oligoli.wordpress.com/?p=70</guid>
		<description><![CDATA[Hey, don&#8217;t get confused, I am not going to listing my every Toys, here in my tech blog. I am talking about the tools that I use in my day to day activity to earning my living Framework: CodeIgniter, Jquery Database: MySql, PostgreSQL Documentation: Doxygen Version Control: TortoiseSVN, SpringLoops IDE for PHP: Eclipse<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=70&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey, don&#8217;t get confused, I am not going to listing my every Toys, here in my tech blog.<br />
I am talking about the tools that I use in my day to day activity to earning my living <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><strong>Framework: CodeIgniter, Jquery<br />
Database: MySql, PostgreSQL<br />
Documentation: Doxygen<br />
Version Control: TortoiseSVN, SpringLoops<br />
IDE for PHP: Eclipse</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oligoli.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oligoli.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oligoli.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oligoli.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oligoli.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oligoli.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oligoli.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oligoli.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oligoli.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oligoli.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oligoli.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oligoli.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oligoli.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oligoli.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=70&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oligoli.wordpress.com/2009/03/18/my-toys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">oligoli</media:title>
		</media:content>
	</item>
		<item>
		<title>Document ur Code using Doxygen</title>
		<link>http://oligoli.wordpress.com/2009/03/18/document-ur-code-using-doxygen/</link>
		<comments>http://oligoli.wordpress.com/2009/03/18/document-ur-code-using-doxygen/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 10:10:17 +0000</pubDate>
		<dc:creator>oligoli</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://oligoli.wordpress.com/?p=58</guid>
		<description><![CDATA[There are many Open Source &#8220;code documentation generator tools&#8221; available, but I personally use doxygen. I like it because its very simple and easy to use. You can make a try&#8230;&#8230;&#8230; Doxygen is a documentation system for C++, C, Java, PHP Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL,, C#, and to some extent [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=58&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are many Open Source &#8220;code documentation generator tools&#8221; available, but I personally use doxygen.<br />
I like it because its very simple and easy to use. You can make a try&#8230;&#8230;&#8230;</p>
<p>Doxygen is a documentation system for C++, C, Java, PHP Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL,, C#, and to some extent D.</p>
<p>It can help you in three ways: </p>
<p>It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in ) from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code. </p>
<p>You can configure doxygen to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. You can also visualize the relations between the various elements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically. </p>
<p>You can even `abuse&#8217; doxygen for creating normal documentation (as I did for this manual).<br />
Doxygen is developed under Linux and Mac OS X, but is set-up to be highly portable. As a result, it runs on most other Unix flavors as well. Furthermore, executables for Windows are available.</p>
<p>Ref : http://www.doxygen.org/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oligoli.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oligoli.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oligoli.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oligoli.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oligoli.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oligoli.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oligoli.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oligoli.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oligoli.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oligoli.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oligoli.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oligoli.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oligoli.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oligoli.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=58&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oligoli.wordpress.com/2009/03/18/document-ur-code-using-doxygen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">oligoli</media:title>
		</media:content>
	</item>
		<item>
		<title>Step by Step installation of Sugar CRM</title>
		<link>http://oligoli.wordpress.com/2009/02/27/24/</link>
		<comments>http://oligoli.wordpress.com/2009/02/27/24/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 19:44:40 +0000</pubDate>
		<dc:creator>oligoli</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://oligoli.wordpress.com/?p=24</guid>
		<description><![CDATA[Step by Step installation of Sugar CRM SugarCRM offers a complete CRM and groupware system for businesses of all sizes. Functionality includes sales force automation, marketing campaigns, support cases, project management, calendaring, documents and more. SugarCRM is built on PHP and MySQL of the most common business systems. The installation of the Sugar Open Source [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=24&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Step by Step installation of Sugar CRM</strong></p>
<p>SugarCRM offers a complete CRM and groupware system for businesses of all sizes. Functionality includes sales force automation, marketing campaigns, support cases, project management, calendaring, documents and more. SugarCRM is built on PHP and MySQL of the most common business systems.</p>
<p>The installation of the Sugar Open Source version is very simple and also will give you the chance to try this great opportunity for Customer relationship software, powered by PHP.<br />
SugarCRM</p>
<p>* Requirements :</p>
<p>To install SugarCRM you need :<br />
o Apache Web server (v1.3 or v2.0) or Microsoft IIS<br />
o MySQL Server (v4.0, v4.1 or v5.0)<br />
o PHP (v4.3+)<br />
* Download SugarCRM</p>
<p>Then download the latest SugarCRM package, currently the 3.5.1, from the SugarForge website<br />
* Copying the package and setting permissions</p>
<p>Uncompress the package. MAke a copy to a local web folder, or upload it to the webserver you want to use. For *nix users you have to set permissions on this list of files and folders to allow SugarCRM to write in them :<br />
o cache<br />
o custom<br />
o data<br />
o modules<br />
o config.php<br />
* Use the Sugar Installation Wizard</p>
<p>After copying your files and setting permissions, enter http://YourDomainName/Path-to-SugarCRM/ and the installation should began. You&#8217;ll find easy to follow the step by step installation wizard which will guide you through 7 main steps :<br />
o License Acceptance<br />
o System Check Acceptance<br />
o Database Configuration<br />
o Site Configuration<br />
o Confirm Settings<br />
o Perform Setup<br />
o Registration (optional)</p>
<p>Finally you may login to SugarCRM using the username and password previously setup in the SiteConfiguration step.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oligoli.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oligoli.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oligoli.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oligoli.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oligoli.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oligoli.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oligoli.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oligoli.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oligoli.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oligoli.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oligoli.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oligoli.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oligoli.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oligoli.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=24&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oligoli.wordpress.com/2009/02/27/24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">oligoli</media:title>
		</media:content>
	</item>
		<item>
		<title>Back to Ubuntu!</title>
		<link>http://oligoli.wordpress.com/2009/02/17/back-to-ubuntu/</link>
		<comments>http://oligoli.wordpress.com/2009/02/17/back-to-ubuntu/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 18:03:54 +0000</pubDate>
		<dc:creator>oligoli</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://oligoli.wordpress.com/?p=21</guid>
		<description><![CDATA[If you still haven&#8217;t tried Ubuntu than please do it right now. And if you tried it before and left it for its unfriendly nature than I will also say that please downlaod it or order it and use it. I am pretty sure that you will be amazed how much comfortable its become now. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=21&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you still haven&#8217;t tried Ubuntu than please do it right now. And if you tried it before and left it for its unfriendly nature than I will also say that please downlaod it or order it and use it. I am pretty sure that you will be amazed how much comfortable its become now. Linux is no more for open source enthusiastic people, it has become for all range of people. Just for an example you don&#8217;t need to install any driver for your cell phone to use it as modem, everything like plug and play. Theres lots of things for free, so people slam the old days and come forward to make a open source  world !!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oligoli.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oligoli.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oligoli.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oligoli.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oligoli.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oligoli.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oligoli.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oligoli.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oligoli.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oligoli.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oligoli.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oligoli.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oligoli.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oligoli.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=21&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oligoli.wordpress.com/2009/02/17/back-to-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">oligoli</media:title>
		</media:content>
	</item>
		<item>
		<title>Paper Published</title>
		<link>http://oligoli.wordpress.com/2009/02/01/paper-published/</link>
		<comments>http://oligoli.wordpress.com/2009/02/01/paper-published/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 08:50:44 +0000</pubDate>
		<dc:creator>oligoli</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[GPRS]]></category>
		<category><![CDATA[GPS]]></category>

		<guid isPermaLink="false">http://oligoli.wordpress.com/?p=14</guid>
		<description><![CDATA[Hello everyone, I am very glad to announce that my final year thesis work (undergrade) on &#8220;Cost Effective GPS-GPRS based Object Tracking System&#8221; had been accepted for IMECS 2009 ( International MultiConference of Engineers and Computer Scientists )  organized by International Associations of Computer Engineering (IAENG).  This conferecne will take place in Hong Kong, 18-20 March, 2009. Thanks [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=14&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello everyone,</p>
<p>I am very glad to announce that my final year thesis work (undergrade) on &#8220;<strong>Cost Effective GPS-GPRS based Object Tracking System</strong>&#8221; had been accepted for<strong> IMECS 2009</strong> (<a href="http://www.iaeng.org/conferences.html"> International  MultiConference of Engineers and Computer Scientists </a>)  organized by  <a href="http://www.iaeng.org/"> International  Associations of Computer Engineering (IAENG)</a>.  This conferecne will take place in Hong Kong, 18-20 March, 2009. Thanks to Allah and my team members.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oligoli.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oligoli.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oligoli.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oligoli.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oligoli.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oligoli.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oligoli.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oligoli.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oligoli.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oligoli.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oligoli.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oligoli.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oligoli.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oligoli.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=14&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oligoli.wordpress.com/2009/02/01/paper-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">oligoli</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://oligoli.wordpress.com/2008/12/01/hello-world/</link>
		<comments>http://oligoli.wordpress.com/2008/12/01/hello-world/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 19:14:16 +0000</pubDate>
		<dc:creator>oligoli</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello World !!! I become a blogger now Faltoo shob Chapabazi korar uttom jaiga. If you don&#8217;t like it feel free to kick my ass or if you like it dont forget to say thanks<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=1&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello World !!!<br />
I become a blogger now <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Faltoo shob Chapabazi korar uttom jaiga.<br />
If you don&#8217;t like it feel free to kick my ass <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
or if you like it dont forget to say thanks <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oligoli.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oligoli.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oligoli.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oligoli.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/oligoli.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/oligoli.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/oligoli.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/oligoli.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oligoli.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oligoli.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oligoli.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oligoli.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oligoli.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oligoli.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oligoli.wordpress.com&amp;blog=5708112&amp;post=1&amp;subd=oligoli&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://oligoli.wordpress.com/2008/12/01/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">oligoli</media:title>
		</media:content>
	</item>
	</channel>
</rss>
