atom

There are 22 entries for the tag atom

10 DIY SharePoint Web Parts #8

This post is the eighth in a series of postings, containing examples of SharePoint WebParts that anybody can build all by themselves. To read all posts in this series, or to get started with the RSSBus WebPart, go here. #8 – Twitter Many times since I originally posted about it months ago, I’ve been asked for more details about including Twitter searches and streams inside their SharePoint pages. Thanks to the Twitter API and feeds, this is very simple to do, and to change from showing searches,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, October 30, 2009 3:35 AM | Feedback (2)

RSSBus: Simple Ways to Connect Data

I just uploaded a new YouTube video for RSSBus. Some of it is hard to see, but soon it will be published at rssbus.com as a high quality flash video. RSSBus can be used to securely serve custom feeds over the Internet or on the local host. This video shows examples of very basic feeds that can be created with RSSBus with just a few mouse clicks, and more complex piped feeds. Near the end, the video shows some ways in which RSSBus can be integrated into real world solutions. Obviously, RSSBus can...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, May 06, 2008 2:57 PM | Feedback (0)

RSSBus and Atom

Sam Ruby pointed out some of the changes that would be required for Feed Validator to support the new RSS Profile. The RSS Profile is the result of checking popular feed reader capabilities in order to put together a "best practices" document for feed publishers. I haven't gotten to read through the entire profile yet, but here are some interesting things I noticed while reading through Sam's validator changes: Encoding - the profile says to use hexadecimal entity encoding (ie, & instead...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, October 11, 2007 2:27 PM | Feedback (0)

Rock on! IPWorks v8 Released!

Wow, I can have a V8! Thanks to the hard work of some very talented developers, who I saw working late hours coding and testing, the next version of IPWorks is here! Yep, /n software announced today the release of IP*Works! V8 .Net and Java Editions. I got to work a lot with IPWorks v8 during its beta period, and my favorite thing about this version update is the new custom types and collections. I used the new Atom and Rest components, which are useful and easy to use. Other new features that I...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, October 03, 2007 5:25 PM | Feedback (0)

Flickr -> Twitter

To illustrate what I mentioned in the previous post about how swapping out one connector for another to achieve a completely different task would be very simple - I did just that. I noticed that Dave Winer has been working on some sort of Flickr->Twitter app. I changed about 4 lines of code in the Gcal_to_Twitter RSBScript to make it into Flickr_to_Twitter. In the updated script, all I did was change the call to gcalSearch to a call to the atom feed of my Flickr photos. Then I do a quick check...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, August 09, 2007 4:52 PM | Feedback (1)

Google Mashup Editor and RSSBus

If you can't get an account for Google Mashup Editor, take the tour. Neat, huh? Then download RSSBus! If you do have GME, use RSSBus to generate feeds that you can use inside GME. Have some data that you'd like to quickly expose in an RSS or atom feed? RSSBus. Tags: google mashup editor, mashup, mashup blog, rssbus, rss...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, May 31, 2007 4:17 PM | Feedback (0)

RSSBus: Why RSS?

Many times via email, and then several times at the recent Web 2.0 Expo, people have asked me: "Ok, I see what you're doing with RSSBus - but why RSS? Why not Atom or some other format?" My answer is that its not about RSS. Its about the data. The RSS feeds are just a collection of name/value pairs, so it doesn't matter if those name/value pairs are pushed out as RSS, Atom, JSON, or even HTML for that matter. In fact with RSSBus you can push out your data in any format - RSS is just the default....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, April 20, 2007 2:33 PM

AmzWish widget parameters

The Amazon Wishlist widget that I created last week is now at Widgetbox, a widget directory. Their site is quite nice. It allows users to browse widgets and use them in their webpages. For developers, Widgetbox provides a nice interface for submitting your own widget. When I put AmzWish on Widgetbox I exposed some querystring parameters for it: wishlistid - An Amazon assigned Id for a particular wishlist to use (required). maxitems - The number of items to display in the widget (optional, defaults...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, October 06, 2006 12:38 PM | Feedback (0)

Generating KML with RSSBus

RSSBus is good for more than just generating RSS feeds or helping you easily create an API for your data or services. Its also useful in easily outputting other formats as well, such as KML (an XML format for Google Earth). For example, recently Tim posted an example of using XmlTextWriter to generate KML. For most of ius, its not rocket science, but compare his code and the ease of writing it with how it can be done with RSSBus. With RSSBus you can just literally write the XML and plug-in the values...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, October 02, 2006 9:23 AM | Feedback (1)

Top 10 most useful extensions to use in syndication feeds

In August, the Google Reader Blog posted a list of the most commonly used extensions in feeds. Here is my list of the top 10 most useful extensions for syndication: 10. iTunes This one really shouldn't even be on this list, but I include it because it did make a big splash when it was released. It also generated a lot of frustration and anger amoung podcast producers. The iTunes namespace extension was created to allow podcast feed producers to integrate their feeds with Apple's iTunes music player....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, September 26, 2006 3:26 PM | Feedback (0)

Feeds are APIs

Nick Bradbury, in his post Feed My Attention, says he views feeds as an "alert system" and that we should demand more feeds from the services we use. Nick is trying to make the point that feeds are for more than just blog reading, but he fails to make this point fully because he is restricting his ideas to typical feed reading applications like his own FeedDemon. Not only are feeds for more than just blog reading, but they're for more than just the simple "retrieve and display" feed readers of today...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, September 25, 2006 9:10 AM | Feedback (0)

Data feeds: Beyond blogging

Niall Kennedy wants to talk about data that can be delivered over syndication standards like RSS and Atom. His point is that feeds are not just for blogs. Niall points out a few examples of "data feeds" offered by Gmail, Netflix, and the US Geological Survey. I use the Netflix New Releases feed (although they offer many feeds, this is the only one I have subscribed to) in my own feedreader. The problem with the Netflix feeds is the same as the problem with other feeds that I've mentioned recently:...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, September 18, 2006 2:25 PM | Feedback (0)

VoteSmart API

In a recent post, I commented how it would be awesome if there was an API for the United States Congress. I spoke to Lisa Coligan, National Director at Project Vote Smart, and asked her if they had any plans for an open API. Somewhat surprisingly, her answer was yes! Lisa says that vote-smart.org does "not currently have API but we're planning to in the future. We won't have it in time for 2006 elections but we hope to have it up and in place well before the 2008 elections." Now that would be really...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, September 08, 2006 4:10 PM | Feedback (0)

8 mashup creation tools

Dion Hinchcliffe, who blogs about "Enterprise Web 2.0", described a set of 8 interesting and promising mashup tools. Included amoung them is RSSBus. Maybe the US Senate and House will take advantage of one of these (yeah, right, like they would do something for the people). Technorati : atom, mashup, rss, rssbus...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, September 05, 2006 7:28 AM | Feedback (0)

Salesforce to Google, Google to Salesforce

The GoogleToSalesforce and SalesforceToGoogle RSSBus scripts can now be downloaded from the RSSBus blog. Note that Salesforce.com limits access to their API to Enterprise Edition or Unlimited Edition customers only. Yes, you can access it with a Developer Edition account as well, but of course with that you can only have a small number of users and a small amount of storage. Technorati : atom, google calendar, rss, rssbus, salesforce.com...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, September 01, 2006 10:40 AM | Feedback (0)

Where are Tim, Jeff, John, and Joseph?

Jeff, John, Joseph, and Tim are going to South Carolina Code Camp 2.0. No word on whether Waldo is going or not. These guys want to do something nerdy along the way. Great idea, and I'm always up for nerdy games. :) We can easily create one RSS feed that shows their real-time location (using Where's Tim), the weather they are experiencing (yahoo weather), local events happening in the area that day (upcoming.org), and area restaurants in case they are hungry (yahooLocal). I don't know anything about...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, August 22, 2006 12:33 PM | Feedback (0)

Who's down with APP?

Who's down with APP? You down with APP? Yeah, you know me. Atom Publishing Protocol is naughty, by nature. Its the bad boy on the street who knows it all and is intimidating all the other kids on syndication street. It has made friends with the Googlers, and with this new found friendship it plans to take over all the street corners in Webservicetonvillelandberg. My question is - what services support APP? I read that Blogger is rolling out support for it - but what other services are? Update: Elias...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, August 22, 2006 7:06 AM | Feedback (1)

New service: receive feed alerts in your IM client

I've seen several people (Michael Arrington, Jeff Barr's links, Postbubble) talking about Feed Crier, a new service that lets you receive alerts in your IM client for when your favorite RSS feeds (craigslist, news, blogs) are updated. I'm surprised by this, because this is not some new mind blowing technology. But ok. I think this service is fine and dandy. Do I see someone using it to be alerted to Sam Ruby's latest Atom comments? Nope. No offense, Sam - I wouldn't use this to subscribe to alerts...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, August 21, 2006 12:06 PM | Feedback (4)

