"SharePoint" is currently a popular topic for Ajax writers. We have "SharePoint" focused insightful blog posts, and more for you from our Ajax collection.
The Search Developer Story in SharePoint 2010 - Query Interfaces
Original at MSDN Blogs
• Fri, Nov 20
By enterprisesearch This is the lowest level object model, used by the Federation object model, the Query Web Service and the Query RSS feed. Both SharePoint Search and FAST Search support the KeywordQuery object in this object model. While the Federation OM returns XML (to Web Parts), the Query OM returns dat...
Excel Services in SharePoint 2010 Administration Improvements
Original at MSDN Blogs
• Mon, Nov 16
• 3 related articles
By Joseph Chirilov Commands you perform in PowerShell are done using “command-lets” or cmdlets for short. All the Excel Services PowerShell cmdlets are fairly simple in nature and are all flavors of Get, Set, New, and Remove. They basically all boil down to the action of getting some object (like an Excel Ser...
Excel Services in SharePoint 2010 Dashboard Improvements
Original at MSDN Blogs
• Wed, Nov 11
• 3 related articles
By Joseph Chirilov In SharePoint 2010, we’ve removed this limitation by supporting the IWebPartParameters interface. This interface is also supported by virtually all SharePoint web parts, and is also documented on MSDN to allow for customers to build their own web parts using it as well. This interface a...
How to Display a SharePoint Dialog from Ribbon Button and Get Selected Item Context
Original at MSDN Blogs
• Sun, Nov 8
By jfrost Overview Another really cool new feature in SharePoint 2010 is the new dialog framework provided by the JavaScript client object model. Inside the new client object model is a JavaScript static class called “SP.UI.ModalDialog” that provides a number of helpful methods for working with...
Adding Custom Button to the SharePoint 2010 Ribbon
Original at MSDN Blogs
• Fri, Nov 6
By jfrost In this blog post I will walk through how to add a custom button to the new SharePoint 2010 ribbon. One very big and noticeable update in SharePoint 2010 is that we now have an awesome, Office client-like ribbon the provides most of the controls and buttons now in SharePoint 2010. A question...
Saving Money with SharePoint in the Public Sector
Original at MSDN Blogs
• Fri, Nov 6
By ukgovernment · Reduce development costs, by using comprehensive out-of-the-box components, by using built-in integration with the Microsoft Office 2007 suite, and by using the .NET Framework object models to reduce learning curves and development time.
Excel Services in SharePoint 2010 REST API Syntax
Original at MSDN Blogs
• Thu, Nov 5
• 3 related articles
By Joseph Chirilov We start out with a simple Excel workbook stored on a SharePoint 2010 server at the following URL: Note: In the case where the workbook resides in the root site of the SharePoint server then you would insert the _vti_bin/ExcelRest.aspx/ behind the server name. becomes… Tables: Charts:
Open XML and Office Services
Original at MSDN Blogs
• Tue, Nov 3
By BrianJones As we see the shift from a focus on an individual's productivity to a focus on the entire workgroup's productivity, it also means the way in which people program against our applications changes. This is why you see a lot more SharePoint development in addition to traditional Office devel...
SharePoint Conference 2009 Day 2
Original at MSDN Blogs
• Mon, Nov 2
By Karimka Advanced Web Part Development During the Advanced Web Part Development session the speaker bean by discussing the capabilities and direction of the development of web parts in SharePoint 2010. One of the fundamental items of note here is the difference between SharePoint 2010 and MO...
Analyzing My MSDN Blog
Original at MSDN Blogs
• Mon, Nov 2
By Jeremy Jameson Table 4: Top referrals by URL for post - Issues Deploying SharePoint Solution PackagesURLHitsLast Datehttp://decatec.it/blogs/2007/06/18/sharepoint+deployment+tecniques.aspx83Oct 12 2009, 01:58 AMhttp://google.com/search?q=this+solution+contains+resources+scope...
SharePoint Search-as-You-Type with jQuery
Original at ASP.NET Weblogs
• Wed, Jul 1
By Jan Tielens So how is all of this implemented? Well the idea is to display an HTML textbox in a Content Editor Web Part. Using the jQuery library, an eventhandler is added to that textbox for every keypress. When there are more than three characters (value is configurable) entered in the textbox, jQuery...
Opinion: Integrating SharePoint 2007 and jQuery [Part One]
Original at ASP.NET Weblogs
• Wed, Nov 19
By Jan Tielens 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 SharePoint 2007 sites and pages. When I was at PDC’08, I attended a session about the jQuery JavaS...