<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://groups.drupal.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Social Networking Sites</title>
 <link>http://groups.drupal.org/social-networking-sites</link>
 <description>Sites that aim to connect people and the modules that make it possible.</description>
 <language>en</language>
<item>
 <title>Another Relation API by Tony Mobily</title>
 <link>http://groups.drupal.org/node/15738</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;OK, now that I got your attention with a &quot;catchy&quot; title... and for those who didn&#039;t have a heart attack:&lt;/p&gt;
&lt;p&gt;(This thread is specifically for Alex.K. However, everybody&#039;s welcome to jump in.)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/project/user_relations_api&quot; title=&quot;http://drupal.org/project/user_relations_api&quot;&gt;http://drupal.org/project/user_relations_api&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is not a new API. This is a &quot;glue API&quot;. This is the short version:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You install it&lt;/li&gt;
&lt;li&gt;You tell it which &quot;relation&quot; module it should talk to&lt;/li&gt;
&lt;li&gt;That&#039;s it&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;From then on, &lt;em&gt;any&lt;/em&gt; Drupal module has access to a generic set of functions to see if two people have an established relation, who the &quot;related&quot; users are, and so on.&lt;/p&gt;
&lt;p&gt;The issues right now:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The name is... err... well... err... hummm... yeah.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;There is only the FriendList layer, and it&#039;s untested&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The function names... are logical, but ugly. Ideas are welcome&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Right now user_relations_api_relation_types_all() returns something that is straight from FriendList. Something generic is likely to be preferred. I just did it this way because it was the most natural way to go for me&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The code is not immaculate yet. I picked the easiest way of doing everything&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I am not 100000000% convinced that setting the default relations is a good idea. This should be a setting per client-module. But, good luck coding it... Maybe I am just being a perfectionist, and it &lt;em&gt;is&lt;/em&gt; fine&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Did I cover all of the most common options?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If a module doesn&#039;t cover relation types, it will just have to pretend that only 1 is set (&quot;friends&quot; I assume)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Alex: We can -- and should -- enrich the users objects returned with some extra information, like &quot;when the relation was created&quot; etc. However, I think that can come later.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This module is much needed with the upcoming shindig integration module (which is allegedly about to be released, fingers crossed). If we agree with this API, then I will start sending patches out to every contrib module that has a dependency on [friend,friendlist,user_relationships,buddylist,buddylist2] and tell them to use this module instead.&lt;/p&gt;
&lt;p&gt;Alex, it should be immensely trivial for you to implement the user_relationships layer to this.&lt;/p&gt;
&lt;p&gt;This could seriously put an end to the mess in the &quot;user relations&quot; issue. It would also be trivial to write a layer for the &quot;flag&quot; module (although it would only manage one way relationships, because of the nature of it).&lt;/p&gt;
&lt;p&gt;The goal is to make this &lt;em&gt;the&lt;/em&gt; default module for any other developer who wants to know who on earth is a friend of user 4. So, let&#039;s do it, and let&#039;s do it right.&lt;/p&gt;
&lt;p&gt;Bye,&lt;/p&gt;
&lt;p&gt;Merc.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/15738#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/395">community</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1712">friends</category>
 <category domain="http://groups.drupal.org/taxonomy/term/6763">relations</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Thu, 09 Oct 2008 08:19:03 +0000</pubDate>
 <dc:creator>mercmobily@drupal.org</dc:creator>
 <guid isPermaLink="false">15738 at http://groups.drupal.org</guid>
</item>
<item>
 <title>problems with the tweaking of profiles (for directory) </title>
 <link>http://groups.drupal.org/node/15712</link>
 <description>&lt;p&gt;hi all,&lt;/p&gt;
&lt;p&gt;thanks a lot for drupal and all your efforts! since quite some time I&lt;br /&gt;
play around wit drupal and use it as it comes. thanks to the easy&lt;br /&gt;
handling of drupal!&lt;/p&gt;
&lt;p&gt;this was sufficient up to now. however, for a upcoming project I have&lt;br /&gt;
the feel that my average drupal knowledge is not sufficient and i&lt;br /&gt;
have also to work with the profiles the first time.&lt;/p&gt;
&lt;p&gt;i would like to establish a database for organisations (6000+) were&lt;br /&gt;
they enter themselves. i guess, this can easily done with the&lt;br /&gt;
profiles. however, I have the feeling that it is quite limited when I&lt;br /&gt;
would like to use the data and make it searchable.&lt;/p&gt;
&lt;p&gt;problems i encountered so far are...&lt;/p&gt;
&lt;p&gt;1* how can I make the &quot;list selection&quot;-field open for multiple and not&lt;br /&gt;
single choice (without creating conflict)? therewith organisations&lt;br /&gt;
can chose out of a number of predefined fields in which they work.&lt;/p&gt;
&lt;p&gt;2* how can I make a search single profile fields (that people can&lt;br /&gt;
chose which field to search in)? can this be done with a simple&lt;br /&gt;
search extension? It should also be possible then to e.g. combine&lt;br /&gt;
search in two fields (or more)... e.g. that you can search the aims&lt;br /&gt;
or activities of the organisations only.&lt;/p&gt;
&lt;p&gt;3* and how suitable are the profile fields are in regard to use&lt;br /&gt;
of the entered data for other and further proposes (e.g. use the data&lt;br /&gt;
for a directory in book form)? what should i take care of?&lt;/p&gt;
&lt;p&gt;i hope this is the right place to post this questions and somebody&lt;br /&gt;
knows how to handle those issues... thanks a lot in advance!&lt;/p&gt;
&lt;p&gt;best regards,&lt;br /&gt;
mohamed&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/15712#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/6752">list selection</category>
 <category domain="http://groups.drupal.org/taxonomy/term/6764">profile fields</category>
 <category domain="http://groups.drupal.org/taxonomy/term/6765">profile search</category>
 <category domain="http://groups.drupal.org/taxonomy/term/6766">tweaking of profile</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Wed, 08 Oct 2008 18:16:58 +0000</pubDate>
 <dc:creator>mohamed_e@drupal.org</dc:creator>
 <guid isPermaLink="false">15712 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Drupal Developer/Theming Freelancer with Drigg experience | Motiv3 Media</title>
 <link>http://groups.drupal.org/node/15644</link>
 <description>&lt;p&gt;We are looking for a talented Drupal developer to help us with a current site in development.  IE6 &amp;amp; 7 is driving us NUTS!  We need someone to come in with theming experience to help us fix many of the little inconsistent bugs across browsers.  Experience with Drigg would be awesome!  Looking for someone to start immediately.&lt;/p&gt;
&lt;p&gt;Experience Appreciated:&lt;br /&gt;
* PHP&lt;br /&gt;
* MySQL&lt;br /&gt;
* CSS&lt;br /&gt;
* Drigg&lt;br /&gt;
* HTML/XHTML&lt;br /&gt;
* AJAX&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/5134">Drigg</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3087">Drupal theming</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1439">Freelance</category>
 <category domain="http://groups.drupal.org/taxonomy/term/846">social network</category>
 <group domain="http://groups.drupal.org/los-angeles">Los Angeles</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Tue, 07 Oct 2008 01:07:59 +0000</pubDate>
 <dc:creator>mvpphan</dc:creator>
 <guid isPermaLink="false">15644 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Friendlist: the home stretch</title>
 <link>http://groups.drupal.org/node/15586</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;After 7541 lines between code, comments and documentation by Tony Mobily and Marius Ooms, after an attempt bit-murder, after heated discussions with the &quot;guys and ladies who count&quot;, after the typical last minute major rewrite suggested (to me: ordered) by the person that makes D7 possible... after all this:&lt;/p&gt;
&lt;p&gt;FriendList is finally ready.&lt;/p&gt;
&lt;p&gt;There is no official release, but only because I really want to get it perfect. Areas of interest:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Documentation. We rewrite a bug chunk the very last minute... is the documentation 100000% current? (especially the developers&#039; doc)&lt;/li&gt;
&lt;li&gt;Code. The rewrite introduced the possibility of mistakes. Is everything working as it should?&lt;/li&gt;
&lt;li&gt;HTML. Great area of weakness for me. Are the nested
&lt;li&gt;s in the home page just too ugly to be dealt with?&lt;/li&gt;
&lt;li&gt;Anything else.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So... if you feel like contributing, this is the right time to give the module a good test. With the high chance that what you use will be the final version -- or very close to it.&lt;/p&gt;
&lt;p&gt;Please break it!&lt;/p&gt;
&lt;p&gt;Bye,&lt;/p&gt;
&lt;p&gt;Merc.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/15586#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/6314">friendlist</category>
 <category domain="http://groups.drupal.org/taxonomy/term/948">social networking</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sun, 05 Oct 2008 17:25:53 +0000</pubDate>
 <dc:creator>mercmobily@drupal.org</dc:creator>
 <guid isPermaLink="false">15586 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Drupal Camp Chicago Invite</title>
 <link>http://groups.drupal.org/node/15569</link>
 <description>&lt;p&gt;You are invited to attend Drupal Camp Chicago on October Friday 24 &amp;amp; Saturday 25 2008.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupalcampchicago.org&quot; title=&quot;http://drupalcampchicago.org&quot;&gt;http://drupalcampchicago.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Who/Why:&lt;/p&gt;
&lt;p&gt;For over 2 years Chicago Drupal has truly highlighted the benefits of an open source initiative. We have built resourceful bridges between many local Chicago establishments including non-profits, entrepreneurs, Drupal development companies, independent consultants, hobbyist, and others in the mid-west. Our goal for this Drupal Camp is to bring everyone together for open communication, education, fun, and industry networking.&lt;/p&gt;
&lt;p&gt;What:&lt;/p&gt;
&lt;p&gt;An attendee-driven format with advanced resources available make this event truly unique. Need help with a problem, looking for work, or looking to hire Drupal talent? Someone can find a solution at Drupal Camp Chicago. Presentations for beginners and advanced topics will run simultaneously throughout both days. All skill levels are welcomed and laptops are encouraged. Seating is limited, register now - &lt;a href=&quot;http://drupalcampchicago.org/user/register&quot; title=&quot;http://drupalcampchicago.org/user/register&quot;&gt;http://drupalcampchicago.org/user/register&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Where/When:&lt;/p&gt;
&lt;p&gt;UIC Innovation Center&lt;br /&gt;
1240 W. Harrison&lt;br /&gt;
Chicago, IL 60607&lt;br /&gt;
(312) 355-5567&lt;br /&gt;
October Friday 24 &amp;amp; Saturday 25th 9am-6pm&lt;br /&gt;
&lt;a href=&quot;http://tinyurl.com/mapDCC&quot; title=&quot;http://tinyurl.com/mapDCC&quot;&gt;http://tinyurl.com/mapDCC&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Pricing:&lt;/p&gt;
&lt;p&gt;*Pre-Registration for 2-day event: $20&lt;br /&gt;
*Volunteering is fun! Contact us&lt;br /&gt;
*Exception: Participants can request (info@ DrupalCampChicago.org ) a scholarship and explain their circumstances.&lt;/p&gt;
&lt;p&gt;Sponsor:&lt;/p&gt;
&lt;p&gt;*Individual Support, $50&lt;br /&gt;
*Community Support, $200&lt;br /&gt;
*Professional Support, $500&lt;br /&gt;
*Event Sponsors, $1000&lt;br /&gt;
Contact us to let us know your level of commitment - &lt;a href=&quot;http://drupalcampchicago.org/contact&quot; title=&quot;http://drupalcampchicago.org/contact&quot;&gt;http://drupalcampchicago.org/contact&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Speaker:&lt;/p&gt;
&lt;p&gt;*Interested in presenting? please submit a request... &lt;a href=&quot;http://drupalcampchicago.org/contact&quot; title=&quot;http://drupalcampchicago.org/contact&quot;&gt;http://drupalcampchicago.org/contact&lt;/a&gt;&lt;br /&gt;
*Highlight your Drupal knowledge to the mid-west&lt;br /&gt;
*Share your experience and contribute to the growth of Drupal&lt;/p&gt;
&lt;p&gt;*All profits will go to the Drupal Association&lt;/p&gt;
&lt;p&gt;-&lt;br /&gt;
tourguide&lt;br /&gt;
CDMUG&lt;br /&gt;
&lt;a href=&quot;http://cdmug.org&quot; title=&quot;http://cdmug.org&quot;&gt;http://cdmug.org&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/15569#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/275">camp</category>
 <category domain="http://groups.drupal.org/taxonomy/term/404">Chicago</category>
 <category domain="http://groups.drupal.org/taxonomy/term/11">drupal camp</category>
 <category domain="http://groups.drupal.org/taxonomy/term/41">DrupalCamp</category>
 <group domain="http://groups.drupal.org/content-construction-kit-cck">Content Construction Kit (CCK)</group>
 <group domain="http://groups.drupal.org/drupal-newsletter">Drupal Newsletter</group>
 <group domain="http://groups.drupal.org/eventrelated-drupal-code">Event-related Drupal code</group>
 <group domain="http://groups.drupal.org/high-performance">High performance</group>
 <group domain="http://groups.drupal.org/mapping">Location and Mapping</group>
 <group domain="http://groups.drupal.org/mobile">Mobile</group>
 <group domain="http://groups.drupal.org/flash-embedding">Object Embedding (Flash)</group>
 <group domain="http://groups.drupal.org/real-estate">Real Estate</group>
 <group domain="http://groups.drupal.org/semantic-web">Semantic Web</group>
 <group domain="http://groups.drupal.org/services">Services</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sat, 04 Oct 2008 23:33:50 +0000</pubDate>
 <dc:creator>tourguide@drupal.org</dc:creator>
 <guid isPermaLink="false">15569 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Friends</title>
 <link>http://groups.drupal.org/node/15508</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://drupal.org/project/friend&quot; title=&quot;http://drupal.org/project/friend&quot;&gt;http://drupal.org/project/friend&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/project/friendlist&quot; title=&quot;http://drupal.org/project/friendlist&quot;&gt;http://drupal.org/project/friendlist&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/project/ajaxfriends&quot; title=&quot;http://drupal.org/project/ajaxfriends&quot;&gt;http://drupal.org/project/ajaxfriends&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/project/user_relationships&quot; title=&quot;http://drupal.org/project/user_relationships&quot;&gt;http://drupal.org/project/user_relationships&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In some good news, buddylist has been deprecated in favour of buddylist2, and buddylist2 looks like it might get deprecated in favour of friendlist - there&#039;s a migration path already.&lt;/p&gt;
&lt;p&gt;&lt;del&gt;http://drupal.org/project/buddylist&lt;/del&gt;&lt;br /&gt;
&lt;del&gt;http://drupal.org/project/buddylist2&lt;/del&gt; (?)&lt;/p&gt;
&lt;p&gt;Coming up on the outside though, is &lt;a href=&quot;http://drupal.org/project/flag&quot; title=&quot;http://drupal.org/project/flag&quot;&gt;http://drupal.org/project/flag&lt;/a&gt; - which now allows you to assign flags to users as well as nodes.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/15508#comments</comments>
 <group domain="http://groups.drupal.org/duplicated-modules-hall-shame">Duplicated Modules Hall of Shame</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Thu, 02 Oct 2008 15:40:57 +0000</pubDate>
 <dc:creator>catch</dc:creator>
 <guid isPermaLink="false">15508 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Module Developer (or customize existing modules) and Social Networking Site Creation Consultant | DPN</title>
 <link>http://groups.drupal.org/node/15454</link>
 <description>&lt;p&gt;I am building a website and have come far along, but I need the following:&lt;br /&gt;
-A module (Mugshot) to be customized or based off to work with CCK, Views, User Profile&lt;br /&gt;
-Help Getting the &quot;Social Networking Community&quot; part of the site set up correctly (Organic Groups, Buddylist, etc)&lt;br /&gt;
-Help getting a Flex/Air app to be able to add nodes and comments to my site from remote locations (I&#039;m having trouble with Logging In).&lt;/p&gt;
&lt;p&gt;I&#039;m pretty well versed in Drupal, but my PHP skills are next to nothing so I really need help with customizing a module to work how I want it to.  Also I need someone with AMFPHP skills to help me tie my Flex/Air app into the site.&lt;/p&gt;
&lt;p&gt;Thanks and hope to get some feedback!&lt;br /&gt;
JT&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/2431">adobe air</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1522">AMFPHP</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1523">Flex</category>
 <category domain="http://groups.drupal.org/taxonomy/term/6671">mugshot</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1450">social networking site</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2148">web services</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Tue, 30 Sep 2008 21:38:20 +0000</pubDate>
 <dc:creator>superjames@drupal.org</dc:creator>
 <guid isPermaLink="false">15454 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Drupal and OpenSocial, for real</title>
 <link>http://groups.drupal.org/node/15375</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;After completing a working Activity Log module, and what I consider a state of the art FriendList module, I am now about to start phase 3 of my project: making sure that Drupal is able to be an OpenSocial container.&lt;/p&gt;
&lt;p&gt;After a bit of research, I found:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/opensocial&quot; title=&quot;http://drupal.org/project/opensocial&quot;&gt;http://drupal.org/project/opensocial&lt;/a&gt; -- No code, no clear description of what it is&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/opensocial-container&quot; title=&quot;http://drupal.org/project/opensocial-container&quot;&gt;http://drupal.org/project/opensocial-container&lt;/a&gt; - No code. A mock web site. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Drupal effectively &lt;em&gt;ignoring&lt;/em&gt; OpenSocial is a huge problem, that needs fixing.&lt;br /&gt;
So, here is what I would like to know:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Are there &lt;em&gt;active&lt;/em&gt; projects with people &lt;em&gt;actively&lt;/em&gt; doing something out there, &lt;em&gt;dedicating&lt;/em&gt; time to making Drupal an OpenSocial container?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What&#039;s the current &lt;em&gt;code&lt;/em&gt; state of existing projects? Let me say it again: &lt;em&gt;code&lt;/em&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If the answers are what I fear (and I hope not), I will work to solve this problem and turn Drupal into a full OpenSocial container, with both the Javascript and the HTTP APIs.&lt;/p&gt;
&lt;p&gt;I will first create the HTTP API so that people can &lt;em&gt;see&lt;/em&gt; and &lt;em&gt;test&lt;/em&gt; code. People will also see how serious I am about this. I will then look for somebody with Javascript skills to complete the other half of the story.&lt;/p&gt;
&lt;p&gt;Any input will be immensely appreciated. If you are interested in helping out... wait. This is not the right post to say so. This is just to see if my fears about the status of OpenSocial &amp;amp; Drupal is as bad as I fear.&lt;/p&gt;
&lt;p&gt;Bye,&lt;/p&gt;
&lt;p&gt;Merc.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/15375#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/3368">opensocial</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sat, 27 Sep 2008 10:07:44 +0000</pubDate>
 <dc:creator>mercmobily@drupal.org</dc:creator>
 <guid isPermaLink="false">15375 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Complete a social networking site | Client Specific</title>
 <link>http://groups.drupal.org/node/15242</link>
 <description>&lt;p&gt;I&#039;ve spent a good deal of time working on a social networking site for a client.  I started from scratch thinking it would just be a matter of installing a few modules and configuration.  Man was I wrong.  I&#039;ve learned a lot more than I originally thought and I&#039;m almost done with the site but I&#039;m just done.  I need to get this site completed and out of my way without leaving the client hanging.&lt;/p&gt;
&lt;p&gt;The site, as it is, is here: &lt;a href=&quot;http://myfishingfacts.abstractional.com&quot; title=&quot;http://myfishingfacts.abstractional.com&quot;&gt;http://myfishingfacts.abstractional.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It needs some secondary navigation, some cleanup of groups, classifieds, the profiles and the css and some work with gmap and location.  I have a graphic designer that still owes some hours for some work on the site.  At this point I&#039;m trying to chalk it up as a learning experience and am looking to either pay out of pocket or make an arrangement with my client to transfer the work agreement to a suitable person.&lt;/p&gt;
&lt;p&gt;I have too many things on my plate.  Please contact me at david (at) abstractional.com so we can discuss.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/6592">social networking css module development location</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Wed, 24 Sep 2008 05:30:19 +0000</pubDate>
 <dc:creator>urbanarpad</dc:creator>
 <guid isPermaLink="false">15242 at http://groups.drupal.org</guid>
</item>
<item>
 <title>CSS Debugger/Theming Guru | Parents Magazine</title>
 <link>http://groups.drupal.org/node/15168</link>
 <description>&lt;p&gt;I have a fairly specific request for a CSS/theming guru looking for a quick freelance project. We need someone to do CSS debugging and cross-browser compatibility work. The pay will be competitive.&lt;/p&gt;
&lt;p&gt;I&#039;m an editor at Parents and I&#039;ve been working on a reader advisory board website for the magazine. It&#039;s totally built, just going through some design tweaks. We have a custom theme with--of course--lots and lots of tweaks, but it&#039;s only been tested in Firefox, which was the development environment. We&#039;re at the stage now where I&#039;m simply too busy to finish out the CSS debugging/conditional commenting/etc. myself. Plus I don&#039;t have access to a PC, which is obviously a problem! So we&#039;re looking for someone who can help us make the site compatible across the usual range of browsers.&lt;/p&gt;
&lt;p&gt;Unfortunately, I don&#039;t really know how long this might take. For me—probably a few weeks at least. For someone with lots of CSS experience who knows how to wrangle IE into submission—probably much less. :) So if you&#039;re interested, email at &lt;a href=&quot;mailto:amanda.wolfe@meredith.com&quot;&gt;amanda.wolfe@meredith.com&lt;/a&gt;. I&#039;ll provide you with access to the site and the stylesheets and you can let me know how long you think it would take you/how much work is involved. From there we&#039;ll negotiate an hourly rate or flat fee, depending. If you could provide examples of your work (links are fine) and give me some quick background on your qualifications as a CSS guru, that would be great.&lt;/p&gt;
&lt;p&gt;We have a decent-sized budget behind this initiative, so let me know if you want to take this on!&lt;/p&gt;
&lt;p&gt;Thanks!&lt;br /&gt;
Amanda&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/theme-development&quot;&gt;Theme development&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/6570">css debug theme theming browser compatibility job freelance project</category>
 <group domain="http://groups.drupal.org/new-york-city">New York City</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <group domain="http://groups.drupal.org/theme-development">Theme development</group>
 <pubDate>Mon, 22 Sep 2008 16:27:07 +0000</pubDate>
 <dc:creator>amandawolfe</dc:creator>
 <guid isPermaLink="false">15168 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Replacing the Activity module with Rules?</title>
 <link>http://groups.drupal.org/node/15088</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I need to create a social networking site with Drupal 6 (yay). As a social networking site, there is obviously a need for an &quot;Activity log&quot; of some sort. The &lt;a href=&quot;http://drupal.org/project/activity&quot;&gt;Activity module&lt;/a&gt; had its last commit abut 4 months ago -- and judging from the issue queue, that&#039;s not because it&#039;s immaculate.&lt;/p&gt;
&lt;p&gt;Then, I read this message:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/249927&quot; title=&quot;http://drupal.org/node/249927&quot;&gt;http://drupal.org/node/249927&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am not sure what &quot;Content log messages&quot; are. However, I was thinking: would a module that exports just:&lt;/p&gt;
&lt;p&gt;1) A database structure&lt;br /&gt;
2) Rules integration to &quot;add&quot; a record and that&#039;s it&lt;br /&gt;
3) Views integration&lt;/p&gt;
&lt;p&gt;...simply do the trick?&lt;br /&gt;
Basically, other modules already call Rules events (or, well, they should). So, the &quot;glue&quot; to connect these events to this module would be quite minimal.&lt;/p&gt;
&lt;p&gt;So, I am wondering: does something like this exist already? Surely, it ought to!&lt;/p&gt;
&lt;p&gt;Bye,&lt;/p&gt;
&lt;p&gt;Merc.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/15088#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/3255">activity</category>
 <category domain="http://groups.drupal.org/taxonomy/term/948">social networking</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sat, 20 Sep 2008 07:54:00 +0000</pubDate>
 <dc:creator>mercmobily@drupal.org</dc:creator>
 <guid isPermaLink="false">15088 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Which version of user_relationships would you like to see maintained?</title>
 <link>http://groups.drupal.org/node/14867</link>
 <description>&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/14867#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/6455">user_relationships</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sun, 14 Sep 2008 07:52:05 +0000</pubDate>
 <dc:creator>alex.k</dc:creator>
 <guid isPermaLink="false">14867 at http://groups.drupal.org</guid>
