Robert McLaws: FunWithCoding.NET

Public Shared Function BrainDump(ByVal dotNet As String) As [Value]

News

<script type="text/javascript"><!-- google_ad_client = "pub-4330602465258980"; google_hints = "ASP.NET, VB.NET, C#, C#.NET, WindowsForms, .NET Framework, VS2005, Visual Studio, XAML, WinFX, Windows Workflow, WPF, WCF, Atlas, NetFX3, Visual Studio Orcas"; google_ad_width = 120; google_ad_height = 240; google_ad_format = "120x240_as"; google_ad_type = "text_image"; google_ad_channel ="4997399242"; google_color_border = "B6C9E7"; google_color_bg = "EFEFEF"; google_color_link = "0000FF"; google_color_text = "000000"; google_color_url = "002C99"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
<!--
-->

You should feel free to challenge me, disagree with me, or tell me I'm completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever. That said, I will most likely only delete abusive, profane, rude, or annonymous comments, so keep it polite, please.

Blogroll

Cool .NET Articles

My .NET Tools

My Builder.com Articles

My MSKB Articles

My Requirements For Templating in Whidbey

With the launch of ScrollingGrid only hours away, I'm working on upgrades to my website to allow for it to handle some new features we had planned when we had multiple products for sale. In doing so, I wanted to rearrange the site architecture, similarly to the way I rearranged my website graphics structure a few weeks ago. The problem with my current templating solution, as far as I can figure out, is that most of the control loading is based on physical file locations, not virtual locations. This means that I can't have a single skin directory that is virtually included in all my applications, so that template changes get propagated to http://www.interscapeusa.com, http://support.interscapeusa.com, http://demos.interscapeusa.com, https://secure.interscapeusa.com, etc. I could be wrong, and I have yet to really discuss the issue with Paul, but at this point, having screwed with it for several hours, I have the distinct feeling that the answer is no.

So, MS Whidbey Team, here's what you gotta do: I really hate the fact that you guys are adding, like, 5 new folders to which I cannot configure the location I want them to be. So, when using the Themes folder, please make sure that it can be a reference to a virtual folder, so that I can have several sites that use the same theme files.

Maybe this is a problem that can be addressed with WinFS in Longhorn?

Comments

tim said:

why not just create a virtual directory on each one of those sites? that way you can still leverage a single location of controls, but to the app it will exist as a part of the application.
# November 17, 2003 3:24 PM

Robert McLaws said:

That's the point I was trying to make. I want to do that, but I can't because the templating system I'm using uses physical locations instead of virtual ones.
# November 17, 2003 3:33 PM

TrackBack said:

# November 17, 2003 3:51 PM