Feed on
Posts
Comments

Archive for September, 2006

I’ve been posting off and on about ways to transform an RSS or Atom feed into HTML using an XSLT, and Coldfusion. However, I failed to mention that you can also use the DOM and Coldfusion to make the transform happen. Here is a working example that does RSS 1.0, RSS 2.0, and Atom 1.0 [...]

Read Full Post »

Tags: , , ,

A while back I decide that I wanted to migrate all my Furl links to Del.icio.us because Furl was giving me some trouble and I’d grown to like del.icio.us better. The problem was that I couldn’t figure out how to get it to import all 1600+ links at once and then get them to be [...]

Read Full Post »

Tags:

The WYSIWYG editor in Wordpress has been driving me crazy for a while. So today I broke down and completely replaced it with a plugin called Advanced WYSIWYG Editing. One thing you have to keep in mind if you want to get this plugin to work with Wordpress 2.0.4 is that you need to install [...]

Read Full Post »

Tags: , ,

Feed Transform Revisited

So Bruce gave me a few tips on how to create a more effective transform that would change all different types of newsfeeds into HTML. My conversations with him helped me discover the fact that there are two different ways to develop XSLTs: push and pull methods. For a more detailed explanation check out this [...]

Read Full Post »

Tags: ,

XML Editors

I’ve been using <oXygen/> on my Mac to do XML editing and there is a lot to like about it. My favorite is the tag completion functionality. I also like the little XPath box which you can type an XPath expression into and it will show you what that expression selects. (Note: you have to [...]

Read Full Post »

Tags: