innologos.wordpress.com
Nabeschouwing Bij De Voorbije Workshop ‘Collaboration Tools’ | innologos
https://innologos.wordpress.com/2014/06/04/nabeschouwing-bij-de-voorbije-workshop-collaboration-tools
Larr; WikiWand Moderniseert De “Look And Feel” Van De Wikipedia. Tablet University – Er Zijn Nog Enkele Plaatsen! Nabeschouwing Bij De Voorbije Workshop ‘Collaboration Tools’. Maandag laatstleden hebben Bruno Peeters en ik voor de eerste keer onze workshop ‘. In de evaluatie van de kursus waren toch wat kritische geluiden te lezen. Zo lazen we ondermeer dat de oorspronkelijke verwachtingen van enkele deelnemers niet vervuld werden:. Omdat ik nog meer vragen heb. Dat er “zoveel verschillende oplossi...
innologos.wordpress.com
Collaboration Tools | innologos
https://innologos.wordpress.com/workshops/collaboration-tools
Een deelnemer beschikt na afloop van de workshop over een goed overzicht van de verschillende soorten collaboration tools die er zijn, met telkens de voordelen en de beperkingen. Een deelnemer is na afloop van de workshop in staat om te bepalen welke collaboration tools interessant zouden kunnen zijn in haar of zijn context. Voor de deelnemers van de sessie van 09-03-2015: de slides. NUKLEOS W E B L O G. Maak een gratis website of blog op WordPress.com. Bloggers op de volgende wijze:.
innologos.wordpress.com
Workshop “Collaboration Tools” | innologos
https://innologos.wordpress.com/2015/02/09/workshop-collaboration-tools
Larr; Ignite: De Toekomst Van Microsoft Office 365. Workshop “Collaboration Tools”. Workshop “ Collaboration Tools. Klik op de afbeelding voor details). Larr; Ignite: De Toekomst Van Microsoft Office 365. NUKLEOS W E B L O G. Maak een gratis website of blog op WordPress.com. Bloggers op de volgende wijze:.
svengillis.blogspot.com
SharePoint Development: Access denied when crawling MOSS Content
http://svengillis.blogspot.com/2008/10/access-denied-when-crawling-moss.html
It takes a month to learn, but a lifetime to master". Thursday, October 30, 2008. Access denied when crawling MOSS Content. Banging your head against your screen because you get the following error message? Try the following to fix this:. Disable the loopback check. And then click OK. In Registry Editor, locate and then click the following registry key:. HKEY LOCAL MACHINE SYSTEM CurrentControlSet Control Lsa. And then click DWORD Value. And then press ENTER. And then click Modify. In the Value data.
svengillis.blogspot.com
SharePoint Development: October 2012
http://svengillis.blogspot.com/2012_10_01_archive.html
It takes a month to learn, but a lifetime to master". Sunday, October 28, 2012. Hide list column headers of a list view webpart. Hide list column headers of all list view webparts on the page. Add a Content Editor WebPart (CEWP) to the page. Use the following CSS:. Hide column headers of a specific list view webpart. The method, described in the following blogpost. Will definitely work (find listview by title), but there is a downside with this method. What if the end user renames the list? Application p...
svengillis.blogspot.com
SharePoint Development: March 2013
http://svengillis.blogspot.com/2013_03_01_archive.html
It takes a month to learn, but a lifetime to master". Thursday, March 21, 2013. SharePoint 2013 meets a new Global Assembly Cache (GAC). As a SharePoint developer you need to muddle in the Globale Assembly Cache (GAC) from time to time. Be aware that SharePoint 2013 now uses a different CLR (v4.0).This means that the GAC directory is moved from c: windows assembly. To c: windows microsoft.net assembly. If you don't find your assembly in the GAC - think twice! Subscribe to: Posts (Atom). Do the following ...
svengillis.blogspot.com
SharePoint Development: SharePoint 2013 meets a new Global Assembly Cache (GAC)
http://svengillis.blogspot.com/2013/03/sharepoint-2013-meets-new-global.html
It takes a month to learn, but a lifetime to master". Thursday, March 21, 2013. SharePoint 2013 meets a new Global Assembly Cache (GAC). As a SharePoint developer you need to muddle in the Globale Assembly Cache (GAC) from time to time. Be aware that SharePoint 2013 now uses a different CLR (v4.0).This means that the GAC directory is moved from c: windows assembly. To c: windows microsoft.net assembly. If you don't find your assembly in the GAC - think twice! Subscribe to: Post Comments (Atom). How To: E...
svengillis.blogspot.com
SharePoint Development: August 2012
http://svengillis.blogspot.com/2012_08_01_archive.html
It takes a month to learn, but a lifetime to master". Wednesday, August 1, 2012. Extract details from a WebException. Try { / Do something } catch (WebException ex) { using (var stream = ex.Response.GetResponseStream() using (var reader = new StreamReader(stream) { string errormessage = reader.ReadToEnd(); } } catch (Exception ex) { / Do something }. Subscribe to: Posts (Atom). Search on this site. JOPX on SharePoint 2007. SQL Server Management Studio available as separate download. Kevin Dockx / IceCream.
svengillis.blogspot.com
SharePoint Development: No sitecollections available in content database
http://svengillis.blogspot.com/2013/04/no-sitecollections-available-in-content.html
It takes a month to learn, but a lifetime to master". Friday, April 12, 2013. No sitecollections available in content database. After a content database restore we coudn't access our sitecollection anymore. We verifed the content database status and number of sitecollections. In our case, the current number of sitecollections was equal to 0. We fixed this by running a couple of Powershell commands. 1 Retrieve content database GUID. Subscribe to: Post Comments (Atom). Search on this site. Ever dreamed of ...