<?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>Instant Messenger News</title>
	<atom:link href="http://download-messengers.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://download-messengers.com/blog</link>
	<description>Free IM Messenger Downloads</description>
	<lastBuildDate>Mon, 16 Aug 2010 04:05: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>How to Sync Pidgin Profile Across PCs with Dropbox</title>
		<link>http://download-messengers.com/blog/how-to-sync-pidgin-profile-across-pcs-with-dropbox/</link>
		<comments>http://download-messengers.com/blog/how-to-sync-pidgin-profile-across-pcs-with-dropbox/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 04:05:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adium Messenger]]></category>
		<category><![CDATA[Across]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Profile]]></category>
		<category><![CDATA[Sync]]></category>

		<guid isPermaLink="false">http://download-messengers.com/blog/how-to-sync-pidgin-profile-across-pcs-with-dropbox/</guid>
		<description><![CDATA[  Pidgin is in Windows, Linux, BSD and Unixes run multi-protocol instant messaging client, allows you to use all your instant messaging accounts in one log. pidgin support communication: AIM, Bonjour, Gadu-Gadu, Google Talk, Groupwise, ICQ, IRC, MSN, MySpaceIM, QQ, SILC, SIMPLE, Sametime, XMPP, Zephyr. pidgin is free software. It uses the GNU General Public [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px; padding: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fhow-to-sync-pidgin-profile-across-pcs-with-dropbox%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fhow-to-sync-pidgin-profile-across-pcs-with-dropbox%2F&amp;source=msndownloads&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p> </p>
<p>Pidgin is in Windows, Linux, BSD and Unixes run multi-protocol instant messaging client, allows you to use all your instant messaging accounts in one log. pidgin support communication: AIM, Bonjour, Gadu-Gadu, Google Talk, Groupwise, ICQ, IRC, MSN, MySpaceIM, QQ, SILC, SIMPLE, Sametime, XMPP, Zephyr. pidgin is free software. It uses the GNU General Public License (GPL) version 2. This means that you can freely use it and modify it, but if changes need to source the modified source code.</p>
<p> </p>
<p><strong>Getting Started</strong></p>
<p>Make sure you have both Pidgin and Dropbox installed on any computers you want to sync.  To sync Pidgin, you need to:</p>
<p>Delete the default pidgin profile on your other computer, and create a symbolic link from your Dropbox Pidgin profile to the default Pidgin profile location<br />
Create a symbolic link from the new folder in Dropbox to your old profile location<br />
Move your Pidgin profile folder on your first computer to Dropbox</p>
<p>Tips:  Please make sure Pidgin isn&#8217;t running on your computer while you are making the changes!</p>
<p>This sounds difficult, but it&#8217;s actually easy if you follow these steps.  Here we already had all of our accounts setup in Pidgin in Windows 7, and then synced this profile with an Ubuntu and a XP computer with fresh Pidgin installs.  Our instructions for each OS are based on this, but just swap the sync order if your main Pidgin install is in XP or Ubuntu.</p>
<p> </p>
<p><strong>Add your Pidgin Profile to Ubuntu</strong></p>
<p>Our Ubuntu computer had a clean install of Pidgin, so we didn&#8217;t need any of the information in its settings.  If you&#8217;ve run Pidgin, even without creating an account, you will need to first remove its settings folder.  Open your home folder, and click View, and then &#8220;Show Hidden Files&#8221; to see your settings folders.</p>
</p>
<p>Select the .purple folder, and delete it.</p>
</p>
<p>Now, to create the symbolic link, open Terminal and enter the following, substituting username for your username:</p>
<p>ln –s /home/username/Dropbox/.purple /home/username/</p>
</p>
<p>Open Pidgin, and you will see all of your accounts that were on your other computer. No usernames or passwords needed, everything is setup and ready to go. Even your status is synced, we had our status set to Away in Windows 7, and it automatically came up the same in Ubuntu.</p>
</p>
<p>Please Note: If your primary Pidgin account is in Ubuntu, then cut your .purple folder and paste it into your Dropbox folder instead.  Then, when creating the symbolic link, reverse the order of the folder paths.</p>
<p> </p>
<p><strong>Add your Pidgin Profile to Windows XP</strong></p>
<p>In XP we also had a clean install of Pidgin. If you&#8217;ve run Pidgin, even without creating an account, you will need to first remove its settings folder. Click Start, the Run, and enter %appdata%.</p>
</p>
<p>Delete your .purple folder.</p>
</p>
<p>XP does not include a way to create a symbolic link, so we will use the free Junction tool from Sysinternals.  Download Junction (link below) and unzip the folder.</p>
</p>
<p>Open Command Prompt (click Start, select All Programs, then Accessories, and select Command Prompt), and enter cd followed by the path of the folder where you saved Junction.</p>
</p>
<p>Now, to create the symbolic link, enter the following in Command Prompt, substituting username with your username.</p>
<p>junction &#8220;C:\Documents and Settings\username\Application Data\.purple&#8221; &#8220;C:\Documents and Settings\username\My Documents\My Dropbox\.purple&#8221;</p>
</p>
<p>Open Pidgin, and you will see all of your settings just as they were on your other computer.  Everything&#8217;s ready to go.</p>
</p>
<p>Please Note: If your primary Pidgin account is in Windows XP, then cut your .purple folder and paste it into your Dropbox folder instead.  Then, when creating the symbolic link, reverse the order of the folder paths.</p>
<p> </p>
<p><strong>Sync Your Pidgin Profile from Windows 7</strong></p>
<p>Here is Pidgin with our accounts already setup.  Our Pidgin profile has a Gtalk, MSN Messenger, and Facebook Chat account, and lots of log files.</p>
</p>
<p>Let&#8217;s move this profile to Dropbox to keep it synced.  Exit Pidgin, and then enter %appdata% in the address bar in Explorer or press Win+R and enter %appdata%.  Select the .purple folder, which is your Pidgin profiles and settings folder, and press Ctrl+X to cut it.</p>
</p>
<p>Browse to your Dropbox folder, and press Ctrl+V to paste the .purple folder there.</p>
</p>
<p>Now we need to create the symbolic link.  Enter  &#8220;command&#8221; in your Start menu search, right-click on the Command Prompt shortcut, and select &#8220;Run as administrator&#8221;.</p>
</p>
<p>We can now use the mklink command to create a symbolic link to the .purple folder.  In Command Prompt, enter the following and substitute username for your own username.</p>
<p>mklink /D &#8220;C:\Users\username\Documents\My Dropbox\.purple&#8221; &#8220;C:\Users\username\AppData\Roaming\.purple&#8221;</p>
</p>
<p>And that&#8217;s it!  You can open Pidgin now to make sure it still works as before, with your files being synced with Dropbox.</p>
<p>Please Note:  These instructions work the same for Windows Vista.  Also, if you are syncing settings from another computer to Windows 7, then delete the .purple folder instead of cutting and pasting it, and reverse the order of the file paths when creating the symbolic link.</p>
<p> </p>
<p><strong>Conclusion</strong></p>
<p>Recently, Pidgin developers began to separate the core code, will be responsible for communication with the graphical user interface, some of which are separate. When complete separation, the developer will likely be its own graphics library to write your own client interface. After separation of the core library will be called libpurple (formerly known as libgaim), this is still under development but rather a stable library has been Adium and Proteus these clients to use.</p>
<p> </p>
<p>You can visit <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.newton360.com/Detail/How-to-Sync-Pidgin-Profile-Across-PCs-with-Dropbox.html">http://www.newton360.com/Detail/How-to-Sync-Pidgin-Profile-Across-PCs-with-Dropbox.html</a> to read the original article.</p>
<p>Welcome to <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.newton360.com/">Newton360</a> to get more information.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<p>Welcome to <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.newton360.com/">Newton360</a> to get more information.</p>
</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fhow-to-sync-pidgin-profile-across-pcs-with-dropbox%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://download-messengers.com/blog/how-to-sync-pidgin-profile-across-pcs-with-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meebo on iPhone (working!)</title>
		<link>http://download-messengers.com/blog/meebo-on-iphone-working/</link>
		<comments>http://download-messengers.com/blog/meebo-on-iphone-working/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 18:58:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Meebo Messenger]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Meebo]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://download-messengers.com/blog/meebo-on-iphone-working/</guid>
		<description><![CDATA[Meebo working on an iPhone (sort of)]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px; padding: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fmeebo-on-iphone-working%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fmeebo-on-iphone-working%2F&amp;source=msndownloads&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/D1qtsecQ9RI?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/D1qtsecQ9RI?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Meebo working on an iPhone (sort of)</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fmeebo-on-iphone-working%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://download-messengers.com/blog/meebo-on-iphone-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>St. Bonaventure AAF AOL AIM AD!</title>
		<link>http://download-messengers.com/blog/st-bonaventure-aaf-aol-aim-ad/</link>
		<comments>http://download-messengers.com/blog/st-bonaventure-aaf-aol-aim-ad/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 08:32:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Aol Aim Messenger]]></category>
		<category><![CDATA[Bonaventure]]></category>

		<guid isPermaLink="false">http://download-messengers.com/blog/st-bonaventure-aaf-aol-aim-ad/</guid>
		<description><![CDATA[Concept ad for St. Bonaventure&#8217;s 2008 NSAC competition campaign]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px; padding: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fst-bonaventure-aaf-aol-aim-ad%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fst-bonaventure-aaf-aol-aim-ad%2F&amp;source=msndownloads&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/AGeZ9Q5a_lg?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/AGeZ9Q5a_lg?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
Concept ad for St. Bonaventure&#8217;s 2008 NSAC competition campaign</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fst-bonaventure-aaf-aol-aim-ad%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://download-messengers.com/blog/st-bonaventure-aaf-aol-aim-ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Download Emoticons For MSN Messenger</title>
		<link>http://download-messengers.com/blog/how-to-download-emoticons-for-msn-messenger/</link>
		<comments>http://download-messengers.com/blog/how-to-download-emoticons-for-msn-messenger/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 22:39:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[emoticons]]></category>
		<category><![CDATA[Messenger']]></category>

		<guid isPermaLink="false">http://download-messengers.com/blog/how-to-download-emoticons-for-msn-messenger/</guid>
		<description><![CDATA[How to download emoticons for MSN messenger. This tutorial shows you how to get free MSN emoticons! This is the link: www.customizeyourmsn.com]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px; padding: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fhow-to-download-emoticons-for-msn-messenger%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fhow-to-download-emoticons-for-msn-messenger%2F&amp;source=msndownloads&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/u3wiJsRn0Tc?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/u3wiJsRn0Tc?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
How to download emoticons for MSN messenger. This tutorial shows you how to get free MSN emoticons! This is the link: www.customizeyourmsn.com</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fhow-to-download-emoticons-for-msn-messenger%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://download-messengers.com/blog/how-to-download-emoticons-for-msn-messenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Programs You Should Download On Your New Computer</title>
		<link>http://download-messengers.com/blog/five-programs-you-should-download-on-your-new-computer/</link>
		<comments>http://download-messengers.com/blog/five-programs-you-should-download-on-your-new-computer/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 13:35:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Trillian Messenger]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Five]]></category>
		<category><![CDATA[Programs]]></category>
		<category><![CDATA[Should]]></category>

		<guid isPermaLink="false">http://download-messengers.com/blog/five-programs-you-should-download-on-your-new-computer/</guid>
		<description><![CDATA[If you&#8217;ve recently bought a new computer, one of the first things you do after plugging it in is start downloading software. But which software should you download? I wrote this article to explain which five programs I feel should be the first programs you should download. For download links for these programs, check out [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px; padding: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Ffive-programs-you-should-download-on-your-new-computer%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Ffive-programs-you-should-download-on-your-new-computer%2F&amp;source=msndownloads&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you&#8217;ve recently bought a new computer, one of the first things you do after plugging it in is start downloading software. But which software should you download? I wrote this article to explain which five programs I feel should be the first programs you should download. For download links for these programs, check out my website at http://www.easytechreviews.com</p>
<p>Anyway, let&#8217;s take a look at the list. These are in no particular order.</p>
<p>1. Trillian</p>
<p>Do you like to use AIM? MSN? Yahoo? Do you use a combination of them? Why use a bunch of separate messengers when you can use Trillian.</p>
<p>Trillian connects to multiple messengers so that you can chat with friends from Yahoo, MSN, AOL, ICQ, and IRC, all on the same messenger. Now you don&#8217;t have to worry about downloading multiple messengers. And the best part is that Trillian takes less RAM then a single regular messenger you would otherwise use. Saving that RAM for other running programs. <img src='http://download-messengers.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>2. Mozilla FireFox</p>
<p>If you&#8217;ve never used FireFox and have stuck to Internet Explorer, give FireFox a try. Firefox is a lot better then Internet Explorer, and has hundreds of extensions to download. Want to know if you have mail without opening your e-mail account? There&#8217;s an extension for that. Want to know the weather without going to a website? There&#8217;s an extension for that. Want to know an alexa rank of a website? There&#8217;s an extension for that. Seriously. Just go download FireFox.</p>
<p>3. Update Windows</p>
<p>Ok, this isn&#8217;t really software you are downloading. But if you bought a Windows computer, one of the first things you should do is update Windows. I can almost guarentee you that there are critical security updates waiting to be installed. So go to WindowsUpdate.com and get your computer updated.</p>
<p>4. Ad-Aware</p>
<p>Spyware is all over the internet these days. Spyware can come with software you download, websites you visit, etc. Spyware is one of the biggest annoyances on the internet that you will encounter. Instead of waiting for a problem to come up, why not download Ad-Aware and start protecting your computer from day 1. Ad-Aware has been around for many years and is in my opinion the best Anti-Spyware remover available. Best of all, there is a free version. So go download Ad-Aware and make sure to update it frequently.</p>
<p>5. Google Earth</p>
<p>Some may argue with Google Earth being on this list, but in my opinion, Google Earth is one of the coolest programs you can download. Google Earth has everything. You can view satellite maps all over the world, 360 degree photos, YouTube videos, Wikipedia links, historical maps, etc. Seriously, YouTube has it all. If you have never used Google Earth, download it right away. You will be amazed just how far technology as you learn and look at information from all over the world. </p>
<p>In just these five programs, you can learn about the world, protect your computer, connect to multiple messengers, and surf the web. Of course, there are many other programs you can later download, but these are by far some of the best and are definite must-have&#8217;s for your new computer. </p>
<p>Have fun with your new computer!</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<p>I have been helping people with computers for many years. If you thought my article was useful, please check out my website for more computer tips. You will also find download links, product reviews, and more. My website is located at http://www.easytechreviews.com</p>
</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Ffive-programs-you-should-download-on-your-new-computer%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://download-messengers.com/blog/five-programs-you-should-download-on-your-new-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest Version Of Msn Messenger For Download</title>
		<link>http://download-messengers.com/blog/latest-version-of-msn-messenger-for-download/</link>
		<comments>http://download-messengers.com/blog/latest-version-of-msn-messenger-for-download/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 00:51:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Msn Messenger News]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Latest]]></category>
		<category><![CDATA[Messenger']]></category>
		<category><![CDATA[Version]]></category>

		<guid isPermaLink="false">http://download-messengers.com/blog/latest-version-of-msn-messenger-for-download/</guid>
		<description><![CDATA[Use Latest Version Of MSN Messenger For Download to connect with friends.  Windows Messenger can help you stay in touch with your friends and family.  Download Windows Live messenger and connect again with your loved ones. Go here to download Windows Live Messenger Free. Windows MSN Messenger was released to the public in 1999 and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px; padding: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Flatest-version-of-msn-messenger-for-download%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Flatest-version-of-msn-messenger-for-download%2F&amp;source=msndownloads&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Use Latest Version Of MSN Messenger For Download to connect with friends.  Windows Messenger can help you stay in touch with your friends and family.  Download Windows Live messenger and connect again with your loved ones.</p>
<p><a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://downloadwindowslivemessenger.net/download-messenger"><strong>Go here to download Windows Live Messenger Free.</strong></a></p>
<p>Windows MSN Messenger was released to the public in 1999 and it&#8217;s been getting new and better updates continuously since then.  Windows Messenger had few uses at first but it was still easy to use.  As time goes by, new features are annexed to the messenger.  This messaging service is now much more fun and fascinating with the new updates.  Today&#8217;s messenger lets users connect in different ways.</p>
<p>There are people who like to customize their Windows Messenger.  You can easily express how you are feeling with the aid of cute emoticons.  Smileys and emoticons help to make the conversations much more enjoyable.  They are faces that let other people know how you are feeling.  This is much more fun and entertaining than just writing how you feel.</p>
<p>There are a lot of websites that have free emoticons.  Most of them work well with all versions of MSN Messenger.  Take emoticons for a spin and see how fun they are to use in conversations.</p>
<p><a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://downloadwindowslivemessenger.net/download-messenger"><strong>Click here to download Live Messenger plus free emoticons.</strong></a></p>
<p>So go ahead Latest Version Of MSN Messenger For Download and download your emoticons to have more fun.</p>
<p>Send more than ten thousand emoticons and smileys to your friends and family.  The download is free.  You can express your real emotions with the emoticons and smileys.  Use it to complement your Windows Messenger experience.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Flatest-version-of-msn-messenger-for-download%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://download-messengers.com/blog/latest-version-of-msn-messenger-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to go on msn messenger using an ipod touch</title>
		<link>http://download-messengers.com/blog/how-to-go-on-msn-messenger-using-an-ipod-touch/</link>
		<comments>http://download-messengers.com/blog/how-to-go-on-msn-messenger-using-an-ipod-touch/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 00:51:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[Messenger']]></category>
		<category><![CDATA[Touch]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://download-messengers.com/blog/how-to-go-on-msn-messenger-using-an-ipod-touch/</guid>
		<description><![CDATA[hey guys! today, ill show you how to download an app that will make you go on msn messenger this app is downloaded from the app store and is free its called &#8220;IM+ lite&#8221; any questions, send me a message rate, comment subscribe THANKS FOR WATCHING!!!]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px; padding: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fhow-to-go-on-msn-messenger-using-an-ipod-touch%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fhow-to-go-on-msn-messenger-using-an-ipod-touch%2F&amp;source=msndownloads&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/SSCg6RR7-Zk?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/SSCg6RR7-Zk?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
hey guys! today, ill show you how to download an app that will make you go on msn messenger this app is downloaded from the app store and is free its called &#8220;IM+ lite&#8221; any questions, send me a message rate, comment subscribe THANKS FOR WATCHING!!!</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fhow-to-go-on-msn-messenger-using-an-ipod-touch%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://download-messengers.com/blog/how-to-go-on-msn-messenger-using-an-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial::How to get emoticons for MSN Messenger</title>
		<link>http://download-messengers.com/blog/tutorialhow-to-get-emoticons-for-msn-messenger/</link>
		<comments>http://download-messengers.com/blog/tutorialhow-to-get-emoticons-for-msn-messenger/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 02:20:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[emoticons]]></category>
		<category><![CDATA[Messenger']]></category>
		<category><![CDATA[TutorialHow]]></category>

		<guid isPermaLink="false">http://download-messengers.com/blog/tutorialhow-to-get-emoticons-for-msn-messenger/</guid>
		<description><![CDATA[easii tut&#8230; made by me&#8230; link of web showed in the vid&#8230; www.anikaos.com comment..and..rate&#8230;and&#8230;share&#8230;with&#8230;your&#8230;friends&#8230;]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px; padding: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Ftutorialhow-to-get-emoticons-for-msn-messenger%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Ftutorialhow-to-get-emoticons-for-msn-messenger%2F&amp;source=msndownloads&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>					<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/cDQgJv7jQ9k?fs=1"></param><param name="allowFullScreen" value="true"></param>
					<embed src="http://www.youtube.com/v/cDQgJv7jQ9k?fs=1" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object><br />
easii tut&#8230; made by me&#8230; link of web showed in the vid&#8230; www.anikaos.com comment..and..rate&#8230;and&#8230;share&#8230;with&#8230;your&#8230;friends&#8230;</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Ftutorialhow-to-get-emoticons-for-msn-messenger%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://download-messengers.com/blog/tutorialhow-to-get-emoticons-for-msn-messenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Love Facebook, But Hate Facebook Chat? Then Facebook Chat Instant Messenger, Chit Chat, Is For You!</title>
		<link>http://download-messengers.com/blog/love-facebook-but-hate-facebook-chat-then-facebook-chat-instant-messenger-chit-chat-is-for-you/</link>
		<comments>http://download-messengers.com/blog/love-facebook-but-hate-facebook-chat-then-facebook-chat-instant-messenger-chit-chat-is-for-you/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 04:03:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chat]]></category>
		<category><![CDATA[Chit]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Hate]]></category>
		<category><![CDATA[Instant]]></category>
		<category><![CDATA[Love]]></category>
		<category><![CDATA[Messenger']]></category>

		<guid isPermaLink="false">http://download-messengers.com/blog/love-facebook-but-hate-facebook-chat-then-facebook-chat-instant-messenger-chit-chat-is-for-you/</guid>
		<description><![CDATA[Like me, and 200 million other people, youâre probably a user of Facebook.Â  Donât get me wrong â Iâm an avid Facebook fan â a regular Facebook user. I love being able to write on my friends walls, check out the random Facebook photos from nights out on the âlashâ, change my status and âpokeâ [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px; padding: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Flove-facebook-but-hate-facebook-chat-then-facebook-chat-instant-messenger-chit-chat-is-for-you%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Flove-facebook-but-hate-facebook-chat-then-facebook-chat-instant-messenger-chit-chat-is-for-you%2F&amp;source=msndownloads&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Like me, and 200 million other people, youâre probably a user of Facebook.Â  Donât get me wrong â Iâm an avid Facebook fan â a regular Facebook user. I love being able to write on my friends walls, check out the random Facebook photos from nights out on the âlashâ, change my status and âpokeâ my friends.</p>
<p>Facebook Chat</p>
<p>One feature that Iâve never got on with is Facebook Chat. To be frank itâs no Windows Live Messenger. Speaking from my web-browser whilst Iâm trying to find out the latest football scores, or read up the latest celebrity gossip just doesnât work for me.</p>
<p>Facebook Messenger â Chit Chat</p>
<p>Recently, thanks to a friendâs recommendation (cheers Dave!); I joined a growing number of people on Facebook using an instant messenger, like MSN (Windows Live Messenger), called Chit Chat to access Facebook Chat.</p>
<p>Chit Chat is like MSN, but slightly better.Â  For example, I donât have all of my friends on MSN, but I have them all on Facebook. Chit Chat letâs me talk to all of my Facebook friends with the convenience of Windows Live Messenger. Like MSN it also has status updates â informing me who has just signed into Facebook Chat.</p>
<p>Chit Chat is not perfect, it does have a few hiccupsâ here and there â but it is much better than using Facebook Chat from my web-browser.</p>
<p>One thing that I really like about Chit Chat, the Facebook Chat Instant Messenger, is the tabbed message window. It allows me to talk with many of my friends on Facebook at once from one instant message window â I donât know about you, but when Iâm on Windows Live Messenger and I have 9 windows open because Iâm trying to talk with 9 different people at once it gets a little complicated. Chit Chat with its tabbed instant message window makes it dead easy to talk with many people at once and for that reason alone, I love using Chit Chat for Facebook Chat.</p>
<p>Iâm now a regular Facebook Chat convert â thanks to the Facebook Instant Messenger Chit Chat.</p>
<p>Chit Chat is extremely easy to use; most of my friends are now using it to talk on Facebook Chat rather than use MSN. From Ian, who, to be honest is a bit of a self confessed nerd (he is also a bit of a trend setter â he was using Facebook, YouTube and Twitter miles before anyone else) to my cute blonde girlfriend Amy, whoâs never been very good at computers, but to her credit she managed to install Chit Chat herself. Well done Amy!</p>
<p>How Do You Get Chit Chat for Facebook?</p>
<p>So how do you get the Facebook Messenger Chit Chat you ask? Easy, head over to ChitChat.Org.Uk and download a copy â install it, answer a few questions and then login with your existing Facebook user name and password.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<p>For more resources about <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.chitchat.org.uk">Facebook Messenger</a> or even about <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.chitchat.org.uk">Facebook Chat</a>, please review this page <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.chitchat.org.uk">http://www.chitchat.org.uk</a></p>
</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Flove-facebook-but-hate-facebook-chat-then-facebook-chat-instant-messenger-chit-chat-is-for-you%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://download-messengers.com/blog/love-facebook-but-hate-facebook-chat-then-facebook-chat-instant-messenger-chit-chat-is-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Msn Messenger For Windows Xp Service Pack 2</title>
		<link>http://download-messengers.com/blog/msn-messenger-for-windows-xp-service-pack-2/</link>
		<comments>http://download-messengers.com/blog/msn-messenger-for-windows-xp-service-pack-2/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 04:17:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Msn Messenger News]]></category>
		<category><![CDATA[Messenger']]></category>
		<category><![CDATA[Pack]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://download-messengers.com/blog/msn-messenger-for-windows-xp-service-pack-2/</guid>
		<description><![CDATA[Get MSN Messenger For Windows Xp Service Pack 2 to keep in touch with friends.  With the aid of Live Messenger you can connect with your friends, family, and business contacts.  Get Windows Messenger today to keep in touch with your friends. Go here to download Windows Live Messenger Free. The first public release of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px; padding: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fmsn-messenger-for-windows-xp-service-pack-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fmsn-messenger-for-windows-xp-service-pack-2%2F&amp;source=msndownloads&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Get MSN Messenger For Windows Xp Service Pack 2 to keep in touch with friends.  With the aid of Live Messenger you can connect with your friends, family, and business contacts.  Get Windows Messenger today to keep in touch with your friends.</p>
<p><a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://downloadwindowslivemessenger.net/download-messenger"><strong>Go here to download Windows Live Messenger Free.</strong></a></p>
<p>The first public release of Windows Messenger was back in 1999.  The messenger was easy to use but had limited use.  Since those days, new cool features have been added to the messenger.  Today, Lve Messenger is much more fun to use thanks to it&#8217;s cool features.  MSN Messenger allows users to engage in a conversation in many ways.</p>
<p>You are able to personalize the way you chat with friends on the messenger.  You can use emoticons to make your chat more fun.  With emoticons, users get more engaged and entertained with chats.  With the talking faces one can show our feelings to others.  It&#8217;s better and more fun to do this than just to type it out.</p>
<p>You can download emoticons from many different places on the internet.  You can utilize these emoticons with any version of Windows Live Messenger.  You should give emoticons a try as they make the whole messaging experience much more fun.</p>
<p><a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://downloadwindowslivemessenger.net/download-messenger"><strong>Click here to download Live Messenger plus free emoticons.</strong></a></p>
<p>MSN Messenger For Windows Xp Service Pack 2  and make your conversations more fun with emoticons.  Share thousands of emotions and smileys with your friends and family.  The download is free.  Express yourself with animated emotions and let people know your true feelings.  Get them today to use with your Windows Live Messenger.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
</div>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdownload-messengers.com%2Fblog%2Fmsn-messenger-for-windows-xp-service-pack-2%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://download-messengers.com/blog/msn-messenger-for-windows-xp-service-pack-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

