<?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>MakeUseOf &#187; instant messaging</title>
	<atom:link href="http://www.makeuseof.com/tags/instant-messaging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 20:00:34 +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>How To Automatically Join IRC Servers &amp; Channels With HydraIRC</title>
		<link>http://www.makeuseof.com/tag/automatically-join-irc-servers-channels-hydrairc/</link>
		<comments>http://www.makeuseof.com/tag/automatically-join-irc-servers-channels-hydrairc/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 02:31:03 +0000</pubDate>
		<dc:creator>Craig Snyder</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[chat client]]></category>
		<category><![CDATA[chat tips]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[old-school]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98646</guid>
		<description><![CDATA[Last week, I made my attempt at welcoming newbies to the wonderful world of Internet Relay Chats. This week, we're going to step things up to the next level for those of you who have decided that HydraIRC belongs in your taskbar. If you're anything like me, you feel it's necessary to be in 50 different channels at once. It's time for you to learn how to save yourself a lot of time at every startup.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Free-IRC-Clients-Intro.png?323f2c" alt="join irc channel" />Last week, I made my attempt at welcoming newbies to the wonderful world of Internet Relay Chats. This week, we&#8217;re going to step things up to the next level for those of you who have decided that <a href="http://www.hydrairc.com/">HydraIRC</a> belongs in your taskbar. If you&#8217;re anything like me, you feel it&#8217;s necessary to be in 50 different channels at once (even though you know you&#8217;ll never be able to keep up with all of that).</p>
<p>It&#8217;s time for you to learn how to save yourself a lot of time at every startup and automate the process of joining your favorite <a href="http://www.makeuseof.com/tags/irc">IRC</a> servers and channels. This is, by the way, another reason why HydraIRC is the superior client to those of you who are new to the chat universe. Creating &#8220;scripts&#8221; is incredibly simple and intuitive.</p>
<p>Let&#8217;s start off by going into the <em>Options</em> menu and clicking <em>Prefs….</em> A window of preferences should then pop up for you.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hydrapreferences.png?323f2c" alt="join irc channel" width="580" height="399" /></p>
<p>On the left, click <em>Scripts</em>. At this point, you should see a single option of &#8220;<em>SomeNetwork_OnLoggedIn</em>&#8220;.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hydrascripts.png?323f2c" alt="join irc server" width="580" height="399" /></p>
<p>In my screenshot, you&#8217;ll see many more because I&#8217;ve set up autojoins on several servers. Nonetheless, this is an example script profile that HydraIRC has created for you. Using it alone, some users can gauge how to set up their scripts. You can <a href="http://www.hydrairc.com/wiki/commandprofiles">learn a little more about command/script profiles on the official website</a>, but let me do some basic explaining.</p>
<p>HydraIRC has three built-in profile name suffixes that trigger the program to automatically execute a script. These three are as follows:</p>
<ul>
<li><strong>OnStartUp</strong>, which will execute the script immediately when the application is launched.</li>
<li><strong>OnLoggedIn</strong>, which will execute the script when you have joined a particular server.</li>
<li><strong>OnJoin</strong>, which will execute the script when you join a particular channel.</li>
</ul>
<p>By creating profiles with the names &#8220;<em>OnStartUp&#8221;, &#8220;{SERVER}_OnLoggedIn&#8221;</em>, or <em>&#8220;~{SERVER}_{CHANNEL}_OnJoin&#8221;</em>, you are authorizing HydraIRC to automatically execute the scripts during those conditions. If we wanted a script to automatically execute when we join the EFNet server, we&#8217;d name the profile &#8220;<em>EFNet_OnLoggedIn</em>&#8220;. If we wanted to execute the script only when we join the #chat channel on EFNet, we&#8217;d name it &#8220;<em>~EFNet_#chat_OnJoin</em>&#8220;.</p>
<p>Let&#8217;s go over an example. We&#8217;ll use GameSurge, as we did in my first post. By default, it is included with HydraIRC. On the server list, it is given the exact name &#8220;<em>GameSurge</em>&#8221; (which will need to be exact, case sensitive, in the profile name).</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hydragamesurge.png?323f2c" alt="join irc server" width="375" height="194" /></p>
<p>On Gamesurge, we&#8217;d like to automatically join <em>#sourcemod, #gamesurge,</em> and <em>#linux</em> when we connect. So we&#8217;ve done the hard part. Now here&#8217;s our script, <em>&#8220;GameSurge_OnLoggedIn&#8221;:</em><br />
<code></code></p>
<p><code>/quietjoin sourcemode,gamesurge,linux</code></p>
<p>It&#8217;s very simple. The &#8220;<em>/quietjoin</em>&#8221; command is ideal when you&#8217;re joining multiple channels at once as it softens each join. Afterwards, the channel names (pound signs are not required) delimited by commas.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hydraonloggedin.png?323f2c" alt="join irc server" width="580" height="192" /></p>
<p>Now what if you want to automatically join GameSurge every time you launch HydraIRC? That&#8217;s simple also. Your script profile would be <em>&#8220;OnStartUp&#8221;:</em><br />
<code></code></p>
<p><code>/server irc.gamesurge.net</code></p>
<p>That&#8217;s it. At this point, when you start HydraIRC you&#8217;d now automatically connect to the GameSurge server and automatically join those three channels. Do you want to connect to multiple servers on startup? Just add a new line with the following (with FreeNode in this example):<br />
<code></code></p>
<p><code>/newserver irc.freenode.net</code></p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hydraonstartup.png?323f2c" alt="join irc channel" width="580" height="198" /></p>
<p>Every power IRC uses user scripts. Automation is one of my favorite things in the world, and you&#8217;ll find that automating certain parts of your chatting experience will allow you to do what you came to do &#8211; enjoy it. If I&#8217;ve still been unable to convince you that <a href="http://www.hydrairc.com/">HydraIRC</a> is the way to go, check out a few <a href="http://www.makeuseof.com/tag/flashback-3-fun-mirc-scripts/">interesting scripts for mIRC</a>.</p>
<p>Holler at me in the comments if you&#8217;re having trouble or want to share any more useful scripts for the IRC platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/automatically-join-irc-servers-channels-hydrairc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chat On IRC Like It&#8217;s 1995 With HydraIRC [Windows]</title>
		<link>http://www.makeuseof.com/tag/chat-irc-1995-hydrairc-windows/</link>
		<comments>http://www.makeuseof.com/tag/chat-irc-1995-hydrairc-windows/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 02:30:37 +0000</pubDate>
		<dc:creator>Craig Snyder</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[chat client]]></category>
		<category><![CDATA[chat tips]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[old-school]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98519</guid>
		<description><![CDATA[You may be taking your Skype instant messaging and video calls or your iPhone FaceTime for granted, but way back before the standalone IM client was even an idea, there was one major solution: IRC (Internet Relay Chat). There are a lot of multi-IM clients that support the IRC protocol, but nothing really beats the efficiency and oldschool feel of a standalone chat client.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/irc.png?323f2c" alt="irc chat software"/>You may be taking your Skype instant messaging and video calls or your iPhone FaceTime for granted, but way back before the standalone IM client was even an idea, there was one major solution: IRC (Internet Relay Chat).</p>
<p>I&#8217;m not even going to pretend. I was 5 or 6 years old back in 1995 so this is well before my time, too. In the age of social networking and Internet 2.0, web-based chat rooms are practically dead. They&#8217;re all but done with; on the endangered list. Still, IRC is the most popular server/client chat protocol in the world. <em>Maybe</em> the rooms aren&#8217;t as active as they were 10+ years ago, but we&#8217;ve still got a pulse!</p>
<p>Some boredom and curiosity mixed well together and I&#8217;ve rediscovered IRC just recently. Now, I&#8217;d like to show you how to use my favorite IRC client, <a href="http://www.hydrairc.com/">HydraIRC</a>. There are a lot of <a href="http://www.makeuseof.com/tag/msn-yahoo-aim-icq-in-one/">multi-IM clients</a> (like <a href="http://www.makeuseof.com/tag/trillian-astra-%E2%80%93-is-it-the-best-instant-messaging-client-now/">Trillian</a>) that support the IRC protocol, but nothing really beats the efficiency and oldschool feel of a standalone chat client. You&#8217;ve probably heard of <a href="http://www.makeuseof.com/tag/flashback-3-fun-mirc-scripts/">mIRC</a>, the most popular IRC client, but here&#8217;s a few reasons why I love Hydra:</p>
<ul>
<li>It is portable. Download the ZIP and extract it to wherever you like. Put it in your Dropbox or on a flash drive. Portable applications beat out self-installing packages every day of the week.</li>
<li>It is lightweight. mIRC is a little bulky for me.</li>
<li>It is free. Everyone loves things that are free.</li>
<li>It supports everything that you need in an IRC client: multiple servers, DCC, event logs, channel monitoring, an extremely flexible GUI, and more.</li>
</ul>
<p><img class="aligncenter size-full wp-image-98531" title="HydraIRC GUI" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hydragui.png?323f2c" alt="irc chat software" width="580" height="277" /></p>
<p>You can check out some more, <a href="http://www.hydrairc.com/content/screenshots">official screenshots at the official HydraIRC website</a>.</p>
<p>Anyway, rusty IRC legend or complete newbie, let&#8217;s get you started. <a href="http://www.hydrairc.com/content/downloads">Get HydraIRC downloaded.</a> Next step is to figure out where you want to chat and what about, right? You want to go into the <strong>File</strong> menu, then <strong>New Server</strong>. Hydra comes preloaded with loads of the most popular IRC servers.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hydraservers.png?323f2c" alt="irc chat" width="367" height="445" /></p>
<p>Now it&#8217;s on you to pick the network (and associated server) that you want. You can either query up Google and learn a bit about each, or experience can guide you. FreeNode has tons of channels for coding, tech support, general hacking, networking, and things of that nature. EFNet is your oldschool &#8220;general&#8221; server. QuakeNet and GameSurge are for gamers, and so on.<br />
For this example, let&#8217;s go ahead and go on GameSurge. Double click <strong>GameSurge</strong>, click the IRC server that expands beneath it, and then click <strong>OK</strong> to connect.</p>
<p>Every server consists of many channels (or rooms). Upon connecting, the Channel List window will pop up. If it doesn&#8217;t, you can click into the <strong>Channel</strong> menu and then <strong>Channel List</strong>. Click <strong>Populate List</strong> and after a second, you&#8217;ll have a list of every channel on the server. Click the <strong>Users</strong> header once and you&#8217;ll have sorted the channels by the most users. Scroll through, see if there are any you may be interested in, and then click <strong>Join</strong>.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/hydrachannels.png?323f2c" alt="irc chat software" width="524" height="427" /></p>
<p>This is how you join an IRC server and a channel (the easy way). There are hundreds and hundreds of servers out there and thousands of channels. There&#8217;s probably an active channel for just about any subject that comes to mind. It&#8217;s good to have it sitting in your taskbar for idle moments in between tasks.</p>
<p>If you need any help or want to dive deeper into the subject, let&#8217;s chat in the comments. If you really like IRC chatting, consider <a href="http://www.makeuseof.com/tag/how-to-create-your-own-irc-chat-channel/">setting up your own IRC channel</a> and read our post on that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/chat-irc-1995-hydrairc-windows/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>5 Google Talk Chatbots That Are Still Useful</title>
		<link>http://www.makeuseof.com/tag/google-talk-chatbots/</link>
		<comments>http://www.makeuseof.com/tag/google-talk-chatbots/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 22:31:19 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[chat bots]]></category>
		<category><![CDATA[chat client]]></category>
		<category><![CDATA[google talk]]></category>
		<category><![CDATA[instant messaging]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98020</guid>
		<description><![CDATA[Recently, I started exploring the potential of using bots on my website to interact with my visitors. After accomplishing that task, I thought that it might be worthwhile to explore what other bots still exist out there that might have some useful features. Most people have their chat client always open and sitting off to the side or at the bottom of the screen, so why not put that chat client to use while it's open?]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/robothelp.png?323f2c" alt="google talk chat bots" />As the years have gone by and I&#8217;ve got a bit older, the Internet has turned from a place of leisure and fun into one of work and business. I really have little time to spare when I&#8217;m sitting at the computer. Taking 5 to 10 minutes to check Facebook is an extravagance. The same goes for sending and receiving information. If I can ever find a way to speed up the process of getting news, posting updates and keeping track of things, I&#8217;ll jump on it.</p>
<p>Recently, I started exploring the potential of using bots on my website to interact with my visitors. After accomplishing that task, I thought that it might be worthwhile to explore what other bots still exist out there that might have some useful features. Most people have their chat client always open and sitting off to the side or at the bottom of the screen, so why not put that chat client to use while it&#8217;s open?</p>
<h2>The Ebb &amp; Flow Of Chatbots</h2>
<p>If you&#8217;ve ever started using chatbots even just a few years ago, you&#8217;ve probably noticed that a vast majority of them have fallen by the wayside. All sorts of bots that used to let you do things like search different search engines, get task reminders or get RSS feeds via IM are now no longer active. These days, it&#8217;s pretty difficult to find a service that offers up RSS feeds via IM.</p>
<p>That seems to be the case for Gtalk bots, but not so much Twitter. Kyle wrote about <a href="http://www.makeuseof.com/tag/10-bots-to-help-you-get-the-most-from-twitter/">10 Twitter bots</a> here at MUO back in 2008, and those Twitter bots are mostly all still active. But in my opinion, having access to information in Google Talk is really useful, and thankfully there are still some really good Gtalk bots out there.</p>
<h3>ExclaimBot</h3>
<p>If you just want to make quick updates to your Twitter profile, then ExclaimBot is the way to go. It&#8217;s actually spelled &#8220;<a href="http://excla.im/">excla.im</a>&#8220;.</p>
<p>What I like about this Bot is its simplicity. You visit the site, provide authorization for it to post to your Twitter account, and you&#8217;re done. Just add <em>exclaimbot@appspot.com</em> to your friends list in Google Talk, and everything you send that user will get posted to your Twitter account instantly.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/chatbot1.png?323f2c" alt="google talk chat bots" width="356" height="212" /></p>
<p>The only drawback is that you won&#8217;t be able to automatically shorten URL links, but using some external service like <a href="http://www.makeuseof.com/tag/bitlycom-shortens-urls-offers-wide-variety-free-tools/">Bitly</a>, that&#8217;s not a problem.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/chatbot2.png?323f2c" alt="google chat bot" width="316" height="129" /></p>
<p>Now you don&#8217;t have to open a new browser or any desktop client to post a quick Twitter update, just type it up in Gtalk, hit enter and you&#8217;re done. Another good service for this, by the way, is <a href="http://www.makeuseof.com/dir/chitterim-google-talk-twitter-client/">ChitterIM</a>. Either service works just as well.</p>
<h3>Google Guru</h3>
<p>If you&#8217;re looking for an all-around useful bot that does a whole list of tasks, you can&#8217;t go wrong by adding <em>guru@googlelabs.com</em> to your buddy list. Send the command &#8220;<em>weather boston, ma</em>&#8220;, and you&#8217;ll get the current weather conditions, as well as a quick forecast for that area. Send it &#8220;<em>define ironic</em>&#8221; and you&#8217;ll receive a definition of the word. Type &#8220;<em>web Android</em>&#8221; and you&#8217;ll get a Wikipedia blurb of the term as well as a mobile link to full search engine results.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/chatbot3.png?323f2c" alt="google chat bot" width="427" height="514" /></p>
<p>There&#8217;s just a short list of commands available &#8211; score, weather, define and translate &#8211; plus you can type in math calculations and the guru will solve it for you.</p>
<h3>Get RSS Feeds With Push-Bot</h3>
<p>After hunting around for hours to find a Gtalk bot that would serve up RSS feeds via IM, I was really excited to discover that Push-Bot is still available. Most of the popular ones written about at sites like Lifehacker and Labnol are no longer active, so I was getting very disappointed before discovering <a href="http://push-bot.appspot.com/">Push-Bot</a>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/chatbot5b.png?323f2c" alt="google chat bot" width="431" height="288" /></p>
<p>Using the service is ridiculously easy. Type <em>/subscribe</em> or<em> /unsubscribe</em> followed by the URL to add or remove a feed from your list. Use <em>/list-subscriptions</em> to see all of the feeds that you&#8217;ve subscribed to. Whenever one of your feeds updates, you&#8217;ll get a message in Gtalk from Push-Bot with the update and a link. This is my favorite Gtalk bot.</p>
<h3>Xpenser For Tracking Business Expenses</h3>
<p>At this point in my life, I have to track several areas of expenses. When I&#8217;m off to training for my day job, I need to keep track of all costs so that I can fill out an expense report. For my online business, I need to track all expenses for tax purposes. In either case, Xpenser gives me the convenience that I need to record those expenses right from my phone using Gtalk. This is my second favorite Gtalk bot.</p>
<p>First, you&#8217;ll need to sign up for an <a href="http://xpenser.com/">Xpenser</a> account where all of your entries will get logged.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/chatbot7.png?323f2c" alt="chatbots google talk " width="572" height="643" /></p>
<p>After that, add <em>xpenserbot@gmail.com</em> to your buddy list. All you have to do is send it the expense, the amount, and ending notes. The bot will fill out that record for you on your expense report in your Xpenser account.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/chatbot8.png?323f2c" alt="chatbots google talk " width="428" height="254" /></p>
<p>You can log in later to see all of the entries you&#8217;ve made while you were away from your computer.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/chatbot9.png?323f2c" alt="chatbots google talk " width="553" height="452" /></p>
<p>This is easily the fastest and most convenient way to log expenses right away before you forget. Firing off a one-line instant message is even easier than most of the mobile apps available today that will do expense tracking for you.</p>
<h3>Take Quick Notes With MayaFile</h3>
<p>If your memory is anything like mine, then the mayafile Gtalk bot will be a lifesaver for you too. Using it couldn&#8217;t be any easier. Just add <em>talk@mayafile.com</em> to your buddy list, and then use the command <em>&#8220;store &lt;note&gt;&#8221;</em> to store the message you want to remember later.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/chatbot10.png?323f2c" alt="google talk chat bots" width="429" height="468" /></p>
<p>Then, just type &#8220;<em>find</em>&#8221; to see all of your notes, or use &#8220;<em>find</em> <em>&lt;keyword&gt;</em>&#8221; to retrieve a specific note or notes using a keyword search. It&#8217;s like having a memory in your Gtalk client.</p>
<p>Have you ever used any of these IM bots? Do you know of any others that work well in Gtalk? Share your thoughts and insights in the comments section below!</p>
<p><small>Image Credit: <a href="http://image.shutterstock.com/display_pic_with_logo/331132/331132,1261328906,5/stock-photo-funny-robot-stay-with-laptop-43165897.jpg" rel="nofollow">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/google-talk-chatbots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is The New AIM Preview A Skype Competitor?</title>
		<link>http://www.makeuseof.com/tag/aim-preview-skype-competitor/</link>
		<comments>http://www.makeuseof.com/tag/aim-preview-skype-competitor/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 02:30:20 +0000</pubDate>
		<dc:creator>Craig Snyder</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[AIM]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[chat client]]></category>
		<category><![CDATA[chat tips]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[video chat]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=96826</guid>
		<description><![CDATA[We're in the age of Skype, which has quickly taken over as the world's most popular and used platform. Our younger readers may not even know what the hell AIM is anymore, actually. AOL seems to recognize that sentiment and they've recently and unofficially dropped AIM 1.0.0.3 on us, dubbed "AIM Preview". It looks like Skype, it chats like Skype, and it weighs like Skype. But it's AOL Instant Messenger.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/aim.png?323f2c" alt="aim vs skype"/>Call me stuck in the past, but AIM 5.9.6089 is still my instant messenger of choice. I don&#8217;t look for a lot when I&#8217;m instant messaging, and AIM 5.9 is very lightweight and gets the job done just as I expect it. We&#8217;re in the age of <a href="http://www.makeuseof.com/tags/skype/">Skype</a> though, which has quickly taken over as the world&#8217;s most popular and used platform. Our younger readers may not even know what the hell AIM is anymore, actually.</p>
<p>AOL seems to recognize that sentiment and they&#8217;ve recently and <em>unofficially</em> dropped AIM 1.0.0.3 on us, dubbed &#8220;<a href="http://preview.aim.com/">AIM Preview</a>&#8220;. It looks like Skype, it chats like Skype, and it weighs like Skype. But it&#8217;s AOL Instant Messenger.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/aimpreview.png?323f2c" alt="aim vs skype" width="580" height="453" /></p>
<p>As you can see, I haven&#8217;t put much use to it as I&#8217;m not a very big fan. First thing you&#8217;re going to notice is that AIM has been completely redesigned. It looks nothing like it did in versions 5, 6, or 7. It&#8217;s nice and fat now, just like Skype. We&#8217;ve got a lot going on here.</p>
<ol>
<li>Lifestream (which is your &#8220;status updates&#8221; of the AIM world) has been stripped away with and, well, replaced with real status updates (the Facebook kind). AIM updates still exist, they&#8217;re just a little more useless now.</li>
<li>As aforementioned, Facebook has now become integrated with your AIM experience.</li>
<li>Your buddy list has been transformed in a way that mingles Facebook buddies, contacts, and recent chats. It&#8217;s another overhaul that has AIM looking a lot more like Skype.</li>
<li>Along with Facebook, you can chat with Google Talk buddies through AIM. <a href="http://www.makeuseof.com/tag/aim-google-talk-interoperable-news/">This already existed if you didn&#8217;t know about it.</a></li>
<li>Photos and videos are synced inline on the client. Chat histories are now stored remotely (rather than locally), which enables seamless synchronization between devices (at the expense of your security).</li>
<li>There&#8217;s a news feed, where AIM promoted their Huffington Post. Not much more to say here.</li>
<li>One-on-one video chatting and group messaging (more features pulled from Skype) are now with AIM. <a href="http://www.makeuseof.com/dir/av-aim-video-conferencing-service/">I guess this is what they decided to do with AV?</a></li>
</ol>
<p>Nothing too unique or exciting is going on here. Maybe it was AOL jumping the gun on <a href="http://www.zdnet.co.uk/news/mergers-and-acquisitions/2011/05/10/microsoft-buys-skype-for-85bn-40092728/">Microsoft acquiring Skype</a>, maybe it&#8217;s AOL trying to salvage their last true-to-the-company web property that is still used daily by thousands of people.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/aimpreview.jpg?323f2c" alt="aim or skype" width="580" height="289" /></p>
<p>In any event, it&#8217;s a breath of fresh air to a near-dead messenger and that&#8217;s about it. If you&#8217;ve instant messaged at all in the past couple years, this isn&#8217;t bringing anything new to the table. I can&#8217;t think of any real compliment here, though it seems as if this preview version isn&#8217;t as riddled with ads as others. You can <a href="http://jon8rfc.homeip.net/aim/adremoval/">get rid of ads in older versions of AIM</a> quite easily, though.</p>
<p>It&#8217;s not worth your time, guys. Stick with Skype and let&#8217;s consider AIM an afterthought unless you, like me, need a barebones solution to IM-ing (in which case, I again recommend a <a href="http://jon8rfc.homeip.net/aim/versions/5.9/">much older version of AIM</a>). Anyone else suddenly feeling nostalgic and missing those days when AOL was relevant? I can hear the modem dialing up now.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/aolsetup.png?323f2c" alt="aim vs skype" width="580" height="331" /></p>
<p>I&#8217;m not trying to beat up on poor old AIM. This is only a &#8220;preview&#8221; release, after all. Again, you can pick it up here: <a href="http://preview.aim.com/">http://preview.aim.com/</a><br />
Luckily, it doesn&#8217;t install over your old version of AIM and will write to a new directory, so there&#8217;s really no risk in at least giving it a shot.</p>
<p>It&#8217;s out on every platform: desktop, mobile, and web. You can get it on your iPhone or Android. I was really looking for AIM to be the first IM client that picks up the ball and adapts to the mobile world with a new release. I know you can send SMS messages from AIM, but adopting a more &#8220;permanent&#8221; solution like <a href="http://www.makeuseof.com/tag/send-text-messages-iphoneitouch-desktop-textfree/">Textfree&#8217;s method</a> would have been cooler.</p>
<p>Let me know if you guys find anything interesting with the new version that I may have skipped out on. I gave it a quick whirl after reading a few reviews and came to a pretty quick decision. Nothing new here!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/aim-preview-skype-competitor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>imo.im &#8211; Multi-Protocol Instant Messaging Nirvana [Android 1.6+]</title>
		<link>http://www.makeuseof.com/tag/imoim-multiprotocol-instant-messaging-nirvana-android-16/</link>
		<comments>http://www.makeuseof.com/tag/imoim-multiprotocol-instant-messaging-nirvana-android-16/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 23:31:01 +0000</pubDate>
		<dc:creator>Chris Hoffman</dc:creator>
				<category><![CDATA[Google Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[chat client]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[multi-protocol IM]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=96386</guid>
		<description><![CDATA[Google Talk is great, but not if you have friends scattered across MSN, AIM, Yahoo, Facebook and every other chat network ever created. You don’t have to run eleven different apps to stay in touch; just use imo.im for Android and get every protocol in one slick app. It integrates nicely with Android and has a simple, clean interface.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/imo-networks.png?323f2c" alt="android im client" />Google Talk is great, but not if you have friends scattered across MSN, AIM, Yahoo, Facebook and every other chat network ever created. You don’t have to run eleven different apps to stay in touch; just use <a href="https://market.android.com/details?id=com.imo.android.imoim">imo.im for Android</a> and get every protocol in one slick app.</p>
<p>As you might expect from an app started by one of Google’s first ten employees, imo.im integrates nicely with Android and has a simple, clean interface. It isn’t just another free app that displays ads or pushes you to upgrade, either &#8211; it’s ad-free and has no paid, premium version.</p>
<h2>Accounts</h2>
<p>Launch imo.im and you’ll see three different panes — <em>Contacts, Chats</em> and <em>Accounts</em>. The <em>accounts</em> pane lets you manage your accounts, set status messages and select a buddy icon.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/accounts.png?323f2c" alt="android im client" width="300" height="500" /></p>
<p>The first thing you’ll want to do is add an account. imo.im supports popular networks like <a href="http://www.makeuseof.com/tag/6-reasons-gtalk-free-instant-messagin-service/">Google Talk</a>, MSN, AIM and Yahoo; social networks like Facebook and Myspace; and even Skype.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/add-accounts.png?323f2c" alt="im client for android" width="300" height="500" /></p>
<p>You can add multiple accounts and link them together. When you link your accounts, imo.im saves their passwords in an encrypted form on imo.im’s servers. imo.im automatically logs into your other connected accounts whenever you sign into one. This lets you sign into all your accounts with a single password, even if you&#8217;re using the imo.im web app.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/accounts-list.png?323f2c" alt="im client for android" width="300" height="500" /></p>
<h2>Contacts</h2>
<p>Tap the <em>Contacts</em> icon and you’ll see online contacts from every account you have in imo. You can organize your contacts into groups or use the search box to find them. Just tap a contact’s name to start a conversation.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/buddies-edit.png?323f2c" alt="im client for android" width="300" height="301" /></p>
<p>Long press a contact and you’ll see a screen with more information about that contact. From here, you can set an alias for the contact, which you’ll see instead of the contact’s screen name. For quick access to a contact, you can tap Favorite so they’ll always appear at the top of your contacts list or tap Shortcut to add a shortcut to your home screen. The shortcut will instantly launch a chat with your contact.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/buddy-info.png?323f2c" alt="instant messenger for android" width="300" height="500" /></p>
<p>The contacts list also includes a few other features &#8211; you can tap the menu button to start a group chat or search your chat history (if you have the history feature enabled).</p>
<h2>Chats</h2>
<p>The chats pane lists your in-progress conversations and  displays a preview of the most recent message. You’ll see a blue chat bubble icon if a conversation has new messages.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/chats-pane-edit.png?323f2c" alt="instant messenger for android" width="300" height="241" /></p>
<p>The top of the chat screen shows your open chat conversations; you can swipe between them like you’d switch tabs on a desktop chat program.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/chatting.png?323f2c" alt="instant messenger for android" width="300" height="500" /></p>
<p>One of imo.im’s standout features is support for multimedia attachments. Tap the microphone icon to send a voice message &#8211; your contact will get a link to an MP3 file (they’ll see a play button if they’re using imo.im.) You can also hit the menu button and tap <em>Attach</em> to add an image or video from your phone’s camera. imo.im can also attach image, video and audio files from your device&#8217;s storage.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/attach-menu.png?323f2c" alt="" width="300" height="500" /></p>
<p>imo.im provides notifications, so you’ll see new messages arrive even if you’re using another app.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/notifications.png?323f2c" alt="" width="300" height="500" /></p>
<h2>Web App Integration</h2>
<p>The imo.im Android app is completely integrated with the the <a href="http://www.makeuseof.com/tag/imoim-possibly-multinetwork-instant-messenger-dreams/">web app</a> available at (surprise) <a href="https://imo.im/">imo.im</a>. You can sign in from any web browser and use the same accounts you’ve set up on imo.im; just sign in with one account and you’ll sign into them all, assuming they&#8217;re linked.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/imo-im-web-app.png?323f2c" alt="" width="590" height="500" /></p>
<p>The web app and Android app work seamlessly together. Sit down at your computer, start a conversation and continue it on your Android phone &#8211; whenever you send a message in one app, you’ll see it instantly appear in the other. Your conversation history is also stored in the imo.im website, so you can access it anywhere, anytime. Don’t worry if you’d rather not store your conversation history online; this feature is optional.</p>
<p>imo.im even has a <a href="http://www.makeuseof.com/tag/google-chrome-im-hub-imoim/">Chrome extension</a>, if you&#8217;re into that sort of thing.</p>
<h2>Preferences</h2>
<p>imo.im’s preferences screen contains a good number of options. Its notifications are completely customizable — you can disable them entirely if you want. You can also have imo.im alert you with a vibration, LED flash and/or sound when new messages arrive.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/settings-1.png?323f2c" alt="" width="300" height="500" /></p>
<p>Imo.im saves your account passwords by default, but you can disable this behavior in the privacy section. You can also have imo.im automatically start and sign in when your phone turns on, so you’ll always be available to your contacts. This is also where you can control imo’s online chat history feature.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/preferences-2-edit.png?323f2c" alt="" width="300" height="455" /></p>
<p>The look and feel section contains a few options that can change the way conversations appear in imo.im. You can disable buddy icons or emoticons and adjust the size of the font imo.im uses in conversations.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/preferences-3-edit.png?323f2c" alt="android im client" width="300" height="205" /></p>
<h2>Conclusion</h2>
<p><a href="https://market.android.com/details?id=com.imo.android.imoim">imo.im</a> is a standout multi-protocol chat application, both for Android and on the web. It’s probably the best multi-protocol chat app for Android, and it’s completely free. Check out our list of <a href="http://www.makeuseof.com/pages/best-android-apps">the best Android apps</a> for more Android app goodness.</p>
<p>Tried imo.im? Or do you swear by another chat app? Tell us what you think in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/imoim-multiprotocol-instant-messaging-nirvana-android-16/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Get Skype To Chat Via Instant Message, Voice &amp; Video On The Go [Android]</title>
		<link>http://www.makeuseof.com/tag/skype-chat-instant-message-voice-video-android/</link>
		<comments>http://www.makeuseof.com/tag/skype-chat-instant-message-voice-video-android/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 23:31:34 +0000</pubDate>
		<dc:creator>Tina Sieber</dc:creator>
				<category><![CDATA[Google Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[chat client]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[video chat]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=95707</guid>
		<description><![CDATA[Skype is an instant messaging, voice, and video calling client available for various platforms, including Google Android. The Android app has gone through several updates over the past year, which introduced additional features, such as sending files and video calling. For this article I reviewed Skype version 2.6.0.95 on a tablet running Android Honeycomb 3.1.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/SkypeAndroid10.png?323f2c" alt="skype chat" border="0" /><a title="Skype app for Android" href="https://market.android.com/details?id=com.skype.raider">Skype</a> is an instant messaging, voice, and video calling client available for various platforms, including Google Android. The Android app has gone through several updates over the past year, which introduced additional features, such as sending files and video calling. For this article I reviewed Skype version 2.6.0.95 on a tablet running Android Honeycomb 3.1.</p>
<h2>Start Screen</h2>
<p>The initial start screen is clean and simple. You can access your contacts, recent conversations, you can call phones, and view or edit your own profile. Via the top right corner you can sign out or change your online status (green). Via the options button (red) you can launch the menu, which includes access to your Skype settings (blue). Note that the option menu changes, depending on what part of Skype you are viewing.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Skype-Android-Start-Screen.png?323f2c" alt="skype chat" border="0" /></p>
<p>The screenshot below highlights the different status options.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Skype-Android-Set-Status.png?323f2c" alt="skype video chat" border="0" /></p>
<h2>Personal Profile</h2>
<p>Your personal profile provides an account overview, including Skype credit and status of your Skype number and call forwarding. When you switch to the profile tab, you can change your personal profile information.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Skype-Android-Profile.png?323f2c" alt="skype video chat" border="0" /></p>
<h2>Contacts</h2>
<p>Per default, contacts will show your online friends. Clicking the respective button in the top left (red), you can switch to viewing all contacts, only Skype contacts, number, favorites, or blocked contacts. The options menu allows you to add contacts, save a number, search your address book, or sort your contacts by name.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Skype-Android-Friends-List.png?323f2c" alt="skype video chat" border="0" /></p>
<p>Below is an overview of your contact display options.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Skype-Android-Contacts.png?323f2c" alt="free skype chat" border="0" /></p>
<p>When clicking on a friend, you will see a list of possible actions, including voice call, video call, send IM, send file, or SMS. You can also view their profile. Via the options menu you can rename the respective contact, add them to your favorites, block, or remove them.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Skype-Android-Friend-View.png?323f2c" alt="free skype chat" border="0" /></p>
<p>When you open an IM conversation (click <em>Send IM</em>), you will see the most recent messages. You can make Skype load more messages from the history by dragging the conversation to the bottom. When clicking the chat icon in the bottom left (red), you can select whether to send your message through IM or SMS. Note that charges for text messages apply.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Skype-Android-Send-IM.png?323f2c" alt="free skype chat" border="0" /></p>
<p>You can manage a conversation via the options menu, for example call the contact, add others to the conversation, send a file, or close the chat.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Skype-Android-Manage-Conversation.png?323f2c" alt="skype android manage conversation" border="0" /></p>
<h2>Sending Files</h2>
<p>This is the most recently added feature for the Skype Android app. <a title="Skype 2.6 Comes To Android, Adds File Sharing [News]" href="http://www.makeuseof.com/tag/skype-26-android-adds-file-sharing-news/">As of version 2.6</a>, you can send files to your contacts. When you click the respective options buttons, a menu will launch from which you can select a source, typically including the gallery, as well as document and file managers installed on your system. Unfortunately, this does not include your Dropbox account, meaning you have to download any files you want to share via Skype.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Skype-Android-Send-File.png?323f2c" alt="skype android app send file" border="0" /></p>
<h2>Video Calling</h2>
<p><a title="Skype For Android 2.1+ Now With Video Calls [News]" href="http://www.makeuseof.com/tag/skype-android-21-video-calls-news/">As of version 2.5</a>, Skype for Android features video calling, although not on all devices. Unfortunately, the Android Market no longer contains a full list of supported devices. If you run Android 2.2+ on a supported device, however, you can enable video calling and control further details in the settings menu.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Skype-Settings.png?323f2c" alt="skype android app settings" border="0" /></p>
<p>I recently wrote a detailed article on how to enable and use the Skype video calling feature: <a title="How To Make Skype Video Calls On Your Android Honeycomb Tablet" href="http://www.makeuseof.com/tag/skype-video-calls-android-honeycomb-tablet/">How To Make Skype Video Calls On Your Android Honeycomb Tablet</a>. Briefly, video calls must be enabled via the settings menu, video can then be turned on or off during a call, and on Skype 2.3+ you can switch back and forth between front and rear camera.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/SkypeAndroid02.png?323f2c" alt="skype android app video calling" border="0" /></p>
<h2>Calling Phones</h2>
<p>Just like its desktop counterpart, you can use the Skype Android app to call phones or send text messages. Personally, I find this feature much more convenient using the mobile app. The book icon with the # sign in the top right corner is your phone book. You can manually add contacts with the options menu, which is shown at the bottom in the screenshot below.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Skype-Android-Call-Phones.png?323f2c" alt="skype chat" border="0" /></p>
<h2>Conclusion</h2>
<p>This was Skype for Android in a nutshell. Basically, it offers all essential functions also available in the desktop application, with clean and simple menus as a bonus. Overall, it may actually be a little easier to use, since the touch navigation forced developers to make the app a lot more intuitive. And by the way, you can have Skype <a title="Skype delivered to mobile phone via SMS" href="http://www.skype.com/intl/en-us/get-skype/on-your-mobile/skype-mobile/android/">delivered directly to your mobile phone via SMS</a> from the Skype website.</p>
<p>How do you like the mobile edition of Skype and does it look much different on an Android phone? What features from the desktop app do you miss or what other features would you like to see? Please share in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/skype-chat-instant-message-voice-video-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Send Text Messages From Your iPhone/iTouch Or Desktop With Textfree</title>
		<link>http://www.makeuseof.com/tag/send-text-messages-iphoneitouch-desktop-textfree/</link>
		<comments>http://www.makeuseof.com/tag/send-text-messages-iphoneitouch-desktop-textfree/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 01:30:32 +0000</pubDate>
		<dc:creator>Craig Snyder</dc:creator>
				<category><![CDATA[Mobile Tips]]></category>
		<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[messaging tips]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[SMS tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=94247</guid>
		<description><![CDATA[One of my biggest pet peeves is having to constantly check through text messages while I'm on my desktop or laptop at my desk. I've always thought it was be so much easier to have texts forward to one of my instant messengers, but a concept like that doesn't exactly exist (or at least not to my knowledge). We've shed light before on how you can replace your texting plan with a few free apps, but Textfree from Pinger really goes a step beyond that.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Textfree-Unlimited-Send-Text-Messages-SMS-FreeLarge.jpg?323f2c" alt="send free text messages" />One of my biggest pet peeves is having to constantly check through text messages while I&#8217;m on my desktop or laptop at my desk. I&#8217;ve always thought it was be so much easier to have texts forward to one of my instant messengers, but a concept like that doesn&#8217;t exactly exist (or at least not to my knowledge). We&#8217;ve shed light before on how you can <a href="http://www.makeuseof.com/tag/replace-mobile-text-messaging-plan-3-apps/">replace your texting plan with a few free apps</a>, but <a href="http://www.pinger.com/textfree/">Textfree</a> from <a href="http://www.pinger.com/">Pinger</a> really goes a step beyond that.</p>
<p>Textfree is available for both the <a href="http://itunes.apple.com/us/app/textfree-voice-free-text-calls/id399355755">iOS</a> and <a href="https://market.android.com/details?id=com.pinger.textfree&amp;hl=en">Android</a> platform. Both applications are completely free. I&#8217;ve got it installed on my iPod touch and it works just like any iPhone texting plan should.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/textfree1.png?323f2c" alt="send free text messages" width="320" height="480" /></p>
<p>Textfree usage and features are outlined on the application download pages, and there really isn&#8217;t much that is too unique or special about the app. It simply works. Download the app and you are able to choose from a few numbers. With that number, you can send and receive an unlimited number of texts. With a subscription, you can even use this number to send calls from. One huge feature that I really enjoy is that you&#8217;re able to send picture messages, something most other similar applications won&#8217;t allow you to do.</p>
<p>With a paid subscription, you can also hide ads. Textfree comes with a lot of configurable settings. You can add a signature, change your tones, and set email notification preferences. It&#8217;s very extensive and is definitely my recommended app of the niche.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/textfree2.png?323f2c" alt="send free text messages" width="320" height="480" /></p>
<p>The feature that has me completely sold on Textfree has not much to do with their iOS app at all though. Textfree has a web version of this application. With Textfree Web, you can sign up for a brand new Textfree texting number or login to your existing Textfree account and go from car to desk like nothing ever even changed!</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/textfreeweb.png?323f2c" alt="send text messages free" width="580" height="378" /></p>
<p>Once logged in, sending texts from your desktop is just as easy as it was from your mobile app. It&#8217;s a whole different approach when compared to the <a href="http://www.makeuseof.com/tag/10-sites-to-send-free-text-messages-to-cell-phones-sms/">10 other sites to send texts from</a> that we&#8217;ve reviewed because of the synchronization between desktop and mobile. You have your own dedicated number, also. It&#8217;s more like <a href="http://www.makeuseof.com/tag/6-cool-google-voice/">Google Voice</a> than anything else.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/textfreeweb2.png?323f2c" alt="send text messages free" width="580" height="440" /></p>
<p>The interface is a lot like <a href="http://www.makeuseof.com/tag/8-reasons-online-meebo-instant-messenger/">Meebo</a> and it truly behaves no differently than a web-based instant messaging client. This is the perfectly solution to simple and synchronized, desk-and-mobile texting and I can promise that it&#8217;ll eventually find way into your list of never-to-be-closed tabs in your browser. Not to mention, 100% free? Count me in, please.</p>
<p>Textfree (or at least the iOS version) does come with a few small bugs. When switching to the mobile version from the web version, sometimes you&#8217;ll see duplicates of the same message being sent. You also won&#8217;t see your own replies to messages from your desktop on your mobile client. It makes conversation histories close to useless. Every now and then, your app might freeze due to loading the huge amount of &#8220;new&#8221; messages if you&#8217;re switching back to mobile from the web. These are annoying, but a small price to pay for all of this functionality.</p>
<p>If you&#8217;re looking for a slimmed down, simpler version of some of Textfree&#8217;s features then check out <a href="http://www.makeuseof.com/dir/gizmosms-send-free-sms-messages-mobile/">GizmoSMS</a>.</p>
<p>Try out Textfree. Let us know in the comments if you use any other messaging app.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/send-text-messages-iphoneitouch-desktop-textfree/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Get An Automatic Text Message When Your Favorite TV Show Is On</title>
		<link>http://www.makeuseof.com/tag/automatic-text-message-favorite-tv-show/</link>
		<comments>http://www.makeuseof.com/tag/automatic-text-message-favorite-tv-show/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 00:31:31 +0000</pubDate>
		<dc:creator>Dave LeClair</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[alerts]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[tv shows]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=92891</guid>
		<description><![CDATA[Almost everyone enjoys watching some TV at one time or another. It is a terrific way to take your mind off the world around you and relax. The problem for me is that I always seem to forget when the shows I want to watch are on. I will be sitting around playing some Call of Duty or Skyrim, and the next thing I know, the show I was waiting for has come and gone.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/cryingremote.png?323f2c" alt="tv text message alerts" />Almost everyone enjoys watching some TV at one time or another. It is a terrific way to take your mind off the world around you and relax. The problem for me is that I always seem to forget when the shows I want to watch are on. I will be sitting around playing some Call of Duty or Skyrim, and the next thing I know, the show I was waiting for has come and gone.</p>
<p>Having a DVR certainly helps rectify the situation, but there is something to be said for watching the show live, as it happens. There is nothing worse than forgetting the show is on, then having a friend text you and utterly spoiling the end of the episode for you. I want to be mad at them, but it is my own fault for forgetting to watch the show in the first place. Thankfully, through the magic of <a href="http://ifttt.com">IFTTT</a>, my poor memory problems are solved. If you are unfamiliar with IFTTT, you should check out <a href="http://www.makeuseof.com/tag/connect-automate-web-apps">this delightful MakeUseOf article</a> to learn the basics.</p>
<h2>Setting Up A TV Show RSS</h2>
<p>IFTTT does not have a native app in place for TV show reminders, but it does have the ability to alert you of the latest changes to an RSS feed. This is where <a href="http://www.mytvrss.com/feed.do">mytvrss</a> comes in to play. With <a href="http://www.mytvrss.com/feed.do">mytvrss</a>, you can set up an RSS feed for all your favorite TV shows simply by checking their name off a list.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/mytvrssdexter.png?323f2c" alt="tv text message alerts" width="541" height="163" /></p>
<p>After you finish choosing the shows, scroll down to the bottom of the page and click &#8220;<em>create feed</em>.&#8221; This will bring to a screen where you can choose to enter your email address to be emailed when a new show is on, and where you will be given the URL for your new RSS feed.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/feedcreated-e1321976445715.png?323f2c" alt="tv show text message" width="580" height="232" /></p>
<p>By default, mytvrss can email you reminders about your favorite TV shows, and if that is good enough, than read no further. However, for me an email is not enough, as I do not always check it. I need the text message to get my attention. This is where IFTTT comes through, and where the next step in the process begins.</p>
<h2>Setting IFTTT To Send Text Message Alerts</h2>
<p>Make sure to copy the URL from step one, and then go to <a href="ifttt.com">IFTTT</a> to set up text alerts for the RSS. For the basics of IFTTT make sure to check out <a href="http://www.makeuseof.com/tag/connect-automate-web-apps/">this article</a> from Justin. It breaks down all the basics of using the app.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/iftttnew.png?323f2c" alt="tv show text message" width="472" height="143" /></p>
<p>Register for an IFTTT account if you do not already have one, and click the “<em>Create Task</em>” button on the top right of the page. Next, click the “<em>This</em>” link. Click on the button called “<em>Feed</em>” with the big orange RSS symbol.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/iftttfeeds.png?323f2c" alt="tv show text message" width="304" height="370" /></p>
<p>Next, paste the feed that you copied from mytvrss and click “<em>Create Trigger</em>.”</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/iftttrsstv.png?323f2c" alt="tv show text message" width="491" height="306" /></p>
<p>Next, click the “<em>That</em>” link. Scroll down and click on “<em>SMS</em>.” Enter your phone number in the box that pops up and IFTTT will send you a four-digit pin number. Enter the number provided to confirm that you wish to set up IFTTT texting.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/iftttsms.png?323f2c" alt="tv text message alerts" width="531" height="605" /></p>
<p>Click on the “<em>Create Action</em>” button. The last step is simply to enter a description for the task. Click on “<em>Create Task</em>” and you will be all set to receive text message reminders for your favorite TV shows.</p>
<h2>Conclusion</h2>
<p>It seems as if every day there is a new and creative use for IFTTT. It seems poised to become one of the single most useful web apps ever created, and as they add more and more channels, it will only get better. Try it out for television shows, or whatever cool use you can think of, and I promise it will make your life a little easier.</p>
<p><small>Image Credit: <a href="http://image.shutterstock.com/display_pic_with_logo/2700/2700,1274355303,5/stock-photo-closeup-of-a-young-blond-woman-with-remote-control-watching-tv-and-crying-54171010.jpg" rel="nofollow">ShutterStock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/automatic-text-message-favorite-tv-show/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Chat From The Linux Command Line With CenterIM</title>
		<link>http://www.makeuseof.com/tag/chat-linux-command-line-centerim/</link>
		<comments>http://www.makeuseof.com/tag/chat-linux-command-line-centerim/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 19:31:22 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[chat tips]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=91097</guid>
		<description><![CDATA[Chat from the command line. Whether you use Google Talk, Windows Live Messenger, Yahoo Chat, AIM, Jabber or some combination of the above, CenterIM lets you talk with your buddies in your Linux terminal. We've previously highlighted a few instant messaging programs, but nothing quite like CenterIM.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/centerim-icon.png?323f2c" alt="linux chat" />Chat from the command line. Whether you use Google Talk, Windows Live Messenger, Yahoo Chat, AIM, Jabber or some combination of the above, <strong>CenterIM</strong> lets you talk with your buddies in your Linux terminal. We&#8217;ve previously highlighted a few <a href="http://www.makeuseof.com/tags/instant-messaging/">instant messaging</a> programs, but nothing quite like CenterIM. That&#8217;s because this Linux chat program runs entirely from the command line, but still gives you access to the features you expect.</p>
<p>Is this just a novelty? Perhaps for some, but there are other reasons to use command line software. It&#8217;s easy to use via <a href="http://www.makeuseof.com/tags/ssh/">SSH</a>, for one thing. It&#8217;s also light on resources. It works in your full-screen terminal, allowing you to chat without the distractions provided by the web. And an efficient series of keyboard shortcuts makes chatting quick for those who dislike the mouse.</p>
<p>More than that, though, CenterIM is just plain effecient. Get to know this program&#8217;s keyboard shortcuts and you just might come to love it, even if you don&#8217;t usually go for terminal applications.</p>
<h2>Setting Up</h2>
<p>You can launch CenterIM from the command prompt by typing <em>centerim</em> and hitting enter. Of course, like all instant messaging programs, it doesn&#8217;t do much out of the box. You need to configure it to work with your various services.</p>
<p>First you will be presented with some general options:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/centerim-initial.png?323f2c" alt="linux chat" width="580" height="335" /></p>
<p>Browse up and down with your up and down arrow keys, and change a particular setting by hitting enter and making the appropiate changes. Don&#8217;t worry if you don&#8217;t understand everything here; the defaults all work well and you can change them later.</p>
<p>Press right to switch to the &#8220;<em>Done</em>&#8221; button, then click enter. You&#8217;ll be given the chance to enter your IM information:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/centerim-accounts.png?323f2c" alt="linux command line chat client" width="581" height="423" /></p>
<p>It most cases all you need is a username and password. Configure as necessary.</p>
<p>You may notice there is no option here for Google Talk. Don&#8217;t worry, you can use Jabber to connect to Google Talk. CenterIM suggests you use these settings:</p>
<pre>jab_nick yourGmailAddress@gmail.com</pre>
<pre>jab_pass yourPlaintextPassword</pre>
<pre>jab_server talk.google.com:5223</pre>
<pre>jab_prio 4</pre>
<pre>jab_ssl 1</pre>
<pre>jab_status o</pre>
<p>You can add this information within CenterIM, or you can edit the &#8220;config&#8221; file in &#8220;<em>~/.centerim</em>&#8221; and add the above text manually. Both processes worked for me, but be warned &#8211; using CenterIM messed up the names of my contacts for some reason. I&#8217;m not sure why, but don&#8217;t add Google Talk to CenterIM if this is something you care about.</p>
<h2>Using CenterIM</h2>
<p>Using CenterIM is easy, if you know how to follow directions. I say this because at the bottom of every CenterIM window is a list of keyboard shortcuts:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/centerim-talking.png?323f2c" alt="linux chat" width="580" height="347" /></p>
<p>Follow these instructions to switch between conversations, start new ones and configure the software. It might seem clumsy at first, but use this for a while and you might wonder why you ever chatted any other way.</p>
<h2>Installing CenterIM</h2>
<p>As always, Ubuntu users can <a href="apt:centerim">simply click here to install CenterIM</a>. All Linux users can also check their package manager for &#8220;<em>centerim</em>&#8221; becuase it&#8217;s almost certainly in there.</p>
<h2>Conclusion</h2>
<p>I love learning <a href="http://www.makeuseof.com/tag/4-websites-to-learn-cool-linux-command-line-tricks/">cool command line tricks for Linux</a>, like <a href="http://www.makeuseof.com/tag/read-google-reader-terminal-textonly-browser-elinks-linux-mac/">reading Google Reader from the command line</a>. CenterIM is quickly becoming another command-line favorite for me. Will it for you? Let&#8217;s talk about it in the comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/chat-linux-command-line-centerim/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>6 Ways The aMSN Clone Is Far Better Than MSN Messenger</title>
		<link>http://www.makeuseof.com/tag/6-ways-amsn-clone-msn-messenger/</link>
		<comments>http://www.makeuseof.com/tag/6-ways-amsn-clone-msn-messenger/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 22:31:10 +0000</pubDate>
		<dc:creator>Yaara Lancet</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[chat client]]></category>
		<category><![CDATA[chat tips]]></category>
		<category><![CDATA[cross platform]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=87196</guid>
		<description><![CDATA[MSN Messenger has been rising in popularity ever since it stole ICQ's thunder back in the day. I used to be an ICQ fan and never really managed to like anything that came out under the Messenger name. Having said that, I was using it for a couple of years before finding a better solution in Miranda IM.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/image91.png?323f2c" alt="amsn" />MSN Messenger has been rising in popularity ever since it stole ICQ&#8217;s thunder back in the day. I used to be an ICQ fan and never really managed to like anything that came out under the Messenger name. Having said that, I was using it for a couple of years before finding a better solution in Miranda IM.</p>
<p>But multi-protocol IM clients are not everyone’s cup of tea, and some people simply want the MSN experience, without the annoyance of what has now become Windows Live Messenger. Those people should definitely try <a href="http://www.amsn-project.net/">aMSN</a>.</p>
<h2>Download &amp; Installation</h2>
<p>When looking for an IM program, I don’t expect to have to spend 20 minutes just installing it. This is the case these days when trying to get <a href="http://explore.live.com/windows-live-messenger">Windows Live Messenger</a>.</p>
<p>Let’s start with the fact that I first have to opt out of installing numerous other programs that I don’t need, continue with the fact that it forces me to update programs that I don’t wish to, and finish with the appalling installation time of ~10 minutes, plus a required restart. All this for a simple IM client!</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-18-15h03_07.png?323f2c" alt="amsn" width="419" height="264" border="0" /></p>
<p>aMSN, on the other hand, is a very quick download and installation. 3 minutes after thinking about it, I already had the thing up and running on my computer. The only downside was that it tried to install one third party program as part of the installation. It was easy enough to opt out, though.</p>
<h2>Compatibility</h2>
<p>Aside from being open source (which is a big plus, if only in principle), aMSN is also multi-platform, and can run on Linux, Windows, Mac, FreeBSD and Nokia N900. If you really wanted it to run on more platforms you could just do it yourself, or find someone who could do it for you.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-18-14h32_49.png?323f2c" alt="amsn clone download" width="543" height="315" border="0" /></p>
<p>True, there is an official version of Live Messenger for Mac, but no such thing for Linux as far as I know, and even the Mac version is downloadable from a totally different page. It’s like it’s not even the same program. With aMSN, it’s all there on the same page, you just need to choose your OS and off you go.</p>
<h2>Ease Of Use</h2>
<p>It was ICQ’s downfall, and now it’s happening to MSN Messenger (and Skype too, to be honest). IM clients <em>shouldn’t</em> be heavy, slow and complicated. Every time I download a new version of Live Messenger, it’s even more bloated, slow and hard to understand. It seems that the simplest things become harder and harder to find.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-18-16h59_04.png?323f2c" alt="amsn clone download" width="580" height="464" border="0" /></p>
<p>aMSN is keeping it simple. It’s the same feel (and also look, if you so desire) as MSN Messenger, but everything is quick, responsive, lighter and easy to find. A simple look-around through the menus is all you need. No hidden buttons that you can’t see through a picture-heavy interface (&#8220;<em>switch to compact view</em>&#8221; anyone?), no hidden menus where you least expect them.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-18-17h04_25.png?323f2c" alt="amsn clone download" width="580" height="382" border="0" /></p>
<p>Another thing I found especially appealing in aMSN is the ability to easily choose what simple actions, such as clicking on the “X”, will do. The first time you click on it, you get to choose whether it should quit or minimize. You can choose to remember your choice or choose not to, in which case you can use the “X” button to do something different every time you click on it. This dialogue pops up for other actions as well.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-18-15h36_25.png?323f2c" alt="amsn download" width="506" height="218" border="0" /></p>
<h2>Appearance</h2>
<p>Yes, Live Messenger has themes and badges, and you might even like some of them, but I find most of them offensive. For different themes you have to go to third-party websites and download questionable things.</p>
<p>In aMSN, there are numerous skins that are fairly easy to install (it’s not just clicking as in the regular MSN, but then again, the program is much lighter for it – simply download the skins you want). All the skins are available right there on <a href="http://www.amsn-project.net/skins.php">aMSN’s homepage</a>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-18-15h47_12.png?323f2c" alt="amsn download" width="518" height="411" border="0" /></p>
<p>There are some really beautiful skins, including one that gives the whole thing a pretty realistic Live Messenger look (if that’s your thing). If you’re into dark, simple themes, you’re sure to find your fancy as well.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-18-17h10_25.png?323f2c" alt="amsn download" width="302" height="370" border="0" /></p>
<p>I did encounter some bugginess in some themes where the menus stopped working properly, but I guess that’s part of the deal with open source sometimes.</p>
<h2>Plugins</h2>
<p>Aside from the many features that already come with aMSN, there’s a nice list of plugins available for download that can enhance your aMSN experience. You can find all sorts of plugins for Live Messenger as well, but they’re not something Microsoft created, and therefore you have to go searching for them. Nothing is official.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-18-17h12_51.png?323f2c" alt="2011-09-18 17h12_51" width="528" height="211" border="0" /></p>
<p>You can also create plugins for features you want to see (if you’re into that sort of thing), or get someone to do it for you. The magic of open source!</p>
<h2>Multiple Logins</h2>
<p>As it is, aMSN supports multiple logins from different accounts. You don’t need to install anything additional. Simply open a new instance of aMSN and sign in using a different user and password.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/2011-09-18-16h34_33.png?323f2c" alt="amsn" width="523" height="451" border="0" /></p>
<p>Try to do that with a clean Live Messenger version.</p>
<h2>Bottom Line</h2>
<p>Don’t get me wrong, I thing Microsoft have been doing some awesome things lately, but the bloated IM client syndrome has not passed them untouched. To me, Live Messenger has become almost unusable, and aMSN provides a very similar experience, in a much lighter and friendlier package.</p>
<p>What do you think of aMSN? Do you know of any other good clones out there? Share in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/6-ways-amsn-clone-msn-messenger/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/17 queries in 0.033 seconds using apc
Object Caching 712/744 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 20:32:06 -->
