<?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; chat</title>
	<atom:link href="http://www.makeuseof.com/tags/chat/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 04:31:39 +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>How To Make A Chat Bot For Your Site Or Business</title>
		<link>http://www.makeuseof.com/tag/chat-bot-site-business/</link>
		<comments>http://www.makeuseof.com/tag/chat-bot-site-business/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 18:01:39 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[chat bots]]></category>
		<category><![CDATA[chat tips]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98011</guid>
		<description><![CDATA[The difficulty with connecting with so many people across the world is time zones. You may want to be available to interact with your readership or to do business with potential clients, but at some point, you have to sleep. Enter the chat bot. A chat bot can serve as your front desk "digital secretary" when you aren’t available to accept IM requests.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/android.png?323f2c" alt="how to make a chat bot" />One of the great things about owning a website and being an online writer is the opportunity to connect with so many people across the world.</p>
<p>Unfortunately, there is one difficulty with connecting with so many people across the world &#8211; time zones. You may want to be available to interact with your readership or to do business with potential clients, but at some point, you have to sleep.</p>
<p>Enter the chat bot. A chat bot can serve as your front desk digital secretary when you aren&#8217;t available to accept IM requests. The intelligence of this digital &#8220;secretary&#8221; really only comes down to how well you&#8217;re able to program the dialogue into your chat bot.</p>
<p>MUO has previously covered <a href="http://www.makeuseof.com/dir/chitterim-google-talk-twitter-client/">ChitterIM</a>, which is essentially a chat bot that accepts IM commands from you in order to interact with Twitter. This is just one example of how a chat bot can automatically perform tasks for your site or your business, but in this article I&#8217;m going to show you the basic steps to make your own chat bot for your own site or business.</p>
<h2>How to Make a Chat Bot</h2>
<p>By far, the best available tool for doing this is IMified. We&#8217;ve briefly covered <a href="http://www.makeuseof.com/dir/imified/">IMified</a> in the directory, and <a href="http://www.makeuseof.com/tag/turn-your-im-program-into-a-productivity-tool-using-imified/">Mark covered</a> how to use the prebuilt IMified bot to use a whole list of premade applications that the folks at IMified already offer.</p>
<p>However, you can also create your own customized chat bot by signing up for a new account, and then clicking on the <em>&#8220;Create a New Bot&#8221;</em> button on the right menu.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/newbot1.png?323f2c" alt="how to make a chat bot" width="272" height="230" /></p>
<p>Setting up your own customized chat bot is as simple as creating an ID for your bot, and defining the URL where your bot&#8217;s chat code will reside. In my case, I&#8217;m storing the PHP code for the bot programming on my own website, so I&#8217;ve provided the path to that PHP file.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/newbot2.png?323f2c" alt="make a chat bot" width="443" height="613" /></p>
<p>When you&#8217;re done, you&#8217;ll receive a long &#8220;Bot Key&#8221; that you can use when you get more deeply into integrating your bot into various services, such as programming your own Twitter features. However, for now we&#8217;re going to focus on creating that basic PHP file where you can program your bot to interact with your users.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/newbot3.png?323f2c" alt="make a chat bot" width="560" height="567" /></p>
<p>To show how this basically works, I&#8217;m going to explain how the basic PHP file offered by IMified works. Here&#8217;s what the basic interaction code looks like.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #b1b100;">switch</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'step'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">:</span>
<span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Hi, I'm the TSW Support bot, do you already know what service you want?&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span>
<span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;You've requested service &quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'value1'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;, is that correct?&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">3</span><span style="color: #339933;">:</span>
<span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Thank you for requesting service &quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'value1'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;br&gt;&lt;br&gt;You said &quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'value2'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot; that you know.&lt;reset&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>If you step through this sample code you&#8217;ll see just how simple it is. The IMified bot lets you take the conversation through several &#8220;steps&#8221;, and you can force navigation. You can allow the user to type something and continue to the next step by doing nothing and just ending that section with &#8220;break;&#8221;. If you end your echo with a &#8220;&#8221;, it&#8217;ll reset the bot (and the conversation) back to the start. Your bot will forget everything that was recently said.</p>
<p>IMified also lets you use a &#8220;goto&#8221; command to go to a specific step in the conversation, and will force the conversation one step back (I&#8217;ll show you how this works below).</p>
<p>But first, here&#8217;s what the bot conversation will look like. The bot is called &#8220;tswdesk&#8221;.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/newbot5.png?323f2c" alt="make a chat bot" width="417" height="231" /></p>
<p>Of course, you&#8217;re going to want your chat bot to be a little more intelligent (and interesting) than this simple example. However, since you are controlling the conversation using PHP code, just think of the possibilities. Based on the conversation, you could perform different services for your readers or your clients. Send out an email, log &#8220;feedback&#8221; test to a file, or provide the user with requested information. The possibilities are really unlimited.</p>
<p>Here&#8217;s a sample PHP bot code where you can provide the visitor with the option to select from a menu of &#8220;services&#8221; that your bot offers.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #b1b100;">switch</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'step'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">:</span>
<span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Hi, I'm the TSW Support bot, do you already know what service you want?&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'msg'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;yes&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Cool, go ahead and type your request.&quot;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'msg'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;no&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Here are our service commands:&lt;br&gt;&lt;br&gt;1-Subscribe to newsletter&lt;br&gt;2-Request to talk to editor&lt;br&gt;3-Submit Feedback&lt;br&gt;4-Subscribe to RSS Feed&lt;br&gt;5-Request a phone call&lt;br&gt;&lt;br&gt;Please type your request:&quot;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;I don't understand your answer, try again. &lt;error&gt;&quot;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">3</span><span style="color: #339933;">:</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'msg'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;1&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Thank you. I've subscribed you to our newsletter using your IM email account. Have a nice day.&lt;reset&gt;&quot;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'msg'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;2&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Thank you. I've let our editor know that you would like to speak with him. Have a nice day.&lt;reset&gt;&quot;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'msg'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;3&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Thank you. Please type your feedback now.&quot;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'msg'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;4&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Thank you. Add our RSS url to your Reader to subscribe: http://www.topsecretwriters.com/rss. Have a nice day.&lt;reset&gt;&quot;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_REQUEST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'msg'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;5&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Thank you. You've requested a phone call. Please type your phone number.&quot;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span>  
&nbsp;
<span style="color: #b1b100;">break</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #b1b100;">case</span> <span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span>
<span style="color: #009900;">&#123;</span>
   <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Thank you. Your information has been submitted. Have a nice day.&lt;reset&gt;&quot;</span><span style="color: #339933;">;</span>
   <span style="color: #b1b100;">break</span><span style="color: #339933;">;</span> 
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Now that there&#8217;s a bit more logic and information in the background code, you can see how much more intelligent the bot will appear to users, as shown in the conversation below.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/newbot71.png?323f2c" alt="how to make a chat bot" width="429" height="377" /></p>
<p>Now, carrying out some of these tasks may be as simple as writing to a logfile or sending out an email to the editor using PHP, but if you want to have your bot serve you by accepting Twitter commands or issuing alerts to all chat &#8220;friends&#8221;, it will require using some of the IMified APIs. That&#8217;s outside the scope of this article, but we&#8217;ll get to those cool features in an upcoming article.</p>
<p>Have you ever used IMified to customize your own bot, or have you used any other similar service? Share your chat bot experiences and insights in the comments section below.</p>
<p><small>Image Credit: <a href="http://image.shutterstock.com/display_pic_with_logo/316570/316570,1312322828,1/stock-photo-android-reveals-internal-technology-of-their-electrical-circuit-82124479.jpg" rel="nofollow">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/chat-bot-site-business/feed/</wfw:commentRss>
		<slash:comments>7</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>Get The Advantage By Talking To Your Gamer Friends With Mumble Voice Chat</title>
		<link>http://www.makeuseof.com/tag/advantage-talking-gamer-friends-mumble-voice-chat/</link>
		<comments>http://www.makeuseof.com/tag/advantage-talking-gamer-friends-mumble-voice-chat/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 23:30:24 +0000</pubDate>
		<dc:creator>Chris Hoffman</dc:creator>
				<category><![CDATA[Games & Gaming Tips]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[chat client]]></category>
		<category><![CDATA[chat tips]]></category>
		<category><![CDATA[gaming tools]]></category>
		<category><![CDATA[video games]]></category>

		<guid isPermaLink="false">/?p=97934</guid>
		<description><![CDATA[Mumble improves on other voice chat applications for gamers and offers quite a few advantages. It's optimized for low-latency communications, making it perfect for hectic game situations where every second counts. If you're coming from Ventrilo, another popular voice chat application for gamers, you'll also find that Mumble has a much more streamlined interface.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/mumble-icon.png?323f2c" alt="mumble voice chat"/></p>
<p><a href="http://mumble.sourceforge.net/">Mumble</a> improves on other voice chat applications for gamers and offers quite a few advantages. It&#8217;s optimized for low-latency communications, making it perfect for hectic game situations where every second counts. It automatically normalizes people&#8217;s voices, so you don&#8217;t have to fiddle with volume levels. It has positional audio support for a variety of popular games, so you can hear another player&#8217;s voice coming from their character&#8217;s location in the game.</p>
<p>The advantages don&#8217;t stop there &#8212; it automatically reduces noise and optimizes sound quality. It has strong, certificate-based security. If you&#8217;re coming from Ventrilo, another popular voice chat application for gamers, you&#8217;ll also find that Mumble voice chat has a much more streamlined interface.</p>
<h2>Low Latency</h2>
<p>Mumble&#8217;s low latency is one of its biggest advantages. In my tests, latency seemed pretty similar to a normal phone call. I can&#8217;t say the same about my experience with Ventrilo, which often introduces huge delays. Mumble&#8217;s audio setup wizard helps you tune latency to the appropriate value for your sound hardware.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/latency-wizard.png?323f2c" alt="mumble voice chat" width="533" height="323" /></p>
<p>If you&#8217;re playing an online game, being able to communicate at almost real-time speeds is a <a href="http://www.makeuseof.com/tag/optimize-computer-gaming/">big advantage</a>. It can mean the difference between dodging an incoming attack and hearing about it while your character is already bleeding on the floor.</p>
<h2>Automatic Volume Normalization</h2>
<p>The Mumble server (also known as Murmur) automatically adjusts every user&#8217;s volume level for you. If you&#8217;ve used Ventrilo, you&#8217;ll remember having to adjust every user&#8217;s volume level individually. Mumble eliminates that pointless, fiddly busywork.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/volume-tuning.png?323f2c" alt="mumble server" width="587" height="394" /></p>
<p>Mumble&#8217;s Automatic Gain Control feature works automatically as long as every user has their microphone volume at a high enough level &#8212; the audio setup wizard guides you through that part.</p>
<h2>Positional Audio</h2>
<p>Mumble voice chat works with any game, but it includes special plugins for some games. If you&#8217;re using Mumble with a supported game, you can activate positional audio and get full, 3D sound. You&#8217;ll hear your friend&#8217;s speech in your left ear if their character is standing to your left in the game. Mumble includes plugins for a variety of popular games, including <a href="http://www.makeuseof.com/tags/world-of-warcraft/">World of Warcraft</a>, <a href="http://www.makeuseof.com/tag/selection-freetoplay-steam-games/">Team Fortress 2</a>, the Call of Duty series and the Left 4 Dead games. You can find a <a href="http://mumble.sourceforge.net/Games">full list of supported games</a> on the Mumble wiki.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/mumble-game-plugins.png?323f2c" alt="mumble server" width="590" height="607" /></p>
<p>Setup is easy: Ensure the game&#8217;s plugin is enabled, activate the &#8220;Link to Game and Transmit Position&#8221; on the plugins pane and enable the Positional Audio checkbox on the Audio Output settings pane.</p>
<h2>Security</h2>
<p>Mumble has strong security features. <a href="http://www.makeuseof.com/tags/encryption/">Encryption</a> is one of them &#8212; Mumble encrypts all communications between you and the server, so you can have private voice conversations without being eavesdropped on.</p>
<p>Instead of passwords, Mumble uses certificate-based authentication. Mumble recommends you create a trusted certificate, but this isn&#8217;t entirely necessary for casual use. You can just select the Automatic Certificate Creation option to have Mumble create a self-signed certificate for you.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/certificate-wizard.png?323f2c" alt="mumble server" width="589" height="539" /></p>
<p>Certificates are more secure than passwords &#8212; people can&#8217;t connect to a server and impersonate you unless they acquire your private certificate, which is stored locally on your computer. Server administrators can assign fine-grained permissions to specific certificates, and you can even use your certificate to reserve a username on a server.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/username-register.png?323f2c" alt="mumble client" width="539" height="447" /></p>
<h2>The Interface</h2>
<p>Finding and connecting to servers is easy in Mumble. The program itself provides a list of public servers to connect to &#8212; of course, you can also connect to a private server if you know its address</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/mumble-server-connect.png?323f2c" alt="mumble client" width="518" height="379" /></p>
<p>Mumble&#8217;s interface is much more streamlined and easy-to-use than many other voice chat applications (I&#8217;m looking at you, Ventrilo). By default, there&#8217;s a box on the left for status messages and text chat, and a channel list on the right. The lip icon to the left of a user&#8217;s name turns red when that user starts talking. The layout is completely customizable from Mumble&#8217;s configuration window.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/mumble-interface.png?323f2c" alt="mumble client" width="538" height="446" /></p>
<p>Mumble voice chat eliminates those features that no one uses and brings commonly-used features to the fore. It&#8217;s easy to record conversations, set comments and avatar images other users can see and perform other common tasks with Mumble.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/mumble-recorder.png?323f2c" alt="" width="466" height="252" /></p>
<p>Mumble has a built-in overlay, so you can see who&#8217;s talking even when you&#8217;re playing a full-screen <a href="http://www.makeuseof.com/service/games/">game</a>. The overlay is completely configurable; you can position it and adjust its appearance from Mumble&#8217;s configuration window.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/mumble-overlay.jpg?323f2c" alt="mumble voice chat" width="590" height="606" /></p>
<h2>Conclusion</h2>
<p>Mumble&#8217;s only real disadvantage is that it&#8217;s not as widespread and many gamers are unfamiliar with it. Still, if you can bring your gamer friends around, Mumble is likely a big improvement over what you&#8217;re already using.</p>
<p>Let us know what you think in the comments. Have you tried Mumble? Do you still prefer another voice chat app? Or do all your gamer friends just use Ventrilo or TeamSpeak?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/advantage-talking-gamer-friends-mumble-voice-chat/feed/</wfw:commentRss>
		<slash:comments>6</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>4 More Awesome Skype Apps You Should Install [Windows]</title>
		<link>http://www.makeuseof.com/tag/4-awesome-skype-apps-install-windows/</link>
		<comments>http://www.makeuseof.com/tag/4-awesome-skype-apps-install-windows/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 23:31:53 +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[Skype]]></category>
		<category><![CDATA[video chat]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=96175</guid>
		<description><![CDATA[Skype is a useful and popular chat and VoIP application, which can become even more useful after installing some Skype apps.There are lots more things you can do with Skype apps, such as launching multiple accounts, adding spell checks, translating chats and initiating calls with one click.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/skype-apps3.jpg?323f2c" alt="awesome skype app" />A while ago, Tina wrote about <a href="http://www.makeuseof.com/tag/3-musthave-skype-apps-enhance-chat-experience/">3 must-have Skype apps to enhance your chat experience</a>. As mentioned in that post, Skype is a useful and popular chat and VoIP application, which can become even more useful after installing some Skype apps.</p>
<p>The post described 3 excellent apps for recording calls, managing history and using a whiteboard in call. But there are lots more things you can do with Skype apps, such as launching multiple accounts, adding spell checks, translating chats and initiating calls with one click.</p>
<p>Some Skype apps require permission through Skype itself. For a full explanation on how to do this, check out <a href="http://www.makeuseof.com/tag/3-musthave-skype-apps-enhance-chat-experience/">Tina’s post</a>. And now, let’s check out some awesome Skype apps!</p>
<h2><a href="http://multi-skype-launcher.com/">Multi Skype Launcher</a></h2>
<p>If you’re regularly using more than one Skype account on the same computer, and you’re tired of constantly signing in and signing out of different accounts, <a href="http://www.makeuseof.com/tag/run-multiple-skype-accounts-multi-skype-launcher-windows/">Multi Skype Launcher</a> is going to come in mighty handy.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/multi-skype-launcher-13.jpg?323f2c" alt="awesome skype app" width="482" height="368"/></p>
<p>Simply download the app, add all your Skype accounts, and you’re read to go. Whenever you want to launch more than one account, open Multi Skype Launcher, and launch the accounts you wish to use. For each account you add, you can choose to auto login when the computer starts, and whether it starts minimized or not.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/multi-skype-launcher-2.jpg?323f2c" alt="cool skype apps" width="323" height="238"/></p>
<p>Note that if you choose to auto login, you should disable Skype’s native auto login option from Tools –&gt; Options – &gt; General Settings to prevent confusion.</p>
<p>The app works seamlessly, and I was able to use both my Skype accounts at the same time without a hitch.</p>
<h2><a href="http://ursa-spelling.com/index.php">Ursa Spell Checker</a></h2>
<p>In today’s world, it’s becoming harder and harder to write without those built-in spell checkers we’re so used to. They’re everywhere, and we rely on them to catch embarrassing typos and even more embarrassing spelling mistakes. Skype chat, however, doesn’t have one. Ursa Spell Checker adds this functionality to Skype, complete with suggestions for correct spelling in a context menu.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/ursa-1.jpg?323f2c" alt="cool skype apps" width="479" height="280"/></p>
<p>&nbsp;</p>
<p>Ursa Spell Checker works on an individual user basis. You set up hotkeys to enable and disable it, and whenever you want it to work, simply hit the activation hotkey you set up in the preferences. If you’re chatting to several users at the same time, you will have to enable it for each and every one. This is both a down side and an up side, depending on how you look at it.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/ursa-2.jpg?323f2c" alt="cool skype apps" width="370" height="326"/></p>
<p>&nbsp;</p>
<p>You can download multiple languages to Ursa and enjoy a spell checker for different languages. I only tried Ursa with English, so let us know in the comments how it fares with other languages.</p>
<h2><a href="http://shop.skype.com/apps/Translators/Clownfish-for-Skype.html">Clownfish for Skype</a></h2>
<p>If you need more than a simple spell checker, or if Ursa is not what you’re looking for, give Clownfish for Skype a try. This app offers live translation and text-to-speech, on top of a multi-language spell checker.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/clownfish.jpg?323f2c" alt="apps for skype" width="288" height="261"/></p>
<p>The app’s context menu is a bit intimidating at first, but once you brave its sheer size, it’s not that complicated to navigate through.</p>
<p>For translations, you can choose between several different dictionaries, and then set them up for the languages you want to use, or simply let Skype auto detect the languages. You can also encrypt messages, set up the spell checker (which you will have to download dictionaries for), set up text to speech and more.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/clownfish-2.jpg?323f2c" alt="apps for skype" width="430" height="534"/></p>
<p>&nbsp;</p>
<p>This is a really useful little app that can make your life easier if you often chat in different languages and need to constantly copy and paste into Google Translate. As I’ve mentioned earlier, the app’s interface is a bit hard to swallow at first, but don’t give up, there are some real gems to be found.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/clownfish-3.jpg?323f2c" alt="apps for skype" width="353" height="273"/></p>
<h2><a href="http://shop.skype.com/apps/Integrations-with-popular-software/click_to.html">Click.to</a></h2>
<p>Click.to is a brilliant time-saver which is not meant for Skype only, but personally, I find that it’s especially useful when used with Skype. What Click.to does is take data from your clipboard and then lets you use this data in other applications. So how does this help us with Skype? Simple. Say someone just gave you a phone number in an e-mail or a chat, or you’ve found a phone number you need to call in a customer service website. Instead of copying, opening Skype, and pasting, you can use a Click.to shortcut.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/click.to-1.jpg?323f2c" alt="" width="302" height="240" /></p>
<p>When you first install Click.to, you can choose which services it will offer to use. I chose only Skype.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/click.to-2.jpg?323f2c" alt="" width="357" height="214"/></p>
<p>Then, when someone give you a phone number anywhere, simply highlight it, copy it to the clipboard and a set of buttons will appear. If you click the Skype button, a call will immediately be initiated. Simple, and very very useful.</p>
<p>You can easily change things like what shortcuts it offers, the icons’ size and location and whether it offers these shortcuts automatically.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/click.to3_.jpg?323f2c" alt="awesome skype app" width="575" height="434"/></p>
<h2>Conclusion</h2>
<p>If you use Skype a lot, you’re going to enjoy the enhancements these apps provide. But there are many other apps out there that can enhance your Skype experience. Know of some really good ones? Let us know in the comments, so we know what to try next!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/4-awesome-skype-apps-install-windows/feed/</wfw:commentRss>
		<slash:comments>7</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>3 Must-Have Skype Apps To Enhance Your Chat Experience</title>
		<link>http://www.makeuseof.com/tag/3-musthave-skype-apps-enhance-chat-experience/</link>
		<comments>http://www.makeuseof.com/tag/3-musthave-skype-apps-enhance-chat-experience/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 22:31:36 +0000</pubDate>
		<dc:creator>Tina Sieber</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[chat client]]></category>
		<category><![CDATA[chat tips]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[video chat]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=93333</guid>
		<description><![CDATA[Skype is a free video and audio chat client that is available for many different platforms, including Windows, Mac, Linux, iOS, and Google Android. One reason Skype has been so successful is that besides high quality online audio and video chat, it offers cheap rates for calling phones and mobiles around the world. What most people don't know is that Skype also supports apps. ]]></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 apps" /><a title="Skype" href="http://www.skype.com">Skype</a> is a free video and audio chat client that is available for many different platforms, including Windows, Mac, Linux, iOS, and Google Android. One reason Skype has been so successful is that besides high quality online audio and video chat, it offers cheap rates for calling phones and mobiles around the world. What most people don&#8217;t know is that Skype also supports apps.</p>
<p>This article will introduce you to three useful apps that allow you to record your audio calls, manage your chat history, and share an online whiteboard with your contacts during a Skype meeting.</p>
<h2>What Are Skype Apps?</h2>
<p>Skype apps are small applications that plug into your Skype client to enrich it with extra features. The <a title="Skype App Directory" href="http://shop.skype.com/apps/index.html">Skype App Directory</a> presently counts 38 apps in ten categories, ranging from business to translators. Most apps are available for Windows, some also plug into the Mac client, and one is designed to work with Google Android and iOS. Unfortunately, Linux users cannot take advantage of Skype apps.</p>
<h2>How Do I Install Or Uninstall A Skype App?</h2>
<p>Skype apps are installed independent of Skype and you don&#8217;t have to close Skype during the process. Once the installation is completed, you need to give the application access to Skype. If you accidentally deny access, you can always go to &gt; <em>Tools</em> &gt; <em>Options</em> &gt; <em>Advanced</em> within Skype, and &gt; <em>Manage other programs&#8217; access to Skype</em> (bottom right).</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Skype-Allow-Access.png?323f2c" alt="skype apps" border="0" /></p>
<p>In Windows, you can remove Skype apps like any other installed software via the <em>Add/Remove Program</em> menu. Skype apps are listed as independent programs. Uninstalling them does not affect your Skype installation.</p>
<h2><a title="Callnote" href="http://shop.skype.com/apps/index.html">Callnote</a></h2>
<p>Callnote allows you to record your Skype conversations and automatically forward them to <a title="Evernote" href="http://www.evernote.com">Evernote</a>. This app only records audio of up to eight lines at once. Names of participants as well as duration of the call are saved automatically. You can set it up to start recording when a call starts. Callnote is available for Windows and Mac.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Callnote-Skype-App.png?323f2c" alt="enhance skype" border="0" /></p>
<p>If you do not use Evernote and would prefer to save your recorded calls on your computer, try <a title="G-Recorder Basic" href="http://shop.skype.com/apps/Call-recording-audio-only/G-Recorder-Basic.html">G-Recorder Basic</a>. This app also offers the option to back up your chat history and export calls and history to your GMail account in chronological order. G-Recorder Basic is available for Windows only.</p>
<h2><a title="SkyHistory" href="http://scand.com/products/skyhistory/install.html">SkyHistory</a></h2>
<p>SkyHistory is a chat history manager for Skype. The layout reminds a bit of Windows Explorer. You can browse your chat history by user or calendar, search for keywords, and bookmark selected IMs for later reference.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/SkyHistory01.png?323f2c" alt="enhance skype" border="0" /></p>
<p>History from conversations that took place before you installed SkyHistory can be imported via the Options menu. However, this only works for history that Skype saved to your computer.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Skype-History.png?323f2c" alt="enhance skype" border="0" /></p>
<p>It&#8217;s a great app if you often need to browse old conversations, search for information, or refer back to it later.</p>
<h2><a title="IDroo" href="http://www.idroo.com/home">IDroo</a></h2>
<p>IDroo is an interactive multi-user whiteboard application that allows you to share a drawing board with your Skype contacts. You can draw and write on the whiteboard, add images, and open several different pages. This app is perfect for visually sharing ideas during an online meeting.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/IDroo-Skype-Whiteboard.png?323f2c" alt="skype apps" border="0" /></p>
<p>You can save the whiteboard pages as IDroo files or export as an image file and you can open saved sessions to share them again. IDroo is available for Windows only. To participate, your contacts must have the app installed.</p>
<h2>Conclusion</h2>
<p>Skype apps are tools that co-operate with Skype and add useful features. Even though some work across platforms, most are limited to Windows users. Moreover, the selection of official apps is fairly small and most apps have limited features or only offer a trial version. Nevertheless, you can find some very useful add-ons among the few completely free apps.</p>
<p>If you would like to use Skype on the go, check out these articles:</p>
<ul>
<li><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></li>
<li><a title="Skype For iPad – Was It Worth Waiting For?" href="http://www.makeuseof.com/tag/skype-ipad-worth-waiting/">Skype For iPad – Was It Worth Waiting For?</a></li>
</ul>
<p>And here are several more Skype related articles you might be interested in:</p>
<ul>
<li><a title="Researchers Discover Skype Flaw That Lets Hackers Track You [News]" href="http://www.makeuseof.com/tag/researchers-discover-skype-flaw-lets-hackers-track-news/">Researchers Discover Skype Flaw That Lets Hackers Track You [News]</a></li>
<li><a title="How To Run Multiple Skype Accounts With Multi Skype Launcher [Windows]" href="http://www.makeuseof.com/tag/run-multiple-skype-accounts-multi-skype-launcher-windows/">How To Run Multiple Skype Accounts With Multi Skype Launcher [Windows]</a></li>
<li><a title="How To Record Skype Video Calls For Free With Vodburner" href="http://www.makeuseof.com/tag/record-skype-video-calls-free-vodburner/">How To Record Skype Video Calls For Free With Vodburner</a></li>
</ul>
<p>Do you think chats on Facebook or Google+ are serious competition for Skype? What could get you to switch from Skype to another platform?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/3-musthave-skype-apps-enhance-chat-experience/feed/</wfw:commentRss>
		<slash:comments>12</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 4/36 queries in 0.040 seconds using apc
Object Caching 717/795 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 14:24:20 -->
