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
Animations
Apple
Architecture
ASP.NET
ASP.NET AJAX
ASP.NET MVC
C#
Canvas
Commanding
consulting
CSS
Design Patterns
DevConnections
EF Code First
Entity Framework
Expression Blend
GridView
HTML5
IE9
IISExpress
Instinct
IoC
iPad
iPhone
Java
JavaScript
jQuery
JSON
Lambdas
LINQ
Metro Apps
Modernizr
Music
MVVM
Razor
RIA Services
Security
SharePoint
Silverlight
Sockets
SQL Server
T4
Tablets
TechEd
Unit Tests
Video
Visual Studio
WCF
Web Services
Windows 8
Windows Mobile
Windows Phone 7
WinRT
Work, Workaholic
WPF
XAML
XML
News
Navigation
Home
Blogs
Archives
February 2012 (3)
December 2011 (4)
November 2011 (6)
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 (8)
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
Browse by Tags
All Tags
»
ASP.NET
(
RSS
)
.NET
ADO.NET
Animations
Architecture
ASP.NET AJAX
ASP.NET MVC
C#
CSS
Design Patterns
DevConnections
EF Code First
Entity Framework
GridView
HTML5
iPad
JavaScript
jQuery
JSON
Lambdas
LINQ
Metro Apps
Silverlight
Sockets
Video
WCF
Web Services
Windows 8
WinRT
WPF
XAML
XML
Upcoming ASP.NET, HTML5 and Windows 8 Talks and Workshops at DevConnections 2012
by
dwahlin
It’s that time of the year again! DevConnections 2012 is right around the corner and we have a lot of great new workshops and sessions planned for the ASP.NET and Client-Dev (HTML5, Windows 8 Metro, JavaScript, jQuery, etc.) tracks. The keynote at DevConnections...
Filed under:
ASP.NET
,
ASP.NET AJAX
,
.NET
,
C#
,
Silverlight
,
JSON
,
ASP.NET MVC
,
jQuery
,
HTML5
,
JavaScript
,
XAML
,
DevConnections
,
CSS
,
Design Patterns
,
WinRT
,
Windows 8
,
EF Code First
,
Metro Apps
Getting Started Using HTML5 Boilerplate
by
dwahlin
Whether we like it or not, HTML5 is all the rage now days. With the recent news on “code name” Windows 8’s upcoming support for HTML5 and JavaScript that hype has intensified even more. I’m personally in favor of what HTML5 brings to the table although...
Filed under:
ASP.NET
,
.NET
,
ASP.NET MVC
,
jQuery
,
HTML5
,
JavaScript
,
CSS
Top 10 Posts in 2010
by
dwahlin
Blogging’s a lot of fun and a great way to share what you’ve learned. It’s also a great way to learn based upon comments people leave that help you see things in an entirely new way in some cases. Since we’ve now moved on to 2011 (Happy New Year...
Filed under:
ASP.NET
,
.NET
,
WCF
,
Silverlight
,
LINQ
,
jQuery
,
iPad
,
JavaScript
Reducing Code by Using jQuery Templates
by
dwahlin
Nearly every language out there uses templates in some shape or form to minimize the amount of code that has to be written in an application. By using templates you can define a template structure once and use it to generate code, HTML or other formats...
Filed under:
ASP.NET
,
.NET
,
ASP.NET MVC
,
jQuery
,
JavaScript
Web Camp LA – September 10th, 2010 with Phil Haack, James Senior and Jon Galloway
by
dwahlin
If you’re in the Los Angeles, CA area and interested in different Web development technologies you’ll definitely want to check out the Web Camp LA event scheduled for September 10th, 2010 if you haven’t already. Phil Haack , James Senior and Jon Galloway...
Filed under:
ASP.NET
,
.NET
,
Entity Framework
,
ASP.NET MVC
,
jQuery
Previewing Websites in Multiple Browsers with Expression Web 3’s SuperPreview
by
dwahlin
Expression Studio 3 has a great new feature that was announced and demonstrated back at the Mix 09 conference called SuperPreview. It allows you to compare how a page looks across multiple browsers including IE6, IE7, IE8 and FireFox (with more...
Filed under:
ASP.NET
,
.NET
Control-Oriented Vs. Data-Oriented Programming in Silverlight
by
dwahlin
If you build ASP.NET applications then you’re used to working with controls a lot. Nearly everything you do requires accessing control IDs. If you need to retrieve data entered by an end user you need to reference the controls that contain...
Filed under:
ASP.NET
,
.NET
,
Silverlight
Using jQuery with Client-Side Data Binding Templates
by
dwahlin
A few weeks back I posted about a JavaScript data binding template solution that I’ve been using that makes it easy to bind JSON data to a client-side template without having to write a lot of JavaScript code. One of the people that commented on...
Filed under:
ASP.NET
,
.NET
,
WCF
,
jQuery
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
DevConnections Orlando Talks on Silverlight and LINQ/Entity Framework
by
dwahlin
I had a great time speaking at DevConnections in Orlando this year. A lot of fun people were there and I had the opportunity to talk with several of them about some of the applications they were building. As promised, here’s the code and slides...
Filed under:
ASP.NET
,
Web Services
,
.NET
,
C#
,
WCF
,
Silverlight
,
LINQ
,
Lambdas
,
Animations
,
Entity Framework
More Posts
Next page »