Hello.

I am Paul Kinlan.

A Developer Advocate for Chrome and the Open Web at Google.

I love the web. The web should allow anyone to access any experience that they need without the need for native install or content walled garden.

Topicdeck

Paul Kinlan

Topicdeck is the module that aggregates a selection of RSS feeds into a tweetdeck style view

Read More

Topicala OPML Results are LAUNCHED!

Paul Kinlan

I've just added OPML output to Topicala, my topical result aggregation engine. Now, all results displayed on the site are also available in OPML format. Check it out and let me know what you think!

Read More

"Get outta my jungle."

Paul Kinlan

I just discovered that Latricia updated the XML::Feed CPAN module to merge RSS/ATOM feeds into one ATOM feed. This is awesome! I had a similar idea for AJAX Tagger 2.0, where I wanted to offer a combined feed of all tagged results. If this module works as advertised, I can use it directly instead of building my own tool. This might be a better solution than my initial plan of using OPML.

Read More

Minor Test in the AJAX Tagger

Paul Kinlan

I've added a new search feature to my site that uses the Yahoo API to find related articles based on keywords. You can test it out at http://www.kinlan.co.uk/AjaxExperiments/AjaxTag. It's a work in progress, but more features are coming soon!

Read More

What is Scoble Talking about? [Not an attack or anything]

Paul Kinlan

Robert Scoble's recent blog post mentions the increasing number of blogs and photo-sharing sites, questioning how people can keep up with all of it, especially within large families. I'm interpreting this as a hint towards a new, private social blogging tool designed for families to share updates, events, and other information. This tool could potentially aggregate family blogs, prioritize certain members' posts (like the head of the family), and allow for filtered viewing (e.g., kids only seeing other kids' posts). It could even facilitate conversations between family members through blog referencing. I'm curious if such a tool exists or has been attempted before, and welcome any thoughts or insights on this idea.

Read More

What I thought was a smart Idea.

Paul Kinlan

I had this brilliant idea to create a merged RSS feed using client-side processing. The idea was to have a main RSS feed that linked to other feeds. My custom XML would include a list of sources. Then, using XSLT in the browser, the client could merge these external feeds into a single view. It worked perfectly locally! However, I hit a roadblock with cross-domain security restrictions when I uploaded it to my server. The browser wouldn't let me pull in feeds from other domains due to security concerns. Additionally, client-side XSLT processing isn't universally supported. So, even if the security issue wasn't there, many feed readers wouldn't be able to display the merged feed. In the end, the project failed. But, I learned a lot about browser security, XSLT limitations and client/server interactions!

Read More