<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
	<generator>Cite Media</generator>
	<title>AdminSpy Latest Gadgets and Gizmos</title>
	<link>http://www.adminspy.com/</link>
	<copyright>&amp;copy;2005-2008 Cite Media</copyright>
	<image>
		<title>AdminSpy Latest Gadgets and Gizmos</title>
		<url>http://www.adminspy.com/files.php?file=logo_434343092.gif</url>
		<link>http://www.adminspy.com/</link>
	</image>
	
			
				
					<item>
						<title>T-Mobile G1 Mobile Phone Preview</title>
						<link>http://www.adminspy.com/Gadgets/cell-phones/t-mobile_g1_mobile_phone_review.html</link>
						<category>Cell-Phones</category>
						<pubDate>Wed, 24 Sep 2008 00:26:00 +0000</pubDate>
						<description>

&lt;img src="http://www.adminspy.com/files/t_mobile_g1_679605480.jpg" align="left" alt="T-Mobile G1 Mobile Phone Preview" /&gt; &lt;br/&gt;&lt;p&gt;T-Mobile G1 is a touch-screen mobile phone that includes a QWERTY keyboard and features applications like Google Maps with StreetView, Gmail and YouTube. &lt;/p&gt;&lt;p&gt;The G1 phone will be available in the U.S. beginning Oct. 22 and in the United Kingdom in early November with other international launch dates scheduled throughout 2009.&lt;/p&gt; &lt;br/&gt;Times read: 793 
| Visit &lt;a href=&quot;http://www.adminspy.com&quot; target=&quot;blank&quot;&gt;AdminSpy Gadgets and Gizmos&lt;/a&gt; |

</description>
					</item>
				
					<item>
						<title>Google will limit data retention to 18 months</title>
						<link>http://www.adminspy.com/Technology-News/Google-will-limit-data-retention-to-18-months.html</link>
						<category>Technology-News</category>
						<pubDate>Tue, 12 Jun 2007 00:00:00 +0000</pubDate>
						<description>

&lt;img src="http://www.adminspy.com/files/" align="left" alt="Google will limit data retention to 18 months" /&gt; &lt;br/&gt;&lt;p&gt;Google is reducing the length of time it stores personal data that can identify its users as it tries to please the European Union watchdog that has questioned its privacy policies. &lt;/p&gt;
&lt;p&gt;Google said last night that it will scale back the period it keeps data it harvested from users of its search engine to 18 months, from a previously proposed two years. After that period, information held in Google's vast data-storing server farms will be anonymous — meaning it should not be possible to link it to an individual. &lt;/p&gt;
&lt;p&gt;The change in policy comes on the back of increasing pressure from privacy campaigners who are concerned about the amount of personal data Google is gathering.&lt;/p&gt;
&lt;p&gt;Every time people search the internet using Google, the company collects personal information about users' interests and beliefs. But the company insists this potentially-sensitive data is not shared outside of Google.&lt;/p&gt; &lt;br/&gt;Times read: 1049 
| Visit &lt;a href=&quot;http://www.adminspy.com&quot; target=&quot;blank&quot;&gt;AdminSpy Gadgets and Gizmos&lt;/a&gt; |

</description>
					</item>
				
					<item>
						<title>Google Backdoor - how to read paid content without paying for it?</title>
						<link>http://www.adminspy.com/Windows-Tips/Miscellaneous/Google-Backdoor-how-to.html</link>
						<category>Miscellaneous</category>
						<pubDate>Thu, 08 Jun 2006 00:00:00 +0000</pubDate>
						<description>

