<?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>ReadersZone &#187; Internet</title>
	<atom:link href="http://readerszone.com/category/internet/feed" rel="self" type="application/rss+xml" />
	<link>http://readerszone.com</link>
	<description>Technology,Security,Software Review</description>
	<lastBuildDate>Sun, 04 Dec 2011 04:17:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Facebook Send Dialog : Send Message From Any Site to Your Friends</title>
		<link>http://readerszone.com/internet/facebook-send-dialog-send-message-from-any-site-to-your-friends.html</link>
		<comments>http://readerszone.com/internet/facebook-send-dialog-send-message-from-any-site-to-your-friends.html#comments</comments>
		<pubDate>Mon, 20 Jun 2011 05:42:58 +0000</pubDate>
		<dc:creator>Jay Pathak</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://readerszone.com/internet/facebook-send-dialog-send-message-from-any-site-to-your-friends.html</guid>
		<description><![CDATA[Recently Facebook introduced Send Button, which lets users to privately share websites, video and links with their friends. Facebook has extended the functionality of Send Button, allowing users to add their own messages to the link they share. The new dialog was designed for activities that a user may want to only share with specific [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Recently Facebook introduced Send Button, which lets users to privately share websites, video and links with their friends. Facebook has extended the functionality of Send Button, allowing users to add their own messages to the link they share.</p>
<p align="justify">The new dialog was designed for activities that a user may want to only share with specific people, which makes it particularly useful for ecommerce, travel, and event websites. You can see the Send Dialog today on <a href="http://www.airbnb.com">Airbnb</a>, <a href="http://www.gogobot.com">Gogobot</a>, <a href="http://www.keepsy.com">Keepsy</a>, <a href="http://www.jetsetter.com">Jetsetter</a>, <a href="http://www.sniqueaway.com/">SniqueAway</a>, and <a href="http://www.viagogo.com">Viagogo</a>. These sites use the new dialog to let you tell friends about products, get advice, and coordinate plans. For example, Keepsy’s integration lets you build a custom photo album and send a message to the friends in the photos. </p>
<p align="justify">Send Dialog does not require any special user permissions and can be integrated using Facebook’s standard platform dialog framework. You can generate the Send Dialog with the following sample code: </p>
<blockquote><div align="justify">
<pre>&lt;html xmlns:fb=&quot;http://www.facebook.com/2008/fbml&quot;&gt;
  &lt;body&gt;
    &lt;script src=&quot;http://connect.facebook.net/en_US/all.js&quot;&gt;&lt;/script&gt;
    &lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;
    &lt;script&gt;
      // assume we are already logged in
      FB.init({appId: '123050457758183', xfbml: true, cookie: true});

      FB.ui({
          method: 'send',
          name: 'Facebook Dialogs',
          link: 'https://developers.facebook.com/docs/reference/dialogs/'
          });
     &lt;/script&gt;
  &lt;/body&gt;
&lt;/html&gt;</pre>
</p></div>
</blockquote>
<p align="justify">This displays an iframe to users that have authorized your application and a similar popup window to non-users:</p>
<p align="justify"><a href="http://readerszone.com/wp-content/uploads/2011/06/Facebook-send-dialog-final.png"><img style="display: inline" title="Facebook-send-dialog-final" alt="Facebook-send-dialog-final" src="http://readerszone.com/wp-content/uploads/2011/06/Facebook-send-dialog-final_thumb.png" width="620" height="328" /></a></p>
<p align="justify">Alternatively, you can direct people to the dialog on Facebook:</p>
<blockquote>
<p align="justify">http://www.facebook.com/dialog/send? app_id=123050457758183&amp; name=Facebook%20Dialogs&amp; link=http://developers.facebook.com/docs/reference/dialogs/&amp; redirect_uri=http://www.example.com/response/</p>
</blockquote>
<h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li><a href="http://readerszone.com/tips/how-to-add-gmail-friends-in-facebook.html" title="How To Add Gmail Friends in Facebook">How To Add Gmail Friends in Facebook</a></li><li><a href="http://readerszone.com/guide/how-to-transfer-photos-from-facebook-to-google.html" title="How to Transfer Photos from Facebook to Google+">How to Transfer Photos from Facebook to Google+</a></li><li><a href="http://readerszone.com/guide/make-video-calls-to-your-facebook-friends.html" title="Make Video Calls to Your Facebook Friends">Make Video Calls to Your Facebook Friends</a></li><li><a href="http://readerszone.com/tools/pin-webapps-to-windows-7-taskbar.html" title="Pin Webapps to Windows 7 Taskbar">Pin Webapps to Windows 7 Taskbar</a></li><li><a href="http://readerszone.com/news/official-facebook-pages-of-fcuk-and-cadbury-bournville-pulled-off.html" title="Official Facebook Pages of FCUK and Cadbury Bournville Pulled Off">Official Facebook Pages of FCUK and Cadbury Bournville Pulled Off</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://readerszone.com/internet/facebook-send-dialog-send-message-from-any-site-to-your-friends.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Trending Content Widget in Your Website</title>
		<link>http://readerszone.com/internet/add-trending-content-widget-in-your-website.html</link>
		<comments>http://readerszone.com/internet/add-trending-content-widget-in-your-website.html#comments</comments>
		<pubDate>Wed, 06 Oct 2010 00:52:35 +0000</pubDate>
		<dc:creator>Jay Pathak</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[ShareThis]]></category>
		<category><![CDATA[Widget]]></category>

		<guid isPermaLink="false">http://readerszone.com/internet/add-trending-content-widget-in-your-website.html</guid>
		<description><![CDATA[ShareThis announced a widget for publishers that lets them to add trending widget on their website. There is no other tool offering this approach to social sharing, share velocity or trends. How it works and why it&#8217;s special: Customization: You can set the Trending Content Widget to only show articles on the same topics as [...]]]></description>
			<content:encoded><![CDATA[<p align="justify"><a href="http://readerszone.com/wp-content/uploads/2010/10/ShareThis.png"><img style="border-bottom: ; border-left: ; margin: ; padding-left: ; padding-right: ; display: inline; float: right; border-top: ; border-right: ; padding-top: " title="ShareThis" alt="ShareThis" align="right" src="http://readerszone.com/wp-content/uploads/2010/10/ShareThis_thumb.png" width="229" height="62" /></a>ShareThis announced a widget for publishers that lets them to add trending widget on their website. There is no other tool offering this approach to social sharing, share velocity or trends. How it works and why it&#8217;s special:</p>
<ul>
<li>
<div align="justify"><strong>Customization</strong>: You can set the Trending Content Widget to only show articles on the same topics as what&#8217;s covered by your site, or only other articles FROM your site. </div>
</li>
<li>
<div align="justify"><strong>Integration:</strong> Readers can see what their friends are sharing on Facebook, Twitter or Google Buzz through the widget, and share or &quot;Like&quot; the content on any of these services as well. This means more sharing, which means more traffic. </div>
</li>
<li>
<div align="justify"><strong>Discovery:</strong> Using ShareThis’s unique share-velocity algorithms, you will be able to customize the widget to show top trending content from your domain or popular topics, offering your readers a well-rounded feed of information.</div>
</li>
</ul>
<p align="justify">The relevancy of content paired with the ability to share on social networks within the widget will increase user interaction and engagement with your content, making your website an all-encompassing destination for readers to absorb and share content.   <br />The widget is also useful for your readers too, making it easy for them to see what their friends are reading and talking about, and share information with them on their favorite topics without ever having to leave the site.</p>
<p><strong><a href="http://sharethis.com/publishers/get-trending-content-widget" target="_blank">Click here</a> to create your own Trending Content Widget</strong></p>
<h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li><a href="http://readerszone.com/google/google-buzz-widget-for-android.html" title="Google Buzz widget for Android">Google Buzz widget for Android</a></li><li><a href="http://readerszone.com/internet/create-funny-pictures-on-facebook.html" title="Create Funny Pictures on Facebook">Create Funny Pictures on Facebook</a></li><li><a href="http://readerszone.com/internet/share-photos-stream-and-more-with-facebook-widgets.html" title="Share Photos, Stream and More with Facebook Widgets">Share Photos, Stream and More with Facebook Widgets</a></li><li><a href="http://readerszone.com/featured/listen-indian-and-bollywood-music-from-your-gmail-and-igoogle-account.html" title="Listen Indian and Bollywood music from your Gmail and iGoogle account">Listen Indian and Bollywood music from your Gmail and iGoogle account</a></li><li><a href="http://readerszone.com/google/get-real-time-nyse-updates-on-google-finance.html" title="Get Real Time NYSE Updates on Google Finance">Get Real Time NYSE Updates on Google Finance</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://readerszone.com/internet/add-trending-content-widget-in-your-website.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Follow People on Twitter Without a Twitter Account</title>
		<link>http://readerszone.com/internet/follow-people-on-twitter-without-a-twitter-account.html</link>
		<comments>http://readerszone.com/internet/follow-people-on-twitter-without-a-twitter-account.html#comments</comments>
		<pubDate>Wed, 11 Aug 2010 03:32:58 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[USA]]></category>

		<guid isPermaLink="false">http://readerszone.com/internet/follow-people-on-twitter-without-a-twitter-account.html</guid>
		<description><![CDATA[Twitter introduced a new feature called Fast Follow, that allow users to follow twitter users without creating a Twitter account. Anyone in the USA can receive Tweets on their phone even if they haven’t signed up for Twitter. For example, let’s say you want to get Tweets from New York City’s office of emergency management [...]]]></description>
			<content:encoded><![CDATA[<p>Twitter introduced a new feature called <a href="http://blog.twitter.com/2010/08/introducing-fast-follow-and-other-sms.html" target="_blank">Fast Follow</a>, that allow users to follow twitter users without creating a Twitter account. Anyone in the USA can receive Tweets on their phone even if they haven’t signed up for Twitter. </p>
<p align="justify">For example, let’s say you want to get Tweets from New York City’s office of emergency management (@<a href="http://twitter.com/NotifyNYC">NotifyNYC</a>). Just text <b>‘follow NotifyNYC’</b> to 40404 in the US.</p>
<p align="justify"><a href="http://readerszone.com/wp-content/uploads/2010/08/fastfollowwelcomescreenshot.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="fast-follow-welcome-screenshot" border="0" alt="fast-follow-welcome-screenshot" src="http://readerszone.com/wp-content/uploads/2010/08/fastfollowwelcomescreenshot_thumb.jpg" width="320" height="480" /></a> </p>
<p align="justify"><b>Set SMS alerts:</b> From your computer, wherever you see a user on Twitter.com, you can hover over their name or avatar, and click on the phone icon that appears in the hovercard. Whenever they tweet, you&#8217;ll get it as an SMS message on your phone. </p>
<p align="justify"><a href="http://readerszone.com/wp-content/uploads/2010/08/TwitterSMSAlert.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Twitter SMS Alert" border="0" alt="Twitter SMS Alert" src="http://readerszone.com/wp-content/uploads/2010/08/TwitterSMSAlert_thumb.jpg" width="480" height="228" /></a> </p>
<p>It&#8217;s just as easy to set alerts from your phone. Send <b>‘on [username]’</b> or <b>‘off [username]’</b> to 40404 in the US. (Tip: Check our <a href="http://support.twitter.com/articles/14226-how-to-find-your-twitter-short-long-code">list of numbers</a> for each country and add the Twitter number to your address book.)</p>
<h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li><a href="http://readerszone.com/guide/back-up-android-sms-through-gmail-in-ten-simple-steps.html" title="Back-Up Android SMS Through Gmail in Ten Simple Steps">Back-Up Android SMS Through Gmail in Ten Simple Steps</a></li><li><a href="http://readerszone.com/india/get-sms-alerts-for-gmail-and-yahoo.html" title="Get SMS Alerts For Gmail and Yahoo">Get SMS Alerts For Gmail and Yahoo</a></li><li><a href="http://readerszone.com/microsoft/analytics-for-twitter.html" title="Analytics for Twitter">Analytics for Twitter</a></li><li><a href="http://readerszone.com/wordpress/post-comment-on-wordpress-com-blog-using-facebook-and-twitter.html" title="Post Comment on WordPress.com Blog Using Facebook and Twitter">Post Comment on WordPress.com Blog Using Facebook and Twitter</a></li><li><a href="http://readerszone.com/video/indians-are-thinking-to-come-back-to-their-homes-from-usa.html" title="Indians Are Thinking to Come Back to Their Homes From USA">Indians Are Thinking to Come Back to Their Homes From USA</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://readerszone.com/internet/follow-people-on-twitter-without-a-twitter-account.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Free Phone Calls from Facebook</title>
		<link>http://readerszone.com/internet/how-to-make-free-phone-calls-from-facebook.html</link>
		<comments>http://readerszone.com/internet/how-to-make-free-phone-calls-from-facebook.html#comments</comments>
		<pubDate>Sun, 08 Aug 2010 06:33:12 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://readerszone.com/internet/how-to-make-free-phone-calls-from-facebook.html</guid>
		<description><![CDATA[Vonage introduced a new Facebook app, that allows users to make free mobile calls to all of their Facebook friends who have the app, anywhere in the world, directly from their friends list, with a single touch. The downloadable application is free to get and free to use. The new service enhances the ability to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="../wp-content/uploads/2010/08/Facebook.jpg"><img class="alignleft" title="Facebook" src="../wp-content/uploads/2010/08/Facebook-300x112.jpg" alt="" width="300" height="112" /></a>Vonage introduced a new Facebook app, that allows users to make free mobile calls to all of their Facebook friends who have the app, anywhere in the world, directly from their friends list, with a single touch. The downloadable application is free to get and free to use. The new service enhances the ability to connect with Facebook friends through the addition of voice calling. It is available for iPhone, iPod touch and Android devices. And the service works over Wi-Fi and 3G /4G networks in most countries.</p>
<p style="text-align: justify;"><a href="../wp-content/uploads/2010/08/vonage.gif"><img class="alignleft" title="Make Free Phone Calls from Facebook using Vonage App" src="../wp-content/uploads/2010/08/vonage.gif" alt="" width="195" height="45" /></a>The new service is easy to use. The app works with a user&#8217;s existing community  of Facebook friends, so there&#8217;s no need to remember screen names or to input  numbers. The application eliminates dialing &#8211; users can just click on a friend  and start talking. When placing a call, the friend&#8217;s profile picture and status  update display on the screen.</p>
<h2>How does the Vonage Mobile Application for Facebook work?</h2>
<p>The Vonage Mobile application is simple. It&#8217;s simple to download, and so simple to use that we have eliminated the need for dialing altogether. To get started, the user:</p>
<ul>
<li>Downloads the app from the iTunes Store, Android Market, the <a href="http://www.facebook.com/vonage">Vonage fan page on Facebook</a> or <a href="http://www.vonage.com/talkfree">vonage.com/talkfree</a>.</li>
<li>Enters Facebook ID and password (one time only).</li>
<li>Views Facebook contacts after they are automatically loaded. They&#8217;ll be grouped by friends who can be called for free and friends available for instant messaging on Facebook. A Vonage logo will appear next to the names of friends who have downloaded the app.</li>
<li>Invites additional Facebook friends to get the app at the <a href="http://www.facebook.com/vonage">Vonage Fan Page on Facebook</a> or <a href="http://www.vonage.com/talkfree">vonage.com/talkfree</a>.</li>
<li>Touches a friend&#8217;s name from the Call Free list to make a free call anywhere in the world; no need to be online.</li>
<li>Rings the phone for incoming calls, even if the application is closed.</li>
</ul>
<h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li><a href="http://readerszone.com/mobile-2/google-instant-for-iphone-and-android-devices.html" title="Google Instant for iPhone and Android Devices">Google Instant for iPhone and Android Devices</a></li><li><a href="http://readerszone.com/google/find-polling-places-for-us-elections.html" title="Find Polling Places for US Elections">Find Polling Places for US Elections</a></li><li><a href="http://readerszone.com/software/official-stumbleupon-app-for-iphone-and-android-phones.html" title="Official StumbleUpon App for iPhone and Android phones">Official StumbleUpon App for iPhone and Android phones</a></li><li><a href="http://readerszone.com/software/norton-360-app-for-android-iphone-and-ipad.html" title="Norton 360 App for Android, iPhone and iPad">Norton 360 App for Android, iPhone and iPad</a></li><li><a href="http://readerszone.com/software/vopium-instant-messaging-application-for-iphone.html" title="Vopium Instant Messaging Application for iPhone">Vopium Instant Messaging Application for iPhone</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://readerszone.com/internet/how-to-make-free-phone-calls-from-facebook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Facebook Privacy Controls from Mobile Phone</title>
		<link>http://readerszone.com/internet/access-facebook-privacy-controls-from-mobile-phone.html</link>
		<comments>http://readerszone.com/internet/access-facebook-privacy-controls-from-mobile-phone.html#comments</comments>
		<pubDate>Thu, 05 Aug 2010 02:11:56 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Privacy]]></category>
		<category><![CDATA[Mobile Phone]]></category>

		<guid isPermaLink="false">http://readerszone.com/internet/access-facebook-privacy-controls-from-mobile-phone.html</guid>
		<description><![CDATA[Facebook Privacy controls are now available from any browser enabled mobile device. You can get to privacy controls on mobile by going to m.facebook.com/privacy or by going to the Settings page and clicking the &#34;Change&#34; link next to the words &#34;Privacy Settings.&#34; Check it out for yourself to: Select who can see the content you [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Facebook Privacy controls are now <a href="http://blog.facebook.com/blog.php?post=413846952130" target="_blank">available</a> from any browser enabled mobile device. You can get to privacy controls on mobile by going to <a href="http://m.facebook.com/privacy">m.facebook.com/privacy</a> or by going to the Settings page and clicking the &quot;Change&quot; link next to the words &quot;Privacy Settings.&quot; Check it out for yourself to:</p>
<ul>
<li>
<div align="justify">Select who can see the content you post by setting the simple control for sharing on Facebook to friends, friends of friends or everyone</div>
</li>
<li>
<div align="justify">Fully customize your granular settings, if you want, and have them take effect instantly, and</div>
</li>
<li>
<div align="justify">Read through our comprehensive privacy guide, formatted for mobile devices</div>
</li>
<li>
<div align="justify"><a href="http://readerszone.com/wp-content/uploads/2010/08/AccessFacebookPrivacyControlsfromMobilePhone.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Access Facebook Privacy Controls from Mobile Phone" border="0" alt="Access Facebook Privacy Controls from Mobile Phone" src="http://readerszone.com/wp-content/uploads/2010/08/AccessFacebookPrivacyControlsfromMobilePhone_thumb.jpg" width="387" height="720" /></a> </div>
</li>
</ul>
<h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li><a href="http://readerszone.com/india/nokia-introduced-n97-in-india.html" title="Nokia Introduced N97 In India">Nokia Introduced N97 In India</a></li><li><a href="http://readerszone.com/tips/how-to-add-gmail-friends-in-facebook.html" title="How To Add Gmail Friends in Facebook">How To Add Gmail Friends in Facebook</a></li><li><a href="http://readerszone.com/guide/how-to-transfer-photos-from-facebook-to-google.html" title="How to Transfer Photos from Facebook to Google+">How to Transfer Photos from Facebook to Google+</a></li><li><a href="http://readerszone.com/guide/make-video-calls-to-your-facebook-friends.html" title="Make Video Calls to Your Facebook Friends">Make Video Calls to Your Facebook Friends</a></li><li><a href="http://readerszone.com/tools/pin-webapps-to-windows-7-taskbar.html" title="Pin Webapps to Windows 7 Taskbar">Pin Webapps to Windows 7 Taskbar</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://readerszone.com/internet/access-facebook-privacy-controls-from-mobile-phone.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Apps Tips and Tricks</title>
		<link>http://readerszone.com/internet/google-apps-tips-and-tricks.html</link>
		<comments>http://readerszone.com/internet/google-apps-tips-and-tricks.html#comments</comments>
		<pubDate>Wed, 04 Aug 2010 15:19:00 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Google calendar]]></category>

		<guid isPermaLink="false">http://readerszone.com/internet/google-apps-tips-and-tricks.html</guid>
		<description><![CDATA[Google has added a new web page containing tips and tricks for new Google Apps end users . This center contains a collection of ideas and suggestions that that users can try to take their Apps use to the next level. The first collection of tips focuses on Gmail, but insights on using Docs and [...]]]></description>
			<content:encoded><![CDATA[<p align="justify"><a href="http://readerszone.com/wp-content/uploads/2010/08/GoogleAppsTipsandTricks.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Google Apps Tips and Tricks" border="0" alt="Google Apps Tips and Tricks" src="http://readerszone.com/wp-content/uploads/2010/08/GoogleAppsTipsandTricks_thumb.png" width="600" height="62" /></a> </p>
<p align="justify">Google has added a new web page containing tips and tricks for new Google Apps end users . This center contains a collection of ideas and suggestions that that users can try to take their Apps use to the next level. The first collection of tips focuses on Gmail, but insights on using Docs and other features are in the works. The tips are short, easy to understand, and incorporate step-by-step graphics to walk the user through the tip. They’re designed to encourage users to discover features of Google Apps they may not have known existed, and to educate them when new functionality is incorporated into the products.</p>
<p align="justify">&#160;</p>
<p align="justify">Access <a href="http://deployment.googleapps.com/Home/resources-user-adoption/google-apps-tips-and-tricks" target="_blank">Google Apps Tips and Tricks</a></p>
<h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li><a href="http://readerszone.com/software/google-apps-connector-for-blackberry-enterprise-server.html" title="Google Apps Connector for BlackBerry Enterprise Server">Google Apps Connector for BlackBerry Enterprise Server</a></li><li><a href="http://readerszone.com/google/how-to-access-google-calendar-offline.html" title="How to Access Google Calendar Offline">How to Access Google Calendar Offline</a></li><li><a href="http://readerszone.com/video/why-microsoft-solutions-are-better-then-google.html" title="Why Microsoft Solutions are Better then Google">Why Microsoft Solutions are Better then Google</a></li><li><a href="http://readerszone.com/google/google-pack-beta-access-google-apps-as-desktop-application.html" title="Google Pack Beta: Access Google Apps as Desktop Application">Google Pack Beta: Access Google Apps as Desktop Application</a></li><li><a href="http://readerszone.com/google/google-release-new-desktop-docs-gadget.html" title="Google release new desktop Docs gadget">Google release new desktop Docs gadget</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://readerszone.com/internet/google-apps-tips-and-tricks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotmail Email Alerts on Your Mobile Phone</title>
		<link>http://readerszone.com/internet/hotmail-email-alerts-on-your-mobile-phone.html</link>
		<comments>http://readerszone.com/internet/hotmail-email-alerts-on-your-mobile-phone.html#comments</comments>
		<pubDate>Mon, 02 Aug 2010 16:10:31 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Hotmail]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://readerszone.com/internet/hotmail-email-alerts-on-your-mobile-phone.html</guid>
		<description><![CDATA[Hotmail users can now get alerts on their Mobile device as and when they receive Email in their Inbox. With this service Hotmail users will be able to receive, read and reply to Emails via SMS only. You can receive the hotmail alerts as text massages (SMS) in just three simple steps and you don’t [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Hotmail users can now get alerts on their Mobile device as and when they receive Email in their Inbox. With this service Hotmail users will be able to receive, read and reply to Emails via SMS only. You can receive the hotmail alerts as text massages (SMS) in just three simple steps and you don’t even need a GPRS connection! </p>
<ol>
<li>
<div align="justify">Login into <a href="http://mobile.live.com">http://mobile.live.com</a> using Hotmail user name and password. </div>
</li>
<li>
<div align="justify">Enter your mobile number and Hotmail will send a verification code in a text message. </div>
</li>
<li>
<div align="justify">Enter the verification code received on mobile and you are all set to receive hotmail alerts on your mobile phone as SMS </div>
</li>
<li>
<div align="justify"><a href="http://readerszone.com/wp-content/uploads/2010/08/HotmailEmailAlertsonYourMobilePhone.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Hotmail Email Alerts on Your Mobile Phone" border="0" alt="Hotmail Email Alerts on Your Mobile Phone" src="http://readerszone.com/wp-content/uploads/2010/08/HotmailEmailAlertsonYourMobilePhone_thumb.png" width="525" height="267" /></a> </div>
</li>
<li>
<div align="justify"></div>
</li>
</ol>
<h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li><a href="http://readerszone.com/guide/back-up-android-sms-through-gmail-in-ten-simple-steps.html" title="Back-Up Android SMS Through Gmail in Ten Simple Steps">Back-Up Android SMS Through Gmail in Ten Simple Steps</a></li><li><a href="http://readerszone.com/india/get-sms-alerts-for-gmail-and-yahoo.html" title="Get SMS Alerts For Gmail and Yahoo">Get SMS Alerts For Gmail and Yahoo</a></li><li><a href="http://readerszone.com/news/american-teens-sending-or-receiving-3339-text-messages-per-month.html" title="American Teens Sending or Receiving 3,339 Text Messages Per Month">American Teens Sending or Receiving 3,339 Text Messages Per Month</a></li><li><a href="http://readerszone.com/internet/follow-people-on-twitter-without-a-twitter-account.html" title="Follow People on Twitter Without a Twitter Account">Follow People on Twitter Without a Twitter Account</a></li><li><a href="http://readerszone.com/microsoft/whats-new-in-hotmail-security.html" title="What&rsquo;s New in Hotmail Security">What&rsquo;s New in Hotmail Security</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://readerszone.com/internet/hotmail-email-alerts-on-your-mobile-phone.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Share Stories on Facebook</title>
		<link>http://readerszone.com/internet/share-stories-on-facebook.html</link>
		<comments>http://readerszone.com/internet/share-stories-on-facebook.html#comments</comments>
		<pubDate>Thu, 22 Jul 2010 09:18:36 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Stories]]></category>

		<guid isPermaLink="false">http://readerszone.com/internet/share-stories-on-facebook.html</guid>
		<description><![CDATA[As 500 million people all around the world are actively using Facebook to stay connected with their friends and the people around them. To celebrate, Facebook put together a collection of stories you&#8217;ve shared with Facebook about the impact Facebook and your friends have had on your lives. Facebook founder Mark Zuckerberg launched a new [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://readerszone.com/wp-content/uploads/2010/07/Facebook-Stories.png"><img class="alignright size-full wp-image-3260" title="Facebook Stories" src="http://readerszone.com/wp-content/uploads/2010/07/Facebook-Stories.png" alt="" width="184" height="128" /></a>As 500 million people all around the world are actively using Facebook to stay connected with their friends and the people around them. To celebrate, Facebook put together a collection of stories you&#8217;ve shared with Facebook about the impact Facebook and your friends have had on your lives. Facebook founder Mark Zuckerberg launched a new app called “<a href="http://stories.facebook.com/" target="_blank">Facebook Stories</a>”, with this app Facebook users will be able to share their own Facebook story here and read those from fellow Facebookers.</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:136468a8-d2d9-40a2-b03a-e32eb4a083c1" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/qTTCzFQJNEw&amp;hl=hi_IN&amp;fs=1&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/qTTCzFQJNEw&amp;hl=hi_IN&amp;fs=1&amp;hl=en"></embed></object></div>
</div>
<h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li><a href="http://readerszone.com/tips/how-to-add-gmail-friends-in-facebook.html" title="How To Add Gmail Friends in Facebook">How To Add Gmail Friends in Facebook</a></li><li><a href="http://readerszone.com/guide/how-to-transfer-photos-from-facebook-to-google.html" title="How to Transfer Photos from Facebook to Google+">How to Transfer Photos from Facebook to Google+</a></li><li><a href="http://readerszone.com/guide/make-video-calls-to-your-facebook-friends.html" title="Make Video Calls to Your Facebook Friends">Make Video Calls to Your Facebook Friends</a></li><li><a href="http://readerszone.com/tools/pin-webapps-to-windows-7-taskbar.html" title="Pin Webapps to Windows 7 Taskbar">Pin Webapps to Windows 7 Taskbar</a></li><li><a href="http://readerszone.com/news/official-facebook-pages-of-fcuk-and-cadbury-bournville-pulled-off.html" title="Official Facebook Pages of FCUK and Cadbury Bournville Pulled Off">Official Facebook Pages of FCUK and Cadbury Bournville Pulled Off</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://readerszone.com/internet/share-stories-on-facebook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Billion Tweets</title>
		<link>http://readerszone.com/internet/15-billion-tweets.html</link>
		<comments>http://readerszone.com/internet/15-billion-tweets.html#comments</comments>
		<pubDate>Wed, 02 Jun 2010 00:37:11 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://readerszone.com/internet/15-billion-tweets.html</guid>
		<description><![CDATA[Twitter has surpassed 15 Billion tweets&#160; in less than three months and the number is growing. Twitter broke one billion tweets in November of 2008. It took nearly a year for it to reach 5 billion, and the company surpassed 10 billion tweets on March 4, 2010, growing by 5 billion tweets in just four [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Twitter has surpassed 15 Billion tweets&#160; in less than three months and the number is growing. Twitter broke one billion tweets in November of 2008. It took nearly a year for it to reach 5 billion, and the company surpassed 10 billion tweets on March 4, 2010, growing by 5 billion tweets in just four months. Now it has jumped from 10 billion to 15 billion in less than three.</p>
<p align="justify"><a href="http://readerszone.com/wp-content/uploads/2010/06/15billionthtweet.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="15 billionth tweet" border="0" alt="15 billionth tweet" src="http://readerszone.com/wp-content/uploads/2010/06/15billionthtweet_thumb.jpg" width="529" height="266" /></a></p>
<h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li><a href="http://readerszone.com/internet/behavior-of-us-internet-users.html" title="Behavior of US Internet Users">Behavior of US Internet Users</a></li><li><a href="http://readerszone.com/microsoft/bing-ping-share-bing-search-results-with-your-friends.html" title="Bing &amp; Ping: Share Bing Search Results With Your Friends">Bing &amp; Ping: Share Bing Search Results With Your Friends</a></li><li><a href="http://readerszone.com/internet/follow-yahoo-messenger-on-twitter.html" title="Follow Yahoo Messenger on Twitter">Follow Yahoo Messenger on Twitter</a></li><li><a href="http://readerszone.com/india/social-networking-websites-a-new-medium-for-bollywood-to-connect-with-their-fans.html" title="Social Networking Websites : A New Medium For Bollywood To Connect With Their Fans">Social Networking Websites : A New Medium For Bollywood To Connect With Their Fans</a></li><li><a href="http://readerszone.com/microsoft/analytics-for-twitter.html" title="Analytics for Twitter">Analytics for Twitter</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://readerszone.com/internet/15-billion-tweets.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manymoon Task Management Gadget for Gmail</title>
		<link>http://readerszone.com/internet/manymoon-task-management-gadget-for-gmail.html</link>
		<comments>http://readerszone.com/internet/manymoon-task-management-gadget-for-gmail.html#comments</comments>
		<pubDate>Wed, 26 May 2010 02:07:09 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Gmail Gadget]]></category>
		<category><![CDATA[Google App]]></category>
		<category><![CDATA[Manymoon]]></category>
		<category><![CDATA[Task Management]]></category>

		<guid isPermaLink="false">http://readerszone.com/internet/manymoon-task-management-gadget-for-gmail.html</guid>
		<description><![CDATA[Manymoon launched a cool gadget for Gmail users for managing their tasks without leaving Gmail. Manymoon can automatically use important content and contacts from within the email in your tasks and projects. The Gmail Gadget is available for Google Apps users, making your emails more actionable. &#160; The Manymoon Gmail gadget automatically populates the task [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Manymoon launched a cool gadget for Gmail users for managing their tasks without leaving Gmail. Manymoon can automatically use important content and contacts from within the email in your tasks and projects. The Gmail Gadget is available for Google Apps users, making your emails more actionable.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:1d77c5ba-576d-4581-b635-c28e767f085d" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/t8ra6jzgv_A&amp;hl=en"></param><embed src="http://www.youtube.com/v/t8ra6jzgv_A&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>&#160;</p>
<p align="justify">The Manymoon Gmail gadget automatically populates the task for you with the email’s Subject:, To: From: and Cc: people, Google Docs and links. Just give the task a due date of Friday and click ‘Create’. The email, and its associated Google Docs, are now a task for you. Manymoon will send you a reminder the day before the due date.</p>
<p align="justify"><a href="http://readerszone.com/wp-content/uploads/2010/05/manymoon_gmailgadget.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="manymoon_gmailgadget" border="0" alt="manymoon_gmailgadget" src="http://readerszone.com/wp-content/uploads/2010/05/manymoon_gmailgadget_thumb.jpg" width="525" height="359" /></a> </p>
<h2>How To &#8211; Setup the Manymoon Gmail Gadget for Existing Customers</h2>
<p align="justify">The following procedure is only required for customers who have setup Manymoon for their domain before May 19, 2010.&#160; We are working with Google to streamline this process.</p>
<ol>
<li>
<div align="justify">Login, as the domain administrator, to your Google Apps Dashboard (<a href="https://www.google.com/a/cpanel/your-domain-name"></a><a href="https://www.google.com/a/cpanel/your-domain-name">https://www.google.com/a/cpanel/your-domain-name</a>) </div>
</li>
<li>
<div align="justify">Click on the &#8216;Manymoon&#8217; application (near the bottom of the Dashboard) </div>
</li>
<li>
<div align="justify">Click on &#8216;Grant additional data access&#8217; </div>
</li>
<li>
<div align="justify">Click on &#8216;Disable Manymoon&#8217; </div>
</li>
<li>
<div align="justify">Click on &#8216;Enable Manymoon&#8217; </div>
</li>
</ol>
<h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li><a href="http://readerszone.com/google/upload-sharestore-and-organize-files-in-google-docs.html" title="Upload ,Share,Store and Organize Files In Google Docs">Upload ,Share,Store and Organize Files In Google Docs</a></li><li><a href="http://readerszone.com/tips/how-to-add-gmail-friends-in-facebook.html" title="How To Add Gmail Friends in Facebook">How To Add Gmail Friends in Facebook</a></li><li><a href="http://readerszone.com/guide/back-up-android-sms-through-gmail-in-ten-simple-steps.html" title="Back-Up Android SMS Through Gmail in Ten Simple Steps">Back-Up Android SMS Through Gmail in Ten Simple Steps</a></li><li><a href="http://readerszone.com/india/get-sms-alerts-for-gmail-and-yahoo.html" title="Get SMS Alerts For Gmail and Yahoo">Get SMS Alerts For Gmail and Yahoo</a></li><li><a href="http://readerszone.com/tools/pin-webapps-to-windows-7-taskbar.html" title="Pin Webapps to Windows 7 Taskbar">Pin Webapps to Windows 7 Taskbar</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://readerszone.com/internet/manymoon-task-management-gadget-for-gmail.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.468 seconds -->

