Wednesday, 2 May 2012 10:47 by
dave
An included feature with Office 2010, the Upload Centre claims to assist with managing the uploading of Office documents to SharePoint. As its a 2010 version product this ONLY applies to SharePoint 2010.
I've experienced issues with a number of users connecting to MOSS 2007 and WSS v3 where they have not been able to upload documents.
Unfortunately in this organisation a rollout/upgrade to SP2010 is not far away so removing the Upload Centre using the hacks found on the link below are not applicable. If however SP2010 is not in your roadmap certainly give the link below a try. Note I've not tried these settings at all but it looks like a pretty good starting point.
http://www.pptfaq.com/FAQ01061_Microsoft_Upload_Center_-_what_is_it-_why_do_I_want_it_and_what_if_I_don-t-.htm
6f7500db-0aea-4f88-b2f3-739a062d2944|0|.0
Friday, 20 January 2012 08:16 by
dave
Add both of the following meta tags to the head section.
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
2e230e8f-9961-4e43-b564-fdd963609e50|0|.0
Monday, 16 January 2012 20:23 by
dave
I can never remember the exact steps so I've pasted the URL here...
http://blogs.technet.com/b/chenley/archive/2011/03/05/how-to-disable-the-shutdown-tracker-in-windows-server-2008-r2.aspx
Note: I'd only suggest doing this in a developer environment. The shutdown tracker has the potential to track important information (if used correctly) in a production or test environment.
73217d08-8e83-4f2b-aa21-ff4efc31d8b9|0|.0
Thursday, 15 December 2011 10:15 by
dave
7cbd57ad-3a88-488f-a248-c56abb944613|0|.0
Tuesday, 8 November 2011 11:02 by
dave
Changing your password in a networked environment is pretty mcuh common place as it helps to maintain security within your workplace. Its also quite common that service accounts also have expirng passwords although usually yearly instead of every month like your user account.
There are some pretty specific steps required to ensure that your SharePoint environment keeps running and I''ll add links to the resources that I've used below.
One thing that I did forget was on an external SharePoint environment. We forgot to update the credentials to allow the external environment search the internal AD.
cf1f05e4-9619-48f7-b83a-db69249c52c1|0|.0
Tuesday, 4 October 2011 10:10 by
dave
The company I work for recently migrated a SharePoint farm from Windows 2003 to Windows 2008 R2. Big jump!! To make matters worse we also migrated the farm to least privilege!!
of course all sorts of things stopped working and needed attention. One was the ability to upload large files. There are several posts out there that point to various different steps and I'm not going to try and re type any of them. Instead here are the links toteh KB articles and the two posts that got us over the line and users happy.
Although the articles mention Windows Server 2008 and IIS7 they seem to also apply to Windows Server 2008 R2 and IIS 7.5.
KB Article
http://support.microsoft.com/kb/925083
SharePoint Comic blog posts that worked for us.
http://blogs.technet.com/b/sharepointcomic/archive/2010/02/14/sharepoint-large-file-upload-configuration.aspx
http://blogs.technet.com/b/sharepointcomic/archive/2010/02/14/uploading-large-files-to-sharepoint-on-windows-server-2008-and-iis7.aspx
A key point in the second blog post is to ensure that you set the maxAllowedContentLength to a little bit higher than what you set in SharePoint's Central Admin so that users get the correct error message if the upload limit is exceeded.
67b28227-542c-4bb8-bae1-e600fbc875fa|0|.0
Friday, 9 September 2011 16:14 by
dave
If you find that the webparts normally found int eh Miscellaneous section are missing try the following.
-
Someone with administrative rights to the Site Collection Administration (Top Level Site) needs to go to the Site Settings (for the SC), and under Galleries click "Web Parts".
-
This will take you to the Web Part Gallery.
-
From there, click the "New" button on the Action Bar.
-
Select the check box for "Overwrite..." and then select the Web Parts you want. (If you want all available, check the box next to "Web Part Type". Then click the button "Populate Gallery".
82c755bb-b647-46a9-ba88-33556721debd|0|.0
Friday, 26 August 2011 11:30 by
dave
c33f2a62-1261-4b60-adf0-c5295166d971|0|.0
Thursday, 18 August 2011 15:59 by
dave
I don't need to do this very often and obviously am never going to remember every css element and attribute so I always end up having to look this up. If you have to as well then this might help you too.
http://www.plexusweb.com/staff/colin/blog/post/95/Need-a-background-image-on-a-table-row
I only needed to place one image behind some content hence only one TD tag was involved. I still needed to cater for centering as the overall content was wider than the image.
<TD style="BACKGROUND: url(relative/path/to_image.jpg) no-repeat 50% 0px;">
I also set the table cell to be a particular height so that all of the background image was visible. Not sure how well this would look in older browsers e.g IE6 but I don't really care cos you should have already migrated up by now.
07f431a4-1e0f-4f09-ac53-edb66001838f|0|.0
Wednesday, 3 August 2011 10:07 by
dave
Having not had the need to use virtual PC images for some time I'd forgotten what the keybinding was to simulate Ctrl + Alt + Del in a virtual PC environment.
Sure we know that Ctrl + Alt+ End in an RDP environment works but its often different in a Virtual PC enviroment.
Try Right Alt + Del.
If you're like me you have set the VM to open in full screen mode meaning you won't have the VM menu. Alt+Enter toggles in and out of full screen and restores the VM menu.
9f2a8b66-9310-4096-9b78-e01b33c15298|0|.0