</item>
<item>
 <title>The new Friendlist module needs you! Please help testing &quot;Rules&quot; integration</title>
 <link>http://groups.drupal.org/node/14783</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The new FriendList module is coming along nicely. I have finished the Views integration, which -- I am happy to say -- is really quite something. It took longer to integrate with &quot;views&quot; than it took to write the whole module!&lt;/p&gt;
&lt;p&gt;Anyhow, I am now battling a new monster: &quot;Rules&quot;. Rules&#039; main developer is on holiday. So, no hard-core help there either!&lt;/p&gt;
&lt;p&gt;If you know Rules, and would like to help me test what I did (and tell me &lt;em&gt;how&lt;/em&gt; to test it...!), please hop here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/project/friendlist&quot; title=&quot;http://drupal.org/project/friendlist&quot;&gt;http://drupal.org/project/friendlist&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once this is done, FriendList will actually be completely usable. So... let&#039;s do it!&lt;/p&gt;
&lt;p&gt;Note: Once the module is mature and ready, I will obviously give a &lt;em&gt;lot&lt;/em&gt; of priority, in terms of feature requests and general help, to those who helped me and believed in the module right now. So, here&#039;s your chance to get some good karma :-D&lt;/p&gt;
&lt;p&gt;Bye!&lt;/p&gt;
&lt;p&gt;Merc.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/14783#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/6314">friendlist</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5750">rules</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Thu, 11 Sep 2008 18:31:39 +0000</pubDate>
 <dc:creator>mercmobily@drupal.org</dc:creator>
 <guid isPermaLink="false">14783 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Community Engineer | Media Refined</title>
 <link>http://groups.drupal.org/node/14708</link>
 <description>&lt;p&gt;Looking to add a community on top of an existing and established content site. Standard set of features expected as well as tailored to niche nuances.&lt;/p&gt;
