Click on this icon to open the XML page.Tom Van Gaever - Blog
Search:   

SharePoint 2010 + Windows 7 
Monday, February 1, 2010, 08:27 - SharePoint
Posted by Administrator
Setting Up the Development Environment for SharePoint Server 2010


This MSDN article contains all the information needed to create a Windows 7 development environment. It is advised to create a bootable windows 7 VHD in order to use all available resources, more information about creating bootable VHD's


Some important addidtional notes:
Windows 7 enterprise or ultimate, both x64
At least 4GB RAM

Links
Setting up Windows 7 for Office & SharePoint 2010 Beta Development: http://bit.ly/5svSgJ
Installing SharePoint Server 2010 on Windows 7 x64 [codeproject]: http://bit.ly/7tt6U3

SharePoint beta installation files:
http://bit.ly/2COQdL
http://bit.ly/79gU5y
add comment   |  permalink   |  related link   |   ( 3 / 73 )
SharePoint 2007 + Office 2010  
Tuesday, January 19, 2010, 17:27 - SharePoint
Posted by Administrator
1) Word 2010 enables drag and drop upload

While using the Upload Multiple Documents menu from the actions menu in a library. I noticed that this page was transformed into a drag and drop enabled upload container.



You can simply select the files you want to upload en drag them into the page.



After pressing the OK button all the documents were uploaded.



The free Office 2010 beta version is still available for downloading, check my previous post for more information

Nice to have if you ask me!

2) Word 2010 cannot open a document from SharePoint

1. Open up Internet Explorer
2. Click Tools –> Internet Options
3. Click the Connections tab
4. Click LAN settings
5. Check “Use a proxy server for your LAN (These settings will not apply to dial-up or VPN connections).”
6. Enter 127.0.0.1 for the address
7. Click Advanced
8. In the Exceptions type: *.*
9. Click OK, OK and OK

source: http://bit.ly/6aZeY8



add comment ( 1 view )   |  permalink   |   ( 3 / 80 )
Change SharePoint drafts folder location by logon script 
Saturday, October 31, 2009, 11:53 - SharePoint
Posted by Administrator
In this previous post I explained how to change the default SharePoint drafts folder from
My documents/SharePoint Drafts to another location.

If you have to change this settings for more than 300 users this is not a job you want to do by hand, so here is a possible solution that might work:

Create 2 files:

1) sharepointdraftslocation.reg, this file contains the register keys that need to be added or altered.


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Offline\Options]
"Local"=dword:00000001
"Location"="C:\\Users\\tom.vangaever.NEOMATICS\\Documents\\Other SharePoint Drafts\\"


2) sharepointdraftslocation.bat, this file will use the builtin REGEDIT.EXE application to add the correct register values in to the register.

@ECHO OFF
REGEDIT.EXE -S sharepointdraftslocation.reg
cls


By using an active directory group policy you can make sure that this sharepointdraftslocation.bat script is started each time the user logins in on a computer.
add comment   |  permalink   |   ( 3 / 135 )
Change SharePoint drafts folder location 
Saturday, October 31, 2009, 11:10 - SharePoint
Posted by Administrator
Scenario:

The infrastructure team decided several years ago that all the "my documents" folders redirect to a network share where you can store your files in order to make this files accessible on any other computer the user has access on.

The downside of this decision is that users in this scenario doesn't have the permissions to create new folders in their documents folder, in other words... SharePoint drafts or SharePoint-concepten in a dutch environment can't be created and by this issue users cannot check out any document from sharepoint...

Solution:

You are able to define a new location for draft documents at 2 places:

1) Open Word 2007 > Word options > Save > Server Drafts locations



2) Register values, this can be useful when you want to distribute these changes using a logon script...

Run > Regedit > HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Offline\Options

in the register there are 2 values that need to be set:

This screen shows the result when the default value is used:


This screen shows the result when the value is altered to a custom location:





add comment   |  permalink   |   ( 2.7 / 87 )
SharePoint automatic resource file translator 
Saturday, October 24, 2009, 19:30 - SharePoint
Posted by Administrator
finally the release of SPResourceTranslator tool. this WPF application will automatically translate your resource files from one language to another language.

Download the tool from here here




More information on CodePlex:

http://spresourcetranslator.codeplex.com/
http://spresourcetranslator.codeplex.com/wikipage
add comment   |  permalink   |  related link   |   ( 3 / 78 )

<<First <Back | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Next> Last>>