Skip to main content

Samedi 6 novembre prochain SharePoint Saturday français.

Au programme, un ensemble de sessions relatives à SharePoint présentées par des speakers reconnus comme experts dans leur domaine : SharePoint Workspace ne sera pas en reste puisqu’une session lui sera consacrée.

Et en cette période de pénurie d’essence, le SharePoint Saturday apparait comme une idée judicieuse : inutile de se déplacer, l’ensemble des sessions sont visibles en ligne ! Dernier point important : c’est GRATUIT !

Voici le programme de la journée :

09:00-09:15 : Ouverture table ronde.
09:30-10:15 : Nicolas GEORGEAULT – SharePoint et la Mobilité
10:30-11:15 : Xavier VANNESTE – Content Management dans SharePoint
11:30-12:15 : Kevin TRELOHAN – La dématérialisation avec la solution ecopy
12:15-13:30 : Pause déjeuner / Partenaires
13:30-14:15 : Fouad HAMDI – Quest
14:30-15:15 : Benoit HAMET – Office Web Application, ou tout votre bureau accessible depuis un navigateur
15:30-16:15 : Fabrice BARBIN – Découverte de SharePoint Workspace 2010
16:30-17:15 : Arnault NOUVEL – Implémenter une newsletter dans un portail SharePoint 2010
17:15-17:30 : Clôture

Pour toute information complémentaire, consulter le site : http://www.sharepointsaturday.org/france/default.aspx

Comments

Popular posts from this blog

Updating SPListItem without triggering event receivers

I had an event receiver applied on documents wich can start, programatically of course, a workflow. In this workflow, i used to update some metadatas in my document item. However that triggers the event receiver a new time and you can imagine the infinate loop. Well! afeter googling i found that it is possible to diable the event firing just before the item.Update or the item.SystemUpdate. In first time i used this method but i didn't made my code in a try catch bloc. After doing that my workflow runs normally and it didn't fires the events in the event receiver. Here is the code : public static class SPListItemExtensions { /// /// Provides ability to update list item without firing event receiver. /// /// /// Disables firing  /// event receiver while updating item. public static void Update ( this SPListItem item , bool doNotFireEvents ) {     SPItemEventReceiverHandling rh = new SPItemEventReceiverHandling ();     if ( doNotFireEven...

Printing ASPX HTML Forms

Here is the way to print a part of a HTML, ASPX Form    This is the content in the page to print <script language=JavaScript> <!-- function printPartOfPage(elementId) {  var printContent = document.getElementById(elementId);  var windowUrl = 'about:blank';  var uniqueName = new Date();  var windowName = 'Print' + uniqueName.getTime();  var printWindow = window.open(windowUrl, windowName, 'left=50000,top=50000,width=0,height=0');  printWindow.document.write(printContent.innerHTML);  printWindow.document.close();  printWindow.focus();  printWindow.print();  printWindow.close(); } // --> </script> <div id="printDiv">  This is the content in the page to print </div> ////////////////////////// // To fire the event: ////////////////////////// <input type="button" value="Print" onclick="JavaScript:printPartOfPage('printDiv');" >

SharePoint Saturday France le 6 Nov. 2010

Rejoignez les architectes, les développeurs, les administrateurs, designers et autres professionnels qui travaillent avec SharePoint Server 2007 et SharePoint 2010 le 6 novembre 2010 pour un événement SharePoint exceptionnel. Les évènements SharePoint Saturday France sont des journées en libre accès, éducative, informative et animée, remplie de sessions de professionnels & MVPs reconnus pour leurs compétences et heureux de pouvoir partager leur expérience. Suivez-nous sur Twitter @clubsharepoint ou chacun des évènements sur le tag #SPSFrance. http://www.sharepointsaturday.com/france Facebook | SharePoint Saturday France