Welcome to AppDev Edge blogs, where our members have access to the latest insights from the AppDev experts.
As a site visitor, you can stay on top of trends in learning and technology with blogs by the AppDev team, including President Craig Jensen and Vice President of Technology Martin Schaeferle. AppDev Edge members also have access to blogs by our Microsoft MVP and expert instructors including Ken Getz, Robert Green, Don Kiely and Doug Ware.
For complete access to AppDev Edge, learn more about the site and
how to become a member.
Sorry, but there are no more tags available to filter with.
-
Body: The last couple of months have been extremely busy for me; a demanding client, Cub Scout den leader activities, user group stuff, and life in general! The best proof of this? I was awarded the MVP award for SharePoint Server while on a Cub Scout camping trip at the beginning of October and I am...
-
Body: I'm working on a new line of products for SharePoint Online / Office 365. A few of the pages need to display list views whose locations are unknown at design time – the lists are created on the fly and can have any title and a single page displays a view based on what the user chooses...
-
Body: I spent far too long this morning trying to hide a single ribbon button on a single page. The page is part of a sandbox solution so I couldn't do the work server side, and because the page was a one-off in a library I didn't want to use a HideCustomAction. My first attempt was CSS, but...
-
Body: A couple weeks ago I wrote about an Unorthodox Architecture for Services in SharePoint Sandbox Solutions and Office 365 . This post is about an application of this architecture to create an autocomplete text box using jQuery UI. An autocomplete field looks like this: It is a great alternative to...
-
Body: I had a hard time deciding on a title for this post. The experience I am going through is just ridiculous on so many levels and there is a lot of hate to go around. SharePoint Online in Office 365 uses claims based authentication which is cool, and it supports federated authentication and trust...
-
Body: These days we are spending a lot of time on a series of sandbox applications that will run on Office 365. If you are a follower of this blog you know I was more than a bit disappointed in the restrictions the SharePoint 2010 sandbox implementation imposes. However, if you want to play in the sandbox...
-
Body: If you have the pleasure of writing sandbox solutions, perhaps for Office365, you know that doing so involves a wide variety of creative workarounds. Serialization is one area where this creativity comes into play. The problem with the XMLSerializer is that it creates and loads a serialization...
-
Body: One of my clients has a project that includes claims based authentication with a custom identity provider (IP-STS). This part of the project has been helped by the fact that the documentation gets better each month – sometimes it seems as if the question we have was documented a few days...
-
Body: Earlier today I was surprised to discover that the Enable-SPSessionStateService cmdlet and the associated service are not included in SharePoint Foundation. This is unfortunate because I have some bits that need session and they need to run on SPF as well as SharePoint Server. I found this post...
-
Body: This post started out as a short reply to a discussion on LinkedIn about this post: Why there is a shortage of SharePoint Experts . Once I hit the fourth paragraph I decided it made a better blog post then a comment. :) There is a shortage of SharePoint experts because the learning curve for the...
-
Body: On Sunday I'm flying to Minneapolis to film the first SharePoint 2010 video for AppDev . The course is entitled Exploring SharePoint 2010 and it's as complete an overview of the 2010 stack as I could reasonably fit into 10 hours. Amazingly, SharePoint 2010 is such a deep and wide platform...
-
Body: Sometimes you may do some serious customization to a list's forms and build related business logic that precludes the use of the 'Edit in Datasheet' feature that comes with every list. Unfortunately, there isn't an 'Allow Edit in Datasheet' checkbox anywhere on the List...
-
Body: One thing we like to do on most of our projects is create a version control and deployment system that allows us to keep everyone on the team in sync. This is important because almost every team will have several people who are contributing content, design elements, and requirements who are not...
-
Body: I just got done with a Live Learning Web cast for AppDev on User Profiles and My Sites and it's hard to imagine how it could possibly have been worse. I had serious machine issues for the first 30 minutes and couldn't get my profile import configuration to save. I kept getting an error...
-
Body: At the second meeting of the new Atlanta SharePoint User Group , Dan Attis spoke on SharePoint development environments. His talk reminded me that I have meant for some time now to post a series about specific techniques that I use to make life as a SharePoint developer more productive. This post...