Home / ASP.NET Weblogs

November 2006 - Posts

Posted to:
by: 
11-30-2006, 10:59 PM

Port25 on ASP.NET AJAX

Sam dropped by the other day and interviewed me for Port25 about ASP.NET AJAX … There is some fun history stuff at the start then some explanation of how we see the AJAX space and of course a demo of the Microsoft AJAX Library working with PHP… From Atlas to ASP.NET AJAX: Sam Interviews Brad Abrams I'd love to hear what you think! Read More...
Filed under: ,
Posted to:

IE6 and IE7 Running On A Single Machine

The post just went live! http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx If you’re looking for a way to run IE6 and IE7 side by side, and you’ve read my previous posts why it’s not possible, here’s the answer! EDIT: Fixed URL. Read More...
Posted to:

Running IE6 & IE7 on one machine, the right way

We have heard tons of feedback about the need for developers to run both IE6 and IE7 on their machine simultaneously to test Web sites. The challenge is that when you install IE7 it replaces IE6. To date we have not had a supported way of handling this although there have been myriad hack ways of accomplishing this task. To resolve this Pete LePage set out on a quest to figure out an easy, free, and correct way to do this. Check out his blog for more context, but today he released a VPC that provides everything you need to do it. Get all the details here . Let us know what you think! http://blogs.msdn.com/ie/archive/2006/11/30/ie6-an... Read More...
Filed under: ,
Posted to:

IE6 VPC Now Available For Download

I think the biggest question people asked about the IE6 VPC image was when will it be available? How about right now! After a rather late night last night, and a bit of a false start, I uploaded the VPC image this morning, and it's gone live. The image contains Windows XP SP2, IE6 and the IE7 Readiness Toolkit. It clocks in at a 496meg download, and unpacks to about 1.5 gigs. Internet Explorer 6 Application Compatibility VPC Image The image is set to expire on April 1, 2007 (it's not an April Fools Joke). If there is enough demand, we'll most likely release another one in March some time, and extend the expiry date. I'll make another post later today with a link to the IE Blog post about this with more info. Read More...
Posted to:
by: 
11-30-2006, 8:35 AM

AJAX Predictive Fetch - Webcast Materials

Many thanks to everyone who attended. Here is the source code and PowerPoint. Please feel free to post questions. http://www.joeon.net/downloads/LFR-PredictiveFetch.zip Read More...
Posted to:
by: 
11-30-2006, 4:54 AM

WEBCAST TODAY - Live from Redmond - AJAX Pattern

Tune in today at 9:00AM PST / 12:00 Noon EST for a Live Webcast on implementing the AJAX Pattern “Predictive Fetch” More info HERE ! http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032311345&EventCategory=4&culture=en-US&CountryCode=US&Action=Preview Read More...
Posted to:
by: 
11-30-2006, 2:01 AM

Tip/Trick: Use the ASP.NET 2.0 CSS Control Adapters for CSS friendly HTML output

Tired of having html <table> elements rendered by the built-in ASP.NET server controls and wishing you could use a pure CSS solution instead? If so, read on... Last week we released Version 1.0 of the ASP.NET 2.0 CSS Control Adapters . These adapters take advantage of a new extensibility feature in ASP.NET 2.0 that we call the "Control Adapter Architecture", and which enables developers to override, modify and/or tweak the rendering output logic of an existing server control (without changing any of its properties, supported events, or programming model). The ASP.NET 2.0 CSS Control Adapters that we released last week provide pre-built control adapters for 11 of the most common ASP.NET controls (GridView, DetailsView, FormsView, DataList...
Posted to:
by: 
11-30-2006, 1:04 AM

Extending the ASP.NET 2.0 Localization Model with a Database Resource Provider

Earlier this spring, Michèle Leroux Bustamante wrote a great article for MSDN: ASP.NET 2.0 Localization Features: A Fresh Approach to Localizing Web Applications . It covers the basics of how to use the new localization features available within ASP.NET 2.0 to build localized, culture-aware, web applications. To watch how to quickly apply these localization techniques, I'd also highly recommend checking out this free 13 minute video: How do I: Create a Multi-Lingual Site with Localization? It is part of the excellent ASP.NET 2.0 How Do I video series and demonstrates step-by-step how to build and localize an ASP.NET application from scratch (as well as how to dynamically select the language to use both via a client's incoming user-agent string...
Filed under: ,
Posted to:

RTW of the CSS Friendly Adapters

If you’re not a fan of table based markup being emitted from ASP.NET server controls, you won’t want to miss the release of ASP.NET CSS Friendly Control Adapters 1.0! Since our first beta of this kit, we’ve made several enhancements and fixes. We are pleased to announce the immediate availability of the final version 1.0, where you will find added functionality for the following 11 popular ASP.NET controls: Menu TreeView DetailsView FormView GridView DataList Login ChangePassword PasswordRecovery CreateUserWizard LoginSatus Not only have these controls been adapted to offer clean XHTML 1.1 compliant markup, but new functionality has also been introduced. For example, useful enhancements to the TreeView control include Cascading Checkboxes ,...
Filed under:
Posted to:
by: 
11-28-2006, 3:17 AM

Tip/Trick: Implement "Donut Caching" with the ASP.NET 2.0 Output Cache Substitution Feature

Some Background: One of the most powerful, yet too often under-used, feature areas of ASP.NET is its rich caching infrastructure. ASP.NET's caching features enable you to avoid repeating work on the server for each new request received from clients. Instead, you can generate either html content or data structures once, and then cache/store the results within ASP.NET on the server and re-use them for later web requests. This can dramatically improve performance for your applications, and lower the load on critical backend resources like databases. Steve Smith wrote a good ASP.NET 1.1 caching article on MSDN a few years ago that covers some of the basics of the ASP.NET 1.1 caching features and provides a good summary of how to use them. If you...
Filed under: ,

1 2 3 4 5 Next > ... Last »

Archives