Archive for August, 2007

mobile.mycingular.com Doesn't Work Anymore (2007-8-30)

See, here’s the thing.  I’ve got a Cingular (now AT&T) cell phone, and I’ve got all kinds of automated systems that page me when things in my business go awry.  All of my systems are set to send email to [mycellphonenumber]@mobile.mycingular.com. But in the last couple of days, I’ve noticed that notifications that should have [...]

Using XML to store Configuration data in .NET Apps (2007-8-8)

Here’s an excellent starting point for managing configuration files in your .NET desktop applications: The .NET Framework provides many ways to track application data, with its inherent XML support providing the perfect vehicle for maintaining this data. Take a closer look at storing application data in an XML file. From TechRepublic, article by Tony Patton: [...]