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 - 1015
Comments - 11038
since 1997
My Links
Photo Album
My Noise
Message Board
Now Reading
Collapse: How Societies Choose to Fail or Succeed
by Jared Diamond
Windows Presentation Foundation Unleashed
by Adam Nathan
The Trillion Dollar Meltdown: The Great Credit Crash
by Charles R. Morris
Log In
User Name:
Password:
Rembember me
Weblog Posts in April 2007
Adobe Flex to go Open Source
April 30, 2007 @ 12:06 pm
Apparently Microsoft's entry into the RIA space with Silverlight is spurring Adobe to keep its lead in this space by going open source with Adobe Flex. For those of you that don't know, Flex is a pretty good Flash hosted application framework that is squarely geared at the application development...
14 comments
How many ways to do a String Replace?
April 30, 2007 @ 1:58 am
You ever pull this stunt? You're in the middle of working and you realize that you need a string function. .NET makes string manipulation fairly easy but it can often be frustrating to find just the right function. The issue is that .NET string functions are scattered over several different objects....
15 comments
Blocking IIS IP Addresses with ASP.NET
April 28, 2007 @ 7:37 pm
Over the last few months I've had increasing SPAM traffic coming to my site, usually from a few select IP address groups. Most of this site spamming crap that I actually catch tries to simply POST to every possible URL on the site apparently that contains a FORM tag, spewing forth a plethora of...
18 comments
A Setup Dialog you don't want to see
April 24, 2007 @ 3:01 am
Here's what greeted me today after attempting to install Orcas Beta 1 on my machine: <sigh> I was expecting this to happen. Most likely the issue here is that I had the preview release installed on this box as well and there are likely some left over items that are causing the...
7 comments
Great WPF Book
April 22, 2007 @ 12:50 pm
As I've mentioned off and on I've been boning up on WPF for about a month now. I'd though I'd pass on my thoughs on the book I've enjoyed reading and working through: Windows Presentation Foundation Unleashed (WPF) (Unleashed)by Adam Nathanpublished Dec. 2006Read more... This book rocks -...
4 comments
Overthinking AutoResetEvent in an HttpHandler
April 20, 2007 @ 5:32 am
I'm an idiot! I spend almost the entire screwing around with some multi-threading code that was locking up on occasion. As everyone knows debugging multi-threaded code - running inside of ASP.NET no less - is no trivial matter to work with and debug. So I'm rebuilding the Web Connection ISAPI...
4 comments
DoubleSpeak and Alternate Reality
April 19, 2007 @ 9:53 pm
From Reuters: Bush told an Ohio audience a premature U.S. withdrawal from Iraq could lead to chaos and death Eh, what exactly does the man call what's going on there now? Peace and happiness in the pursuit of the American, s'cuse me, Iraqian Dream? As a country Americans deserve everything we get...
13 comments
C# HRESULT comparison
April 18, 2007 @ 10:31 pm
I just had a little brain freeze dealing with HRESULT error from a COMException. When dealing with COM objects you still need to deal with the unfortunate COM idiosyncrasies like HRESULT values which get returned from just about every COM call. COMException exposes this HRESULT as an int value. Now...
5 comments
WebRequest and SSL Connection Problems
April 17, 2007 @ 1:16 am
Ever run into a problem with WebRequest or a Web Service Proxy on an SSL request where the first request works just fine but the second one fails? Run again and it works again and then fails again? It's a common problem that occurs when the Keep-Alives aren't handled the way the client requests on the server.
4 comments
Beyond HTML: Rich Internet Applications
April 15, 2007 @ 4:58 am
Rich Internet Applications (RIA) is a term used to describe non HTML based, low impact Internet applications. RIA’s typically run in the browser (although they don’t have to) and get their data from the Web server over HTTP. One of the big selling points of RIA’s is that they provide many of the...
21 comments
HttpWebRequest and Ignoring SSL Certificate Errors
April 12, 2007 @ 5:14 am
Man I can't believe this. I'm still mucking around with OFX servers and it drives me absolutely crazy how some these servers are just so unbelievably misconfigured. I've recently hit three different 3 major brokerages which fail HTTP validation with bad or corrupt certificates at least according to...
10 comments
Cleaning up a Win32 Application to work under Vista
April 11, 2007 @ 7:13 pm
So for the last few days I've been going through the final steps of updating Help Builder to properly run under Windows Vista without any file permissions, registry or other sort of elevation requirements. In theory the application should run fine after installation without any sort of crutch like...
8 comments
Help Builder 4.40 Preview Update Posted
April 09, 2007 @ 6:18 am
I've posted a preview update of Help Builder 4.40 for existing customers of Help Builder (or those trying the demo). I typically don't do this sort of thing for Help Builder, however, this update has a number of fairly major internal re-organizations that deal with Vista compatibility as well as a...
2 comments
Generics in CodeDom vs. Generics with Reflection
April 06, 2007 @ 2:46 pm
In Help Builder's documentation imports from .NET code I have to manage two sets of interfaces: One that imports data using Reflection which is the more thourough mechanism that goes out, parses types and pulls in XML documentation. Getting Generics to work right in that code took a while to get...
2 comments
Dynamically hooking up HttpModules
April 06, 2007 @ 1:09 am
Ran into an interesting question on the ASP.NET newsgroup today regarding a problem I've run into a few times myself. The issue revolves around virtual directory folder inheritance and web.config settings getting inherited from a root Web site. Anyway - one issue that has come up a few times is...
4 comments
Expression Web and Blend scheduled for MSDN
April 04, 2007 @ 3:55 pm
Since I was one of the people bitching about Microsoft not releasing Expression Web a while back I am glad to see that Microsoft has decided to now offer these product on MSDN. Kudos for listening to the community on this issue. I've been using Expression Web for quite a while for my non coding...
2 comments
A dynamic class loading HttpHandlerFactory
April 02, 2007 @ 3:13 pm
Here are a couple of examples of how you can route custom script map extensions to your custom HttpHandlers.
4 comments
Archives
August, 2008 (17)
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 (153)
Personal (61)
.NET (52)
Visual Studio (42)
AJAX (37)
JavaScript (33)
IIS (27)
Vista (27)
LINQ (25)
HTML (21)
jQuery (20)
CSharp (19)
WCF (19)
Localization (16)
Microsoft AJAX (13)
FoxPro (13)
ASP.NET (13)
Windows (12)
Web Services (11)
WPF (8)
XML (8)
ADO.NET (8)
COM (8)
Web Connection (7)
Sql Server (7)
West Wind Ajax Toolkit (6)
C++ (6)
CSS (6)
Silverlight (5)
Office (4)
Security (4)
Bugs (4)
Html Help Builder (4)
Hardware (4)
ISV (4)
Help Builder (3)
HTTP (3)
Live Writer (3)
DataBinding (3)
WebLog (3)
Software Development (3)
Source Control (3)
Speaking (2)
RSS (2)
Tools (2)
Windsurfing (2)
Conferences (2)
Maui (2)
Help (2)
Installation (2)
iPhone (1)
Networking (1)
Control Development (1)
Graphics (1)
ADO.NET (1)
IIS7 (1)
Visual Studio (1)
Addins (1)
WinForms (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