<?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>Salted Lolly &#187; Geek</title>
	<atom:link href="http://www.saltedlolly.com/taxonomy/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saltedlolly.com</link>
	<description>Musings about China, Travel &#38; Tech, in no particular order.</description>
	<lastBuildDate>Sat, 04 Feb 2012 21:38:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Bookmarklet to add Torrents to Transmission from your iPhone</title>
		<link>http://www.saltedlolly.com/2011/05/27/bookmarklet-to-add-torrents-to-transmission-from-your-iphone/</link>
		<comments>http://www.saltedlolly.com/2011/05/27/bookmarklet-to-add-torrents-to-transmission-from-your-iphone/#comments</comments>
		<pubDate>Fri, 27 May 2011 05:28:27 +0000</pubDate>
		<dc:creator>Olly S</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[transmission]]></category>
		<category><![CDATA[utorrent]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.saltedlolly.com/?p=2649</guid>
		<description><![CDATA[I have long been looking for a way to easily add a Torrent file to my Bittorrent client when out and about. Obviously the iPhone is a great solution for this but due to restrictions in Apple&#8217;s walled-garden they tend &#8230; <a href="http://www.saltedlolly.com/2011/05/27/bookmarklet-to-add-torrents-to-transmission-from-your-iphone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.saltedlolly.com/wp-content/uploads/2011/05/iphone_screen.png"><img class="alignright size-medium wp-image-2651" title="'Add Torrent' Bookmarklet for Transmission" src="http://www.saltedlolly.com/wp-content/uploads/2011/05/iphone_screen-161x300.png" alt="" width="161" height="300" /></a>I have long been looking for a way to easily add a Torrent file to my Bittorrent client when out and about. Obviously the iPhone is a great solution for this but due to restrictions in Apple&#8217;s walled-garden they tend not to approve Bittorrent apps because of piracy concerns. While I concede that their concerns are not entirely unfounded, there are plenty of perfectly legal uses for Bittorrent. Android users have a great app called <a href="http://www.transdroid.org/">Transdroid</a> that does exactly what I&#8217;m talking about. As a Mac user, I have been long term fan of the now excellent Transmission client. While Transmission has a nice iPhone friendly web interface it is severely lacking when it comes to adding Torrents from your phone. This is what this post addresses.</p>
<p>Over the last few months I have been helping out on a project that offers an elegant solution to the problem. The user simply clicks a bookmarklet on the page containing the torrent they want to download, and then clicks the link to the Torrent. The torrent is then downloaded on their remote computer. This way you can be away from your home, add a Torrent remotely, and have the finished download waiting for you when you get back.</p>
<p>Here&#8217;s how to get it up and running:</p>
<p><strong>CONTROLLING TRANSMISSION FROM YOUR PHONE</strong></p>
<p>Follow these steps to setup remotely controlling Transmission from your phone. Once done you can access the iPhone Web GUI from your phone to control and monitor your downloads, as well as being able to add new downloads from your iPhone.</p>
<p><strong>1. Setup Transmission for Remote Access </strong><br />
In OSX: Open Transmission and in the Menu bar go to &#8216;Transmission&#8217; &gt; &#8216;Preferences&#8217; &gt; click &#8216;Remote&#8217; tab &gt; check &#8216;Enable Remote Access. Enter a username and password if you want. Take note of the PORT number (you can change it if you wish). You will need this later.</p>
<p><strong>2. Assign your Transmission server a static local IP address and Setup Port Forwarding on your Router</strong><br />
This will enable web traffic to be forwarded to your local server so you can access Transmission from the Internet. You need to configure your router to forward the PORT above to your local Transmission server. You will need to make sure your server is assigned a static local IP address by your router. You can Google instructions on how to do this. For OSX users, I&#8217;ve done it for you. Go <a href="http://smokingapples.com/software/tutorials/managing-your-torrents-using-your-iphone-with-transmission-14-web-interface/">here</a>.</p>
<p>Your public IP address can be found here: <a href="http://www.whatismyip.com/">http://www.whatismyip.com/</a></p>
<p>You can also optionally setup a dynamic DNS service on your local server so you can access the machine via a URL rather than an IP address. This is useful if your ISP dynamically assigns you a new IP address each time you connect. One option is: <a href="http://www.no-ip.com/">http://www.no-ip.com/</a></p>
<p>The Web Interface for Transmission should now be accessible. To test it, turn off the WiFi on your phone (so you are using 3G/EDGE), and access this address from your phones browser:</p>
<p>http://<em>yourserver.ip</em>:<em>port</em>/transmission/web/</p>
<p>(Replace <em>yourserver.ip</em> with the public IP address OR server address set in above and <em>port</em> with the PORT number set in Step 1. Don&#8217;t forget the colon separating them.)</p>
<p>All okay? then continue&#8230;</p>
<p>Now you need the rather brilliant code found <a href="https://github.com/bulljit/Transmission-Add-Torrent-Bookmarkelet">here</a>. Go to the site and download the latest version of the files.</p>
<p><strong>3. Install the Bookmarklet server files in the &#8216;web&#8217; folder of Transmission</strong><br />
Copy the HTML files and images to the your Transmission client&#8217;s &#8216;web&#8217; folder:</p>
<p>If using the native Mac OS X Transmission.app this should be located under &#8220;~/Applications/Transmission.app/Contents/Resources/web&#8221;. You can access these folders by right-clicking on the Transmission.app icon and choosing &#8216;Show Package Contents&#8217;.</p>
<p>The following files need to be copied to the &#8216;web&#8217; folder:<br />
- web/fetchtorrent.html<br />
- web/installbmlet.html<br />
- web/images/graphics/bookmarklet/* (All images)</p>
<p><strong>4. Setup the Bookmarklet on your Phone</strong></p>
<p>Go to the following page and follow the instructions. This page can be viewed on your Desktop Browser, iPad or iPhone.</p>
<p>http://<em>yourserver.ip</em>:<em>port</em>/transmission/web/installbmlet.html</p>
<p>Replace <em>yourserver.ip</em> with the public IP address OR server address that you set in Step 2.<br />
Replace <em>port</em> with the PORT number set in step 1. Note the colon separating them.</p>
<p>The page has clear instructions on how to use the bookmarklet. You should now be able to remotely add Torrents from your iPhone. :)</p>
<p>Support for the bookmarklet can be found in the Transmisson forums <a href="https://forum.transmissionbt.com/viewtopic.php?f=8&#038;t=11355">here</a>. Feel free to post any questions in the comments. I will answer what I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saltedlolly.com/2011/05/27/bookmarklet-to-add-torrents-to-transmission-from-your-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unbelievably Useful Firefox Tip</title>
		<link>http://www.saltedlolly.com/2005/10/18/unbelievably-useful-firefox-tip/</link>
		<comments>http://www.saltedlolly.com/2005/10/18/unbelievably-useful-firefox-tip/#comments</comments>
		<pubDate>Tue, 18 Oct 2005 13:01:39 +0000</pubDate>
		<dc:creator>Olly S</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.saltedlolly.com/2005/10/18/unbelievably-useful-firefox-tip/</guid>
		<description><![CDATA[This one is definitely for Geeks only! For those of you who browse the Internet using Mozilla Firefox, I just discovered a really useful little tip. If have just visited a link and realise that the previous page was also &#8230; <a href="http://www.saltedlolly.com/2005/10/18/unbelievably-useful-firefox-tip/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This one is definitely for Geeks only! For those of you who browse the Internet using <a href="http://www.getfirefox.com" target="_blank">Mozilla Firefox</a>, I just discovered a really useful little tip. If have just visited a link and realise that the previous page was also interesting, middle-click the Back button and it will load the previous page in a new tab. Should save time in the long run. Probably.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saltedlolly.com/2005/10/18/unbelievably-useful-firefox-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How d&#8217;you like them Apples?</title>
		<link>http://www.saltedlolly.com/2005/09/15/how-dyou-like-them-apples/</link>
		<comments>http://www.saltedlolly.com/2005/09/15/how-dyou-like-them-apples/#comments</comments>
		<pubDate>Thu, 15 Sep 2005 11:27:07 +0000</pubDate>
		<dc:creator>Olly S</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.saltedlolly.com/2005/09/15/how-dyou-like-them-apples/</guid>
		<description><![CDATA[My colleague Chris returned from a business trip to the US today bringing me this little beauty. I loved my iPod Photo until it was unfortunately stolen out of my bag on my trip to Mongolia back in July. Since &#8230; <a href="http://www.saltedlolly.com/2005/09/15/how-dyou-like-them-apples/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.apple.com/home/2005/images/ipodnanohand20050907.jpg" alt="iPod nano" align="left" /> My colleague <a href="http://www.cdrum.com" target="_blank">Chris</a> returned from a business trip to the US today bringing me this little beauty. I loved my iPod Photo until it was unfortunately stolen out of my bag on my trip to Mongolia back in July. Since then I have been iPodless and waiting for a reason to buy a new one. Last week Apple gave me one when they unveiled &#8216;el nano&#8217;&#8230;.</p>
<p>The picture on the website gives you some idea of what it&#8217;s like, but the thing I didn&#8217;t really take in was quite how small it is. It&#8217;s the same height as a busines card and thinner than the iPod shuffle. The display is also much better than I expected &#8211; I could see that it was smaller than the iPod Photo&#8217;s but had thought that it would feel squashed and be hard to read. However, the text is clear and even the album art is recognizable. I could be wrong about this but it seems the resoulution is higher than on a Photo which may have something to do it.</p>
<p>As I listen to it on my desk &#8211; I am continuously picking it up and playing with it &#8211; it really is one of those gadgets that seems somehow ahead of it&#8217;s time. They have taken all the features from the regular iPod and shrunk them to a quarter the size. Kudos to the Apple enginneers for a) squishing all those electronics into such a small design, and b) not letting slip to the public what they were working on all this time. News of this on the horizon would have hammered sales of the shuffle and mini&#8230;.</p>
<p>There has been a lot of talk recently about how Apple&#8217;s honeymoon cannot last, and that there will be a backlash of consumers defecting to players from other manfacturers who don&#8217;t tie themsleves to such closed platforms. That may be true eventually but for the time being Apple are not going anywhere especially if they continue to innovate and produce players like this. <a href="http://www.apple.com/ipodnano/">Tempted?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saltedlolly.com/2005/09/15/how-dyou-like-them-apples/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Batch Adjusting the EXIF Time &amp; Date data in your Digital Photos</title>
		<link>http://www.saltedlolly.com/2005/09/14/batch-adjusting-the-exif-time-date-data-in-your-digital-photos/</link>
		<comments>http://www.saltedlolly.com/2005/09/14/batch-adjusting-the-exif-time-date-data-in-your-digital-photos/#comments</comments>
		<pubDate>Wed, 14 Sep 2005 01:35:26 +0000</pubDate>
		<dc:creator>Olly S</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.saltedlolly.com/?p=55</guid>
		<description><![CDATA[Have you ever had the problem of going on holiday to a different time zone, and on your return discovering that you forgot to set your digital camera to the local time in the country you visited? This can be &#8230; <a href="http://www.saltedlolly.com/2005/09/14/batch-adjusting-the-exif-time-date-data-in-your-digital-photos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have you ever had the problem of going on holiday to a different time zone, and on your return discovering that you forgot to set your digital camera to the local time in the country you visited? This can be be irritating especially if you wish to combine your photos with those of a friend or familly member who was also on the trip &#8211; it is impossible to put them all together in chronological order. Having spent the last few months going through my old photos and uploading them to the web, I have encountered this problem with several batches of photos on my machine, so I did some research on the web to find a tool that could help me fix the problem. There are plenty of tools online that allow you to edit the time data of an image, but to edit each photo individually would take forever when you have 100 photos &#8211; what is needed is a tool to process  a batch of images at once, automatically add/subtract each picture&#8217;s time taken/digitized by the difference in the time zones, e.g. adding 1 hour to each picture.</p>
<p>The best tool I found for the job is called <a href="http://www.friedemann-schmidt.com/software/exifer/" target="_blank">Exifer</a>, is free, and can be downloaded <a href="http://www.friedemann-schmidt.com/software/exifer/#Download" target="_blank">here</a>. To adjust your photos here&#8217;s what you need to do:</p>
<p><span id="more-55"></span><br />
1. First of all create a new folder and put a copy of all the photos you wish to change inside it &#8211; it is better to work from a backup copy in case something goes wrong.<br />
2. Installer Exifer and run it. Browse to the folder containing the photos.<br />
3. Select all the photos by Ctrl-A then right-click on an image and go to &#8216;EXIF/IPTC&#8217; and click on &#8216;Edit&#8217;.<br />
4. Click the &#8216;EXIF data&#8217; tab at the top of the window that opens. The click the &#8216;Date tab below it.<br />
5. Tick the box next to where it says &#8216;Incremental (formore than one selected image)<br />
6. You can then specify the number of days/hours/minutes to adjust all your photos by. Select the amount using the drop down menu and click okay to adjust your photos.<br />
7. Check the photos carefully before deleting the originals. </p>
<p>There are times that the EXIF data may be corrupted meaning that you can no longer change the data but generally this should work without any problems.</p>
<p><strong>See Also&#8230;</strong></p>
<p>You my also find these tools useful:</p>
<p><strong><a href="http://www.wwmx.org/" target="_blank">World-Wide Media eXchange</a></strong> &#8211; This tool will not only let you adjust the time and date of photos, but also let you add the geographic location where they were shot.<br />
<strong><a href="http://home.arcor.de/ahuggel/exiv2/" target="_blank">Exiv2</a></strong> &#8211; Exiv2 is a command-line only EXIF and LPTC manipulation tool. Download it <a href="http://home.arcor.de/ahuggel/exiv2/download.html" target="_blank">here</a>. You can adjust the time and date of a group of photos by running it from the command line. Something like:</p>
<p>    exiv2.exe -a-3 *.jpg</p>
<p>to adjust the Exif times in the images by -3 hours. See the output of exiv2 -h or <a href="http://home.arcor.de/ahuggel/exiv2/sample.html#usage" target="_blank">visit this page</a> for more details.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saltedlolly.com/2005/09/14/batch-adjusting-the-exif-time-date-data-in-your-digital-photos/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Shareaza 2.2 P2P Filesharing Tool Released</title>
		<link>http://www.saltedlolly.com/2005/09/12/shareaza-22-p2p-filesharing-tool-released/</link>
		<comments>http://www.saltedlolly.com/2005/09/12/shareaza-22-p2p-filesharing-tool-released/#comments</comments>
		<pubDate>Mon, 12 Sep 2005 06:42:24 +0000</pubDate>
		<dc:creator>Olly S</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://www.saltedlolly.com/?p=56</guid>
		<description><![CDATA[After a year of development the latest version of P2P tool Shareaza has been released. Shareaza is a Windows–based peer-to-peer client which supports the Gnutella, Gnutella2, eDonkey Network, and BitTorrent network protocols. It is free, open source, and contains no &#8230; <a href="http://www.saltedlolly.com/2005/09/12/shareaza-22-p2p-filesharing-tool-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After a year of development the latest version of P2P tool <a href="http://www.shareaza.com">Shareaza</a> has been released. Shareaza is a Windows–based <a href="http://en.wikipedia.org/wiki/Peer-to-peer">peer-to-peer</a> client which supports the <a href="http://en.wikipedia.org/wiki/Gnutella">Gnutella</a>, <a href="http://en.wikipedia.org/wiki/Gnutella2">Gnutella2</a>, <a href="http://en.wikipedia.org/wiki/EDonkey_Network">eDonkey Network</a>, and <a href="http://en.wikipedia.org/wiki/BitTorrent">BitTorrent</a> network protocols. It is free, <a href="http://en.wikipedia.org/wiki/Open-source_software">open source</a>, and contains no <a href="http://en.wikipedia.org/wiki/Adware">adware</a> or <a href="http://en.wikipedia.org/wiki/Spyware">spyware</a>. If you want to download music and videos from the web this is an excellent tool to use.</p>
<p>Download it <a href="http://shareaza.sourceforge.net/?id=download">here</a>.</p>
<p><span id="more-56"></span></p>
<p><strong>Getting started with Shareaza</strong></p>
<p>Here are some helpful links to get you started if you are new to P2P software. The Shareaza website contains a <a href="http://wiki.shareaza.com/static/QuickGuide.Installation">step-by-step tutorial to get you started with Shareaza</a>. You can also <a href="http://home.lyse.net/dbs/7ui86klo45/">view the Shareaza Quick Guide 3.2</a>, an animated guide to the software that runs in your browser (a <a href="http://kadusa.com/shareaza/Shareaza.quick.guide.2.3.rar">downloadable version</a> is also available). </p>
<p><strong>Shareaza Firewall Configuration</strong></p>
<p>If you use a router and/or are behind a firewall you will need to configure it to have Shareaza work correctly. You need you have to open only <strong>one</strong> port for Shareaza &#8211; configure port <strong>6346</strong> for <strong>both tcp/udp</strong>. To find out how to configure your router please <a href="http://www.portforward.com">visit portforward.com</a>. Shareaza website also contains some <a href="http://wiki.shareaza.com/static/Troubleshoot">troubleshooting information</a> if you are having problems. Once your firewall is configured you can test that it is working correctly by visiting <a href="http://home.no.net/tgrumpy/ct/dex.php">this website</a>.</p>
<p><strong>Shareaza and Windows XP SP2</strong></p>
<p>Windows XP SP2 introduced a limit on the number of simultaneous connections that can be made to the Interent, which unfortunately affects Shareaza&#8217;s performance &#8211; <a href="http://forums.shareaza.com/showthread.php?s=&#038;threadid=25700">more info here</a>. To solve the problem you need to <a href="http://www.zeropaid.com/bbs/attachment.php?attachmentid=11754">download and install the patch available here</a>. </p>
<p>Note &#8211; this problem affects all P2P software and not just Shareaza.</p>
<p><strong>If you still can&#8217;t connect to the network&#8230;</strong></p>
<p>Shareaza Wiki has an <a href="http://wiki.shareaza.com/static/Troubleshoot.CantConnect">article to help you with this</a>. If you need more help the two best places to look are the <a href="http://forums.shareaza.com/">Shareaza Forums</a> and the <a href="http://wiki.shareaza.com/static">Shareaza Wiki</a>.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saltedlolly.com/2005/09/12/shareaza-22-p2p-filesharing-tool-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plaxo connects Thunderbird, Yahoo &amp; AOL/AIM</title>
		<link>http://www.saltedlolly.com/2005/08/05/plaxo-extends-support-to-thunderbird-yahoo-and-aolaim/</link>
		<comments>http://www.saltedlolly.com/2005/08/05/plaxo-extends-support-to-thunderbird-yahoo-and-aolaim/#comments</comments>
		<pubDate>Fri, 05 Aug 2005 08:43:50 +0000</pubDate>
		<dc:creator>Olly S</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.saltedlolly.com/?p=41</guid>
		<description><![CDATA[Plaxo is an contact management service that helps yout to keep all your online address books updated and in sync with one another. Additionally, it also can synchronise your calendar, notes and tasks so that they are available wherever you go. I have been using it for the last few years primarily to keep my home and work address books in sync, and find it increbibly useful as a backup tool.

Until recently it existed as a web based service, and also had plugins for Outlook and Outlook Express, but they have now begun to expand their reach onto other platforms. <a href="http://www.saltedlolly.com/2005/08/05/plaxo-extends-support-to-thunderbird-yahoo-and-aolaim/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.plaxo.com" target="_blank">Plaxo</a> is a free contact management service that helps you keep your email address books updated and in sync with one another. Additionally, it can also synchronise your calendar, notes and tasks so that they are available wherever you go. I have been using it for the last few years primarily to keep my home and work copies of Outlook synchronised, but I also find it increbibly useful as a backup tool for if my computer crashes, and for making sure that I have the most up to date information from for my contacts.</p>
<p>Until recently it only allowed for syncing between Outlook and Outlook Express on Windows machines (although there is a web based version as well), but at last they have now begun to expand their support for other platforms such as <a href="http://www.mozilla.org/products/thunderbird/" target="_blank">Mozilla Thunderbird</a>, Yahoo &#038; AOL/AIM which means that a significantly broader user base can now connect to the service.</p>
<p><span id="more-41"></span></p>
<p>Plaxo recently announced the <a href="http://blog.plaxo.com/archives/000053.html" target="_blank">beta release of its Mozilla Thunderbird plugin</a> (available for <a href="http://www.plaxo.com/downloads/tbird" target="_blank">download here</a>) which finally makes Plaxo avaible to Mac &#038; Linux users who previously could only use the online service. This also now means that you can keep your address book in sync between different types of computer and software &#8211; e.g. between Outlook on your PC in work and Thunderbird on your Apple at home. Finally, I can ditch Outlook at home in favour of Thunderbird.</p>
<p>Secondly, they have announced a beta release of a new <a href="http://www.plaxo.com/ietoolbar" target="_blank">Plaxo Toolbar for IE</a> which will enable Yahoo users to synchronise their address books and calendar items with Plaxo. It also puts all your contacts within easy rech in the IE toolbar. This means that if you use Yahoo at home and Outlook in work you can now be sure that your contacts, calendar entries, tasks and notes will be kept perfectly in sync. Hopefully more web-based email services such as Gmail will be supported in the future.</p>
<p>Finally, a recent <a href="http://blog.plaxo.com/archives/000051.html" target="_blank">Plaxo / AIM Partnership</a> will soon make Plaxo available to the 30M or so AOL Instant Messenger users, which should help to dramatically increase the number of people connected to the network. If you use Plaxo and ou connect to someone else who also uses it, then your contact information is automatically updated if you make changes to it. By tapping into this massive user base, all Plaxo members should discover an increased number of people in their address books whose information is automatically updated.</p>
<p><!--adsense#wide_banner--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saltedlolly.com/2005/08/05/plaxo-extends-support-to-thunderbird-yahoo-and-aolaim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

