Extending a UserControl in Silverlight

May 31, 2010
Tags: , ,

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 [...]

0

Setting Document Root to Point to a Network Share With Windows/Apache

May 30, 2010
Tags: , ,

Quick tip: If you’re wanting to have your Apache document root point to a network share in Windows, here’s what you have to do: Change your DocumentRoot to the network share (drive remapping doesn’t seem to work).  Example: DocumentRoot “//path/to/share” Make sure to update the DocumentRoot path in your <Directory> config Edit the Apache service [...]

0