&lt;img src="http://www.adminspy.com/files/" align="left" alt="Google Backdoor - how to read paid content without paying for it?" /&gt; &lt;br/&gt;&lt;p&gt;Have you ever experienced this? You ask Google to look something up; the engine returns with a number of finds, but if you try to open the ones with the most promising content, you are confronted with a registration page instead, and the stuff you were looking for will not be revealed to you unless you agree to a credit card transaction first.&lt;/p&gt;
&lt;p&gt;The lesson you should have learned here is: Obviously Google can go where you can't.&lt;/p&gt;
&lt;p&gt;Can we solve this problem? Yes, we can. We merely have to convince the site we want to enter, that WE ARE GOOGLE.&lt;/p&gt;
&lt;p&gt;In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure.&amp;nbsp; Examples of such sites are Windows Magazine, .Net Magazine, Nature, and many, many newspapers around the globe.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;How then, can you disguise yourself as a Googlebot? Quite simple: by changing your browser's User Agent. &lt;/p&gt;
&lt;p&gt;Copy the following code segment and paste it into a&amp;nbsp;new notepad file. Save it as Useragent.reg and merge it into your registry.&lt;/p&gt;
&lt;p&gt;&lt;font color=&#34;#cc0000&#34; size=&#34;1&#34;&gt;Windows Registry Editor Version 5.00&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]&lt;br /&gt;@=&#34;Googlebot/2.1&#34;&lt;br /&gt;&#34;Compatible&#34;=&#34;&amp;#43;http://www.googlebot.com/bot.html&#34;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;You may always change it back again.... I know only one site that uses you User Agent to establish your eligability to use its services, and that's the Windows Update site.&lt;/p&gt;
&lt;p&gt;To restore the IE6 User Agent, save the following code to NormalAgent.reg and merge with your registry:&lt;/p&gt;
&lt;p&gt;&lt;font color=&#34;#cc0000&#34; size=&#34;1&#34;&gt;Windows Registry Editor Version 5.00&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]&lt;br /&gt;@=&#34;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)&#34;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Ps:Opera allows for on-the-fly switching of User Agents through its &#34;Browser Identification&#34; function, while for Mozilla/FireFox browsers a switching utility is available as an installable extension from this address: &lt;a href=&#34;http://useragentswitcher.mozdev.org/&#34; target=&#34;_blank&#34;&gt;http://useragentswitcher.mozdev.org/&lt;/a&gt;&lt;/p&gt; &lt;br/&gt;Times read: 1537 
| Visit &lt;a href=&quot;http://www.adminspy.com&quot; target=&quot;blank&quot;&gt;AdminSpy Gadgets and Gizmos&lt;/a&gt; |

</description>
					</item>
				
					<item>
						<title>Google Announces Gmail Mobile</title>
						<link>http://www.adminspy.com/Technology-News/Google-Announces-Gmail-Mobile.html</link>
						<category>Technology-News</category>
						<pubDate>Sun, 05 Nov 2006 00:00:00 +0000</pubDate>
						<description>

&lt;img src="http://www.adminspy.com/files/" align="left" alt="Google Announces Gmail Mobile" /&gt; &lt;br/&gt;&lt;p&gt;Google announced that its Gmail service will deliver quick e-mail access to cell phone owners whose handsets support java software. Separately, the leading supplier of &#34;.mobi&#34; domain names reported that it is registering users at a rapid pace. &lt;/p&gt;
&lt;p&gt;Google said its mobile e-mail solution can be five times as fast as many existing mobile e-mail programs. Users of the Google product can synchronize it to operate with their PCs. Attachments can be read through Google Mobile. &lt;/p&gt;
&lt;p&gt;Announcing the immediate availability of the Gmail product, cell phone provider Sprint Nextel noted that the Google service is available for Sprint data customers through a new Java application or from a WAP site. Sprint said the service is available now for its Java-enabled phones and the company promised the Google service will be available in coming weeks for phones that don't have Java technology. &lt;/p&gt;
&lt;p&gt;On the .mobi front, Go Daddy reported that more than 220,000 users have signed up for mobile domain names to date. &#34;It is important that so many have signed up considering that it took years for the Dot.com universe to reach 100,000,&#34; said a spokesman for Go Daddy, who noted that the PC domain world initially was also slow to take off. &lt;/p&gt;
&lt;p&gt;Tim Ruiz, Go Daddy's vice president of corporate development, said Google Mobile e-mail will bring increased attention to mobile Web usage and help spur its development and growth. There are more than two billion cell phone users in the world today, about four times the number of PC users. &lt;/p&gt;
&lt;p&gt;Ruiz said the initial surge in .mobi domain names came from firms that already had a .com domain name and wanted to protect the name in the mobile field. &#34;We think the momentum for .mobi names will continue to grow,&#34; he said. &lt;br /&gt;&lt;/p&gt; &lt;br/&gt;Times read: 663 
| Visit &lt;a href=&quot;http://www.adminspy.com&quot; target=&quot;blank&quot;&gt;AdminSpy Gadgets and Gizmos&lt;/a&gt; |

</description>
					</item>
				
			
		
<description>AdminSpy Latest Gadgets and Gizmos</description>
</channel>
</rss>