Life, Surf, Code and everything in between
White Papers
|
Free Tools
|
Products
|
Message Board
|
News
|
Navigate
Web Log Home
Site Home
Subscribe to Feed
Contact
Search
Posts - 1032
Comments - 11392
since 1997
My Links
Photo Album
My Noise
Message Board
Now Reading
Windows Presentation Foundation Unleashed
by Adam Nathan
Programming WCF Services
by Juval Lowy
Collapse: How Societies Choose to Fail or Succeed
by Jared Diamond
Rick's Twitter Feed
Log In
User Name:
Password:
Rembember me
Weblog Posts in March 2007
The server committed a protocol violation with WebRequest
March 29, 2007 @ 7:03 pm
I've been working with a host of different OFX financial services to retrieve data from remote servers and merge them into one of my client's systems. These servers are a wide variety of different Web Servers and using various versions of the OFX protocols which has been nothing short of a...
5 comments
Nested Item Templates for custom script extensions in Visual Studio
March 27, 2007 @ 7:01 pm
I'm working on an application that's using custom HTTP handlers to handle inbound Web requests where each script request is pointing at an HTTP handler. In this case the handlers need to be individual files so I have a script map configured in IIS with a special extension and then mapped to my...
3 comments
Using Project Template Export to create a generic WAP Template
March 26, 2007 @ 5:35 am
I have a customer coming out tomorrow for a week long gig and as I was preparing for tomorrow's session I needed to set up new project. Starting up a new project and getting all the pieces into place for a Web application involves a fair amount of setup for me usually as I typically startup with a...
3 comments
System.Argument Exceptions in W3wp.exe and the VS Just-in Time Debugger
March 25, 2007 @ 2:16 pm
I've been noticing that on my server quite frequently I get managed exceptions bubbling up to the Dr. Watson and/or the Visual Studio Just In Time Debugging dialog on the desktop. Now this being a server machine I'm not happy about this happening of course because it clutters the desktop the next...
2 comments
LINQ and dynamic Query Results?
March 22, 2007 @ 1:03 am
I've been mostly watching LINQ take shape and only recently started in looking at it a bit more closely.I've been pretty excited about the prospect of LINQ in general and the database connectivity in particular - after all I come from an XBase background where a built in Data Definition Language...
25 comments
Fun with List Types for Caching Data
March 20, 2007 @ 8:30 pm
I often find myself using various collection types for 'cached' storage in Web applications. For example, in some applications there are lists of countries, lists of states, various other lookup lists that are initially stored in a database, but then are constantly reused. There's little point in...
7 comments
Building a SnagIt Screen Capture Plugin for Live Writer
March 19, 2007 @ 12:35 am
I spent a few hours a couple of days ago creating a plugin for Windows Live Writer that allows for easy screen captures. I've long been a huge fan of SnagIt from Techsmith and since SnagIt's capture functionality is available as a COM interface it's quite easy to expose the functionality in other...
11 comments
Scare Tactics
March 17, 2007 @ 2:55 pm
I love companies who are going through the effort of scare tactics to take advantage of users. Check out this dialog thrown up by Quickbooks 2006 when it starts: While I can understand that there may be incompatibilities, this kind of dialog that can't be turned off is a major annoyance. And...
7 comments
BinaryFormatter.Deserialize not finding a type of a Plugin
March 17, 2007 @ 12:15 am
I'm working on a plug in for LiveWriter that does screen captures with SnagIt and embeds the content directly into the post. Works great, but now I'm to the point that I want to set up some configuration options and serialize them. I use a few simplified serialization functions in my utility...
4 comments
The Type Initializer for System.Drawing.ToolboxBitmapAttribute threw an exception
March 11, 2007 @ 11:23 pm
Here's a fun exception that popped up in my admin error mail box today:/wwStore/item.aspx?sku=wconnectThe type initializer for 'System.Drawing.ToolboxBitmapAttribute' threw an exception. on 3/11/2007 10:34:49 pm--- Stack Trace --- at System.Reflection.CustomAttribute._CreateCaObject(Void*...
5 comments
Heading off to MVP Summit
March 11, 2007 @ 3:25 pm
Ah, it's that time of year again - I'm heading off to the MVP summit later tonight. I've had issues getting a flight out of here so I'm a little late taking the red-eye out of here getting there tomorrow around noon. The Summit is always a fun event, as much of a social, schmoozing thing as...
3 comments
MetaWebLog API and Blog Writers
March 10, 2007 @ 11:36 pm
Got a little time last night to add MetaWebLogApi to my Blog in hopes of being able to start using slightly more favorable HTML in my posts. I've been using Word for all of my blogging over the years and while I've tried various tools for publishing posts I've always come back to the convenience of...
14 comments
Generate Scripts in Sql Management Studio
March 08, 2007 @ 8:30 pm
Sql 2005 Management studio's Generate Scripts iritates the hell out of me with its Wizard based approach and no way to step through the choices after generation again.
8 comments
nVidia Vista Drivers and Dual Monitor Support
March 08, 2007 @ 5:34 pm
Since I've had my replcaed nVidia video card in my Dell Laptop I haven't been able to get dual monitor support to work on Vista, even with drivers that previously worked.
71 comments
Medium Trust - WebPermissions and SmtpPermissions
March 06, 2007 @ 3:36 pm
I'm putting the final touches on generic application that will be redistributed and one issue that I'm fretting over is dealing with some medium trust limitations in relation to Web access.
6 comments
I got my Laptop back finally
March 05, 2007 @ 8:32 pm
Got my laptop back after a tech came out today to replace the video card. Long battle but it looks like I'm finally back in business.
Mulling over WPF/E
March 03, 2007 @ 2:52 am
Spent the last few days looking over WPF/E finally and started to think about some of the implications or how it might fit into the Web dev platform for what I do. Answer - I'm not quite sure. There's some nice stuff, but it's also pretty limited and in a way not quite what I expected. This post is a mini walk through and some thoughts on the matter.
15 comments
RSS Redux
March 02, 2007 @ 11:50 am
It seems that for the most part the duplication issues with my RSS feed have subsided. For me at least Outlook and FeedDemon no longer double up, but I still get an occasional note that Google Reader is duplicating.
16 comments
Alternate Machine while waiting on Dell
March 01, 2007 @ 12:37 pm
While Dell is deciding whether they'll give me support on my laptop, I'm running on a secondary machine. This is usually my back test machine to test installations on and even though it's fairly old it's still holding up pretty good even running Vista. Still there are a few quirks that I haven't seen on the laptop...
9 comments
Some thoughts on Xml parsing with XPathNavigator
March 01, 2007 @ 1:56 am
I've been working on XML Parsing for a few weeks now and in the process got to know the XPathNavigator a bit better than I did. Here are a few notes and some helpers that I used to simplify my parsing.
3 comments
Archives
October, 2008 (3)
September, 2008 (13)
August, 2008 (18)
July, 2008 (8)
June, 2008 (8)
May, 2008 (11)
April, 2008 (16)
March, 2008 (21)
February, 2008 (13)
January, 2008 (15)
December, 2007 (24)
November, 2007 (13)
October, 2007 (17)
September, 2007 (21)
August, 2007 (27)
July, 2007 (26)
June, 2007 (20)
May, 2007 (17)
April, 2007 (17)
March, 2007 (20)
February, 2007 (14)
January, 2007 (26)
December, 2006 (21)
November, 2006 (22)
October, 2006 (28)
September, 2006 (26)
August, 2006 (23)
July, 2006 (23)
June, 2006 (21)
May, 2006 (24)
April, 2006 (20)
March, 2006 (27)
February, 2006 (22)
January, 2006 (19)
December, 2005 (25)
November, 2005 (22)
October, 2005 (14)
September, 2005 (14)
August, 2005 (21)
July, 2005 (20)
June, 2005 (9)
May, 2005 (18)
April, 2005 (19)
March, 2005 (26)
February, 2005 (21)
January, 2005 (20)
December, 2004 (15)
November, 2004 (11)
October, 2004 (14)
September, 2004 (15)
August, 2004 (16)
July, 2004 (6)
June, 2004 (10)
May, 2004 (9)
April, 2004 (11)
March, 2004 (11)
February, 2004 (12)
January, 2004 (14)
December, 2003 (15)
Categories
ASP.NET (157)
Personal (63)
.NET (53)
Visual Studio (44)
AJAX (37)
JavaScript (37)
IIS (27)
Vista (27)
LINQ (26)
jQuery (25)
HTML (23)
CSharp (19)
WCF (19)
ASP.NET (17)
Localization (16)
Microsoft AJAX (13)
FoxPro (13)
Windows (12)
Web Services (11)
COM (9)
ADO.NET (8)
WPF (8)
XML (8)
Web Connection (7)
Sql Server (7)
West Wind Ajax Toolkit (6)
C++ (6)
CSS (6)
Hardware (5)
Silverlight (5)
Software Development (4)
Office (4)
Security (4)
Html Help Builder (4)
ISV (4)
Bugs (4)
DataBinding (3)
Help Builder (3)
HTTP (3)
Live Writer (3)
WebLog (3)
Source Control (3)
Speaking (2)
RSS (2)
Tools (2)
Windsurfing (2)
WinForms (2)
Maui (2)
Help (2)
Installation (2)
Conferences (2)
Control Development (1)
Graphics (1)
ADO.NET (1)
IIS7 (1)
Visual Studio (1)
Addins (1)
iPhone (1)
Networking (1)
wwHoverPanel (1)
Travel (1)
Utilities (1)
Threading (1)
Web Deployment Projects (1)
Web Design (1)
RegEx (1)
SmartPhone (1)
© Rick Strahl, West Wind Technologies, 2005 - 2008