<?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.com &#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>Wed, 17 Mar 2010 01:31:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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&#8217;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" alt="Quassel" align="left" />Back in the 1990&#8217;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" 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" 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><em><strong>Got Tech Questions? Ask Them on <a href="http://www.makeuseof.com/answers/">MakeUseOf Answers</a>!</strong></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li>(28)<a href="http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/" title="How To Setup a Fake IRC Server with phpFreeChat (February 25, 2009)">How To Setup a Fake IRC Server with phpFreeChat</a> </li>
	<li>(32)<a href="http://www.makeuseof.com/tag/how-to-create-your-own-irc-chat-channel/" title="How To Create Your Own IRC Chat Channel (January 7, 2009)">How To Create Your Own IRC Chat Channel</a> </li>
	<li>(2)<a href="http://www.makeuseof.com/tag/dhcp-explained-installing-configuring-free-dhcp-server-linux/" title="DHCP Explained: Installing &#038; Configuring A Free DHCP Server [Linux] (February 11, 2010)">DHCP Explained: Installing &#038; Configuring A Free DHCP Server [Linux]</a> </li>
	<li>(42)<a href="http://www.makeuseof.com/tag/10-essential-software-apps-for-web-development-on-a-mac/" title="10 Essential Software Apps For Web Development on a Mac (July 31, 2009)">10 Essential Software Apps For Web Development on a Mac</a> </li>
	<li>(34)<a href="http://www.makeuseof.com/tag/why-im-digging-digsby/" title="Why I&#8217;m Digging Digsby (April 27, 2008)">Why I&#8217;m Digging Digsby</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/stay-connected-to-irc-chat-247-using-quassel/feed/</wfw:commentRss>
		<slash:comments>8</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[Mac]]></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 works for [...]]]></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" 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" 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" 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" 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" 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" alt="3_iterm_02" /></p>
<p>Do you have any suggestions for better similar apps? Let&#8217;s hear them in the comments!
<p><em><strong>Got Tech Questions? Ask Them on <a href="http://www.makeuseof.com/answers/">MakeUseOf Answers</a>!</strong></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li>(11)<a href="http://www.makeuseof.com/tag/6-excellent-mac-apps-for-web-and-graphic-design/" title="6 Excellent Mac Apps for Graphic &#038; Web Design (May 2, 2009)">6 Excellent Mac Apps for Graphic &#038; Web Design</a> </li>
	<li>(35)<a href="http://www.makeuseof.com/tag/top-10-professional-sample-code-websites-for-programmers/" title="Top 10 Professional Sample Code Websites For Programmers (February 23, 2009)">Top 10 Professional Sample Code Websites For Programmers</a> </li>
	<li>(7)<a href="http://www.makeuseof.com/tag/browsershots-view-a-webpage-in-all-different-browsers-oss/" title="Preview a Web Page in Multiple Browsers with BrowserShots (December 8, 2009)">Preview a Web Page in Multiple Browsers with BrowserShots</a> </li>
	<li>(35)<a href="http://www.makeuseof.com/tag/iweb-a-free-mac-web-design-tool-for-easy-beautiful-websites/" title="iWeb &#8211; Build A Quick, Easy &#038; Beautiful Website [Mac only] (October 1, 2009)">iWeb &#8211; Build A Quick, Easy &#038; Beautiful Website [Mac only]</a> </li>
	<li>(28)<a href="http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/" title="How To Setup a Fake IRC Server with phpFreeChat (February 25, 2009)">How To Setup a Fake IRC Server with phpFreeChat</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/10-essential-software-apps-for-web-development-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>32</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]]></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" 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" 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" 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' 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" 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>
