Simon Fell > Its just code
In between re-staging a dev box, managed to get most of the changes done to support setting specific arrayTypes in PocketSOAP (this is the last interop issue that i'm aware of :) ). All that's left is to tweak the code that generates the proxy code from the WSDL to take advantage of the new feature.
well, got Radio moved over to the fresh machine, everything appears to be working.
Get the fun job of trying to move my Radio install soon. Anyone got any tips ?
ok, a fresh set of Creative Labs drivers seems to have fixed that problem :)
Upgrading a machine to XP, but it doesn't seem very happy, its blue screened 3 times in 10 minutes.
Ahhh, I see, you can click through and see who's pulled the feed using Radio, makes more sense now. Hmmm So why not just have Radio send a referer header of the blog making the request ?
New Radio 8 feature: Web Bug Simulator. [Scripting News] OK, I must be missing something, how is this different to looking at the server log and seeing that the feed RSS file has been pulled X times ?
I do most of my development work in an XP style, do the simplest thing that works, iterate & refactor to add functionality, I've been coding like this for a long time (certainly well before XP made it trendy). One problem is that this doesn't mesh to well with COM, particularly if you're trying to not break old interfaces, you end up with classes like
coclass CoSerializerFactory
{
[default] interface ISerializerFactory;
interface ISerializerFactoryConfig;
interface ISerializerFactoryConfig2;
interface ISerializerFactory2 ;
interface ISerializerFactoryPool ;
interface ISerializerFactoryPool2 ;
interface ISerializerFactoryEx ;
};
I see Keith is continuing the WSDL is love theme.