RSS and Atom vulnerabilities

Last week Nial Kennedy posted about SPI Dynamics' report about RSS and Atom vulnerabilities. There's been a little bit of chatter about this ever since. Nick Bradbury says that FeedDemon is immune to all of the major vulnerabilities, and he points to Mark Pilgrim's Platypus prank as one example. Mark offers a little checklist for aggregator authors to be smart. Technorati tags: rss atom security ...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, August 07, 2006 1:48 PM | Feedback (0)

Buzzword soup: web 2.0, hype, and other random thoughts

Today I pieced together some random thoughts on web 2.0. Here they are, sloppily weaved together. Calcanis "gets it". His blog post about paying digg diggers was digged, flickr'd, del.icio.us'd, and even TechCrunch'd (hey, even bad publicity is still good publicity). Before its all over with, this will probably be IT Conversation'd (or should I say GigaVoxed? Conversation Networked? I'm not sure which it is these days) by Doug Kaye and PodTech'd by Robert Scoble (or John Furrier) too. Bloggers, vloggers,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, July 19, 2006 12:15 PM | Feedback (1)

"Enterprise mashup maker"

Sam Ruby points to this demonstration of "situational mashups" using IBM's DB2 v9. DB2 v9, aka "Viper", supports XPath and XQuery, and even Atom syndication. Interesting to watch, because the demonstration is done in QEDWiki, which the speaker calls an "enterprise mashup maker". This is similar to RSSBus, in that you can easily wire together feeds and data to create customized views of data. I like the modularity of RSSBus, in that there is no end to the potential number of operations available to...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, July 18, 2006 12:43 PM | Feedback (0)

Feeds with rich data

DeWitt Clinton of A9 has been talking about RSS vs Atom, and is recommending that developers use Atom. Robert Scoble responded by asking "where's the Atom publishing tool and aggregator that demonstrates Atom's superiority?" Dewitt is calling for these apps: "We should start embedding addresses, calendars, products, and contact information in our syndicated feeds. And we should start expecting our feed reader applications to notice this rich data and automatically open address books and maps and...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, July 05, 2006 11:28 AM | Feedback (0)

Copyright © Lance Robinson

Design by Bartosz Brzezinski

Design by Phil Haack Based On A Design By Bartosz Brzezinski