<?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>Coffee on the Keyboard &#187; Social Networking</title>
	<atom:link href="http://coffeeonthekeyboard.com/tag/social-networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffeeonthekeyboard.com</link>
	<description>by James Socol</description>
	<lastBuildDate>Mon, 06 Feb 2012 23:33:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/>		<item>
		<title>Playing with the Real-Time Web</title>
		<link>http://coffeeonthekeyboard.com/playing-with-the-real-time-web-412/</link>
		<comments>http://coffeeonthekeyboard.com/playing-with-the-real-time-web-412/#comments</comments>
		<pubDate>Sun, 09 May 2010 00:58:40 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[realtime]]></category>
		<category><![CDATA[redis]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://coffeeonthekeyboard.com/?p=412</guid>
		<description><![CDATA[Since I left Facebook, I&#8217;ve been working on a little project to take its place as an aggregator, or a central hub of all me-related activity on the internet: Planetoid. Right now, if you&#8217;ve got the patience to get it up and running without documentation, Planetoid is just a run of the mill, particularly ugly [...]]]></description>
			<content:encoded><![CDATA[<p>Since <a href="http://coffeeonthekeyboard.com/farewell-facebook-410/">I left Facebook</a>, I&#8217;ve been working on a little project to take its place as an aggregator, or a central hub of all me-related activity on the internet: <a href="http://github.com/jsocol/planetoid">Planetoid</a>.</p>
<p>Right now, if you&#8217;ve got the patience to get it up and running without documentation, Planetoid is just a run of the mill, particularly ugly feed aggregator. It&#8217;s built on Django, and it has a cron job that well pull in updates from all your feeds. (You edit the list of feeds in the Django admin.)</p>
<p>But that&#8217;s boring.</p>
<p>This is just the platform I needed. Now, I want to make it real-time.</p>
<p>The first step is implementing <a href="http://code.google.com/p/pubsubhubbub/">Pubsubhubbub</a> subscriber support. Then the cron will only be necessary for feeds that don&#8217;t push update notifications.</p>
<p>The next step is where things get interesting: both the cron and pubsubhubbub subscriber will push notifications using <a href="http://code.google.com/p/redis/">Redis</a>&#8216; <a href="http://code.google.com/p/redis/wiki/PublishSubscribe">pubsub</a> feature. <a href="http://nodejs.org/">Node.js</a>, running in parallel, will subscribe to the channel in Redis and will provide the server half of a <a href="http://en.wikipedia.org/wiki/Comet_(programming)#XMLHttpRequest_long_polling">Comet/long-polling</a> setup, the rest of which will be implemented on the client side.</p>
<p>Then I just need to <a href="http://wordpress.org/extend/plugins/pubsubhubbub/">enable pubsubhubbub in a few places</a>, and anyone sitting on <a href="http://jamessocol.com/">jamessocol.com</a> should see things like blog posts in real-time, and everything else automatically with a small lag.</p>
<p>Real-time and the tools to do it are very, very fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://coffeeonthekeyboard.com/playing-with-the-real-time-web-412/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Farewell, Facebook</title>
		<link>http://coffeeonthekeyboard.com/farewell-facebook-410/</link>
		<comments>http://coffeeonthekeyboard.com/farewell-facebook-410/#comments</comments>
		<pubDate>Thu, 06 May 2010 06:40:46 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://coffeeonthekeyboard.com/?p=410</guid>
		<description><![CDATA[On Monday, I deleted my Facebook account. A day before I hit the button, I posted a note letting people know where they could find me online if they wanted, and promising more of an explanation: here it is. I&#8217;m a control freak. I run my own web servers, mail server, IRC server, CI server, [...]]]></description>
			<content:encoded><![CDATA[<p>On Monday, I <a href="https://ssl.facebook.com/help/contact.php?show_form=delete_account">deleted</a> my <a href="http://www.facebook.com/">Facebook</a> account. A day before I hit the button, I posted a note letting people know where they could find me online if they wanted, and promising more of an explanation: here it is.</p>
<p>I&#8217;m a control freak. I run my own <a href="http://jamessocol.com/">web servers</a>, <a href="http://jamessocolhosting.com/mail/">mail server</a>, <a href="irc://irc.jamessocol.net/">IRC server</a>, <a href="http://jamessocol.com:8080/">CI server</a>, <a href="http://svn.jamessocol.com/projects/maveric">SVN server</a>, so I have control. If I could afford the colocation, I&#8217;d run them on my own hardware. Hell, if I could afford the bandwidth, I&#8217;d install a rack in my closet.</p>
<p>But most importantly, I want control of the data. <em>My</em> data.</p>
<p>Facebook recently made two changes to their service that signal a significant and frightening shift in their position on data—specifically who owns and has control over data. They <a href="http://www.eff.org/deeplinks/2010/04/facebook-further-reduces-control-over-personal-information">automatically linked interests to public pages</a>, and they introduced &#8220;<a href="http://www.fastcompany.com/1624745/time-to-audit-your-facebook-privacy-settings">Social Plugins and Instant Personalization</a>.&#8221;</p>
<p>Until now, even if I decided to be permissive with my data, I still felt like I was in control of them on Facebook. With the new &#8220;connections&#8221; feature, as the EFF says, &#8220;Facebook users now face a <a href="http://en.wikipedia.org/wiki/Hobson%27s_choice">Hobson&#8217;s choice</a> between the new Connections and no listed interests at all.&#8221; I no longer have the option to share my data with the subset of people I know: either I share them with everyone, in particular advertisers, or I don&#8217;t post data at all.</p>
<p>I mention advertisers because they are most likely consumer of the vast quantities of aggregate data Facebook is creating with the new connections feature. Surely no individual will gain anything from knowing that several million people share their interest in Lady Gaga.</p>
<p>And until now, I had the ability to whitelist the applications with which I shared data. I routinely hit a wall as I browsed my friends&#8217; activity, where I would be asked to choose between sharing my data with an application or not seeing its content. More often than not, I chose not to share, and live without the content.</p>
<p>This makes three things about the Instant Personalization onerous: the presumptive sharing with third parties; the shift to a blacklist, where I must specifically opt out; and the willingness to share data even if I have opted out in general.</p>
<ul>
<li>Facebook has decided that Yelp, Microsoft&#8217;s Docs.com, and Pandora should have access to my data. I was not part of that decision.</li>
<li>If I opt out and turn off Instant Personalization, Facebook will <em>still</em> share my data with these third parties, if my friends choose to use their services. Again, I am not part of that decision.</li>
<li>In order to prevent Facebook from sharing my data with them, I have to manually block each application. That&#8217;s annoying, but manageable when it&#8217;s just three applications, but it&#8217;s not scalable.</li>
</ul>
<p>This is all <a href="http://www.theonion.com/articles/google-announces-plan-to-destroy-all-information-i,1783/">scary</a>. Facebook could not have made these changes if they honestly believed that I own my data, and they have access <em>with my permission</em>. These changes indicate that Facebook believes they own my data, and will do with them what they please, unless I go out of my way to ask them not to.</p>
<p>I&#8217;ve always had mixed feelings about the protest groups that form on Facebook after every major change. Sure, Facebook staff are more likely to notice a Facebook group with 100,000 members than 100,000 individual blog posts, but in our socio-economic system, the real way to signal displeasure to a business is to stop using that business—the online equivalent of &#8220;voting with your wallet.&#8221;</p>
<p>So, like <a href="http://blog.fligtar.com/2010/04/28/what-the-facebook/">a few others</a>, I&#8217;m taking my data and going home.</p>
<p>I&#8217;m willing to share my data with Facebook as long as I ultimately feel in control. It&#8217;s possible that I&#8217;ll come back to Facebook if they&#8217;re willing to not only fix these particular issues but also make it clear that I am ultimately in control of my own data. That doesn&#8217;t seem likely.</p>
<p>What do you think about Facebook, these changes, and your data? Let me know in the comments.</p>
<p>Facebook served as an aggregator of my activity online, and now all those aggregated feeds are alone and disparate again. I&#8217;m looking at turning <a href="http://jamessocol.com/">jamessocol.com</a> into a lifestream/aggregator to make up for it. I looked at <a href="http://intertwingly.net/code/venus/">Planet Venus</a> but wasn&#8217;t thrilled with it. If you know of any cool software for that, let me know. Otherwise I&#8217;ll write something and play with things like <a href="http://code.google.com/p/redis/">Redis</a>, <a href="http://nodejs.org/">Node.js</a>, <a href="http://www.tornadoweb.org/">Tornado</a>, and/or other neat stuff.</p>
<p>And yes, I know Tornado is from Facebook.</p>
]]></content:encoded>
			<wfw:commentRss>http://coffeeonthekeyboard.com/farewell-facebook-410/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Communities within Communities</title>
		<link>http://coffeeonthekeyboard.com/communities-within-communities-204/</link>
		<comments>http://coffeeonthekeyboard.com/communities-within-communities-204/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 16:38:39 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social messaging]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://coffeeonthekeyboard.com/?p=204</guid>
		<description><![CDATA[There is an op-ed floating around Twitter today: As a social network, Twitter is a dud. Is it ironic that an article deriding Twitter is being spread on Twitter? Irony is so ill-defined. Twitter is not for everyone, and I respect that, but the author, Alex Groves, seems to be basing his entire point of [...]]]></description>
			<content:encoded><![CDATA[<p>There is an op-ed floating around Twitter today: <a href="http://www.mcall.com/news/opinion/anotherview/all-point.6868702apr24,0,6909055.story">As a social network, Twitter is a dud</a>. Is it ironic that an article deriding Twitter is being spread on Twitter? Irony is so ill-defined.</p>
<p>Twitter is not for everyone, and I respect that, but the author, Alex Groves, seems to be basing his entire point of view on Ashton Kutcher. Alex claims (and this may well be true; I don&#8217;t know since I&#8217;m never on Facebook) that &#8220;[t]he only problem with all this twittering by celebrities and politicians is that they are on Facebook much more often.&#8221;</p>
<p>Based on this, Alex argues that Twitter is an &#8220;unnecessary&#8221; alternative to Facebook walls and warns that &#8220;[b]y spending more time on social networks and the Internet than we need to, we enable ourselves to become reclusive, sheltered from family and friends.&#8221;</p>
<p>What Alex is ignoring is that most people are not (just) following celebrities. If we look at the number of &#8220;following&#8221; relationships—even relatively inactive people often follow 30 or 40 others—the 1 million &#8220;follows&#8221; of Mr. Kutcher seems much, much less impressive.</p>
<p>What occurs to me, the more I see Twitter on newspaper websites and on the Today show, is that there are multiple communities within a larger community like Twitter.</p>
<p>On the very smallest scale, you may have a &#8220;community&#8221; of family and friends that are mostly following each other. You may have a <a href="http://www.tweetdeck.com/beta/">TweetDeck</a> group set up for them. That kind of mutual relationship leads to what Clive Thompson of the Times called &#8220;<a href="http://www.nytimes.com/2008/09/07/magazine/07awareness-t.html?_r=1">ambient awareness</a>&#8220;. I would encourage Alex to read Mr. Thompson&#8217;s article, it might answer his question: &#8220;How does one know if his friends are OK?&#8221;</p>
<p>Now, Alex is absolutely right that spending too much time on the internet can take time away from other meaningful activities, like &#8220;enjoy[ing] a crisp, clean-smelling spring morning.&#8221; (With my allergies, I don&#8217;t think I have ever &#8220;enjoy[ed]&#8221; that.)</p>
<p>But the same could be said about almost any aspect of life. Too much time at work causes you to lose time with the family. Too much time away from work can make you lose your job. Too much time using computers can give you carpal tunnel.</p>
<p>On the large end of communities, I think you could classify several, such as &#8220;people interested in social networking,&#8221; &#8220;people interested in marketing,&#8221; &#8220;people interested in programming&#8221; (I&#8217;m in all three of these communities) &#8220;people interested in celebrities,&#8221; &#8220;people interested in news,&#8221; &#8220;people interested in &lt;insert your special topic here&gt;.&#8221;</p>
<p>I would argue that these communities reflect real-life relationships the same way the small communities do. A person who is more likely to read Us Weekly is probably more likely to follow more celebrities. A person who enjoys Britney Spears&#8217; music is more likely to follow her. Just as I am more likely to make a joke about the word &#8220;const&#8221; on a construction sign, I am more likely to follow <a href="http://twitter.com/jeresig">John Resig</a>.</p>
<p>Alex asks, &#8220;[w]ith all the good we can do online, including disseminating information and spreading knowledge, why do we become obsessed with Britney Spears tweeting about playing with the boys on tour?&#8221;</p>
<p>I contend that the people Alex is really criticizing (surely many of the <a href="http://www.techcrunch.com/2009/04/24/twitter-eats-world-global-visitors-shoot-up-to-19-million/">newest users</a>) are the same people snapping up People at the checkout lane and watching TMZ in the mornings. Furthermore, he fails to recognize the rather large community of users that uses Twitter to share information and resources, follow the lives of people who may be emotionally, but not physically close, or generate other types of value.</p>
<p>The complaints he levies could—arguably <em>should—</em>be equally directed at Facebook, MySpace, several websites, magazines and TV shows. Alex is confusing &#8220;Twitter&#8221; with a culture of &#8220;celebrity worship.&#8221;</p>
<p>I argue that the people creating value off Twitter (and Facebook) are the same people creating it <em>on</em> Twitter. If all you follow on Twitter are celebrities, you obviously aren&#8217;t contributing much to that community&#8217;s conversation. On the other hand, if your community is broad, and includes peers, friends, family, then you have a unique opportunity to both benefit from, and provide benefit to, that community.</p>
<p>Fortunately, the way Twitter works, I don&#8217;t need to follow those celebrities. And neither do you, Alex.</p>
]]></content:encoded>
			<wfw:commentRss>http://coffeeonthekeyboard.com/communities-within-communities-204/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oh the Humanity (of Twitter)</title>
		<link>http://coffeeonthekeyboard.com/oh-the-humanity-of-twitter-155/</link>
		<comments>http://coffeeonthekeyboard.com/oh-the-humanity-of-twitter-155/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 00:15:24 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[bots]]></category>
		<category><![CDATA[human]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[relations]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://coffeeonthekeyboard.com/?p=155</guid>
		<description><![CDATA[Twitter creates a powerful opportunity: no matter who you are, or how big your business, you can put a human &#8220;face&#8221; on Twitter. Comcast (@comcastcares), JetBlue (@jetblue), Biggby Coffee (@biggbybob) and Starbucks (@starbucks), even Britney Spears (sorry, I refuse to link that one) have all shown up on Twitter with very real, human exchanges. I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p><a onclick="window.open(this.href, 'newwindow'); return false;" href="http://www.twitter.com/">Twitter</a> creates a powerful opportunity: no matter who you are, or how big your business, you can put a human &#8220;face&#8221; on Twitter.</p>
<p>Comcast (@<a href="http://twitter.com/comcastcares">comcastcares</a>), JetBlue (@<a href="http://twitter.com/jetblue">jetblue</a>), Biggby Coffee (@<a href="http://twitter.com/biggbybob">biggbybob</a>) and Starbucks (@<a href="http://twitter.com/starbucks">starbucks</a>), even Britney Spears (sorry, I refuse to link that one) have all shown up on Twitter with very real, human exchanges.</p>
<p>I&#8217;m not sure, behind the scenes, whether there are several people or one incredibly busy person at each of these companies, but they&#8217;ve decided to drop the corporate suit and engage their followers. They aren&#8217;t using Twitter as a broadcasting medium, but as a networking and conversation tool.</p>
<p>They <em>get it</em>.</p>
<p>Here is one of my favorite examples:</p>
<blockquote cite="http://twitter.com/threeofus/status/1000792408"><p><a href="http://twitter.com/threeofus/status/1000792408">threeofus:</a> @<a href="http://twitter.com/Starbucks">Starbucks</a> Who actually types the tweets for Starbucks?</p></blockquote>
<blockquote cite="http://twitter.com/Starbucks/status/1000851867"><p><a href="http://twitter.com/Starbucks/status/1000851867">Starbucks:</a> @<a href="http://twitter.com/threeofus">threeofus</a> Hi, I&#8217;m Brad, I work in the online team. How are you?</p></blockquote>
<p>So what&#8217;s the trick? What did Starbucks/Brad do right?</p>
<ul>
<li><strong>Use the First Person.</strong> &#8220;I,&#8221; &#8220;me,&#8221; &#8220;my,&#8221; all make your tweet feel more personal. No real surprise there. &#8220;We,&#8221; &#8220;us,&#8221; and &#8220;our&#8221; work, but not nearly as well. You sound like a spokesperson, instead of a person.</li>
<li><strong>Own the Conversation.</strong> By introducing and naming himself, Brad is taking ownership of the interaction. Even if Starbucks has 10 people reading and responding to tweets, threeofus can feel like she&#8217;s talking to one person.</li>
<li><strong>Engage.</strong> Read and respond to other users, especially @-replies. Read, retweet and share. If you&#8217;re only sending information one way, you aren&#8217;t part of the community. You can also use tools like <a href="http://search.twitter.com/">Twitter search</a> to find and respond to users talking about you or your company.</li>
<li><strong>Show Emotion. </strong>&#8220;This is so cool,&#8221; &#8220;Wow, long day&#8221; or even just &#8220;:-)&#8221; are all things that a person would say, but a press release never would. You don&#8217;t need to wear your heart on every tweet, but let some of your feelings come out—at least the good ones.</li>
<li><strong>Be Active.</strong> For most of us, Twitter is <a href="http://www.nytimes.com/2008/09/07/magazine/07awareness-t.html">ambient information</a>. You need to update regularly to get in to that stream.</li>
<li><strong>Don&#8217;t &#8220;Always Be Closing.&#8221;</strong> Don&#8217;t make every tweet a pitch or a request. That doesn&#8217;t mean you <em>can&#8217;t</em> pitch: I link my blog posts on Twitter, my friend @<a href="http://twitter.com/alecrj">alecrj</a> mentions his shows. But if every tweet sounds like an advertisement, then you sum up to an infomercial.</li>
</ul>
<p>Here&#8217;s a comparison: Lansing&#8217;s alternative paper recently started twittering at @<a href="http://twitter.com/CityPulse">CityPulse</a>. Right now, the biggest words in their tweet cloud are their URL, &#8220;city,&#8221; &#8220;pulse,&#8221; &#8220;check,&#8221; &#8220;out,&#8221; &#8220;pick,&#8221; and &#8220;up.&#8221; Every tweet is trying to drive me to their website or pick up a copy of the paper. They&#8217;ve sent no @ messages, used the word &#8220;I&#8221; once, and have gone a week at a time without updating.</p>
<p>And despite following almost 300 people, they&#8217;ve only got 100 followers.</p>
<p>This is what confuses traditional marketing about Twitter: <strong>the community won&#8217;t listen to you until you listen to the community.</strong></p>
<p>Of course, there are robots on Twitter, too, and some are very popular, like @<a href="http://twitter.com/nytimes">nytimes</a> and @<a href="http://twitter.com/BarackObama">BarackObama</a>. They are <em>broadcasters</em>, not community members. They perform very specific roles and are backed by very unique content. They add enough value that they don&#8217;t need to engage the community.</p>
<p>And yet, if they did, they would be even more powerful.</p>
<p>So do you and your company <em>get it?</em></p>
]]></content:encoded>
			<wfw:commentRss>http://coffeeonthekeyboard.com/oh-the-humanity-of-twitter-155/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Does the Web Hate School?</title>
		<link>http://coffeeonthekeyboard.com/does-the-web-hate-school-123/</link>
		<comments>http://coffeeonthekeyboard.com/does-the-web-hate-school-123/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 15:36:18 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[classrooms]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[schools]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[teachers]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://coffeeonthekeyboard.com/?p=123</guid>
		<description><![CDATA[Full Disclosure: I am employed at Michigan State University&#8217;s College of Education as a web designer and application developer. The opinions I express on this blog are mine, and do not necessarily reflect those of my employers or clients. Particularly this post. Education generally falls behind every other sector in computer technology integration and internet [...]]]></description>
			<content:encoded><![CDATA[<p class="note">Full Disclosure: I am employed at Michigan State University&#8217;s College of Education as a web designer and application developer. The opinions I express on this blog are mine, and do not necessarily reflect those of my employers or clients. Particularly this post.</p>
<p>Education generally falls behind every other sector in computer technology integration and internet use. A typical fast food employee uses a computer more during the day than a typical middle school student. (What are cash registers but custom computers?) At almost any business you can expect employees to use networked computers for everything from sales and inventory to customer service to internal work and communication.</p>
<p>But beyond simply using the box, private companies in every sector generally have up-to-date, professionally designed web sites that (at least try to) provide useful information or services to customers. Been to your or your kid&#8217;s school web site lately? Universities are usually &#8220;OK,&#8221; but they get worse as you go down.</p>
<p>In any other sector, you are likely to find online collaboration tools, meeting planners, digital resources for employees, use of messaging tools like internal e-mail (Exchange servers), private IM, Yammer/Laconi.ca, internal wikis, public and private blogs&#8230; you get the idea.</p>
<p>But not in education.</p>
<p>Education is part of the problem, but <strong>it is not the whole problem</strong>. Many <a href="http://speedchange.blogspot.com/">people talk about how teachers and schools fail to use computers and the internet well</a> in their classrooms. Many schools treat the computer itself as a goal, rather than as a tool to do new things, or do old things better and faster. Teachers generally fall behind the private sector in computer literacy. Yes, all these things are true.</p>
<p>But we, we the tech sector, the web 2.7.4 crowd, <strong>we are part of the problem, too</strong>.</p>
<p>How often does a new tool support education? Offer suggestions or support for teachers? Provide educational pricing? Provide the EULA and Privacy Policy education legally requires?</p>
<p>The people who become teachers are often the people who did well in school, who see no reason to change anything because, to them, <em>it works</em>. In the tech world, &#8220;where did they drop out of school?&#8221; is a legitimate question. Your typical programmer has at least one degree in Computer Science, but the real success stories—Bill Gates, Steve Jobs, Mark Zuckerberg—the ones who made real money, are drop outs. School didn&#8217;t work for them—for <em>us—</em>so what do we owe school?</p>
<p>When <a href="http://yammer.com/">Yammer</a> launched, they gave a simple business plan: for companies that wanted to &#8220;claim&#8221; and control their networks, they would charge $1 per month per user. A small start up might pay $5 to $20 a month. Even a big company is probably paying only a few hundred dollars per month. A university, on the other hand, could be stuck paying tens of thousands of dollars per month, or skipping the service entirely. Which do you think they&#8217;re likely to do?</p>
<p>What was <a href="http://forum.yammer.com/topic.php?id=551">Yammer&#8217;s response</a>? &#8220;Our product [...] is not geared toward educational institution [sic].&#8221;</p>
<p>Many schools have prohibitions against using Google services for anything work-related because, if you don&#8217;t <del>pay for</del> <ins>use (update: Google Apps for Education is free, my bad)</ins> their educational services, their <a href="http://www.google.com/intl/en/privacy_terms.html">Terms of Use</a> (read Section 11) could allow them to share sensitive student data.</p>
<p>You&#8217;re a school? You don&#8217;t matter. Only cool people matter.</p>
<p><strong>Let&#8217;s change</strong>. Let&#8217;s remember that the community of &#8220;tech-savvy&#8221; users, while growing, is still a minority. Let&#8217;s encourage teachers and schools to use the tools we create, so people come out of school ready to use these tools.</p>
<p>It is possible. <a href="http://education.ning.com/page/page/show?id=1027485:Page:45750">Ning is experimenting with education</a>. But how do we make tools ed-friendly?</p>
<p><strong>Fix your EULA and Privacy Policy, or provide a second one for education</strong>. Don&#8217;t be the next <a href="http://www.google.com/search?q=chrome+eula">Google Chrome</a>. (Frankly, everyone should be reconsidering their EULA right now. Why do some people need so many rights to my content?)</p>
<p><strong>Offer suggestions to teachers</strong>. I know: it&#8217;s not really a priority. You&#8217;ve got bug fixing, paying customers, searching for VC, coming out with the next version. But it&#8217;s not terribly difficult. Got a user forum? Add a section for education. Got a wiki? Add an education page. Blog? Throw up a post for teachers once in a while, or better, get guest posts from teachers who use your tool.</p>
<p><strong>Provide educational pricing</strong>. Schools have less money every year. If you can work out a deal to make your product free to schools, do it. But it&#8217;s not hard: just charge schools less. Think of this as an investment. If they use your product as students, they may well want to use it when they graduate and have to pay.</p>
<p>Or,<strong> provide an ad-free version to schools</strong>. This is the Ning method. If your business model doesn&#8217;t involve charging directly, be aware that schools often take issue with displaying ads to students. It&#8217;s the same investment as above: hook them young.</p>
<p>Schools lag on the internet because there is resistance on both sides: educators are reluctant to integrate new things into their curricula, and the new tools rarely give a damn about schools and students as users.</p>
<p>Changing the tech side won&#8217;t solve the problem. Schools need to adapt, too. (Where would you look for a Windows 95 computer if you needed one today? I&#8217;d check the local elementary school. It&#8217;s probably in a lab, or hidden in the back of a classroom.) Schools need to treat computers like tools, and the internet as a tool, and the tools we build on the internet as tools, and use those tools effectively. That will take time.</p>
<p>In the meantime, let&#8217;s try to reduce the resistance on our side, so when they come around, educators feel welcome.</p>
<p>Edit: I need to proofread better, even with angry rants.</p>
]]></content:encoded>
			<wfw:commentRss>http://coffeeonthekeyboard.com/does-the-web-hate-school-123/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Identity 2.0 &#8211; A Primer</title>
		<link>http://coffeeonthekeyboard.com/identity-20-a-primer-106/</link>
		<comments>http://coffeeonthekeyboard.com/identity-20-a-primer-106/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 16:13:36 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[2.0]]></category>
		<category><![CDATA[authority]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[social messaging]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://coffeeonthekeyboard.com/identity-20-a-primer-106/</guid>
		<description><![CDATA[Google your name. Right now. I&#8217;ll wait. Put your name here: Good. What came up? Look at the first page of results and ask yourself these questions about each one: Is it really me? Did I create this? Do I control this? You need to be able to say &#8220;yes&#8221; to all of these for [...]]]></description>
			<content:encoded><![CDATA[<p>Google your name. Right now. I&#8217;ll wait.</p>
<form action="http://www.google.com/search" method="get" onsubmit="window.open('http://www.google.com/search?q='+this.q.value,'','');return false;"><label for="google-search">Put your name here:</label></p>
<input name="q" id="google-search" size="30" type="text" />
<input value="Google Thyself" type="submit" /></form>
<p>Good. What came up?</p>
<p>Look at the first page of results and ask yourself these questions about each one:</p>
<ol>
<li>Is it really me?</li>
<li>Did I create this?</li>
<li>Do I control this?</li>
</ol>
<p>You need to be able to say &#8220;yes&#8221; to all of these for at least the top two or three results. (As I write this, the <a href="http://www.rssmeme.com/">RSSmeme</a> page <a href="http://www.rssmeme.com/user/15663/">repeating my Google Reader shared items</a> has crawled above my blog, and I&#8217;m upset about it.)</p>
<h3>Creating Identity</h3>
<p>I&#8217;m lucky. My last name is very rare, so even if you <a href="http://www.google.com/search?q=Socol">Google just &#8220;Socol&#8221;</a>  I come in second—only to <a href="http://speedchange.blogspot.com/">my father</a>, and ahead of Wikipedia. You may not be so lucky, saddled with a name like Jones or Smith or, even worse, you might have the <a href="http://www.youtube.com/watch?v=145mqJduiO4">same name as a celebrity</a>. You may have an uphill battle.</p>
<p>People with common names need to get creative. It can be as simple as adding an initial—my friend became <a href="http://www.myspace.com/alecrjohnston">Alec R. Johnston</a> to distinguish himself. Something a little more creative—Lisa Bettany named her blog <a href="http://www.mostlylisa.com/">Mostly Lisa</a>. Or you can geek out, like Ben Lew, who uses the name <a href="http://n0s0ap.com/">n0s0ap</a>. (Those are zeros.)</p>
<p>Ben uses the name n0s0ap on <a href="http://del.icio.us/n0s0ap">del.icio.us</a>, <a href="http://flickr.com/photos/n0s0ap">flickr</a>, <a href="http://www.last.fm/user/n0s0ap/">Last.fm</a>, <a href="http://digg.com/users/n0s0ap">Digg</a>, <a href="http://twitter.com/n0s0ap">Twitter</a>, etc. Lisa uses a combination of &#8220;<a href="http://www.viddler.com/explore/MostlyLisa/">MostlyLisa</a>&#8221; and &#8220;<a href="http://twitter.com/lisabettany">LisaBettany</a>.&#8221; I use a combination of an old name, &#8220;<a href="http://www.last.fm/user/urbaneexistance/">UrbaneExistance</a>&#8221; (I know it&#8217;s spelled wrong) and &#8220;<a href="http://friendfeed.com/jamessocol">JamesSocol</a>&#8221; for all new registrations.</p>
<p>But all of us, Alec, Ben, Lisa, and I, make sure our real names are linked to our identities. It&#8217;s no Clark Kent: n0s0ap <em>is</em> Ben Lew, with the glasses on or off.</p>
<h3>Owning Identity</h3>
<p>Do you own your own domain name? Why not? Go buy it. Now. Go!</p>
<p>I have this conversation with friends all the time. Would you want someone signing your name on paper documents? Of course not, so why would you let them do the same thing online? I own jamessocol.com, jamessocol.net, and jamessocol.org, just so no one else does. Even if you do nothing but have it redirect to your social network of choice, you should own your name.</p>
<p>If your name is taken, reread the last section and get creative.</p>
<p>Now, about those <strong>social networks</strong>. You don&#8217;t need to be on every one, but get on a few, build a profile, and put your name on it. You can create and control your own Facebook and MySpace pages without knowing a single HTML tag. Once you&#8217;ve got a name, whether it&#8217;s your real name or something else, use it. last.fm/user/<strong>you</strong>. twitter.com/<strong>you</strong>.</p>
<h3>Controlling Identity</h3>
<p>The best way I&#8217;ve found to control what the web knows about you is to start your own propaganda campaign. Put your name on a lot of things, preferably with links back to your own site.</p>
<p>An easy way to start is by commenting. Blog comments help the most, since you spread that influence around the whole internet, but within MySpace or Facebook posting real, meaningful, interesting comments on profiles and walls will make sure people think of you when they hear your name.</p>
<p>If you have the time, try blogging. There are a lot of blogs with <a href="http://problogger.com/">great</a> <a href="http://chrisbrogan.com/">advice</a>, but you can always just &#8220;write what you know.&#8221; Once you find your voice, the writing flows.</p>
<p>What else? It depends what you like. If you take pictures, get a <a href="http://flickr.com/photos/urbaneexistence/">Flickr</a> stream. <a href="http://www.last.fm/user/urbaneexistance/">Last.fm</a> is a great way to share and find music you like. <a href="http://www.goodreads.com/profile/jamessocol">GoodReads</a> is a similar site for books. <a href="http://twitter.com/jamessocol">Twitter</a> is great for finding people with similar interests and building connections. <a href="http://linkedin.com/in/jamessocol">LinkedIn</a> is a professional social network, particularly good for people in marketing or new media. <a href="http://speedchange.blogspot.com/">Blogger</a>, while not the best blogging platform, has some good community features. <a href="http://en.wikipedia.org/wiki/List_of_social_networking_websites">There is a lot out there</a>.</p>
<h3>Be Yourself</h3>
<p>Don&#8217;t let someone else be you! Own your own identity and be proud of it. It will help you <a href="http://coffeeonthekeyboard.com/expertise-and-authority-20-104/" title="build authority">build authority</a> and when a potential employer or client googles you, they&#8217;ll get a good idea about you from the first page of results.</p>
<p>What else, 2.0-savvy readers? What did I forget?</p>
]]></content:encoded>
			<wfw:commentRss>http://coffeeonthekeyboard.com/identity-20-a-primer-106/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New Twitter Name</title>
		<link>http://coffeeonthekeyboard.com/new-twitter-name-108/</link>
		<comments>http://coffeeonthekeyboard.com/new-twitter-name-108/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 14:54:28 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[identity]]></category>
		<category><![CDATA[My Site]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://coffeeonthekeyboard.com/new-twitter-name-108/</guid>
		<description><![CDATA[To all my Twitter followers, and those not yet following me: Twitter lets you change your user name, so I did. Instead of the very long and misspelled &#8220;urbaneexistance,&#8221; I am now @jamessocol. Shorter, easier to remember, more meaningful. If you were following me, Twitter says you still should be, no worries. This is one [...]]]></description>
			<content:encoded><![CDATA[<p>To all my Twitter followers, and those not yet <a href="http://twitter.com/jamessocol">following me</a>:</p>
<p>Twitter lets you change your user name, so I did. Instead of the very long and misspelled &#8220;urbaneexistance,&#8221; I am now @<a href="http://twitter.com/jamessocol">jamessocol</a>.</p>
<p>Shorter, easier to remember, more meaningful.</p>
<p>If you were following me, Twitter says you still should be, no worries. This is one 2.0-mistake I can correct easily.</p>
]]></content:encoded>
			<wfw:commentRss>http://coffeeonthekeyboard.com/new-twitter-name-108/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expertise and Authority 2.0</title>
		<link>http://coffeeonthekeyboard.com/expertise-and-authority-20-104/</link>
		<comments>http://coffeeonthekeyboard.com/expertise-and-authority-20-104/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 13:57:37 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[authority]]></category>
		<category><![CDATA[expertise]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://coffeeonthekeyboard.com/expertise-and-authority-20-104/</guid>
		<description><![CDATA[Jeff Atwood is a self-proclaimed amateur: &#8220;It troubles me greatly to hear that people see me as an expert or an authority, and not a fellow amateur.&#8221; &#8220;There is absolutely no reason any of you should listen to me. But somehow, I have 75,000 RSS subscribers and over 50,000 page views/day.&#8221; Assuming a moderate amount [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codinghorror.com/">Jeff Atwood</a> is a <a href="http://www.codinghorror.com/blog/archives/001124.html">self-proclaimed amateur</a>:</p>
<blockquote><p>&#8220;It troubles me greatly to hear that people see me as an expert or an authority, and not a fellow amateur.&#8221;</p></blockquote>
<blockquote><p>&#8220;There is absolutely no reason any of you should listen to me.</p>
<p>But somehow, I have 75,000 RSS subscribers and over 50,000 page views/day.&#8221;</p></blockquote>
<p>Assuming a moderate amount of overlap, there are probably 100,000 people reading and listening to Jeff every day. If you had 100,000 people listening to him speaking out a window, you&#8217;d call it a successful rally.</p>
<p align="center"><a href="http://en.wikipedia.org/wiki/Image:Mussolini_standing_on_a_tank.jpg"><img src="http://upload.wikimedia.org/wikipedia/en/a/ad/Mussolini_standing_on_a_tank.jpg" alt="Blogger or Dictator?" height="271" width="343" /></a></p>
<p class="note">I don&#8217;t really think Jeff Atwood is an Italian dictator.</p>
<p>Jeff is, however, an authority. When Jeff gives advice like &#8220;<a href="http://www.codinghorror.com/blog/archives/001134.html">Don&#8217;t Go Dark</a>,&#8221; thousands of people are likely to follow that advice.</p>
<p>Wikipedia has been the biggest source of contention on <a href="http://en.wikipedia.org/wiki/Wikipedia:Expert_retention#What_is_an_expert_editor.3F">what makes an &#8220;expert&#8221;</a> or &#8220;authority.&#8221; Does someone with 10,000 edits have more say than someone with a PhD? If the article is about medicine, probably not, but if it&#8217;s about social networking or wikis, experience and research can both bring value.</p>
<p><a href="http://technorati.com/">Technorati</a> defines your &#8220;<a href="http://support.technorati.com/faq/topic/71">authority</a>&#8221; as the number of blogs linking back to you in the past six months. <a href="http://twitter.com/urbaneexistance">Twitter</a> proudly displays your number of followers. <a href="http://linkedin.com/in/jamessocol">LinkedIn</a>, Facebook, and MySpace all tell you how large your network is, and want you to make it bigger.</p>
<p><strong>Do 9000 people follow @<a href="http://twitter.com/chrisbrogan">chrisbrogan</a> because he&#8217;s an authority, or do people consider him an authority because he has 9000 followers?</strong></p>
<p>My wishy-washy answer is, of course, &#8220;both.&#8221; Chris and Jeff Atwood both produce intelligent, well-written material and provide valuable perspectives. Chris is an experienced marketer and Jeff an experienced programmer. But consistently large audiences make both authoritative. After all, why would so many people listen if they didn&#8217;t know what they were talking about?</p>
<p>Humans are social animals. We&#8217;re not particularly strong, or fast, but we are very good at forming groups and working together. When we see something or someone that is valued by a large group, we attribute value to it.</p>
<p>Don&#8217;t believe me? Fine, then explain why Paris Hilton is famous.</p>
<p><strong>Authority does not make you an expert, but expertise can help you gain authority. </strong>You get followers on Twitter by sharing good links and starting good discussions; you get readers and subscribers by producing quality content and offering something of value.</p>
<p>Then something happens: followers retweet you, readers send links, bloggers write about you, friends-of-friends friend you. Your audience reaches a point where it begins to grow by itself. That audience makes you more authoritative to new readers, new followers. They jump on your bandwagon. It&#8217;s the same reason you see &#8220;Best Seller&#8221; on book covers.</p>
<p>So is Jeff Atwood an expert? As much as anyone in his field. An authority? Definitely.</p>
]]></content:encoded>
			<wfw:commentRss>http://coffeeonthekeyboard.com/expertise-and-authority-20-104/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Twitterer&#8217;s Tipping Point</title>
		<link>http://coffeeonthekeyboard.com/a-twitterers-tipping-point-103/</link>
		<comments>http://coffeeonthekeyboard.com/a-twitterers-tipping-point-103/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 14:29:14 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[behavior]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[tipping point]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://coffeeonthekeyboard.com/a-twitterers-tipping-point-103/</guid>
		<description><![CDATA[Explaining Twitter to non-tweeters is still a difficult process. &#8220;It&#8217;s like Facebook status without Facebook&#8221; doesn&#8217;t do it justice—or sound very appealing. &#8220;It&#8217;s a public, non-realtime messaging system&#8221; convinces no one to sign up. All the Twitter users I know have learned about it through word of mouth and been very confused initially. But everyone [...]]]></description>
			<content:encoded><![CDATA[<p>Explaining <a href="http://twitter.com/">Twitter</a> to non-tweeters is still a difficult process. &#8220;It&#8217;s like Facebook status without Facebook&#8221; doesn&#8217;t do it justice—or sound very appealing. &#8220;It&#8217;s a public, non-realtime messaging system&#8221; convinces no one to sign up.</p>
<p>All the Twitter users I know have learned about it through word of mouth and been very confused initially. But everyone I know who joined has organically started to discover just how <em>useful</em> it is.</p>
<p>I typically see people go through three stages:</p>
<p>At first, users are tentative. They don&#8217;t know what to post, or why they should. They may discover some friends or family on Twitter and follow them, more out of friendly courtesy than genuine interest. Posting is slow, irregular, and primarily through the web site.</p>
<p>A small tipping point happens when the user starts following people they don&#8217;t know personally. Maybe a blogger or another content producer, but someone who is <em>interesting</em>, not just familiar. This person probably posts links, and the burgeoning tweeter may start sharing a few links of their own. They discover tools like <a href="http://tinypic.com/">TinyPic</a> and <a href="http://s.hort.cc/">s.hort.cc</a>. Posting becomes a little more frequent and regular. They may start using a client like <a href="http://www.twhirl.org/">Twhirl</a>, or may stick to the web.</p>
<p>Now they start following more and more people. Some go too fast and are flooded with noise. Most end up unfollowing at least a few users fairly quickly. I followed @<a href="http://twitter.com/nytimes">nytimes</a> for a few days before realizing they posted dozens of things I didn&#8217;t care about.</p>
<p>The real tipping point comes when new tweeters discover messaging. They might have used it but there is a moment when Twitter becomes more about <em>multi-directional communication</em> than about posting your own status. Now they&#8217;re posting frequently, having discussions, responding to questions and asking their own. They almost definitely use a client or IM (when it works).</p>
<p>There&#8217;s no common time frame, as far as I can see. It took me three months to hit the first tipping point, and another five to get to the next. You can see the shifts in <a href="http://xefer.com/twitter/urbaneexistance">my tweet history</a>.</p>
<p>My father (@<a href="http://twitter.com/irasocol">irasocol</a>) seems to have jumped all the way stage three <a href="http://xefer.com/twitter/irasocol">in less than two months</a>.</p>
<p>How long did it take you? If you&#8217;ve watched people start tweeting, what kind of progression did they go through? What about you?</p>
]]></content:encoded>
			<wfw:commentRss>http://coffeeonthekeyboard.com/a-twitterers-tipping-point-103/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exploring the Web</title>
		<link>http://coffeeonthekeyboard.com/exploring-the-web-102/</link>
		<comments>http://coffeeonthekeyboard.com/exploring-the-web-102/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 17:28:03 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[discover]]></category>
		<category><![CDATA[exploring]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[Reading Material]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://coffeeonthekeyboard.com/exploring-the-web-102/</guid>
		<description><![CDATA[Last week, as I was demonstrating Ning in my office, someone asked me how I find things like this. Honestly, I could not remember when or how I discovered Ning, which prompted me to pay attention over the past week, and to ask you. (It was also a good excuse to write a short post [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, as I was demonstrating <a href="http://ning.com/">Ning</a> in my office, someone asked me how I find things like this. Honestly, I could not remember when or how I discovered Ning, which prompted me to pay attention over the past week, and to <a href="http://coffeeonthekeyboard.com/how-do-you-find-new-things-99/" title="ask you">ask you</a>.</p>
<p>(It was also a good excuse to write a short post since I&#8217;m still recovering from some wrist strain.)</p>
<p>So what did I find in the past week or so, and where did I find it? Twitter, unsurprisingly, has been the best source, though not always directly. Second best is what I&#8217;ll call &#8220;secondary finds,&#8221; when I visit one project and then follow to the author&#8217;s other projects. Blogs were a close third.</p>
<p>I should admit that I didn&#8217;t keep notes or stats, but I&#8217;m fairly good at keeping track of things like this, so I trust my own numbers.</p>
<p><a href="http://checkyesorno.info/">CheckYesOrNo.info</a> is a nifty, Twitter-friendly site for yes-or-no poll questions like &#8220;<a href="http://checkyesorno.info/93">Will you participate in Mozilla&#8217;s FF3 Download Day June 17th?</a>&#8221; (Yes.) Found it when @<a href="http://twitter.com/benrasmusen">benrasmusen</a> tweeted a question.</p>
<p><a href="http://issuu.com/">Issuu</a> is a publishing social network. They have some kinks to work out but I see definite potential here. Found it when my cousin tweeted a link.</p>
<p><a href="http://www.twingly.com/">Twingly</a> is like <a href="http://technorati.com/">Technorati</a> reborn, a new, more focused blog search tool. Chris Brogan <a href="http://www.chrisbrogan.com/corporate-takeover-web-style/">blogged about it</a>.</p>
<p><a href="http://www.laterloop.com/">LaterLoop</a> helps you store sites to read later. Very popular on Twitter.</p>
<p><a href="http://www.timetomeet.info/">TimeToMeet.info</a> is from the same people as LaterLoop, and is a very slick multi-timezone meeting planner.</p>
<p>These are just some of the highlights of this week. I&#8217;ve perused quite a few little projects here and there, some good, some bad. I think there are three things that lead to discoveries like this:</p>
<p><strong>Keep your eyes open</strong>.  When people link something, check it out (or use LaterLoop and do it later).</p>
<p>If you see a link like http://checkyesorno.info/93, try getting rid of the &#8220;93&#8243; and visit the site itself. <strong>Visit the site, not just the page.</strong></p>
<p>If you like a site, scroll down and look at the footer. Most projects, particularly by independent developers and small companies, have links to the developer&#8217;s site, which probably has links to other projects. <strong>Look at their other projects</strong>. If someone had one good idea and put it together, odds are they&#8217;ve had others.</p>
<p>Any more ideas from out there in the blogosphere?</p>
]]></content:encoded>
			<wfw:commentRss>http://coffeeonthekeyboard.com/exploring-the-web-102/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

