May 31, 2010
In a current project that I’m working on, I needed to extend a UserControl to add some additional specialized functionality. This is very easy to do if all you need is to extend code, but it becomes much more difficult if you want to extend it via a XAML/C# UserControl. After much web searching, I [...]
February 10, 2010
Having difficulty connecting to MySQL through PHP 5.3.x? Know that MySQL and PHP are properly configured? Using Windows Vista / 7? The problem may very well be that you’re connecting to ‘localhost.’ According to Joe Bedan, simply changing ‘localhost’ to ’127.0.0.7′ will fix the problem, and he’s right! According to another forum post, this is [...]
July 2, 2008
I just added a projects page that lists my current and past projects. It’s still a work in progress, but it’s getting there. Also, I recently pushed out the source of my Flex-based FileBrowser application, available at http://adam-carter.net/code/flex/FileBrowser/. Note that documentation is still pending.