Yearly archives: 2012

30 posts

SharePoint 2010 Web Part Error “Type is not registered as safe”

You’ve developed your visual web part and deployed it to your SharePoint Server. When you add that web part to the page, if you get the error states that “Type is not registered as safe”, you have to check a few things in your visual web part project. Check your […]

SharePoint 2010 101 Code Samples

Microsoft released SharePoint 2010 101 code samples project. Each code sample is part of the SharePoint 2010 101 code samples project. These samples are provided so that you can incorporate them directly in your code. Each code sample consists of a standalone project created in Microsoft Visual Studio 2010 and […]

Office Web Apps Uninstall Issues

When you install Office Web Apps to your environment, it becomes highly integrated  with your SharePoint. You have to be obey some important rules if you want to uninstall one of these coupled components, Office Web Apps and SharePoint. After you unistalled Office Web Apps from the Control Panel, you […]

SharePoint 2010 Keyboard Shortcuts

I’ve never used keyboard shortcut combinations in SharePoint 2010. But today in a usability discussion I wondered which keyboard shortcuts are available in SharePoint and I decided to list those I can find. Using these hot keys can be very effective. Home Link Alt + 1 -> ENTER Skip to […]

SharePoint 15 Preliminary SDK

Microsoft has released a technical review SDK for SharePoint 15 (or SharePoint 2013). This preliminary SDK is called as SharePoint 15 Technical Preview Managed Object Model Software Development Kit. You can download and dig into new SDK before next version of SharePoint released. Regarding to the release date of Office 15 […]

Web Part Maintenance Page

You implement your web part, build and deploy it to your SharePoint server. However your web part page can give errors due to a bug in your code or some other problem. Unfortunately in most cases web part page can not be opened in edit mode. There are many scenarios that causes this kind of […]

Deploy Initial Data With List Instance

This blog demonstrates creating a list instance from custom list definition and deploy some inital data with the list instance. In my previous blog I explained how to create custom list definition with custom content type and gave an abbreviation list example (Custom List Definition in SharePoint 2010). In this blog  I’ll continue with that example. […]

Custom List Definition in SharePoint 2010

In this blog I’ll explain how to create a custom list definition in SharePoint 2010 that contains the following parts; creation of custom fields and a content type for the list creation of list definition creation of a list instance I’ll demonstrate a list definition for an abbreviation list which will have two […]

Office Web Apps Installation for SharePoint 2010

This blog contains the procedures to install Microsoft Office Web Apps on your SharePoint 2010 server farms. You must have admin privileges on your computer to install Office Web Apps. Office Web Apps are the online companions to Microsoft Word, Microsoft Excel, Microsoft PowerPoint, and Microsoft OneNote applications. Office Web […]

Custom Context Menu Item in SharePoint 2010

You can modify content menu of list items in SharePoint 2010. List items’ context menu is called as Edit Control Block (ECB). Create a “SharePoint Project” in Visual Studio 2010 (farm solution) Add new “Feature”. Set the scope of “Feature” according to your needs. Add new “Empty Element” to your […]