Wayne Graham has posted a nice blog entry on how to use XML entities to provide "dynamic" variables in your XML documents. The article is really geared towards users using the CFMX Model-Glue framework, but the technique of using XML entities will work with any XML document.
There's a new PSP firmware on it's way.
Highlights:
I ran across this a reference to Fiddler a couple of days ago and I downloaded it, but hadn't had a chance to install it and evaluate it. I just figured I'd play around with it the next time I needed an HTTP proxy/monitor. Well, this morning I finally had a need for one.
This morning a friend of mine pinged me over IM having a problem using cfform to generate a Flash-based form that was talking w/a CFC. He had a simple example that was working, but when plugged into the live content it wasn't.
Anyway, a quick look w/the Firefox Live HTTP Headers extension told me that his Flash form wasn't seeing his CFC. Easy enough fix—or so I thought. After changing the path to the CFC it still wasn't working, although I could tell the Flash form was now seeing the CFC because I could see the 200/OK responses. However, I couldn't actually see what data was coming back from the server.