You are browsing the archive for jquery.

by Editor

April 14th Links: ASP.NET, ASP.NET MVC, ASP.NET Web API and Visual Studio

April 15, 2012 in .NET, Articles, ASP.NET, MVC, News, Reference, Visual Studio

Here is the latest in my link-listing blog series: ASP.NET Easily overlooked features in VS 11 Express for Web : Good post by Scott Hanselman that highlights a bunch of easily overlooked improvements that are coming to VS 11 (and specifically the free express editions) for web development: unit testing, browser chooser/launcher, IIS Express, CSS Color Picker, Image Preview in Solution Explorer and more. Get Started with ASP.NET 4.5 Web Forms : Good 5-part tutorial that walks-through building an application using ASP.NET Web Forms and highlights some of the nice improvements coming with ASP.NET 4.5. What is New in Razor V2 and What Else is New in Razor V2 : Great posts by Andrew Nurse, a dev on the ASP.NET team, about some of the new improvements…(read more)

by Editor

ZenGallery: a minimalist image gallery for Orchard

March 31, 2012 in Articles, ASP.NET, News, Reference

There are quite a few image gallery modules for Orchard but they were not invented here I wanted something a lot less sophisticated that would be as barebones and minimalist as possible out of the box, to make customization extremely easy. So I made this, in less than two days (during which I got distracted a lot). Nwazet.ZenGallery uses existing Orchard features as much as it can: Galleries are just a content part that can be added to any type The set of photos in a gallery is simply defined by a folder in Media Managing the images in a gallery is done using the standard media management from Orchard Ordering of photos is simply alphabetical order of the filenames (use 1_, 2_, etc. prefixes if you have to) The path to the gallery folder is…(read more)

by Editor

Play Sound in HTML5 and cross browser support with backward compatability.

August 25, 2011 in Articles, News, Reference

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 work state, [...] Read More……(read more)

by Editor

New Ajax Grid Scaffolding NuGet Package for MVC 3

August 18, 2011 in Ajax, Articles, ASP.NET, ASP.NET MVC, aspnetmvc, News, Reference, Software Development

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! Just look at some of the perks listed in this news article! This summer, the ASP.NET MVC is hosting an intern, Stephen Halter, who while very smart, doesn’t have a blog of his own (booo! hiss!). Being the nice guy that I am (and also being amenable to bribes), I’m letting him guest author a post on my blog (first guest post ever!) to talk about the cool project he’s been doing. Hello everyone – my name is Stephen Halter, and I am a summer intern on the ASP.NET MVC team who is excited to show you the…(read more)

by Editor

Filtering an ASP.NET GridView control with jQuery

June 17, 2011 in Articles, News, Reference

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 the Gridview. Here’s how it works. Ihave a GridView wired to some [...] Read More……(read more)

by Editor

Implementing Mutually Exclusive CheckBoxes with jQuery

June 16, 2011 in Articles, News, Reference

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 course, server-side controls. If you’ve been following along with this series, or you using ASP.NET WebMatrix or MVC instead of [...] Read More……(read more)

by Editor

Replacing the ACT PagingBulletedList with the jQuery ListNav Plugin.

June 15, 2011 in Articles, News, Reference

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. The jQuery ListNav Plug-In lets you do this with any unordered [...] Read More……(read more)

by Editor

jQuery versus the Ajax Control Toolkit–Why should I use jQuery Instead ?

June 15, 2011 in Articles, News, Reference

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, which will have the advantage that all cpu cycles are [...] Read More……(read more)

by Editor

Sample Code and Slides from DevConnection Germany

June 11, 2011 in Ajax, Articles, ASP.NET, ASP.NET MVC, News, Reference, Talks

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 jQuery templates when building both ASP.NET Web Forms and ASP.NET MVC applications. I demonstrate several advanced features of templates such as wrapped templates and remote templates. Download the slides Download the code HTML5 In this talk, I discuss the features of HTML5 which matter most when building database-driven web applications. I demonstrate WebSockets, Web Workers, Web Storage, IndexedDB, and Offline Web Applications. Download the slides Download the code jQuery + OData In this talk,…(read more)

by Editor

Sample Code and Slides from DevConnection Germany

June 11, 2011 in Ajax, Articles, ASP.NET, ASP.NET MVC, News, Reference, Talks

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 jQuery templates when building both ASP.NET Web Forms and ASP.NET MVC applications. I demonstrate several advanced features of templates such as wrapped templates and remote templates. Download the slides Download the code HTML5 In this talk, I discuss the features of HTML5 which matter most when building database-driven web applications. I demonstrate WebSockets, Web Workers, Web Storage, IndexedDB, and Offline Web Applications. Download the slides Download the code jQuery + OData In this talk,…(read more)