Dan Wahlin's WebLog
ASP.NET, AJAX, Silverlight and Web Services Exploration
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ADO.NET
Animations
Architecture
ASP.NET
ASP.NET AJAX
ASP.NET MVC
C#
Entity Framework
Expression Blend
GridView
Instinct
iPhone
Java
jQuery
JSON
Lambdas
LINQ
Music
RIA Services
SharePoint
Silverlight
Sockets
SQL Server
Unit Tests
Video
WCF
Web Services
Windows Mobile
WPF
XML
News
Navigation
Home
Blogs
Archives
November 2009 (1)
September 2009 (1)
August 2009 (5)
July 2009 (8)
June 2009 (4)
May 2009 (10)
April 2009 (6)
March 2009 (4)
February 2009 (4)
January 2009 (5)
December 2008 (4)
November 2008 (5)
October 2008 (6)
September 2008 (6)
August 2008 (4)
July 2008 (3)
June 2008 (5)
May 2008 (10)
April 2008 (7)
March 2008 (7)
February 2008 (9)
January 2008 (8)
December 2007 (5)
November 2007 (3)
October 2007 (1)
September 2007 (12)
August 2007 (8)
July 2007 (17)
June 2007 (8)
May 2007 (2)
April 2007 (8)
March 2007 (8)
February 2007 (8)
January 2007 (4)
December 2006 (9)
November 2006 (10)
October 2006 (13)
September 2006 (10)
August 2006 (6)
July 2006 (1)
June 2006 (2)
May 2006 (3)
April 2006 (3)
March 2006 (1)
February 2006 (1)
November 2005 (6)
October 2005 (3)
September 2005 (1)
June 2005 (1)
April 2005 (3)
March 2005 (2)
February 2005 (3)
January 2005 (3)
December 2004 (1)
November 2004 (3)
October 2004 (7)
Links
XML for ASP.NET Developers
Interface Technical Training
My Music
Videos
August 2007 - Posts
2
Comments
Online JavaScript Compression Tool
by
dwahlin
Compressing JavaScript code is useful when you want to minimize the size of files that get downloaded to the client. This is especially true with AJAX applications that may rely on several scripts to function properly. I was playing around with Douglas...
Filed under:
ASP.NET
,
ASP.NET AJAX
,
.NET
4
Comments
Integrate Windows Live ID Authentication Into Your Website
by
dwahlin
Microsoft recently released an SDK that allows you to integrate Windows Live ID authentication into your Website (ASP.NET or any other). To get started you'll need to register your application and get an application ID. From there it's quite straightforward...
5
Comments
Video How To: Getting Started with Subversion and Source Control
by
dwahlin
In this video "how to" I walk through the steps required to install and configure Subversion to control your .NET source code revisions. Several commercial options exist for source control of course such as Vault and Microsoft's Visual SourceSafe to name...
Filed under:
.NET
1
Comments
Upcoming Controls in Silverlight 1.1
by
dwahlin
I hadn't heard much lately about what controls will ship when Silverlight 1.1 is finally released. Microsoft's Tim Heuer and I were chatting and he pointed me to Mike Ormond's blog which answers the question. Good information to know for those of you...
Filed under:
.NET
,
Silverlight
16
Comments
How To: Create an ASP.NET AJAX Toolkit Extender Control to Extend a GridView
by
dwahlin
In a previous post I showed examples of how CSS and JavaScript code could be used to freeze the header row of a GridView control and add scrolling capabilities for Internet Explorer and Firefox. Here’s an example of a GridView with a frozen header: In...
Filed under:
ASP.NET AJAX
,
.NET
13
Comments
Fixing a VS.NET 2008 Beta 2 ASP.NET Debugging Issue on Vista: "Strong name validation failed"
by
dwahlin
I came across the following error while trying to debug an ASP.NET page in VS.NET 2008 tonight: "Unable to start debugging on the web server. Strong name validation failed." I hadn't seen the error before but after spending a few seconds searching I came...
Filed under:
ASP.NET
,
.NET
25
Comments
AlbumViewer Application Now Runs with Silverlight and ASP.NET AJAX
by
dwahlin
With the release of Microsoft's Silverlight 1.0 I updated the Amazon.com AlbumViewer application that I originally created using WPF/E and ASP.NET AJAX back in December. The updated code can be downloaded here and you can view a live version of the application...
Filed under:
ASP.NET AJAX
,
.NET
,
Silverlight
1
Comments
Video: Using the New ASP.NET ListView Control
by
dwahlin
ASP.NET 3.5 introduces a new control called the ListView that allows developers to have 100% control over the HTML markup that is generated while still providing paging, inserting, updating, and deleting support. To me the ListView control is a nice blend...
Filed under:
ASP.NET
,
.NET
More Posts