It's been a while since I've been able to continue my Application Templates series, but we move on to the Help Desk template which has some neat customizations that you can take onto your own projects. The Help Desk template is a part of the server admin templates provided directly from Microsoft here...
For the developers that create custom web parts for SharePoint you will come to the time when you want to allow end users to enter extra information to customize the web parts you have created. Most of the blog posts that I have seen online reference how to create custom properties for v2 (.dwp) web...
For those of you that have created applications on the SharePoint platform, you may have some code that takes a while to run in your environment, while the end user is staring at the screen wondering when/if the process is complete. If only you could create a status page that lets the user know their...
In case you want to see what’s happening behind the scenes when you add a List View Web Part to your page, jump out to PowerShell (on the SharePoint server) and take a look: So what’s happening here? PS C:\> [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") This lets me use...