<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ask Your Question &#187; Open Source</title>
	<atom:link href="http://askbahar.com/tag/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://askbahar.com</link>
	<description>Lets Talk</description>
	<lastBuildDate>Sun, 11 Mar 2012 09:50:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP Bijoy to Unicode Converter</title>
		<link>http://askbahar.com/2012/03/11/php-bijoy-to-unicode-converter/</link>
		<comments>http://askbahar.com/2012/03/11/php-bijoy-to-unicode-converter/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 09:46:59 +0000</pubDate>
		<dc:creator>Habib Ullah Bahar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[bijoy]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://askbahar.com/?p=172</guid>
		<description><![CDATA[<p>In our latest project at <a title="PROGmaatic Developer Network" href="http://progmaatic.com" target="_blank">PROGmaatic</a>, we needed a converter to convert lots of information written in Bangla. Unfortunately  everything was in Bijoy (SutonnyMJ) font. But our requirement was Unicode formatted data and language preference was PHP.</p> <p>&#160;</p> <p>I thought, no big deal. There should have been lots of converters available, and [...]]]></description>
			<content:encoded><![CDATA[<p>In our latest project at <a title="PROGmaatic Developer Network" href="http://progmaatic.com" target="_blank">PROGmaatic</a>, we needed a converter to convert lots of information written in Bangla. Unfortunately  everything was in Bijoy (SutonnyMJ) font. But our requirement was Unicode formatted data and language preference was PHP.</p>
<p>&nbsp;</p>
<p>I thought, no big deal. There should have been lots of converters available, and most of them might be in PHP. After hours of searching (Yes I don&#8217;t like coding when I can find something free <img src='http://askbahar.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ).</p>
<p>Well, I haven&#8217;t found a single script which would do what I needed. Two of the following did help me to understand how to develop the converter:</p>
<ul>
<li><a href="www.repulsivecoder.com/2009/06/04/bijoy-to-unicode-converter/" target="_blank">www.repulsivecoder.com/2009/06/04/bijoy-to-unicode-converter/</a> [Oops! javascript only]</li>
<li><a href="http://mynul.com/bangla/" target="_blank">mynul.com/bangla/</a> [Mr. Mynul was kind enough to send me the source code. Unfortunately it didn't work for me when I included it in my project. Probably because of encoding dependency. Also I didn't like the mapping. But it encouraged me!]</li>
</ul>
<p>So finally I end up coding one myself. Fork it from my <a title="Bijoy to Unicode Converter" href="https://github.com/bahar/BijoyToUnicode" target="_blank">Github</a> account.</p>
<p>In the coding process I have learnt two valuable lessons <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>1. javascript string method &#8216;<strong><em>substring</em></strong>&#8216; is not equivalent to PHP&#8217;s string function &#8216;<strong><em>substr</em></strong>&#8216; [I spent only 5 hours for this mistake!!!]</p>
<p>2. Nothing is better than step-by-step Debugging!</p></blockquote>
<p>&nbsp;</p>
<p>Future modifications:</p>
<blockquote><p>1. Make <strong>mbstring</strong> independent. (I actually figured out the way, but right now I don&#8217;t need it since I have mbstring support <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>2. Make memory efficient.</p></blockquote>
<p>&nbsp;</p>
<p>Check the code and let me know if you find a better way, find a bug or need some modification. I will be happy to make the changes and give you the credit <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://askbahar.com/2012/03/11/php-bijoy-to-unicode-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0 RC1 is out..grab it</title>
		<link>http://askbahar.com/2008/05/17/firefox-30rc1-is-out/</link>
		<comments>http://askbahar.com/2008/05/17/firefox-30rc1-is-out/#comments</comments>
		<pubDate>Sat, 17 May 2008 10:53:00 +0000</pubDate>
		<dc:creator>Habib Ullah Bahar</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://askbahar.wordpress.com/?p=30</guid>
		<description><![CDATA[<p>Firefox 3.0 RC1 has been released yesterday [16 May, 2008]. It is different from Firefox 2.0 in many ways.</p> More secured More personal Easier to use Improved performance <p>Read the full list of features <a title="Firefox 3.0 features" href="http://en-us.www.mozilla.com/en-US/firefox/3.0rc1/releasenotes/#whatsnew" target="_blank">here</a>. Download it from <a title="Firefox 3.0 RC1 FTP download" href="ftp://releases.mozilla.org/pub/mozilla.org/firefox/releases/" target="_blank">FTP</a> or <a title="Firefox 3.0 [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3.0 RC1 has been released yesterday [16 May, 2008]. It is different from Firefox 2.0 in many ways.</p>
<ul>
<li>More secured</li>
<li>More personal</li>
<li>Easier to use</li>
<li>Improved performance</li>
</ul>
<p>Read the full list of features <a title="Firefox 3.0 features" href="http://en-us.www.mozilla.com/en-US/firefox/3.0rc1/releasenotes/#whatsnew" target="_blank">here</a>. Download it from <a title="Firefox 3.0 RC1 FTP download" href="ftp://releases.mozilla.org/pub/mozilla.org/firefox/releases/" target="_blank">FTP</a> or <a title="Firefox 3.0 RC1 HTTP download" href="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/" target="_blank">HTTP</a> mirror, or directly from <a href="http://en-us.www.mozilla.com/en-US/firefox/all-rc.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://askbahar.com/2008/05/17/firefox-30rc1-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to verify an ISO image in linux before burning</title>
		<link>http://askbahar.com/2008/05/17/verify-iso-image-in-linux-before-burning/</link>
		<comments>http://askbahar.com/2008/05/17/verify-iso-image-in-linux-before-burning/#comments</comments>
		<pubDate>Sat, 17 May 2008 10:24:19 +0000</pubDate>
		<dc:creator>Habib Ullah Bahar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[vmware player]]></category>

		<guid isPermaLink="false">http://askbahar.wordpress.com/?p=29</guid>
		<description><![CDATA[<p>There is no nice or 100% effective fast way to verify an <a title="ISO image in Wikipedia" href="http://en.wikipedia.org/wiki/Iso_image" target="_blank">ISO image</a> of any OS [normally *INX based OS] without installing. But there are several ways one can test the ISO image. If the test(s) are successful, there is a high (to me which is almost 100% [...]]]></description>
			<content:encoded><![CDATA[<p>There is no nice or 100% effective fast way to verify an <a title="ISO image in Wikipedia" href="http://en.wikipedia.org/wiki/Iso_image" target="_blank">ISO image</a> of any OS [normally *INX based OS] without installing. But there are several ways one can test the ISO image. If the test(s) are successful, there is a high (to me which is almost 100% <img src='http://askbahar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) probability, that the ISO is perfect to be burned in a CD or DVD which one is desirable.</p>
<p><span id="more-29"></span></p>
<ul>
<li>After downlaoding an ISO from any source, you must validate the SH1SUM or MD5SUM which one is required in your case to verify the security and integrity of your ISO.</li>
<li>You can manually mount the ISO image to check its content when you are in Linux using the code
<pre>su -c 'mount -o loop -t iso9660 &lt;isofilename&gt; &lt;mountpoint&gt;</pre>
</li>
<li>You can use <a href="https://www.vmware.com/products/player/" target="_blank">VMware Player</a> to boot your ISO image, even you can install it as a virtual OS in Linux. With this free software, you can not only verify the image but you can also test the installation without changing your current installation of Linux. Download it from <a title="Download VMware Player" href="https://www.vmware.com/download/player/" target="_blank">here</a>.</li>
</ul>
<p>Some useful links about the topic:</p>
<ul>
<li><a href="http://fedoraproject.org/en/verify" target="_self">http://fedoraproject.org/en/verify</a></li>
<li><a href="http://www.ubuntugeek.com/how-to-install-ubuntu-linux-from-usb-stick.html" target="_self">http://www.ubuntugeek.com/how-to-install-ubuntu-linux-from-usb-stick.html</a></li>
<li><a href="http://en.opensuse.org/Download_Help" target="_self">http://en.opensuse.org/Download_Help</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://askbahar.com/2008/05/17/verify-iso-image-in-linux-before-burning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fedora 9 (Sulphur) is on earth&#8230;grab it!</title>
		<link>http://askbahar.com/2008/05/15/fedora9-released/</link>
		<comments>http://askbahar.com/2008/05/15/fedora9-released/#comments</comments>
		<pubDate>Thu, 15 May 2008 03:49:02 +0000</pubDate>
		<dc:creator>Habib Ullah Bahar</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 9]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[sulphur]]></category>

		<guid isPermaLink="false">http://askbahar.wordpress.com/?p=23</guid>
		<description><![CDATA[<p><a href="http://askbahar.files.wordpress.com/2008/05/f9launch.png"></a></p> <p>So after a long time, Fedora 9 (Sulphur) has been released. The version includes some must need features.</p> <p>Here is the list..</p> <p></p> This release features <a class="ulink" href="http://www.gnome.org/start/2.22/notes/C/" target="_top">GNOME 2.22</a>. GNOME now includes a webcam photo and video creation utility called Cheese, improved network filesystem support, a new international clock applet, Google [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://askbahar.files.wordpress.com/2008/05/f9launch.png"><img class="alignleft size-full wp-image-28" src="http://askbahar.files.wordpress.com/2008/05/f9launch.png" alt="Fedora 9 Launched" width="450" height="150" /></a></p>
<p>So after a long time, Fedora 9 (Sulphur) has been released. The version includes some must need features.</p>
<p>Here is the list..</p>
<p><span id="more-23"></span></p>
<div class="itemizedlist">
<ul type="disc">
<li>This release features             <a class="ulink" href="http://www.gnome.org/start/2.22/notes/C/" target="_top">GNOME             2.22</a>. GNOME now includes a webcam photo and video             creation utility called <span class="application"><strong>Cheese</strong></span>,             improved network filesystem support, a new international             clock applet, Google Calendar support and custom email             labels in Evolution, a new Remote Desktop Viewer, improved             accessibility features, and             <span class="application"><strong>PolicyKit</strong></span> integration.</li>
<li>KDE 4.0.3 is available with more upgraded features and overall its more stable.</li>
<li><a class="ulink" href="http://fedoraproject.org/wiki/NetworkManager" target="_top"> NetworkManager</a> 0.7 provides improved mobile             broadband support, including GSM and CDMA devices, and now             supports multiple devices and ad-hoc networking for sharing             connections. To me its the best feature of Fedora9.</li>
<li>The Fedora installer, <span class="application"><strong>Anaconda</strong></span>, 	    now supports partition resizing for ext2/3, NTFS 	    filesystems, creating and installing to encrypted file 	    systems, improved Rescue Mode with FirstAidKit, 	    independent locations for the second stage installer and 	    the software packages.</li>
<li>Live USB images now support persistence, so your data and 	    setting changes will be preserved even after rebooting.</li>
<li><a class="ulink" href="http://www.packagekit.org/" target="_top">PackageKit</a>, 	    a new set of graphical and console tools, with a framework 	    for cross-distribution software management, has 	    replaced <span class="application"><strong>Pirut</strong></span> in this release 	    of Fedora. The <span class="application"><strong>PackageKit</strong></span> graphical updater is available instead 	    of <span class="application"><strong>Pup</strong></span>. Behind <span class="application"><strong>PackageKit</strong></span>, 	    the performance of <code>yum</code> has been 	    significantly improved.</li>
<li><a class="ulink" href="http://en.wikipedia.org/wiki/Ext4" target="_top">Ext4</a>, 	    the next version of the mature and stable ext3 filesystem 	    is available as a option in this release. Ext4 features 	    better performance, higher storage capacity and several 	    other new features.</li>
<li>This release of Fedora uses 	    <a class="ulink" href="http://upstart.ubuntu.com/" target="_top"><span class="application"><strong>Upstart</strong></span></a>, 	    an event-based replacement for 	    the <code>/sbin/init</code> daemon.</li>
<li>Firefox 3 brings a number of major improvements including 	    a native look and feel, desktop integration, the new 	    Places replacement for bookmarks, and a re-worked address 	    bar.</li>
<li>The completely free and open source Java environment 	    OpenJDK 6 is installed by 	    default.</li>
<li><a class="ulink" href="http://fedoraproject.org/wiki/OpenOffice" target="_top">OpenOffice.org</a> 2.4, with many new features, is available as part of 	    Fedora 9.</li>
<li>Fedora now includes             <a class="ulink" href="http://perldoc.perl.org/perldelta.html" target="_top"> <span class="application"><strong>Perl 5.10.0</strong></span></a>, which             features a smaller memory footprint and other improvements.</li>
<li>Fedora now 	    includes <a class="ulink" href="http://www.tug.org/texlive/" target="_top">TeXLive</a> to replace the older, unmaintained TeX distribution.</li>
<li>Fedora 9 features a 2.6.25 based kernel.</li>
<li>And definitely Fedora 9 is much more stable than Fedora 8.</li>
</ul>
</div>
<div class="itemizedlist"></div>
<div class="itemizedlist">To see the detailed release note, <a title="Fedora 9 Release notes" href="http://docs.fedoraproject.org/release-notes/f9/" target="_blank">click here</a>. To grab your Fedora 9, please visit <a title=" Navigation      * Home     * Get Fedora     * Join Fedora  Tools      * Docs Fedora documentation.     * Wiki Collaborative knowledge.     * Planet The voices of the Fedora community.     * Communicate Speak with Fedora.     * Events Meet the Fedora community.  Website Language Fedora, For You." href="http://fedoraproject.org/en/get-fedora" target="_blank">Get Fedora</a></div>
<div class="itemizedlist"></div>
<div class="itemizedlist">So start enjoying the new Sulphar&#8230;.</div>
<div class="itemizedlist"></div>
<div class="itemizedlist"><span style="color:#808080;"><em>Source: http://fedoraproject.org</em></span></div>
]]></content:encoded>
			<wfw:commentRss>http://askbahar.com/2008/05/15/fedora9-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

