Browse by Tags

ASP.NET Ajax and jQuery Development Template
14 August 10 11:03 PM | Mike Knowles
Using jQuery with ASP.NET Ajax greatly extends the range of the .NET front-end developer. The benefit of using jQuery is it allows you to perform client-side DOM operations and include jQuery plugins in your site to gain increased interactivity without...
Filed under: ,
Implementing Three-State Image Buttons in ASP.NET Using Sprite Sheets and CSS
15 February 10 03:01 PM | Mike Knowles
Many modern sites make use of two or three-state buttons to provide an added degree of interactivity when navigating across pages or submitting a form. It’s possible to create two and three state buttons using straight CSS or images. This article focuses...
Filed under: ,
Convert Visual Studio 2008 Class Library Project to Web Application Project
18 June 09 02:11 AM | Mike Knowles
Have you ever started out developing a class library for web parts or utility classes only to realize you later need to add a User Control or Page to the project? This can happen when working with SharePoint solutions as a popular way to develop and package...
Filed under: ,
Multiple Browser Windows Media Player Object Tag
16 June 09 05:31 AM | Mike Knowles
This post describes how to build an object tag for Windows Media Player that will work on multiple browsers. Recently while writing some code for Windows Media Player, I took a walk down Google lane and came across an article on A List Apart by Elizabeth...
Filed under:
Integrating jQuery 1.3, ASP.NET 3.5 Visual Studio 2008
01 June 09 09:56 PM | Mike Knowles
jQuery 1.3 was released earlier this year with many new features , most notably improved CSS selectors and event handling. Microsoft and the jQuery team are working together on development and support of the jQuery framework and integrating it into the...
Filed under: ,
Google-Friendly Master Pages
14 April 09 06:23 AM | Mike Knowles
When building ASP.NET Master Pages there are some simple approaches that will improve your search engine rankings, result displays, and integration with Google form-based tools such as Custom Search and AdSense. Search Engine Optimization (SEO) is the...
Filed under: