<?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"
	>

<channel>
	<title>Mamnun's Habvab</title>
	<atom:link href="http://www.mamnun.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mamnun.com</link>
	<description>Mamnun's Habvab</description>
	<pubDate>Fri, 07 Nov 2008 21:09:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Geek Skillz</title>
		<link>http://www.mamnun.com/2008/11/geek-skillz/</link>
		<comments>http://www.mamnun.com/2008/11/geek-skillz/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 20:54:56 +0000</pubDate>
		<dc:creator>mamnun</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mamnun.com/?p=59</guid>
		<description><![CDATA[A few hours before i read the an article in gizmodo about essential geek skills. I found the followings very interesting:


2. Perform a clean OS install on a machine with two OSes
23. Contribute code to the Linux kernel
24. Hide porn from your significant other
31. Hackintosh your PC
34. Get around web content filters on public computers
35. [...]]]></description>
		<wfw:commentRss>http://www.mamnun.com/2008/11/geek-skillz/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to bypass cross-domain java and javascript security restrictions</title>
		<link>http://www.mamnun.com/2008/09/how-to-bypass-cross-domain-java-and-javascript-security/</link>
		<comments>http://www.mamnun.com/2008/09/how-to-bypass-cross-domain-java-and-javascript-security/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 01:27:55 +0000</pubDate>
		<dc:creator>mamnun</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[liveconnect]]></category>

		<guid isPermaLink="false">http://www.mamnun.com/?p=52</guid>
		<description><![CDATA[In a recent project I was developing a java applet that communicates with JavaScript. The applet also loads some dynamic images from a server. Soon I ran into this problem. While running it from the local filesystem it couldn&#8217;t load the required images from the server; throws up some security error. Googling a bit, found [...]]]></description>
		<wfw:commentRss>http://www.mamnun.com/2008/09/how-to-bypass-cross-domain-java-and-javascript-security/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bengali phonetic text editor in TCL/TK</title>
		<link>http://www.mamnun.com/2008/08/bengali-phonetic-text-editor-in-tcltk/</link>
		<comments>http://www.mamnun.com/2008/08/bengali-phonetic-text-editor-in-tcltk/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 20:50:33 +0000</pubDate>
		<dc:creator>mamnun</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tcl/TK]]></category>

		<category><![CDATA[Bangla Phonetic]]></category>

		<guid isPermaLink="false">http://www.mamnun.com/?p=42</guid>
		<description><![CDATA[Recently I developed a bengali phonetic text editor TCL/TK. It is still very early stage. You can download and test it. comments are welcome.



banglaphonetic.exe
]]></description>
		<wfw:commentRss>http://www.mamnun.com/2008/08/bengali-phonetic-text-editor-in-tcltk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SpreadFirefox: Join the mission to set a Guinness World Record</title>
		<link>http://www.mamnun.com/2008/06/spreadfirefox-join-the-mission-to-set-a-guinness-world-record/</link>
		<comments>http://www.mamnun.com/2008/06/spreadfirefox-join-the-mission-to-set-a-guinness-world-record/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 13:58:49 +0000</pubDate>
		<dc:creator>mamnun</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://wp.localhost.bd/?p=23</guid>
		<description><![CDATA[After more than 34 months of active development, and with the contributions of thousands, Mozilla announces the release date for Firefox 3; it is June 17th. With more than 15,000 improvements, Firefox 3 is faster, safer and smarter than before. Download Firefox during Download Day(17/08/2008 Tuesday) and enjoy increased security, blinding speed and cool new [...]]]></description>
		<wfw:commentRss>http://www.mamnun.com/2008/06/spreadfirefox-join-the-mission-to-set-a-guinness-world-record/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Type hinting in PHP</title>
		<link>http://www.mamnun.com/2008/05/type-hinting-in-php/</link>
		<comments>http://www.mamnun.com/2008/05/type-hinting-in-php/#comments</comments>
		<pubDate>Thu, 01 May 2008 10:23:36 +0000</pubDate>
		<dc:creator>mamnun</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[OOP]]></category>

		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://wp.localhost.bd/?p=22</guid>
		<description><![CDATA[Type hinting is a php5 feature that can be really helpful in OO-driven development. It is a very common feature seen in any strongly-typed language.
It forces to pass the parameters of functions and methods to be of certain types. But it still lacks something important. Type hinting is only possible for classes and array.
There is [...]]]></description>
		<wfw:commentRss>http://www.mamnun.com/2008/05/type-hinting-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A php implementation of Dancing Link ( Algorithm X) Sudoku problem</title>
		<link>http://www.mamnun.com/2008/04/a-php-implementation-of-dancing-link-algorithm-x-sudoku-problem/</link>
		<comments>http://www.mamnun.com/2008/04/a-php-implementation-of-dancing-link-algorithm-x-sudoku-problem/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 13:39:03 +0000</pubDate>
		<dc:creator>mamnun</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Algorithm X]]></category>

		<category><![CDATA[Dancing Link]]></category>

		<category><![CDATA[exact cover]]></category>

		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://wp.localhost.bd/?p=20</guid>
		<description><![CDATA[As an assignment of Artificial Intelligence course I have recently implemented Knuth&#8217;s Algorithm X for solving sudoku problem. You can see it in action here.

Here is the code:
 &#60;?php
/*Mamnun Hassan Bhuiyan # 0405077*/
class Node
{
public $left;
public $right;
public $up;
public $down;
public $column;
public $rowNumber;
public $label;
public function __construct($rowNumber, $label, $column)
{
$this-&#62;setLeft($this);
$this-&#62;setRight($this);
$this-&#62;setUp($this);
$this-&#62;setDown($this);
$this-&#62;setColumn($column);
$this-&#62;rowNumber = $rowNumber;
$this-&#62;label = $label;
}
public function labelOrNull($node)
{
if($node === null)
return &#8220;NULL&#8221;;
else return [...]]]></description>
		<wfw:commentRss>http://www.mamnun.com/2008/04/a-php-implementation-of-dancing-link-algorithm-x-sudoku-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Give your java application a new LookAndFeel</title>
		<link>http://www.mamnun.com/2008/03/give-your-java-application-a-new-lookandfeel/</link>
		<comments>http://www.mamnun.com/2008/03/give-your-java-application-a-new-lookandfeel/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 01:11:55 +0000</pubDate>
		<dc:creator>mamnun</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://wp.localhost.bd/?p=14</guid>
		<description><![CDATA[A few days ago I wrote a java demo application for a client. One of his primary requirements was better interface. So I thought I would change the theme of the application. After some googling I found that java supports LookAndFeel for basic interface customization. But the example in sun&#8217;s site looked gibberish to me. [...]]]></description>
		<wfw:commentRss>http://www.mamnun.com/2008/03/give-your-java-application-a-new-lookandfeel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Blogging starts here</title>
		<link>http://www.mamnun.com/2008/03/the-blogging-starts-here/</link>
		<comments>http://www.mamnun.com/2008/03/the-blogging-starts-here/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 08:45:43 +0000</pubDate>
		<dc:creator>mamnun</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wp.localhost.bd/?p=13</guid>
		<description><![CDATA[Hello! If you have found your way here then one of us must have done something clever. My name is Mamnun Hassan Bhuiyan and in am currently enjoying my midterm vacation. Preparing for my class tests seems a way too depressing thing to do; so I thought I would start blogging. This is the first [...]]]></description>
		<wfw:commentRss>http://www.mamnun.com/2008/03/the-blogging-starts-here/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