&lt;p&gt;US only - commuting ok. Please send examples and comp structure required.&lt;/p&gt;
&lt;p&gt;Please send all inquiries to &lt;a href=&quot;mailto:jim@mediarefined.com&quot;&gt;jim@mediarefined.com&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/395">community</category>
 <category domain="http://groups.drupal.org/taxonomy/term/86">Drupal</category>
 <category domain="http://groups.drupal.org/taxonomy/term/334">php</category>
 <category domain="http://groups.drupal.org/taxonomy/term/6378">sns</category>
 <category domain="http://groups.drupal.org/taxonomy/term/948">social networking</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Tue, 09 Sep 2008 21:02:30 +0000</pubDate>
 <dc:creator>JimmyC</dc:creator>
 <guid isPermaLink="false">14708 at http://groups.drupal.org</guid>
</item>
<item>
 <title>User Relationship API vs Friendslist API</title>
 <link>http://groups.drupal.org/node/14625</link>
 <description>&lt;p&gt;This wiki page is setup to define the differences between the &lt;a href=&quot;http://drupal.org/project/user_relationships&quot;&gt;User Relationship API&lt;/a&gt; (UR) and &lt;a href=&quot;http://drupal.org/project/friendlist&quot;&gt;Friendslist API&lt;/a&gt; (FL).&lt;/p&gt;
