Select All CheckBoxes in a Table Column With and Without jQuery Plugin Demo

by Bill Beckelman 18. November 2008 08:11
I first wrote about selecting all of the checkboxes in an ASP.NET ListView almost three months ago now.  You may of noticed in my last post some cleaner code to achieve this that doesn't require adding arbitrary classes or id's for hooks. Since I didn't point it out, I thought I would share it ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | jQuery

Totals and Averages of Column Data on Client Side Using JavaScript and jQuery Demo

by Bill Beckelman 13. November 2008 07:26
Recently, I was asked to provide some totals and an average in the footer of a single table. I've done this in the past on the server side and it always turns into a pain for some reason. Its one of those things for me that I don't have to do to often and have to re-figure out each time :) Since my ... [More]

Currently rated 3.3 by 3 people

  • Currently 3.333333/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | jQuery

Sorted Column Highlighting Widget for jQuery TableSorter Plugin Demo

by Bill Beckelman 11. November 2008 06:38
Since I switched to using client side sorting for my tables via the tablesorter.js plugin created by Christian Bach, the one thing I have missed from the server side method I was using before is the highlighting of the sorted columns. It took a while to figure out how to remedy this, but I think I f... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | jQuery

How to Use Visual Studio jQuery IntelliSense Supported Through Hotfix

by Bill Beckelman 8. November 2008 10:14
Jeff King, Program Manager for Visual Studio Web Tools blogged VS2008 SP1 Hotfix to Support "-vsdoc.js" IntelliSense Doc Files on Friday. The HotFix (VS2008 SP1 only) allows Visual Studio to find "-vsdoc.js" files that have commenting for IntelliSense in the same folder as a script file linked to fr... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | jQuery | Visual Studio

Right or Left Click Context Menu Using jQuery Demo

by Bill Beckelman 4. November 2008 05:30
In my seemingly never ending quest to find the coolest jQuery plugins I came across the jQuery Context Menu Plugin by Cory S.N. LaViska. As you have probably figured out, I use a lot of ASP.NET ListViews so I generally tryout the plugins I find using a simple ListView which in this case basically tr... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | jQuery

jQuery clueTip Plugin Revisited Demo

by Bill Beckelman 31. October 2008 06:15
Quite some time back I wrote about using the jQuery clueTip plugin to display additional data to the users of my application. At that time I only scratched the surface of what the clueTip plugin can do though by using the text within an item's title attribute. The plugin also supports displaying dat... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | jQuery

Inserting Content Using jQuery SimpleModal Plugin Demo

by Bill Beckelman 30. October 2008 09:05
I decided to continue to the next logical step using the jQuery SimpleModal plugin. In the last post I used it to show a modal delete confirmation and in this post I am going to demonstrate the plugin as a way to insert new data in the form of a new customer record. Demo |Download End Product: Add... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | jQuery

Modal Delete Confirmation Version Two Using jQuery SimpleModal Plugin Demo

by Bill Beckelman 28. October 2008 05:48
I finally got around to using the SimpleModal delete confirmation that I wrote about quite a while back. One of the first things I noticed was that I could cut down a lot of the html markup by not including the confirmation in each row of the table and instead just setup a single confirmation and ca... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | jQuery

Checkbox Parser and Bug Fix for jQuery TableSorter Plugin

by Bill Beckelman 24. October 2008 01:26
I wanted to pass along a few things I have run into with the jquery tablesorter plugin that might help those of you who have been following my recent posts: Client Side ASP.NET ListView Sorting via jQuery TableSorter Plugin Demo Client Side Table Sorting, Paging and Filtering with jQuery Demo &nbs... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

jQuery

Client Side Table Sorting, Paging and Filtering with jQuery Demo

by Bill Beckelman 23. October 2008 07:29
I have been incorporating client side table sorting, paging and filtering using jQuery and some great plugins that I first wrote about earlier in the week. In the first post I only mentioned the the tablesorter paging plugin and did not demonstrate it. I finally had the chance to start working with ... [More]

Currently rated 4.5 by 2 people

  • Currently 4.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | jQuery

Powered by BlogEngine.NET 1.4.5.7
Theme by Mads Kristensen

About Me

I live and work in Salt Lake City, Utah. My background is in aviation. I have a degree in Aeronautical Science from Embry-Riddle Aeronautical University in Prescott, AZ. I have worked as a commercial airline pilot and most recently as a technical advisor for a charter airline.

Warning Sign