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
April 2009 - Posts
3
Comments
Scott Guthrie, Jaime Rodriguez and Glenn Block Speaking in Phoenix on May 26th, 2009
by
dwahlin
Once a year the Phoenix, AZ area .NET developers get a special treat as Scott Guthrie (one of the creators of ASP.NET and a corporate Vice President at Microsoft for those who may not know him) comes to Phoenix to speak on the latest and greatest technologies...
Filed under:
ASP.NET
,
.NET
,
Silverlight
14
Comments
Minimize Code by Using jQuery and Data Templates
by
dwahlin
I’m currently working on a heavily AJAX-oriented ASP.NET MVC web application for a business client and using jQuery to call controller actions, retrieve JSON data and then manipulate the DOM to display the data. Several of the pages have quite a bit of...
Filed under:
.NET
,
ASP.NET MVC
,
jQuery
5
Comments
Handling MouseEnter and MouseLeave Events in jQuery
by
dwahlin
I have a simple table generated by an ASP.NET MVC view and needed to switch out CSS classes as the user hovered over rows. Initially I used the rather obvious “hover” feature built-into jQuery since it provides a way to write code that’s called...
Filed under:
.NET
,
ASP.NET MVC
,
jQuery
6
Comments
Selecting Parent Nodes using jQuery
by
dwahlin
Here’s a quick tip on selecting parent nodes based on something I had to do yesterday with jQuery on a client project. I have an ASP.NET MVC page that outputs a basic table containing search results and as a user hovers over an item in a map I needed...
Filed under:
.NET
,
ASP.NET MVC
,
jQuery
22
Comments
5 Reasons You Should Take a Closer Look at ASP.NET MVC
by
dwahlin
I’m an ASP.NET Web Forms fan…always have been since ASP.NET was first released. But, I like to keep an open mind when it comes to new technologies and I decided to experiment with the new ASP.NET MVC framework that Microsoft just released so I knew how...
Filed under:
.NET
,
ASP.NET MVC
,
jQuery
8
Comments
Reflecting over JSON Data to Simplify Control Updates with jQuery
by
dwahlin
My company is currently working on a consulting project that uses ASP.NET MVC and a lot of jQuery and JSON behind the scenes for data transfer which is a lot of fun. I’m personally tasked with the back-end processes but also handling user interface...
Filed under:
.NET
,
JSON
,
ASP.NET MVC
,
jQuery
More Posts