<?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>dreamz</title>
	<atom:link href="http://aminz.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aminz.wordpress.com</link>
	<description>i have a (lot of)dream</description>
	<lastBuildDate>Sun, 17 May 2009 07:23:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aminz.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>dreamz</title>
		<link>http://aminz.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aminz.wordpress.com/osd.xml" title="dreamz" />
	<atom:link rel='hub' href='http://aminz.wordpress.com/?pushpress=hub'/>
		<item>
		<title>DataGridViewDataErrorContexts</title>
		<link>http://aminz.wordpress.com/2009/05/17/datagridviewdataerrorcontexts/</link>
		<comments>http://aminz.wordpress.com/2009/05/17/datagridviewdataerrorcontexts/#comments</comments>
		<pubDate>Sun, 17 May 2009 07:23:43 +0000</pubDate>
		<dc:creator>aminz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aminz.wordpress.com/?p=90</guid>
		<description><![CDATA[Im trying to write an eventhandler to calls a function ShowCalculationInFields() when a checkbox in a datagridviewrow is checked. I have tried this one: private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e) { if (e.ColumnIndex == 0) { ShowCalculationInFields(); } } But the CellContentClick event doesnt work since it only is called before a checkboxvalue is changed. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=90&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span><span><span class="normalTextSmall">Im trying to write an eventhandler to calls a function </span></span></span>ShowCalculationInFields<span><span><span class="normalTextSmall">() when a checkbox in a datagridviewrow is checked.<br />
I have tried this one:</span></span></span></p>
<p>private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)<br />
{<br />
if (e.ColumnIndex == 0)<br />
{<br />
ShowCalculationInFields();<br />
}<br />
}</p>
<p>But<span><span><span class="normalTextSmall"> the CellContentClick event doesnt work since it only is called before a checkboxvalue is changed. </span></span></span><span><span><span class="normalTextSmall">It worked with this eventhandler for CurrenCellDirtyStateChanged:</p>
<p>private void</span></span></span> dataGridView1<span><span><span class="normalTextSmall">_CurrentCellDirtyStateChanged(object sender, EventArgs e)<br />
{<br />
if (</span></span></span>dataGridView1<span><span><span class="normalTextSmall">.IsCurrentCellDirty)<br />
{<br />
</span></span></span>dataGridView1<span><span><span class="normalTextSmall">.CommitEdit(DataGridViewDataErrorContexts.Commit);<br />
}<br />
} </span></span></span><span><span></span></span></p>
<p><span><span><span class="normalTextSmall">I think &#8216;dirty&#8217; just means that made a change to the current cell&#8217;s value but haven&#8217;t committed it by changing the focus to some other cell.<br />
So an attempt is made to commit the change, using the CommitEdit() method, which requires a parameter of type DataGridViewDataErrorContexts to tell it in what context an error could occur. hat means We commit the change on Cell by force before its commit internally!!<br />
</span></span></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminz.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminz.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminz.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminz.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aminz.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aminz.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aminz.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aminz.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminz.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminz.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminz.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminz.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminz.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminz.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=90&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aminz.wordpress.com/2009/05/17/datagridviewdataerrorcontexts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94998054ca8810957a4ad1a6c431e22b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminz</media:title>
		</media:content>
	</item>
		<item>
		<title>Google&#8217;s 10 birthday.</title>
		<link>http://aminz.wordpress.com/2008/09/27/googles-10-birthday/</link>
		<comments>http://aminz.wordpress.com/2008/09/27/googles-10-birthday/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 06:47:40 +0000</pubDate>
		<dc:creator>aminz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aminz.wordpress.com/?p=87</guid>
		<description><![CDATA[Now-a-days we cant think a day without google.and also it makes us very informative.sometimes i search in google instead of searching a word in my dictionary.everything is very easy to find.As a software engineer i am in deep fear,if google stop its service definitely i have to search for new job. ha ha.whenever i need [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=87&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Now-a-days we cant think a day without google.and also it makes us very informative.sometimes i search in google instead of searching a word in my dictionary.everything is very easy to find.As a software engineer i am in deep fear,if google stop its service definitely i have to search for new job. ha ha.whenever i need a simple solution at first i googling instead of thinking.<br />
<a href="http://aminz.files.wordpress.com/2008/09/100zeroes.gif"><img class="alignleft size-full wp-image-88" title="100zeroes" src="http://aminz.files.wordpress.com/2008/09/100zeroes.gif?w=460" alt=""   /></a><br />
Google.com domain name was registered, September 15 1997, so the company will turn 11 next week.But i dont know why its 10th birthday.<br />
<strong>From http://www.google.com/corporate/history.html</strong></p>
<blockquote><p>1995-1997</p>
<p>1995</p>
<p>    * Larry Page and Sergey Brin meet at Stanford. (Larry, 24, a U Michigan grad, is considering the school; Sergey, 23, is assigned to show him around.) According to some accounts, they disagree about most everything during this first meeting.</p>
<p>1996</p>
<p>    * Larry and Sergey, now Stanford computer science grad students, begin collaborating on a search engine called BackRub.<br />
    * BackRub operates on Stanford servers for more than a year &#8212; eventually taking up too much bandwidth to suit the university.</p>
<p>1997</p>
<p>    * Larry and Sergey decide that the BackRub search engine needs a new name. After some brainstorming, they go with Google &#8212; a play on the word &#8220;googol,&#8221; a mathematical term for the number represented by the numeral 1 followed by 100 zeros. The use of the term reflects their mission to organize a seemingly infinite amount of information on the web.</p>
<p>1998</p>
<p>August</p>
<p>    * Sun co-founder Andy Bechtolsheim writes a check for $100,000 to an entity that doesn&#8217;t exist yet: a company called Google Inc.</p>
<p>September</p>
<p>    * Google sets up workspace in Susan Wojcicki&#8217;s garage at 232 Santa Margarita, Menlo Park.<br />
    * Google files for incorporation in California on September 4. Shortly thereafter, Larry and Sergey open a bank account in the newly-established company&#8217;s name and deposit Andy Bechtolsheim&#8217;s check.<br />
    * Larry and Sergey hire Craig Silverstein as their first employee; he&#8217;s a fellow computer science grad student at Stanford.</p>
<p>December</p>
<p>    * &#8220;PC Magazine&#8221; reports that Google &#8220;has an uncanny knack for returning extremely relevant results&#8221; and recognizes us as the search engine of choice in the Top 100 Web Sites for 1998.</p>
</blockquote>
<p>Whatever it&#8230;i know google is my friend.Wish a good success of google.  JOY GOOGLE.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminz.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminz.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminz.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminz.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aminz.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aminz.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aminz.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aminz.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminz.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminz.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminz.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminz.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminz.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminz.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=87&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aminz.wordpress.com/2008/09/27/googles-10-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94998054ca8810957a4ad1a6c431e22b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminz</media:title>
		</media:content>

		<media:content url="http://aminz.files.wordpress.com/2008/09/100zeroes.gif" medium="image">
			<media:title type="html">100zeroes</media:title>
		</media:content>
	</item>
		<item>
		<title>আজ শেখ মুজিবুর রহমান এর মৃত্যুবার্ষিকী</title>
		<link>http://aminz.wordpress.com/2008/08/14/%e0%a6%86%e0%a6%9c-%e0%a6%b6%e0%a7%87%e0%a6%96-%e0%a6%ae%e0%a7%81%e0%a6%9c%e0%a6%bf%e0%a6%ac%e0%a7%81%e0%a6%b0-%e0%a6%b0%e0%a6%b9%e0%a6%ae%e0%a6%be%e0%a6%a8-%e0%a6%8f%e0%a6%b0-%e0%a6%ae%e0%a7%83/</link>
		<comments>http://aminz.wordpress.com/2008/08/14/%e0%a6%86%e0%a6%9c-%e0%a6%b6%e0%a7%87%e0%a6%96-%e0%a6%ae%e0%a7%81%e0%a6%9c%e0%a6%bf%e0%a6%ac%e0%a7%81%e0%a6%b0-%e0%a6%b0%e0%a6%b9%e0%a6%ae%e0%a6%be%e0%a6%a8-%e0%a6%8f%e0%a6%b0-%e0%a6%ae%e0%a7%83/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 21:01:02 +0000</pubDate>
		<dc:creator>aminz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aminz.wordpress.com/?p=81</guid>
		<description><![CDATA[আজ ১৫ ই অগাস্ট , শেখ মুজিবুর রহমান এর মৃত্যুবার্ষিকী,১৯৭৫ এর এই দিনে তাঁকে নির্মম ভাবে হত্যা করা হয়,বর্তমানে বাংলাদেশে শেখ মুজিবুর রহমান কে নিয়ে কথা বলাটা একটা সমস্যা।আওয়ামি লীগ মনে করে শেখ মুজিবুর রহমান তাদের নিজেদের সম্পত্তি,আর বি এন পি &#8216;র মাঝে চিন্তা থাকে তাকে জিয়ার চেয়ে উঁচু স্থানে বসানো যাবেনা।কিন্তু সত্যটা হল-বি এন [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=81&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://aminz.files.wordpress.com/2008/08/bbsh.jpg"><img class="alignnone size-medium wp-image-82" src="http://aminz.files.wordpress.com/2008/08/bbsh.jpg?w=193&#038;h=300" alt="" width="193" height="300" /></a></p>
<h1>আজ ১৫ ই অগাস্ট , শেখ মুজিবুর রহমান এর মৃত্যুবার্ষিকী,১৯৭৫ এর এই দিনে তাঁকে নির্মম ভাবে হত্যা করা হয়,বর্তমানে বাংলাদেশে শেখ মুজিবুর রহমান কে নিয়ে কথা বলাটা একটা সমস্যা।আওয়ামি লীগ মনে করে শেখ মুজিবুর রহমান তাদের নিজেদের সম্পত্তি,আর বি এন পি &#8216;র মাঝে চিন্তা থাকে তাকে জিয়ার চেয়ে উঁচু স্থানে বসানো যাবেনা।কিন্তু সত্যটা হল-বি এন পি বা আওয়ামিলীগ আজ আছে কাল না ও থাকতে পারে কিন্তু শেখ মুজিবুর রহমান বেঁচে থাকবে -যতদিন বাংলাদেশ থাকবে।তিনি ছিলেন জনগনের নেতা,তৃণমূল পর্যায়ের মানুষ,সেই কারনে ই বাংলার মানুষ কে দেখাতে পেরেছেন সোনালি দিনের হাতছানি,হয়েছেন বঙ্গবন্ধু।কিন্তু ৭১ পরবর্তি সময় ই বিতর্কিত তাঁর কীর্তি র পাশে,নামের পাশে।আমরা জানিনা,আমাদের মত নতুন প্রজন্ম জানতে চায়।আমি ব্যক্তিগত ভাবে &#8216;সামরিক&#8217; বাহিনী কে পছন্দ করিনা,পৃথিবীর প্রত্যেক দেশে ই সকল মানবতা নাশে সর্বাগ্রে থাকে সামরিক বাহিনী।শেখ মুজিবুর রহমান এর মৃত্যু তে ও অগ্রণী ভূমিকা তাদের।কিছুদিন আগে একটি বই পড়েছিলাম &#8220;তিনটি সেনা অভ্যুত্থান ও কিছু না বলা কথা&#8221;।অনেক কিছু জানার আছে বইটিতে শেখ মুজিবুর রহমান এর সম্পর্কে,১৫ ই  অগাস্ট সম্পর্কে।অত্যান্ত অপ্রাসঙ্গিক ভাবে একটা কথা মনে হল-আচ্ছা সেনা সদর দপ্তর টি কে ঢাকা থেকে অনেক দূরে পাঠিয়ে দিলে কেমন হয় ?আমার কেন যেন মনে হয় ঢাকার  প্রাণ কেন্দ্রে এই শ্রেণীটিকে না রাখা ই ভাল ,তারা দেশের কেন্দ্রের যত দূরে থাকবে দেশের জন্য ততই মঙ্গল।আজ সেনা বাহিনীর কর্মকর্তা রা সারা দেশের মানুষ কে সৎ হবার উপদেশ দিতে দিতে কাহিল আর নিজেরা ভোগ করে দেশের সেরা সুবিধা সমূহ।অন্য যে কোন শ্রেণী থেকে যা হাজার গুনে বেশি,আমি প্রমাণ করে দিতে পারব একজন কর্ণেল বা ব্রিগেডিয়ার দেশ কে যা দেয় অন্য যে কোন সরকারি পেশাজিবী (বা বেসরকারি কর্মকর্তা)তা থেকে বেশি দেয়।কিন্তু তাদের জন্য দেয়া হয় ঢাকার প্রাণ কেন্দ্রে &#8216;ডি ও এইচ এস&#8217; এর মত স্থায়ি জায়গা,বিরাট অংকের পেনশন,কিংবা মর্যাদা ।আজ তারা শুধু রাজনিতিবিদ দের দোষ দিচ্ছে,(আমি তা মোটে ও অস্বীকার করছিনা),কিন্তু স্বাধীনতার পর ৩৭ বছরের মাঝে দেশ কে শাসন করেছে সামরিক বাহিনী প্রায় অর্ধেক সময় প্রত্যক্ষ ভাবে আর অনেক সময় পরক্ষ ভাবে।<br />
শেখ মুজিবুর রহমান কে বাংলাদেশের মানুষ কখনো ভুলতে পারেনা,কিন্তু আওয়ামিলীগ শাসন আমলে তারা নিজেরা ই  শেখ মুজিবুর রহমান এর সবচেয়ে বড় ক্ষতিটা করেছে,অনবরত তাঁর কথা (অপ্রযোজনীয় ভাবে) বলতে বলতে,অপ্রাসঙ্গিকভাবে তাঁর নাম ব্যবহার করে তাঁর নামটার সবচেয়ে বড় অপমান টা করেছে।</p>
<p>যাঁরা মুক্তিযুদ্ধ সম্পর্কে একটু হলে ও জানে তাঁরা কি কখনো ভাষায় প্রকাশ করতে পারবেন ঐতিহাসিক ৭ ই মার্চের ভাষন শুনার সময় কেমন লাগে।আমার তো মনে হয় মার্টিন লুথার কিং এর ভাষন থেকে ও ৭ ই মার্চের ভাষনগুরুত্তপূর্ণ,পুরো পৃথিবীর ইতিহাসে এ ভাষনের তুলনা নেই।</p>
<p>জানিনা শেখ মুজিবুর রহমান এর খুনের বিচার হবে কিনা,তবে যদি তা না করা হয় এটা নিশ্চিত যে আমরা জাতি হিসেবে কখন গর্ব করতে পারবনা।যে জাতি তাদের স্বপ্নদ্রষ্টা র খুনের বিছার করতে পারেনা আমার মতে সে জাতির অস্তিত্ব ই প্রশ্নের সম্মুখিন হবে।</p>
<p>কিছু লিং দিলাম শেখ মুজিবুর রহমান এর স্মৃতির উদ্দেশ্যেঃ</h1>
<p><a title="� ই মার্চের �াষণ" href="http://www.youtube.com/watch?v=3sKcC_YqzTo&amp;feature=related">৭ ই মার্চের ভাষন</a></p>
<p><a title="শেখ মুজিবর রহমান" href="http://en.wikipedia.org/wiki/Sheikh_Mujibur_Rahman">উইকিপিডিয়ায় শেখ <span lang="bn">মুজিবুর রহমান</span></a></p>
<p><a href="http://www.youtube.com/watch?v=sY8tGT8Aojw">ডকুমেন্টারি </a></p>
<p>ছবি সূত্রঃ http://www.munshigonj.com/BangladeshSection/bbsh.jpg</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aminz.wordpress.com/81/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aminz.wordpress.com/81/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminz.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminz.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminz.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminz.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aminz.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aminz.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aminz.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aminz.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminz.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminz.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminz.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminz.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminz.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminz.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=81&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aminz.wordpress.com/2008/08/14/%e0%a6%86%e0%a6%9c-%e0%a6%b6%e0%a7%87%e0%a6%96-%e0%a6%ae%e0%a7%81%e0%a6%9c%e0%a6%bf%e0%a6%ac%e0%a7%81%e0%a6%b0-%e0%a6%b0%e0%a6%b9%e0%a6%ae%e0%a6%be%e0%a6%a8-%e0%a6%8f%e0%a6%b0-%e0%a6%ae%e0%a7%83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94998054ca8810957a4ad1a6c431e22b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminz</media:title>
		</media:content>

		<media:content url="http://aminz.files.wordpress.com/2008/08/bbsh.jpg?w=193" medium="image" />
	</item>
		<item>
		<title>Happy Friendship Day</title>
		<link>http://aminz.wordpress.com/2008/08/03/happy-friendship-day/</link>
		<comments>http://aminz.wordpress.com/2008/08/03/happy-friendship-day/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 09:08:01 +0000</pubDate>
		<dc:creator>aminz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aminz.wordpress.com/?p=76</guid>
		<description><![CDATA[Language is not matter in friendship International Friendship Day is celebrated annually, on the first Sunday of August.we celebrate frienship day basically with them who we consider as our friends.we eat ,drink and enjoy with them.we give them cards,friendship bands and other gifts.we may also present yellow roses to to our friends. Friendship is one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=76&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://aminz.files.wordpress.com/2008/08/friendshipday.jpg"><img class="alignnone size-medium wp-image-77" src="http://aminz.files.wordpress.com/2008/08/friendshipday.jpg?w=300&#038;h=300" alt="" width="300" height="300" /></a></p>
<p><em><strong>Language is not matter in friendship</strong></em></p>
<p><strong>International Friendship Day</strong> is celebrated annually, on the first Sunday of August.we celebrate frienship day basically with them who we consider as our <strong>friends</strong>.we eat ,drink and enjoy with <em>them.</em>we give <em>them</em> cards,<strong>friendship bands</strong> and other gifts.we may also present yellow roses to to our friends.</p>
<p>Friendship is one of those rare relationships         that we form on our own. Rest most of the relationships we inherit by         birth. A true friend is a very rare commodity. And if we are fortunate         enough to have one we should cherish it. Friendship Day is the         celebration of true friendship. Gifts are an ideal way to convey your         feelings. What to gift depends on the taste and temperament of you or         your friend(s). It may be anything that in your opinion will reflect the          spirit of the occasion in the best manner possible. Here are some of         the gift ideas that you can opt for.</p>
<ul style="margin-top:0;">
<li>Surprise your friend or loved one and send a beautiful bouquet of             fresh flowers or roses to them at work or at home.</li>
<li>Take your friend out on a lunch or a dinner and have a great             time.</li>
<li>You can gift your friend a T-shirt, Cap or a bag with some             friendship message written on it.</li>
<li>A wristband, or a wristlet with the name of friend. You can also gift your             friend with a friendship tribute album featuring poems, quotations,             greetings, old photos of you and your friend(s) and other pictures             of your common interest.</li>
<li>If your friend is a female you can show your love with fine             jewelry- a pair of diamond earrings, birthstone ring, or gold             necklace.</li>
<li>Dedicate a song or some message for your friend through FM radio/TV             channel.</li>
<li>Gift a box of chocolates/candies as a gesture of sweetness of             your relationship.</li>
<li>Go out on a vacation with your friend.(<em>Mirpur beribadh,Ashulia,Fantasy Kingdom etc..</em>) There you can indulge in             number of outdoor activities and spend some quality time together.             It will strengthen your relationship.</li>
<li>Apart from this conventional gift items are always e.g. writing             materials like pens, letter or writing pad, diary, planner; or             utility items like watch, key rings, pen stand, telephone index,             electronic notebook and so forth.</li>
<li>I always prefer to write a short notes to your friend.really its great.</li>
</ul>
<p><em>Thanks to http://giftideas.indobase.com/</em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aminz.wordpress.com/76/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aminz.wordpress.com/76/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminz.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminz.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aminz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aminz.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aminz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aminz.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminz.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminz.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminz.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminz.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=76&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aminz.wordpress.com/2008/08/03/happy-friendship-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94998054ca8810957a4ad1a6c431e22b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminz</media:title>
		</media:content>

		<media:content url="http://aminz.files.wordpress.com/2008/08/friendshipday.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>Show particular panel(s)</title>
		<link>http://aminz.wordpress.com/2008/07/30/show-particular-panels/</link>
		<comments>http://aminz.wordpress.com/2008/07/30/show-particular-panels/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 07:19:54 +0000</pubDate>
		<dc:creator>aminz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://aminz.wordpress.com/?p=70</guid>
		<description><![CDATA[I need a normal function which show a particular panel or panels and hide al other. I have ceated a simple way of showing the panel, I am using C# private void HidePanels(String[] currentPanels) { ArrayList arr = new ArrayList(); ControlCollection cons = UPUsers.Controls[0].Controls; // UPUsers is &#60;asp:UpdatePanel&#62; control foreach (Control c in cons) { [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=70&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I need a normal function which show a particular panel or panels and hide al other. I have ceated a simple way of showing the panel, I am using C#</p>
<p>private void <strong>HidePanels</strong>(String[] currentPanels)<br />
{<br />
ArrayList arr = new ArrayList();</p>
<p>ControlCollection cons = UPUsers.Controls[0].Controls;</p>
<p>// UPUsers is &lt;asp:UpdatePanel&gt; control<br />
foreach (Control c in cons)<br />
{<br />
if (c.GetType().FullName.Equals(&#8220;System.Web.UI.WebControls.Panel&#8221;))<br />
arr.Add(c.ClientID);<br />
}</p>
<p>for (int i = 0; i &lt; arr.Count; i++)<br />
{<br />
System.Web.UI.WebControls.Panel pnl = (System.Web.UI.WebControls.Panel)UPUsers.FindControl(arr[i].ToString());<br />
pnl.Visible = false;<br />
}</p>
<p>for (int j = 0; j &lt; currentPanels.Length; j++)<br />
{<br />
System.Web.UI.WebControls.Panel pnl = (System.Web.UI.WebControls.Panel)UPUsers.FindControl(currentPanels[j].ToString());<br />
pnl.Visible = true;</p>
<p>}</p>
<p>}</p>
<p><em><strong>and a overloaded function is</strong></em></p>
<p>private void <strong>HidePanels</strong>(String currentPanel)<br />
{<br />
ArrayList arr = new ArrayList();<br />
ControlCollection cons = UPUsers.Controls[0].Controls;<br />
foreach (Control  c in cons){<br />
if (c.GetType().FullName.Equals(&#8220;System.Web.UI.WebControls.Panel&#8221;))<br />
arr.Add(c.ClientID);<br />
}</p>
<p>for(int i = 0;i&lt;arr.Count;i++)<br />
{<br />
System.Web.UI.WebControls.Panel pnl = (System.Web.UI.WebControls.Panel)UPUsers.FindControl(arr[i].ToString());<br />
if (pnl.ID.Equals(currentPanel)){<br />
pnl.Visible = true;}<br />
else{<br />
pnl.Visible = false;}<br />
}</p>
<p>}</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aminz.wordpress.com/70/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aminz.wordpress.com/70/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminz.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminz.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aminz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aminz.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aminz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aminz.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminz.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminz.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminz.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminz.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=70&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aminz.wordpress.com/2008/07/30/show-particular-panels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94998054ca8810957a4ad1a6c431e22b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminz</media:title>
		</media:content>
	</item>
		<item>
		<title>তোমার জন্য</title>
		<link>http://aminz.wordpress.com/2008/07/24/%e0%a6%a4%e0%a7%8b%e0%a6%ae%e0%a6%be%e0%a6%b0-%e0%a6%9c%e0%a6%a8%e0%a7%8d%e0%a6%af/</link>
		<comments>http://aminz.wordpress.com/2008/07/24/%e0%a6%a4%e0%a7%8b%e0%a6%ae%e0%a6%be%e0%a6%b0-%e0%a6%9c%e0%a6%a8%e0%a7%8d%e0%a6%af/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 17:21:16 +0000</pubDate>
		<dc:creator>aminz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aminz.wordpress.com/?p=63</guid>
		<description><![CDATA[কোন এক কারিগর হয়তো বসে জামদানী শাড়ি বুনছে ; তোমার অঙ্গে জড়াবে বলে যা উদগ্রীব হয়ে প্রস্তুতের অপেক্ষায় । বাগানের ঐ শিউলি গাছটি প্রহর গুনছে অধীর আগ্রহে রাতের জন্যঃ(নয়তো ভোরের)। তোমার খোঁপায় সাজবে বলে যার এত করে ঝরার ব্যকুলতা;অথবা সুঘ্রাণে ভরিয়ে দিতে ইচ্ছুক তোমার ঐ মরাল গ্রীবা যেথায় ঝমঝমিয়ে ঝরে জলপ্রপাতের শীতল ধারা-সাথী হয়ে সব [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=63&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>কোন এক কারিগর হয়তো বসে জামদানী শাড়ি বুনছে ;<br />
তোমার অঙ্গে জড়াবে বলে যা উদগ্রীব হয়ে প্রস্তুতের<br />
অপেক্ষায় । বাগানের ঐ শিউলি গাছটি প্রহর গুনছে<br />
অধীর আগ্রহে রাতের জন্যঃ(নয়তো ভোরের)।</p>
<p>তোমার খোঁপায় সাজবে বলে যার এত করে<br />
ঝরার ব্যকুলতা;অথবা সুঘ্রাণে ভরিয়ে দিতে ইচ্ছুক তোমার<br />
ঐ মরাল গ্রীবা যেথায় ঝমঝমিয়ে ঝরে<br />
জলপ্রপাতের শীতল ধারা-সাথী হয়ে সব সুধার।</p>
<p>মেঘেরা ও জট বাঁধতে শুরু করেছে-তোমার পথ<br />
সিক্ত করবে বলে-তোমার ঐ দু পুদতলে<br />
চুমু দিতে তারাও ব্যকুল-সাথে যুদ্ধে নেমেছে রোদ,<br />
তোমার নাকে বিন্দু বিন্দু ঘাম দেখবে বলে।</p>
<p>দখিন হাওয়ারা সব হাতে হাত রেখে আসছে<br />
ধেয়ে-তোমার আঁচলের সাথে খেলার মানসে-<br />
হয়তো এ রকম হাজারো ঈশ্বর নেমেছে<br />
ধরায় &#8211; তোমাকে তুষ্টির প্রয়াসে।</p>
<p>সবাই ব্যস্ত যখন বাজাতে তোমার আগমনী-<br />
রচিতেছি বসে আমি শুধু তোমার বন্দনা  হে সঙ্গিনী।</h2>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aminz.wordpress.com/63/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aminz.wordpress.com/63/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminz.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminz.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminz.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminz.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aminz.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aminz.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aminz.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aminz.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminz.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminz.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminz.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminz.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminz.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminz.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=63&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aminz.wordpress.com/2008/07/24/%e0%a6%a4%e0%a7%8b%e0%a6%ae%e0%a6%be%e0%a6%b0-%e0%a6%9c%e0%a6%a8%e0%a7%8d%e0%a6%af/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94998054ca8810957a4ad1a6c431e22b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminz</media:title>
		</media:content>
	</item>
		<item>
		<title>ফিরে দেখা একাত্তর(1971 in flashback)</title>
		<link>http://aminz.wordpress.com/2008/07/16/%e0%a6%ab%e0%a6%bf%e0%a6%b0%e0%a7%87-%e0%a6%a6%e0%a7%87%e0%a6%96%e0%a6%be-%e0%a6%8f%e0%a6%95%e0%a6%be%e0%a6%a4%e0%a7%8d%e0%a6%a4%e0%a6%b01971-in-flashback/</link>
		<comments>http://aminz.wordpress.com/2008/07/16/%e0%a6%ab%e0%a6%bf%e0%a6%b0%e0%a7%87-%e0%a6%a6%e0%a7%87%e0%a6%96%e0%a6%be-%e0%a6%8f%e0%a6%95%e0%a6%be%e0%a6%a4%e0%a7%8d%e0%a6%a4%e0%a6%b01971-in-flashback/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 07:07:35 +0000</pubDate>
		<dc:creator>aminz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aminz.wordpress.com/?p=59</guid>
		<description><![CDATA[প্রথমে ধন্যবাদ জানাতে চাই যারা অনেক কষ্ট করে এত সুন্দর একটি সংকলন প্রকাশ করেছেন।আমাদের গৌরবময় মুক্তিযুদ্ধ কে আমাদের সামনে নিয়ে আসার জন্য।সবাইকে অনুরোধ করব সংকলনটি পড়বার জন্য। ডাউনলোড করতে পারেন এখান থেকে<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=59&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>প্রথমে ধন্যবাদ জানাতে চাই যারা অনেক কষ্ট করে এত সুন্দর একটি সংকলন প্রকাশ করেছেন।আমাদের গৌরবময় মুক্তিযুদ্ধ কে আমাদের সামনে নিয়ে আসার জন্য।সবাইকে অনুরোধ করব সংকলনটি পড়বার জন্য।</h2>
<h2>ডাউনলোড করতে পারেন <a href="http://www.mediafire.com/?wn1n2po29xs">এখান থেকে</a></h2>
<p><a href="http://aminz.files.wordpress.com/2008/07/firedekha.jpg"><img class="alignnone size-medium wp-image-60" src="http://aminz.files.wordpress.com/2008/07/firedekha.jpg?w=208&#038;h=260" alt="" width="208" height="260" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aminz.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aminz.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminz.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminz.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminz.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminz.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aminz.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aminz.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aminz.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aminz.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminz.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminz.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminz.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminz.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminz.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminz.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=59&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aminz.wordpress.com/2008/07/16/%e0%a6%ab%e0%a6%bf%e0%a6%b0%e0%a7%87-%e0%a6%a6%e0%a7%87%e0%a6%96%e0%a6%be-%e0%a6%8f%e0%a6%95%e0%a6%be%e0%a6%a4%e0%a7%8d%e0%a6%a4%e0%a6%b01971-in-flashback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94998054ca8810957a4ad1a6c431e22b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminz</media:title>
		</media:content>

		<media:content url="http://aminz.files.wordpress.com/2008/07/firedekha.jpg?w=208" medium="image" />
	</item>
		<item>
		<title>আযোগ্য আমি</title>
		<link>http://aminz.wordpress.com/2008/07/15/%e0%a6%86%e0%a6%af%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%af-%e0%a6%86%e0%a6%ae%e0%a6%bf/</link>
		<comments>http://aminz.wordpress.com/2008/07/15/%e0%a6%86%e0%a6%af%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%af-%e0%a6%86%e0%a6%ae%e0%a6%bf/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 12:11:00 +0000</pubDate>
		<dc:creator>aminz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[poem]]></category>

		<guid isPermaLink="false">http://aminz.wordpress.com/2008/07/15/%e0%a6%86%e0%a6%af%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%af-%e0%a6%86%e0%a6%ae%e0%a6%bf/</guid>
		<description><![CDATA[যখন আমার খুব মন খারাপ থাকে তখন খুব ইচ্ছা করে যেন মরে যাই। না ,এটা আত্মহত্যার মতো নয়-আবার কেমন যেন স্বেচ্ছামৃত্যু ও নয়।এ যেন সমস্ত পৃথিবীর তৈরী অদ্ভুত নিয়ম গুলোর বিরুদ্ধে প্রতিবাদি মৃত্যু। জানি সে মৃত্যু পৃথিবীর কোন নিয়ম ই পাল্টাতে পারবেনা। বরঞ্চ আরো প্রতিষ্ঠিত করবে এই প্রচলিত মিথ্যা -যে অযোগ্য লোকেরা ই মরে যায় [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=57&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>যখন আমার খুব মন খারাপ থাকে<br />
তখন খুব ইচ্ছা করে যেন মরে যাই।<br />
না ,এটা আত্মহত্যার মতো নয়-আবার<br />
কেমন যেন স্বেচ্ছামৃত্যু ও নয়।এ যেন সমস্ত পৃথিবীর তৈরী<br />
অদ্ভুত নিয়ম গুলোর বিরুদ্ধে প্রতিবাদি মৃত্যু।<br />
জানি সে মৃত্যু পৃথিবীর কোন নিয়ম ই পাল্টাতে পারবেনা।<br />
বরঞ্চ আরো প্রতিষ্ঠিত করবে এই প্রচলিত মিথ্যা -যে<br />
অযোগ্য লোকেরা ই মরে যায় কিংবা<br />
মরে যাওয়াটা ই অযোগ্যতা।<br />
ঐ দিন এই কথাগুলাই যখন তাকে বলছিলাম-<br />
সে সবেগে মাথা নেড়ে বলে-&#8221;কেনো?আমাকে<br />
যখন গভীরভাবে আদর কর তখন ও তো আমার কানে<br />
ফিসফিসিয়ে বল-সোনা ,আমার একদম মরে যেতে ইচ্ছা করে&#8221;<br />
তারপর ভ্রু-যুগল কাঁপিয়ে বলে-&#8221;তোমার মরে যাবার ইচ্ছাটা ই যদি এত্ত<br />
তবে জন্মালে কেন ?&#8221;<br />
আমি হাসতে থাকি<br />
আমার সকল শক্তি তখন নিবুনিবু প্রদীপ হয়ে<br />
ছাদে ঝুলতে থাকে-আমার অস্তিত্ব হয়ে।<br />
সেই সাথে ভাবনাগুলো ও স্হির হয় এই ভেবে যে-<br />
আমরা প্রতিনিয়ত আসলে মরতে ই চাই,<br />
জন্ম থেকে আমরা এই একটা মুহুর্তের প্রতিক্ষাতেই আছি।</h1>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aminz.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aminz.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminz.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminz.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aminz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aminz.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aminz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aminz.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminz.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminz.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminz.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminz.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=57&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aminz.wordpress.com/2008/07/15/%e0%a6%86%e0%a6%af%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%af-%e0%a6%86%e0%a6%ae%e0%a6%bf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94998054ca8810957a4ad1a6c431e22b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminz</media:title>
		</media:content>
	</item>
		<item>
		<title>অনু কবিতা</title>
		<link>http://aminz.wordpress.com/2008/06/24/%e0%a6%85%e0%a6%a8%e0%a7%81-%e0%a6%95%e0%a6%ac%e0%a6%bf%e0%a6%a4%e0%a6%be/</link>
		<comments>http://aminz.wordpress.com/2008/06/24/%e0%a6%85%e0%a6%a8%e0%a7%81-%e0%a6%95%e0%a6%ac%e0%a6%bf%e0%a6%a4%e0%a6%be/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 10:56:19 +0000</pubDate>
		<dc:creator>aminz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aminz.wordpress.com/?p=55</guid>
		<description><![CDATA[ভালবাসার নীবিবাঁধন আমার গলায় দেয় ফাঁস,কানে দেয় তালা তবু হৃদয় আমার ভালবাসিতে চায় ,বুঝিতে চায় ভালবাসার জ্বালা<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=55&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote>
<h1>ভালবাসার নীবিবাঁধন আমার গলায় দেয় ফাঁস,কানে দেয় তালা</p>
<p>তবু হৃদয় আমার ভালবাসিতে চায় ,বুঝিতে চায় ভালবাসার জ্বালা</h1>
</blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aminz.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aminz.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminz.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminz.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aminz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aminz.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aminz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aminz.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminz.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminz.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminz.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminz.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=55&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aminz.wordpress.com/2008/06/24/%e0%a6%85%e0%a6%a8%e0%a7%81-%e0%a6%95%e0%a6%ac%e0%a6%bf%e0%a6%a4%e0%a6%be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94998054ca8810957a4ad1a6c431e22b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminz</media:title>
		</media:content>
	</item>
		<item>
		<title>Interesting</title>
		<link>http://aminz.wordpress.com/2008/06/22/interesting/</link>
		<comments>http://aminz.wordpress.com/2008/06/22/interesting/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 16:47:07 +0000</pubDate>
		<dc:creator>aminz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aminz.wordpress.com/?p=52</guid>
		<description><![CDATA[From site aharef.info Websites as graphs Everyday, we look at dozens of websites. The structure of these websites is defined in HTML, the lingua franca for publishing information on the web. Your browser&#8217;s job is to render the HTML according to the specs (most of the time, at least). You can look at the code [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=52&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3 class="entry-header">From site aharef.info</h3>
<blockquote>
<h3 class="entry-header">Websites as graphs</h3>
<p>Everyday, we look at dozens of websites. The structure of these websites is defined in HTML, the lingua franca for publishing information on the web. Your browser&#8217;s job is to render the HTML according to the specs (most of the time, at least). You can look at the code behind any website by selecting the &#8220;View source&#8221; tab somewhere in your browser&#8217;s menu.</p>
<p>HTML consists of so-called tags, like the A tag for links, IMG tag for images and so on. Since tags are nested in other tags, they are arranged in a hierarchical manner, and that hierarchy can be represented as a graph. I&#8217;ve written a little app that visualizes such a graph, and here are some screenshots of websites that I often look at.</p>
<p>I&#8217;ve used some color to indicate the most used tags in the following way:</p>
<p><span style="font-weight:bold;color:#000099;">blue</span>: for links (the A tag)<br />
<span style="font-weight:bold;color:#ff0000;">red</span>: for tables (TABLE, TR and TD tags)<br />
<span style="font-weight:bold;color:#009900;">green</span>: for the DIV tag<br />
<span style="font-weight:bold;color:#cc00ff;">violet</span>: for images (the IMG tag)<br />
<span style="font-weight:bold;color:#ffff33;">yellow</span>: for forms (FORM, INPUT, TEXTAREA, SELECT and OPTION tags)<br />
<span style="font-weight:bold;color:#ff9933;">orange</span>: for linebreaks and blockquotes (BR, P, and BLOCKQUOTE tags)<br />
<span style="font-weight:bold;color:#000000;">black</span>: the HTML tag, the root node<br />
<span style="font-weight:bold;color:#999999;">gray</span>: all other tags</p></blockquote>
<p>here is the image for this site produce by aharef::</p>
<p><a href="http://aminz.files.wordpress.com/2008/06/aminz_wordpress_com1.jpg"><img class="alignleft size-medium wp-image-54" src="http://aminz.files.wordpress.com/2008/06/aminz_wordpress_com1.jpg?w=287&#038;h=300" alt="" width="287" height="300" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aminz.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aminz.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aminz.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aminz.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aminz.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aminz.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aminz.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aminz.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aminz.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aminz.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aminz.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aminz.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aminz.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aminz.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aminz.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aminz.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminz.wordpress.com&amp;blog=1094844&amp;post=52&amp;subd=aminz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aminz.wordpress.com/2008/06/22/interesting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94998054ca8810957a4ad1a6c431e22b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminz</media:title>
		</media:content>

		<media:content url="http://aminz.files.wordpress.com/2008/06/aminz_wordpress_com1.jpg?w=287" medium="image" />
	</item>
	</channel>
</rss>
