Access Services in SharePoint 2013
This is a brief recap of my Philly .net Code Camp 2013.1 presentation. Detailed information about the requirements and configuration of Access Services can be found in this TechNet wiki. It is...
View ArticleExpand Collapse SharePoint Left Menu Navigation using jQuery
For a recent project, we are using the native SharePoint Navigation to control the items in the left vertical menu on all of our pages. Most elements in the navigation have one level that link...
View ArticleExpand Selected SharePoint Menu Item with jQuery
In the previous post, I showed how to use jQuery to hide items in the Left Navigation in SharePoint 2010. We also had a requirement to highlight the currently selected menu item. If the selected item...
View ArticleItemFieldIterator: Display Content from Different Web
The List Fields Iterator control provides an easy way to present list information dynamically on your page. Just point it to the ListId, set the control mode to New or if the item exists, Display or...
View ArticleRecap 2011
End of the year and time look back on what I have accomplished. Although I’ve been doing some form of SharePoint projects development / configuration / administration for much of the last 10 years,...
View ArticleUsing LINQ to Group Join Data From 2 SharePoint Lists
One of the things you can now do with CAML in SharePoint 2010 is build a Join query. However, there are some limitations. The biggest limitation for using it to solve one of my problems was the fact...
View ArticleUsing forms.css Classes on Application Pages
In building custom solutions, there are times when you need to create a custom page for entering data. You still want the application page to be styled like the OOTB data entry forms. This is all...
View ArticleCode Camp Submission–Escaping SharePoint
At the January Philly.net meeting, I presented a Quick Tips session based on the SharePoint LINQ post. I started with a quick impromptu survey. How many people used LINQ, how many use SharePoint and...
View ArticleEscaping SharePoint–Code Camp 2012.1 Presentation
This is just a quick recap of my presentation at this weekend’s Philly .net Code Camp. The purpose of the talk was to show that it is easy to incorporate the tools and technologies used in other web...
View ArticleSharePoint 2013 Geolocation
Geolocation or ‘spatial data’ is a new feature in SharePoint 2013 and it provides the ability to store data representing the latitude and longitude coordinates of an object right in your SharePoint...
View Article