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 - 976
Comments - 10116
since 1997
Ads Via The Lounge
My Links
Photo Album
My Noise
Message Board
Now Reading
Learning WCF: A Hands-on Guide
by Michele Bustamante
LINQ in Action
by Fabrice Marguerie, Steve Eichert, Jim Wooley
Log In
User Name:
Password:
Rembember me
Weblog Posts in January 2008
Creating an In-Place Editing Component for Table Editing with jQuery
January 28, 2008 @ 5:02 am
Here's a jQuery based implementation of an Editable extender that makes any simple text element editable. You can apply it against simple tags or entire tables or grids and make them editable. Callbacks fire when data changes and there are host of useful features like editing anchor text, limited keyboard navigation, visual change indication and more...
3 comments
Invalid Service Urls in a WSDL Definition
January 26, 2008 @ 2:09 am
Watch out for invalid URIs for the service address in a WSDL contract. When imported by .NET for Web References or WCF client proxies the invalid address can cause an instantiation failure in the proxy.
An easier Table Design View in Sql Server Management Studio
January 25, 2008 @ 12:33 am
One of the things that bugs me no end in Sql Server Management Studio is that the table designer's UI is a pain to use. Entering column properties is an excercise in mousercise. It turns out there's an easier way to do this with custom views in the DataBase Diagram Designer.
12 comments
Chaining the C# ?? Operator
January 23, 2008 @ 6:12 pm
The C# 2.0 ?? operator makes it easy to assign a default value to nulls. Nothing new here, but did you know that you can also chain the operator to quickly check many value and find the first non-null vlaue?
15 comments
Issue: Migrating Web Application Projects between VS 2005 and VS 2008
January 22, 2008 @ 1:26 am
If you move Web Application Projects between Visual Studio 2008 and Visual Studio 2005 and a machine that doesn't have Visual Studio 2005 installed you will find that the project doesn't load due to a build target difference.
4 comments
Forms Authentication and path= in the <forms> Tag
January 20, 2008 @ 2:08 am
Ah the beauty of a self made blunder - I managed to bungle up a
tag's path in web.config which caused some very unpredictable behavior that essentiall failed all forms authentication requests.
3 comments
SmtpClient in Medium Trust
January 18, 2008 @ 6:13 pm
SmptClient is supposed to work in Medium trust and it in fact does work, but only if you use Port 25. I ran into an unexpected failure while connecting to my ISP who requires an alternate port for SMTP access outside of their network.
1 comment
Griping about System.Net.Email.SmptClient/MailMessage
January 14, 2008 @ 11:07 am
For many years I've been using a home built SMTP client I built using low level Sockets. Single class, set a few properties and it goes off and sends emails. With about 5 lines of code I can be off sending an email from just about any app Web or otherwise. I created the custom class originally to...
7 comments
Doing away with an Assembly Dependency
January 12, 2008 @ 6:37 pm
I'm looking at some oldish code that sits inside of a web control library. This is my main web control library were I keep all of my custom controls that I typically use. It includes all the AJAX controls, a custom databinder, some generic status display controls, a number of stock control...
10 comments
wwHoverPanel/West Wind Ajax Toolkit Updated
January 08, 2008 @ 4:12 pm
I've finally had a bit of time over the holidays to roll in a few updates into my wwHoverPanel library. In the process I decided that wwHoverPanel is not really a fitting name for the library anymore since it does quite a bit more than that by now, with the hover panel operation only being a part...
6 comments
Ctrl-S in web.config in Visual Studio closes web.config file
January 04, 2008 @ 9:48 pm
If you've hit a bug in Visual Studio where you hit Ctrl-S/Save while editing a web.config file causes the web.config file to close, you're not alone. Looks like the ADO.NET Entity Tools Designer somehow mucked up the Visual Studio save option for web.config files.
6 comments
Extending Live Writer for Blog Posting
January 03, 2008 @ 1:53 am
I've been using Live Writer for writing blog posts for some time and I'mvery happy with the way I can post entries to my Web Log. The process is pretty damn painless compared to what I went through with using Word and uploading images separately at the time. Plug In Creation Over the last couple of...
3 comments
Visual Studio and <location> parsing in web.config
January 02, 2008 @ 2:56 pm
So here's a funky Visual Studio behavior: On my root Web site (which is mostly static) I have my web.config set up to handle the root site configuration in a separate <location> element in order not to force the settings of the root site down into the many, many virtual...
6 comments
Weird DataGrid Paging Error with Last Page Selection
January 02, 2008 @ 12:19 am
This is one posts of an oddball problem I've run into where I feel like I 'shoulda known' but just didn't for - way too long <g>. I have a form in my Web Store with a DataGrid on it. Yeah the form is pretty old and dates back to 1.1 but I hadn't changed over because the page is inherited and...
2 comments
Crazy Expression Web Bug
January 01, 2008 @ 2:10 pm
So I'm working away in Expression Web on a new page that has bunch of changes. I'm updating, saving and occasionally dump the file up to my Web server. Now an hour into it I decide I need to change the title, so I change it in the HTML save and a bit later upload the file to the server. So I'm...
1 comment
Archives
May, 2008 (4)
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 (17)
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 (146)
Personal (53)
.NET (52)
Visual Studio (41)
AJAX (35)
Vista (27)
LINQ (25)
IIS (24)
JavaScript (23)
CSharp (17)
WCF (17)
Localization (16)
HTML (15)
Microsoft AJAX (13)
FoxPro (13)
Web Services (11)
jQuery (10)
Windows (9)
WPF (8)
XML (8)
ADO.NET (8)
ASP.NET (7)
COM (7)
Web Connection (7)
Sql Server (6)
West Wind Ajax Toolkit (6)
Silverlight (5)
CSS (4)
Hardware (4)
Bugs (4)
C++ (4)
Html Help Builder (4)
Office (4)
Live Writer (3)
HTTP (3)
Help Builder (3)
DataBinding (3)
Source Control (3)
Security (3)
WebLog (3)
Software Development (2)
Windsurfing (2)
RSS (2)
Speaking (2)
Tools (2)
Conferences (2)
Help (2)
Installation (2)
Maui (2)
ISV (2)
Networking (1)
iPhone (1)
Graphics (1)
Control Development (1)
ADO.NET (1)
IIS7 (1)
Visual Studio (1)
Addins (1)
Travel (1)
Utilities (1)
Threading (1)
Web Deployment Projects (1)
Web Design (1)
SmartPhone (1)
RegEx (1)
WinForms (1)
wwHoverPanel (1)
© Rick Strahl, West Wind Technologies, 2005 - 2008