<?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>samiuljahan&#039;s blog</title>
	<atom:link href="http://samiuljahan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://samiuljahan.wordpress.com</link>
	<description>there&#039;s always room for improvement</description>
	<lastBuildDate>Sat, 07 Jan 2012 16:58:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='samiuljahan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>samiuljahan&#039;s blog</title>
		<link>http://samiuljahan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://samiuljahan.wordpress.com/osd.xml" title="samiuljahan&#039;s blog" />
	<atom:link rel='hub' href='http://samiuljahan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Python Primer</title>
		<link>http://samiuljahan.wordpress.com/2012/01/07/python-primer/</link>
		<comments>http://samiuljahan.wordpress.com/2012/01/07/python-primer/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 16:42:31 +0000</pubDate>
		<dc:creator>সামিউল(samiul)</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[basic python]]></category>
		<category><![CDATA[python from scratch]]></category>
		<category><![CDATA[python primer]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://samiuljahan.wordpress.com/?p=100</guid>
		<description><![CDATA[Recently I&#8217;ve started to play with Python. I&#8217;ve heard a lot about this language before.  Recently I&#8217;ve just completed my  &#8216;Hello World&#8217; program  You can get Python from here. I use python&#8217;s interactive shell as well as PyDev plugin for Eclipse to write codes Commenting code Assigning values Conditions Writing a function Writing a class [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samiuljahan.wordpress.com&amp;blog=5125056&amp;post=100&amp;subd=samiuljahan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samiuljahan.wordpress.com/2012/01/07/python-primer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c519f9caf4374234ba6b2a1ac95735f6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">সামিউল(samiul)</media:title>
		</media:content>
	</item>
		<item>
		<title>How to calculate the time required for a block of code in C/C++?</title>
		<link>http://samiuljahan.wordpress.com/2011/09/10/how-to-calculate-the-time-required-for-a-block-of-code-in-cc/</link>
		<comments>http://samiuljahan.wordpress.com/2011/09/10/how-to-calculate-the-time-required-for-a-block-of-code-in-cc/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 18:18:23 +0000</pubDate>
		<dc:creator>সামিউল(samiul)</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[C/CPP]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[code snippets]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[prolem solving]]></category>
		<category><![CDATA[timer]]></category>
		<category><![CDATA[timers in C]]></category>

		<guid isPermaLink="false">http://samiuljahan.wordpress.com/?p=97</guid>
		<description><![CDATA[Here are a small code snippets with which you can calculate the execution time of a certain block of codes in C/C++. The program will print total 65536 numbers line by line and at the end it&#8217;ll print the total seconds e.g 5.109 seconds, it took to print the numbers &#8212;&#8211;courtesy: http://kennethfinnegan.blogspot.com/2008/03/timing-events-in-c.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samiuljahan.wordpress.com&amp;blog=5125056&amp;post=97&amp;subd=samiuljahan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samiuljahan.wordpress.com/2011/09/10/how-to-calculate-the-time-required-for-a-block-of-code-in-cc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c519f9caf4374234ba6b2a1ac95735f6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">সামিউল(samiul)</media:title>
		</media:content>
	</item>
		<item>
		<title>Basic Programming Quiz 0010</title>
		<link>http://samiuljahan.wordpress.com/2011/09/10/basic-programming-quiz-0010-2/</link>
		<comments>http://samiuljahan.wordpress.com/2011/09/10/basic-programming-quiz-0010-2/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 11:12:30 +0000</pubDate>
		<dc:creator>সামিউল(samiul)</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[C/CPP]]></category>
		<category><![CDATA[Quiz]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[code snippets]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming quiz]]></category>
		<category><![CDATA[prolem solving]]></category>

		<guid isPermaLink="false">http://samiuljahan.wordpress.com/?p=91</guid>
		<description><![CDATA[Examine the code snippets given below&#8212;- What does the program display? Look at another code snippets&#8212;- Now, what does it display? Is there any difference in program execution between these two code snippets?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samiuljahan.wordpress.com&amp;blog=5125056&amp;post=91&amp;subd=samiuljahan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samiuljahan.wordpress.com/2011/09/10/basic-programming-quiz-0010-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c519f9caf4374234ba6b2a1ac95735f6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">সামিউল(samiul)</media:title>
		</media:content>
	</item>
		<item>
		<title>Basic Programming Quiz 0001</title>
		<link>http://samiuljahan.wordpress.com/2011/09/09/basic-programming-quiz-0001/</link>
		<comments>http://samiuljahan.wordpress.com/2011/09/09/basic-programming-quiz-0001/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 20:47:43 +0000</pubDate>
		<dc:creator>সামিউল(samiul)</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[C/CPP]]></category>
		<category><![CDATA[Quiz]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[code snippets]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[problem solving]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming quiz]]></category>

		<guid isPermaLink="false">http://samiuljahan.wordpress.com/?p=78</guid>
		<description><![CDATA[Examine the code snippets given below&#8212;- What does the program displays?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samiuljahan.wordpress.com&amp;blog=5125056&amp;post=78&amp;subd=samiuljahan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samiuljahan.wordpress.com/2011/09/09/basic-programming-quiz-0001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c519f9caf4374234ba6b2a1ac95735f6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">সামিউল(samiul)</media:title>
		</media:content>
	</item>
		<item>
		<title>Neptune and Uranus may have oceans of diamonds!</title>
		<link>http://samiuljahan.wordpress.com/2010/01/20/neptune-and-uranus-may-have-oceans-of-diamonds/</link>
		<comments>http://samiuljahan.wordpress.com/2010/01/20/neptune-and-uranus-may-have-oceans-of-diamonds/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 16:23:57 +0000</pubDate>
		<dc:creator>zahidhasanaupee</dc:creator>
				<category><![CDATA[মহাকাশ বিজ্ঞান]]></category>
		<category><![CDATA[space]]></category>

		<guid isPermaLink="false">http://samiuljahan.wordpress.com/?p=41</guid>
		<description><![CDATA[Scientists have said that the our solar system may have oceans of diamonds. According to ABC News, a new report has suggested that oceans of liquid diamond icebergs, could be floating on Neptune and Uranus. The research is based on the first detailed measurements of the melting point of diamond. It found, diamond behaves like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samiuljahan.wordpress.com&amp;blog=5125056&amp;post=41&amp;subd=samiuljahan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samiuljahan.wordpress.com/2010/01/20/neptune-and-uranus-may-have-oceans-of-diamonds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a68bca0f40b97fb38cbc11bff76071d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zahidhasanaupee</media:title>
		</media:content>

		<media:content url="http://samiuljahan.files.wordpress.com/2010/01/uranus_neptune.jpg?w=278" medium="image">
			<media:title type="html">uranus_neptune</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs4011.png" medium="image">
			<media:title type="html">Add to Facebook</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs4021.png" medium="image">
			<media:title type="html">Add to Digg</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs4031.png" medium="image">
			<media:title type="html">Add to Del.icio.us</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs4041.png" medium="image">
			<media:title type="html">Add to Stumbleupon</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs4051.png" medium="image">
			<media:title type="html">Add to Reddit</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs4061.png" medium="image">
			<media:title type="html">Add to Blinklist</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs4071.png" medium="image">
			<media:title type="html">Add to Twitter</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs4081.png" medium="image">
			<media:title type="html">Add to Technorati</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs4091.png" medium="image">
			<media:title type="html">Add to Yahoo Buzz</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/08/gs4101.png" medium="image">
			<media:title type="html">Add to Newsvine</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr11.png" medium="image" />

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr21.png" medium="image" />

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr61.png" medium="image">
			<media:title type="html">Subscribe to Neptune and Uranus may have oceans of diamonds!</media:title>
		</media:content>
	</item>
		<item>
		<title>“High-Speed” Networks Are No Faster Than “Low-Speed” Networks</title>
		<link>http://samiuljahan.wordpress.com/2010/01/19/%e2%80%9chigh-speed%e2%80%9d-networks-are-no-faster-than-%e2%80%9clow-speed%e2%80%9d-networks-2/</link>
		<comments>http://samiuljahan.wordpress.com/2010/01/19/%e2%80%9chigh-speed%e2%80%9d-networks-are-no-faster-than-%e2%80%9clow-speed%e2%80%9d-networks-2/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 18:11:25 +0000</pubDate>
		<dc:creator>সামিউল(samiul)</dc:creator>
				<category><![CDATA[নেটওয়ার্কিং]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://samiuljahan.wordpress.com/?p=39</guid>
		<description><![CDATA[All computer networks operate at the same speed. They send and receive data at roughly 186,000 miles per second. So,what makes those wonderful “broadband” Internet connections seem so “fast”? After all,the transmission speed is limited by the laws of physics. The answer is that computer networks use various methods to represent data on the communications [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samiuljahan.wordpress.com&amp;blog=5125056&amp;post=39&amp;subd=samiuljahan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samiuljahan.wordpress.com/2010/01/19/%e2%80%9chigh-speed%e2%80%9d-networks-are-no-faster-than-%e2%80%9clow-speed%e2%80%9d-networks-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c519f9caf4374234ba6b2a1ac95735f6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">সামিউল(samiul)</media:title>
		</media:content>

		<media:content url="http://www.ptsi.net/imageswww/nav/speed4.jpg" medium="image">
			<media:title type="html">hi speed internet</media:title>
		</media:content>
	</item>
		<item>
		<title>Knowing(2009)</title>
		<link>http://samiuljahan.wordpress.com/2009/04/04/knowing2009/</link>
		<comments>http://samiuljahan.wordpress.com/2009/04/04/knowing2009/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 18:06:43 +0000</pubDate>
		<dc:creator>সামিউল(samiul)</dc:creator>
				<category><![CDATA[2009]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[Action]]></category>
		<category><![CDATA[Mystery]]></category>
		<category><![CDATA[Sci-Fi]]></category>
		<category><![CDATA[Thriller]]></category>

		<guid isPermaLink="false">http://samiuljahan.wordpress.com/?p=20</guid>
		<description><![CDATA[Director: Alex Proyas Writers: Ryne Douglas Pearson (screenplay) and Juliet Snowden (screenplay) Release Date: 20 March 2009 (USA) Genre: Action &#124; Mystery &#124; Sci-Fi &#124; Thriller Tagline: Knowing is Everything&#8230; Download Link(rmvb229mb): part1 part2 part3<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samiuljahan.wordpress.com&amp;blog=5125056&amp;post=20&amp;subd=samiuljahan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samiuljahan.wordpress.com/2009/04/04/knowing2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/c519f9caf4374234ba6b2a1ac95735f6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">সামিউল(samiul)</media:title>
		</media:content>

		<media:content url="http://samiuljahan.files.wordpress.com/2009/04/mv5bmtmymjgymdiym15bml5banbnxkftztcwnjg3mjaymg_002.jpg" medium="image">
			<media:title type="html">mv5bmtmymjgymdiym15bml5banbnxkftztcwnjg3mjaymg_002</media:title>
		</media:content>
	</item>
		<item>
		<title>গুগল ছাড়লো এন্ড্রয়েড ফোন</title>
		<link>http://samiuljahan.wordpress.com/2008/10/09/%e0%a6%97%e0%a7%81%e0%a6%97%e0%a6%b2-%e0%a6%9b%e0%a6%be%e0%a7%9c%e0%a6%b2%e0%a7%8b-%e0%a6%8f%e0%a6%a8%e0%a7%8d%e0%a6%a1%e0%a7%8d%e0%a6%b0%e0%a7%9f%e0%a7%87%e0%a6%a1-%e0%a6%ab%e0%a7%8b%e0%a6%a8/</link>
		<comments>http://samiuljahan.wordpress.com/2008/10/09/%e0%a6%97%e0%a7%81%e0%a6%97%e0%a6%b2-%e0%a6%9b%e0%a6%be%e0%a7%9c%e0%a6%b2%e0%a7%8b-%e0%a6%8f%e0%a6%a8%e0%a7%8d%e0%a6%a1%e0%a7%8d%e0%a6%b0%e0%a7%9f%e0%a7%87%e0%a6%a1-%e0%a6%ab%e0%a7%8b%e0%a6%a8/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 22:06:25 +0000</pubDate>
		<dc:creator>সামিউল(samiul)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://samiuljahan.wordpress.com/2008/10/09/%e0%a6%97%e0%a7%81%e0%a6%97%e0%a6%b2-%e0%a6%9b%e0%a6%be%e0%a7%9c%e0%a6%b2%e0%a7%8b-%e0%a6%8f%e0%a6%a8%e0%a7%8d%e0%a6%a1%e0%a7%8d%e0%a6%b0%e0%a7%9f%e0%a7%87%e0%a6%a1-%e0%a6%ab%e0%a7%8b%e0%a6%a8/</guid>
		<description><![CDATA[Big G (Google ) &#38; T-Mobile stick together and release the first Android operated Phone. So, What the hell is that Android ? Aha! Its a Open Source mobile OS (like Symbian) by Google. Check it out &#8211; http://code.google.com/android/ And for the Android Phone Specification goto &#8211; http://www.t-mobileg1.com/g1-android-details-leak.aspx Blogged with the Flock Browser Tags: android, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samiuljahan.wordpress.com&amp;blog=5125056&amp;post=18&amp;subd=samiuljahan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samiuljahan.wordpress.com/2008/10/09/%e0%a6%97%e0%a7%81%e0%a6%97%e0%a6%b2-%e0%a6%9b%e0%a6%be%e0%a7%9c%e0%a6%b2%e0%a7%8b-%e0%a6%8f%e0%a6%a8%e0%a7%8d%e0%a6%a1%e0%a7%8d%e0%a6%b0%e0%a7%9f%e0%a7%87%e0%a6%a1-%e0%a6%ab%e0%a7%8b%e0%a6%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c519f9caf4374234ba6b2a1ac95735f6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">সামিউল(samiul)</media:title>
		</media:content>

		<media:content url="http://www.vistaarc.com/wp-content/uploads/2008/09/android.jpg" medium="image" />

		<media:content url="http://www.vistaarc.com/wp-includes/images/smilies/icon_wink.gif" medium="image">
			<media:title type="html">;)</media:title>
		</media:content>

		<media:content url="http://www.vistaarc.com/wp-includes/images/smilies/icon_smile.gif" medium="image">
			<media:title type="html">)</media:title>
		</media:content>
	</item>
		<item>
		<title>মজার ছবি</title>
		<link>http://samiuljahan.wordpress.com/2008/10/09/hello-world/</link>
		<comments>http://samiuljahan.wordpress.com/2008/10/09/hello-world/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 20:01:46 +0000</pubDate>
		<dc:creator>সামিউল(samiul)</dc:creator>
				<category><![CDATA[সা.ইন ব্লগিং]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ছবি]]></category>
		<category><![CDATA[ছবি ডাউনলোড]]></category>
		<category><![CDATA[মজার ছবি]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[funny pics]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[pic]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[মজার একটি ছবি ছবিটি পুরোপুরি দেখুন এরপর এর থাম্বনেল ভিও দেখুন থাম্বনেল ভিও নিচে দেওয়া হল মেয়েটির পাশে কি ছেলেটিকে দেখা যাচ্ছে? ছবিটি ডাওনলোড করেও থাম্বনেল ভিও দেখতে পারেন আরো ছবির জন্যে ক্লিক করুন ক্লিক প্রথম প্রকাশঃ সা।ইন<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samiuljahan.wordpress.com&amp;blog=5125056&amp;post=1&amp;subd=samiuljahan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samiuljahan.wordpress.com/2008/10/09/hello-world/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c519f9caf4374234ba6b2a1ac95735f6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">সামিউল(samiul)</media:title>
		</media:content>

		<media:content url="http://img187.imageshack.us/img187/7636/sweetgirl3hk0.jpg" medium="image" />

		<media:content url="http://media.somewhereinblog.net//images/thumbs_mini/samiuljahanparag_1207385096_1-sweetgirl3hk0.jpg" medium="image" />

		<media:content url="http://media.somewhereinblog.net//images/thumbs_mini/samiuljahanparag_1207386276_4-sa.JPG" medium="image" />
	</item>
		<item>
		<title>কী লগার এর হাত থেকে নিরাপদ থাকা</title>
		<link>http://samiuljahan.wordpress.com/2008/03/11/%e0%a6%95%e0%a7%80-%e0%a6%b2%e0%a6%97%e0%a6%be%e0%a6%b0-%e0%a6%8f%e0%a6%b0-%e0%a6%b9%e0%a6%be%e0%a6%a4-%e0%a6%a5%e0%a7%87%e0%a6%95%e0%a7%87-%e0%a6%a8%e0%a6%bf%e0%a6%b0%e0%a6%be%e0%a6%aa%e0%a6%a6/</link>
		<comments>http://samiuljahan.wordpress.com/2008/03/11/%e0%a6%95%e0%a7%80-%e0%a6%b2%e0%a6%97%e0%a6%be%e0%a6%b0-%e0%a6%8f%e0%a6%b0-%e0%a6%b9%e0%a6%be%e0%a6%a4-%e0%a6%a5%e0%a7%87%e0%a6%95%e0%a7%87-%e0%a6%a8%e0%a6%bf%e0%a6%b0%e0%a6%be%e0%a6%aa%e0%a6%a6/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 11:00:00 +0000</pubDate>
		<dc:creator>সামিউল(samiul)</dc:creator>
				<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://samiuljahan.wordpress.com/2008/03/11/%e0%a6%95%e0%a7%80-%e0%a6%b2%e0%a6%97%e0%a6%be%e0%a6%b0-%e0%a6%8f%e0%a6%b0-%e0%a6%b9%e0%a6%be%e0%a6%a4-%e0%a6%a5%e0%a7%87%e0%a6%95%e0%a7%87-%e0%a6%a8%e0%a6%bf%e0%a6%b0%e0%a6%be%e0%a6%aa%e0%a6%a6/</guid>
		<description><![CDATA[ইন্টারনেট ব্যাবহার করার সময় আমাদের সবারই অনেক ফরম পূরণ করতে হয়।পাসওয়ার্ড দেওয়ার দরকার হয়।এক ধরনের সফটওয়্যার আছে যেগুলো সিস্টেমে গোপনে অবস্থান করে এবং ইউজারের প্রতিটি কীস্ট্রোক লগ করে। অনেক সময় সাইবার ক্যাফেতে আমাদের ব্রাউজ করতে হয়।সাইবার ক্যাফের পিসিগুলিতে এসব কি কী লগার সফটিয়্যার থাকতে পারে।একটি সফটওয়্যার ব্যাবহার করে আমরা এসব কী লগার বাইপাস করতে পারি। [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samiuljahan.wordpress.com&amp;blog=5125056&amp;post=14&amp;subd=samiuljahan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samiuljahan.wordpress.com/2008/03/11/%e0%a6%95%e0%a7%80-%e0%a6%b2%e0%a6%97%e0%a6%be%e0%a6%b0-%e0%a6%8f%e0%a6%b0-%e0%a6%b9%e0%a6%be%e0%a6%a4-%e0%a6%a5%e0%a7%87%e0%a6%95%e0%a7%87-%e0%a6%a8%e0%a6%bf%e0%a6%b0%e0%a6%be%e0%a6%aa%e0%a6%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c519f9caf4374234ba6b2a1ac95735f6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">সামিউল(samiul)</media:title>
		</media:content>

		<media:content url="http://bp2.blogger.com/_2I9l3VH_7PA/R9Zok1d_AEI/AAAAAAAAAA0/b9RYjSUPw9w/s320/keylogger.jpeg" medium="image" />
	</item>
	</channel>
</rss>
