August 25, 2011
Blog ArchivesPlay Sound in HTML5 and cross browser support with backward compatability.
In the last post in this series [ read here ] I added the clock timing logic to the HTML workout timer. The next feature to add is round and interval audio. I want to ring a bell at the beginning and the end of each round, a warning before a change in …
New Ajax Grid Scaffolding NuGet Package for MVC 3
EDITOR’S NOTE: Microsoft has an amazing intern program . For a summer, these bright college students work with a feature crew getting real work done, all the while attending cool events nearly every week that, frankly, make the rest of us jealous! Ju…
Filtering an ASP.NET GridView control with jQuery
As I’ve been swimming in the great jQuery lake I discovered the jQuery QuickSearch Plugin, As WebForms developers we often display lots of data using a gridview control. I though it would be neet to set up using the jQuery QuickSearch plugin with…
Implementing Mutually Exclusive CheckBoxes with jQuery
The ASP.NET Ajax Control Toolkit contains a control extender for making a set of ASP.NET CheckBoxes mutually exclusive [ See HERE ]. In this post I’ll demonstrate implementing Mutually Exclusive CheckBoxes with jQuery. ASP.NET Checkboxes are, of …
Replacing the ACT PagingBulletedList with the jQuery ListNav Plugin.
The Ajax Control Toolkit includes a control extender [ The Paging Bulleted List Control Extender ] that lets you create a list that the user can filter by clicking on an index indicator. This can be very useful, especially when your list is very large….
jQuery versus the Ajax Control Toolkit–Why should I use jQuery Instead ?
I recently received this email from an MSJoe blog reader. Hi Joe, thanks for the posts about jquery.. I’m now wondering, we are using the ms ajax toolkit. I like the simple use of it. Now doing jquery you will have to write javascript, whi…
Sample Code and Slides from DevConnection Germany
Thank you everyone who came to my three talks this week at DevConnections Germany! I really enjoyed my time in Karlsruhe. Here are the slides and sample code for the three talks: jQuery Templates In this talk, I discuss how you can take advantage of jQ…
Sample Code and Slides from DevConnection Germany
Thank you everyone who came to my three talks this week at DevConnections Germany! I really enjoyed my time in Karlsruhe. Here are the slides and sample code for the three talks: jQuery Templates In this talk, I discuss how you can take advantage of jQ…
ASP.NET Dropdown Search with jQuery
The Ajax Control Toolkit includes a ListSearch [ see HERE ] control extender that can me used to extend a list or drop down list with a filtering feature by which the control will start to narrow the available options in the list to the ones that inclu…
ASP.NET User Input via the jQuery UI Slider
The Ajax Control Toolkit includes a “Slider” and a “MultiHandleSlider” control extender that lets your user fill a textbox with a numeric value by dragging one or more markers along a line or “axis”. One “slide…