May
19
2009
With Silverlight and the DeepZoom Composer it is very easy to create a pano viewer that lets one zoom, drag, and pan the panorama. With a few clicks in the DeepZoom Composer the pano viewer is up and running in a matter of minutes. In this article I'll show you how get a pano viewer up and running.
Nov
02
2008
I recently discovered a great jQuery plugin called jQuery File Tree. 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 configure and customize jQuery File Tree.
Oct
15
2008
This article will show you how to send an email with jQuery and an ASP.NET web service (asmx). Using the jQuery ajax method, we will submit the contact form information in JSON to the asmx service.
Oct
08
2008
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.
Oct
01
2008
A cool use for AJAX is to let users know if a particular username is available or not while they are filling out the registration form. In the previous article "Check username availability with MS AJAX" I covered how to accomplish this task with MS AJAX. With all the excitement about JQuery being bundled with .Net/Visual Studio I thought it a good idea show how to check username availability with JQuery.