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 - 1044
Comments - 11674
since 1997
My Links
Photo Album
My Noise
Message Board
Now Reading
Collapse: How Societies Choose to Fail or Succeed
by Jared Diamond
The Return of History and the End of Dreams
by Robert Kagan
Applying Domain-Driven Design and Patterns: With Examples in C# and .NET
by Jimmy Nilsson
Rick's Twitter Feed
Log In
User Name:
Password:
Rembember me
Weblog Posts in January 2006
Getting Mime DateTime in .NET
January 31, 2006 @ 2:29 pm
Seems like getting Mime Date time formatting is common enough that it should be built in but I couldn't find it for the life of me. Here's a hand routine that does this.
5 comments
Screwing around with WebResources in ASP.NET 2.0
January 30, 2006 @ 1:30 am
Script WebResources in ASP.NET make it easy to embed content into WebControls so that there's no need to ship external files for .js, images, .css files etc. I ran into a few dumb user error snags today with embedding a .js file by not crossing all the t's and dotting all the i's.
23 comments
I'm Speaking at ASP.NET Connections in Orlando in April - yay!
January 29, 2006 @ 8:42 pm
I'm pretty exited that I got selected to speak at ASP Connections in Florida in April. I just had to tell *someone*...
1 comment
Faking a PostBack in a DataGrid column – is there an easier way?
January 26, 2006 @ 10:59 am
I'm working on a 1.1 app right now where I have a bunch of hyperlinks in a single column all of which need to be managed and post back. While I got this to work the solution I came up with feels like a hack. Maybe there's a better way...
8 comments
Back from SouCal CodeCamp and User Groups... Phew.
January 24, 2006 @ 2:56 pm
It was a fun and busy week driving around in Southern California last week to speak at the Fox User Groups and CodeCamp over the weekend.
4 comments
MSDN January doesn't integrate with Visual Studio 2005?
January 24, 2006 @ 2:15 pm
The latest MSDN Library CD for January 2006 doesn't integrate with Visual Studio 2005, which seems odd. I guess I'm sticking with the older version specifically for VS.NET.
8 comments
Load Balancing for ASP.NET
January 19, 2006 @ 6:48 am
I've been using Network Load Balancing in Windows 2003 on a few installations of ASP.NET applications, but because it's very finicky for installation and tied to the running hardware, I'm considering looking at other load balancing solutions. Anybody have some feedback on other hardware/software solutions they're using especially in big multi-server installations?
15 comments
Crash...
January 14, 2006 @ 2:20 pm
3 comments
Code Camp is coming to Southern California
January 12, 2006 @ 10:42 pm
I'll be at CodeCamp January 21st and 22nd. Lots of sessions will be happening and you just can't beat the deal that these code camps provide.
1 comment
Web Connection 5.0 Presentations at LA Fox and San Diego Fox Developers Network
January 12, 2006 @ 10:41 pm
I'll be stopping by the LA Fox and SD Fox user groups on Jan 17th and 19th for a couple of presentations showcasing the new Web Connection 5.0 Web Control Framework.
1 comment
More BindingSource WinForm Databinding frustrations
January 12, 2006 @ 9:22 pm
I'm still trying to get my head around the new DataBinding in WinForms and am having some success in getting this stuff to work effficiently. Unfortunately I'm also running into some problems with custom controls.
13 comments
Hungarian Characters and DataRow String Field indexes
January 10, 2006 @ 11:45 pm
One more time I've run into an issue where I'm reading a field from a DataRow only to find that the current Locale I'm running in doesn't like the field name and fails to retrieve the field. This time it's Hungarian which seems to have some odd combinations that do and don't work.
5 comments
Loosing a Cookie when switching from http:// to https://
January 10, 2006 @ 9:59 pm
I have yet another odd cookie situation - when using a cookie that is pathed to a virtual directory, switching from http to https causes the cookie to get lost.
9 comments
Debugger Value Highlights are editable in VS2005
January 09, 2006 @ 9:02 am
Did you know that the new debugger expression highlight allows you to edit values in place?
1 comment
Updating the ASP.NET PreserveProperty Control
January 05, 2006 @ 11:14 pm
After the many comments made on the previous entry I've updated the PreserveProperty Control. This version is more efficient in storage and uses much less internal code instead relying more on ASP.NET's internal serialization support. There are also a few new options like choosing the storage mechanism.
12 comments
Getting Values and Keys out of a Hashtable
January 05, 2006 @ 10:20 pm
Got stuck on this again for a few minutes today, so I'm writing it down. Iterating over the keys in a collection is done best by using the raw Enumerator.
7 comments
Using Fiddler with non-Internet Explorer Browsers
January 05, 2006 @ 4:00 pm
Fiddler is a great tool for debugging HTTP traffic and examining HTTP headers and the like. Fiddler works automatically in combination with Internet Explorer, but with a little bit of configuration you can also use it with any other browser or Web client.
10 comments
Setting ACE/ACL permissions in .NET 2.0
January 04, 2006 @ 12:26 am
Setting ACE/ACLs in .NET 2.0 got a bit easier with managed wrapper support built into the BCL. But these classes are still pretty complex if you're not intricately familiar with how these security constructs work. It takes a fair amount of code to do this seemingly common and simple task, and the question begs why nobody went through the excercise of creating a more user friendly class front end.
28 comments
Cookies, Session and switching between plain HTTP and SSL Urls in ASP.NET
January 02, 2006 @ 12:47 am
I ran into some nasty problems with Cookies today when switching from plain http Urls to https. There's converting the URL correctly and dealing with different domain name referencing such www.west-wind.com and west-wind.com. To top things off a couple of browser inconsistencies make this even more confusing than it has to be...
10 comments
Archives
November, 2008 (7)
October, 2008 (8)
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 (158)
Personal (63)
.NET (53)
Visual Studio (45)
JavaScript (39)
AJAX (38)
jQuery (30)
IIS (27)
Vista (27)
LINQ (26)
HTML (23)
WCF (20)
CSharp (19)
ASP.NET (19)
Localization (16)
Microsoft AJAX (13)
FoxPro (13)
Windows (12)
Web Services (11)
COM (9)
ADO.NET (9)
WPF (8)
XML (8)
Web Connection (7)
Sql Server (7)
Silverlight (6)
West Wind Ajax Toolkit (6)
C++ (6)
CSS (6)
Hardware (5)
Html Help Builder (4)
ISV (4)
Bugs (4)
Security (4)
Software Development (4)
Office (4)
Source Control (3)
WebLog (3)
Windsurfing (3)
DataBinding (3)
Help Builder (3)
HTTP (3)
Live Writer (3)
Maui (2)
Help (2)
Installation (2)
Conferences (2)
WinForms (2)
Web Design (2)
Speaking (2)
RSS (2)
Tools (2)
Travel (1)
Utilities (1)
Threading (1)
Web Deployment Projects (1)
RegEx (1)
SmartPhone (1)
wwHoverPanel (1)
Control Development (1)
Graphics (1)
ADO.NET (1)
IIS7 (1)
Visual Studio (1)
Addins (1)
iPhone (1)
Networking (1)
© Rick Strahl, West Wind Technologies, 2005 - 2008