<p><em><strong>Got Tech Questions? Ask Them on <a href="http://www.makeuseof.com/answers/">MakeUseOf Answers</a>!</strong></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li>(42)<a href="http://www.makeuseof.com/tag/10-essential-software-apps-for-web-development-on-a-mac/" title="10 Essential Software Apps For Web Development on a Mac (July 31, 2009)">10 Essential Software Apps For Web Development on a Mac</a> </li>
	<li>(21)<a href="http://www.makeuseof.com/tag/the-six-best-chat-rooms-for-your-site/" title="The Six Ways To Add A Chat Room To Your Website (February 14, 2009)">The Six Ways To Add A Chat Room To Your Website</a> </li>
	<li>(11)<a href="http://www.makeuseof.com/tag/stay-connected-to-irc-chat-247-using-quassel/" title="Stay Connected To IRC Chat 24/7 Using Quassel (November 24, 2009)">Stay Connected To IRC Chat 24/7 Using Quassel</a> </li>
	<li>(65)<a href="http://www.makeuseof.com/tag/how-to-build-a-self-hosted-wordpress-blog-for-free/" title="How To Setup A Self-hosted Wordpress Blog for Free (September 22, 2009)">How To Setup A Self-hosted Wordpress Blog for Free</a> </li>
	<li>(32)<a href="http://www.makeuseof.com/tag/how-to-create-your-own-irc-chat-channel/" title="How To Create Your Own IRC Chat Channel (January 7, 2009)">How To Create Your Own IRC Chat Channel</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/feed/</wfw:commentRss>
		<slash:comments>26</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[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mobile Apps]]></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 an [...]]]></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" 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" 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" 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><em><strong>Got Tech Questions? Ask Them on <a href="http://www.makeuseof.com/answers/">MakeUseOf Answers</a>!</strong></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li>(11)<a href="http://www.makeuseof.com/tag/stay-connected-to-irc-chat-247-using-quassel/" title="Stay Connected To IRC Chat 24/7 Using Quassel (November 24, 2009)">Stay Connected To IRC Chat 24/7 Using Quassel</a> </li>
	<li>(28)<a href="http://www.makeuseof.com/tag/setup-a-fake-irc-server-with-phpfreechat/" title="How To Setup a Fake IRC Server with phpFreeChat (February 25, 2009)">How To Setup a Fake IRC Server with phpFreeChat</a> </li>
	<li>(42)<a href="http://www.makeuseof.com/tag/10-essential-software-apps-for-web-development-on-a-mac/" title="10 Essential Software Apps For Web Development on a Mac (July 31, 2009)">10 Essential Software Apps For Web Development on a Mac</a> </li>
	<li>(34)<a href="http://www.makeuseof.com/tag/why-im-digging-digsby/" title="Why I&#8217;m Digging Digsby (April 27, 2008)">Why I&#8217;m Digging Digsby</a> </li>
	<li>(8)<a href="http://www.makeuseof.com/tag/whatsapp-the-perfect-iphone-messenger-app/" title="WhatsApp &#8211; The Perfect iPhone Messenger App (November 30, 2009)">WhatsApp &#8211; The Perfect iPhone Messenger App</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-create-your-own-irc-chat-channel/feed/</wfw:commentRss>
		<slash:comments>24</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</dc:creator>
				<category><![CDATA[Web Apps]]></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" 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" 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" 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" 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><em><strong>Got Tech Questions? Ask Them on <a href="http://www.makeuseof.com/answers/">MakeUseOf Answers</a>!</strong></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li>(42)<a href="http://www.makeuseof.com/tag/10-essential-software-apps-for-web-development-on-a-mac/" title="10 Essential Software Apps For Web Development on a Mac (July 31, 2009)">10 Essential Software Apps For Web Development on a Mac</a> </li>
	<li>(6)<a href="http://www.makeuseof.com/tag/yahoo-games-wordracer-is-my-boggle-game-of-choice/" title="Yahoo! Games: WordRacer is my Boggle Game of Choice (September 11, 2007)">Yahoo! Games: WordRacer is my Boggle Game of Choice</a> </li>
	<li>(0)<a href="http://www.makeuseof.com/tag/yahoo-talent-show-50000-and-development-deal/" title="Yahoo Talent Show &#8211; $50,000 and Development Deal (November 3, 2006)">Yahoo Talent Show &#8211; $50,000 and Development Deal</a> </li>
	<li>(4)<a href="http://www.makeuseof.com/tag/yahoo-searchmonkey-expands-with-playable-music-tracks/" title="Yahoo Searchmonkey Expands with Playable Music Tracks (September 21, 2008)">Yahoo Searchmonkey Expands with Playable Music Tracks</a> </li>
	<li>(6)<a href="http://www.makeuseof.com/tag/yahoo-launched-time-capsule/" title="Yahoo Launched a Time Capsule (October 13, 2006)">Yahoo Launched a Time Capsule</a> </li>
</ul>

]]></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>

<!-- Served from: makeuseof.com @ 2010-03-17 01:37:41 by W3 Total Cache -->