&lt;p&gt;Some history info first: the original UR developer acknowledged &lt;a href=&quot;http://drupal.org/node/300859#comment-996010&quot;&gt;he no longer wishes to support the UR module&lt;/a&gt; and the maintainership &lt;a href=&quot;http://drupal.org/node/300859&quot;&gt;has been handed over&lt;/a&gt; to &lt;a href=&quot;http://drupal.org/user/183217&quot;&gt;Alex.k&lt;/a&gt;. While the process was in progress, &lt;a href=&quot;http://drupal.org/user/51849&quot;&gt;mercmobily&lt;/a&gt; wrote a complete new API which he called &lt;a href=&quot;http://drupal.org/project/friendlist&quot;&gt;friendslist API&lt;/a&gt;.  The architectural differences between FriendList and User Relationships are mainly in the API style and the database structure (see the &quot;architecture&quot; section in the table below). After &lt;a href=&quot;http://drupal.org/node/304014#comment-996896&quot;&gt;discussing&lt;/a&gt; the issue, the developers decided that both modules should live happily next to each other, serving different use cases.&lt;/p&gt;
&lt;p&gt;For an outsider it is still very hard to line up this comparison between both modules. Therefore, it is useful to use this wiki page to centralize the data and end up with a clear overview.&lt;/p&gt;
&lt;p&gt;Comparison table (for D6 release only):&lt;/p&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;User Relationship&lt;/td&gt;
&lt;td&gt;Friendslist&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;General information&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;User base&lt;/td&gt;
&lt;td&gt;Large (D5)&lt;/td&gt;
&lt;td&gt;Very small&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Architecture&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;API style&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Create,_read,_update_and_delete&quot;&gt;CRUD&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Relation-oriented&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DB style&lt;/td&gt;
&lt;td&gt;2-way relation=2 records&lt;/td&gt;
&lt;td&gt;2-way relation=2 records&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Feature&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;one way relationships&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;one way relationships with approval required&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;NO/won&#039;t&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;two way relationships&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;two way relationships without approval&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes (Rules]&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;two way relationships expiry&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;pending relationships expiry&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://drupal.org/node/313878&quot;&gt;planned&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;configurable relationship types&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;requestee can send message along with relation request&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://drupal.org/node/289144&quot;&gt;requested&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;approver can add a note to self when approving relationships&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;no relation request possible once denied&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://drupal.org/node/203364&quot;&gt;in development&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;requesting relationship UI&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Import abilities&lt;/td&gt;
&lt;td&gt;Buddylist (through 5.x)&lt;/td&gt;
&lt;td&gt;User Relationships&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AJAX in accepting and sending requests&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;User profile privacy&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://drupal.org/node/304317&quot;&gt;content_profile&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Email notifications&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;API&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Return number of relationships&lt;/td&gt;
&lt;td&gt;no (&lt;a href=&quot;http://drupal.org/node/183011&quot;&gt;requested&lt;/a&gt;)&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Integration&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Views&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://drupal.org/node/292302&quot;&gt;yes&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rules&lt;/td&gt;
&lt;td&gt;no&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;User Access&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CCK Field Privacy&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://drupal.org/node/315714&quot;&gt;no&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Node Access&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://drupal.org/node/303388&quot;&gt;configurable UI&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;?&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sat, 06 Sep 2008 07:42:58 +0000</pubDate>
 <dc:creator>toemaz@drupal.org</dc:creator>
 <guid isPermaLink="false">14625 at http://groups.drupal.org</guid>
</item>
<item>
 <title>New FriendList API</title>
 <link>http://groups.drupal.org/node/14567</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I created a new API + module to manage Friend Lists.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/project/friendlist&quot; title=&quot;http://drupal.org/project/friendlist&quot;&gt;http://drupal.org/project/friendlist&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am about to load it up onto CVS. Before then, please download:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.freesoftwaremagazine.com/friendlist.tgz&quot; title=&quot;http://www.freesoftwaremagazine.com/friendlist.tgz&quot;&gt;http://www.freesoftwaremagazine.com/friendlist.tgz&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Before starting any discussion on the fact that we already have such APIs for Drupal etc. etc., PLEASE:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Read the project&#039;s page&lt;/li&gt;
&lt;li&gt;Read the project&#039;s source code&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So... if you are up for some testing, please come forward.&lt;br /&gt;
It still needs work, but the &lt;em&gt;core&lt;/em&gt; is FINISHED, it&#039;s polished, it works, it&#039;s developer-friendly, it has a nice UI, and it can EASILY be built upon.&lt;/p&gt;
&lt;p&gt;This module was brainstormed, designed and coded, start to finish, in 50 hours.&lt;/p&gt;
&lt;p&gt;Bye,&lt;/p&gt;
&lt;p&gt;Merc.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/14567#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/6313">buddies</category>
 <category domain="http://groups.drupal.org/taxonomy/term/6315">friend</category>
 <category domain="http://groups.drupal.org/taxonomy/term/6314">friendlist</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1712">friends</category>
 <group domain="http://groups.drupal.org/drigg-developers-group">Drigg developers group</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Thu, 04 Sep 2008 15:22:34 +0000</pubDate>
 <dc:creator>mercmobily@drupal.org</dc:creator>
 <guid isPermaLink="false">14567 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Developer | AF83</title>
 <link>http://groups.drupal.org/node/14399</link>
 <description>&lt;p&gt;Come to work and live in Paris....&lt;/p&gt;
&lt;p&gt;AF83 is actively looking for experienced Druaplers for its Parisian offices... Mostly for newspapers/media/music/social networking sites. Knowing some French is ofcourse a plus but not an absolut requirement. Having european work papers can also simplify life.&lt;/p&gt;
&lt;p&gt;AF83 is a young and vibrant company based in Paris with offices in San-Francisco specialized in community centric web sites and mobile applications.&lt;/p&gt;
&lt;p&gt;In France, one of the promoters and organizers of Barcamps and other community activites, including last year’s first french DrupalCamp. Currently involved in the DiSo initiative over the European side.&lt;/p&gt;
&lt;p&gt;Though young, AF83 has been called upon by major industry leaders in France (and now some overseas) to realize some very cool sites. Among the a Young talents site for the French Vodaphone subsidiary SFR, an innovative site around the music industry for Universal, an internal innovation management system for CapGemini and SFR, a fashion designers community based shop for les 3 Suisses, widgets for Google, the 2007 french presidential campaign internet tools for the socialist party just to name a few…&lt;/p&gt;
&lt;p&gt;AF83 is a multi-tech shop with developments in our own Open Source PHP framework (Turbulences &lt;a href=&quot;http://turb.ulenc.es&quot; title=&quot;http://turb.ulenc.es&quot;&gt;http://turb.ulenc.es&lt;/a&gt;), but also Ruby on Rails and Drupal based sites.&lt;/p&gt;
&lt;p&gt;Don&#039;t hesitate to contact me for any further information.&lt;/p&gt;
&lt;p&gt;PS.&lt;/p&gt;
&lt;p&gt;Part time in our San-Francisco offices can be acceptable.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/607">french</category>
 <category domain="http://groups.drupal.org/taxonomy/term/85">job listing</category>
 <group domain="http://groups.drupal.org/art-music">Art &amp;amp; Music</group>
 <group domain="http://groups.drupal.org/france">France</group>
 <group domain="http://groups.drupal.org/drupal-marketing">Marketing of Drupal</group>
 <group domain="http://groups.drupal.org/newspapers-on-drupal">Newspapers on Drupal</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sat, 30 Aug 2008 14:16:53 +0000</pubDate>
 <dc:creator>OriPekelman</dc:creator>
 <guid isPermaLink="false">14399 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Drupal expert | Freke Aps</title>
 <link>http://groups.drupal.org/node/14326</link>
 <description>&lt;p&gt;Drupal expert needed..&lt;/p&gt;
&lt;p&gt;Here&#039;s the problem very briefly.. I need the data from this site &lt;a href=&quot;http://www.slavefarm.com/v3/&quot; title=&quot;http://www.slavefarm.com/v3/&quot;&gt;http://www.slavefarm.com/v3/&lt;/a&gt; (custom made) move/syncronized/migratied to &lt;a href=&quot;http://www.slavefarm.com/v4&quot; title=&quot;http://www.slavefarm.com/v4&quot;&gt;http://www.slavefarm.com/v4&lt;/a&gt; (drupal 5.7).. It should be done via a shell script that I can run several times during the transition from v3 to v4. All users permissions, node access permissions, relationships must be working 100% .. Basically the job is to clone v3 into a drupal install..&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.odesk.com/jobs/Drupal-migration-adult-material_~~53da0a5df8c5d1e0&quot; title=&quot;http://www.odesk.com/jobs/Drupal-migration-adult-material_~~53da0a5df8c5d1e0&quot;&gt;http://www.odesk.com/jobs/Drupal-migration-adult-material_~~53da0a5df8c5...&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/579">migration</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Wed, 27 Aug 2008 21:50:26 +0000</pubDate>
 <dc:creator>allandk</dc:creator>
 <guid isPermaLink="false">14326 at http://groups.drupal.org</guid>
</item>
<item>
 <title>BetterNetworker.com Launched - Social Network Joomla Conversion with 17,000 members!</title>
 <link>http://groups.drupal.org/node/14294</link>
 <description>&lt;p&gt;After about 4 months of development, we&#039;ve launched &lt;a href=&quot;http://www.betternetworker.com&quot; title=&quot;http://www.betternetworker.com&quot;&gt;http://www.betternetworker.com&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;BetterNetworker is an online community for the network and internet marketing industry.&lt;/p&gt;
&lt;p&gt;The original site was built on Joomla 1.0.13, along with community builder. The new community is now on Drupal 5.x.&lt;/p&gt;
&lt;p&gt;Part of this build out involved converting all membership data, including friends, photo galleries, forum posts (from FireBoard), all content (6,000+ articles and videos), comments, statistical data, for over 16,000 users.&lt;/p&gt;
&lt;p&gt;Since our site launch, we&#039;ve gained over 1,000 members in a week.&lt;/p&gt;
&lt;p&gt;Its full featured social network with features including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Articles, Videos, Podcasts, Classifieds, Groups&lt;/li&gt;
&lt;li&gt;Fully customized member profile layouts&lt;/li&gt;
&lt;li&gt;Integration with PhpBB3 (migrated over 8,000 posts from FireBoard and Joomla)&lt;/li&gt;
&lt;li&gt;Buddy system (User relationships)&lt;/li&gt;
&lt;li&gt;Points and Rewards system&lt;/li&gt;
&lt;li&gt;Twitter style updates (using Dodge)&lt;/li&gt;
&lt;li&gt;Advertising (Using the awesome OpenX platform)&lt;/li&gt;
&lt;li&gt;a whole ton of other stuff.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&#039;ll be doing a full writeup on the experience, how it was built, very soon. A LOT of work was put into templating, design, getting the most out of the real estate, and making it a user friendly and modern experience, and making it perform well with the insane amount of data we&#039;re working to display on any given page.&lt;/p&gt;
&lt;p&gt;There&#039;s a lot in store for this community, including real twitter integration, facebook integration, some ecommerce features, too much to list!&lt;/p&gt;
&lt;p&gt;Feedback and questions are more than welcome!&lt;/p&gt;
&lt;p&gt;Jason Flenniken&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/14294#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/948">social networking</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2555">Dev environment</category>
 <group domain="http://groups.drupal.org/austin">Austin</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Wed, 27 Aug 2008 00:51:57 +0000</pubDate>
 <dc:creator>jasonflenniken</dc:creator>
 <guid isPermaLink="false">14294 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Social networking showcase sites built with Drupal</title>
 <link>http://groups.drupal.org/node/14091</link>
 <description>&lt;p&gt;Hi, I&#039;ve been developing some marketing materials for Drupal that provide examples of Social Networking sites built with Drupal.  Examples of Drupal, Newspaper, Library sites in videos: &lt;a href=&quot;http://blip.tv/file/912733&quot; title=&quot;http://blip.tv/file/912733&quot;&gt;http://blip.tv/file/912733&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you know of other Social Networking sites which should be added please add them to this wiki page.&lt;/p&gt;
&lt;p&gt;Social Networks - &lt;a href=&quot;http://teamsugar.com/&quot;&gt;Social networking for women&lt;/a&gt;, &lt;a href=&quot;http://popsugar.com&quot;&gt;Popsugar - 17Million views per month&lt;/a&gt;, &lt;a href=&quot;http://www.gosleepgo.com&quot;&gt;GoSleepGo - Find an adventure&lt;/a&gt;, &lt;a href=&quot;http://www.ecademy.com/&quot;&gt; Connecting business people&lt;/a&gt;, &lt;a href=&quot;http://ourmedia.org&quot;&gt;Ourmedia&lt;/a&gt;, &lt;a href=&quot;http://matadortravel.com/&quot;&gt;Matador travel - connecting passionate travelers&lt;/a&gt;, &lt;a href=&quot;http://justcauseit.com/&quot;&gt;JustCauseIt-make some good news&lt;/a&gt;, &lt;a href=&quot;http://onnetworks.com/videos/searchin-usa&quot;&gt;OnNetworks-A fresh alternative to traditional TV&lt;/a&gt;, &lt;a href=&quot;http://www.incbiznet.com/&quot;&gt;IncBizNet-The Networking Community for Private Companies&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Social Collaboration: &lt;a href=&quot;http://amazee.com&quot;&gt;Amazee: Doing things together&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Demo Site - &lt;a href=&quot;http://socialnetworkingwebsites.realtidings.com&quot; title=&quot;http://socialnetworkingwebsites.realtidings.com&quot;&gt;http://socialnetworkingwebsites.realtidings.com&lt;/a&gt;&lt;br /&gt;
user: admin, pass: admin&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.icommunity.tv&quot; title=&quot;http://www.icommunity.tv&quot;&gt;http://www.icommunity.tv&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://thestandard.com/&quot; title=&quot;http://thestandard.com/&quot;&gt;http://thestandard.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.wheresspot.com&quot; title=&quot;http://www.wheresspot.com&quot;&gt;http://www.wheresspot.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.silvervixens.com&quot; title=&quot;http://www.silvervixens.com&quot;&gt;http://www.silvervixens.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.gradspot.com&quot; title=&quot;http://www.gradspot.com&quot;&gt;http://www.gradspot.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.chrisbrownworld.com/&quot; title=&quot;http://www.chrisbrownworld.com/&quot;&gt;http://www.chrisbrownworld.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.joshuabell.com/&quot; title=&quot;http://www.joshuabell.com/&quot;&gt;http://www.joshuabell.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.theclashonline.com/&quot; title=&quot;http://www.theclashonline.com/&quot;&gt;http://www.theclashonline.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.katdeluna.com/&quot; title=&quot;http://www.katdeluna.com/&quot;&gt;http://www.katdeluna.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.natashabedingfieldusa.com/&quot; title=&quot;http://www.natashabedingfieldusa.com/&quot;&gt;http://www.natashabedingfieldusa.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ifood.tv/&quot; title=&quot;http://www.ifood.tv/&quot;&gt;http://www.ifood.tv/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.fastcompany.com/&quot; title=&quot;http://www.fastcompany.com/&quot;&gt;http://www.fastcompany.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://MDLinked.com&quot; title=&quot;http://MDLinked.com&quot;&gt;http://MDLinked.com&lt;/a&gt; for medical doctors&lt;br /&gt;
&lt;a href=&quot;http://i-bloggers.com&quot; title=&quot;http://i-bloggers.com&quot;&gt;http://i-bloggers.com&lt;/a&gt; for bloggers&lt;br /&gt;
&lt;a href=&quot;http://lounge99.com&quot; title=&quot;http://lounge99.com&quot;&gt;http://lounge99.com&lt;/a&gt; for women&lt;br /&gt;
&lt;a href=&quot;http://lounge55.com&quot; title=&quot;http://lounge55.com&quot;&gt;http://lounge55.com&lt;/a&gt; private community&lt;br /&gt;
&lt;a href=&quot;http://www.babelup.com/&quot; title=&quot;http://www.babelup.com/&quot;&gt;http://www.babelup.com/&lt;/a&gt; for social activism&lt;br /&gt;
&lt;a href=&quot;http://island.byu.edu&quot; title=&quot;http://island.byu.edu&quot;&gt;http://island.byu.edu&lt;/a&gt; -- elearning social network&lt;br /&gt;
&lt;a href=&quot;http://www.athletefocus.com&quot; title=&quot;http://www.athletefocus.com&quot;&gt;http://www.athletefocus.com&lt;/a&gt; - Action Sports SN&lt;br /&gt;
&lt;a href=&quot;http://www.swampfox.ws&quot; title=&quot;http://www.swampfox.ws&quot;&gt;http://www.swampfox.ws&lt;/a&gt; - Southeast Innovation&lt;br /&gt;
&lt;a href=&quot;http://www.thenursery.com&quot; title=&quot;http://www.thenursery.com&quot;&gt;http://www.thenursery.com&lt;/a&gt; for new and expecting parents&lt;br /&gt;
&lt;a href=&quot;http://www.mymacroSpace.com&quot; title=&quot;http://www.mymacroSpace.com&quot;&gt;http://www.mymacroSpace.com&lt;/a&gt; for macrobiotic recipes, advice and friends&lt;/p&gt;
&lt;p&gt;Previous posting: &lt;a href=&quot;http://groups.drupal.org/node/9011&quot; title=&quot;http://groups.drupal.org/node/9011&quot;&gt;http://groups.drupal.org/node/9011&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <group domain="http://groups.drupal.org/drupal-marketing">Marketing of Drupal</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Tue, 19 Aug 2008 08:37:53 +0000</pubDate>
 <dc:creator>Amazon</dc:creator>
 <guid isPermaLink="false">14091 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Building SNS with and around drupal - Drupal Camp India </title>
 <link>http://groups.drupal.org/node/14047</link>
 <description>&lt;p&gt;hi all&lt;br /&gt;
 I spoke at drupal camp india on building social networking sites with and around drupal. Basically I wanted to share my experiences good/painful with social networking sites with drupal as platform. Below is the link to presentation I gave, As mentioned this was more experience sharing than &quot;Teaching&quot; where I majorly discussed existing module stack available and issues with them (as SNS enablers) and where did I hit the wall and how did I resolve it.&lt;/p&gt;
&lt;p&gt; It will be nice to get some more input from drupal community at large, Presentation also included lots of ideas as to how drupal can move forward in SNS direction.&lt;/p&gt;
&lt;p&gt;Please correct me, If any information in the slides is wrong or if I&#039;ve missed something.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.slideshare.net/dipen/building-social-networking-sites-with-and-around-drupal &quot;&gt; Presentation here&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/14047#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/11">drupal camp</category>
 <category domain="http://groups.drupal.org/taxonomy/term/350">social networking analysis</category>
 <group domain="http://groups.drupal.org/drupal-dojo">Drupal Dojo</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sun, 17 Aug 2008 13:46:03 +0000</pubDate>
 <dc:creator>dipen</dc:creator>
 <guid isPermaLink="false">14047 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Changing directories</title>
 <link>http://groups.drupal.org/node/14011</link>
 <description>&lt;p&gt;Is this possible.  I want to work on my site in &lt;a href=&quot;http://mysite.com/drupal/&quot; title=&quot;http://mysite.com/drupal/&quot;&gt;http://mysite.com/drupal/&lt;/a&gt;  and then when I am ready to launch move it to the root directory.&lt;/p&gt;
&lt;p&gt;Is this possible?&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/14011#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/6113">moving install directory</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Fri, 15 Aug 2008 13:03:50 +0000</pubDate>
 <dc:creator>jonbennett</dc:creator>
 <guid isPermaLink="false">14011 at http://groups.drupal.org</guid>
</item>
<item>
 <title>RIP Bloomstreet</title>
 <link>http://groups.drupal.org/node/13901</link>
 <description>&lt;p&gt;Bloomstreet.net one of the biggest German Drupal sites and probably the biggest German social network built with Drupal was closed a few days ago.&lt;br /&gt;
Bloomstreet was certainly not shut down because it was built with Drupal, but, as was reported by German media, venture capitalist Bertelsmann was discontent with Bloomstreet&#039;s growth.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13901#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/5356">german</category>
 <category domain="http://groups.drupal.org/taxonomy/term/846">social network</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Mon, 11 Aug 2008 21:36:01 +0000</pubDate>
 <dc:creator>yaph@drupal.org</dc:creator>
 <guid isPermaLink="false">13901 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Friends of Friends</title>
 <link>http://groups.drupal.org/node/13839</link>
 <description>&lt;p&gt;I&#039;ve gone about creating a SN site using 5.x.  Obviously one of the features is a profile.  There are a plethora of modules out there that will show me my buddy list or my calendar or my whatever.  However I have found very few modules that will generate a list of friends of friends or a module that will generate a calendar based on the information supplied by the currently viewed profile rather than the profile of the person signed in.&lt;/p&gt;
&lt;p&gt;So first off: what is the best way (using buddylist) to create a block showing the friends of a friend?&lt;/p&gt;
&lt;p&gt;And second are there any out of the box modules that provide other functionality for friends of friends?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13839#comments</comments>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Fri, 08 Aug 2008 23:04:01 +0000</pubDate>
 <dc:creator>kernphilip</dc:creator>
 <guid isPermaLink="false">13839 at http://groups.drupal.org</guid>
</item>
<item>
 <title>How do you promote your social network</title>
 <link>http://groups.drupal.org/node/13706</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&#039;ve just launched a new Drupal social network (&lt;a href=&quot;http://drupalsn.com&quot; title=&quot;http://drupalsn.com&quot;&gt;http://drupalsn.com&lt;/a&gt;) and i&#039;m now actively promoting the site, but i&#039;m hoping to spark some debate as to how everyone out there promotes their social networking sites so we can share ideas and strategies and see which ones work best!&lt;/p&gt;
&lt;p&gt;My personal view is social networks can be hard to promote, because you obviosuly want to drive traffic to your site but you also want sign ups. Does traffic automatically mean sign ups or do you need a more specific strategy?&lt;/p&gt;
&lt;p&gt;here&#039;s a few things i&#039;m considering/using:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Forum write ups on related sites&lt;/strong&gt; - drupal.org forum write springs to mind and i guess any sites related to the content of your site.&lt;br /&gt;
This seems to be a good way to get initial feedback and testers but may not get the site moving proper.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Article or content/blog writing&lt;/strong&gt; - this to me is a key area for SEO, writing related content to help your page ranking as well as build interest about your site.&lt;br /&gt;
Problem here is many social networks may not have scope for articles so may find it hard to fit articles of content in and much of the content maybe user driven.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Links swap/partners&lt;/strong&gt; - this is a simple technique to build partnerships with other related sites but i&#039;m not sure how effective it really is?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Submit your code to Drupal&lt;/strong&gt; - this is something i&#039;m just coming to not just for site promotion but i also feel i now have enough knowledge to be able to give something back to Drupal for all its given me (bit cheesy i know), has anyone found this as an effective means of promotion?
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Showcase sites&lt;/strong&gt; - submitting your site to showcase sites or flickr or youtube (if you have the content) i&#039;ve heard can be a good promotion tool.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Paid advertising&lt;/strong&gt; - for most of us on small budgets this is a last resort and something that really needs planning as there are so many options out there, how do you choose where to put your money?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Offline promotions&lt;/strong&gt; - again may need some funds behind this but i&#039;ve heard it can be useful for some niches.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ok i&#039;ve probably bored you to death already, but be great if we can spark some debate here, it&#039;s something i&#039;m fairly new to and very interested in as i guess everyone who runs a social network is.&lt;/p&gt;
&lt;p&gt;cheers&lt;br /&gt;
Tom&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13706#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/341">SEO</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5959">site promotion</category>
 <category domain="http://groups.drupal.org/taxonomy/term/948">social networking</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Mon, 04 Aug 2008 21:39:00 +0000</pubDate>
 <dc:creator>thomjjames</dc:creator>
 <guid isPermaLink="false">13706 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Developer | Socal action ecommerce site</title>
 <link>http://groups.drupal.org/node/13547</link>
 <description>&lt;p&gt;I would like to have a site developed that combines the following features: Digg-type ranking of text, image uploading, user groups and ecommerce.  It is a social action-type of site.  I would like to use existing modules for initial development to see if the concept catches on.  If it does, I will invest in greater customization (including, for example, Facebook integration).  Standard themes are OK.  I have drawings which show the concept (although I am flexible with the actual look and feel).&lt;/p&gt;
&lt;p&gt;If you can integrate modules with the above features quickly, please contact me.  This may turn into a long-term position if interested.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/5891">networking social action ecommerce facebook community digg</category>
 <group domain="http://groups.drupal.org/bay-area">Bay Area</group>
 <group domain="http://groups.drupal.org/consulting">Consulting and Business</group>
 <group domain="http://groups.drupal.org/ecommerce">e-Commerce Module</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Tue, 29 Jul 2008 22:05:17 +0000</pubDate>
 <dc:creator>leese</dc:creator>
 <guid isPermaLink="false">13547 at http://groups.drupal.org</guid>
</item>
<item>
 <title>How to give users their own space? HELP</title>
 <link>http://groups.drupal.org/node/13527</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;like everybody here, I&#039;m working on the &quot;next big thing&quot; :) ... probably it will never go online, it&#039;s just for my diploma.&lt;/p&gt;
&lt;p&gt;Anyway, the site is supposed to be a networking site for students studying abroad. Signing up, I have to choose a city (where I will go to). As a member, I have access to this public &quot;city area&quot; (let&#039;s say &quot;everybody&#039;s Barcelona&quot;), where people can share their knowledge etc. And there&#039;s got to be a private area (like &quot;my very own Barcelona&quot;), where every user can have his own blog, calendar, gallery, ...&lt;/p&gt;
&lt;p&gt;I&#039;m a bit slow on the uptake, apart from all the other problems I got: how (damned!!) I can realise such a private area? A sector where I can store and administrate my private data.&lt;/p&gt;
&lt;p&gt;As you might have noticed, I&#039;m not yet the big drupal guru ... so, I&#039;m grateful for any kind of hint!&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13527#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/874">gallery</category>
 <category domain="http://groups.drupal.org/taxonomy/term/815">private</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1450">social networking site</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5883">user space</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Tue, 29 Jul 2008 10:12:40 +0000</pubDate>
 <dc:creator>losmono</dc:creator>
 <guid isPermaLink="false">13527 at http://groups.drupal.org</guid>
</item>
<item>
 <title>BabelUp: a community for social change</title>
 <link>http://groups.drupal.org/node/13514</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.babelup.com/&quot;&gt;www.babelup.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.babelup.com/&quot;&gt;BabelUp&lt;/a&gt; is a social network for social activism.  That is, it&#039;s a fun community to hang out in with friends and discuss global issues.  BabelUp hosts forums, user blogs, image galleries, real-time chatting, groups, calendars, and lots of other features you&#039;d expect to find in a well-designed (hopefully) social network.&lt;/p&gt;
&lt;p&gt;The goal of BabelUp is to attract young people who wouldn&#039;t ordinarily be interested in social activism.  BabelUp aims to do this through its highly interactive website and encouraging community.  Hopefully, users will join for the social features on the recommendation of their friends and will become more engaged in activism as they spend more time on the site.&lt;/p&gt;
&lt;p&gt;I myself am a student activist.  I started BabelUp as an &quot;action plan&quot; developed at a summer program at Brown University last year; BabelUp was my first web design project.  I really started working on the site around late September and finished in late January; the site was live in &quot;Beta&quot; for a few months before I rebuilt it entirely in mid-June.  I&#039;ve learned a lot about Drupal and found that I really enjoy web design in addition to the obvious feel-good incentive.&lt;/p&gt;
&lt;p&gt;BabelUp is solidly designed with a lot of custom PHP (mostly in blocks and for other visual reasons - the functionality Drupal modules provide is excellent).  I think it serves as a good example of both how Drupal can be used to build social networks as well as of how Drupal can be used for social good.&lt;/p&gt;
&lt;p&gt;I hope you like the site and I&#039;m happy to hear any feedback or answer any questions you have.  Of course some of the more complex features you usually see in a social network require you to join in order to see them (like the Facebook-style user statuses), but I hope that you&#039;ll find the site worthwhile enough to join and take a serious look.  If you have a favorite cause, joining can help you raise awareness; if you just like to talk politics, environment, etc., then BabelUp is also the place for you.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.babelup.com/&quot;&gt;www.babelup.com&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13514#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/395">community</category>
 <category domain="http://groups.drupal.org/taxonomy/term/445">social</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5880">social activism</category>
 <category domain="http://groups.drupal.org/taxonomy/term/669">social justice</category>
 <category domain="http://groups.drupal.org/taxonomy/term/963">social media</category>
 <category domain="http://groups.drupal.org/taxonomy/term/846">social network</category>
 <category domain="http://groups.drupal.org/taxonomy/term/948">social networking</category>
 <group domain="http://groups.drupal.org/drupal-for-good">Drupal for Good</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Mon, 28 Jul 2008 20:53:12 +0000</pubDate>
 <dc:creator>IceCreamYou@drupal.org</dc:creator>
 <guid isPermaLink="false">13514 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Collaboration Foundation - Vote Needed for Non-Profit Drupal Social Networking Site</title>
 <link>http://groups.drupal.org/node/13488</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Our non-profit, The Collaboration Foundation, is a finalist for a $10,000 online &#039;Ideablob&#039; grant. We need votes to win. The grant would be used to build an innovative non-profit Drupal social-networking site that will look something like this: &lt;a href=&quot;http://collaborationfoundation.org/preview.html&quot; title=&quot;http://collaborationfoundation.org/preview.html&quot;&gt;http://collaborationfoundation.org/preview.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Please vote here:&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://ideablob.com/ideas/1247-The-Collaboration-Foundation-C&quot; title=&quot;http://ideablob.com/ideas/1247-The-Collaboration-Foundation-C&quot;&gt;http://ideablob.com/ideas/1247-The-Collaboration-Foundation-C&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;About The Collaboration Foundation&lt;/b&gt;&lt;br /&gt;
The Collaboration Foundation is a grassroots non-profit arts organization that grew from The 1 Second Film project (currently runs on Drupal). The 1 Second Film has over 10,000 participants in 59 countries. Apple recently donated over $25K in computers to support the project. Our goal is to build an innovative platform for global collaborative art and social-change on a scale only possible when people work together. Our Board of Directors includes Albert Maysles, Juli Taymor, Stephen Nemeth, and Ben Goldhirsh. For more info, please visit &lt;a href=&quot;http://www.collaborationfoundation.org&quot; title=&quot;www.collaborationfoundation.org&quot;&gt;www.collaborationfoundation.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;What We Will do With the $10K&lt;/b&gt;&lt;br /&gt;
If we win the $10K grant, funds will be used to build a non-profit dynamic Drupal site that will provide a global community of participants with free tools to connect, create, and collaborate. Preview the design for our new site here: &lt;a href=&quot;http://collaborationfoundation.org/preview.html&quot; title=&quot;http://collaborationfoundation.org/preview.html&quot;&gt;http://collaborationfoundation.org/preview.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Possible Benefits for Drupal Community&lt;/b&gt;&lt;br /&gt;
• Creation of a high visibility Drupal for Good project&lt;br /&gt;
• Ongoing development of our site could offer tangible training exercises for students in Drupal Dojo. We&#039;ve talked to some high end Drupal companies about donating project managers to oversee Drupal apprentices in the collaborative development of the Collaboration Foundation&#039;s Drupal site.&lt;br /&gt;
• Could document the build w/ video and provide learning materials for Drupal Community&lt;br /&gt;
• All technology developed for the project will be open and returned to Drupal community.&lt;br /&gt;
• We&#039;re open to other ideas from Drupal community about meaningful ways our project can give back to the community.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;If you would like to support this, please take 30 seconds to vote here:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ideablob.com/ideas/1247-The-Collaboration-Foundation-C&quot;&gt;&lt;img src=&quot;http://www.the1secondfilm.com/files/producer1/ideablob2.jpg&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Voting lasts til July 31.&lt;/p&gt;
&lt;p&gt;And please share with friends. If you have any questions, suggestions, etc. about the project, or if interested in being a part of it, please contact me.&lt;/p&gt;
&lt;p&gt;Much thanks,&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.the1secondfilm.com/producer/1&quot;&gt;Nirvan Mullick&lt;/a&gt;&lt;br /&gt;
Founder, The Collaboration Foundation&lt;br /&gt;
Director, The 1 Second Film&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.collaborationfoundation.org&quot; title=&quot;www.collaborationfoundation.org&quot;&gt;www.collaborationfoundation.org&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.the1secondfilm.com&quot; title=&quot;www.the1secondfilm.com&quot;&gt;www.the1secondfilm.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.twitter.com/the1secondfilm&quot; title=&quot;www.twitter.com/the1secondfilm&quot;&gt;www.twitter.com/the1secondfilm&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13488#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/603">art</category>
 <category domain="http://groups.drupal.org/taxonomy/term/722">collaboration</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5872">collaborationfoundation</category>
 <category domain="http://groups.drupal.org/taxonomy/term/721">non-profit</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5868">social-change</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5871">the1secondfilm</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Mon, 28 Jul 2008 07:04:33 +0000</pubDate>
 <dc:creator>the1secondfilm</dc:creator>
 <guid isPermaLink="false">13488 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Drupal for Facebook News</title>
 <link>http://groups.drupal.org/node/13417</link>
 <description>&lt;p&gt;Yesterday was Facebook&#039;s &lt;a href=&quot;http://www.facebook.com/f8&quot;&gt;f8 developers conference&lt;/a&gt; here in San Francisco.  They presented some great information about the new look (wider canvas pages, wider profile boxes, new feed options) and also Facebook Connect which will change the way Drupal sites share information with Facebook.  They held a &lt;a href=&quot;http://developers.facebook.com/news.php?blog=1&amp;amp;story=134&quot;&gt;hackathon&lt;/a&gt; and honored several of the projects Facebook&#039;s engineers considered the best.  And &lt;a href=&quot;http://drupal.org/project/fb&quot;&gt;Drupal for Facebook&lt;/a&gt; was a winner (specifically, of a Sony PS3)!&lt;/p&gt;
&lt;p&gt;Speaking of conferences, I&#039;ve proposed a &lt;a href=&quot;http://szeged2008.drupalcon.org/program/sessions/building-facebook-applications-using-drupal&quot;&gt;session about Facebook App development&lt;/a&gt; at the upcoming DrupalCon.  It needs votes to make it into the schedule, so if you will attend the DrupalCon, please take a moment to vote for that session.&lt;/p&gt;
&lt;p&gt;I&#039;d also like feedback, and more votes, for &lt;a href=&quot;http://groups.drupal.org/node/13071&quot;&gt;my grant proposal&lt;/a&gt;.  This grant could help fund Drupal for Facebook, thereby making it easier to use and up-to-date with Facebook&#039;s latest features.  If you don&#039;t know about the &lt;a href=&quot;http://groups.drupal.org/knight-drupal-initiative&quot;&gt;Knight Drupal Initiative&lt;/a&gt;, you really should participate.  All the proposed grants need review from within the Drupal community before being considered by the Knight Foundation.  And if you have ideas that need funding, you really should submit your own proposal.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13417#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/3492">drupal for facebook</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2218">Facebook</category>
 <group domain="http://groups.drupal.org/facebook-api">Facebook API</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Thu, 24 Jul 2008 16:20:02 +0000</pubDate>
 <dc:creator>Dave Cohen</dc:creator>
 <guid isPermaLink="false">13417 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Documentation recommendations for newbies</title>
 <link>http://groups.drupal.org/node/13317</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As a newbie to drupal and tasked with a project to create a social networking site  I would like suggestions on documentation resources.  The OG module seems very powerful ... but not very well documented.  Any suggestion on how to get up to speed ASAP?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13317#comments</comments>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sun, 20 Jul 2008 16:59:36 +0000</pubDate>
 <dc:creator>jdeyburg</dc:creator>
 <guid isPermaLink="false">13317 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Can Drupal meet standard Social Network requirements</title>
 <link>http://groups.drupal.org/node/13268</link>
 <description>&lt;p&gt;Hi, I have been looking at social networking sites that use Drupal and have not seen anyone that exactly matches my requirements.&lt;/p&gt;
&lt;p&gt;My site has to have the following requirements I have not seen in other drupal implementations:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The site has hard-coded groups that is assigned by the system administrator.  Members can select to join one of these groups.&lt;/li&gt;
&lt;li&gt;Members can create their own groups that they can manage and control.&lt;/li&gt;
&lt;li&gt;Members can have their own blogs.  Groups can have their own blogs.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Optional but extremely useful requirement:&lt;br /&gt;
4. Each group can have it&#039;s won message boards.&lt;/p&gt;
&lt;p&gt;So is this possible using the standard modules within drupal?  Can it easlily be done?&lt;/p&gt;
&lt;p&gt;Thanks, John!&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13268#comments</comments>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Fri, 18 Jul 2008 03:09:25 +0000</pubDate>
 <dc:creator>jdeyburg</dc:creator>
 <guid isPermaLink="false">13268 at http://groups.drupal.org</guid>
</item>
<item>
 <title>How to organize the &quot;university-department-major-year&quot;</title>
 <link>http://groups.drupal.org/node/13126</link>
 <description>&lt;p&gt;Hi everyone.&lt;/p&gt;
&lt;p&gt;I&#039;m building a student community and is blocked by this issue: how should I organize the student&#039;s profiles according to the &quot;university-department-major-year&quot; logic.&lt;/p&gt;
&lt;p&gt;In fact, I&#039;m looking for both the logic and the technique.&lt;/p&gt;
&lt;p&gt;I&#039;m now using the &quot;taxonomy&quot; module. I want to synchronise these on a &quot;vocabulary&quot; with four levels. But now I find this is an impossible mission to construct an exclusive list with these four parameters since each university has so many departments, each department has so many majors and each major calls for at least 10 years... a simple calculation : 500 * 30 * 50 * 15....&lt;/p&gt;
&lt;p&gt;But if I make the member to tag theses information, I have no way to organize them hierarchically.&lt;/p&gt;
&lt;p&gt;Until now I haven&#039;t found a module which allows the drop list with an &#039;other&#039; terms, when &#039;other&#039; terms are selected, one can tag it manually.&lt;/p&gt;
&lt;p&gt;In fact, what I need is a system to record all these scholar information of a student since he come to university. And the others could find them via these information.&lt;/p&gt;
&lt;p&gt;Do you have any idea about that? Thanks so much!&lt;/p&gt;
&lt;p&gt;PS : I&#039;m fairly poor and fresh on programming.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13126#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/5726">content classification</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5727">organise content</category>
 <category domain="http://groups.drupal.org/taxonomy/term/846">social network</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5728">student community</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sun, 13 Jul 2008 11:31:43 +0000</pubDate>
 <dc:creator>jinqiu</dc:creator>
 <guid isPermaLink="false">13126 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Surviving social-media traffic spikes: 5 simple performance tips</title>
 <link>http://groups.drupal.org/node/12988</link>
 <description>&lt;p&gt;I just wrote a new article called &lt;a href=&quot;http://blamcast.net/articles/speed-up-drupal&quot;&gt;How I Survived a 2300% Traffic Increase With Drupal&lt;/a&gt;. It documents my experience with hitting the front page of Reddit, and some of the steps I took to make sure my site stayed online.&lt;/p&gt;
&lt;p&gt;I also included some nice traffic graphs and statistics. If you ever wondered what kind of numbers to expect from a front-page link on a big social news site, be sure to check it out.&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
John Forsythe&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/12988#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/86">Drupal</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1046">optimization</category>
 <category domain="http://groups.drupal.org/taxonomy/term/332">performance</category>
 <category domain="http://groups.drupal.org/taxonomy/term/445">social</category>
 <category domain="http://groups.drupal.org/taxonomy/term/331">speed</category>
 <group domain="http://groups.drupal.org/high-performance">High performance</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Mon, 07 Jul 2008 20:23:38 +0000</pubDate>
 <dc:creator>johnforsythe@drupal.org</dc:creator>
 <guid isPermaLink="false">12988 at http://groups.drupal.org</guid>
</item>
<item>
 <title>What modules are the best to use on Drupal 6 for a Social Network?</title>
 <link>http://groups.drupal.org/node/12943</link>
 <description>&lt;p&gt;Just wondering, what modules are the best to use on Drupal 6 for a Social Network? The ones posted by Huitalk are mostly for 5.x...&lt;/p&gt;
&lt;p&gt;Any help appreciated.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/12943#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/134">network</category>
 <category domain="http://groups.drupal.org/taxonomy/term/445">social</category>
 <category domain="http://groups.drupal.org/taxonomy/term/846">social network</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sun, 06 Jul 2008 17:41:15 +0000</pubDate>
 <dc:creator>Odotnet@drupal.org</dc:creator>
 <guid isPermaLink="false">12943 at http://groups.drupal.org</guid>
</item>
<item>
 <title>How to promote your Social Website</title>
 <link>http://groups.drupal.org/node/12939</link>
 <description>&lt;p&gt;Hi Everyone.&lt;/p&gt;
&lt;p&gt;I am trying to figure out the best way to market a General Social Networking Website.&lt;/p&gt;
&lt;p&gt;Some ideas which come in my mind are&lt;/p&gt;
&lt;p&gt;Put banners on your earlier established website&lt;br /&gt;
Advertising on other websites&lt;br /&gt;
Trying to market on other big social networks like Myspace, Bebo, Facebook by creating a few groups or other method (please add your ideas)&lt;br /&gt;
Create some applications for other social websites.&lt;br /&gt;
Offering something pretty unique that all users invite their friends also.&lt;br /&gt;
I guess it won&#039;t be easy to SEO a general social network&lt;/p&gt;
&lt;p&gt;It will be good if we all can discuss this in detail. This will give an idea to other webmasters who wish to jump into social space.&lt;/p&gt;
&lt;p&gt;Lets discuss and comments on different ways of marketing a social website.&lt;/p&gt;
&lt;p&gt;Regards&lt;br /&gt;
Gagandeep&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/12939#comments</comments>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sun, 06 Jul 2008 07:05:34 +0000</pubDate>
 <dc:creator>gdtechindia</dc:creator>
 <guid isPermaLink="false">12939 at http://groups.drupal.org</guid>
</item>
<item>
 <title>can some one tell me what is the best approach for a non tech person to build a social networking site in China? </title>
 <link>http://groups.drupal.org/node/12937</link>
 <description>&lt;p&gt;What is the best approach? I am not a tech savvy person.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/12937#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/809">china</category>
 <category domain="http://groups.drupal.org/taxonomy/term/948">social networking</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sat, 05 Jul 2008 20:48:36 +0000</pubDate>
 <dc:creator>ricki888c</dc:creator>
 <guid isPermaLink="false">12937 at http://groups.drupal.org</guid>
</item>
<item>
 <title>A social network site for glass artists and fans</title>
 <link>http://groups.drupal.org/node/12881</link>
 <description>&lt;p&gt;I&#039;m working on drupal project which is a social network site for glass artists and glass art fans.&lt;br /&gt;
The site is &quot;my glass art&quot; &lt;a href=&quot;http://www.myglassart.org&quot;&gt;http://www.myglassart.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please give me some feedback.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;jung.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/12881#comments</comments>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Wed, 02 Jul 2008 18:33:35 +0000</pubDate>
 <dc:creator>the2ndday</dc:creator>
 <guid isPermaLink="false">12881 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Build a community ask/answer website | Individual</title>
 <link>http://groups.drupal.org/node/12828</link>
 <description>&lt;p&gt;I&#039;m looking for someone to build the code for a question and answer site for a small community. I&#039;m currently leaning towards implementing Drupal, but open to persuasion for other base architectures.&lt;/p&gt;
&lt;p&gt;Site should include functionality of the ask.metafilter site; developer should be familiar (or familiarize him/herself) with its uses and implementation.&lt;/p&gt;
&lt;p&gt;Looking for swift turnaround, with attention to detail and someone with an easygoing nature.&lt;/p&gt;
&lt;p&gt;Location does not matter.&lt;/p&gt;
&lt;p&gt;Please provide a bid for the project, rather than an hourly rate.&lt;/p&gt;
&lt;p&gt;I have already completed a detailed site map and description.&lt;/p&gt;
&lt;p&gt;Note: This site is not intended to compete with ask.metafilter, but to service a specific community with narrow interests and expertise.
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/5625">answer</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5624">ask</category>
 <category domain="http://groups.drupal.org/taxonomy/term/395">community</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5623">metafilter</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3923">socialnetworking</category>
 <group domain="http://groups.drupal.org/classifieds">Classifieds</group>
 <group domain="http://groups.drupal.org/community">Community</group>
 <group domain="http://groups.drupal.org/consulting">Consulting and Business</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Mon, 30 Jun 2008 19:59:49 +0000</pubDate>
 <dc:creator>prophetsearcher</dc:creator>
 <guid isPermaLink="false">12828 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Webmaster | Green Blogging Company</title>
 <link>http://groups.drupal.org/node/12696</link>
 <description>&lt;p&gt;We have a network of Drupal based blogs and a social networking site.  We are looking for a Drupal expert to oversee these sites.  Requirements include the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Help with design suggestions and implementations for social networking and blog style sites.&lt;/li&gt;
&lt;li&gt;Implemention of new features (modules)&lt;/li&gt;
&lt;li&gt;Daily management to make sure sites are running smoothly&lt;/li&gt;
&lt;li&gt;Ability to theme a big plus&lt;/li&gt;
&lt;li&gt;Actively interested in green/eco topics a big plus&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We are looking to start at 10-20 hours a week (we are still determining what is needed).  We are based in the New York area so someone regional is ideal.&lt;/p&gt;
&lt;p&gt;Contact us at hr AT fortexgroup.com.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/theme-development&quot;&gt;Theme development&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/113">design</category>
 <category domain="http://groups.drupal.org/taxonomy/term/898">job</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2263">webmaster</category>
 <group domain="http://groups.drupal.org/hudson-valley-ny">Hudson Valley, NY</group>
 <group domain="http://groups.drupal.org/new-york-city">New York City</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <group domain="http://groups.drupal.org/theme-development">Theme development</group>
 <pubDate>Wed, 25 Jun 2008 01:45:27 +0000</pubDate>
 <dc:creator>groupmill@drupal.org</dc:creator>
 <guid isPermaLink="false">12696 at http://groups.drupal.org</guid>
</item>
<item>
 <title>NYC Tech4Good: Moving Towards Open Source Advocacy</title>
 <link>http://groups.drupal.org/node/12541</link>
 <description>&lt;p&gt;Sorry for the short notice, but tonight&#039;s meetup should be a good one of NYC Tech4Good should be of interest to Drupalistsas and open source folks.&lt;/p&gt;
&lt;p&gt;WHEN: TODAY, JUNE 18 at 7pm at the Oxfam International Offices.&lt;br /&gt;
RSVP: Click &quot;Signup&quot; link below&lt;/p&gt;
&lt;p&gt;WHERE:&lt;br /&gt;
355 Lexington Avenue, between 40th and 41st street&lt;br /&gt;
3 floor, Conference Room&lt;br /&gt;
Women and Development Organisation&#039;s offices (WEDO)/Oxfam&lt;br /&gt;
Please bring a couple bucks to help with refreshments&lt;/p&gt;
&lt;p&gt;WHAT:&lt;br /&gt;
Massive self-organizing volunteer communities are developing the best software in the world, but why aren&#039;t we seeing this same drive when it comes to online campaigns?  While volunteers are giving millions of hours to Firefox, Drupal, Joomla and more, they aren&#039;t giving the same efforts to nonprofit endeavors.  The most common reason: Nobody asked.&lt;/p&gt;
&lt;p&gt;With a few notable exceptions, organizations are not tapping the the web to harness the power of volunteers.  Organizations need to learn from the success of the OS model and change how they build campaigns.  Campaigning needs to become more collaborative and transparent.&lt;/p&gt;
&lt;p&gt;With our special guests we will discuss the lessons from Open Source software development that could be used to create powerful on and offline campaigns.  We will include some specific examples and needs, so be ready to get your hands dirty, because this time YOU WILL BE ASKED.&lt;/p&gt;
&lt;p&gt;WHO:&lt;br /&gt;
YOU&lt;br /&gt;
Guests:&lt;br /&gt;
Karina Brisby, E-campaigns Director for Oxfam: Karina will discuss their upcoming projects and how other organizations and volunteers can collaborate as well as ask for the groups input on a specific project.&lt;/p&gt;
&lt;p&gt;Joshua Wiese, Online Director for  EveryHumanHasRights.org, TheElders.org: Josh will talk about the EHH campaign to teach people about everyone&#039;s rights under the Universal Declaration of Human Rights (UDHR) as we approach the 60th anniversary of the document in December.  EHH is using online and mobile tools to invite individuals to  sign the UDHR.&lt;/p&gt;
&lt;p&gt;Danny Moldovan, VP Strategy and Communications for Change.org:  Change.org is a social network dedicated to empowering individuals to create the change they want to see in the world.&lt;/p&gt;
&lt;p&gt;P.S. There will be Beer.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/12541#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/3633">Meetups</category>
 <group domain="http://groups.drupal.org/drupal-for-good">Drupal for Good</group>
 <group domain="http://groups.drupal.org/new-york-city">New York City</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Wed, 18 Jun 2008 15:15:17 +0000</pubDate>
 <dc:creator>jasonwhat@drupal.org</dc:creator>
 <guid isPermaLink="false">12541 at http://groups.drupal.org</guid>
</item>
<item>
 <title>CSS | Themer | Developer | Ozmosis</title>
 <link>http://groups.drupal.org/node/12472</link>
 <description>&lt;p&gt;Ozmosis (htpps://www.ozmosis.com) is seeking someone experienced in CSS for a contract, or part-time position.  We are in the process of a comprehensive theme redesign and the qualified applicant will have the opportunity to theme and develop in a cutting edge Drupal based healthcare community.&lt;/p&gt;
&lt;p&gt;Comfort with PHP is a must, but the qualified candidate will be working with and have the support of several experienced Drupal Guru&#039;s.&lt;/p&gt;
&lt;p&gt;We are based near Washington, DC, so a location near there is great, but not a requirement.  Please Feel free to contact me for more information.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/129">css</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3282">drupal themer</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5230">healthcare</category>
 <category domain="http://groups.drupal.org/taxonomy/term/963">social media</category>
 <category domain="http://groups.drupal.org/taxonomy/term/111">theme</category>
 <group domain="http://groups.drupal.org/converting-themes-drupal">Converting themes to drupal</group>
 <group domain="http://groups.drupal.org/new-york-city">New York City</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Mon, 16 Jun 2008 14:11:18 +0000</pubDate>
 <dc:creator>jason</dc:creator>
 <guid isPermaLink="false">12472 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Slashcomments module</title>
 <link>http://groups.drupal.org/node/12439</link>
 <description>&lt;p&gt;Hi, this is a module for implementing Slashdot-style comment display and moderation.&lt;br /&gt;
Feedback is welcome.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://muhsim.googlepages.com/slashcomments.zip&quot; title=&quot;http://muhsim.googlepages.com/slashcomments.zip&quot;&gt;http://muhsim.googlepages.com/slashcomments.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Delf.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/12439#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1352">comment</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2139">karma</category>
 <category domain="http://groups.drupal.org/taxonomy/term/209">moderation</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5444">slascomments</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2080">slashdot</category>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sat, 14 Jun 2008 00:27:54 +0000</pubDate>
 <dc:creator>delf</dc:creator>
 <guid isPermaLink="false">12439 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Drupal Programmer who can do it all and would be interested in an equity position + paid compensation.  | Startup</title>
 <link>http://groups.drupal.org/node/11961</link>
 <description>&lt;p&gt;We have built a web 3.0 online music property and are hoping to launch once we integrate a few critical improvements to our current site.  Startups tend to get a bad rap, I understand this.  Logging long hours and being paid with promises is never an easy thing to do.  Ironically, this is exactly what we&#039;re asking you to do.  Our company is in a position to offer equity plus pay you a reduced fee for your contract work that will bring our site to a place we feel comfortable launching with.  Ideally you are located within New York City and fairly young - not having to feed a family or children.  Or maybe you have steady income elsewhere and are interested in being a part of the energy and excitement that comes with positioning yourself as our CTO.&lt;/p&gt;
&lt;p&gt;I&#039;m rambling now.&lt;br /&gt;
Here come the CliffsNotes:&lt;/p&gt;
&lt;p&gt;Web 3.0 Music Property seeks CTO.&lt;br /&gt;
Compensated with equity and currency (not the pound, or even the euro).&lt;br /&gt;
Get our Drupal 5.0 site launch ready.  Improve current functionality / Add additional modules.&lt;br /&gt;
Estimated development time needed: 2 months (part time)&lt;br /&gt;
Budget: $1,500.00 (you probably make this by the hour elsewhere)&lt;/p&gt;
&lt;p&gt;If interested -- or just feel like telling me off:  &lt;a href=&quot;mailto:DrupalMania@gmail.com&quot;&gt;DrupalMania@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks for the read.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/vancouver&quot;&gt;Vancouver&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/2452">coding</category>
 <category domain="http://groups.drupal.org/taxonomy/term/113">design</category>
 <category domain="http://groups.drupal.org/taxonomy/term/565">jobs</category>
 <category domain="http://groups.drupal.org/taxonomy/term/185">module development</category>
 <group domain="http://groups.drupal.org/new-york-city">New York City</group>
 <group domain="http://groups.drupal.org/projects-needing-financing">Projects Needing Financing</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <group domain="http://groups.drupal.org/vancouver">Vancouver</group>
 <pubDate>Tue, 03 Jun 2008 01:01:37 +0000</pubDate>
 <dc:creator>Drupal_Mania</dc:creator>
 <guid isPermaLink="false">11961 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Developer | clubcollective</title>
 <link>http://groups.drupal.org/node/11894</link>
 <description>&lt;p&gt;We&#039;re looking for a Drupal developer to work full time on our project in Amsterdam. Contact us at &lt;a href=&quot;mailto:info@clubcollective.com&quot;&gt;info@clubcollective.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Skill Requirements:&lt;br /&gt;
- Drupal installation, including Plugins&lt;br /&gt;
- ability to apply custom design themes (no actual graphics work needed)&lt;br /&gt;
- ability to make custom changes in the Plugins&lt;br /&gt;
- ability to understand Drupal core and expand it if needed.&lt;/p&gt;
&lt;p&gt;Work Experience: At least 3 years of experience in PHP/MySQL is required for this position, at least 2 years of experience working with Drupal.&lt;/p&gt;
&lt;p&gt;Professional Attributes:&lt;/p&gt;
&lt;p&gt;The most important thing is that you are able to work with deadlines and in an honest and straight forward way.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/the-netherlands-nederland&quot;&gt;The Netherlands / Nederland&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/2749">amsterdam</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1431">developer</category>
 <category domain="http://groups.drupal.org/taxonomy/term/283">netherlands</category>
 <group domain="http://groups.drupal.org/building-site-traffic">Building Site Traffic</group>
 <group domain="http://groups.drupal.org/consulting">Consulting and Business</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <group domain="http://groups.drupal.org/the-netherlands-nederland">The Netherlands / Nederland</group>
 <pubDate>Sat, 31 May 2008 14:37:01 +0000</pubDate>
 <dc:creator>angelbar</dc:creator>
 <guid isPermaLink="false">11894 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Information-Sharing using FeedAPI and Buddylist</title>
 <link>http://groups.drupal.org/node/11859</link>
 <description>&lt;p&gt;&lt;strong&gt;Edit 07 August 2008&lt;/strong&gt; Edit 07 August 2008 This proposal has been passed along to Knight Foundation for consideration. &lt;a href=&quot;http://drupal.org/node/292587&quot; title=&quot;http://drupal.org/node/292587&quot;&gt;http://drupal.org/node/292587&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Introduction&lt;/h3&gt;
&lt;p&gt;The Internet has empowered people to share information and ideas in unprecedented ways. It has enabled people to easily and at almost no cost to be both producers and consumers of information world-wide. Nowadays, people are able to have their own channel of information, broadcasting ideas, photos, videos, etc. This is very exciting and brings many opportunities for education, research, business and entertainment. However, it brings many challenges as well.&lt;/p&gt;
&lt;h3&gt;Problem&lt;/h3&gt;
&lt;p&gt;From the consumer’s point of view, with everyone having its own channel, how are people going to find what they want amidst all this avalanche of information? The Web as it is today, as complicated as it might be to publish something, seems already overcrowded with its billions of interconnected documents. How then are people ever going to find what they want when technology easies the publishing process even further and opens hundreds of millions of hidden worlds all filled with rich personal media?&lt;/p&gt;
&lt;p&gt;From the producer’s point of view, how will he or she broadcast his or her channel so that it reaches those to whom it is relevant without interfering with those to whom it is not? How will his or her channel stand apart from the so many others that exist? How will he or she get his or her idea across and be heard in this open and democratic medium, where everyone has gained the right and the equal opportunity to have a voice?&lt;/p&gt;
&lt;h3&gt;Proposal&lt;/h3&gt;
&lt;p&gt;The idea is to connect people with news and information that matters to them the most by letting people themselves express what matters to them at an individual level. Each individual connects with their own personal social network to receive and disseminate information. This challenges the top-down model of information-sharing and gives place to a bottom-up model, where each person has a unique voice and opportunity to contribute and benefit. In this way, we hope to bring people closer together to discuss common interests and share information in a more open and democratic manner.&lt;/p&gt;
&lt;h3&gt;Overview&lt;/h3&gt;
&lt;p&gt;Each individual will have their own broadcasting channels (represented in form of tag clouds). These channels are connected through a trusted network of people (represented in form of tag links). The following figure is a prototype created in &lt;a href=&quot;http://sorgalla.com/projects/jcarousel/&quot;&gt;jCarousel&lt;/a&gt; representing an individual&#039;s personal social network and their corresponding broadcasting channels:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://iss.im/files/isscarousel.png&quot;&gt;&lt;/p&gt;
&lt;p&gt;Much like Instant Messaging, users manage their contacts list by adding people they trust and with whom they share a common interest. However, instead of just displaying the contact’s name and avatar, a tag cloud of channels for each contact is displayed as well. This promotes the awareness of news and information being created and broadcasted within the social network. If a user becomes interested in a particular channel, he or she may subscribe to this channel and add it to his/her own personalized channel.&lt;/p&gt;
&lt;p&gt;Creating news and information is as easy as writing an instant message and in a way it resembles blogging very much. However, instead of sending this information to someone in particular or to no one at all, the information is broadcasted to a particular channel. Everyone within the personal social network that is subscribed to this channel receives this information. The advantage of this approach is that it’s non-obtrusive and yet a target public still exists. The information travels within the social network as long as it remains relevant. Who decides the relevance of the information are the people themselves.&lt;/p&gt;
&lt;h3&gt;Development&lt;/h3&gt;
&lt;p&gt;We are currently building &lt;a href=&quot;http://ufrgsweb.ufrgs.br&quot; title=&quot;UFRGSWeb&quot;&gt;UFRGSWeb&lt;/a&gt;,  &lt;a href=&quot;http://www.ufrgs.br&quot; title=&quot;UFRGS&quot;&gt;UFRGS&lt;/a&gt;&#039; rich-media social network. UFRGS is one of largest universities in Brazil, with over 30.000 people. Being so large, it&#039;s difficult to be aware of all the interesting research being developed at the university. Our goal is to provide students and professors with tools that will help them discover and share information with colleagues and society.&lt;/p&gt;
&lt;p&gt;To achieve this goal, we are creating a symbioses of &lt;a href=&quot;http://www.orkut.com&quot; title=&quot;Orkut&quot;&gt;Orkut&lt;/a&gt; and &lt;a href=&quot;http://youtube.com&quot; title=&quot;YouTube&quot;&gt;YouTube&lt;/a&gt; from an academic perspective. We are adopting the &lt;a href=&quot;http://iss.im&quot; title=&quot;ISS&quot;&gt;Instant Syndicating Standards&lt;/a&gt;, a set of open standards for both Instant Messaging and Web-based applications to facilitate the discovery, aggregation and syndication of information.&lt;/p&gt;
&lt;p&gt;The system is being built on top of Drupal, and makes extensive use of both the &lt;a href=&quot;http://drupal.org/project/feedapi&quot;&gt;FeedAPI&lt;/a&gt; and &lt;a href=&quot;http://drupal.org/project/buddylist2&quot;&gt;BuddyList&lt;/a&gt; modules. The FeedAPI allows each individual to aggregate and syndicate information, while the BuddyList allows each individual to manage their personal social network for easy discovery of information.&lt;/p&gt;
&lt;p&gt;A very early prototype of &lt;a href=&quot;http://ufrgsweb.ufrgs.br&quot; title=&quot;UFRGSWeb&quot;&gt;UFRGSWeb&lt;/a&gt;  was created and may be accessed now (only in Portuguese, but it gives out a general idea of the project). The next version, to be launched by the end of this year, shall incorporate at least some of the functionalities mentioned in this proposal.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/video&quot;&gt;Video&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/11859#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/4360">proposals</category>
 <group domain="http://groups.drupal.org/community">Community</group>
 <group domain="http://groups.drupal.org/knight-drupal-initiative">Knight Drupal Initiative</group>
 <group domain="http://groups.drupal.org/rss-aggregation">RSS &amp;amp; Aggregation</group>
 <group domain="http://groups.drupal.org/brazil">Brazil</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <group domain="http://groups.drupal.org/drupal-education">Drupal in Education</group>
 <group domain="http://groups.drupal.org/video">Video</group>
 <pubDate>Thu, 29 May 2008 21:15:35 +0000</pubDate>
 <dc:creator>nickvidal</dc:creator>
 <guid isPermaLink="false">11859 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Drupal Developer Wanted for Building Social Networking Site in English based on Some Functionality from Russian Web Site | Insta</title>
 <link>http://groups.drupal.org/node/11571</link>
 <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We are in need of finding an experienced Russian Drupal programmer to assist with building a social networking site in English based on some functionality of an existing Russian web site.  Some understanding of theming would also be a plus.  Thank you.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Joseph&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/5191">Drupal Programmer Wanted Russia</category>
 <group domain="http://groups.drupal.org/russia">Russia</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Mon, 19 May 2008 17:08:16 +0000</pubDate>
 <dc:creator>josephgut</dc:creator>
 <guid isPermaLink="false">11571 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Groups vs. Multiple Drupal installations</title>
 <link>http://groups.drupal.org/node/11391</link>
 <description>&lt;p&gt;Hello there!&lt;br /&gt;
If you want to give a user total control over a site (his/her site, area, or whatever you want to call it), what should be better? Creating a group for each user, as in drupal Groups, or creating a multisite installation?&lt;/p&gt;
&lt;p&gt;When I say &quot;total control&quot; I mean everything: Blogs, polls, newsletters, have a fan´s group (not buudies, I mean actual users that are created just to enter his/her personal site).&lt;/p&gt;
&lt;p&gt;Would multiple sites installations become a huge monster, that no server could manage?&lt;/p&gt;
&lt;p&gt;What are your thoughts?&lt;/p&gt;
&lt;p&gt;Rosamunda&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/11391#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1182">groups</category>
 <category domain="http://groups.drupal.org/taxonomy/term/574">multisite</category>
 <category domain="http://groups.drupal.org/taxonomy/term/5125">personal sites</category>
 <group domain="http://groups.drupal.org/community">Community</group>
 <group domain="http://groups.drupal.org/groupware">Groupware</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sun, 11 May 2008 15:24:42 +0000</pubDate>
 <dc:creator>Rosamunda</dc:creator>
 <guid isPermaLink="false">11391 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Web Developer / Programmer | CrateDiggers</title>
 <link>http://groups.drupal.org/node/11204</link>
 <description>&lt;p&gt;We are looking for a young self motivated advanced web developer / programmer to help take our test BETA site to a new level of function and operation. You can take a look at our current site to get an idea of what we are doing: &lt;a href=&quot;http://www.cratediggers.com/section/home/&quot; title=&quot;http://www.cratediggers.com/section/home/&quot;&gt;http://www.cratediggers.com/section/home/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We would like to get out of the flash and into a clean page design.&lt;/p&gt;
&lt;p&gt;If you have the ability to create a facebook and ebay database, social networking, and e-commerce website - then you are what we need. Please contact us to further discuss.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Michael&lt;br /&gt;
323.559.4189&lt;br /&gt;
&lt;a href=&quot;mailto:michael@cratediggers.com&quot;&gt;michael@cratediggers.com&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/5045">php mysql drupal html css javascript</category>
 <group domain="http://groups.drupal.org/ecommerce">e-Commerce Module</group>
 <group domain="http://groups.drupal.org/rochester-ny">Rochester, NY</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Sun, 04 May 2008 20:55:12 +0000</pubDate>
 <dc:creator>CR8DGRS</dc:creator>
 <guid isPermaLink="false">11204 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Drupal Developer | LevelTen Design</title>
 <link>http://groups.drupal.org/node/11162</link>
 <description>&lt;p&gt;
LevelTen is looking for a sharp Drupal developer to work as part of a small team developing community music portals. LevelTen is a professional Internet consulting and Web development company based in Dallas, Texas. We specialize in best-in-class website design and online marketing. This is a three-month, contract-to-hire position.
&lt;/p&gt;
&lt;h3&gt;As our resident Drupal expert you will:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;install and configure new sites using Drupal CMS&lt;/li&gt;
&lt;li&gt;test and recommend new modules for addition to approved modules list&lt;/li&gt;
&lt;li&gt;integrate online applications with various client back-end systems&lt;/li&gt;
&lt;li&gt;integrate template designs with CMS code&lt;/li&gt;
&lt;li&gt;understand issues related to cross-browser compatibilities&lt;/li&gt;
&lt;li&gt;integrate standard and customized Drupal components&lt;/li&gt;
&lt;li&gt;develop and update CSS&lt;/li&gt;
&lt;li&gt;populate content (text, graphics, photos, video, audio) to Drupal CMS&lt;/li&gt;
&lt;li&gt;integrate Drupal features and modules&lt;/li&gt;
&lt;li&gt;develop new components as needed&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Requirements&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Expert level knowledge of Drupal CMS &amp;amp; HTML/CSS&lt;/li&gt;
&lt;li&gt;Experience installing, configuring, modifying, and testing existing Drupal modules&lt;/li&gt;
&lt;li&gt;Experience developing custom Drupal modules&lt;/li&gt;
&lt;li&gt;Experience resolving Drupal configuration issues&lt;/li&gt;
&lt;li&gt;Knowledge of web 2.0 technologies and tools&lt;/li&gt;
&lt;li&gt;Knowledge of webcasting and podcasting&lt;/li&gt;
&lt;li&gt;Experience integrating eCommerce with Drupal&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Skills&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Attention to detail and ability to accurately read specifications&lt;/li&gt;
&lt;li&gt;Self motivated with the ability to work  independently&lt;/li&gt;
&lt;li&gt;Solid debugging and problem-solving skills.&lt;/li&gt;
&lt;li&gt;Ability to communicate effectively in written and verbal form&lt;/li&gt;
&lt;li&gt;Self-starter with a positive attitude&lt;/li&gt;
&lt;li&gt;Demonstrated ability to plan complex development tasks and bring such tasks to successful completion&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
We thank all applicants, but only those selected for an interview will be contacted.
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/social-networking-sites&quot;&gt;Social Networking Sites&lt;/a&gt;&lt;/div&gt;</description>
 <category domain="http://groups.drupal.org/taxonomy/term/2956">Dallas</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1483">Drupal Jobs - Developer Needed</category>
 <category domain="http://groups.drupal.org/taxonomy/term/85">job listing</category>
 <group domain="http://groups.drupal.org/austin">Austin</group>
 <group domain="http://groups.drupal.org/community">Community</group>
 <group domain="http://groups.drupal.org/north-texas">Dallas Texas</group>
 <group domain="http://groups.drupal.org/social-networking-sites">Social Networking Sites</group>
 <pubDate>Fri, 02 May 2008 18:13:39 +0000</pubDate>
 <dc:creator>LevelTen Design</dc:creator>
 <guid isPermaLink="false">11162 at http://groups.drupal.org</guid>
</item>
</channel>
</rss>
