<?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>Educer &#187; rsscloud</title>
	<atom:link href="http://www.educer.org/tag/rsscloud/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.educer.org</link>
	<description>cooler than educr</description>
	<lastBuildDate>Tue, 18 May 2010 02:57:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The (De) Construction Of Twitter</title>
		<link>http://www.educer.org/2009/12/22/the-de-construction-of-twitter/</link>
		<comments>http://www.educer.org/2009/12/22/the-de-construction-of-twitter/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 00:50:54 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[pubsubhubbub]]></category>
		<category><![CDATA[rsscloud]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.educer.org/?p=182</guid>
		<description><![CDATA[$new_standard = strtolower("Twitter"); In the last couple of weeks, both WordPress and Tumblr have announced support for the Twitter API. The immediate benefits are that any forward thinking Twitter client can now also be a WordPress or Tumblr client as well. Tweetie, one of the most popular iPhone clients, has had support for this for [...]]]></description>
			<content:encoded><![CDATA[<p><code>$new_standard = strtolower("Twitter");</code></p>
<p>In the last couple of weeks, both <a href="http://en.blog.wordpress.com/2009/12/12/twitter-api/">WordPress</a> and <a href="http://staff.tumblr.com/post/287703110/api">Tumblr</a> have announced support for the <a href="http://apiwiki.twitter.com/">Twitter API</a>.</p>
<p>The immediate benefits are that any forward thinking Twitter client can now also be a WordPress or Tumblr client as well. <a href="http://www.atebits.com/tweetie-iphone/">Tweetie</a>, one of the most popular iPhone clients, has had support for this for a while and immediately became the tool of choice for testing the new features out. Choices for users expand.</p>
<p>So, with that development aside, where next? I see three things.</p>
<p>1) WordPress should publish an official plugin for <a href="http://www.wordpress.org">WordPress.org</a> that enables the Twitter API for any blog. This act alone could create millions of possible twitter servers. </p>
<p>2) WordPress/Tumblr should make a big deal about how their new changes are also already tied in with real time protocols <a href="http://rsscloud.org">RSSCloud</a> and <a href="http://code.google.com/p/pubsubhubbub/">pubsubhubbub</a>. This helps make the new twitter servers real time.</p>
<p>3) Everybody outside of Twitter should huddle for a brief second and add some new syntax to the existing twitter api that allows for a piece of metadata to be attached (urls to start), call it optional, and implement.</p>
<p>Or, in short&#8211; Now that you&#8217;ve shown how easy it is to implement Twitter&#8217;s API, rip it out of their hands, build a new community, and then market the hell out of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.educer.org/2009/12/22/the-de-construction-of-twitter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>On pubsubhubbub (Part 2) &#8211; Get with it, PuSH, you&#8217;re supposed to be realtime.</title>
		<link>http://www.educer.org/2009/09/29/on-pubsubhubbub-part-2-get-with-it-push-youre-supposed-to-be-realtime/</link>
		<comments>http://www.educer.org/2009/09/29/on-pubsubhubbub-part-2-get-with-it-push-youre-supposed-to-be-realtime/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 03:38:17 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[my status cloud]]></category>
		<category><![CDATA[pubsubhubbub]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[real time web]]></category>
		<category><![CDATA[rss cloud]]></category>
		<category><![CDATA[rsscloud]]></category>

		<guid isPermaLink="false">http://www.educer.org/?p=158</guid>
		<description><![CDATA[Or at least that&#8217;s what I thought you were supposed to be. But that&#8217;s not what I&#8217;m seeing. What I am seeing is the groundwork for a real time network&#8211; link rel=&#8221;hub&#8221; has been added to every Blogger feed and every FeedBurner feed, no? What I am not seeing are the real time feed updates [...]]]></description>
			<content:encoded><![CDATA[<p>Or at least that&#8217;s what I thought you were supposed to be. But that&#8217;s not what I&#8217;m seeing. What I <b>am</b> seeing is the groundwork for a real time network&#8211; link rel=&#8221;hub&#8221; has been added to every Blogger feed and every FeedBurner feed, no? What I am not seeing are the real time feed updates coming from that network.</p>
<p>
<p>I setup <a href="http://www.mystatuscloud.com">My Status Cloud</a> as both <a href="http://www.rsscloud.org">RSS Cloud</a> and <a href="http://code.google.com/p/pubsubhubbub/">PuSH</a> enabled. But when I post a new Tweet or cloud message, I can only rely consistently on Dave Winer&#8217;s <a href="http://www.rsscloud.org">RSS Cloud</a> hub to pass my update information on.  The &#8220;official&#8221; <a href="http://pubsubhubbub.appengine.com">pubsubhubbub server</a> is hit and miss. Whether it&#8217;s rate limiting or being lazy, in my little decentralized 140 character network, not every status update is pushed to me immediately by PuSH. Some are grouped together after two updates have been sent. That&#8217;s not real time.</p>
<p>I&#8217;ve subscribed to many feeds that are PuSH enabled through <a href="http://www.mystatuscloud.com">My Status Cloud</a>. Or at least the FeedBurner feed published indicates that they are. When do I get the updates? Often a large amount of time after they are published. Whenever I&#8217;ve gotten a notification from an RSS Cloud server, it is usually within seconds, sometimes up to a minute.</p>
<p><b>You. Are. Random.</b> That&#8217;s the perception I have. There are so many feeds that I&#8217;m passed PuSH notifications throughout the day for &#8211; with old content and no new content. Fat pings, useful? Yes. More fat pings than necessary? Not so much.</p>
<p>I&#8217;ll be honest. I haven&#8217;t taken the time to read through the complete documentation to see if I can figure out how the server end of things is supposed to work behind the scenes. When I decide to build a server, I will. Maybe I&#8217;m missing an explanation for the sporadic-ness that is coming out of there, but it really should be resolved. If we&#8217;re going to be real time, let&#8217;s be it already.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.educer.org/2009/09/29/on-pubsubhubbub-part-2-get-with-it-push-youre-supposed-to-be-realtime/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>On RSS Cloud and pubsubhubbub (Part 1) &#8211; Publishers Have Some Work To Do</title>
		<link>http://www.educer.org/2009/09/29/on-rss-cloud-and-pubsubhubbub-part-1-publishers-have-some-work-to-do/</link>
		<comments>http://www.educer.org/2009/09/29/on-rss-cloud-and-pubsubhubbub-part-1-publishers-have-some-work-to-do/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 03:32:01 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[my status cloud]]></category>
		<category><![CDATA[pubsubhubbub]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[real time web]]></category>
		<category><![CDATA[rsscloud]]></category>

		<guid isPermaLink="false">http://www.educer.org/?p=155</guid>
		<description><![CDATA[The web is live. Yes, seriously, it is there there already. I built a public aggregator that supports RSS Cloud and PubSubHubbub. Dave Winer has a public aggregator that supports RSS Cloud. Lazyfeed has an aggregator that supports RSS Cloud and PubSubHubbub. Google Reader has started to adopt PubSubHubbub. Many more are on the way, [...]]]></description>
			<content:encoded><![CDATA[<p>The web is live.</p>
<p>Yes, seriously, it is there there already.</p>
<p>I built a <a href="http://www.mystatuscloud.com">public aggregator</a> that supports <a href="http://www.rsscloud.org">RSS Cloud</a> and <a href="http://pubsubhubbub.googlecode.com/">PubSubHubbub</a>. <a href="http://www.scripting.com">Dave Winer</a> has a <a href="http://newsriver.org/river2">public aggregator</a> that supports <a href="http://www.rsscloud.org">RSS Cloud</a>. <a href="http://www.lazyfeed.com">Lazyfeed</a> has an aggregator that supports RSS Cloud and <a href="http://pubsubhubbub.googlecode.com/">PubSubHubbub</a>. <a href="http://reader.google.com">Google Reader</a> has <i>started</i> to adopt PubSubHubbub. Many more are on the way, if not already here. A few more light switches to flip and all of a sudden <b>you</b> are playing catch up.</p>
<p>Who&#8217;s you? Let&#8217;s try who isn&#8217;t first.</p>
<p><a href="http://www.cnn.com">CNN</a> has it. Their <a href="http://cnnwire.blogs.cnn.com/feed/">news wire feed</a> has been RSS Cloud enabled almost since the moment that Dave Winer <a href="http://www.scripting.com/stories/2009/09/07/anyWordPressBlogCanBeCloud.html">announced support for RSS Cloud in WordPress</a>.</p>
<p><a href="http://www.gigaom.com">Om</a> has it. Another that has been RSS Cloud enabled since the beginning.</p>
<p><a href="http://www.techcrunch.com">Techcrunch</a> has it two ways &#8211; RSS Cloud through the main feed and pubsubhubbub through the FeedBurner feed.</p>
<p><a href="http://www.gizmodo.com">Gizmodo</a> supports pubsubhubub through FeedBurner. <a href="http://www.gdgt.com">GDGT</a> supports pubsubhubbub through their native feed.</p>
<p>Who doesn&#8217;t?</p>
<p><a href="http://www.engadget.com">Engadget</a> has nothing enabled. They&#8217;re now the last source of gadget information. <a href="http://nytimes.com">NY Times</a> &#8211; nothing, <a href="http://latimes.com">LA Times</a> &#8211; nothing, <a href="http://www.ap.org">AP</a> &#8211; nothing, <a href="http://www.washingtonpost.com">Washington Post</a> &#8211; nothing, <a href="http://www.msnbc.com">MSNBC</a> &#8211; nothing, <a href="http://www.foxnews.com">Fox News</a> &#8211; pretends to, <a href="http://www.reuters.com">Reuters</a> &#8211; pretends to. More detail on the &#8220;pretends to&#8221; later, anybody else I&#8217;m forgetting?</p>
<p><b>So what do you do as a publisher?</b></p>
<p>You <b>Read and then implement.</b></p>
<p>If I can ship an <a href="http://www.mystatuscloud.com">RSS Cloud aggregator</a> in a little over a week from scratch, and add support for pubsubhubbub in a night, all while working a full time job during the day that has nothing to do with either&#8230;. you can afford to spend some time figuring out the best way for you to publish content using real time tech.</p>
<p>Which one is better? I don&#8217;t make those decisions. Which one should you implement? Whichever one you ship first. Just do it already and get on board.</p>
<p><b>What shouldn&#8217;t you do as a publisher?</b></p>
<p>I&#8217;m not usually one to say this, but don&#8217;t put all your faith in Google. Not yet at least. Just because you&#8217;re site uses FeedBurner and FeedBurner has decided they support pubsubhubbub, doesn&#8217;t mean that your content is <b>actually</b> being pushed in real time. More than likely you&#8217;re setup to ping FeedBurner separately. Feedburner then decides when to poll you before turning around and notifying the hub that the content is updated.</p>
<p>Instead, take control of your publishing process. Your web folks should be able to make the basic notifications required for both RSS Cloud and pubsubhubbub to work. And this should something that is done separate from the FeedBurner process. Don&#8217;t count on them to ping on their time. Ping when you publish.</p>
<p>The web is live, RSS and Atom are alive, and content <b>is</b> flowing in real time. I&#8217;m harnessing it, and you will be soon. If you are a publisher, you do not want to miss this boat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.educer.org/2009/09/29/on-rss-cloud-and-pubsubhubbub-part-1-publishers-have-some-work-to-do/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Status Cloud &#8211; Now Supporting RSS Cloud and pubsubhubbub</title>
		<link>http://www.educer.org/2009/09/29/my-status-cloud-now-supporting-rss-cloud-and-pubsubhubbub/</link>
		<comments>http://www.educer.org/2009/09/29/my-status-cloud-now-supporting-rss-cloud-and-pubsubhubbub/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 03:17:51 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[my status cloud]]></category>
		<category><![CDATA[msc]]></category>
		<category><![CDATA[mystatuscloud]]></category>
		<category><![CDATA[pubsubhubbub]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[real time web]]></category>
		<category><![CDATA[rss cloud]]></category>
		<category><![CDATA[rsscloud]]></category>

		<guid isPermaLink="false">http://www.educer.org/?p=152</guid>
		<description><![CDATA[The third post written is the first post published. How does that work? Anyhow. Number One. As of last night, My Status Cloud has support for both RSS Cloud and pubsubhubbub. Now, while everyone decides which protocol to use, we can just use them. Ship both first, then decide. I like that answer the best. [...]]]></description>
			<content:encoded><![CDATA[<p>The third post written is the first post published. How does that work?</p>
<p>Anyhow.</p>
<p><b><font size=2>Number One.</font></b></p>
<p>As of last night, <a href="http://www.mystatuscloud.com">My Status Cloud</a> has support for both <a href="http://rsscloud.org">RSS Cloud</a> and <a href="http://code.google.com/p/pubsubhubbub/">pubsubhubbub</a>.</p>
<p>Now, while everyone decides which protocol to use, we can just use them. Ship both first, then decide. I like that answer the best.</p>
<p>Actually, they both have benefits and can probably coexist. More notes on what I think will follow. I&#8217;ve been closely watching the notifications roll in and I do have some observations to share. Even more so than you will see in the next couple posts.</p>
<p><b><font size=2>Number Two.</b></p>
<p>I <a href="http://twitter.com/jeremyfelt/status/4397982929">stated the other night</a> how I felt about the work I&#8217;ve been doing. Pretty proud actually. I don&#8217;t normally get that way, but it&#8217;s cool. <img src='http://www.educer.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  In fact, how many aggregators do you know support both <a href="http://rsscloud.org">RSS Cloud</a> and <a href="http://code.google.com/p/pubsubhubbub/">pubsubhubbub</a>? <a href="http://www.lazyfeed.com/">LazyFeed</a> and&#8230;. Just saying.</p>
<p>What this really means is that I&#8217;ve been head down coding most nights without paying attention much to the usability of the site. I like having something to play with before I decide how to use it. I also avoided any kind of closed alpha/beta time because I think watching the progress can be fun for people. So, usability changes are on the way. Little helpers and hints to make things easy to use will be added.</p>
<p>If you&#8217;re using it, let me know. This really is your chance to have a feed reader that has the features you want. We&#8217;ll build them. And more feature posts will be coming soon explaining exactly why it is you should be using <a href="http://www.mystatuscloud.com">My Status Cloud</a>.</p>
<p> <img src='http://www.educer.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.educer.org/2009/09/29/my-status-cloud-now-supporting-rss-cloud-and-pubsubhubbub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subscribing To RSS Cloud Feeds Via .TEL Domains</title>
		<link>http://www.educer.org/2009/09/10/subscribing-to-rss-cloud-feeds-via-tel-domains/</link>
		<comments>http://www.educer.org/2009/09/10/subscribing-to-rss-cloud-feeds-via-tel-domains/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 05:59:22 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[my status cloud]]></category>
		<category><![CDATA[real time web]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rsscloud]]></category>
		<category><![CDATA[tel]]></category>

		<guid isPermaLink="false">http://www.educer.org/?p=136</guid>
		<description><![CDATA[I&#8217;ll be the first to admit that I&#8217;m not so savvy to the world of domains and DNS. I can configure standard CNAME, A, MX stuff as need be, but I don&#8217;t go much beyond that. It was intriguing then to get a request from @plaggypig asking if I could resolve feeds from .TEL lookups. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be the first to admit that I&#8217;m not so savvy to the world of domains and DNS. I can configure standard CNAME, A, MX stuff as need be, but I don&#8217;t go much beyond that. It was intriguing then to get a request from <a href="http://twitter.com/plaggypig">@plaggypig</a> asking if I could resolve feeds from .TEL lookups. One of my favorite things to do is to try stuff I don&#8217;t know anything about. <img src='http://www.educer.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>
<blockquote>@jeremyfelt Can you resolve feed URLs from .tel names? It&#8217;s just a simple DNS lookup: dig +short davewiner.tel NAPTR|cut -d &#8216; &#8216; -f 4-5</p></blockquote>
<p>From what I <b>do</b> know of .TEL and the surface stuff I&#8217;ve read, this didn&#8217;t seem like such a bad idea. And it took only less than an hour to implement, so here goes.</p>
<p>You <b>can</b> now subscribe to rssCloud enabled feeds in <a href="http://www.mystatuscloud.com">My Status Cloud</a> by entering in a <a href="http://en.wikipedia.org/wiki/.tel">TEL Domain</a>. Once you have submitted the domain, I grab the DNS records, get the feed data attached to it, attempt to grab the feeds, verify that they are cloud enabled, and continue accordingly.</p>
<p>If a feed is cloud enabled, it will be subscribed to automatically and show up on the subscriptions list. Possible error messages will return when the feed already exists, has no cloud element, or causes some other unknown error.</p>
<p>I was admittedly hurried in pushing up the code, so the return error handling isn&#8217;t the best. Right now the message will show above the subscribe box as &#8220;Feed 1 &#8211; result&#8221;, &#8220;Feed 2 &#8211; result&#8221;. That will get better shortly. <img src='http://www.educer.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Part 2 of the admittedly hurried part (notice a trend?) is that I am not storing the TEL information at this time. I lookup DNS, parse the results, and play with the feeds. Soon, I will store the TEL URLs that are added and use them as part of the regular subscription process. The <b>huge</b> benefit in this is that you could move your feed around from <i>client</i> to <i>client</i> and not have to work too much at it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.educer.org/2009/09/10/subscribing-to-rss-cloud-feeds-via-tel-domains/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Format and Delivery Are Alive And Well (RSS, Twitter, and Newspapers)</title>
		<link>http://www.educer.org/2009/09/05/format-and-delivery-are-alive-and-well-rss-twitter-and-newspapers/</link>
		<comments>http://www.educer.org/2009/09/05/format-and-delivery-are-alive-and-well-rss-twitter-and-newspapers/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 22:21:38 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[opinion]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[delivery]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[newspaper]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rsscloud]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.educer.org/?p=126</guid>
		<description><![CDATA[Depending on which source you choose, it was a day in September of 1833, possibly this one, that the first newspaper delivery boy responded to an advertisement in the New York Sun: To the Unemployed &#8211; - A number of steady men can find employment by vending this paper. A liberal discount is allowed to [...]]]></description>
			<content:encoded><![CDATA[<p>Depending on <a href="http://www.google.com/search?q=Barney+Flaherty">which source</a> you choose, it was a day in September of 1833, possibly this one, that the first newspaper delivery boy responded to an advertisement in the New York Sun:</p>
<blockquote><p>To the Unemployed &#8211; - A number of steady men can find employment by vending this paper. A liberal discount is allowed to those who buy to sell again.</p></blockquote>
<p>For at least a thousand years, people have been able to receive news through some kind of bulletin or <a href="http://en.wikipedia.org/wiki/Newspaper">newspaper</a> format. In a printed <strong>format</strong>.</p>
<p>RSS is a <a href="http://en.wikipedia.org/wiki/RSS">web feed format</a> used by publishers on the internet to make their material available to others somewhat like the print on paper. In an electronic <strong>format</strong>.</p>
<p><a href="http://www.twitter.com">Twitter</a> is a web application that allows users to publish material in a proprietary format using the service as a <strong>delivery</strong> method.</p>
<p><a href="http://reader.google.com">Google Reader</a> is a web application that delivers material that has been published in the RSS format to users. It uses it&#8217;s own <strong>delivery</strong> method in which it checks with the publisher every so often to see if new content is available.</p>
<p>Now I will switch from definitions to analogies, because analogies help me understand things.</p>
<p>If I visit RSS formatted feeds manually using my browser as the delivery method&#8211; I go on a walk through town whenever I have time,  and visit all of the newspaper press buildings to see new content has been printed since I was last there. This takes a while because I need to travel to New York for the Times, DC for the Post, Chicago for the Tribune, etc&#8230;</p>
<p>If I use Google Reader (or another <a href="http://en.wikipedia.org/wiki/Aggregator">aggregator</a>) as the delivery method for my RSS formatted news&#8211; I go on a walk every once and a while to my favorite news stand to see if they have any changes in content available from the newspapers I like.</p>
<p>If I use Twitter as the delivery method and format for my news&#8211; I go on a walk to the building in San Francisco which Twitter uses to publish content as it happens. This is great because it&#8217;s available as soon as somebody submits it. Every once and a while, I even choose a building in another city to look at content delivered by Twitter. These buildings have agreements to be notified of any news coming out of Twitter headquarters as soon as it happens. There are some other buildings that don&#8217;t have agreements, but they still check with Twitter headquarters every once and a while, and I can check new material from them when I go to the newspaper stand.</p>
<p>If I&#8217;m using <a href="http://rsscloud.org">rssCloud</a> as the delivery method for my news that is in the RSS format&#8211; I stop going for walks. Instead, I have finally decided to sign up for delivery with all of the newspapers that I love to read. I am only required to open my door and read what&#8217;s sitting on my porch. I even have access to content that comes from Twitter, because one of the newspapers that I love to read has an agreement to be told of any news from the Twitter system.</p>
<p>Both delivery and format have been around for a while, nobody&#8217;s going anywhere. Thanks, Barney Flaherty. <img src='http://www.educer.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.educer.org/2009/09/05/format-and-delivery-are-alive-and-well-rss-twitter-and-newspapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publish, Ping, Subscribe Away With My Status Cloud (You Can Change Settings Now)</title>
		<link>http://www.educer.org/2009/08/27/publish-ping-subscribe-away-with-my-status-cloud-you-can-change-settings-now/</link>
		<comments>http://www.educer.org/2009/08/27/publish-ping-subscribe-away-with-my-status-cloud-you-can-change-settings-now/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 03:33:26 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[my status cloud]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[real time web]]></category>
		<category><![CDATA[rsscloud]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.educer.org/?p=100</guid>
		<description><![CDATA[Lots of new stuff has been added to My Status Cloud since the last time I chatted. I&#8217;ve been in a holding pattern the last couple days while I&#8217;ve waited for my thoughts to collect on a few other things, but I haven&#8217;t had time to do any actual producing yet, so I&#8217;ll push this [...]]]></description>
			<content:encoded><![CDATA[<p>Lots of new stuff has been added to <a href="http://www.mystatuscloud.com">My Status Cloud</a> since the last time I chatted. I&#8217;ve been in a holding pattern the last couple days while I&#8217;ve waited for my thoughts to collect on a few other things, but I haven&#8217;t had time to do any actual producing yet, so I&#8217;ll push this out for now.</p>
<p>First, the look and feel has changed quite a bit. I always do funny things with colors and rounded corners when I first start, but then get sick of them and go back to shades of grey very quickly &#8211; so there you go. Easier to read.</p>
<p>Next, which is more like 4 in 1, you have configurable options!</p>
<ul>
<li><b>User Settings:</b> You are now able to change or remove your email address and manage your OAuth connection to Twitter through preferences.</li>
<li><b>Ping Settings:</b> If you&#8217;ve started to develop your own rss Cloud server and want to try a different client, these settings can be changed to work with your server. Only <b>http-post</b> is supported at the moment, but I&#8217;ll be working on a SOAP and XML-RPC version soon.</li>
<li><b>Subscription Settings:</b> Another option for those who have started to implement their own rss Cloud server. These settings allow you to play with the actual <b>cloud</b> element in your My Status Cloud RSS feed. Also with this- only <b>http-post</b> is supported for the time being.</li>
<li><b>Publishing Settings:</b> This is the best part, I think, brought on by what I was thinking in <a href="http://www.educer.org/2009/08/21/if-users-could-choose-how-they-publish/">last friday&#8217;s post</a>&#8230; You can now enter FTP settings to publish your My Status Cloud RSS feed to your own server. If an FTP server exists, the application will attempt to upload your feed (username.xml) to the server specified.</li>
</ul>
<p>Ponder those changes for a second if you didn&#8217;t grab it the first time and I&#8217;ll add all the previous pieces together for the overview.</p>
<p>The overview&#8230;</p>
<ol>
<li>You can cross post updates into the rssCloud and/or Twitter at the same time.</li>
<li>Links can be attached as metadata to the update so you can use ALL 140 characters.</li>
<li>These updates, Twitter or not, are saved into an rssCloud compatible feed.</li>
<li>An rssCloud server, rpc.rsscloud.org, is notified every time you update either the cloud or Twitter.</li>
<li>The My Status Cloud client/aggregator shows you the updates immediately after being notified by the server that it has been updated.</li>
<li>You can publish (or backup) your feed anywhere via FTP.</li>
<li>You can start to manage your feed through an rssCloud server other than rpc.rsscloud.org.</li>
</ol>
<p>There you have it. Try away and report away if you see anything unexpected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.educer.org/2009/08/27/publish-ping-subscribe-away-with-my-status-cloud-you-can-change-settings-now/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Status Cloud &#8211; Now With OAuth</title>
		<link>http://www.educer.org/2009/08/21/my-status-cloud-now-with-oauth/</link>
		<comments>http://www.educer.org/2009/08/21/my-status-cloud-now-with-oauth/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 05:53:39 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[real time web]]></category>
		<category><![CDATA[rsscloud]]></category>

		<guid isPermaLink="false">http://www.educer.org/?p=98</guid>
		<description><![CDATA[Some cool things come along with using OAuth authentication for talking with Twitter. First, you get to have your application name show up in the Twitter timeline. Then, you get to associate an image with your application. Oh, and it makes it more secure when passing information back and forth in the cloud. Anyhow, that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Some cool things come along with using OAuth authentication for talking with Twitter. First, you get to have your application name show up in the Twitter timeline. Then, you get to associate an image with your application. Oh, and it makes it more secure when passing information back and forth in the cloud.</p>
<p>Anyhow, that&#8217;s been added to <a href="http://www.mystatuscloud.com">My Status Cloud</a>, so feel free to test away with both <a href="http://www.rsscloud.org">rssCloud</a> only updates and updates to both the cloud and Twitter.</p>
<p>Also, the aggregator has been souped up a little bit so that it&#8217;s starting to become pleasant to use. Not completely usable yet, just pleasant to use. <img src='http://www.educer.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you attach link data to an update, it will be displayed separately in the time line. And any twitter usernames or links in text should be picked up and linked to automatically.</p>
<p>Next on the plate is editable publishing options (<i>among other things</i>), something I touched on with my #blogpostfriday post earlier today.</p>
<p>So keep testing away, and drop me a note if you have something to note about. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.educer.org/2009/08/21/my-status-cloud-now-with-oauth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If Users Could Choose How They Publish</title>
		<link>http://www.educer.org/2009/08/21/if-users-could-choose-how-they-publish/</link>
		<comments>http://www.educer.org/2009/08/21/if-users-could-choose-how-they-publish/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 23:30:34 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[pubsubhubbub]]></category>
		<category><![CDATA[real time web]]></category>
		<category><![CDATA[rsscloud]]></category>

		<guid isPermaLink="false">http://www.educer.org/?p=95</guid>
		<description><![CDATA[I mentioned something briefly the other day that I&#8217;ve been rolling in my head a bit ever since. A perfect topic for #blogpostfriday. We have a bunch of fun new tech coming out of the web right now. At least two of those things, pubsubhubbub and rssCloud, deal with adding elements to feeds that tell [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://twitter.com/jeremyfelt/status/3428058758">mentioned something</a> briefly the other day that I&#8217;ve been rolling in my head a bit ever since.  A perfect topic for <a href="http://search.twitter.com/search?q=%23blogpostfriday">#blogpostfriday</a>. <img src='http://www.educer.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We have a <b>bunch</b> of fun new tech coming out of the web right now. At least two of those things, <a href="http://pubsubhubbub.googlecode.com/">pubsubhubbub</a> and <a href="http://rsscloud.org">rssCloud</a>, deal with adding elements to feeds that tell subscribers how to sign up for quick update notification.</p>
<p>The painful part of this new tech is that not everybody who wants to enable it has a choice.</p>
<p>Sure, we could all publish our material directly and be responsible for the structure of our feeds, but that isn&#8217;t reality. We rely on Twitter to publish our Tweets, Google to publish our Shared Items, WordPress.com to publish our Blogs&#8211; the list goes on and on.</p>
<p>Example. I&#8217;m aching to try <a href="http://rsscloud.org">rssCloud</a> concepts out on every feed that I can get my hands on. But I can&#8217;t. The only feed I can immediately provide the cloud element in is the one generated from the <a href="http://www.mystatuscloud.com">application</a> that I wrote specifically for the purpose.</p>
<p>In a perfect world (<i>ha</i>), Twitter, Reader, WordPress would say &#8211; &#8220;<i>Hi User &#8211; here are the optional elements available in ..insert publishing spec.. that we aren&#8217;t using. Would you like to fill them in?</i>&#8221; &#8211; Then <b>bam</b>, I get to test cloud support on several different feeds immediately. There would still be a little manual work in notifying the cloud server when things are updated, but everyone who subscribes to the feed would know what server they should subscribe through for instant updates.</p>
<p>Now, spread the concept out a bit &#8212; if I can choose where the material is published, which specification is used, as well as what&#8217;s included in it, then I as a user have a wonderful amount of freedom in being able to do what I want to with my data. That is what publishing tools should be focused on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.educer.org/2009/08/21/if-users-could-choose-how-they-publish/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Multi-User rssCloud Implementation</title>
		<link>http://www.educer.org/2009/08/19/a-multi-user-rsscloud-implementation/</link>
		<comments>http://www.educer.org/2009/08/19/a-multi-user-rsscloud-implementation/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 04:41:25 +0000</pubDate>
		<dc:creator>jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[mystatuscloud]]></category>
		<category><![CDATA[real time web]]></category>
		<category><![CDATA[rsscloud]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.educer.org/?p=92</guid>
		<description><![CDATA[Now it gets more interesting. Sitting in my chair watching myself type status updates to myself along with Dave&#8217;s automatic lifeliner feed that does a wonderful job of showing different state names and times go by is great and all, but playing with some real content would also be nice. So. As of now, anybody [...]]]></description>
			<content:encoded><![CDATA[<p>Now it gets more interesting. <img src='http://www.educer.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sitting in my chair watching myself type status updates to myself along with Dave&#8217;s <a href="http://static.lifeliner.org/lifeliner/rss.xml">automatic lifeliner feed</a> that does a wonderful job of showing different state names and times go by is great and all, but playing with some real content would also be nice.</p>
<p>So. As of now, <b>anybody</b> can <a href="http://www.mystatuscloud.com/signup.php">signup for an account at mystatuscloud.com</a> and start using the concepts of the rssCloud in tandem with Twitter.  Or without Twitter, that&#8217;s always an option too.</p>
<p>Yes, yes, this is too early. And it&#8217;s probably buggy. But you can still give it a go if you want.  I&#8217;ll try to sum up what it does in a few blurbs.</p>
<ol>
<li>It is a basic authentication Twitter client. You can Tweet and push to the rssCloud at the same time.</li>
<li>It is an rssCloud client. You can push to the rssCloud without Tweeting.</li>
<li>An xml feed is generated on your first update.</li>
<li>A cloud server (rpc.rsscloud.org) is notified of every update.</li>
<li>A 24 hour subscription is maintained with that cloud server.</li>
<li>Every user is automatically subscribed to every user. This is temporary, but should be fun to watch the flow.</li>
</ol>
<p>That should get you by for now. If not, sign up anyway and play around. Then, checkout the material at <a href="http://rsscloud.org">rssCloud.org</a> and my personal <a href="http://www.educer.org/2009/08/14/an-rsscloud-progress-report-week-one/">Week 1 status report</a> to get caught up on what this is all about.</p>
<p>Beyond fixing bugs that should be fixed when found, these updates are coming within the next few days:</p>
<ul>
<li>OAuth. Then you may feel comfortable using your main Twitter account. <img src='http://www.educer.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Aggregation Code. It will work by streaming or refreshing, but streaming is on the fritz a bit.</li>
<li>Subscription maintenance.</li>
</ul>
<p>I got a late start, but it looks like Week 2 is still shaping up to be a productive one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.educer.org/2009/08/19/a-multi-user-rsscloud-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
