One or more field types are not installed properly. Go to the list settings...
Problem Our test team is working hard and we finally had ironed out all the bugs on our development and test server. Unfortunately, upon deploying to our production server we ran into this error: One...
View ArticleSharePoint Get User Profile Properties
Challenge I’ve been working on a project where I needed to show user contact information. As usual, I decided to go the fancy route and implement a tooltip that would display a user’s information when...
View ArticleSharePoint List and LINQ using jQuery and IhttpHandler
Challenge I was looking for a simple way to use jQuery and a few parameters to retrieve data from a SharePoint List in JSON format. Here’s my approach… Javascript In the below method, I pass in the...
View ArticleWiTricity, a Stock to Watch
What is it? WiTricity is an emerging technology that will enable hardware devices to receive electricity wirelessly. The technology uses coupling between electromagnetic resonant objects, and has...
View ArticleDoxygen Generate C# Documentation
Challenge I recently had the task to create an API library for software I designed for a client. I was looking for a simple way to generate C# documentation using the XML comments in Visual Studio. I...
View ArticleWhen to Use AJAX
Consider Your Goals When considering implementing an AJAX pattern on a website or web application, you should first consider your goals. While there are several good reasons to implement AJAX, there...
View ArticleSharePoint Get Emails for Users Associated to SPListItem
Challenge On a recent project, I needed a way to build a list of emails for a given SPListItem. Considering most of you just want the code, here it is: Solution public List...
View Article