Life, Surf, Code and everything in between
White Papers
|
Free Tools
|
Products
|
Message Board
|
News
|
Web Log Home
Site Home
Subscribe to Feed
Contact
Search
Posts - 1055
Comments - 12038
since 1997
Personal Links
Photo Album
My Noise
Message Board
Now Reading
Silverlight 2 in Action
by Chad Campbell, John Stockton
The Accidental Time Machine
by Joe Haldeman
Pro JavaScript Techniques
by John Resig
Twitter Status
Log In
User Name:
Password:
Rembember me
Weblog Posts in November 2007
Detecting Text Encoding for StreamReader
November 28, 2007 @ 1:04 am
Reading Text files with proper encoding and byte order marks can be a bit of a pain when using a StreamReader as there's no detection of no byte order mark that defaults to UTF-8 which is usually incorrect. Here are a few thoughts on explicitly detecting BOM settings and getting a corresponding Encoding.
12 comments
What's Ailing ASP.NET Web Forms
November 27, 2007 @ 1:44 am
The recent announcement that ASP.NET will soon get an alternate engine in the ASP.NET Model View Controller framework (MVC - see last month’s editorial) has brought out some renewed discussion of the merits and shortcomings of Web Forms and the potential need for an alternate mechanism of building...
31 comments
JavaScript Minifier Utility Posted
November 26, 2007 @ 1:14 pm
I've posted a quick and dirty JavaScript minifier utility based on Douglas Crockford's Java Script Minifier that minifies JavaScript by stripping comments and whitespace. The utilty provides both GUI and Command line operation with a few options for string or file conversion and batch operation. Provided with source code.
14 comments
.NET 3.5 Upgrade SNAFU on my Server
November 24, 2007 @ 11:37 am
In the .NET 3.5 Upgrade shuffle I ran into a small problem caused by a difference in the .NET 2.0, .NET 2.0 SP1 Beta 2 and RTM runtimes. During beta 2 small change was made that broke some of my apps, which has been undone in RTM causing a couple of apps to fail for me until I recompiled.
CSS Validation showing up as Errors in Visual Studio 2008
November 23, 2007 @ 11:06 am
Visual Studio 2008 finally allows the ability to mark HTML, CSS validation and JavaScript errors as Warnings rather than as errors that show up in the build error list. But there's a small issue related to CSS errors not properly showing as warnings by default until you reset the settings explicitly.
8 comments
Getting Images to render properly in the ASP.NET Designer
November 21, 2007 @ 5:25 pm
I'm embarrassed to say that I didn't quite know how to get controls to render image urls properly in the designer. The situation is as follows: You create a custom server control and you have an image property and you allow the use of the ~/images/someimage.gif syntax to specify the image path. I...
4 comments
Visual Studio 2008 RTM Installed
November 20, 2007 @ 2:05 pm
I've done a bunch of uninstalls and reinstalls and they've all gone pretty well with a few minor hiccups. The best way I've found to do the uninstall is to: Uninstall the Sql Server Compact 3.5 stuff Uninstall all the .NET 3.5 Compact Framework stuff Uninstall the Visual Studio Web Authoring...
8 comments
Anonymous Types in C# 3.0
November 15, 2007 @ 4:25 pm
One of the most convenient features of C# 3.0 is the ability to create new types 'on the fly' using Anonymous Types. Anonymous Types are essentially compiler generated types that you don't explicitly declare with an official type declaration. Rather you define the type inline as part of the code...
9 comments
Type Intializers in C# 3.0
November 12, 2007 @ 1:20 am
During my LINQ to SQL session at DevConnections somebody in the audience asked what happens behind the scenes when you use type initializers in C# 3.0 and well it turns out I gave a hedged answer with a guess that was - uhm - wrong. So here's a discussion of how this feature actually works....
8 comments
My DevConnection Fall '07 Session Slides and Sample Links
November 10, 2007 @ 7:14 pm
I've posted the updated slides and samples for my DevConnection sessions. As usual the content here has changed a bit from what's on the conference CD as I tend to work and update samples right on up until the last day usually.
Done!
November 10, 2007 @ 1:31 am
Yup I'm done with conferences and a couple of projects that have been sapping my energy for the last couple of months. You've probably noticed that the frequency of posts on this blog has dropped a bit in the last few weeks. With DevConnections over I'm finally past the threshold of pain...
8 comments
Stranded
November 03, 2007 @ 5:19 pm
Ugh... it's 4am now and I just got home from the airport. I was on my way to Vegas for DevConnections when my flight was cancelled due to plane troubles. Now these things happen and although I'm not particularily happy about this I prefer technical difficulties on the ground than in the air. It's a...
12 comments
Visual WebGui and a LINQ to SQL quirk
November 02, 2007 @ 12:02 am
Over the last week I've been spending quite a bit of time on non-Microsoft tools building samples for my DevConnections Html Alternatives session. I spend the better part of this week working with Flex and also with Visual WebGui utilizing some existing business objects and Web Services to hook...
21 comments
Archives
January, 2009 (2)
December, 2008 (9)
November, 2008 (8)
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 (20)
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 (161)
Personal (65)
.NET (54)
Visual Studio (45)
AJAX (41)
JavaScript (40)
jQuery (31)
IIS (27)
Vista (27)
LINQ (26)
HTML (23)
WCF (23)
CSharp (20)
ASP.NET (19)
Localization (16)
FoxPro (13)
Microsoft AJAX (13)
Windows (12)
Web Services (11)
COM (9)
ADO.NET (9)
WPF (8)
XML (8)
Web Connection (7)
Silverlight (7)
Sql Server (7)
West Wind Ajax Toolkit (6)
C++ (6)
CSS (6)
Hardware (5)
Html Help Builder (4)
ISV (4)
Bugs (4)
Software Development (4)
Security (4)
Office (4)
Source Control (3)
WebLog (3)
Windsurfing (3)
DataBinding (3)
Help Builder (3)
Live Writer (3)
HTTP (3)
Installation (2)
Help (2)
Maui (2)
Conferences (2)
WinForms (2)
Web Design (2)
Speaking (2)
Tools (2)
RSS (2)
SmartPhone (1)
Networking (1)
RegEx (1)
Travel (1)
Utilities (1)
Threading (1)
Web Deployment Projects (1)
wwHoverPanel (1)
Control Development (1)
Graphics (1)
ADO.NET (1)
IIS7 (1)
Visual Studio (1)
Addins (1)
Html Help (1)
iPhone (1)
© Rick Strahl, West Wind Technologies, 2005 - 2009