angle

Add the RiderDesign Articles Feed to your blog reader.

 

Eliminating the jump to top of page behavior of the Ajax Toolkit Rating control
Oct 04 2007

The Ajax Control Toolkit provides a number of Ajax-enabled server controls and extenders that make it very easy to add Ajax functionality to any ASP.NET driven site. One of these controls is the Rating control. One issue with the rating control is that when clicked, the user experiences a jump to top of page behavior. I have had a few emails from readers wondering how I eliminated this problem with the article rating feature at the bottom of each article page. This article examines how to eliminate this issue.

3.75 stars 24 people have rated this article.

Different methods for creating partial page updates
Sep 02 2007

In the typical ASP.NET model, a web form is submitted and the entire page is posted back to the server. The server then generates a response which is then sent back to the client. With the widespread adoption of Ajax and Ajax frameworks, developers can create pages that do not undergo full page refreshes, thus enhancing the user experience. There are different methods for partial page updates and this article will examine two of these methods.

3.75 stars 8 people have rated this article.

Build an MSDN style content rater with ASP.NET, MS AJAX, and jQuery
Aug 15 2007

In the MSDN library, content can be rated by clicking on a star (from 1 through 5). When you hover over the content rater on MSDN2, a textbox appears to allow comments to be added. Using the rating control and the jQuery library, we can very easily create a content rater similiar to the one on MSDN.

4 stars 1543 people have rated this article.

Random Rotating Images with Gaia
Aug 14 2007

The aim of this article is to show easy it is to create random, rotating images using the Gaia Ajax Widgets Framework. Gaia provides a suite of Ajax-enabled server controls that makes creating Ajax applications extremely easy. No javascript coding is required when using Gaia; you simply leverage your existing ASP.NET programming skills.

4 stars 2 people have rated this article.

Using Gaia with jQuery
Aug 14 2007

As mentioned in the pevious article "Random Rotating Images with Gaia", Gaia uses the well known and very widely used Prototype.js library. As such certain compatibility issues can arise when using Gaia with other javascript libraries. This brief article examines how to deal with the compatibility issue.

3.5 stars 4 people have rated this article.

1 2 3 4