<?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>Code For Future &#187; Google Services</title>
	<atom:link href="http://codeforfuture.com/category/google-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeforfuture.com</link>
	<description>Share as you code.</description>
	<lastBuildDate>Sun, 18 Jul 2010 05:30:59 +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>How to alter your Gmail id before submitting it to any doubtful site</title>
		<link>http://codeforfuture.com/2009/06/24/how-to-alter-your-gmail-id-before-submitting-it-to-any-doubtful-site/</link>
		<comments>http://codeforfuture.com/2009/06/24/how-to-alter-your-gmail-id-before-submitting-it-to-any-doubtful-site/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 13:58:28 +0000</pubDate>
		<dc:creator>Jayvardhan Patil</dc:creator>
				<category><![CDATA[Google Services]]></category>
		<category><![CDATA[gmail id]]></category>
		<category><![CDATA[gmail id hack]]></category>
		<category><![CDATA[safe browsing]]></category>

		<guid isPermaLink="false">http://codeforfuture.com/?p=132</guid>
		<description><![CDATA[Every lot of sites ask us to submit our details or at least email id before we can reach to the stuff you want.
And we end up receiving lot of spam mails into our inbox.
After few days we come to know that we are getting more useless mails than the required one.
Gmail provides a great [...]]]></description>
			<content:encoded><![CDATA[<p>Every lot of sites ask us to submit our details or at least email id before we can reach to the stuff you want.</p>
<p>And we end up receiving lot of spam mails into our inbox.</p>
<p>After few days we come to know that we are getting more useless mails than the required one.</p>
<p>Gmail provides a great way to stay protected from such spamming.</p>
<p>You can alter your email id before you submit it to any fictitious site.</p>
<h3>Here is how to do it.</h3>
<p><strong>Your email id:</strong></p>
<p>first.last@gmail.com</p>
<p><strong>While submitting submit it as</strong></p>
<p>first.last<strong>+somekeyword</strong>@gmail.com</p>
<p>So even if you submit this kind of mail id, it works and GMail delivers theses emails into your inbox.</p>
<p>Only advantage you have is if you recognize those emails as spam, then you can set a filter to send them directly to trash as soon as they arrive.</p>
<p>Happy surfing.</p>
]]></content:encoded>
			<wfw:commentRss>http://codeforfuture.com/2009/06/24/how-to-alter-your-gmail-id-before-submitting-it-to-any-doubtful-site/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adding Google Analytics to WordPress blog (for new-bies)</title>
		<link>http://codeforfuture.com/2009/03/13/adding-google-analytics-to-wordpress-blog-for-new-bies/</link>
		<comments>http://codeforfuture.com/2009/03/13/adding-google-analytics-to-wordpress-blog-for-new-bies/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 14:28:00 +0000</pubDate>
		<dc:creator>Jayvardhan Patil</dc:creator>
				<category><![CDATA[Google Services]]></category>

		<guid isPermaLink="false">http://codeforfuture.com/2009/03/13/adding-google-analytics-to-wordpress-blog-for-new-bies/</guid>
		<description><![CDATA[1.
Login to admin area of your blog. You can do this by visiting http://yourblogname.com/wp-admin/
2.
On the left side menu, select &#8220;Appearance&#8221;.
3.
In that select &#8220;Editor&#8221;
4.
Here now we need to paste our code immediately before the &#8220;&#60;\body&#62;&#8221; tag.
5.
Most probably you will find it into &#8220;Footer.php&#8221;.
6.
In my case I was using a custiom template where &#8220;&#60;\body&#62;&#8221; was found in [...]]]></description>
			<content:encoded><![CDATA[<p>1.<br />
Login to admin area of your blog. You can do this by visiting http://yourblogname.com/wp-admin/<br />
2.<br />
On the left side menu, select &#8220;Appearance&#8221;.<br />
3.<br />
In that select &#8220;Editor&#8221;<br />
4.<br />
Here now we need to paste our code immediately before the &#8220;&lt;\body&gt;&#8221; tag.<br />
5.<br />
Most probably you will find it into &#8220;Footer.php&#8221;.<br />
6.<br />
In my case I was using a custiom template where &#8220;&lt;\body&gt;&#8221; was found in the &#8220;index.php&#8221;.<br />
7.<br />
Locate the &#8220;&lt;\body&gt;&#8221; tag and paste your Google Analytics code just before it.<br />
8.<br />
Click on &#8220;Update File&#8221;<br />
9.<br />
Once again make sure your analytics tracking code is before the &lt;\body&gt; tag.<br />
10.<br />
Wait for 24 hours till you start seeing reports.</p>
<p>You may like to visit my blog which uses Google Analytics:<br />
<a href="http://undestanding.com/">http://undestanding.com/</a><br />
Also see:<br />
<a href="http://codeforfuture.com/2008/07/10/using-google-analytics-for-google-apps/">Using Google Analytics for Google Apps</a>.<br />
<a href="http://codeforfuture.com/2009/03/13/adding-google-analytics-to-blogger-for-new-bies/">Adding Google Analytics to Blogger (for new-bies)</a><br />
<br/><br />
<span style="font-weight:bold;"><br />
If you found this post helpful then please share it.<br />
</span><br />
<br/></p>
<p><a href="http://hub.tm/?MgYLT"><br />
<img border="0" target="_new" src="http://twitter.grader.com/assets/img/tweet-it-button.jpg" alt="TweetIt from HubSpot" title=""/><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codeforfuture.com/2009/03/13/adding-google-analytics-to-wordpress-blog-for-new-bies/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adding Google Analytics to Blogger (for new-bies)</title>
		<link>http://codeforfuture.com/2009/03/13/adding-google-analytics-to-blogger-for-new-bies/</link>
		<comments>http://codeforfuture.com/2009/03/13/adding-google-analytics-to-blogger-for-new-bies/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 13:33:00 +0000</pubDate>
		<dc:creator>Jayvardhan Patil</dc:creator>
				<category><![CDATA[Google Services]]></category>

		<guid isPermaLink="false">http://codeforfuture.com/2009/03/13/adding-google-analytics-to-blogger-for-new-bies/</guid>
		<description><![CDATA[1.
Login to your www.blogger.com account.
2.
From the blogger dashboard, select settings for the blog you want to add Google Analytics.
Visit &#8220;Layout&#8221; tab.
3.
Navigate to &#8220;Edit HTML&#8221;. (Advance users goto step 7 directly)
4.
Here don&#8217;t be afraid if you are not a computer geek. The blogger is designed in such a that even newbies can use it.
5.
If you are [...]]]></description>
			<content:encoded><![CDATA[<p>1.<br />
Login to your <a href="http://www.blogger.com/">www.blogger.com</a> account.<br />
2.<br />
From the blogger dashboard, select settings for the blog you want to add <a href="http://www.google.com/analytics/">Google Analytics</a>.<br />
Visit &#8220;Layout&#8221; tab.<br />
3.<br />
Navigate to &#8220;Edit HTML&#8221;. (Advance users goto step 7 directly)<br />
4.<br />
Here don&#8217;t be afraid if you are not a computer geek. The blogger is designed in such a that even newbies can use it.<br />
5.<br />
If you are not sure you will be able to do this successfully then believe me this is really simple.<br />
6.<br />
Still if you want to play safe then click on &#8220;Download Full Template&#8221; and save the copy of your template.<br />
7.<br />
In the &#8220;Edit Template&#8221; text area, scroll down the code till end.<br />
8.<br />
Locate the &#8220;<strong>&lt;\body&gt;</strong>&#8221;  tag.<br />
9.<br />
Just before the &lt;\body&gt; press enter and paste your analytics tracking  code.<br />
10.<br />
Once again make sure your analytics code is before the &lt;\body&gt; tag.<br />
11.<br />
Click &#8220;Save Template&#8221; and you are done. Wait for 24 hours till you start seeing reports.</p>
<p>Also see:<br />
<a href="http://codeforfuture.com/2008/07/10/using-google-analytics-for-google-apps/">Using Google Analytics for Google Apps.</a><br />
<a href="http://codeforfuture.com/2009/03/13/adding-google-analytics-to-wordpress-blog-for-new-bies/">Adding Google Analytics to WordPress blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codeforfuture.com/2009/03/13/adding-google-analytics-to-blogger-for-new-bies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Google Analytics for Google Apps</title>
		<link>http://codeforfuture.com/2008/07/10/using-google-analytics-for-google-apps/</link>
		<comments>http://codeforfuture.com/2008/07/10/using-google-analytics-for-google-apps/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 08:12:00 +0000</pubDate>
		<dc:creator>Jayvardhan Patil</dc:creator>
				<category><![CDATA[Google Services]]></category>

		<guid isPermaLink="false">http://codeforfuture.com/2008/07/10/using-google-analytics-for-google-apps/</guid>
		<description><![CDATA[Hi,Somehow I’m able to do this.I used the latest (not legacy) code provided by Google Analytics for this.To do this, follow these very simple steps:1.    Create a Google Analytics account (your GMail login credentials will work here but not your Google apps login) and go through the wizard.2.    Copy [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:arial;">Hi,</span><br /><span style="font-family:arial;">Somehow I’m able to do this.</span><br /><span style="font-family:arial;">I used the latest (not legacy) code provided by Google Analytics for this.</span><br /><span style="font-family:arial;">To do this, follow these very simple steps:</span><br /><span style="font-family:arial;">1.    Create a Google Analytics account (your GMail login credentials will work here but not your Google apps login) and go through the wizard.</span><br /><span style="font-family:arial;">2.    Copy the code provided by Google Analytics to the clipboard (In my case I didn’t used the legacy code but used advanced code).</span><br /><span style="font-family:arial;">3.    Go to your Google apps dashboard (login).</span><br /><span style="font-family:arial;">4.    Select “Web Pages” under “Service Settings”.</span><br /><span style="font-family:arial;">5.    On the next page select “edit your web pages”.</span><br /><span style="font-family:arial;">6.    This will open Google page creator in a new window.</span><br /><span style="font-family:arial;">7.    Select the page you want to be tracked by Google Analytics.</span><br /><span style="font-family:arial;">8.    Click on “edit HTML” in bottom-right corner.</span><br /><span style="font-family:arial;">9.    And paste the code after all tags (in the ending).</span><br /><span style="font-family:arial;">10.    You will have to add this code to all pages.</span><br /><span style="font-family:arial;">11.    Google Analytics might take around 24 hours to actually start monitoring your site. </span><br /><span style="font-family:arial;">12.    Done!!!</span><br /><span style="font-family:arial;"><a href="http://www.jaypatil.com" target="_blank">Visit to my site created using Google apps</a></span><br /><span style="font-family:arial;"><a href="https://www.google.com/analytics" target="_blank">Link to Google Analytics</a></span><br /><span style="font-family:arial;"><a href="https://www.google.com/a" target="_blank">Link to Google apps</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://codeforfuture.com/2008/07/10/using-google-analytics-for-google-apps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
