<?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>I Am Sumeet &#187; Tutorials</title>
	<atom:link href="http://iamsumeet.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamsumeet.com</link>
	<description>Personal Weblog Of Sumeet</description>
	<lastBuildDate>Wed, 21 Apr 2010 14:47:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Get more traffic from digg &amp; stumble by gaining more votes using personalized greeting message</title>
		<link>http://iamsumeet.com/get-more-traffic-from-digg-stumble-by-gaining-more-votes-using-personalized-greeting-message/</link>
		<comments>http://iamsumeet.com/get-more-traffic-from-digg-stumble-by-gaining-more-votes-using-personalized-greeting-message/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 08:39:03 +0000</pubDate>
		<dc:creator>Sumeet</dc:creator>
				<category><![CDATA[My Scripts]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://iamsumeet.com/?p=77</guid>
		<description><![CDATA[Social Bookmarking Website like Digg and stumbleupon are one of the best source of traffic for your website.In fact about 70% of one of my website&#8217;s traffic comes from stumble.
The problem with the traffic from social networking websites is,that its not very consistent.You need to have more votes to get more traffic. In case of [...]]]></description>
			<content:encoded><![CDATA[<p>Social Bookmarking Website like Digg and stumbleupon are one of the best source of traffic for your website.In fact about 70% of one of my website&#8217;s traffic comes from stumble.</p>
<p>The problem with the traffic from social networking websites is,that its not very consistent.You need to have more votes to get more traffic. In case of Digg.com you need to have more digs where as for Stumbleupon you need more &#8220;thumbs up or reviews&#8221; to get a consistent traffic.</p>
<p>Let&#8217;s see how SU works.You give your thumb&#8217;s up to a page. Initially SU refers low traffic to that page (as per my knowledge ,initially they refer old and top stumblers to that page). If they give a thumbs up to that page then you get more traffic from SU until the ratio of THUMBS-UP per REFERS remains high.</p>
<p>So I coded a very simple javascript to greet users coming from the social networking websites and asking them to give a thumbs-up OR digg to that page.I tested this script for about one month and its worked very nicely,especially in case of Stumbleupon votes.</p>
<p>Its a very simple javascript which check the page refer using ( document.referrer) and an if-else ladder to find the case.Then a popup dialog box (using alert function) is used to display the message.</p>
<p>CODE : (just for reference : DONT USE THIS CODE ,DOWNLOAD IT FROM THE LINK BELOW)</p>
<blockquote><address><em><span style="color: #000000;"><span style="color: #800000;">&lt;SCRIPT LANGUAGE=JAVASCRIPT TYPE=&#8221;TEXT/JAVASCRIPT&#8221;&gt; </span></span></em></address>
<address><em><span style="color: #000000;"><span style="color: #339966;">if </span><span style="color: #0000ff;">((document.referrer.indexOf( &#8216;digg&#8217; ) &gt; 1))</span></span></em></address>
<address><em><span style="color: #000000;"><span style="color: #0000ff;"> {</span></span></em></address>
<address><em><span style="color: #000000;"><span style="color: #0000ff;"> alert(&#8220;welcome Digg user.If you liked the content then please digg this page&#8221;);</span></span></em></address>
<address><em><span style="color: #000000;"><span style="color: #0000ff;"> }</span></span></em></address>
<address><em><span style="color: #000000;"><span style="color: #339966;">else if </span></span></em></address>
<address><em><span style="color: #000000;"> <span style="color: #0000ff;">((document.referrer.indexOf( &#8216;</span></span><span><span><span style="color: #000000;"><span style="color: #0000ff;">stumbleupon</span></span></span></span><span style="color: #000000;"><span style="color: #0000ff;">&#8216; ) &gt; 1))</span></span></em></address>
<address><em><span style="color: #000000;"><span style="color: #0000ff;"> {</span></span></em></address>
<address><em><span style="color: #000000;"><span style="color: #0000ff;"> alert(&#8220;welcome SU user.</span></span><span><span><span style="color: #000000;"><span style="color: #0000ff;">If you liked the content then please give a thumbs up to this page</span></span></span></span><span style="color: #000000;"><span style="color: #0000ff;">&#8220;);</span></span></em></address>
<address><em><span style="color: #000000;"><span style="color: #0000ff;"> }</span></span></em></address>
<address><em><span style="color: #000000;"><span style="color: #800000;">&lt;/SCRIPT&gt;</span></span></em></address>
</blockquote>
<p><strong><a href="http://iamsumeet.com/wp-content/uploads/greet_users_script.txt" target="_blank">Download</a></strong></p>
<p>Similarly you can add others if you want.You can also add google/yahoo/msn to greet users from search engines,but it makes no sense to greet users from search engine.</p>
<p>I am planing to code a wordpress plugin with this script after my exams get over. Although you can use this script directly on your wordpress blog. Just place this script in the &lt;head&gt; tag of the template. If you are using Joomla then you can use this script or you can also use a extension known as <a title="mfReferral" href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,4359/Itemid,35/" target="_blank">mfReferral</a></p>
<p>If you want to check this script, then you can use <a title="RefControl" href="http://www.stardrifter.org/refcontrol/" target="_blank">RefControl</a> .</p>
<p>Current issues with this script:</p>
<ul>
<li>Doesn&#8217;t work on IE6.I guess IE6 Doesn&#8217;t pass refer data to JavaScript.You will have to use php.</li>
<li>This script cannot sidtinguish between subdomain and domains.So something.blogspot.com and blogspot.com are the same for this script.</li>
</ul>
<p>Please comment if you find this script useful <img src='http://iamsumeet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
]]></content:encoded>
			<wfw:commentRss>http://iamsumeet.com/get-more-traffic-from-digg-stumble-by-gaining-more-votes-using-personalized-greeting-message/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Block The Visitors Who Are Using Ad-Blockers</title>
		<link>http://iamsumeet.com/block-the-visitors-who-are-using-ad-blockers/</link>
		<comments>http://iamsumeet.com/block-the-visitors-who-are-using-ad-blockers/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 08:40:38 +0000</pubDate>
		<dc:creator>Sumeet</dc:creator>
				<category><![CDATA[My Scripts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[adblocker]]></category>
		<category><![CDATA[forefox]]></category>

		<guid isPermaLink="false">http://iamsumeet.com/?p=67</guid>
		<description><![CDATA[While checking your website&#8217;s stats you may have thought  that, although my site has a good traffic but my ad revenue very low, why so??  Then you might have tried all the different positioning, color and format of ads to make them more attractive.
Actually the main problem is ,even you make changes to [...]]]></description>
			<content:encoded><![CDATA[<p>While checking your website&#8217;s stats you may have thought  that, although my site has a good traffic but my ad revenue very low, why so??  Then you might have tried all the different positioning, color and format of ads to make them more attractive.</p>
<p>Actually the main problem is ,even you make changes to your  ad formats to make it more visible and attractive, majority of the visitors do not want to see them. Most of the regular Internet users uses ad-blockers.  Especially in case of FireFox, people use an add-on named – Ad-block plus [Even I  am using it :p ].</p>
<p>Ad Blocker gets both positive and negative reactions.Majority of people  love it, as it blocks all those unwanted ads .On the other hand the webmasters  hate this add-on as it disables the source of income for ad supported websites.</p>
<p>Let’s see what we can do to block/redirect these vis&#8230;.<span id="more-42"></span>itors.<br />
While searching for blocking scripts I came across two nice solutions</p>
<ul>
<li><a href="http://www.thepcspy.com/read/how_to_block_adblock">How To Block Adblock</a></li>
<li><a href="http://www.adblock.org/2004/07/adblock_detection_script/">Adblock Detection Script</a></li>
</ul>
<p>Both of them work very nicely but they are a bit complicated and only work with Adblock Plus on firefox.</p>
<p>Hence I  worked out a very simple JavaScript which redirect these kinds of visitors to some other webpage. This script uses code form <a href="http://www.adblock.org/2004/07/adblock_detection_script/">Adblock Detection Script</a> .</p>
<p>This script checks whether adsense ads were displayed on that page or not. If not, then it redirects the visitor to another page.You can create a warning page for such visitors but what I will recommend you to create a special &#8220;lite&#8221; version of your website for such visitors and ask them to disable their adblocker to browse the whole website.Please keep in mind blocking visitors means you may see a declination in your traffic but you may earn more revenue as you will make them disable their adblocker.</p>
<p>Here is the code of the script</p>
<blockquote>
<pre class="style9"><span style="color: #0000ff;"><strong>&lt;script type="text/javascript"&gt;</strong></span></pre>
<pre class="style9"><strong><span style="color: #000000;">setTimeout('check_ads()', 100);
      function check_ads()
      {
      var rnd = </span><span style="color: #000000;">Math.random();
      if (rnd &lt; 1)
      { </span><span style="color: #000000;"><span class="style10">// only execute the following if rnd &lt; .2</span>
      var blocked = false;
      var e = document.getElementsByTagName("iframe");
      for (var i = 0; i &lt; e.length; i++)
      if ((e[i].src.</span><span style="color: #000000;">indexOf("</span><span style="color: #000000;">googlesyndication.com") &gt; -1) &amp;&amp;
      (e[i].setAttribute </span><span style="color: #000000;">&amp;&amp; (e[i].style.visibility == "hidden" ||
      e[i].style.display == "</span><span style="color: #000000;">none"))) blocked = </span><span style="color: #000000;">true;
      if ((e.length == 0) || blocked)
      { </span>
      location = "<span style="color: #ff6600;">http://www.YOURWEBSITE.COM/warningpage.html</span>"; <span class="style10">
<span style="color: #999999;">//enter the url of the page which contain the message for the
//blocked visitors.Alternatively you can create a lite website
//for them and ask them to disable their blocker who browse the
//full website.</span></span>
      window.location(location);
    }}}</strong></pre>
<pre class="style2"><span style="color: #0000ff;"><strong>&lt;/script&gt;

If you are unable to see the whole code :
 <a href="http://iamsumeet.com/wp-content/uploads/code.txt">Download the text file from here</a></strong></span></pre>
</blockquote>
<p>To use this script simple copy paste the code blow, just above your<span style="color: #0000ff;"> &lt;/body&gt;</span> tag OR your Adsense ad code.</p>
<p>A working demo is available here</p>
<blockquote>
<p style="text-align: center;"><span style="color: #0000ff;"><strong><a href="http://iamsumeet.com/wp-content/uploads/testpage.html" target="_blank">DEMO Page</a></strong></span></p>
<p style="text-align: center;">
<p style="text-align: center;"><strong><span style="color: #ff0000;">(Please disable your adblocker before continuing else you will directly land on the warning page).</span></strong></p>
</blockquote>
<p>The issues with this script are:</p>
<ul>
<li>If the visitor use their browsers back button from the warning page then the script fails.</li>
<li>Only works with Adsense because it only checks the access of googlesyndication.com from the webpage. Although you can replace it for other advertisers</li>
<li>I have no idea whether Adsense allows these kinds of scripts or not.</li>
</ul>
<p>Please do comment on this script. <img src='http://iamsumeet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://iamsumeet.com/block-the-visitors-who-are-using-ad-blockers/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Prevent your Paypal account from getting limited</title>
		<link>http://iamsumeet.com/prevent-your-paypal-account-from-getting-limited/</link>
		<comments>http://iamsumeet.com/prevent-your-paypal-account-from-getting-limited/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 08:45:06 +0000</pubDate>
		<dc:creator>Sumeet</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[paypal accounts]]></category>
		<category><![CDATA[paypal limited account]]></category>

		<guid isPermaLink="false">http://iamsumeet.com/?p=48</guid>
		<description><![CDATA[ 
Almost every day hundreds of threads are created on webmaster&#8217;s forums about limited PayPal account. I am using the PayPal account from last two years and my account got limited once. I contacted their support several times about this issue and came to know about various reasons why an account gets limited.
Although once your [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> Normal   0               false   false   false      EN-US   X-NONE   X-NONE                                                     MicrosoftInternetExplorer4 </xml><![endif]--><!--[if gte mso 9]><xml> </xml><![endif]--> <!--[if gte mso 10]></p>
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin-top:0in;
	mso-para-margin-right:0in;
	mso-para-margin-bottom:10.0pt;
	mso-para-margin-left:0in;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:"Times New Roman";
	mso-fareast-theme-font:minor-fareast;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;}
</style>
<p><![endif]--></p>
<p>Almost every day hundreds of threads are created on webmaster&#8217;s forums about limited PayPal account. I am using the PayPal account from last two years and my account got limited once. I contacted their support several times about this issue and came to know about various reasons why an account gets limited.</p>
<p>Although once your account gets limited there&#8217;s no way to restore it without sending them the required documents. So it&#8217;s always better to take care about your account so that it doesn&#8217;t get limited. Here are a few major reasons why so many PayPal account gets limited.</p>
<p><strong>New account and unverified accounts: </strong>New accounts, especially unverified accounts often get limited just after their 1<sup>st</sup> transaction. PayPal monitor these accounts very closely so it&#8217;s always better to use correct account details while registering so that you can provide the required documents in case your account gets limited. Verifying your account is always a good idea. All you need is a valid credit card. Virtual Credit Cards (VCCs) works quite nicely for verification but using VCCs for PayPal verification process is illegal and you may lose your account if they come to know about this.</p>
<p><strong>Account verification</strong> : If your account is unverified then <span id="more-26"></span>it have the highest chances for getting limited, cause unverified accounts  are often used by scammers for money laundering. Verifying accounts is quite easy and it gives all the information about your real address, bank account and other financial details to paypal so if you don&#8217;t verify your account then PayPal may assume that you are doing something phishy. Who knows maybe the biggest scam of this century <img src='http://iamsumeet.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><strong>Using proxy or using multiple IPs</strong>: Accessing a premium/personal accounts from various IP address or account you account from proxy will surely get our account limited. Premium and personal PayPal accounts are for single users. For multiple users opt for Paypal Business account.</p>
<p><strong>Accessing PayPal from your mobile :</strong> Don&#8217;t use your mobile browser to access <a href="https://paypal.com">https://paypal.com </a>directly. Instead use <a href="https://mobile.paypal.com/">https://mobile.paypal.com</a>.But before that, you will have to activate your <strong>PayPal mobile Account</strong> .Visit <a href="https://www.paypal.com/?cmd=xpt/cps/mobile/MobileOverview-outside">PayPal mobile</a> for more details. Even using the browsers like Opera mini OR Teashark is risky cause both of them uses proxy server for browsing.</p>
<p><strong>Amounts withdrawal</strong>: Limit your 1<sup>st</sup> amount withdrawal to a small amount especially if you have an unverified account. Withdrawing a very heavy amount from your brand new account seems like some kind of scam to PayPal so limit your first PayPal withdrawal to something like 100$ and increase the amount slowly.</p>
<p><strong>Account Details</strong>: Don&#8217;t change your account details frequently. This will raise a flag on your account. Keep all the details current and make sure that you have all the required documents to prove all those account details. A photo I-card with your address or a utility bill with your name and address is sufficient.</p>
<p><strong>Number of disputes : </strong>If you have any dispute on your PayPal account then try to solve then ASAP and try to keep the number of disputes below two at a same time. Too many complains or a dispute regarding your account is not good for you.</p>
<p><strong>Dealing with large amounts</strong> : If you are dealing with very huge amounts say about 1000USD then its always recommended to split up the receiving and withdrawal process to small amounts.If possible then always try to split up the payments below 500USD.Also do not try to withdraw the whole amount immediately after receiving.</p>
<p>Even after all these precautions your account gets limited then don&#8217;t waste your time but sending them &#8220;you suck&#8221; emails OR creating &#8220;PAYPAL IS A FRAUD&#8221; threads on forums. Just mail them the required documents and your account will get unbanned within 48 hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://iamsumeet.com/prevent-your-paypal-account-from-getting-limited/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Manage multiple email accounts from single Gmail account</title>
		<link>http://iamsumeet.com/manage-multiple-email-accounts-from-single-gmail-account/</link>
		<comments>http://iamsumeet.com/manage-multiple-email-accounts-from-single-gmail-account/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 15:07:02 +0000</pubDate>
		<dc:creator>Sumeet</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://iamsumeet.com/?p=47</guid>
		<description><![CDATA[Maintain and Manage multiple email accounts from one Gmail account 
Probably you have 100s of email IDs, One for your official works, one for personal usage, one for spam protection, one for registering on various sites, one for your website and so on. Although having multiple emails gives the convenience to do your work systematically [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><strong>Maintain and Manage multiple email accounts from one Gmail account </strong></p>
<p>Probably you have 100s of email IDs, One for your official works, one for personal usage, one for spam protection, one for registering on various sites, one for your website and so on. Although having multiple emails gives the convenience to do your work systematically and saves your from unwanted emails/SPAM but it&#8217;s a real big mess when you have to login each of them regularly just to check mails. Life is already complicated, why make it worse.  Here&#8217;s a method to maintain multiple email accounts from a single Gmail account. You will be able to receive and send mail from that single Gmail account using all of your IDs.  First of all you will require a Gmail account .If you don&#8217;t have one then create one by visiting gmail.com. It&#8217;s free and you don&#8217;t require any invitation. The signup procedure is easy and fast.  In this example we are considering 3 email Ids</p>
<ul>
<li>1 in Gmail</li>
<li>1 in yahoo pro mail (free accounts doesn&#8217;t have forwarding feature)</li>
<li>1 pop3 account ( your website etc)</li>
</ul>
<p>After going through this guide you will be able to manage all your email accounts form one single Gmail account .You will be able to receive all your mails on different IDs to this single Gmail account and will also be able to send emails from different ids using this same Gmail account. For example  you will be able to receive all the mails in</p>
<ul>
<li> iamsumeet2@gmail.com (Gmail account ),</li>
<li> iamsumeet1@yahoo.com (yahoo pro account ) and</li>
<li> iamsumeet@iamsumeet.com (POP3 Account )</li>
</ul>
<p>on a single Gmail account ( in this case it will be iamsumeet1@gmail.com ).And you will also be able to send emails as iamsumeet2@gmail.com OR iamsumeet1@yahoo.com OR iamsumeet@iamsumeet.com from the single account iamsumeet1@gmail.com .  For sake of simplicity we are going to call</p>
<ul>
<li>iamsumeet1@gmail.com as the <strong>master account </strong></li>
<li> iamsumeet2@gmail.com and <strong>child1 account </strong></li>
<li> iamsumeet1@yahoo.com as <strong>child2 account </strong></li>
<li> iamsumeet@iamsumeet.com as <strong>child3 account</strong></li>
</ul>
<p>Now let&#8217;s start  <span style="color: red;"><strong></strong></span></p>
<p><span style="color: red;"><strong>STEP: 1 ADDING A POP3 ACCOUNT TO YOUR &#8230;G</strong></span><span id="more-25"></span><span style="color: red;"><strong>MAIL ACCOUNT </strong></span></p>
<p style="margin-left: 36pt"><span style="color: red;"><strong>STEP1(a)To retrieve mails from your POP 3 server </strong></span></p>
<ul>
<li>First of all login your <strong>master Gmail account</strong> (the mail ID from which you are going to maintain all the other email accounts) and click settings</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image001.jpg" alt="Gmail Settings link" /></p>
<p style="text-align: center">
<ul>
<li>Now click on the <strong>&#8220;Accounts&#8221;</strong> tab and select <strong>&#8220;GET MAIL FROM OTHER ACCOUNTS&#8221;</strong> (Highlighted by green color on the image given below)</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image002.jpg" alt="Gmail settings adding new account" width="588" height="288" /></p>
<p style="text-align: center">
<ul>
<li>Gmail provides a feature by which you can retrieve emails, from any email services who provides a POP 3 server .In our case we are going to use this feature to retrieve mails from our website&#8217;s ID  iamsumeet@iamsumeet.com <strong>(CHILD3 ACCOUNT ) </strong></li>
</ul>
<ul>
<li>To do so &#8220;<strong>Click add another mail account&#8221; </strong>On the next screen type your email ID ( in our case its iamsumeet@iamsumeet.com ) and click <strong>&#8220;NEXT STEP&#8221; </strong></li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image003.jpg" alt="Adding new POP3 accounts to gmail Step1" /></p>
<ul>
<li>Fill all the details about your POP3 Server (contact your mail host OR web host for these details) and check the &#8220;Label incoming messages&#8221; option then click <strong>&#8220;Add Account&#8221;</strong> You should get the following message.</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image004.jpg" alt="Adding new POP3 accounts to gmail Step2" /></p>
<p>This message means that now you will be able to read all the mails on your <strong>CHILD3 ACCOUNT, </strong>on this <strong>&#8220;MASTER ACCOUNT&#8221; </strong></p>
<p style="margin-left: 36pt"><span style="color: red;"><strong>STEP 1(b) To Send emails as your POP3 ID from Gmail account </strong></span></p>
<p style="margin-left: 36pt">
<ul>
<li>Now it will be great if you can also send email from your <strong>&#8220;CHILD3 ID&#8221;</strong> using this <strong>&#8216;MASTER ACCOUNT&#8217;</strong>. To do so, on this screen select <strong>&#8220;Yes, I want to be able to send mail as iamsumeet@iamsumeet.com.&#8221; </strong>and click <strong>&#8216;NEXT STEP&#8217; </strong></li>
</ul>
<ul>
<li>Fill up the details and click next</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image005.jpg" alt="Adding new POP3 accounts to send emails" /><strong> </strong></p>
<p style="text-align: center">
<ul>
<li>On the next step click<strong> &#8220;Send Verification&#8221; </strong></li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image006.jpg" alt="Gmail POP3 accounts verification" /><strong> </strong></p>
<p style="text-align: center">
<ul>
<li>On the next step click<strong> &#8220;Close Window&#8221; </strong></li>
</ul>
<ul>
<li>Now return to your inbox and wait for the verification email .I will take about 20 mins for Gmail to retrieve that email from your POP 3 server. If everything goes fine then you will receive the conformation email</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image007.jpg" alt="Gmail POP3 accounts verification email" width="586" height="149" /></p>
<ul>
<li>Open that email and click the verification link on that email. From now onwards you will be able to send your mails form your POP3 server using your <strong>&#8220;MASTER GMAIL ACCOUNT&#8221;</strong></li>
</ul>
<ul>
<li>To verify this click &#8220;Compose mail&#8221; and you will notice a new option labeled &#8220;<strong>FROM</strong>&#8221; using which you can select the senders email</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image008.jpg" alt="Gmails compose mail send as dropdown list" width="643" height="141" /></p>
<p style="text-align: center">
<p style="text-align: center">
<p style="text-align: center">
<p><span style="color: red;"><strong>STEP: 2 ADDING ANOTHER GMAIL ACCOUNT AND YAHOO ACCOUNT TO YOUR MASTER GMAIL ACCOUNT </strong></span></p>
<p style="margin-left: 36pt"><span style="color: red;"><strong>STEP2 (a)To retrieve mails from your gmail(child1) and yahoo(child2) accounts </strong></span></p>
<p style="text-align: center">
<p style="margin-left: 18pt">Now its time to add the remaining &#8220;<strong>child1 account (iamsumeet2@gmail.com)&#8221;</strong> and &#8220;<strong>child2 account (iamsumeet1@yahoo.com</strong>)<strong>&#8220;.</strong>To add your child1 account (Gmail account ) You will have to logout from your &#8220;MASTER ID&#8221; and will have to login to your CHILD1 ID (iamsumeet2@gmail.com) <strong> </strong></p>
<ul>
<li>Click on the setting link</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image009.jpg" alt="" /></p>
<ul>
<li>Now click &#8220;<strong>Forwarding and POP/IMAP</strong>&#8221; tab and on that page check &#8220;Forward a copy of incoming mail to&#8221; and type your MASTER EMAIL ID there, In this case its <a href="mailto:iamsumeet1@gmail.com">iamsumeet1@gmail.com</a></li>
</ul>
<p style="text-align: center">
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image010.jpg" alt="Gmail POP3 and forwarding tab" width="513" height="136" /></p>
<p style="text-align: center">
<ul>
<li>
<div>Click &#8220;Save changes&#8221; button and logout from this ID.</div>
</li>
<li>Now log in to your Yahoo Pro account. Some regional yahoo IDS like &#8220;<span style="text-decoration: underline;">youremail@yahoo<strong>.CO.IN&#8221;</strong></span> (Yahoo INDIA) provides email forwarding feature for free on all the accounts. After logging in click OPTIONS located on the top-left</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image011.jpg" alt="Yahoo mail Options" /></p>
<p style="text-align: center">
<ul>
<li>On the option page select POP Access and forwarding</li>
</ul>
<p style="text-align: center">
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image012.jpg" alt="Yahoo mail POP access and forwarding feature" width="465" height="179" /></p>
<p style="text-align: center">
<ul>
<li>On the next page fill out your master email ID on the forwarding box (In this case its <strong>iamsumeet1@gmail.com</strong> )</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image013.jpg" alt="Yahoo forwarding emails" width="535" height="114" /></p>
<p style="text-align: center">
<ul>
<li>Now logout from your yahoo account and login your <strong>MASTER GMAIL</strong> account (iamsumeet1@gmail.com)</li>
</ul>
<ul>
<li>We have forwarded both out child email IDs (iamsumeet2@gmail.com and iamsumeet1@yahoo.com ) to our master ID iamsumeet1@gmail.com.Now you will be able to receive all your email on these two child accounts on your master Gmail account. But we need to create labels in our master account to manage on these forwarded emails easily. To do this ,after login in your master Gmail account (iamsumeet1@gmail.com) click settings</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image001.jpg" alt="" /></p>
<ul>
<li>And select the Filters tab.Now click &#8220;<strong>Create new filter</strong>&#8220;</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image014.jpg" alt="Gmail settings creating filters" width="610" height="89" /></p>
<ul>
<li>On the filter form enter your &#8220;<strong>CHILD1ID</strong>&#8221; (iamsumeet2@gmail.com) on the &#8220;<strong>To:</strong>&#8221; box, then click &#8220;<strong>Next Step</strong>&#8220;</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image015.jpg" alt="Creating gmail filter for labeling" width="553" height="165" /></p>
<ul>
<li>On the next page check mark &#8220;<strong>Apply the label</strong>&#8221; option and from the dropdown select &#8220;new label&#8221; and type your &#8220;<strong>CHILD1</strong>&#8221; email ID on the &#8220;<strong>label name</strong>&#8220;</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image016.jpg" alt="Creating new labels for filters" width="548" height="244" /></p>
<ul>
<li>Click &#8220;<strong>OK</strong>&#8221; and press the &#8220;<strong>Create filter</strong>&#8221; button. Repeat the same step for your &#8220;<strong>CHILD2 ID</strong>&#8221; (iamsumeet1@yahoo.com) and create a label titled iamsumeet1@yahoo.com</li>
</ul>
<ul>
<li>Your &#8220;<strong>FILTER TAB</strong> &#8220;Should be showing a similar following summary</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image017.jpg" alt="Gmail filters summary" width="568" height="115" /></p>
<p style="margin-left: 36pt"><span style="color: red;"><strong>STEP2(b) To send emails as your Gmail (child1) and yahoo (child2) accounts </strong></span></p>
<p style="margin-left: 36pt">
<p>Now we need the feature to send email as &#8220;<strong>CHILD1</strong>&#8221; and &#8220;<strong>CHILD2 ID</strong>&#8221; from our &#8220;<strong>MASTER GMAIL ID</strong>&#8221; .To do so Click the setting link on the top right hand side of your MASTER GMAIL account, go to accounts tab and click &#8220;<strong>Add Another Email Address</strong>&#8221;</p>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image018.jpg" alt="" width="565" height="172" /></p>
<p style="text-align: center">
<ul>
<li>
<div>On the next BOX fill our <strong>&#8220;CHILD1 ID&#8221;</strong> (as shown below) and click <strong>NEXT STEP</strong></div>
</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image019.jpg" alt="" /></p>
<ul>
<li>Next is the verification step, So click the &#8220;send verification&#8221; button</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image020.jpg" alt="" /></p>
<ul>
<li>And close the window. Repeat the same steps for your CHID2 ID.</li>
</ul>
<p style="text-align: center">
<ul>
<li>Now logout your <strong>&#8220;MASTER GMAIL ACCOUNT&#8221;</strong> and Log in your &#8220;<strong>CHILD1 ID</strong>&#8221; to check the verification email (BTW you can also find the same email right on your &#8220;<strong>MASTER GMAIL ACCOUNT</strong>&#8221; cause you have already forwarded all the emails. It should be there by now ).Click on the verification link of that email.(I am not posting the screenshot of this step).</li>
</ul>
<ul>
<li>After conforming both the <strong>CHILD</strong> accounts .Login to your <strong>&#8220;MASTER GMAIL ACCOUNT&#8221;</strong> and click the COMPOSE link. Now on the dropdown list you should see all your email IDS from which you can send emails</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image021.jpg" alt="Gmails send as drop down list Multiple Emails" /></p>
<p style="text-align: center">
<ul>
<li>So everything is done. You will now manage all your mails on different IDs from your <strong>&#8220;MASTER GMAIL ACCOUNT&#8221;</strong> (iamsumeet1@gmail.com ) and will also be able to send emails from different ids using this same Gmail account. You can easily categorize and manage your emails on these IDS using the labels</li>
</ul>
<p style="text-align: center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/multiple_emails/image022.jpg" alt="Gmail labels for multiple emails" /></p>
<p style="text-align: center">
<p>I know this tutorial was a little messy cause there are too many email IDs involved but there&#8217;s no alternative to this. I tried posting screenshots of all the important steps. If you have any doubt OR you find any error/mistake then pleases OR you have some better suggestions then please comment. Your comments will be helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://iamsumeet.com/manage-multiple-email-accounts-from-single-gmail-account/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>BSNL Cellone GPRS Configuration settings</title>
		<link>http://iamsumeet.com/bsnl-cellone-gprs-configuration-settings/</link>
		<comments>http://iamsumeet.com/bsnl-cellone-gprs-configuration-settings/#comments</comments>
		<pubDate>Wed, 14 May 2008 17:58:45 +0000</pubDate>
		<dc:creator>Sumeet</dc:creator>
				<category><![CDATA[BSNL/Dataone/Cellone]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[BSNL]]></category>
		<category><![CDATA[Cellone]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[GPRS]]></category>
		<category><![CDATA[Mobile India GPRS]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://iamsumeet.com/?p=22</guid>
		<description><![CDATA[BSNL Cellone is one of the biggest cellular service provider in INDIA.Even though they are very huge, most probably the biggest mobile customer base in INDIA, their service is not up to the mark.Espically the customer care and Addon services (including the GPRS service) is very bad .BSNL Cellone was one of the 1st providers [...]]]></description>
			<content:encoded><![CDATA[<p><strong>BSNL Cellone</strong> is one of the biggest cellular service provider in INDIA.Even though they are very huge, most probably the biggest mobile customer base in INDIA, their service is not up to the mark.Espically the customer care and Addon services (including the GPRS service) is very bad .BSNL Cellone was one of the 1st providers who started providing GPRS in INDIA.Although time passed many other companies came in market and due to the competition the price of GPRS was reduced by others,BSNL Cellone never bothered to review their 2 year old GPRS rates ..A freaking <strong>Rs 20 per MB (Approx 50 cent /MB). </strong>Anyways the speed is good.</p>
<p>BSNL Cellone have introduced many ways to provide their customers an &#8220;automatic configuration download system&#8221; ,By using these you can directly download the settings from internet to your mobile phone without any charges. (Although god knows why  they never ever notified their customers about this feature :-/ ) . To get your GPRS Settings automatically</p>
<p>Visit :</p>
<ul>
<li><strong>WEST ZONE &#8211; </strong><a href="http://210.212.179.183/msp/html/" target="_blank">http://210.212.179.183/msp/html/</a></li>
<li><strong>NORTH ZONE</strong> &#8211; <a href="http://218.248.65.83:8081/msp/html/">http://218.248.65.83:8081/msp/html/</a></li>
<li><strong>EAST ZONE</strong> &#8211; <a href="http://218.248.71.14/msp/html/">http://218.248.71.14/msp/html/</a></li>
<li><strong>SOUTH ZONE</strong> &#8211; <a href="http://218.248.72.246/msp/html/">http://218.248.72.246/msp/html/</a></li>
<li>Log-in using your mobile number as 9194XXXXXXXX (replace xxxx.. with your number) and click login.</li>
<li>Go to device management tab</li>
<li>Select your phone vendor and Phone Model</li>
<li>Then click the &#8220;Configure my phone&#8221; Button</li>
</ul>
<p>They will Send the settings to your phone within 5 mins (Well&#8230;There&#8217;s no gurantee <img src='http://iamsumeet.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />  .. Afterall Its BSNL )</p>
<p>If you do not get the settings then .. . . <span id="more-21"></span>configure your phone with the following generic settings for your phone.Try adjusting these values as per your phone models.</p>
<p><strong>Generic Settings for BSNL Cellone WAP,GPRS And MMS</strong></p>
<p>People From south INDIA Before going through these settings please caregorise your phone as SOUTH A /SOUTH B</p>
<p><strong>South Category A </strong>- 9440, 94410, 9443, 9444[0-4], 9447, 9448, 9449[5-6]<br />
<strong>South Category B</strong> &#8211; 9441[1-9], 9442, 9444[5-9], 9446, 9480[0-4], 9486[0-4],  9449[0-4 &amp; 7-9], 9490[0-4], 9495[0-4]</p>
<pre>---------------------------------------------------------------------</pre>
<h1><span style="color: #ff0000;"><strong>WAP SETTINGS</strong></span></h1>
<p><span style="color: #ff0000;"><strong>BSNL Cellone </strong><span style="text-decoration: underline;"><strong>WAP SETTINGS</strong><strong> FOR WEST, EAST AND NORTH</strong></span></span></p>
<table style="height: 140px;" border="1" cellspacing="0" cellpadding="0" width="490">
<tbody>
<tr>
<td valign="top"></td>
<td valign="top">WEST</td>
<td valign="top">EAST</td>
<td valign="top">NORTH</td>
</tr>
<tr>
<td valign="top">Setting Name</td>
<td valign="top">CelloneWest_wap</td>
<td valign="top">CelloneEast_wap</td>
<td valign="top">CelloneNorth_wap_n</td>
</tr>
<tr>
<td valign="top">Access Point Name</td>
<td valign="top">wapwest.cellone.in</td>
<td valign="top">www.e.pr</td>
<td valign="top">wapnorth.cellone.in</td>
</tr>
<tr>
<td valign="top">Port</td>
<td valign="top">9201 for Wap 1 device<br />
9209 for Wap 2 device</td>
<td valign="top">9201 for Wap 1 device<br />
8080 for Wap 2 device</td>
<td valign="top">9201 for Wap 1.0 device<br />
8080 for Wap 2.0 device</td>
</tr>
<tr>
<td valign="top">Proxy IP</td>
<td valign="top">10.100.3.2</td>
<td valign="top">192.168.81.163</td>
<td valign="top">10.132.194.196</td>
</tr>
<tr>
<td valign="top">Authentication</td>
<td valign="top">Normal</td>
<td valign="top">Normal</td>
<td valign="top">Normal</td>
</tr>
<tr>
<td valign="top">User Name</td>
<td valign="top">&lt;leave blank&gt;</td>
<td valign="top">&lt;leave blank&gt;</td>
<td valign="top">&lt;leave blank&gt;</td>
</tr>
<tr>
<td valign="top">Password</td>
<td valign="top">&lt;leave blank&gt;</td>
<td valign="top">&lt;leave blank&gt;</td>
<td valign="top">&lt;leave blank&gt;</td>
</tr>
<tr>
<td valign="top">Home Page</td>
<td valign="top">http://wap.cellone.in</td>
<td valign="top">http://wap.cellone.in</td>
<td valign="top">http://wap.cellone.in</td>
</tr>
</tbody>
</table>
<p><span style="color: #ff0000;"><strong>BSNL Cellone </strong><span style="text-decoration: underline;"><strong>WAP SETTINGS</strong><strong> FOR SOUTH A AND SOUTH B</strong></span></span></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">VALUES</td>
<td valign="top">SOUTH A</td>
<td valign="top">South B</td>
</tr>
<tr>
<td valign="top">Setting Name</td>
<td valign="top">CelloneSouth_wap_m</td>
<td valign="top">CelloneSouth_wap_n</td>
</tr>
<tr>
<td valign="top">Access Point Name</td>
<td valign="top">bsnlwap</td>
<td valign="top">wapsouth.cellone.in</td>
</tr>
<tr>
<td valign="top">Port</td>
<td valign="top">9201 for Wap 1 device<br />
9401 for Wap 2 device</td>
<td valign="top">9201 for Wap 1 device<br />
9401 for Wap 2 device</td>
</tr>
<tr>
<td valign="top">Proxy IP</td>
<td valign="top">10.31.54.2</td>
<td valign="top">10.31.54.2</td>
</tr>
<tr>
<td valign="top">Authentication</td>
<td valign="top">Normal</td>
<td valign="top">Normal</td>
</tr>
<tr>
<td valign="top">User Name</td>
<td valign="top">&lt;leave blank&gt;</td>
<td valign="top">ppp</td>
</tr>
<tr>
<td valign="top">Password</td>
<td valign="top">&lt;leave blank&gt;</td>
<td valign="top">ppp123</td>
</tr>
<tr>
<td valign="top">Home Page</td>
<td valign="top">http://wap.cellone.in</td>
<td valign="top">http://wap.cellone.in</td>
</tr>
</tbody>
</table>
<pre>------------------------------------------------------------------------</pre>
<h1><span style="color: #ff0000;">GPRS SETTINGS</span></h1>
<p><span style="color: #ff0000;"><strong>BSNL Cellone </strong><span style="text-decoration: underline;"><strong>GPRS SETTINGS</strong><strong> FOR WEST, EAST AND NORTH</strong></span></span></p>
<table style="height: 96px;" border="1" cellspacing="0" cellpadding="0" width="415">
<tbody>
<tr>
<td valign="top">Values</td>
<td valign="top">West</td>
<td valign="top">East</td>
<td valign="top">North</td>
</tr>
<tr>
<td valign="top">Settings Name</td>
<td valign="top">CelloneWest_gprs</td>
<td valign="top">CelloneEast_gprs</td>
<td valign="top">CelloneNorth_gprs_n</td>
</tr>
<tr>
<td valign="top">Access Point Name</td>
<td valign="top">gprswest.cellone.in</td>
<td valign="top">www.e.pr</td>
<td valign="top">gprsnorth.cellone.in</td>
</tr>
<tr>
<td valign="top">Username</td>
<td valign="top">&lt;leave blank&gt;</td>
<td valign="top">&lt;leave blank&gt;</td>
<td valign="top">&lt;leave blank&gt;</td>
</tr>
<tr>
<td valign="top">Password</td>
<td valign="top">&lt;leave blank&gt;</td>
<td valign="top">&lt;leave blank&gt;</td>
<td valign="top">&lt;leave blank&gt;</td>
</tr>
</tbody>
</table>
<p><strong><span style="color: #ff0000;">BSNL Cellone <span style="text-decoration: underline;">GPRS SETTINGS FOR SOUTH A AND SOUTH B</span></span></strong></p>
<table style="height: 88px;" border="1" cellspacing="0" cellpadding="0" width="425">
<tbody>
<tr>
<td valign="top">Values</td>
<td valign="top">South A</td>
<td valign="top">South B</td>
</tr>
<tr>
<td valign="top">Settings Name</td>
<td valign="top">CelloneSouth_gprs_m</td>
<td valign="top">CelloneSouth_gprs_n</td>
</tr>
<tr>
<td valign="top">Access Point Name</td>
<td valign="top">bsnlsouth</td>
<td valign="top">gprssouth.cellone.in</td>
</tr>
<tr>
<td valign="top">Username</td>
<td valign="top">your mobile number</td>
<td valign="top">your mobile number with prefix 91</td>
</tr>
<tr>
<td valign="top">Password</td>
<td valign="top">your mobile number</td>
<td valign="top">your mobile number with prefix 91</td>
</tr>
</tbody>
</table>
<pre>------------------------------------------------------------------------</pre>
<h1><span style="color: #ff0000;">MMS Settings</span></h1>
<p><span style="color: #ff0000;"><strong>BSNL Cellone </strong><span style="text-decoration: underline;"><strong>MMS Settings</strong><strong> FOR WEST, EAST AND NORTH</strong></span></span></p>
<table style="height: 176px;" border="1" cellspacing="0" cellpadding="0" width="460">
<tbody>
<tr>
<td valign="top">Values</td>
<td valign="top">West</td>
<td valign="top">East</td>
<td valign="top">North</td>
</tr>
<tr>
<td valign="top">Settings Name</td>
<td valign="top">CelloneWest_mms</td>
<td valign="top">CelloneEast_mms</td>
<td valign="top">CelloneNorth_mms_n</td>
</tr>
<tr>
<td valign="top">Access Point Name</td>
<td valign="top">mmswest.cellone.in</td>
<td valign="top">mmseast.cellone.in</td>
<td valign="top">mmsnorth.cellone.in</td>
</tr>
<tr>
<td valign="top">Port</td>
<td valign="top">3100</td>
<td valign="top">9201 for Wap 1.0 device<br />
8080 for Wap 2.0 device</td>
<td valign="top">9201 for Wap 1.0 device<br />
8080 for Wap 2.0 device</td>
</tr>
<tr>
<td valign="top">Proxy IP</td>
<td valign="top">10.100.5.20</td>
<td valign="top">10.210.10.11</td>
<td valign="top">10.132.194.196</td>
</tr>
<tr>
<td valign="top">Authenticati<br />
-on</td>
<td valign="top">Normal</td>
<td valign="top">Normal</td>
<td valign="top">Normal</td>
</tr>
<tr>
<td valign="top">User Name</td>
<td valign="top">&lt;leave blank&gt;</td>
<td valign="top">bsnl</td>
<td valign="top">&lt;leave blank&gt;</td>
</tr>
<tr>
<td valign="top">Password</td>
<td valign="top">&lt;leave blank&gt;</td>
<td valign="top">mmsc</td>
<td valign="top">&lt;leave blank&gt;</td>
</tr>
<tr>
<td valign="top">Home Page</td>
<td valign="top">http://mms/mmsc</td>
<td valign="top">http://10.210.10.11:8514</td>
<td valign="top">http://10.132.194.197:8002</td>
</tr>
</tbody>
</table>
<p><span style="color: #ff0000;"><strong>BSNL Cellone </strong></span><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>MMS Settings</strong><strong> FOR SOUTH A AND SOUTH B</strong></span></span></p>
<table style="height: 164px;" border="1" cellspacing="0" cellpadding="0" width="439">
<tbody>
<tr>
<td valign="top">Values</td>
<td valign="top">South A</td>
<td valign="top">South B</td>
</tr>
<tr>
<td valign="top">Settings Name</td>
<td valign="top">CelloneSouth_wap_m</td>
<td valign="top">CelloneSouth_wap_n</td>
</tr>
<tr>
<td valign="top">Access Point Name</td>
<td valign="top">bsnlmms</td>
<td valign="top">mmssouth.cellone.in</td>
</tr>
<tr>
<td valign="top">Port</td>
<td valign="top">9201 for Wap 1 device<br />
9401 for Wap 2 device</td>
<td valign="top">9201   for Wap 1 device<br />
8080 for Wap 2 device</td>
</tr>
<tr>
<td valign="top">Proxy IP</td>
<td valign="top">10.31.54.2</td>
<td valign="top">10.7.236.11</td>
</tr>
<tr>
<td valign="top">Authentication</td>
<td valign="top">Normal</td>
<td valign="top">Normal</td>
</tr>
<tr>
<td valign="top">User Name</td>
<td valign="top">ppp</td>
<td valign="top">your   mobile number with prefix 91 (9194xxxxxxxx )</td>
</tr>
<tr>
<td valign="top">Password</td>
<td valign="top">ppp123</td>
<td valign="top">mmsc</td>
</tr>
<tr>
<td valign="top">Home Page</td>
<td valign="top">http://10.31.53.18/mms/</td>
<td valign="top">http://10.7.236.11:8514</td>
</tr>
</tbody>
</table>
<p>If you have having trouble reading these tables then download the Word Document <a href="http://rapidshare.com/files/114910402/BSNL_CELLONE_GPRS_SETTINGS.doc.html" target="_blank">from here</a></p>
<p>EDIT :  I am disabling comments on this page because of too many queries. Please note I am not from BSNL nor affiliated to them, So stop mailing me hate mails and complains about BSNL Service.  Hope you will understand.If you are facing issues while getting the settings, then call the customer care .They will send you the settings free of cost.</p>
]]></content:encoded>
			<wfw:commentRss>http://iamsumeet.com/bsnl-cellone-gprs-configuration-settings/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>Build links and Sell links on your high pageranked pages</title>
		<link>http://iamsumeet.com/build-links-and-sell-links-on-your-high-pageranked-pages/</link>
		<comments>http://iamsumeet.com/build-links-and-sell-links-on-your-high-pageranked-pages/#comments</comments>
		<pubDate>Tue, 06 May 2008 10:32:32 +0000</pubDate>
		<dc:creator>Sumeet</dc:creator>
				<category><![CDATA[Domains]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Link Building]]></category>
		<category><![CDATA[Pagerank]]></category>
		<category><![CDATA[Pagerank Checker]]></category>
		<category><![CDATA[Sell Links]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://iamsumeet.com/?p=21</guid>
		<description><![CDATA[Pagerank A very special criteria maintained by google to rank the importance of a webpage OR website.A Pagerank is one of the many important things a webmaster cannot ignore. In fact it is one of the the main motive of SEO.Pagerank is also a very important factor to analyze the overall value of a website.
Google [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>Pagerank</strong></span> A very special criteria<strong> </strong>maintained by google to rank the importance of a webpage OR website.A Pagerank is one of the many important things a webmaster cannot ignore. In fact it is one of the the main motive of SEO.Pagerank is also a very important factor to analyze the overall value of a website.</p>
<p>Google measure the pagerank of a website by calculating the number of backlinks to that website OR webpage and hence it give rise to  &#8220;Link Exchange&#8221;,&#8221;Reciprocal link placement&#8221; and even encourage &#8220;Link sales&#8221;.Many webmasters sell the links on high Pageranked pages .&#8221;Paid reviews&#8221; OR &#8221; Paid Blog posts&#8221; works on the same concept of link building.So if you are also considering selling your links then head on to digitalpoint forums.BUT make a note that google penalize sites who sell their links so, try not to mention your website/Webpage&#8217;s address on the thread.</p>
<p>Also Google doesn&#8217;t index sites who are involved in &#8220;link exchange programs&#8221; SO don&#8217;t go near link farms, If you want to exchange link then find websites related to your content and EMAIL the webmaster personally.Its a good idea to say a few good things about their website and to mention the benefits of link exchange.A three way link exchange will be a good idea cause if Google finds a reciprocal link on both the website then it may penalize both websites for link exchange.</p>
<p>So Now if you want to exchange or sell your links then make a note of the pagerank of all your pages.You can check your page rank on the google toolbar ,and note them on a Excel sheet.BUT This process will be very painful if you have too many pages , So use the <a title="Check Bulk Page Rank" href="http://checkbulkpagerank.com/" target="_self">http://checkbulkpagerank.com</a> to <a title="Check PageRank" href="http://checkbulkpagerank.com/" target="_self">check page rank</a> of all your pages in bulk.You can also export the results in CVS Format.</p>
<p>Now as you are ready with the reports ,use google and find the websites which are related to your content and start emailing them.Also if you want to sell them then use the forums link digitalpoint and make a new post on their &#8220;<a href="http://forums.digitalpoint.com/forumdisplay.php?f=58" target="_self">LINK SALES</a>&#8221; Section ,Don&#8217;t forget to mention your pagerank and the amount on the thread title,Also mentioning the <span class="a"><strong>Niche </strong>of your page in the thread title.<strong><br />
</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://iamsumeet.com/build-links-and-sell-links-on-your-high-pageranked-pages/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tips : How to earn rapidshare points easily !</title>
		<link>http://iamsumeet.com/tips-how-to-earn-rapidshare-points-easily/</link>
		<comments>http://iamsumeet.com/tips-how-to-earn-rapidshare-points-easily/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 19:03:08 +0000</pubDate>
		<dc:creator>Sumeet</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Rapidshare]]></category>
		<category><![CDATA[Rapidshare Points]]></category>

		<guid isPermaLink="false">http://iamsumeet.com/tips-how-to-earn-rapidshare-points-easily/</guid>
		<description><![CDATA[How to earn rapidshare points
So as you have reached to this page I guess you are an downloading junkie   and you know what rapidshare is!
Also most probably you know about the free and premium rapidshare accounts.Let me start from &#8220;what is rapidshare?&#8221;
Rapidshare is a file hosting service which provides a hassle free and [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #800000;"><strong>How to earn rapidshare points</strong></span></h1>
<p>So as you have reached to this page I guess you are an downloading junkie <img src='http://iamsumeet.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  and you know what rapidshare is!</p>
<p>Also most probably you know about the free and premium rapidshare accounts.Let me start from &#8220;what is rapidshare?&#8221;<br />
Rapidshare is a file hosting service which provides a hassle free and very easy feature of uploading your files so that you can share those with others .Alternatively the downloaders can call it very annoying and a comparatively costly file sharing service.There&#8217;s another definition : Rapidshare is a file hosting monopoly <img src='http://iamsumeet.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />  ,It have a monopoly over all the other file hosting sites</p>
<p>There is a limitation like waiting time,Single file at a time etc. for those users who use the free mode of downloading from rapidshare.whereas the premium account doesn&#8217;t have any such limitation.</p>
<p>A premium account cost about 10 USD for one month account alternatively you can also create a premium account from the rapidshare points which you have earned from your collectors account.You require 10000 points to get one month of rapidshare premium account.</p>
<p>You will get 1 <strong>rapidshare point</strong>/download if the downloader downloads the file which you have uploaded,  via that <strong><a title="Rapidshare Link" href="http://www.scheinschatten.de/rapidshare-links-fuer-alle-dateien.html" target="_self">rapidshare link</a></strong> as a free user AND your file is bigger than 1 MB also the downloader has generated less than 5 points in the last hour.</p>
<p>Seems like impossible??! Nop! actually it&#8217;s not that difficult.</p>
<p>Let me share some tips to get tones of rapidshare points easily BUT first  . .. . . . <span id="more-18"></span>create an collector account where you can upload your files.HOW ??!! .Just upload a regular file via the home page of rapidshare.com.After the upload you will be asked automatically if you want to have a free Collector&#8217;s Account.</p>
<p>The key for <strong>Rapidshare points</strong> is to upload files ! The more you upload the more you points earn.So the question arises &#8220;what all you can upload&#8221; ?</p>
<p>On a broader sense you have five options :</p>
<blockquote>
<ul>
<li>Movies</li>
<li>Music</li>
<li>Games</li>
<li>Applications</li>
<li>E-books</li>
</ul>
</blockquote>
<ul>
<li><strong>Movies</strong> &#8211; Generally movies are of 700mb-1.4GB ( 1 CD to 2 CD) so ask your self, if you are free downloader then will you download 7 -14 files with all those limitations like time limitation per IP,single file at a time etc ??<br />
<strong><em>No you wont!</em></strong><br />
Most of the free users are attracted to low file size downloads ,In the case of movies,Upload your files in the form of <a title="Rmvb Format" href="http://en.wikipedia.org/wiki/RMVB" target="_blank">RMVB format</a> which is the most preferred format of free users ! Believe me ! RMVB format movies have the same quality but low file size about half that of an avi file most movies are about 350~400 MB.you can google for rmvb converters there are many available</li>
</ul>
<ul>
<li><strong>Music and audios</strong> &#8211; This will also help you fetching <strong>rapidshare points</strong> BUT less than rmvb movies because most of the albums are of single archive,so only one point !! But movies are of 3-4 parts so you earn more points as a user will have to download all the parts.</li>
</ul>
<ul>
<li><strong>Games </strong>- That&#8217;s a strict no!no! if you are uploading files for <strong>rapidshare points</strong> they fetch the least points cause most of the games are about 1GB means atleast 10 parts and with a time limitation up to 2 hours after one file download in free mode .None of the free rapidshare user is going to download a game which will take a minimum of about 20 hours of waiting time !</li>
</ul>
<ul>
<li><strong>Applications and softwares</strong> &#8211; this is the best option !Go to download.com OR any downloading service .have a look at the top list and upload all those application.applications are of very small size and is the most preferred download of free rapidshare downloaders.</li>
</ul>
<ul>
<li><strong>E-books</strong> &#8211; They are not in huge demand BUT you may consider them</li>
</ul>
<p>Now the question arises how to spread the links for earing more <strong>rapidshare points </strong>?<br />
The answer is there are many communities OR forums on the internet which share movies music and application ,They may be illegal OR legal.The choice is yours weather you want to share legal files OR copyrighted files (which will obviously generate more point BUT is illegal)</p>
<p>Let Google answer about which forums to choose :</p>
<ul>
<li><a href="http://www.google.co.in/search?q=warez+forum" target="_blank">Warez forum</a></li>
<li><a href="http://www.google.co.in/search?q=legal+file+sharing+forums" target="_blank">Legal file sharing forums</a></li>
</ul>
<p>Best of luck Please post your more tips in the comments <img src='http://iamsumeet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://iamsumeet.com/tips-how-to-earn-rapidshare-points-easily/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>DLINK GLB-502T ADSL2+ router configuration for Bsnl dataone</title>
		<link>http://iamsumeet.com/dlink-glb-502t-adsl2-router-configuration-for-bsnl-dataone/</link>
		<comments>http://iamsumeet.com/dlink-glb-502t-adsl2-router-configuration-for-bsnl-dataone/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 07:26:44 +0000</pubDate>
		<dc:creator>Sumeet</dc:creator>
				<category><![CDATA[BSNL/Dataone/Cellone]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Dlink glb502t ADSL 2+ BSNL]]></category>
		<category><![CDATA[Dlink glb502t Dataone]]></category>
		<category><![CDATA[Glb502t configuration]]></category>
		<category><![CDATA[Glb502t Dlink router Dataone configuration]]></category>

		<guid isPermaLink="false">http://iamsumeet.com/dlink-glb-502t-adsl2-router-configuration-for-bsnl-dataone/</guid>
		<description><![CDATA[This tutorial is about configuring the router D-LINK GLB 502T ADSL2+ for usage with Dataone internet connection by BSNL
UPDATE  on 12oct 2008 : GLB 502T has been discontinued by D link and is replaced by 802C. This tutorial also works fine with D-Link 802C.
First connect all the equipments to your PC .Details about this is [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial is about configuring the router D-LINK GLB 502T ADSL2+ for usage with Dataone internet connection by BSNL</p>
<p><strong>UPDATE  on 12oct 2008 : GLB 502T has been discontinued by D link and is replaced by 802C. This tutorial also works fine with D-Link 802C.</strong></p>
<p>First connect all the equipments to your PC .Details about this is probably given on the manual</p>
<ul>
<li>Now on windows go to control panel -&gt; Network Connections</li>
</ul>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00003.jpg" alt="" /></p>
<ul>
<li>Select &#8220;Local Area Connection&#8221; and right click it . . .<span id="more-16"></span></li>
<li>Select Properties</li>
</ul>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00004.jpg" alt="" /></p>
<ul>
<li>Select TCP/IP in that box -&gt;properties</li>
<li>Enter the details as follows</li>
</ul>
<blockquote>
<p align="left">Set IP Address As 192.168.1.29<br />
Subnet Mask As 255.255.255.0<br />
Default Gateway As 192.168.1.1<br />
Preferred DNS 208.67.222.222<br />
Alternate DNS 208.67.222.220</p></blockquote>
<blockquote>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00005.jpg" alt="" /></p>
</blockquote>
<ul>
<li>Save settings and restart the computer.</li>
<li>Open your browser (preferably Internet Explorer ) and goto http://192.168.1.1/</li>
<li>Input as follows</li>
</ul>
<blockquote><p>USERNAME: admin<br />
PASSOWRD: admin</p>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00006.jpg" alt="" width="613" height="298" /></p>
</blockquote>
<ul>
<li>Now goto setup Tab then click on new connection (see left)</li>
</ul>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00007.jpg" alt="" width="643" height="327" /></p>
<ul>
<li>Now fill the details as follows</li>
</ul>
<blockquote>
<p align="left">Name &#8211; BSNL</p>
<p align="left">Type &#8211; bridge</p>
<p align="left">Sharing &#8211; disable</p>
<p align="left">VLAN ID: 0</p>
<p>Priority Bits:0<br />
Encapsulation :LLC<br />
Select LAN:LAN GROUP 1<br />
PVC:new<br />
VPI-0<br />
VCI -35<br />
Leave all others at default values Then click apply</p></blockquote>
<p align="center">
<blockquote><p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00008.jpg" alt="" width="582" height="379" /></p></blockquote>
<ul>
<li>The go to TOOLS tab</li>
<li>Click &#8220;system command&#8221; (left hand side)</li>
<li>Click &#8220;save all&#8221;</li>
</ul>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00010.jpg" alt="" width="644" height="372" /></p>
<ul>
<li>Apply and restart the modem.</li>
<li>Now goto Control Panel-&gt;Network Connections</li>
<li>Create New connection (and a wizard will pop up)</li>
</ul>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00012.jpg" alt="" /></p>
<ul>
<li>Click Next</li>
</ul>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00019.jpg" alt="" /></p>
<ul>
<li>Connect to Internet(Select the radio button and click next)</li>
</ul>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00020.jpg" alt="" /></p>
<ul>
<li>Setup My connection Manually(select it and click next)</li>
</ul>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00021.jpg" alt="" /></p>
<ul>
<li>Connect using a broadband connection that requires a user name and password (select it and click next)</li>
</ul>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00022.jpg" alt="" width="504" height="395" /></p>
<ul>
<li>ISP name (type something, anything and click next)</li>
</ul>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00023.jpg" alt="" width="504" height="395" /></p>
<ul>
<li>Type in the User name and password given to you in the specified columns also select the other options if you want to (and click next)</li>
</ul>
<p align="center"><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/router%20tutorial/glb502tdataoneconfiguration00024.jpg" alt="" width="504" height="395" /></p>
<ul>
<li>If you want to add a shortcut of connection to desktop, check that square box and click finish.</li>
</ul>
<ul>
<li>Double Click the Icon in the desktop to connect to the BSNL Dataone broadband connection, and either double click the same icon or right click the system tray icon to disconnect from BSNL Dataone broadband connection.</li>
</ul>
<p>If you have any doubts OR queries then ask it here</p>
]]></content:encoded>
			<wfw:commentRss>http://iamsumeet.com/dlink-glb-502t-adsl2-router-configuration-for-bsnl-dataone/feed/</wfw:commentRss>
		<slash:comments>144</slash:comments>
		</item>
		<item>
		<title>Redirecting the root of website to a folder using htaccess</title>
		<link>http://iamsumeet.com/redirecting-the-root-of-website-to-a-folder-using-htaccess/</link>
		<comments>http://iamsumeet.com/redirecting-the-root-of-website-to-a-folder-using-htaccess/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 08:33:28 +0000</pubDate>
		<dc:creator>Sumeet</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Domain root]]></category>
		<category><![CDATA[Htaccess]]></category>
		<category><![CDATA[webdesigining]]></category>

		<guid isPermaLink="false">http://iamsumeet.com/redirecting-the-root-of-website-to-a-folder-using-htaccess/</guid>
		<description><![CDATA[Many people make a common mistake while installing the blogs on their domain,What they do is they install the blog on some folder rather than the root of the website.Hence the address of the blog becomes something like www.mydomain.com/blog without keeping any content on the root of the site (i.e. mydomain.com)
That&#8217;s not the only case,Many [...]]]></description>
			<content:encoded><![CDATA[<p>Many people make a common mistake while installing the blogs on their domain,What they do is they install the blog on some folder rather than the root of the website.Hence the address of the blog becomes something like www.mydomain.com/blog without keeping any content on the root of the site (i.e. mydomain.com)</p>
<p>That&#8217;s not the only case,Many times by misake OR unknowingly they make their whole website on some other folder rather than the root.and It become a mess to again shift the website one tree down</p>
<p>BUT there is one thing which could solve this issue without moving the whole website,That&#8217;s redirecting the users from the root -&gt; to that folder.</p>
<p>Redirection can be made using META tags or using .htaccess file .Use of .htaccess is recommended in redirection cases as many search engine penalizes for using a META refresh tags( as it is mostly used by keyword spammers)</p>
<p>So coming to the point, consider you own a domain &#8220;mydomain.com&#8221; And you want to redirect all the traffic form &#8220;mydomain.com&#8221; to &#8220;mydomain.com/blog&#8221; then use these codes on the .htaccess file on the root (mydomain.com/)</p>
<p>These codes can also be used if you want  .. .. . <span id="more-15"></span>to change your default web page to some other internal folder page.(although htaccess default directory can be used)</p>
<p>In all these examples <font color="#ff0000">mydomain.com/</font> is considered as root AND <font color="#ff0000">/blog/</font> is considered as the internal folder</p>
<blockquote><p> <font color="#ff0000">&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteRule  ^$  /blog/ [R=301]<br />
&lt;/IfModule&gt;</font></p></blockquote>
<p align="center"><strong>OR</strong></p>
<blockquote><p><font color="#ff0000"> 			 				RewriteEngine on<br />
RewriteRule ^([/]+)$ blog/$1 [L,R=301]</font></p></blockquote>
<p align="center"><strong>OR</strong></p>
<blockquote><p><font color="#ff0000">RedirectMatch permanent ^/$ http://mydomain.com/blog/</font></p></blockquote>
<p>Although I will recommend to use the 1st one.</p>
<p>Sumeet</p>
]]></content:encoded>
			<wfw:commentRss>http://iamsumeet.com/redirecting-the-root-of-website-to-a-folder-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Making vista style tabs / WMP11 tabs using photoshop</title>
		<link>http://iamsumeet.com/making-vista-style-tabs-wmp11-tabs-using-photoshop/</link>
		<comments>http://iamsumeet.com/making-vista-style-tabs-wmp11-tabs-using-photoshop/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 16:31:26 +0000</pubDate>
		<dc:creator>Sumeet</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://iamsumeet.com/?p=10</guid>
		<description><![CDATA[If you have tried Windows media player 11 then you must have seen the black tabs on the top.I liked them very much
So here’s a tutorial about how to make a very similar button
Final Result will be

Lets start with the
Tools required
Adobe Photoshop 8 or higher
Tutorial

·         Start Photoshop [...]]]></description>
			<content:encoded><![CDATA[<p>If you have tried Windows media player 11 then you must have seen the black tabs on the top.I liked them very much</p>
<p>So here’s a tutorial about how to make a very similar button</p>
<p>Final Result will be</p>
<p><img src="http://img138.imageshack.us/img138/9338/40343978sk4.gif" border="0" alt="[Image]" width="141" height="63" /></p>
<p>Lets start with the<br />
<span style="font-weight: bold">Tools required</span></p>
<blockquote><p>Adobe Photoshop 8 or higher</p></blockquote>
<p><span style="font-weight: bold">Tutorial<br />
</span><br />
·         Start Photoshop and create a new document of size 300 *50<br />
·         Now select the white color from the color panel . . .. ..  <span id="more-14"></span></p>
<p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image002.jpg" border="0" alt="[Image]" /><br />
<!--adsense#white--><br />
·         Now select the rectangular shape from the tool box <img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image004.jpg" border="0" alt="[Image]" /> and make a new rectangular shape in middle of canvas</p>
<p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image006.gif" border="0" alt="[Image]" /></p>
<p>·         Now select the rectangular layer from the layer box and open “blending options”</p>
<p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image008.gif" border="0" alt="[Image]" /></p>
<p>·         In the blending options select gradient overlay and make an gradient effect like this</p>
<p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image010.jpg" border="0" alt="[Image]" /><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image012.jpg" border="0" alt="[Image]" /></p>
<p>·         And also stroke the image with the following settings “color is #7c7c7c“</p>
<p>(to stroke see the last option in the blending option dialog box )</p>
<p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image014.jpg" border="0" alt="[Image]" /></p>
<p>·         Your image should look something like this</p>
<p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image016.jpg" border="0" alt="[Image]" /></p>
<p>·         Now select the “rectangular marquee tool <img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image018.jpg" border="0" alt="[Image]" /> from the toolbox and make a selection as shown in the image<br />
<!--adsense#white--><br />
<img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image020.jpg" border="0" alt="[Image]" /></p>
<p align="center"><strong>FEW INTERESTING Websites </strong></p>
<p align="center"><a title="printer ink cartridges" href="http://www.cfbsupplies.co.uk/"> printer ink cartridges</a> | <a title="high quality photo paper" href="http://www.cfbsupplies.co.uk/paper-products-55/photo-quality-paper-57/">high quality photo paper</a></p>
<p>·         Now go to select -&gt;modify -&gt; contract from the file menu (type the pixel value as 1px)</p>
<p>·         Go to the layer box and MAKE AN NEW LAYER</p>
<p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image022.jpg" border="0" alt="[Image]" /></p>
<p>·         Then click on <img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image024.jpg" border="0" alt="[Image]" /> icon (colour fill)available in the layer box and select “solid color” select the “white” color.Select the new layer and Make the fill properties of the new layer as 0% (fill properties available in the layer box)<br />
·         Now go to the blending options of the new layer<br />
·         Select stroke and make the settings as shown in the image.</p>
<p align="center"><strong>Few Interesting Websites</strong></p>
<p align="center"><a title="Favorite YouTube clips" href="http://www.topyoutubevideos.com">Favorite YouTube clips</a> | <a title="Funny quotes" href="http://www.turtlesays.com">Funny quotes</a></p>
<p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image028.jpg" border="0" alt="[Image]" /><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image026.jpg" border="0" alt="[Image]" /></p>
<p>·         The transparent to white gradient is the 2nd preset available in the preset box .Just reverse it and then click OK<br />
<!--adsense#white--><br />
·         Now your image should look something like this</p>
<p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image030.jpg" border="0" alt="[Image]" /></p>
<p>·         Go to the layer box and MAKE AN NEW LAYER</p>
<p align="center"><strong>Few Interesting Links </strong></p>
<p align="center"><a title="Logo Design" href="http://www.blog4logos.com/">Logo Design</a> | <a title="Web Search" href="http://www.topurlsearch.com/">Web Search</a></p>
<p>·         Now again select the “rectangular marquee tool” from the tool box and make a selection as shown</p>
<p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image032.jpg" border="0" alt="[Image]" /></p>
<p>·         Then click on <img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image024.jpg" border="0" alt="[Image]" /><br />
icon (colour fill)available in the layer box and select “gradient” select the “white to transparent” colour.And fill the details as follows ( have a note at angle an style)</p>
<p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image034.jpg" border="0" alt="[Image]" /><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image036.jpg" border="0" alt="[Image]" /></p>
<p>·         The new image should look like this</p>
<p><img src="http://img155.imageshack.us/img155/7498/boxxwz8.gif" border="0" alt="[Image]" /><br />
·         Now if you want you can give a shadowing effect at the bottom (I am not writing how to do it As it only give a little effect)</p>
<p>·         After shadowing effect the final image should look like this</p>
<p><img src="http://img138.imageshack.us/img138/9338/40343978sk4.gif" border="0" alt="[Image]" /></p>
<p>·         Now create menus using these buttons. These menus will work best with rollover images.</p>
<p><img src="http://img132.imageshack.us/img132/3272/rowob7.gif" border="0" alt="[Image]" /></p>
<p>·         Similar buttons which can be made by modifying this tutorial</p>
<p><img src="http://i221.photobucket.com/albums/dd129/sumeetindia/my%20tut2/image044.jpg" border="0" alt="[Image]" /></p>
<p><span style="font-weight: bold">Downloads</span></p>
<p><img src="http://www.chip-india.com/townsquare/images/smiles/icon_arrow.gif" border="0" alt="Arrow" /> <a class="postlink" href="http://rapidshare.com/files/65253029/Untitled-1.psd" target="_blank">This photoshop Project file</a><br />
<img src="http://www.chip-india.com/townsquare/images/smiles/icon_arrow.gif" border="0" alt="Arrow" /> <a class="postlink" href="http://rapidshare.com/files/65253203/vista_tab.docx" target="_blank">This tutorial in word format with better quality images (docx format)</a><br />
<img src="http://www.chip-india.com/townsquare/images/smiles/icon_arrow.gif" border="0" alt="Arrow" /> <span style="color: red;"><a class="postlink" href="http://rapidshare.com/files/65366932/vista_tab_doc_format.rar" target="_blank">This tutorial in word 2003 format (doc format)</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://iamsumeet.com/making-vista-style-tabs-wmp11-tabs-using-photoshop/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
