Posted by: choxblog on: April 30, 2009
Add Content Web Editor Web Part
Edit -> Modified Shared Web Part -> Click Source Editor button
Add this CSS script
<style>
.ms-navframe
{
display: none
}
</style>
Checklist the “Hidden” property in Layout property of Web Part
OK
Thanks to Todd Bleeker for this posting (http://www.mindsharpblogs.com/todd/archive/2005/10/25/801.aspx)
Posted by: choxblog on: April 24, 2009
Admin has defined a trusted location for excel file in Central Administration.
The location is in reports library in Microsoft Office Sharepoint Server 2007.
The contributor has published an excel file, from Microsoft Office Excel 2007 for the first time. And then edit that file, after that save-close the file.
User open the dashboard page, and found an [...]
Posted by: choxblog on: April 3, 2009
Shocked.. surprised.. after read agusto’s blog (MVP Sharepoint – Indonesia).
Sharepoint Designer 2007 now is free!
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=baa3ad86-bfc1-4bd4-9812-d9e710d44f42
Posted by: choxblog on: March 24, 2009
Old problem with infopath form services in sharepoint.
Before i forget to make a documentation for this problem solving, I decided to make an article in this blog.
The solution is edit web.config file.
Find this configuration
<system.net>
<defaultProxy>
<proxy autoDetect=”true” />
</defaultProxy>
</system.net>
Change to
<system.net>
<defaultProxy>
<proxy usesystemdefault=”false” proxyaddress=”http://xxx.xxx.xxx.xxxx:yyyy/” bypassonlocal=”true” />
</defaultProxy>
</system.net>
“xxx.xxx.xxx.xxx” is your proxy server (ISA)
“yyyy” is the port of the proxy.
For further information, please [...]
Posted by: choxblog on: March 2, 2009
This is a little post that i got from another web www.JustGeeking.net.
You can jump here.
During the configuration of a new SharePoint 2007 farm I experienced two separate errors:
1. When access the User Profile Properties page I got “An error has occurred while accessing the SQL Server database or the Office SharePoint Server Search service. If [...]
Posted by: choxblog on: February 5, 2009
After doing some search, finally i have an answer for my own question.
The answer is we must a create group domain in Active Directory as Security Group type.
After that we can find and add that group domain in Sharepoint Site Administration.
“Security groups are listed in DACLs that define permissions on resources and objects. When assigning [...]
Posted by: choxblog on: February 1, 2009
Ok, i want to start, maybe , trying to implement moss 2007.
First i need a development machine. So I install virtual server 2005 r2 as my research machine.
The interesting feature in virtual server is we can add virtual hard disk (.vhd) that called “Differencing disks”.
We can make a child disk that differ from the [...]
Posted by: choxblog on: December 23, 2008
After long time not write blog…
(Maybe) I’ll post with something different topic in this blog
Microsoft Sharepoint Server 2007!!
Yes, It’s Microsoft.
Recent Comments