<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; community</title> <atom:link href="http://www.ghacks.net/tag/community/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Create your own social network site with Elgg</title><link>http://www.ghacks.net/2009/12/08/create-your-own-social-network-site-with-elgg/</link> <comments>http://www.ghacks.net/2009/12/08/create-your-own-social-network-site-with-elgg/#comments</comments> <pubDate>Mon, 07 Dec 2009 22:33:31 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Online Services]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[community]]></category> <category><![CDATA[community portals]]></category> <category><![CDATA[social networking]]></category> <category><![CDATA[social networks]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=21152</guid> <description><![CDATA[The social scene has nearly reached critical mass. You can not peak around the internet without seeing its tendrils reaching deep within the fabric of every site you visit. This, of course, can cause problems with your work, school, or group environment. While work is supposed to be done, your users/employees are socializing on Facebook, Twitter, [...]]]></description> <content:encoded><![CDATA[<p>The social scene has nearly reached critical mass. You can not peak around the internet without seeing its tendrils reaching deep within the fabric of every site you visit. This, of course, can cause problems with your work, school, or group environment. While work is supposed to be done, your users/employees are socializing on Facebook, Twitter, etc. There is a solution for this: Create your own social network geared toward your company or group. By creating an in-house only social networking site you can foster inter-company moral as well create a means by which users/employees can interact in very efficient ways.</p><p>One tool for this is the very powerful, open source <a
title="Elgg" href="http://elgg.org/" target="_blank">Elgg</a>. Elgg offers blogging, networking, community, news feed aggregation, and file sharing. And best of all, you can retain this such that only users inside your local LAN can log on and enjoy the site.</p><p>In this article you will learn how to install Elgg to create your own social networking site.</p><p><span
id="more-21152"></span><strong>Preparation</strong></p><p>For the sake of simplicity we will install this tool on a Ubuntu Server (building on our <a
title="Ubuntu Server articles" href="http://www.ghacks.net/tag/ubuntu-server/" target="_blank">Ubuntu server articles</a>) The first thing you will need to do is to download the Elgg tar file from the Elgg download page. Once you have this file downloaded move it to <strong>/var/www</strong> and then untar or unzip the file (depending upon which you download) with the command (issued from within the <strong>/var/www/</strong> directory):</p><p><em>sudo tar xvzf elgg-XXX.tar.gz </em></p><p>Where XXX is the release number.</p><p>Now you will want to rename the directory to make it easier for your users. So issue the command:</p><p><em>sudo mv elgg-XXX elgg</em></p><p>Where XXX is the release number.</p><p>Now you are almost ready to begin the installation. But first a few small bits of housekeeping.</p><p>The first thing you need to do is to create a database for Elgg. I always suggest using PhpMyAdmin (see my article &#8220;<a
title="PhpMyAdmin" href="http://www.ghacks.net/2008/12/20/install-phpmyadmin-for-easy-mysql-administration/" target="_blank">Install PhpMyAdmin for easy MySQL administration</a>&#8220;). Create the database &#8220;elgg&#8221; (no quotes).</p><p>The next step is to create a directory Elgg will use for files. This directory must be outside of the Elgg root directory, so create the files directory with the command:</p><p><em>sudo mkdir /var/www/files</em></p><p>Now you must give this new directory the proper permissions, so issue the command:</p><p><em>sudo chmod 777 /var/www/files</em></p><p>One other issue on permissions. During the actual installation Elgg will need to write to the <strong>elgg</strong> and the <strong>elgg/engine</strong> directory. If the installation process can not write to these directories it will then require you to create an <strong>.htaccess </strong>file and an <strong>engines/settings.php </strong>file. I suggest do this:</p><ol><li>Take note of the current permissions of your <strong>elgg</strong> and <strong>elgg/engine</strong> directory (most likely <em>drwxr-xr-x</em>).</li><li>Issue the command <em>sudo chmod 777 /var/www/elgg.</em></li><li>Issue the command <em>sudo chmod 777 /var/www/elgg/engine.</em></li></ol><p>Now you are finished with the preparation. You are ready to fire up your web browser and begin the installation.</p><p><strong>The installation</strong></p><p>Fire up your browser to the address <em>http://ADDRESS_OF_SERVER/elgg </em>which will open up a very easy installation wizard. Because of all of your preparation work, the installation will be painless. Once you are done with the installation you will want to go back and change back the permissions of the <strong>elgg </strong>and <strong>elgg/engine</strong> directories.</p><div
id="attachment_21154" class="wp-caption alignleft" style="width: 309px"><a
rel="attachment wp-att-21154" href="http://www.ghacks.net/2009/12/08/create-your-own-social-network-site-with-elgg/elgg_widgets/"><img
class="size-medium wp-image-21154 " src="http://www.ghacks.net/wp-content/uploads/2009/12/elgg_widgets-499x200.png" alt="Figure 1" width="299" height="120" /></a><p
class="wp-caption-text">Figure 1</p></div><p>The first thing you will do, once installation is complete, is create an initial user. This initial user will be your administrator, so make sure you use a strong password. Once you have logged in as your administrator you can begin to add widgets for users profiles and/or dashboards (see Figure 1).</p><p>In order to add widgets you just drag them from the Gallery to either the Left, Middle, or Right section for either the user profile or dashboard. It&#8217;s very simple to set up.</p><p><strong>Final thoughts</strong></p><p>Elgg is an outstanding social tool that will allow you to create an intra (or even extra)  social network site. It&#8217;s easy to install and even easier to manage.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/12/08/create-your-own-social-network-site-with-elgg/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Lively &#8211; SecondLife from Google</title><link>http://www.ghacks.net/2008/07/09/lively-secondlife-from-google/</link> <comments>http://www.ghacks.net/2008/07/09/lively-secondlife-from-google/#comments</comments> <pubDate>Wed, 09 Jul 2008 09:54:27 +0000</pubDate> <dc:creator>Daniel Pataki</dc:creator> <category><![CDATA[Cool]]></category> <category><![CDATA[Entertainment]]></category> <category><![CDATA[community]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[secondlife]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5263</guid> <description><![CDATA[As a tech blogger I am really embarrassed to say I haven&#8217;t heard anything of this service before it was rolled into beta today. However, this means I was thrilled this morning to try it. Lively is a social playground made by Google, more in common with SecondLife than any other site, but for my [...]]]></description> <content:encoded><![CDATA[<p>As a tech blogger I am really embarrassed to say I haven&#8217;t heard anything of this service before it was rolled into beta today. However, this means I was thrilled this morning to try it. <a
href="http://www.lively.com/goodbye.html">Lively</a> is a social playground made by Google, more in common with SecondLife than any other site, but for my taste Lively is oh so much better.</p><p>First of all, it all runs in your browser, so no need to switch to a different app, it makes things quicker and smoother, although you&#8217;ll need a quite powerful machine to run everything in all its glory. It took me all of 2 minutes to install, so it&#8217;s also easier on your system. Second of all, it just seems like so much more fun than SecondLife, just look at the graphics.</p><p>Lively tries to stand out from the crowd by giving you some cool features, and if I know Google, there are many, many more along the way. You can interact with other users, watch Youtube videos on the TV&#8217;s (together if you want), create rooms, avatars and so on. So far nothing groundbreaking, but I&#8217;m guessing that Google Maps, search, and everything else Google has will be implemented soon enough, I&#8217;m particularly interested in seeing the maps development. So far Youtube implementation is most interesting to me, you can create screening rooms for fun videos, your own videos, or anything you&#8217;d like people to see.</p><p><span
id="more-5263"></span></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/07/islandlively.gif" alt="Lively Island" width="333" height="141" class="alignleft size-full wp-image-5264" />The single thing that caught my eye and interest most was the looks. The easy going, but not wacky design works for me, although I guess it may deter some people. I think the focus here is on fun looks which still enable realistic interaction and it looks to me like it worked. You can choose to go to an island, a graveyard or a sky city, but all look equally cute to me.</p><p>If you like SecondLife or other similar sites you&#8217;ll love Lively, but in the end it&#8217;s still nothing more than a simple virtual world. Fun, maybe a bit addictive, but only marginally useful.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/07/09/lively-secondlife-from-google/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>The ultimate online jazz community</title><link>http://www.ghacks.net/2008/02/29/the-ultimate-online-jazz-community/</link> <comments>http://www.ghacks.net/2008/02/29/the-ultimate-online-jazz-community/#comments</comments> <pubDate>Fri, 29 Feb 2008 16:51:50 +0000</pubDate> <dc:creator>Daniel Pataki</dc:creator> <category><![CDATA[Music and Video]]></category> <category><![CDATA[Music Industry]]></category> <category><![CDATA[community]]></category> <category><![CDATA[jazz]]></category> <category><![CDATA[music]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2008/02/29/the-ultimate-online-jazz-community/</guid> <description><![CDATA[I loveYouTube, but you have to face it, specific genre sites can be much better. If you want music Imeem may be much better, if you want comedy then go to specific comedy sites like Ebaumsworld and such. Similarly, if you want jazz, go to a genre site like My Jazz Network. My Jazz Network [...]]]></description> <content:encoded><![CDATA[<p>I loveYouTube, but you have to face it, specific genre sites can be much better. If you want music Imeem may be much better, if you want comedy then go to specific comedy sites like Ebaumsworld and such. Similarly, if you want jazz, go to a genre site like My Jazz Network.</p><p><a
href="http://www.facebook.com/pages/Jazz-Music-Network/144712513563?v=app_150170461274&amp;ref=ts" title="online music community">My Jazz Network</a> is basically a very high quality content on demand site, focused on jazz alone. You can listen to anything you like, or listen in on live radios, compilations, you can even buy anything you like in the store.</p><p>If you are a jazz addict or someone venturing into this “scary” area of music, I can recommend this site. Beautifully done, you will have access to a huge array of talented artists. I found the sound quality of some radios under par, but with gems like Miles Davis, you’ll soon forget this.</p><p><span
id="more-3345"></span></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/02/jazzcommunity.png" alt="jazz community screenshot" /></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/02/29/the-ultimate-online-jazz-community/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
