Showjumper

Stories kicked by Showjumper

Create an autocomplete textbox using jQueryUI(riderdesign.com)

submitted by equinewebdesignequinewebdesign(14) 6 months, 8 days ago

There are a number of jQuery autocomplete plugins available. When creating this blogging application I realized I wanted one autocomplete textbox for Categories and one for Tags when writing a new post. You can see the autocomplete functionality illustrated below. read more...

add a comment |category: |Views: 27

tags: another

http://riderdesign.com/articles/Build-a-file-tree-explorer-with-jQuery(riderdesign.com)

submitted by tkinesistkinesis(85) 3 years, 6 months ago

Create a file tree explorer with the jQuery File tree plugin and asp.net. With this plugin and a little server side logic, it is very easy to create a great looking client side file tree explorer. This article explains how to set up, configure and customize jQuery File Tree and use ASP.NET to retrieve the file structure. read more...

1 comment |category: |Views: 396

tags: another

Password strength validation with jQuery(riderdesign.com)

submitted by TwillsTwills(100) 3 years, 7 months ago

The jQuery Password Strength Meter is a great free plugin that provides realtime client side evaluation of your password, providing visual indication regarding the strength of the password. This article covers setting up, configuring and customization of the plugin. read more...

1 comment |category: |Views: 2475

tags: another

Check username availability with JQuery & ASP.NET(riderdesign.com)

submitted by ShowjumperShowjumper(155) 3 years, 7 months ago

This article shows how to use jQuery in a real world practical situation - to check username availability - by making an AJAX call to a WebMethod. In this artcle we examine how to make the call, how get the desired username and pass it correctly as well as using jQuery to style and display firnedly notification messages. read more...

add a comment |category: |Views: 729

tags: another

Check username availability with JQuery & ASP.NET(riderdesign.com)

submitted by LSUDVMLSUDVM(470) 3 years, 7 months ago

This article shows how to use jQuery in a real world practical situation - to check username availability - by making an AJAX call to a WebMethod. In this artcle we examine how to make the call, how get the desired username and pass it correctly as well as using jQuery to style and display firnedly notification messages. read more...

add a comment |category: |Views: 166

tags: another

I’m a PC, are you?(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 8 months ago

Microsoft's new commerical. Are you a PC? read more...

add a comment |category: |Views: 14

tags: another

jQuery Style ASP.NET Form Validators(delphicsage.com)

submitted by jdschwarjdschwar(365) 3 years, 8 months ago

The jQuery validators look and behave greatly, but the ASP.NET validators are much easier to use. The mission here is to extend the ASP.NET validator controls to highlight and focus on invalid form fields in way that is comparable to the jQuery Validation plugin. read more...

add a comment |category: |Views: 58

tags: another

The ABCs of Alpha, Beta, CTP(haacked.com)

submitted by just3wsjust3ws(560) 3 years, 8 months ago

Phil Haack explains the acronym soup that is release codes. read more...

add a comment |category: |Views: 6

tags: another

Eliminating the jump to top of page behavior of the Ajax Toolkit's Rat(riderdesign.com)

submitted by LSUDVMLSUDVM(470) 4 years, 7 months ago

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. This article examines how to eliminate this issue. read more...

add a comment |category: |Views: 40

tags: another

Different methods for creating partial page updates(riderdesign.com)

submitted by LSUDVMLSUDVM(470) 4 years, 8 months ago

This article compares MS Ajax and the Gaia Web Widgets Framework. Specifically it compares the UpdatePanel and Gaia Web Controls for acheiving partial page updates. read more...

add a comment |category: |Views: 36

tags: another

Build an MSDN-style content rater with ASP.NET, MS AJAX, and jQuery(riderdesign.com)

submitted by LSUDVMLSUDVM(470) 4 years, 9 months ago

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 simliar to the one on MSDN. read more...

add a comment |category: |Views: 67

tags: another

Using Gaia with jQuery(riderdesign.com)

submitted by LSUDVMLSUDVM(470) 4 years, 9 months ago

As mentioned in the previous article "Random Rotating Images with Gaia", The Gaia Ajax Widgets Framework uses the well known and very widely used Prototype.js library. As such certain compatibility issues can arise when using Gaia with jQuery. read more...

add a comment |category: |Views: 34

tags: another

Check username availability with Gaia(riderdesign.com)

submitted by LSUDVMLSUDVM(470) 4 years, 9 months ago

Using Ajax, it is possible to provide real time validation to let a user whether his or her desired username is available. This article explains how to accomplish the same task with Gaia and ASP.NET read more...

add a comment |category: |Views: 37

tags: another

Random Rotating Images with Gaia(riderdesign.com)

submitted by LSUDVMLSUDVM(470) 4 years, 9 months ago

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. read more...

add a comment |category: |Views: 25

tags: another

Rotating Images made easy(riderdesign.com)

submitted by ShowjumperShowjumper(155) 4 years, 9 months ago

A great server control that makes it very easy to have rotating images on a page. Available for 1.1 and 2.0, easy to use and best of all free. read more...

add a comment |category: |Views: 23

tags: another

Dispatch for VS 2005(riderdesign.com)

submitted by ShowjumperShowjumper(155) 4 years, 10 months ago

Dispatch is an add in for VS 2005 that adds ftp support for the Web Application Projects. It adds a pane much like the solution explorer. Uploading files from within VS 2005 has never been easier. read more...

add a comment |category: |Views: 1

tags: another