Archive for the ‘SharePoint administration’ Category

Not long ago we’ve had a situation where the newly created users in Active Directory couldn’t be recognized to add them in SharePoint. The whole topology was the following: 1 server as Primary Domain Controller for domain 2 server as secondary Domain Controller for same domain and for hosting SharePoint Each on its own external [...]

Monday, October 6th, 2008 at 20:19 | 0 comments
Tags:

I’m happy to announce that in our company we’re making effort to contribute to open source and design community. We’re looking to sponsor web designs that will be free to use. If you are interested, you can find more information on Web Designers Sharing Point. There are already some members in the community, the latest [...]

Tuesday, March 11th, 2008 at 09:20 | 3 comments
Tags:

I’ve already posted on how to refference SharePoint field with JavaScript (here – with functio getField). For "Date and Time" type of fields you can use the above function only to refference the Date part. Thanks to Erik / Tanker who commented my post and discovered that these dropdowns get the same ID but just [...]

Thursday, February 21st, 2008 at 10:03 | 0 comments
Tags:

When making a SharePoint Designer backup of a certain Windows SharePoint Services site it’s creating it normally. But when you try to restore the same backup you receive the cannot find … exportsettings.xml error. After digging a lot around I’ve discovered that this is actually a SharePoint Designer Bug. This error occurs if your backup [...]

Wednesday, January 23rd, 2008 at 12:04 | 9 comments
Tags:

stsadm -o export and stsadm -o import To backup: 1. Locate stsadm.exe 2. in Command prompt type stsadm -o export -url http://[url-of-the-web-site-or-subsite] -filename [path and name of the file.dat] To restore: 1. Create a web application and a site collection using sharepoint central administration. Or you can create a subweb in an existing site collection. [...]

Wednesday, January 23rd, 2008 at 11:19 | 4 comments
Tags:

stsadm -o backup and stsadm -o restore To backup:   1. On the server locate the file stsadm.exe (if you have sharepoint 2 and sharepoint 3 locate the one in the "12" folder.   2. Open command prompt and type [path to stsadm.exe\]stsadm -o backup -url http://[url-of-the-web-site] -filename [path and name of the file.dat] To [...]

Monday, January 21st, 2008 at 12:10 | 3 comments
Tags:

I started to create my first ajax-like web application and I was looking a good site, where to find animated gifs. After a while I’ve found a great site, which not only offers animates gifs, but actually you can generate the loader alone, selecting the foreground, background and style of the preloader. Click here to [...]

Thursday, September 6th, 2007 at 19:21 | 0 comments
Tags:

Sometimes you need to refference SharePoint form fields for manipulation. I usually use JavaScript. With SharePoint 2.0 you can refference a form field with document.getElementsByName(urn:schemas-microsoft-com:office:office#Field_Name)[0] where Field_Name is the SharePoint name of the field (you can find it at the end of URL when viewing properties of the field under “Modify Settings and columns”. For [...]

Tuesday, July 17th, 2007 at 21:48 | 15 comments
Tags:

I’ve already been explaining in my previous post about application pools how to save on page file by reusing application pools. When you need to release page file size and memory consumption, you can run iisreset. This will kill each application pool for each site and therefore release the memory (untill the site is revisited). [...]

Tuesday, July 17th, 2007 at 19:28 | 2 comments
Tags:

In one of my previous posts I’ve already explained how to publish your own video on web pages (still a bit difficult in SharePoint blog because it gets filtered out). I’ve come across another very good .flv flash video player. It’s published under creative commons licence and it’s free for non.commercial use. What I also [...]

Saturday, July 7th, 2007 at 15:04 | 0 comments
Tags: