sharethelearning.blogspot.com
Share The Learning: PowerShell to Find ListItems Modified Since a Date
http://sharethelearning.blogspot.com/2013/08/powershell-to-find-listitems-modified.html
Sunday, August 4, 2013. PowerShell to Find ListItems Modified Since a Date. Assuming that the list to be queried is already referenced in the $list object in script, here is a simple snippet to retrieve all list items that have been modified within the last one hundred days:. PreviousRunDate = [Microsoft.SharePoint.Utilities.SPUtility]: CreateISO8601DateTimeFromSystemDateTime([DateTime]: Now.AddDays(-100) $camlModifiedDateQuery = ' where Gt FieldRef Name="Modified" / Value Type="DateTime"...
sharethelearning.blogspot.com
Share The Learning: Solving Office 365 SkyDrive Pro Sync Problem (error 0x80040208)
http://sharethelearning.blogspot.com/2013/08/solving-office-365-skydrive-pro-sync.html
Monday, August 12, 2013. Solving Office 365 SkyDrive Pro Sync Problem (error 0x80040208). SkyDrive Pro eases the process of uploading lots of files into a SharePoint document library - but can stop working if a file added to the SkyDrive Pro folder has a name that is longer than 64 characters. To use this code, add a new page to your site, edit the page and add "embedded script" into that page. Edit the source of that script, and paste the following HTML into the page - be sure to adjust the value in...
sharethelearning.blogspot.com
Share The Learning: August 2013
http://sharethelearning.blogspot.com/2013_08_01_archive.html
Monday, August 12, 2013. Solving Office 365 SkyDrive Pro Sync Problem (error 0x80040208). SkyDrive Pro eases the process of uploading lots of files into a SharePoint document library - but can stop working if a file added to the SkyDrive Pro folder has a name that is longer than 64 characters. To use this code, add a new page to your site, edit the page and add "embedded script" into that page. Edit the source of that script, and paste the following HTML into the page - be sure to adjust the value in...
sharethelearning.blogspot.com
Share The Learning: June 2011
http://sharethelearning.blogspot.com/2011_06_01_archive.html
Monday, June 20, 2011. Watch your Ports When Configuring AAMs. Found (the hard way) that SharePoint 2010 is not happy when an Alternate Access Mapping is configured with a port on the public URL that is different than the port on the corresponding Internal URLs. Various reasons for not using host headers in this instance, and for using port 81 for the SharePoint web app! So what I learnt today - don't mix ports across AAM internal and external URLs. Links to this post. Wednesday, June 1, 2011. Some docum...
sharethelearning.blogspot.com
Share The Learning: Reducing all that White Space in a SharePoint 2013 Page
http://sharethelearning.blogspot.com/2013/10/reducing-all-that-white-space-in.html
Tuesday, October 15, 2013. Reducing all that White Space in a SharePoint 2013 Page. Web part pages in SharePoint 2013 render with large spaces between the web part zones. It turns out to be caused by a border-spacing style applied to the ms-webpartPage-root class. Adjusting this to 0px removes lots of the unnecessary white space. Now white space is a Good Thing in design (but in the case of these web part pages it seems to be a little too much of a good thing! One way is to include the following CSS:.
sharethelearning.blogspot.com
Share The Learning: October 2013
http://sharethelearning.blogspot.com/2013_10_01_archive.html
Tuesday, October 15, 2013. Reducing all that White Space in a SharePoint 2013 Page. Web part pages in SharePoint 2013 render with large spaces between the web part zones. It turns out to be caused by a border-spacing style applied to the ms-webpartPage-root class. Adjusting this to 0px removes lots of the unnecessary white space. Now white space is a Good Thing in design (but in the case of these web part pages it seems to be a little too much of a good thing! One way is to include the following CSS:.
sharethelearning.blogspot.com
Share The Learning: May 2014
http://sharethelearning.blogspot.com/2014_05_01_archive.html
Tuesday, May 27, 2014. A hidden benefit of presenting. A big benefit of presenting technical subjects is the surprising new tangents that open to widen your existing knowledge of a subject. When preparing demos for SharePoint or JavaScript sessions, I often find that an investigation into data or techniques to enliven an example will uncover lots of new ideas and approaches that can benefit my every day work. Have you used these libraries yourself? Any good or bad experiences to share? Links to this post.
sharethelearning.blogspot.com
Share The Learning: Formating Dates, Times and Currency in Data View Web Parts
http://sharethelearning.blogspot.com/2007/03/formating-dates-times-and-currency-in.html
Thursday, March 15, 2007. Formating Dates, Times and Currency in Data View Web Parts. If you find that the format of dates, times and currencies are incorrect in your data view web parts, you probably will need to modify the Locale ID being applied in the XSL format statements. For example, the formatdate() XSL method may have the default "English-United States" LCID of 1033. Use the Locale ID (LCID) from the following table to apply regional formatting:. Arabic - United Arab Emirates. Chinese - Macau SAR.
sharethelearning.blogspot.com
Share The Learning: User Profiles missing from SharePoint 2010 People Search Results
http://sharethelearning.blogspot.com/2013/08/user-profiles-missing-from-sharepoint.html
Sunday, August 4, 2013. User Profiles missing from SharePoint 2010 People Search Results. Pleasantly surprising how a small configuration change can correct seemingly unrelated errors - people search in a SharePoint 2010 site which I assist with was missing hundreds of people from the search results listing. So the users are now showing in the search results, and everyone is happy! Subscribe to: Post Comments (Atom). Subscribe to RSS Feed. Solving Office 365 SkyDrive Pro Sync Problem (erro.
sharethelearning.blogspot.com
Share The Learning: September 2012
http://sharethelearning.blogspot.com/2012_09_01_archive.html
Tuesday, September 11, 2012. SharePoint 2013 Preview Popup Menus Missing. After re-installing SharePoint 2013 Preview to fix an issue on a test server, I found that the popup menus (such as the settings menu at the top right corner) did not work in IE9. Those areas did not change background colour, either, when hovering over the location. Yet they worked in FireFox! Links to this post. Subscribe to: Posts (Atom). Subscribe to RSS Feed. SharePoint 2013 Preview Popup Menus Missing.