<?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; irc</title>
	<atom:link href="http://www.makeuseof.com/tags/irc/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>Flashback: 3 Useful and Fun mIRC Scripts</title>
		<link>http://www.makeuseof.com/tag/flashback-3-fun-mirc-scripts/</link>
		<comments>http://www.makeuseof.com/tag/flashback-3-fun-mirc-scripts/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 22:30:20 +0000</pubDate>
		<dc:creator>Joel Jordon</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[chat client]]></category>
		<category><![CDATA[chat tips]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=49666</guid>
		<description><![CDATA[You might think that IRC (Internet Relay Chat), a chat protocol first developed in 1988, has gone the way of the dinosaur. But, according to Wikipedia, the most popular IRC networks still serve over half a million users at a time, and IRC still has some unique uses that might surprise you. One of the [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/07/mirc.png" /><img style="border: 0px none;margin-left:20px;float:right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/07/mirc.png?323f2c" alt="mirc scripts" />You might think that <a href="http://www.makeuseof.com/tags/irc">IRC</a> (Internet Relay Chat), a chat protocol first developed in 1988, has gone the way of the dinosaur. But, according to Wikipedia, the most popular IRC networks still serve over half a million users at a time, and IRC still has some unique uses that might surprise you.</p>
<p>One of the most popular IRC clients, mIRC (which you can <a href="http://mirc.com/">download here</a>), allows you to load scripts into it that can be used for a variety of purposes. I&#8217;ve listed a few of those scripts here. Each has a completely different purpose, from showing computer statistics to playing trivia games to hosting file servers.</p>
<p><span id="more-49666"></span><br />
If you haven&#8217;t used IRC before, maybe these scripts will give you a reason to give it a try (and maybe even <a href="http://www.makeuseof.com/tag/how-to-create-your-own-irc-chat-channel/">make your own IRC channel</a>); if you have used it before but not recently, perhaps they can help rekindle an old love. I&#8217;m sure they&#8217;ll show you some of the unique purposes that you can use IRC for besides just chatting!</p>
<h2>DarkEngine</h2>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/07/darkengine.png?323f2c" alt="mirc scripts"/></p>
<p>The <a href="http://www.mediafire.com/?qqztjtaemyd">DarkEngine Script</a> is useful for seeing your computer&#8217;s statistics, like how much hard drive space is free, your current uptime (and record uptime), and your current RAM and CPU use. Although there are other programs that can do this, DarkEngine is thorough and quick, and it can be used to easily compare your stats with other IRC users.</p>
<p>To set it up, all you have to do is unzip the DarkEngine script files into the mIRC directory and then type <strong>/load -rs de4.mrc</strong> in mIRC. Now right-click on a blank space on the mIRC chat window and you&#8217;ll see a new option called <strong>DarkEngine DLL</strong>. Hover over it and you&#8217;ll see a long list of options; from here, you can choose the statistics that you want to be posted into the chat window you&#8217;re in.</p>
<h2>Tat&#8217;s Trivia Bot</h2>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/07/trivia4.png?323f2c" alt="mirc scripts"/></p>
<p><a href="http://www.mediafire.com/?tlnyu03zdln">Tat&#8217;s Trivia Bot</a> is the best trivia bot for IRC. It comes preloaded with almost 8000 questions, so you&#8217;ll have to play it for a pretty long time before you run into any repeats; and it&#8217;s heavily customizable without requiring any messy text file editing.</p>
<p>To set it up, first unzip the trivia bot files and move them into your mIRC directory. Then type <strong>/load -rs trivscript.mrc</strong> in mIRC. Now right-click in a blank space on the mIRC chat window and you should see a new menu option that says <strong>Trivia</strong>. Hover over it and then click <strong>Trivia Options</strong>. Now in the first tab under <strong>Channels</strong> at the top, you simply need to click <strong>Add</strong> and type the name of the channel that the trivia bot will be operating in.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/07/trivia3.png?323f2c" alt="mirc commands"/></p>
<p>And then you&#8217;re good to go. But you&#8217;ve probably noticed the sheer number of options available in that menu. You pretty much have control over everything, including the length of time between questions and hints, what answers will be accepted, and text colors used. Be sure to explore all of the options for awhile and choose the settings that are best for your game (don&#8217;t be afraid to experiment!).</p>
<p>You can even write your own questions easily by adding them to the questions.txt file. For a less traditional (but fun) variation on trivia, I recommend writing questions pertaining to inside jokes that only regular visitors to the IRC channel could answer.</p>
<h2>SysReset</h2>
<p><a href="http://www.sysreset.com/">SysReset</a> is the most popular mIRC script that enables you to host a file server. You can use it to allow other users to download files from you.</p>
<p>To set it up, you have to download either the <a href="http://download.sysreset.com/sysreset255.exe">full installation</a>, which comes with mIRC; or, if you already have mIRC, the <a href="http://download.sysreset.com/sysreset255update.exe">upgrade pack</a>. After running the installer and opening mIRC, you should find an option called <strong>SysReset</strong> in the menu bar at the top. From that menu, select the first option, <strong>File Server Manager</strong>. Now go to the <strong>File Server Triggers</strong> tab.</p>
<p>First, make sure you check the box under <strong>Trigger Global Settings</strong>, between <strong>Respond to: </strong>and <strong>!list</strong>. Then, in the <strong>Fserve Trigger List</strong> section, click <strong>Add. </strong>You will be prompted to type in a name for your file server.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/07/fserve.png?323f2c" alt="mirc commands" /></p>
<p>Next you will be prompted to select a welcome file; you can skip this for now by clicking <strong>Cancel</strong>. Then you have to select the server root&#8221;”the folder that you will be allowing users to access and download files from.</p>
<p>Finally, return to the <strong>SysReset</strong> option on the menu bar and hover over <strong>Servers Active </strong>near the bottom. Select <strong>On</strong> from this menu.</p>
<p>Now your file server should be ready to be used. To test whether it works, you should connect to a server and join a channel. Then type <strong>/server -m &lt;server&gt; -j &lt;channel&gt;</strong> to join the same channel as a second user. Now, if you type <strong>!list</strong>, you should receive a message containing the trigger that users have to type to access your file server. Copy and paste that trigger and hit enter.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/07/fserve2.png?323f2c" alt="mirc commands"/></p>
<p>If all goes well, a new tab should open and you should connect to the file server. Typing <strong>dir</strong> will list files and folders, <strong>cd &lt;folder&gt; </strong>will allow you to see the contents of another folder, and <strong>get &lt;file&gt; </strong>will start a download or place you in the queue for a download.</p>
<p>SysReset has tons of features that you can customize. From the <strong>File Server Manager</strong> menu you can change your text colors, how many files can be downloaded at a time or be queued for download, and much more. Experiment a little and find out what works best for you.</p>
<h2>Conclusion</h2>
<p>If you&#8217;re a long-time IRC user, you&#8217;ve probably encountered plenty of other mIRC scripts out there. What are some of your favorites?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/flashback-3-fun-mirc-scripts/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Stay Connected To IRC Chat 24/7 Using Quassel</title>
		<link>http://www.makeuseof.com/tag/stay-connected-to-irc-chat-247-using-quassel/</link>
		<comments>http://www.makeuseof.com/tag/stay-connected-to-irc-chat-247-using-quassel/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 19:01:04 +0000</pubDate>
		<dc:creator>Dave Drager</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[local server]]></category>
		<category><![CDATA[old-school]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=29210</guid>
		<description><![CDATA[Back in the 1990&#8242;s, the only &#8220;instant messenger&#8221; system in use was IRC chat. Its use actually predates the web and the http protocol. IRC is still going on strong today &#8211; it is used by countless groups including developers, businesses, hackers and everyone else in between. Since it is such an established protocol, there [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/2009-11-16_1448.png?323f2c" alt="Quassel" align="left" />Back in the 1990&#8242;s, the only &#8220;instant messenger&#8221; system in use was <a href="http://www.makeuseof.com/tag/how-to-create-your-own-irc-chat-channel/">IRC</a> chat. Its use actually predates the web and the http protocol. IRC is still going on strong today &#8211; it is used by countless groups including developers, businesses, hackers and everyone else in between. Since it is such an established protocol, there are tons of clients out there. I wanted to feature one that really stands out of the pack &#8211; <a href="http://quassel-irc.org/">Quassel</a>.</p>
<p>What makes Quassel IRC different is its client/server architecture. A typical IRC chat client is just that, a client. When you disconnect your client or end your program, you are disconnected from IRC. Quassel really brings IRC chat to the next level. It splits your IRC client into two parts &#8211; the &#8220;client&#8221; and the &#8220;core&#8221;. The core is actually what connects to the external IRC servers &#8211; your client simply connects to the core and from there, you access IRC networks.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/distributed.png?323f2c" alt="distributed" width="390" height="350" /></p>
<p><span id="more-29210"></span><br />
So why bother with a 24/7 client? It is very beneficial to catch up on what has been going on since the last time you connected. For developers this means that you can see past discussions, for business it lets you keep up on what is going on. There are many reasons. However I think you will agree with me that once you learn about 24/7 IRC chat, you won&#8217;t want to go back to the old ways.</p>
<p>First you download the &#8220;core&#8221; application on a PC that you leave running all of the time. This PC can be a server or it can be a regular computer that you leave on 24/7. I have this running on a server in a data center so that the connection to the internet and server uptime are rock solid. They have both the core and client available for Windows, Linux and Mac &#8211; also the source code is freely available.</p>
<p>After running the core, you have your client to setup and configure. All configuration of the &#8216;core&#8217; server is done via the client on another PC (or on the same PC, it does not matter at this point which computer the client is running on). Upon first connection to the server, it will give you the option to &#8220;<em>Launch Wizard</em>&#8221; to setup the core.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/createuser.png?323f2c" alt="createuser" width="270" height="224" /></p>
<p>Once your Quassel user is set up, you can authenticate to the core. Next up will be setting up your identity. Later on you can even have separate identities for each IRC chat network that you connect to! For now, enter your username and other information and continue. By default it will connect you to Freenode but you can connect to any network you want, or multiple IRC networks.</p>
<p>For added security between your client and core, you can encrypt the connection. Quassel core has SSL capability added in, or if you have a <a href="http://www.makeuseof.com/tag/creating-your-own-personal-virtual-private-network-with-hamachi/">Hamachi</a> network set up you can use the IP address of your Core server for the hostname (the port is 4242).</p>
<p>I&#8217;ve been using Quassel for over a year now and it is definately a project to watch. <a href="http://www.mirc.com/">mIRC</a> is the most popular IRC chat client, but I&#8217;ve found that Quassel is just as good, and as stable. It is a great way to manage your connections to multiple IRC networks while maintaining your connectivity. It is being actively developed so look for more features such as scripting coming out soon!</p>
<p>And just to address the command line lovers out there &#8211; I wanted to note that this has been possible for a long time on the command line side using something like <a href="http://www.gnu.org/software/screen/">screen</a> and <a href="http://irssi.org/">irssi</a>. However the ability to have a remote, stable connection for GUI users has been a long time coming.</p>
<p>Do you use Quassel? Or do you have another preferred IRC client? Let us know all about it in the comments.</p>
<p>Get: <a href="http://quassel-irc.org/">Quassel</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/stay-connected-to-irc-chat-247-using-quassel/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>10 Essential Software Apps For Web Development on a Mac</title>
		<link>http://www.makeuseof.com/tag/10-essential-software-apps-for-web-development-on-a-mac/</link>
		<comments>http://www.makeuseof.com/tag/10-essential-software-apps-for-web-development-on-a-mac/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 17:34:39 +0000</pubDate>
		<dc:creator>Ellie Harrison</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ftp client]]></category>
		<category><![CDATA[image editors]]></category>
		<category><![CDATA[image tools]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[photo albums]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=20645</guid>
		<description><![CDATA[Whether Macs are the best computers for web development is up for debate, but one thing can be agreed upon &#8211; there are some great software apps for web development on a Mac. Here&#8217;s a list of 10 essential software apps for web development on a Mac. 10. TextWrangler is a multipurpose text editor that [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/199819013_42eca9cf82.jpg?323f2c" alt="Macbook" vspace="5" width="335" height="223" align="left" />Whether Macs are the best computers for web development is up for debate, but one thing can be agreed upon &#8211; there are some great software apps for web development on a Mac.</p>
<p>Here&#8217;s a list of 10 essential software apps for web development on a Mac.</p>
<p><strong>10. <a href="http://www.barebones.com/products/textwrangler/">TextWrangler</a></strong> is a multipurpose text editor that works for editing code and plain text documents. It can even open files from (and save them to) remote FTP and SFTP servers.</p>
<p><strong>9. <a href="http://www.inkscape.org/index.php?lang=en">Inkscape</a></strong> is an open source vector graphics editor similar to Adobe Illustrator. It is the first open source program to adopt Spiro curves. You can also go through their <a href="http://openclipart.org/">clip art collection</a> and find dozens of images made with Inkscape that are free to use or modify.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/inkscape-0.47-spiro-typography.png?323f2c" alt="inkscape-0.47-spiro-typography" /></p>
<p><span id="more-20645"></span><br />
<strong>8. <a href="http://cyberduck.ch/">Cyberduck</a></strong> is the all-in-one FTP, SFTP, <a href="http://aws.amazon.com/s3/">Amazon S3</a>, WebDav and Mosso Cloud Files browser application. Web developers often need to switch between different file systems, and Cyberduck does this without a hiccup. It works with <a href="http://macromates.com/">Textmate</a> (which has a free 30 day trial), so you can open files from Cyberduck in Textmate, edit, save and upload. <em><a href="http://www.makeuseof.com/tag/8-free-ftp-clients-for-mac/">Read more about FTP clients for Mac here.</a></em></p>
<p><strong>7. <a href="http://www.gimp.org/">Gimp</a></strong> is the second-most popular photo editing software program on the market, second only to Adobe Photoshop. The difference? Gimp is absolutely free! You can <a href="http://www.makeuseof.com/tag/how-to-use-scripts-plugins-in-gimp-to-extend-its-functionality/">do just about everything in Gimp</a> that you can do in Adobe Photoshop, so web developers will find this a welcome and wallet friendly addition to their software arsenal.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/osx_aperture.jpg?323f2c" alt="Gimp on OS X" width="580" /></p>
<p><strong>6. <a href="http://www.aptana.com/">Aptana</a></strong> takes up where Textmate leaves off in some aspects. It is a full featured code editor, but adds the FTP support of Cyberduck, as well as important web technologies like Ajax, Adobe AIR and PHP. <em><a href="http://www.makeuseof.com/tag/dreamweaver-quality-code-editing-with-aptana/">Read more about Aptana here on MUO.</a></em></p>
<p><strong>5. <a href="http://www.mozilla.com/en-US/">Firefox</a></strong> is a must have for web development because of three great add-ons &#8211; Firebug, the Web Developer toolbar and ColorZilla. <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> lets you edit, debug, and monitor CSS, HTML, and JavaScript live in any web page; while the<a href="https://addons.mozilla.org/en-US/firefox/addon/60"> Web Developer</a> toolbar adds additional tools like clearing cookies, disable CSS, display ruler and display source. <a href="https://addons.mozilla.org/en-US/firefox/addon/271">ColorZilla</a> lets you pick colors from websites or images online, so you can match them to your web designs, plus measure the distance between two points on a website.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/toolbar.png?323f2c" alt="toolbar" /></p>
<p><strong>4. <a href="http://jalbum.net/">JAlbum</a></strong> helps you make attractive photo galleries for websites. JAlbum comes with various templates built-in, but you can also customize your own template to better match a web project you&#8217;re working on. <em>Read about 5 more <a href="http://www.makeuseof.com/tag/6-excellent-mac-apps-for-web-and-graphic-design/">Excellent Mac Apps for Graphic &amp; Web Design</a></em></p>
<p><strong>3. <a href="http://colloquy.info/">Colloquy</a></strong> is a basic IRC client that every web developer will use at one point or another. Many web platforms use IRC for support, including <a href="http://www.wordpress.org">WordPress</a>.</p>
<p><strong>2. <a href="http://www.mamp.info/en/mamp/index.html">MAMP</a></strong> is what you need to manage websites locally when you are without an internet connection or want to test changes without making them live on a website. It is easy to install MAMP and have access to Apache, PHP and MySQL for Mac OS X. It is also a stand-alone program, so if you need to install it, it won&#8217;t interfere with your OSX installation. Plus, you can use it to <a href="http://www.makeuseof.com/tag/building-your-own-local-wordpress-blog/">install WordPress on your Mac</a>.</p>
<p><strong>1. <a href="http://iterm.sourceforge.net/index.shtml">iTerm</a></strong> is a feature-filled Terminal emulator for OSX. You can bookmark your frequently used sessions, have tabbed windows with multiple sessions and more.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/iterm.png?323f2c" alt="iterm" width="580" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/3_iterm_02.jpg?323f2c" alt="3_iterm_02" /></p>
<p>Do you have any suggestions for better similar apps? Let&#8217;s hear them in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/10-essential-software-apps-for-web-development-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>How To Setup a Fake IRC Server with phpFreeChat</title>
		<link>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/</link>
		<comments>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 23:11:33 +0000</pubDate>
		<dc:creator>Jason K</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[self-hosted]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=12776</guid>
		<description><![CDATA[Internet Relay Chat. One of the early forms of communication on the Internet, IRC featured a very basic chat protocol. While Tim has explored creating an individual IRC channel, we&#8217;ll be creating a fake IRC server using phpFreeChat, which allows you to create separate &#8220;channels&#8221; and various other features reminiscent of IRC (though certainly not [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/02/logo.jpg?323f2c" border="0" alt="setup irc server" vspace="10" align="left" /><a href="http://en.wikipedia.org/wiki/Internet_Relay_Chat">Internet Relay Chat</a>. One of the early forms of communication on the Internet, IRC featured a very basic chat protocol. While Tim has explored <a href="http://www.makeuseof.com/tag/how-to-create-your-own-irc-chat-channel/">creating an individual IRC channel</a>, we&#8217;ll be creating a fake IRC server <a href="http://www.phpfreechat.net/">using phpFreeChat</a>, which allows you to create separate &#8220;channels&#8221; and various other features reminiscent of IRC (though certainly not as advanced). You&#8217;ll need a web server with PHP.</p>
<h2><strong>Installing phpFreeChat</strong></h2>
<ul>
<li>Grab the latest <em>phpfreechat-x.x-setup.php</em> at <a href="http://sourceforge.net/project/showfiles.php?group_id=158880&amp;package_id=199194">Sourceforge</a> (1.2 is the latest version at the time of this writing).</li>
<li>Upload it or move it to a local web server directory. We&#8217;re going to be using a <a href="http://www.apachefriends.org/en/xampp-windows.html">XAMPP installation</a>, so we&#8217;ve moved it to the root directory. You don&#8217;t want to put the install file where you want the chat to be.</li>
<li> Navigate to the file. Our URL would be <em>http://localhost/phpfreechat-1.2-setup.php</em>. You&#8217;ll be greeted with a Pre-Install Check. Hopefully it looks like the picture below. Hit &#8216;Next&#8217;.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/02/install_1b.png?323f2c" alt="install chat room" width="580" /></p>
<li> You&#8217;ll be prompted for an install path. By default it creates a phpfreechat directory in the current directory, but you can change it to whatever you wish. Hit &#8216;Next&#8217;.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/02/install_2b.png?323f2c" alt="Path of Installation" width="580" /></p>
<li>It&#8217;ll ask you to confirm the install. Click &#8216;Next&#8217;. Watch the pretty progress bar. Once it&#8217;s finished, click &#8216;Next&#8217;.</li>
<li>It&#8217;ll have installed itself in the directory of your choice, ours being <em>http://localhost/phpfreechat/</em>. Do as it says and delete the <em>phpfreechat-x.x-setup.php</em> file.</li>
</ul>
<h2><strong>Quick Configuration</strong></h2>
<h3><strong>Setting up the Admin Account</strong></h3>
<p>The equivalent of an IRC channel op, the admin password allows you to gain access to privileges such as kicking, banning, and viewing user IP addresses. Admin status is global across all channels.</p>
<li> Open up <strong>index.php</strong> in the installation directory. Add the following line (before: <strong>$chat =&#8230;</strong>)<br />
<blockquote><p>$params['admins'] = array(&#8216;<strong>username</strong>&#8216;  =&gt; &#8216;<strong>password</strong>&#8216;);</p></blockquote>
<p>Replace username with the desired <strong>username</strong>, and <strong>password </strong>with the desired password.</li>
<li> Remove the following line:<br />
<blockquote><p>$params["isadmin"] = true; // do not use it on production servers <img src="http://main.makeuseoflimited.netdna-cdn.com/wp-includes/images/smilies/icon_wink.gif?323f2c" alt=';)' class='wp-smiley' /> </p></blockquote>
</li>
<li> Save the file. Head to the chat room, and type <strong>/rehash</strong></li>
<li>Change your nickname to the username specified in step 1 by typing <strong>/nick username</strong></li>
<li>Type <strong>/identify password</strong> where password is the password you specified in step 1 &#8211; If all goes well you should be identified.</li>
<h3><strong>Prompt for Nickname Upon Entry</strong></h3>
<p>By default, the chat assigns you a nickname guest followed by random numbers. To force the user to choose a nickname when they enter:</p>
<li> Remove the following line from index.php:<br />
<blockquote><p>$params["nick"] = &#8220;guest&#8221;.rand(1,1000);  // setup the intitial nickname</p></blockquote>
<p>Save the file.</li>
<li>Rehash the chat with <strong>/rehash</strong> &#8211; make sure you&#8217;re logged in as admin, indicated by the shield icon next to your name.</li>
<h3><strong>Remove Censor and Flood Protection</strong></h3>
<li> Add the following line to index.php:<br />
<blockquote><p>$params['skip_proxies'] = array(&#8216;noflood&#8217;,'censor&#8217;);</p></blockquote>
<p>Save and rehash the chat.</p>
<h2><strong>Final Notes</strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/02/phpfreechat2.png?323f2c" alt="add chat room to your site" width="580" /></p>
<h3><strong>Important Commands</strong></h3>
<ul>
<li> <strong>/nick username</strong> &#8211; Change your username to username</li>
<li> <strong>/identify password</strong> &#8211; Gives you admin rights, given the right username and password.</li>
<li> <strong>/op username </strong>- Gives username admin rights.</li>
<li> <strong>/kick username reason</strong> &#8211; Kicks a username with a given reason.</li>
<li> <strong>/join room</strong> &#8211; Joins room &#8220;room&#8221;. If it doesn&#8217;t exist, it&#8217;s created.</li>
<li><strong>/help </strong>- Your best friend.</li>
</ul>
<h3><strong>The Basics</strong></h3>
<ul>
<li> A list of the rooms you&#8217;re currently in is shown as tabs at the top of the chat, click to switch rooms (equivalent of IRC channels). You can create new ones using the aforementioned /join command.</li>
<li> You can view the IP address and an option to private message a user by clicking on their name in the list.</li>
<li>Explore around. You can <a href="http://www.phpfreechat.net">find phpFreeChat documentation on their website</a>.</li>
</ul>
<p>Do you prefer to use any other IRC-type chat software for your website? If so, recommend it to us in the comments. Or if you have any problems setting this up, leave a question and we will try to help you.</li>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>How To Create Your Own IRC Chat Channel</title>
		<link>http://www.makeuseof.com/tag/how-to-create-your-own-irc-chat-channel/</link>
		<comments>http://www.makeuseof.com/tag/how-to-create-your-own-irc-chat-channel/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 23:01:03 +0000</pubDate>
		<dc:creator>Tim Watson</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[Mobile Tips]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[irc]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=10227</guid>
		<description><![CDATA[Long before Twitter, Google Talk, AIM, and even ICQ, there was Internet Relay Chat (IRC), a very basic client/server chat protocol. If you want to see what it&#8217;s about, or you simply long for the good ol&#8217; days, I&#8217;m here to show you how to create your own IRC channel. Think of a channel as [...]]]></description>
			<content:encoded><![CDATA[<p>Long before Twitter, Google Talk, AIM, and even ICQ, there was Internet Relay Chat (IRC), a very basic client/server chat protocol. If you want to see what it&#8217;s about, or you simply long for the good ol&#8217; days, I&#8217;m here to show you how to create your own IRC channel.</p>
<p>Think of a channel as an individual &#8220;room&#8221; on a larger IRC server, usually dedicated to a certain topic or organization. Your own mileage may vary. To create and access IRC, you&#8217;ll need an IRC client like <a href="http://en.wikipedia.org/wiki/Category:Free_IRC_clients" target="_blank">any on this list</a>. I&#8217;ll be using the <a href="https://addons.mozilla.org/en-US/firefox/addon/16" target="_blank">ChatZilla extension for Firefox</a>.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/chatzillastartup.png?323f2c" border="0" alt="chatZillaStartup - how to create irc channel" /></p>
<p>If you&#8217;re new, I suggest reading <a href="http://www.irchelp.org" target="_blank">IRC Help</a> before jumping in.</p>
<p>You&#8217;ll notice that ChatZilla presents you upon startup with links to some popular networks. For the purposes of this demonstration, I connected to <a href="http://freenode.net" target="_blank">Freenode</a>, however due to its policies against off-topic channels, I suggest using the <a href="http://foonetic.net" target="_blank">Foonetic</a> server instead. Just type &#8220;<strong>/server irc.foonetic.net</strong>&#8221; to connect to it.</p>
<p>Chances are, your initial username will be taken and you&#8217;ll be given something like &#8220;Tim____&#8221;. You can change your nickname with the command &#8220;<strong>/nick NickName</strong>&#8221; (no quotes). If you plan on using your channel often, you may wish to reserve your chosen nickname with a password. You can do this with a command in the format &#8220;<strong>/msg nickserv register password email@address</strong>&#8220;. When you return to the server later, you may login with &#8220;<strong>/msg nickserv identify password</strong>&#8220;.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/freenoderegister.png?323f2c" border="0" alt="freenodeRegister" /></p>
<p>Now that you&#8217;ve got your nickname registered, it&#8217;s time to create your channel. This can be done with the command &#8220;<strong>/join channelname</strong>&#8220;. The channel name can be any old nonsense. Try to make sure that your channel name is unique so that you don&#8217;t drop into another channel unannounced.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/joinchannel.png?323f2c" border="0" alt="joinChannel" /></p>
<p>Once you&#8217;re in your channel, you have the option to register the channel, in order to maintain operator &#8220;(op)&#8221; status in the channel. To do so, your command is &#8220;<strong>/msg chanserv REGISTER #channelname password description</strong>&#8220;, replacing words when appropriate.</p>
<p>I&#8217;ve created a channel for #MakeUseOf on the Foonetic server, and anyone is welcome to drop in and say hi. Have fun with the old-school chit-chat!</p>
<p>Do you have a favorite IRC client or server to suggest? Let us know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-create-your-own-irc-chat-channel/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Demo Great Webapps with Yahoo! BrowserPlus</title>
		<link>http://www.makeuseof.com/tag/demo-great-webapps-with-yahoo-browserplus/</link>
		<comments>http://www.makeuseof.com/tag/demo-great-webapps-with-yahoo-browserplus/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 21:38:10 +0000</pubDate>
		<dc:creator>Aibek Esengulov</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=3221</guid>
		<description><![CDATA[Web-based tools are becoming increasingly popular as the division between the desktop and the internet begins to blur. Adobe Air brings webapp functionality to the desktop. Now what about desktop functionality within a browser? Well, it seems as if Yahoo wants to get in the game by introducing BrowserPlus. BrowserPlus allows developers to create dynamic [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/06/yahooimage.png?323f2c" border="0" alt="" align="left" /> Web-based tools are becoming increasingly popular as the division between the desktop and the internet begins to blur. <a href="http://www.makeuseof.com/tag/5-more-cool-adobe-air-applications/">Adobe Air</a> brings webapp functionality to the desktop. Now what about desktop functionality within a browser? Well, it seems as if Yahoo wants to get in the game by introducing <a href="http://browserplus.yahoo.com/">BrowserPlus</a>.</p>
<p>BrowserPlus allows developers to create dynamic web apps that mirror the functionality of desktop programs. As of now, community developers do not have access to the code, but everyone gets a sneak peek into three useable Yahoo BrowserPlus demos and what it can offer.</p>
<h2>1. BrowserPlus PhotoDrop</h2>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/06/yahoo-browserplus.jpg?323f2c" alt="" /></p>
<p>The first app that you can demo is <a href="http://browserplus.yahoo.com/demos/photodrop/">PhotoDrop</a>, which is basically a Flickr upload tool. It does everything that you expect, such as batch editing of tags, simple photo editing tools, and effects. However, what&#8217;s great about using BrowserPlus for an app like this is the ability for you to drag and drop photos from your desktop straight into your browser. This added functionality really adds to the ease of use of the app, and is just one of the many services BrowerPlus offers (you can check the API of some of the services offered by BrowserPlus here <a href="http://browserplus.yahoo.com/services/">http://browserplus.yahoo.com/services/</a>).</p>
<h2>2. IRC Client</h2>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/06/yahoo-browserplus-irc.jpg?323f2c" alt="" /></p>
<p>The next one you can demo is an <a href="http://browserplus.yahoo.com/demos/irc/">IRC client</a>. This IRC client is fast, easy to use and looks great running in your browser, as the UI is purely AJAX. Another great feature that BrowserPlus shows off through this IRC client is built-in text-to-speech as well as desktop notifications.</p>
<h2>3. JSON Inspector</h2>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/06/json.jpg?323f2c" alt="" /></p>
<p>The last app that you can demo would be more useful to developers, rather than the average internet user. It&#8217;s a browser-based <a href="http://browserplus.yahoo.com/demos/jsonrequest/">JSON inspector</a>, which is useful for cross-platform developers as they are in the processing of accepting web standards.</p>
<p>Well everyone, there you have it. Yahoo BrowserPlus seems promising, with its variety of useful services and tools. I&#8217;ll be excited to see what powerful and functional webapps gets created when developers get their hands on the code.</p>
<p><em>(By) David is a creative individual trying to find his place in this world. Visit his tech blog, <a href="http://beta-cubed.com/">Beta Cubed &#8211; B^3</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/demo-great-webapps-with-yahoo-browserplus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/38 queries in 0.031 seconds using apc
Object Caching 658/745 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 14:10:14 -->
