Browse by Tags

MOSS 2007 : Howto override page redirection Url
28 January 08 04:31 PM | cakriwut | with no comments
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...
MOSS 2007: How to create sub menu for context item
03 January 08 11:14 AM | cakriwut | 1 comment(s)
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...
How to enable "Edit Page" in SharePoint's standard form.aspx
03 November 07 02:28 PM | cakriwut | with no comments
English ( versi bahasa Indonesia ) Just like the old version, if we want to add additional web part in standard form (newform.aspx, editform.aspx, dispform.aspx) then we have establish a strategy to view the page in edit mode. However, the new page model...
MOSS 2007: How to delete default Shared Service?
26 August 07 12:10 AM | cakriwut | 1 comment(s)
English ( versi bahasa Indonesia ) You might already know that one of essential component in MOSS 2007 is the Farm’s Shared Services. Farm’s Shared Services serves all server in the farm for profiles, bussiness data catalog and many more....
MOSS 2007: Fixing SSOSrv error 0x80040e14
20 August 07 12:22 AM | cakriwut | 1 comment(s)
English ( versi Indonesia ) Yesterday I tried to enable single-sign-on (SSO) webpart on one of our client's server. It was very strange since the webpart was tested well few month ago on other client - but not at this time. The "GetCredentials" of "ISsoProvider...
MOSS 2007: Branding a Publishing Page , answer for a friend
06 May 07 12:40 AM | cakriwut | with no comments
English: Hi, I came across your blog and the tutorial seems quite impressive. I am also in the process of rebranding sharepoing and really am lost on how to do it. I have referenced to numerous resources but none provides a step-by-step procedure to achieve...
MOSS 2007: Enable Search Visibility !
23 January 07 11:36 AM | cakriwut | with no comments
English : This morning I have disussion with Mark why we can't search page content in our new MOSS 2007 server installation. I remembered that in Beta 2 and Beta 2 TR - there was no such problem (or may be I didn't realize it before?) We start to full...
MOSS 2007: Migration Steps from Beta 2 / Beta 2TR to Final Release
24 December 06 07:16 AM | cakriwut | with no comments
English Finally, MOSS 2007 had been released and available in MSDN last month. Its about 6 month after beta 2 / beta 2 tr, more or less couple projects using beta version. So now what? Since no upgrades option from beta to final release, then we must...
WSS 3.0: What prevents visitor from accessing your site?
23 November 06 10:11 AM | cakriwut | 1 comment(s)
English If you have worked with Sharepoint 2003 development, you probably already familiar with this problem. The site is accessible only by the Administrator - but not ordinary users (visitors). If ordinary users try to access, then he redrected to Access...
MOSS 2007: Rounded Web Part , a Nifty Corners Cube hacks
02 November 06 06:14 PM | cakriwut | 2 comment(s)
English (versi Indonesia) You might already know Nifty Corners Cube project, its a solution based on CSS and Javascript to get rounded corners without images. It's very handy because we can targets to the elements in web page using javascript and voila...
MOSS 2007 ImageButton Doesn't Fire Event?
28 October 06 11:18 PM | cakriwut | with no comments
English (versi Indonesia) Today I have got a panic call from my fellows developer, stating that the ImageButton doesn't fire events when user click on it. He added that it was working yesterday - but today when he come back to the page it behaves strangely...
MOSS 2007: Some Caveats in WebPart Development
22 October 06 07:07 AM | cakriwut | with no comments
English (Indonesian version) WebPart creation is just analogous with the one for server controls. Any child controls in the webpart must be added programatically throughout the code (no design time GUIs) - and also for the layouts. Simply, what we do...
Preparing Mobile Active Directory Infrastructure
19 October 06 06:36 AM | cakriwut | with no comments
English (versi Indonesia) Often, we need to use Active Directory (AD) infrastructure during presentation. For example, AD is necessary infrastructure to demonstrate profile synchronization, audience grouping, approval hierarchy configuration using Sharepoint...
MOSS 2007: Session State is Not Available
11 October 06 02:19 PM | cakriwut | with no comments
Jika pada saat mengaktifkan workflow / form services di Sharepoint 2007, muncul pesan kesalahan Maka artinya session state di web application belum diaktifkan - dan di web.config dapat dilihat ada bagian "Session" yang diremark. Untuk mengaktifkannya...