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)
Cures for the Common Ailments – Getting a Random Item in JavaScript
At the end of the day yesterday one of my peers at my client came over and asked me how to randomly select an item from a SharePoint List. She was retrieving the list using jQuery and only wanted to display one item from the list, but she wanted that Read More...
WCF and jQuery Exception Handling
Now that I have covered the basics of calling a WCF service using jQuery’s AJAX functionality with JSON its time to deal with bugs. Yep, we all create them and have to troubleshoot them on a daily basis. Even if you are not actually coding the WCF Read More...
Using JQuery and JSON to Interact with a WCF Service via AJAX
Yesterday’s post reviewed how to setup a WCF web service to work with JSON from top to bottom. Today I am going to review what needs to be done to use JQuery to work with those WCF end points. If you have not already done so please download the example Read More...
Working with the Internet Explorer Developer Tools
Internet Explorer has been out for a while now, and I am very pleased with it, especially from a developer’s perspective. First I am more and more appreciative of the IE team getting CSS compliant, this is making it so much easier to create a consistent Read More...
Communication With a Background Thread in ASP.NET
Over the past couple of years I have written and presented on custom HttpModules . One of my examples is how to spin up a background thread to perform work not related to processing a web request. I thought I would extend the usefulness of this technique Read More...
The ASP.NET Diet Part 1 – Making a Thin Contact Form
In my last post I waxed philosophically about the progression of ASP.NET . Today I want to start actually demonstrating how to take ASP.NET to the next level, at least in my opinion. The first thing I always add to a new web site is a contact form. Basically Read More...
Having Problems Registering Client Scripts with The ClientScript Object, Try the ScriptManager
This morning I was trolling the ASP.NET Forums and saw this question about registering the Virtual Earth control (it is really not a control, but that is not relevant to this post) and realized I had the same issue just the other day. The person posting Read More...
Highlight Rows in a Repeater
This morning I came across a really well written new Blog by Miron Abramson on ASP.NET. One of his early entries is a method to Highlight the row in a GridView control as the mouse passes over it . I particularly like the way he abstracts the functionality Read More...
FavIcon and Internet Explorer
One of the most frustrating thing over the years for me is the true lack of support for FavIcon in Internet Explorer. It still continues in Internet Explorer 7, which I really like in just about every way possible. I mean it has great security features, Read More...