Archiv für Dezember 2010

Articles

Interaction issue between System.XML.XSL.XSLCompiledTransform and tag in Internet Explorer

In .Net,xsl on Dezember 27, 2010 von murratore

 

Interesting. If you not specify the Output method to HTML in a XSL Stylesheet and then do a XSL Transformation with .Net, the Script Tags are not rendered correctly. This can – especially with Sharepoint – lead to problems!

viaInteraction issue between System.XML.XSL.XSLCompiledTransform and tag in Internet Explorer.

Articles

concatenation – XSLT concat string, remove last comma – Stack Overflow

In .Net,xsl on Dezember 27, 2010 von murratore Mit Tag(s) versehen:

Could be handy in XSLT design, especially with sharepoint

concatenation – XSLT concat string, remove last comma – Stack Overflow.

Articles

Free Ebook “Effective Windows PowerShell”

In .Net,Powershell on Dezember 23, 2010 von murratore

Buch mit Tips und Tricks zum Umgang mit der Powershell. Eigentlich ist es eine Zusammenstellung von Blogeinträgen.

“Effective Windows PowerShell” free ebook – Scattered Notes – SiteHome – MSDN Blogs.

Articles

Daily Blog Post 12/22/2010

In Uncategorized on Dezember 22, 2010 von murratore

Posted from Diigo. The rest of my favorite links are here.

Articles

Daily Blog Post 12/20/2010

In Uncategorized on Dezember 20, 2010 von murratore

  • I use Visio for creating plans and diagrams for SharePoint sites and farms frequently. When doing so, I like to use the actual SharePoint graphics as stencils. I have compiled the graphics from SharePoint 2010 as well as some file type icons into Visio stencils. I make heavy use of these and have attached them so that others can take advantage of these as well.
    Please note: The stencils may not have all SharePoint icons and graphics, but they have the majority of them. Also, some stencil graphics have been named while others have not been.

    tags: sharepoint visio stencils shapes

    • I use Visio for creating plans and diagrams for SharePoint sites and farms frequently. When doing so, I like to use the actual SharePoint graphics as stencils. I have compiled the graphics from SharePoint 2010 as well as some file type icons into Visio stencils. I make heavy use of these and have attached them so that others can take advantage of these as well.

      Please note: The stencils may not have all SharePoint icons and graphics, but they have the majority of them. Also, some stencil graphics have been named while others have not been.

Posted from Diigo. The rest of my favorite links are here.

Articles

XSL Sort on DateTime

In .Net,codesnippet,Sharepoint on Dezember 20, 2010 von murratore

<xsl:template match='callEvent/response/interaction_list'>

   <xsl:apply-templates>
      <xsl:sort select='./interaction/timestamp'
                order='descending'
                data-type='number' />
   </xsl:apply-templates>

</xsl:template>

<!-- timestamp NODE Template -->
<xsl:template match="timestamp">
   <!-- Pull the pieces apart -->
   <xsl:variable name='datetime' select='.' />
   <xsl:variable name='year'  select='substring( $datetime, 0 , 5 )' />
   <xsl:variable name='month' select='substring( $datetime, 6 , 2 )' />
   <xsl:variable name='day'   select='substring( $datetime, 9 , 2 )' />

   <td valign='top'>
      <!-- put the date together in American order -->
      <xsl:value-of select="concat($month, '/', $day, '/', $year )" />
      <!-- Seperate the date and Time -->
      -
      <!-- Display the Time -->
      <xsl:value-of select='substring( $datetime, 12 , 9 )' />
   </td>
</xsl:template>

Source: xsl sort datetime – RE: Q on.

Articles

SharePoint Server 2010 Shapes für Visio

In Sharepoint,Tips, Tricks, Hacks on Dezember 20, 2010 von murratore

Visio Shapes für Sharepoint 2010. Wer schon mal selber Architektur-Konzepte für Sharepoint erstellen musste, weiss wie angenehmer das mit den vorgefertigten Shapes ist.

http://www.johnchapman.name/visio-stencils-for-sharepoint-2010/

via: Scolab.ch » SharePoint Server 2010 Shapes für Visio.

Articles

links for 2010-12-17

In del.icio.us on Dezember 18, 2010 von murratore

  • With NetDrive, managing your remote FTP and WebDAV servers will be as easy as any old file folders on your PC.
    Once you mount the local drive, you don't need to run an application or an FTP client interface but a simple drag-and-drop in your Windows Explorer will be sufficient to transfer and manage files.
    If you are a software vendor or a service provider, you can also build your own software on top of NetDrive. We provide NetDrive SDK that includes all functionalities of NetDrive.Please contact us for more information.

Articles

Extracting a WSP file from a SharePoint farm « Brian Farnhill

In Feature, Addons etc.,Sharepoint,Tips, Tricks, Hacks on Dezember 16, 2010 von murratore

Hmm….from time to time I have to take a backup of my wsp-solution files because I don’t archive them (source code is in Source Control – TFS).

This is handy short code extract how to do this. if somebody need this in a EXE-Application. Drop me an email.

Extracting a WSP file from a SharePoint farm « Brian Farnhill.

Articles

Outlook 2010 – Room Finder Name with special Characters

In exchange,Office on Dezember 13, 2010 von murratore

In Outlook 2010 there is this new feature named “Room Finder”. Really a good thing. To see how to set up this with Exchange 2010 see the excellent article from Icewolf

http://blog.icewolf.ch/archive/2010/04/15/exchange-2010-rooms-roomlist-outlook-2010-roomfinder.aspx

The problem with it is, that if your naming of the Room list in Exchange 2010 has special characters like ü (like Zürich) or è (like Genève) Outlook has a problem with it and displays nothing…..too bad….

Follow

Bekomme jeden neuen Artikel in deinen Posteingang.