Dan Wahlin's WebLog
jQuery, HTML5, JavaScript, ASP.NET, and XAML
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
3D
ADO.NET
Adobe
Ajax
anglebrackets
AngularJS
Animations
Apple
Architecture
ASP.NET
ASP.NET AJAX
ASP.NET MVC
ASP.NET Web API
Azure
Breeze
C#
Canvas
Commanding
consulting
CSS
CSS Media Queries
Databinding
Delegates
Design Patterns
DevConnections
devintersection
EF Code First
Entity Framework
Events
Expression Blend
goals
GridView
HTML5
IE9
IISExpress
India
Instinct
IoC
iPad
iPhone
Java
JavaScript
jQuery
jQuery Mobile
JSON
Lambdas
LINQ
Metro Apps
Mobile
Modernizr
Music
MVVM
Node.js
patterns
Pluralsight
pomodoro focus
productivity
Razor
RequireJS
RIA Services
Security
SharePoint
Silverlight
Sockets
Software Development
SPA
SQL Server
T4
Tablets
tasks
Teaching
TechEd
TypeScript
Unit Tests
Video
Visual Studio
WCF
Web Services
Websockets
Windows 8
Windows Mobile
Windows Phone 7
WinRT
Work, Workaholic
WPF
XAML
XML
News
\
Navigation
Home
Blogs
Archives
May 2013 (1)
April 2013 (8)
March 2013 (4)
February 2013 (1)
January 2013 (4)
December 2012 (1)
October 2012 (3)
September 2012 (1)
August 2012 (1)
July 2012 (4)
June 2012 (6)
May 2012 (1)
April 2012 (5)
March 2012 (8)
February 2012 (8)
December 2011 (4)
November 2011 (5)
October 2011 (7)
September 2011 (4)
August 2011 (5)
June 2011 (1)
May 2011 (4)
April 2011 (2)
February 2011 (3)
January 2011 (3)
December 2010 (3)
November 2010 (6)
October 2010 (1)
September 2010 (4)
August 2010 (3)
June 2010 (2)
May 2010 (5)
April 2010 (5)
March 2010 (1)
January 2010 (3)
December 2009 (1)
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 (6)
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 (8)
November 2006 (9)
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
My Music
Videos
July 2007 - Posts
34
Comments
Freeze ASP.NET GridView Headers by Creating Client-Side Extenders
by
dwahlin
Lately I've been working on a pet project where I needed to freeze a GridView header so that it didn't move while the grid records were scrolled by an end user. After searching the Web I came across a lot of "pure" CSS ways to freeze a header. After researching...
Filed under:
ASP.NET
,
.NET
,
ASP.NET AJAX
11
Comments
Video: First Look at Visual Studio .NET 2008 and the LinqDataSource
by
dwahlin
Visual Studio .NET 2008 provides many new features that will definitely enhance developer productivity. In this video tutorial I provide an introductory look at VS.NET 2008 and show a few features such as multi-targeting, split view, and the LinqDataSource...
Filed under:
ASP.NET
,
.NET
0
Comments
VS.NET 2008 Beta 2 Now Available to Download
by
dwahlin
If you haven't heard already, VS.NET 2008 beta 2 is now available for downloading. I'm installing it right now. :-) http://www.microsoft.com/downloads/results.aspx?DisplayLang=en&nr=20&freetext=visual+studio+2008&sortCriteria=date Make you...
Filed under:
.NET
2
Comments
Using the ASP.NET AJAX ScriptMethodAttribute to Return XML Data
by
dwahlin
Web Services provide a convenient way to pass data between AJAX applications and a server. ASP.NET AJAX provides an excellent infrastructure for Web Service integration into AJAX applications and makes it all cross-browser through incorporating JSON into...
Filed under:
.NET
,
ASP.NET AJAX
5
Comments
Aborting AJAX Requests
by
dwahlin
The ASP.NET AJAX script library provides a simple way to abort asynchronous postback requests in cases where users decide they don't need data they originally requested. This can be done without tying into different PageRequestManager events. Instead...
Filed under:
.NET
,
ASP.NET AJAX
31
Comments
Updated: List of AJAX Automated Testing and Debugging Tools
by
dwahlin
While there are a lot of testing tools out there to look for bugs, test a Website's scalability and perform unit tests, precious few seem to handle automating the testing of AJAX applications. As a result, I wanted to start a list of tools that support...
Filed under:
ASP.NET
,
.NET
,
ASP.NET AJAX
3
Comments
ASP.NET AJAX Health Care Toolkit Controls
by
dwahlin
Patrick Long recently blogged about some new ASP.NET (and WinForms) controls released on CodePlex that are specific to the health care industry. Several of the controls are AJAX-enabled (based upon the ASP.NET AJAX Extensions and the Toolkit) and as I...
Filed under:
ASP.NET
,
.NET
,
ASP.NET AJAX
8
Comments
Windows Live Mobile Search V2 Released!
by
dwahlin
The coolest program I have for my Windows Mobile phone (by far) is Windows Live Mobile Search V1. I use it daily to check how traffic looks as I'm driving to downtown Phoenix. V2 of the program has been released that adds the following new features (and...
Filed under:
.NET
2
Comments
Book: Beginning ASP.NET 2.0 AJAX Released
by
dwahlin
Wally McClure , Steve Smith and several others recently had their Beginning ASP.NET 2.0 AJAX book released. I hear that lines at book stores around the world were huge and people have been camping out for days to be the first ones to get it. :-) Congrats...
Filed under:
.NET
,
ASP.NET AJAX
2
Comments
Exchanging Binary Data with MTOM and Web Services
by
dwahlin
In the distributed computing class I'm teaching this week we're covering a few topics related to the Web Service Enhancements V3 (WSE3). One of the nice features of WSE3 (and WCF for that matter) is that it can be used to exchange binary data quite easily...
Filed under:
Web Services
,
XML
,
.NET
More Posts
Next page »