<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LightSpeed &#187; friends</title>
	<atom:link href="http://lsdev.biz/tag/friends/feed/" rel="self" type="application/rss+xml" />
	<link>http://lsdev.biz</link>
	<description>Website Development - WordPress - Cape Town</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:00:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Creating a friend importer bp-component</title>
		<link>http://lsdev.biz/creating-a-friend-importer-bp-component/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-a-friend-importer-bp-component</link>
		<comments>http://lsdev.biz/creating-a-friend-importer-bp-component/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 08:32:30 +0000</pubDate>
		<dc:creator>Ashley Shaw</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[address book]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[import tool]]></category>
		<category><![CDATA[volunteers]]></category>

		<guid isPermaLink="false">http://lightspeed.testbp.org/?p=10</guid>
		<description><![CDATA[I have received some great feedback in the past few days that has aided me greatly. Gigalinux suggested ...]]></description>
			<content:encoded><![CDATA[<p>I have received some great feedback in the past few days that has aided me greatly. <a title="Dennis Morhardt" href="http://testbp.org/members/gigalinux/" target="_blank">Gigalinux</a> suggested I look at a PHP class called <a title="Get contacts of friends of different networks" href="http://www.phpclasses.org/browse/package/4927.html" target="_blank">Open Inviter</a> can you help with the friend importer.</p>
<p>I have a requirement to build a friend importer module for the next project I am working on. There is mention of this being a feature in future releases of BP here on <a title="Friends Roadmap" href="http://trac.buddypress.org/wiki/roadmap/friends">the friends roadmap page on buddypress trac</a>. If you use facebook, LinkedIn or Plaxo the make sure you are logged in and click the following links to see what the pages look like:</p>
<ul>
<li><a class="external" rel="freelink" href="http://www.linkedin.com/connections">http://www.linkedin.com/connections</a></li>
<li><a class="external" rel="freelink" href="http://www.linkedin.com/inviteMany">http://www.linkedin.com/inviteMany</a></li>
<li><a class="link-https" rel="freelink" href="https://www.linkedin.com/secure/uploadContacts">https://www.linkedin.com/secure/uploadContacts</a></li>
<li><a class="external" rel="freelink" href="http://www.facebook.com/invite.php">http://www.facebook.com/invite.php</a></li>
<li><a class="external" rel="freelink" href="http://www.facebook.com/contacts/index.php">http://www.facebook.com/contacts/index.php</a></li>
<li><a class="external" rel="freelink" href="http://pulse.plaxo.com/pulse/connections">http://pulse.plaxo.com/pulse/connections</a></li>
</ul>
<p>I am going to now describe what I would like the &#8220;Recruit friends &amp; family&#8221; or &#8220;Invite Your Friends&#8221; bp-component to do as best I can&#8230;. The objective is to grow your social network by add friends or colleagues, which means that there will need to be a page listing various ways to do so. The page should be linked via your top menu as well as sidebar widget. The &#8220;Recruit friends &amp; family&#8221; or &#8220;Invite Your Friends&#8221; page should be structured as follows:</p>
<h4>Email via system</h4>
<ul>
<li>This is the most basic part of the page where a user can send a straight email invite</li>
<li>Users should be able to add the following fields:
<ul>
<li>First Name</li>
<li>Last Name</li>
<li>Email details to a form</li>
</ul>
</li>
<li>There should be a edit/preview invitation text before sending invites</li>
</ul>
<h4>Import contacts from Web Email</h4>
<ul>
<li>The next option should be available to &#8220;Check your Address Book&#8221; on MSN/Hotmail, Gmail or Yahoo. This option will connect to you online address book and &#8220;Import webmail contacts&#8221;</li>
<li>A check should to see who uses this network or is a part of the community already, then send invites to those members</li>
<li>The next step should be optional and that is for users to tick boxes next to contacts that are not on the network and they would like invites sent to.</li>
<li>There should be a edit/preview invitation text before sending invites</li>
</ul>
<h4>Import contacts from Email Application</h4>
<ul>
<li>Another form below the &#8220;Inport Contacts from Webmail&#8221; where a user can upload their address books from a mail client like Outlook, Apple Mail, Thunderbird, etc</li>
<li>Clicking on “import address book” should bring up a wizard guiding you through the import process”.</li>
<li>They then tick the contacts who they want to mail, write their message and press send when they’re done, which send their message to the people specified, in much the same way as above</li>
<li>There should be a edit/preview invitation text before sending invites</li>
</ul>
<h3>Extra comments and considerations</h3>
<ul>
<li>By adding recipients to your address book on the social network system users need to be made aware that their contacts will be stored on their profile, therefore the address book will follow you throughout the site. This should help users to be able to quickly forwards news and other information to your friends outside of the network enticing them to join</li>
<li>Above this table, just above the headers, there should be “import address book”, “Add new contact(s)” and “select all” buttons</li>
<li>When you click on “Add new contacts”, a form should open on top of the current page (I think you mentioned this kind of thing to me earlier today – it’s not a new page, it’s like a mini screen popping up on top of the page), with First Name, Last Name, Email Address, Address1, Address2, Suburb, City, Province and Postal Code  fields.</li>
</ul>
<p>The reason why I would like this bp-component is to provide tools for party volunteers to spread the word and recruit friends. As we have seen with the Obama campaign, online support can make the difference between winning and loosing an election. With the right tools we can empower our volunteers and supporters to do more to for the party than was possible in the days before the Internet.</p>
<p>South Africa does not have something like this in place and I believe it will change the way political parties operate! This can of course be applied to just about any social network scenario.</p>
<p>Feedback would be great!</p>
]]></content:encoded>
			<wfw:commentRss>http://lsdev.biz/creating-a-friend-importer-bp-component/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Proposed bp-components needing feedback</title>
		<link>http://lsdev.biz/proposed-bp-components-needing-feedback/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=proposed-bp-components-needing-feedback</link>
		<comments>http://lsdev.biz/proposed-bp-components-needing-feedback/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 21:06:52 +0000</pubDate>
		<dc:creator>Ashley Shaw</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[import tool]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[members]]></category>

		<guid isPermaLink="false">http://lightspeed.testbp.org/?p=41</guid>
		<description><![CDATA[In the past couple of months I have been doing some work for a political party in South ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://cdn.lsdev.biz/files/2011/10/buddypress.jpg"><img class="aligncenter size-full wp-image-1019" src="http://cdn.lsdev.biz/files/2011/10/buddypress.jpg" alt="" width="284" height="77" /></a></p>
<p>In the past couple of months I have been doing some work for a political party in South Africa. We built a volunteer website to get party supporters to join as volunteers to help spread the word.</p>
<p>As part of my research I registered on the <a href="http://www.johnmccain.com/">John McCain</a> website first. The website provided its supporters with some key tools for spreading the word and supporting the party. Once you logged in you would land on your action center with big call-to-action icons requesting people to do take action. All user interactions could potentially score that use points. The user&#8217;s points would be displayed in a sidebar widget. Please note that the social network part of the website has now been closed due to election being over and John McCain loosing.</p>
<p>I decided to try out the Barack Obama website next and was pleasantly surprised when I found out it wasn&#8217;t ASP.NET like the McCain website! When the website first appears, the viewer sees a ’splash’ page &#8211; an entry page with a video and a signup form to join the Barack Obama ‘team’ &#8211; basically to receive Email concerning the Obama campaign. The Obama site promotes its own group and event system with the my.barackobama.com section, their statement is to &#8220;Organize Locally with our online Tools&#8221;:</p>
<ul>
<li>Talk to Voters</li>
<li>Join a Local Group</li>
<li>Find an Event</li>
<li>Fundraise</li>
<li>Blog</li>
</ul>
<p>I have a project that needs me to do the following:</p>
<ul>
<li>Build a volunteer database and get the volunteers to promote the party</li>
<li>Get the volunteers to aid in driving the objectives of the party</li>
<li>Empower the volunteers by providing them the tools to connect in their geographic area</li>
<li>Drive discussion amongst the supporters and volunteers</li>
</ul>
<p>My aim is to use BuddyPress to build a community of party supporters. There are a number of bp-components that are missing, like the following:</p>
<ul>
<li>Friend importer tool and more advanced tools for recruiting new community members</li>
<li>User point system tracking and allocating points for user interaction</li>
<li>Action center and user dashboard page displaying member stats and call-to-action tools</li>
<li>Fund raising module allowing users to create and run fund raising initiatives for the party</li>
<li>Design a mobile theme for buddypress making the site more accessible</li>
<li>Integrating a Jabber client into buddypress allowing an in browser chat experience</li>
<li>Points status and leader board sidebar widget</li>
</ul>
<p>I will be blogging each of the above points over the next day or so&#8230;..</p>
<p>All components we write will be released as open source and buddypress users will have full access to source code. My objective is to get feedback on my ideas to ensure that we write useful addons for buddypress.</p>
]]></content:encoded>
			<wfw:commentRss>http://lsdev.biz/proposed-bp-components-needing-feedback/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

