<?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>Show Me In Steps</title>
	<atom:link href="http://showmeinsteps.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://showmeinsteps.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 09 Feb 2010 08:24:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to install Apache server with PHP and MySQL on my PC</title>
		<link>http://showmeinsteps.com/blog/2010/01/24/how-to-install-apache-server-with-php-and-mysql-on-my-pc/</link>
		<comments>http://showmeinsteps.com/blog/2010/01/24/how-to-install-apache-server-with-php-and-mysql-on-my-pc/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 22:20:57 +0000</pubDate>
		<dc:creator>Bourini</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://showmeinsteps.com/blog/?p=141</guid>
		<description><![CDATA[Lately and as my plan for this year, I decided to learn and work on Drupal CMF (Control Management Framework)… to do that I have to make my computer as a server to compile and test the results of my PHP development (better than test and run online which will consume time) then upload it [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Lately and as my plan for this year, I decided to learn and work on Drupal CMF (Control Management Framework)… to do that I have to make my computer as a server to compile and test the results of my PHP development (better than test and run online which will consume time) then upload it to my destination, I had to install the following:</p>
<ul>
<li>Apache server</li>
<li>PHP 5 or later</li>
<li>MySQL</li>
<li>phpMyAdmin</li>
</ul>
<p>To install each one alone and integrate it to each other is Painstaking work especially for those who are new to the development world, so I found a very easy way to install and integrate all of the above by doing the following steps:</p>
<p><strong>Step (1)</strong>: Go to following link <a href="http://bit.ly/6HWwFk" target="_blank">Here</a> .</p>
<p><strong>Step (2):</strong> Check what version sweet your needs, I prefer the AppServ 2.5.10 the stable release, click on the link to download it, <a href="http://bit.ly/75LRhc" target="_blank">Here</a>.</p>
<p><strong>Step (3):</strong> Open the downloaded file, when the wizard open and click on “Next”.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-145" style="margin-top: 10px; margin-bottom: 10px;" title="01-appserv-setup" src="http://showmeinsteps.com/blog/wp-content/uploads/2010/01/01-appserv-setup.jpg" alt="" width="501" height="393" /></p>
 <script type="text/javascript"><!--
google_ad_client = "pub-1995186369734722";
/* 468x60, created 1/27/10 */
google_ad_slot = "5637536315";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p><strong>Step (4):</strong> Read the “license agreement” and click on “I Agree” button (if you agree)… then choose the “Destination Folder” where your application and server will be installed.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-146" style="border: 0pt none; margin-top: 10px; margin-bottom: 10px;" title="02-appserv-setup" src="http://showmeinsteps.com/blog/wp-content/uploads/2010/01/02-appserv-setup.jpg" alt="" width="501" height="393" /></p>
<p><strong>Step (5):</strong> Select which application you would like to install and click on “Next”… now you have to write your “Server Name” and your “Email Address”… keep the port as 80 and click on “Next”.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-147" style="border: 0pt none; margin-top: 10px; margin-bottom: 10px;" title="03-appserv-setup" src="http://showmeinsteps.com/blog/wp-content/uploads/2010/01/03-appserv-setup.jpg" alt="" width="501" height="393" /></p>
<p><strong>Step (6):</strong> Now you have to configure your data base (MySQL), enter and reenter the root password, then select your “Character Sets and Collections” I prefer to Keep it as UTF-8 as it support multi languages, the “Old password support” and the “Enable InnoDB” check boxes is checked upon your needs, normally left unchecked… click on “Install” .</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-144" title="04-appserv-setup" src="http://showmeinsteps.com/blog/wp-content/uploads/2010/01/04-appserv-setup.jpg" alt="" width="501" height="393" /></p>
<p><strong>Step (7): </strong>after the installation, your application is ready to be used… you can find them on the destination folder you install it on, and a shortcut in the “Start &#8211; &gt; programs menu”.</p>
<p>Note that your PHP file should be set in the “www” folder inside your “AppServ” folder.</p>
<p>* This installation is under Windows operating system.</p>
<p><span style="font-size: x-small;"><span style="color: #ff0000;">Update on </span></span><strong><span style="font-size: x-small;"><span style="color: #ff0000;">Fep 9, 2010:</span></span></strong><br />
* also you can download the software easily from:</p>
<ul>
<li>For Windows users on: <a href="http://www.wampserver.com/">http://www.wampserver.com/</a></li>
<li>For Mac users on: <a href="http://mamp.info/en/index.html">http://mamp.info/en/index.html</a></li>
</ul>
<p>Thanks for reading</p>
<p>Mahdi Bourini</p>
<p> Viewed 10566 times by 1259 viewers </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://showmeinsteps.com/blog/2010/01/24/how-to-install-apache-server-with-php-and-mysql-on-my-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Forward emails from hotmail to another email account</title>
		<link>http://showmeinsteps.com/blog/2010/01/09/how-to-forward-emails-from-hotmail-to-another-email-account/</link>
		<comments>http://showmeinsteps.com/blog/2010/01/09/how-to-forward-emails-from-hotmail-to-another-email-account/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 12:29:23 +0000</pubDate>
		<dc:creator>Bourini</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[forward]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[hotmail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[pop3]]></category>

		<guid isPermaLink="false">http://showmeinsteps.com/blog/?p=72</guid>
		<description><![CDATA[Do you have an old Hotmail email account that everybody know and send emails to, and you created another email account on other place, and you would like to drag your old and/or new emails from your Hotmail account? I faced this problem, I don’t want to cancel my Hotmail account and also I don’t [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Do you have an old Hotmail email account that everybody know and send emails to, and you created another email account on other place, and you would like to drag your old and/or new emails from your Hotmail account?</p>
<p>I faced this problem, I don’t want to cancel my Hotmail account and also I don’t want to check my new emails on Hotmail.com, what I did first I tried to check the Hotmail options -&gt; more options menu</p>
<p style="text-align: center;"><strong><a rel="attachment wp-att-73" href="http://showmeinsteps.com/blog/2010/01/09/how-to-forward-emails-from-hotmail-to-another-email-account/01-hotml-opt/"><img class="aligncenter size-full wp-image-73" style="border: 1px solid black; margin-top: 10px; margin-bottom: 10px;" title="Hotmail options" src="http://showmeinsteps.com/blog/wp-content/uploads/2010/01/01-hotml-opt.jpg" alt="" width="490" height="115" /></a><br />
</strong></p>
 <script type="text/javascript"><!--
google_ad_client = "pub-1995186369734722";
/* 468x60, created 1/27/10 */
google_ad_slot = "5637536315";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>To see if there is any feature that allow me to forward the new emails to another account, and Yes I found a “Forward mail to another e-mail account” feature</p>
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-74" style="border: 1px solid black; margin-top: 10px; margin-bottom: 10px;" title="02-hotml-opt-fwd-eml-1" src="http://showmeinsteps.com/blog/wp-content/uploads/2010/01/02-hotml-opt-fwd-eml-1.jpg" alt="" width="497" height="259" /><br />
</strong></p>
<p>I was happy, but when I clicked on the link and opened the “Forwarding” page a “Where do you want your messages to be sent?” field there to add the email address were you want your Hotmail emails to be sent, unfortunately, this feature doesn’t allow you to forward your Hotmail emails to any other email address unless its a custom domain or an e-mail address that ends in hotmail.com, msn.com, or live.com, so no Gmail, Yahoo or any other email clients, I tried to put my @bourini.com email as I thought this is what they mean by “a custom domain” but i was wrong or they are, it didn&#8217;t work as they stated.</p>
<p style="text-align: center;"><strong><a rel="attachment wp-att-75" href="http://showmeinsteps.com/blog/2010/01/09/how-to-forward-emails-from-hotmail-to-another-email-account/03-hotml-opt-fwd-eml-2/"><img class="aligncenter size-full wp-image-75" style="border: 1px solid black; margin-top: 10px; margin-bottom: 10px;" title="03-hotml-opt-fwd-eml-2" src="http://showmeinsteps.com/blog/wp-content/uploads/2010/01/03-hotml-opt-fwd-eml-2.jpg" alt="" width="630" height="230" /></a><br />
</strong></p>
<p>You’re disappointed? don’t be… continue to find the solution:</p>
<p>So I started to look else were to find another solution to transfer or to forward my old and new Hotmail emails to another email address, and happily Gmail (Google) shine.</p>
<p>You can create a free email address on <a href="http://www.gmail.com/">www.Gmail.com</a> and transfer all your Hotmail emails to your Gmail account,  also Gmail allows you to send emails through the Hotmail email account as youname@Hotmail.com, another good feature is that Gmail allows you to forward any emails comes to your Gmail account to any other email address (another Gmail account, Hotmail, Yahoo or a custom domain) without any restrictions as the Hotmail do.</p>
<p>Of course you can use any pop3 clients such as (Microsoft Outlook or Outlook Express… etc., if you’re interested to know how to setup this feature within MS Outlook or Outlook Express just send me a comment here and I will explain it through steps to you).</p>
<p>As for the Gmail, and after you created a new account on it, do the following:</p>
<p>-          <strong>Step 1</strong>:  Go to Settings -&gt; Accounts and Import</p>
<p style="text-align: center;"><strong><a rel="attachment wp-att-76" href="http://showmeinsteps.com/blog/2010/01/09/how-to-forward-emails-from-hotmail-to-another-email-account/04-gml-opt-impt/"><img class="aligncenter size-full wp-image-76" style="border: 1px solid black; margin-top: 10px; margin-bottom: 10px;" title="04-Gml-opt-impt" src="http://showmeinsteps.com/blog/wp-content/uploads/2010/01/04-Gml-opt-impt.jpg" alt="" width="630" height="333" /></a><br />
</strong></p>
<p>-          <strong>Step 2</strong>: in the “Check mail using POP3:” box click on the “Add POP3 email account”.</p>
<p>-          <strong>Step 3</strong>: a new “Add a mail account you own” window will appear, in the “Email address” field insert your Hotmail email account, then click on the “Next Step &gt;&gt;” button.</p>
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-77" style="border: 1px solid black; margin-top: 10px; margin-bottom: 10px;" title="05-Gml-add-mil-1" src="http://showmeinsteps.com/blog/wp-content/uploads/2010/01/05-Gml-add-mil-1.jpg" alt="" width="535" height="190" /><br />
</strong></p>
<p>-          <strong>Step4</strong>: then insert your password in the “Password” field (your Hotmail account password)</p>
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-78" style="border: 1px solid black; margin-top: 10px; margin-bottom: 10px;" title="06-Gml-add-mil-2" src="http://showmeinsteps.com/blog/wp-content/uploads/2010/01/06-Gml-add-mil-2.jpg" alt="" width="503" height="366" /><br />
</strong></p>
<p>-          <strong>Step 5</strong>: leave the “POP Server” and the “Port” as is, as for the other 4 check box options, it will depend on your needs, as an explanation check the following:<strong> </strong></p>
<ul>
<li>Leave a copy of retrieved message on the server: this to keep a copy of the email that’s been retrieved in the Hotmail account.</li>
<li>Always use a secure connection (SSL) when retrieving mail: If the email account being retrieved from supports Secure Sockets Layer (SSL) encryption, you can select this option to have all information sent through a secured connection.</li>
<li>Label incoming messages: this is to organize your emails, consider it like a folder, which will labeled all your incoming Hotmail emails with the label you select… you can create a custom name label by open the list box and select “New label” option, then enter the label name…</li>
<li>Archive incoming messages (Skip the Inbox): this will archive emails and will not be seen in the inbox (to see them you have to check in “All Mail” label or if assigned a label to it, they will be under that label), I prefer to use this feature with labels</li>
</ul>
<p>-          <strong>Step 6</strong>: click on “Add Account &gt;&gt;” button, a massage indicating that your account has been created will appear, now another feature you can setup from her is the ability to send emails from your Hotmail account email through Gmail account, if you don’t want to proceed close the window or click on the “No” radio button and click on “Finish” button which will close the window, this is it and you’re done. Otherwise keep the” Yes, I want to be able to send mail as youname@hotmail.com” radio button checked and click on “Next Step &gt;&gt;” button to proceed.</p>
<p><strong> </strong></p>
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-79" style="border: 1px solid black; margin-top: 10px; margin-bottom: 10px;" title="07-Gml-add-mil-3" src="http://showmeinsteps.com/blog/wp-content/uploads/2010/01/07-Gml-add-mil-3.jpg" alt="" width="544" height="197" /><br />
</strong></p>
<p>-          <strong>Step 7</strong>: after you clicked on “Next Step &gt;&gt;” button, you’re free to insert your name as it will appear in “From” when you send an email through yourname@Hotmail.com Account also you can specify an optional different &#8220;reply-to&#8221; address“, after you finish clicked on “Next Step &gt;&gt;” button.</p>
<p>-           <strong>Step 8</strong>: this will allow you to determine wither you want to send emails as youname@hotmail.com through Gmail mail or Hotmail.com SMTP, select “Send through Gmail Mail” as its easier to set up, and click on “Next Step &gt;&gt;” button.</p>
<p>-          <strong>Step 9</strong>: You’re finished, just for security issues and to make sure that this is your Hotmail email address, Gmail will send you a verification email, click on “Send Verification” button, an email will be sent to your Hotmail account, open that email and get the verification code and place it in the “Enter and verify the confirmation code” field that will appear.</p>
<p>* Please note that you have to “sign in” in your Hotmail account at least once every 270 days so that your account doesn&#8217;t get deleted.</p>
<p>* For any further assistant just send comments and I will do my best to answer you as soon as I can, through updating this post or creating another post.</p>
<p>Best regards</p>
<p>Mahdi Bourini</p>
<p> Viewed 16317 times by 2229 viewers </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://showmeinsteps.com/blog/2010/01/09/how-to-forward-emails-from-hotmail-to-another-email-account/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to know those who stopped following you on twitter:</title>
		<link>http://showmeinsteps.com/blog/2009/12/31/stopped-following-twitter/</link>
		<comments>http://showmeinsteps.com/blog/2009/12/31/stopped-following-twitter/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 14:41:02 +0000</pubDate>
		<dc:creator>Bourini</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[friendorfollow]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Qwitter]]></category>
		<category><![CDATA[tweeting]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitterless]]></category>

		<guid isPermaLink="false">http://showmeinsteps.com/blog/?p=51</guid>
		<description><![CDATA[I&#8217;m a big fan of Twitter who is daily tweeting (@ShowMeInSteps), I always be happy to see new follower, where I do some check on their identity, visit their website and read some messages they post on Twitter .. And I watch closely the number of people who are following me, but sometimes I surprised [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big fan of Twitter who is daily tweeting (<a href="http://twitter.com/ShowMeInSteps" target="_blank">@ShowMeInSteps</a>), I always be happy to see new follower, where I do some check on their identity, visit their website and read some messages they post on Twitter ..</p>
<p>And I watch closely the number of people who are following me, but sometimes I surprised by the decreases of the follower’s numbers so I search for those who stop flowing me, but unfortunately I couldn’t catch them because I couldn’t remember all the followers</p>
<p>So I start searching for a way to know who are these people&#8230; and After searching the net and reading from here and there i found some sites providing this service I joined them and waiting the results (I will update it here as soon as I check it), here are the steps for each site:</p>
<p>-       Qwitter: <a href="http://useqwitter.com/" target="_blank">http://useqwitter.com/</a>: you only have to fill the “Twitter username” and the “E-mail address” and click on the “Go Qwitter go” button, after that when someone stop following you, you will receive an email.</p>
<p>I signed and I hope it works, I’ll update you. (<span style="color: #ff0000;">Update: Its not working</span>)</p>
<p style="text-align: center;"><img class="size-full wp-image-54  aligncenter" style="border: 1px solid black; margin: 10px;" title="Qwitter" src="http://showmeinsteps.com/blog/wp-content/uploads/2009/12/qwitter.jpg" alt="" width="350" height="178" /></p>
 <script type="text/javascript"><!--
google_ad_client = "pub-1995186369734722";
/* 468x60, created 1/27/10 */
google_ad_slot = "5637536315";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>-       <a href="http://twitterless.com/" target="_blank">http://twitterless.com/</a>: on twitterless you have first to follow (<a href="http://twitter.com/tless" target="_blank">@tless</a>) on Twitter then wait tell they send you like or sth, then you will know the followers who stopped following you and also much more useful information.</p>
<p>Hope it works, I followed them and still waiting. (<span style="color: #ff0000;">Update: Its not working</span>)</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-52" style="border: 1px solid black; margin: 10px;" title="twitterless" src="http://showmeinsteps.com/blog/wp-content/uploads/2009/12/twitterless.jpg" alt="" width="350" height="251" /></p>
 <script type="text/javascript"><!--
google_ad_client = "pub-1995186369734722";
/* 468x60, created 1/27/10 */
google_ad_slot = "5637536315";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>-       <a href="http://friendorfollow.com/" target="_blank">http://friendorfollow.com/</a>: this one is a direct result viewer, a nice one just it only will help you find all those twitter users who you are following but they are not following you back.</p>
<p>If you’re one of those twitter users who follow each one follow you, this is a very good tool for you.</p>
<p>All you have to do is just put your Twitter username in the “Put your username here” text box and click Submit.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-53" style="border: 1px solid black; margin: 10px;" title="ForF" src="http://showmeinsteps.com/blog/wp-content/uploads/2009/12/ForF.jpg" alt="" width="350" height="162" /></p>
<p>Thats is for now, if i found any new stuff on this i will update you, and if you know anything spread the info.</p>
<p>Best Regards</p>
<p>Mahdi Bourini</p>
<p> Viewed 12518 times by 1365 viewers </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://showmeinsteps.com/blog/2009/12/31/stopped-following-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

