Life, Surf, Code and everything in between
White Papers | Free Tools | Products | Message Board | News |

Weblog Posts in March 2009
Getting an ASP.NET Application Relative Path from a Logical Path
March 28, 2009 @ 4:33 pm

On a few occasions I've found it necesary to retrieve an application relative path. ASP.NET provides tons of path related functions but there is nothing generic that provides purely application relative paths. Here are ae couple of functions that provide that for local pages and for any page based on a logical path.

kick it on DotNetKicks.com
Opening a WAP IIS Project when IIS Virtual doesn’t exist
March 24, 2009 @ 7:23 pm

Web Application have a nice feature to create a virtual if it doesn't exist and you're using IIS for your project. Unfortunately if you don't want to create a virtual the operation unceremoniously doesn't load your WAP project. Here's how to get around this and a suggestion on how this feature could be improved.

kick it on DotNetKicks.com
Internet Explorer Global Variable Blow ups
March 22, 2009 @ 4:03 am

I ran into an odd behavior/bug with Internet Explorer today that I hadn’t noticed before in relation to global variable assignments. Check out the following code that fails for me in IE 8 both in compatibility and standards mode: $(document).ready(function() { panelNewResource = $("#panelNewResource"); panelRename = $("#panelRename"); panelTranslate =...

kick it on DotNetKicks.com
Yet another Scam: Blog Ripping
March 21, 2009 @ 4:58 am

So here’s a new scam: Apparently a number of people are hi-jacking blog posts or – in this case – my entire blog and re-posting the SAME UNCHANGED content under their own blog. For example check out this post on my blog: http://www.west-wind.com/weblog/posts/10246.aspx#675653 And then this post on this dickhead’s blog (not linking the entry to perpetuate this bullshit so copy it into the...

kick it on DotNetKicks.com
OleDb Parameters to access FoxPro Data from .NET
March 12, 2009 @ 1:08 am

OleDb – what a blast from the past. Got a couple of basic questions in the last week on how to access FoxPro data from .NET via OleDb and both questions got tripped up with the parameters query parameter are passed. It’s been so long since I’ve used the OleDb driver I had to look this up again myself to remember how this works  through FoxPro OleDb. The issue is that the VFP OleDb driver...

kick it on DotNetKicks.com
Dynamic Delegates with Expression Trees
March 08, 2009 @ 5:06 am

Nate Kohari posted a nice example on how to create a dynamic delegate implementation on the fly using LINQ Expression Trees. I have lots of dynamic code I run in applications so I experimented around with this a bit and compared it to other more traditional approaches with some interesting results.

kick it on DotNetKicks.com
Archives
Categories
ASP.NET (208) Personal (68) .NET (63) JavaScript (52) Visual Studio (50) jQuery (45) AJAX (44) LINQ (32) CSharp (30) IIS (28) Vista (28) HTML (26) WCF (25) Localization (21) Web Services (15) Windows (15) FoxPro (14) Microsoft AJAX (13) WPF (12) ADO.NET (12) COM (9) XML (9) Web Connection (8) Silverlight (8) CSS (8) ASP.NET (8) Sql Server (7) West Wind Ajax Toolkit (7) C++ (6) Hardware (5) MVC (5) Security (5) Office (4) Software Development (4) Html Help Builder (4) ISV (4) Bugs (4) DataBinding (3) Help Builder (3) Live Writer (3) HTTP (3) Source Control (3) Windsurfing (3) WebLog (3) Web Design (2) WinForms (2) Speaking (2) Tools (2) RegEx (2) RSS (2) Maui (2) Help (2) Installation (2) Conferences (2) IIS7 (2) Visual Studio (2) Addins (1) ADO.NET (1) Control Development (1) Graphics (1) iPhone (1) Html Help (1) IIS7 (1) Networking (1) Travel (1) Utilities (1) Threading (1) SmartPhone (1) wwHoverPanel (1) Web Deployment Projects (1)


West Wind  © Rick Strahl, West Wind Technologies, 2005 - 2010