Integrating SharePoint 2007 and jQuery [Part One]
In the first part of this article I'll talk about how you can enable the jQuery JavaScript library in SharePoint 2007 sites and pages. The second part of this article will focus on using jQuery in...
View ArticleCool Navigation in SharePoint 2007 using jQuery – Teaser!
So you think GUI coolness nowadays is only related to fancy RIA stuff like Silverlight? Think again! The video above is a little project I’m working on, using jQuery plugins to show a cool way to...
View ArticleBreaking the WSS Top Link Bar in two with jQuery
Since I got a fan of the jQuery Javascript library , usually I can’t resist showing off the power of this library in my SharePoint development courses at U2U . For example two weeks ago I was in sunny...
View ArticleVisual Studio 2008 JQuery Intellisense
After following through various step-by-step instructions on getting the JQuery intellisense to work with Visual Studio 2008 SP1, I was still having issues getting it to work correctly. The first and...
View ArticleDetermine the URL of SharePoint Web Services using jQuery/Javascript
If you have read some of the previous posts on this blog related to using jQuery in SharePoint 2007 sites, you probably know that it’s perfectly possible to make call the out-of-the-box SharePoint web...
View Article"The security validation for this page is invalid" when calling the...
When working with the out-of-the-box SharePoint web services, it may have happened to you that the Web Service response contained the following exception embedded in the XML: Exception of type...
View ArticleIntelliSense for jQuery in Visual Studio
IntelliSense for jQuery in web forms To enable IntelliSense for jQuey in a web form all you need to do is to reference the jQuery and Visual Studio will automatically enable IntelliSense for you. As......
View ArticlejQuery Templates and Data Linking (and Microsoft contributing to jQuery)
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...
View ArticlejQuery Globalization Plugin from Microsoft
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...
View ArticlejQuery Part 1: jQuery Basics
Introduction Welcome to my first blog post on the topic of jQuery. This is the first part of a three part series. This post will cover most of the basic features of jQuery. Then next post will wrap up...
View ArticlejQuery Part 2: More jQuery Basics
Introduction Welcome to the second part of my overview of jQuery. This article is part of a 3 part series. If you did not read the first article, you may want to go back and read that first. This...
View ArticlejQuery Templates, Data Link, and Globalization Accepted as Official jQuery...
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...
View ArticleDec 5th Links: ASP.NET, ASP.NET MVC, jQuery, Silverlight, Visual Studio
Here is the latest in my link-listing series . Also check out my VS 2010 and .NET 4 series for another on-going blog series I’m working on. [In addition to blogging, I am also now using Twitter for...
View ArticlejQuery Part 3: Advanced jQuery
Introduction Welcome to the third and final installment of the jQuery saga. This post will cover some of the more advanced features of jQuery such as Ajax, utility functions and plugins. Along the way...
View ArticleJavascriptHelper–Managing JS files for ASP.NET MVC
After working several years with the Castle Monorail MVC framework, I decided to try ASP.NET MVC to see if it had caught up to Monorail. The transition seemed to go rather smoothly, but one area where...
View ArticleMVC4 Makes it Easier to Create Desktop and Mobile Web Applications
Last year I wrote an article that expressed the importance of developing not only desktop solutions but mobile ones as well. Since then it has become increasingly important to present not only to a...
View ArticleVisibility: hidden vs. Display: none
During a recent project I kept coming up against strange issues with layout. It was in a windows 8 store app, and therefore using some advanced CSS3 techniques, so I assumed I was just having issues...
View ArticleKendo UI Window IE8 Error
While working on my most recent project using the Kendo UI Library I came across the following error when trying to inject html from a partial view into a Kendo UI Window. SCRIPT5007: Unable to get...
View Article