DonXML Blog

The East Coast Don

  • Adobe Announces New Creative Suite

    Adobe finally announced the release of the new Adobe Creative Suite.  Like Microsoft’s Office suite, but for graphics design, it combines the previously separate products of Illustrator, Photoshop, InDesign and others into 2 suite levels, Standard and Professional.  Hit the Adobe site to find out more.  As someone who occasionally works with the folks at Adobe, all I can say right now is that you should be prepared to be impressed.  As soon as I get word that I could talk about specific features I will definitely let everyone know some of the cool things I did with Illustrator.

  • GDN Code Samples Updated

    My 2 most recent GotDotNet samples, Extending Enums and Encrypted ConnectionStrings, have finally been updated.  Thanks to some help and feedback from Steve Maine I got down to adding caching support to both of these samples.  When it was all said and done, the caching was easy to implement.  For some reason I had it stuck in my head that I was going to use System.Web’s caching, and I didn’t want to do that because I didn’t want to rely on running within ASP.Net (although I think you can use it outside of ASP.Net, but I haven’t check into it).  Since the only classes that will need to access the cached info are the classes that create the objects, I really only needed to create a private, static hashtable within the ConnectionString class and the DalParameter class, and cache either the ConnectionStringDictionary object or the AttributeSettings object.  It works like a charm and only needed minor code adjustments.  I don’t know why I didn’t think of it when I first wrote it.  I think it was partially because I was over complicating the caching.  Most of the times, simpler is better.

  • Instant Messaging Contact Info

    From the feedback it looks like the proposed PDC Bloggers Party is a go, but it will take some coordination effort on my part.  To help make myself a little more accessible I’ll pull a Don Smith and release my IM id to the general public.  I only use MSN IM, and the id is don_xml plus the obligatory @hotmail.com at the end (hopefully that little redirection confused the spam bots out there).

  • 3rd Annual XML for Financial Services Conference

    The 3rd annual XML for Financial Services conference is scheduled for Jan. 26-28, 2004, at the Flathotel in New York City.  It will concentrate on maximizing interoperability, efficiency and cost savings thru integrated XML-based web services.  All the presentations have not been announced yet, but I will be giving the following Post-Conference Workshop:

  • Brad McCabe of Infragistics

    Last Thursday, at the joint NJMSDEV & N3UG meeting, I had the unexpected pleasure of attending Brad McCabe’s presentation “Developing Rich Client Features with Thin Client Delivery”.  I say unexpected pleasure, even though I always attend the meetings and knew Brad was presenting.  What I didn’t expect was how talented this cat is.  Besides being a natural presenter, he really knows his stuff.  I’ve really got to get this guy to blog.  The articles I’ve read by him do not adequately reflect his knowledge.  In Brad, Infragistics may have a hidden gem, but once companies like DevelopMentor and Microsoft find out about him, they are going to have a hard time keeping him in the fold.  Definitely someone to keep an eye on.