Browse by Tags
All Tags »
jQuery (RSS)
Last month I blogged about how Microsoft is starting to make code contributions to jQuery , and about some of the first code contributions we were working on: jQuery Templates and Data Linking support . Today, we released a prototype of a new jQuery Globalization
Read More...
My second talk at TechEd is focused on integrating ASP.NET AJAX and jQuery features into websites (if you’re interested in Silverlight you can download code/slides for that talk here ). The content starts out by discussing ScriptManager features available
Read More...
Looking for a way to display HTML content within a Silverlight application? If you haven’t tried doing that before it can be challenging at first until you know a few tricks of the trade. Being able to display HTML is especially handy when you’re
Read More...
The jQuery library has a passionate community of developers, and it is now the most widely used JavaScript library on the web today. Two years ago I announced that Microsoft would begin offering product support for jQuery, and that we’d be including it
Read More...
Just a reminder that we are holding the first-ever DC jQuery Meetup tonight at 6:30pm in the Microsoft Chevy Chase office. Details can be found here . Richard D. Worth, leader of the DC jQuery Meetup, and one of the creators of jQuery UI , will be on
Read More...
Here are the events listed in Community Megaphone for the next week (or so) for the Mid-Atlantic area, as well as webcasts of interest. I’d like to highlight in particular the two opportunities folks have to meet Scott Wiltamuth from the Visual Studio
Read More...
Here are the events listed in Community Megaphone for the next week (or so) for the Mid-Atlantic area, as well as webcasts of interest…this list includes events imported from the UGSS event calendar , and all events entered in Community Megaphone are
Read More...
So pleased to be able to help get this off the ground: Join us for the first jQuery Meetup in the Washington, D.C. metro area on the evening of Wed. April 28. We'll meet at the Microsoft - DC/Chevy Chase office to talk about what's new in jQuery UI 1.8
Read More...
Local jQuery UI team member Richard D. Worth has kicked off a couple of local jQuery meetup groups in our area, so if you enjoy working with jQuery, and want to spend some time with your peers, either learning more, or sharing what you know (or both),
Read More...
Thanks to all the folks who came out last night for my Intro to jQuery presentation last night at Charlottesville .NET. Apart from the whole getting lost thanks to my GPS refusing to acknowledge the new location of the group, I had a great time. As promised,
Read More...
You can use jQuery to trigger a button click from the client. In this certain situation, I needed to make sure the button was not disabled prior to clicking. In jQuery you can use the “is” function to check if the button is disabled like this:
Read More...
Today reading on idunno.org about Microsoft AJAX CDN, something I was thinking about a bit, too: Scott “Red Shirt” Guthrie announced today that the jQuery and the Microsoft AJAX scripts would be hosted on the Microsoft content delivery network (CDN) –
Read More...
Here are the events listed in Community Megaphone for the next week (or so) for the Mid-Atlantic area, as well as webcasts of interest…this list includes events imported from the UGSS event calendar , and all events entered in Community Megaphone are
Read More...
In the previous posts, we’ve met several helper methods which simplify the code needed to perform remote out-of-band requests. In this post, we’ll be introducing the all mighty $.ajax method. This method is used by all the other methods we’ve seen until
Read More...
Deferred script loading is a technique which can be used to reduce the initial loading time of any page. The idea is to load only the basic JavaScript code that is necessary for the initial loading operations of the page and then perform additional downloads
Read More...