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 » JavaScript   (RSS)
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...
MIX 2011 Open Call: Vote For Me!
Earlier this week Mix released the list of over 200 sessions in the Mix Open Call competition. I have three sessions up for vote and I hope you will help me get the nod with a chance to present. Mix is at the Mandalay Bay in Vegas April 12-14 and is my 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...
jQuery Templating and Data Linking Coming to a Site Near You
Finally!!! I was so excited to finally see the jQuery Team and Microsoft finally release the Templating and Data Linking plugins last week. If you have attended one of my WCF, jQuery sessions this year, or have been following my jQuery posts , you saw Read More...
Become a Cut, Copy, Paste JavaScript Programmer
Users love to copy and paste, well so do developers, but don't tell. The browser actually gives JavaScript access to the clipboard through the clipboardData object and also fires events for cut, copy and paste operations. This opens up opportunities for 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...
A Custom jQuery Selector to Retrieve Labels for Inputs
This afternoon @DamienGuard asked how to select labels that are associated with input elements. I think I have an answer for him, or at least something that should be able to get him on the right track. If not, oh well its still pretty neat. One of the Read More...
What Would You Select?
Software development is a collection of trade offs; performance for speed to market, quick & dirty vs. maintainable, on and on. Most tend to sacrifice user experience at some level for time to market, other do not consider maintainability, reliability. Read More...
10 Ways to Debug JavaScript in IE 8
I know, I know use FireBug and FireFox . I hear it all the time. I say meh, everyone does that. As I wrote last year, in IE 8 press F12 and Bazinga !!! You get the IE Developer tools. Read more about using the IE developer tools in my old post. But I Read More...
JavaScript The Good Parts – Book Review
Over the past 18 months or so I have become a heavy jQuery programmer. You can say a lot about using jQuery, one thing I thought I would never say is I love working with JavaScript, er I mean ECMAScript. As you start working with jQuery and JavaScript Read More...
jQuery Tutorial: Validation with the jQuery UI Tabs Widget
This is so long overdue, but I told Dave Ward last Summer I would post this Blog and well I have not been so good on that commitment. If you want to validate a form that is organized using the jQuery UI Tabs widget you probably need to perform validation Read More...
More Posts Next page »