Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites


ASP Insider Follow Me On Twitter

Browse by Tags

All Tags » AJAX   (RSS)
Making hashchange Work Better on Windows Phone
Recently I have been creating single page web applications utilizing URL fragments .  Essentially this is a new twist to an old technique that has been around for a very long time. While not used as much these days I remember around a decade ago Read More...
Touch Friendly Design – Bringing Life to Lists
Yesterday I talked about how creating traditional <A> driven navigation can be problematic in today’s touch first world . In yesterday’s demonstration I pointed out how using hyperlinks and a traditional menued navigation scheme can Read More...
So You Want to Be a jQuery AJAX Developer? Here are Some Must Read Books
3-4 years ago I started my change from being an ASP.NET Webforms developer to being an ASP.NET AJAX application developer. This meant finally breaking down and learning how to create applications using JavaScript, a task I was not happy about. The first Read More...
Visual Studio Web Standards Update for HTML5 & CSS3
Yesterday Microsoft released an update to Visual Studio 2010 to implement a much improved HTML5 & CSS3 support. You can download the Web Standards update from the Visual Studio Gallery and enjoy the new features immediately. I downloaded it last night Read More...
Internet Explorer Mobile 9 is DOA Without Touch Support
Shock is not quite effective in describing my internal reaction when I was told the upcoming release of Internet Explorer Mobile (being released with Mango) will NOT support touch . I mean I am happy it will support most of the HTML5 standards other platforms Read More...
Adding Touch to A Web Site Using the jQuery SwipeTouch Plugin
Lately I have been spending a lot of time learning about browser touch support. First I read through the Touch API draft so I would be familiar with the touch events browsers are now supporting. My first instinct was to see if binding touch event handlers Read More...
Making a Mobile MVC Music Store Part 6: Making a WP7 Application Bar
Today I want to show you how to build a Windows Phone 7 Application Bar for your mobile web sites. If you have not done any native Windows Phone 7 developer one of the standard features is the ability to build a toolbar containing up to 4 icons and a Read More...
Using an MVC PartialView With jQuery Templates Plugin
The other day I was talking some fellow developers about web architecture techniques. I brought up the use of jQuery templates instead of another proposed technique. A case was made the template plugin was not good for progressive enhancement. The objection Read More...
Microsoft Guidance for Silky Smooth Web Sites
Recently a new Patterns and Practices group has formed called Project Silk . The goal of Project Silk is to provide guidance to web developers on architecting great standards compliant web sites. Today I am spending the day with the team and about 30 Read More...
Busy November in the Works, Several Speaking Engagements
I am very excited about the next couple of weeks because I will have a great opportunity to meet some folks and talk about some things I really love. Starting tomorrow night I will be speaking at the Deerfield Beach FL (my operating base for the past Read More...
jQuery Cookbook – Book Review
Last week I used a TreeView to demonstrate the new jQuery Templating plugin. The code technique to build the TreeView came from O’Reilly’s jQuery Cookbook . I picked this book up back in January and I still find myself referencing it each week. I was Read More...
Using The jQuery Template Plugin tmplItem Feature
Last week I created a Tree View using the new jQuery Templating plugin. The example shows how to display a series of expandable tree nodes to see crab pot strings used by a fleet of crab boats. Today I am going to extend this example to show another Template Read More...
Resetting TabIndex When Adding and Removing DOM Elements
Recently I have had a nagging issue I honestly had a hard time recreating, till today that is. The situation occurred when I added and removed DOM elements in reaction to a user checking and unchecking a checkbox. If the user tabs to the next field, they Read More...
Turn on WCF Tracing for WCF Troubleshooting
Yesterday I posted an entry on dealing with larger result sets that cause Fidder to create a ReadResponse() failed error . In that post I mentioned I turned on WCF Tracing to help debug the problem. This is a setting that when turned on causes the WCF Read More...
ReadResponse() failed: The server did not return a response for this request.
If you have found this Blog entry most likely you are seeing this response in Fiddler . It is accompanied by an HTTP status code of 504. ReadResponse() failed: The server did not return a response for this request is not very helpful and in fact fairly Read More...
More Posts Next page »