Categories

Archives

Creating Weather Webpart using SharePoint Designer

English (versi bahasa Indonesia) Weather webpart is one of most popular wepart to place in homepage. Many available resources out-there in internet using C# and webservices. But instead of create weather webpart using Visual Studio I will show you how create it using SharePoint Designer. The process is pretty simple, 1. You need to create a new [...] [read more...]

MOSS 2007 : Howto override page redirection Url

English (versi bahasa Indonesia) I had a question from one of my friend “How can I override page redirection Url?”. He was using inline C# code which is not my preference – because it adds additional page-parser process and introduce new security consideration. His code also diminish upload attachment function in the original form. My first suggestion [...] [read more...]

MOSS 2007: How to create sub menu for context item

English (versi bahasa Indonesia) Features have been introduced as one of building block in SharePoint 2007. Using feature ones could extend the capabilities of SharePoint, from just a simple ActionMenu to the site definition – all of them can be done using feature.  I have created many ActionMenu that extend “EditItem” block in SharePoint but sometimes its [...] [read more...]

MOSS 2007 : Displaying User Picture Profile

English (versi bahasa Indonesia) Recently I’ve got a question how to display user picture profile.  Again, there are many approach – however I’ll show you with no code approach. First, I want to emphasize that this approach can be used to answer other customization which uses SharePoint’s ootb controls.   So, here we go. Open the default.aspx using SharePoint designer and look at the toolbox [...] [read more...]