<?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>Dream House</title>
	<atom:link href="http://sajjadhossain.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sajjadhossain.com</link>
	<description>Courage to do something...</description>
	<lastBuildDate>Wed, 10 Mar 2010 05:55:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>301 (Permanent) redirection using .htaccess file</title>
		<link>http://sajjadhossain.com/2010/03/10/301-permanent-redirection-using-htaccess-file/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2010/03/10/301-permanent-redirection-using-htaccess-file/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 05:55:23 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=229</guid>
		<description><![CDATA[A few days back one of my project&#8217;s domain changed. The nature of this project was such that it provides URLs to it&#8217;s subscribers to use in their site for different purposes. As it has a huge user base, it was quite impossible to change the URLs already provided to the subscribers. That&#8217;s why I [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://sajjadhossain.com/wp-content/uploads/2010/03/301_htaccess_redirect.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="alignleft size-full wp-image-234" title="301_htaccess_redirect" src="http://sajjadhossain.com/wp-content/uploads/2010/03/301_htaccess_redirect.png" alt="301 redirection with .htaccess" width="220" height="300" /></a>A few days back one of my project&#8217;s domain changed. The nature of this project was such that it provides URLs to it&#8217;s subscribers to use in their site for different purposes. As it has a huge user base, it was quite impossible to change the URLs already provided to the subscribers. That&#8217;s why I searched for a solution which will redirect the subscribers to new domain. I knew HTACCESS files can provide this type of service. So, I searched web for a solution to this problem &#8211; 301 redirection with HTACCESS file. Then I found the following solution. Before I provide the solution, I just want to say I am not an expert of HTACCESS <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="301 (Permanent) redirection using .htaccess file" />  .</p>
<p>I have created .htaccess file with the following line to redirect any request to http://www.oldurl.com/ to https://www.newurl.com/.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">redirect 301 / https://www.newurl.com/</pre></div></div>

<p>The line stated above tells Apache server to redirect all request to http://www.oldurl.com/ will be redirected to https://www.newurl.com/using 301 permanent redirection. It worked fine.</p>
<p>After implementing the solution I faced another problem. The line of code was redirecting to only HTTPS irrespective of the request made to HTTP or HTTPS. This caused a problem for the pages which were non-secured, I mean shown via HTTP. These pages contain elements like CSS, JavaScript files, images etc. which are linked as HTTP. So, browsers started generating security warnings. Again I took help of Google and searched for a solution. After studying different problems I wrote the following lines of code in the .htaccess file and it worked.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule ^(.*)$ https://www.newurl.com/$1 [L,R=301]
RewriteCond %{HTTPS} !^443
RewriteRule ^(.*)$ http://www.newurl.com/$1 [L,R=301]</pre></div></div>

<p>The above code does a conditional redirection. If the request is made to HTTP then it redirects to HTTP and the same is for HTTPS.</p>
<p>FYI, my project is built with CodeIgniter and the redirection worked fine with it.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2010%2F03%2F10%2F301-permanent-redirection-using-htaccess-file%2F&amp;linkname=301%20%28Permanent%29%20redirection%20using%20.htaccess%20file"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2010/03/10/301-permanent-redirection-using-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pink Panther 2 &#8211; A good movie to watch and laugh</title>
		<link>http://sajjadhossain.com/2009/07/05/pink-panther-2-a-good-movie-to-watch-and-laugh/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2009/07/05/pink-panther-2-a-good-movie-to-watch-and-laugh/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:25:54 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[movie]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=195</guid>
		<description><![CDATA[Yesterday was my holiday. I thought that I will go for a movie. I heard Pink Panther 2 has been released in Dhaka. I went to Star Cineplex at Bashundhara City mall to get the timing. I haven&#8217;t gone there (Cineplex)  before. I reached at 4:30pm and saw that a show was going to start [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://sajjadhossain.com/wp-content/uploads/2009/07/poster.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="alignleft size-medium wp-image-196" style="padding-right:10px;" title="Pink Panther 2" src="http://sajjadhossain.com/wp-content/uploads/2009/07/poster-209x300.jpg" alt="Pink Panther 2" width="209" height="300" /></a>Yesterday was my holiday. I thought that I will go for a movie. I heard Pink Panther 2 has been released in Dhaka. I went to Star Cineplex at Bashundhara City mall to get the timing. I haven&#8217;t gone there (Cineplex)  before. I reached at 4:30pm and saw that a show was going to start at 5:15pm. Without thinking much I bought a ticket and went in to the hall. I found Star Cineplex is a very nice place to watch movie.</p>
<p>I enjoyed this movie very much. It was full of comedy. And the actors done a great job. From first to last I laughed. Though I found thrill not that much and the ending could be better, but I enjoyed comedy.  I have seen many people went to see this movie may be for Aishwarya Rai as she was more focus on the posters at Cineplex. She looked aged, but acted as usual. Steve Martin&#8217;s acting is remarkable.</p>
<p>I think you should go and watch this movie. Laughter is the best medicine, and this type of films supplies this medicine <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Pink Panther 2   A good movie to watch and laugh" /> .</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2009%2F07%2F05%2Fpink-panther-2-a-good-movie-to-watch-and-laugh%2F&amp;linkname=Pink%20Panther%202%20%26%238211%3B%20A%20good%20movie%20to%20watch%20and%20laugh"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2009/07/05/pink-panther-2-a-good-movie-to-watch-and-laugh/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Integration of Payment Gateways</title>
		<link>http://sajjadhossain.com/2009/06/22/integration-of-payment-gateways/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2009/06/22/integration-of-payment-gateways/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 05:39:43 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[payment gateway]]></category>
		<category><![CDATA[paypal]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=183</guid>
		<description><![CDATA[Yesterday, June 21 2009, I had to give a presentation on payment gateway integration at our office. That&#8217;s why I prepared a slide show. I mainly tried to show how PayPal&#8217;s Direct Payment API calls are made. I have choosen this because this technique is also used by other payment gateways. As I have shown [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Yesterday, June 21 2009, I had to give a presentation on payment gateway integration at our office. That&#8217;s why I prepared a slide show. I mainly tried to show how PayPal&#8217;s Direct Payment API calls are made. I have choosen this because this technique is also used by other payment gateways. As I have shown the example based on PayPal, I called this session &#8211; &#8220;<a href="http://sajjadhossain.com/wp-content/uploads/2009/06/Integration-of-Payment-Gateways.rar#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Integration of Payment Gateways, The PayPal Way</a>&#8220;. It gives a basic idea how we can make API calls for payment processing. I have quoted some texts and images from PayPal&#8217;s integration documents.</p>
<p><a title="Integration of Payment Gateways" href="http://sajjadhossain.com/wp-content/uploads/2009/06/Integration-of-Payment-Gateways.rar#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="aligncenter size-full wp-image-185" title="Integration-of-Payment-Gateways" src="http://sajjadhossain.com/wp-content/uploads/2009/06/Integration-of-Payment-Gateways.jpg" border="0" alt="Integration of Payment Gateways Integration of Payment Gateways" width="500" height="375" /></a></p>
<p>You can download the presentation from <a title="Integration of Payment Gateways" href="http://sajjadhossain.com/wp-content/uploads/2009/06/Integration-of-Payment-Gateways.rar#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">here</a>. For PDF version, click <a title="Integration of Payment Gateways" href="http://sajjadhossain.com/wp-content/uploads/2009/06/Integration-of-Payment-Gateways.pdf.rar#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">here</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2009%2F06%2F22%2Fintegration-of-payment-gateways%2F&amp;linkname=Integration%20of%20Payment%20Gateways"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2009/06/22/integration-of-payment-gateways/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Our first child came to this earth to light up our life</title>
		<link>http://sajjadhossain.com/2009/06/07/our-first-child-came-to-this-earth-to-light-up-our-life/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2009/06/07/our-first-child-came-to-this-earth-to-light-up-our-life/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 02:20:07 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Our Daughter]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=177</guid>
		<description><![CDATA[Yesterday June 06, 2009 at 8:45pm our first child came to this world. Its a girl. Both mother and child are fine. Please pray for our new born.


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Yesterday June 06, 2009 at 8:45pm our first child came to this world. Its a girl. Both mother and child are fine. Please pray for our new born.</p>
<div id="attachment_178" class="wp-caption aligncenter" style="width: 491px"><img class="size-full wp-image-178" title="Our daughter Safwana Hossain Saumya" src="http://sajjadhossain.com/wp-content/uploads/2009/06/my_sweetheart.jpg" alt="my sweetheart Our first child came to this earth to light up our life" width="481" height="473" /><p class="wp-caption-text">Our daughter Safwana Hossain Saumya</p></div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2009%2F06%2F07%2Four-first-child-came-to-this-earth-to-light-up-our-life%2F&amp;linkname=Our%20first%20child%20came%20to%20this%20earth%20to%20light%20up%20our%20life"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2009/06/07/our-first-child-came-to-this-earth-to-light-up-our-life/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What to do to put an HTML element on top of a Flash object</title>
		<link>http://sajjadhossain.com/2009/05/30/what-to-do-to-put-an-html-element-on-top-of-a-flash-object/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2009/05/30/what-to-do-to-put-an-html-element-on-top-of-a-flash-object/#comments</comments>
		<pubDate>Sat, 30 May 2009 14:51:38 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=172</guid>
		<description><![CDATA[Many times this happens that in a page we have used a DHTML menu and a flash header and when we mouse over the menu, the menu could not be visible because of the flash object comes over the menu. Another situation could be &#8211; we used a block script and the page contains a [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Many times this happens that in a page we have used a DHTML menu and a flash header and when we mouse over the menu, the menu could not be visible because of the flash object comes over the menu. Another situation could be &#8211; we used a block script and the page contains a flash object and when the script is called the flash object could not be hide.<br />
<img class="aligncenter size-full wp-image-173" title="dhtml_flash_problem" src="http://sajjadhossain.com/wp-content/uploads/2009/05/dhtml_flash_problem.gif" alt="dhtml flash problem What to do to put an HTML element on top of a Flash object" width="488" height="297" /><br />
I faced these situations many times and searched web for a solution. Long ago I found a solution which worked for me to solve these problems and I am still using it.</p>
<p><strong>The solution</strong></p>
<p>If you are using an <code>object</code> tag, then add the following param in it.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;</pre></div></div>

<p>If you are using an <code>embed</code> tag, then use the following attribute in it.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">wmode=&quot;transparent&quot;</pre></div></div>

<p>I don&#8217;t know what these codes do <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="What to do to put an HTML element on top of a Flash object" />  as I am not a flash expert, but they work. If anyone knows anything more about these codes then please share with us.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2009%2F05%2F30%2Fwhat-to-do-to-put-an-html-element-on-top-of-a-flash-object%2F&amp;linkname=What%20to%20do%20to%20put%20an%20HTML%20element%20on%20top%20of%20a%20Flash%20object"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2009/05/30/what-to-do-to-put-an-html-element-on-top-of-a-flash-object/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Developer Toolbar</title>
		<link>http://sajjadhossain.com/2009/05/14/internet-explorer-developer-toolbar/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2009/05/14/internet-explorer-developer-toolbar/#comments</comments>
		<pubDate>Thu, 14 May 2009 16:08:32 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Developer's Tool]]></category>
		<category><![CDATA[developer tool]]></category>
		<category><![CDATA[development environment]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=109</guid>
		<description><![CDATA[I am a fan of FireBug for FireFox browser. It helps me solve my design issues and I can easily debug JavaScript codes. I know it can do many more, but I mainly use it for design issues. I was thinking if I had something like this for Internet Explorer! One day I googled to [...]


Related posts:<ol><li><a href='http://sajjadhossain.com/2008/05/30/dompdf-attachment-issue-in-ie-internet-explorer/' rel='bookmark' title='Permanent Link: DOMPDF Attachment issue in IE (Internet Explorer)'>DOMPDF Attachment issue in IE (Internet Explorer)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am a fan of FireBug for FireFox browser. It helps me solve my design issues and I can easily debug JavaScript codes. I know it can do many more, but I mainly use it for design issues. I was thinking if I had something like this for Internet Explorer! One day I googled to see if there is any solution. And amazingly I saw that there is a tool from Microsoft. I downloaded it and installed. If you want to compare it with FireBug, then it has very limited features. But as I said earlier my main need is solving design issues, I now use it for finding design issues in IE and found it very helpful.</p>
<p><img class="aligncenter size-full wp-image-167" title="ie_developer_toolbar" src="http://sajjadhossain.com/wp-content/uploads/2009/05/ie_developer_toolbar.jpg" alt="ie developer toolbar Internet Explorer Developer Toolbar" width="500" height="209" /></p>
<p>From Microsoft site, here are current features of the tool.</p>
<ul>
<li>Explore and modify the document object model (DOM) of a Web page.</li>
<li>Locate and select specific elements on a Web page through a variety of techniques.</li>
<li>Selectively disable Internet Explorer settings.</li>
<li>View HTML object class names, ID&#8217;s, and details such as link paths, tab index values, and access keys.</li>
<li>Outline tables, table cells, images, or selected tags.</li>
<li>Validate HTML, CSS, WAI, and RSS web feed links.</li>
<li>Display image dimensions, file sizes, path information, and alternate (ALT) text.</li>
<li>Immediately resize the browser window to a new resolution.</li>
<li>Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.</li>
<li>Display a fully featured design ruler to help accurately align and measure objects on your pages.</li>
<li>Find the style rules used to set specific style values on an element.</li>
<li>View the formatted and syntax colored source of HTML and CSS.</li>
</ul>
<p>I don&#8217;t know why Microsoft is not releasing any new version of this tool. This tool was last released on 5/9/2007. Since then no new update has come. If you want to try this tool you may <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E59C3964-672D-4511-BB3E-2D5E1DB91038&amp;displaylang=en" target="_blank">download it from here</a>. And of course do not forget to share what you think about it.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2009%2F05%2F14%2Finternet-explorer-developer-toolbar%2F&amp;linkname=Internet%20Explorer%20Developer%20Toolbar"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>Related posts:<ol><li><a href='http://sajjadhossain.com/2008/05/30/dompdf-attachment-issue-in-ie-internet-explorer/' rel='bookmark' title='Permanent Link: DOMPDF Attachment issue in IE (Internet Explorer)'>DOMPDF Attachment issue in IE (Internet Explorer)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2009/05/14/internet-explorer-developer-toolbar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Great Saying&#8230;</title>
		<link>http://sajjadhossain.com/2009/05/14/great-saying-3/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2009/05/14/great-saying-3/#comments</comments>
		<pubDate>Thu, 14 May 2009 03:29:33 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Great Sayings]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=157</guid>
		<description><![CDATA[


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-158" title="why_worry" src="http://sajjadhossain.com/wp-content/uploads/2009/05/why_worry.jpg" alt="why worry Great Saying..." width="510" height="360" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2009%2F05%2F14%2Fgreat-saying-3%2F&amp;linkname=Great%20Saying%26%238230%3B"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2009/05/14/great-saying-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;What is that?&#8221; &#8211; a nice heart-touching video</title>
		<link>http://sajjadhossain.com/2009/04/21/what-is-that-a-nice-heart-touching-video/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2009/04/21/what-is-that-a-nice-heart-touching-video/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 04:41:55 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Great Sayings]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=150</guid>
		<description><![CDATA[A few days ago, I got a mail from a group Feed-Your-Head. It contained a link to a video. I watched the video and it touched my heart. I am embedding the video below. Give your 5 minutes to view it. I am sure you will love it. The video shows what our parents do for [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>A few days ago, I got a mail from a group <a title="Feed-Your-Head" href="http://groups.yahoo.com/group/Feed-Your-Head/" target="_blank">Feed-Your-Head</a>. It contained a link to a video. I watched the video and it touched my heart. I am embedding the video below. Give your 5 minutes to view it. I am sure you will love it. The video shows what our parents do for us. But at their older age, their questions annoy us. I cannot describe the thought better than the video. Watch it&#8230; let me know how you felt.</p>
<p><object width="580" height="360" data="http://www.youtube.com/v/mNK6h1dfy2o&amp;hl=en&amp;fs=1&amp;rel=0&amp;border=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/mNK6h1dfy2o&amp;hl=en&amp;fs=1&amp;rel=0&amp;border=1" /><param name="allowfullscreen" value="true" /></object></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2009%2F04%2F21%2Fwhat-is-that-a-nice-heart-touching-video%2F&amp;linkname=%26%238220%3BWhat%20is%20that%3F%26%238221%3B%20%26%238211%3B%20a%20nice%20heart-touching%20video"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2009/04/21/what-is-that-a-nice-heart-touching-video/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>When sending an email&#8230;</title>
		<link>http://sajjadhossain.com/2009/04/02/when-sending-an-email/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2009/04/02/when-sending-an-email/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 09:07:10 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Email]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=141</guid>
		<description><![CDATA[For many purpose we have to send emails. Sometime we send mails to our friends, relatives or different groups or mailing lists, sometimes we send official mails to our colleagues, superiors or clients. Some mails contain attachments, references, email addresses or web site links. It is easy to forget an attachment or put a broken [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-142 alignright" title="Email" src="http://sajjadhossain.com/wp-content/uploads/2009/04/email.jpg" alt="Email" width="200" height="177" />For many purpose we have to send emails. Sometime we send mails to our friends, relatives or different groups or mailing lists, sometimes we send official mails to our colleagues, superiors or clients. Some mails contain attachments, references, email addresses or web site links. It is easy to forget an attachment or put a broken link. I myself has faced these things. After following some precautions I have overcome these mistakes. Here I am writing down those rules for anyone who is also facing these issues. Follow the following steps after email writing has been completed.</p>
<p> </p>
<ul>
<li>Check the <strong><em>From Address</em></strong> - I use Gmail as my <span>personal </span>and official email client. If you are a Gmail user, you may know that Gmail provides a facility to use other email addresses from one account. If you have added multiple accounts then you will get a drop down box to select from which account you want to send the email. Also, in case of desktop clients like Microsoft Outlook Express if you have multiple accounts then the same problem may arise. So, I will suggest you to confirm from which address you are sending the mail.</li>
<li>Check <strong><em>To Address</em><span style="font-weight: normal;">, </span><em>CC Address</em><span style="font-weight: normal;">, </span><em>BCC Address</em></strong> - Before you hit the send button, check the addresses to which you are sending mail. Also check the CC and BCC addresses are in place (if required). This is a common mistake.</li>
<li>Check the <strong><em>Subject</em></strong> line &#8211; Make sure the subject line is related to the mail content.</li>
<li>Check <strong><em>Mail Content</em></strong> &#8211; Look for spelling mistakes and correct them if any. Check all the <span>references </span>are correct and the links (if any) are not broken. Check your signature is as intended. </li>
<li>Check <em><strong>Attachments</strong></em><strong> </strong>- If you have mentioned any attachment in your mail or if the mail requires any attachment then make sure you have attached them accordingly. This is also a common mistake that we forget to attach required documents.</li>
</ul>
<p>When you will start following these rules, you may find them time consuming. But if you start practicing them time will be reduced. And the most important thing, you will forget to make mistakes <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="When sending an email..." />  .</p>
<p>I hope this post will help you reduce the rate of mistakes you make when sending emails. If you have any other idea you may share it with us.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2009%2F04%2F02%2Fwhen-sending-an-email%2F&amp;linkname=When%20sending%20an%20email%26%238230%3B"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2009/04/02/when-sending-an-email/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A great saying&#8230;</title>
		<link>http://sajjadhossain.com/2009/02/14/a-great-saying/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2009/02/14/a-great-saying/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 17:32:00 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Great Sayings]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=134</guid>
		<description><![CDATA[


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-136" title="ask_allah" src="http://sajjadhossain.com/wp-content/uploads/2009/02/ask_allah.jpg" alt="ask allah A great saying..." width="458" height="250" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2009%2F02%2F14%2Fa-great-saying%2F&amp;linkname=A%20great%20saying%26%238230%3B"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2009/02/14/a-great-saying/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
