I’m happy to announce the November 2011 Release of the Ajax Control Toolkit. This release introduces a new Balloon Popup control and several enhancements to the existing Tabs control including support for on-demand loading of tab content, support for vertical tabs, and support for keyboard tab navigation. We also fixed the top-voted bugs associated with […]
ASP.NET Connections Fall 2011 Slides and Code
Thanks everyone who came to my talks at ASP.NET Connections in Las Vegas! There was a definite theme to my talks this year…taking advantage of JavaScript to build a rich presentation layer. I gave the following three talks: JsRender Templates – Originally, I was scheduled to give a talk on jQuery Templates. However, jQuery Templates […]
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 jQuery templates when building both ASP.NET Web Forms and […]
Install the Ajax Control Toolkit from NuGet
The Ajax Control Toolkit is now available from NuGet. This makes it super easy to add the latest version of the Ajax Control Toolkit to any Web Forms application. If you haven’t used NuGet yet, then you are missing out on a great tool which you can use with Visual Studio to add new features […]
May 2011 Release of the Ajax Control Toolkit
I’m happy to announce that the Superexpert team has published the May 2011 release of the Ajax Control Toolkit at CodePlex. You can download the new release at the following URL: http://ajaxcontroltoolkit.codeplex.com/releases/view/65800 This release focused on improving the ModalPopup and AsyncFileUpload controls. Our team closed a total of 34 bugs related to the ModalPopup and […]
Ajax Control Toolkit and Superexpert
Microsoft has asked my company, Superexpert Consulting, to take ownership of the development and maintenance of the Ajax Control Toolkit moving forward. In this blog entry, I discuss our strategy for improving the Ajax Control Toolkit. Why the Ajax Control Toolkit? The Ajax Control Toolkit is one of the most popular projects on CodePlex. In […]
New April 2011 Release of the Ajax Control Toolkit
I’m excited to announce a new release of the Ajax Control Toolkit which you can download immediately from: http://ajaxcontroltoolkit.codeplex.com/ In this release, we concentrated on making improvements in three areas: Fixing compatibility issues between Internet Explorer 9 and the Ajax Control Toolkit Improving the RoundedCorners extender to take advantage of CSS 3 Improving the DropShadow […]
jQuery Templates Talk Slides and Code
Thank you everyone who came to my talk yesterday at ASP.NET Connections on jQuery Templates. Click the link at the end of this blog entry to download the slides and code. Some of the more interesting code samples include: RemoteBetter.aspx – Demonstrates how to get Intellisense when creating a template by placing the template […]
jQuery, jQuery UI, jQuery Validate Sample Code
Thank you everyone who attended my half-day workshop on jQuery and ASP.NET at ASP.NET Connections in Florida! You can download the slide deck and all of the code from the workshop by clicking the link at the bottom of this blog post. There are about 40 code samples that demonstrate a wide range of jQuery […]
Creating HTML5 Offline Web Applications with ASP.NET
The goal of this blog entry is to describe how you can create HTML5 Offline Web Applications when building ASP.NET web applications. I describe the method that I used to create an offline Web application when building the JavaScript Reference application. You can read about the HTML5 Offline Web Application standard by visiting the following […]