Tuesday, May 20, 2008

Nice silverlight 2 Developer Video's

For those of you who weren’t fortunate enough to go to REMIX 08

(~50) set of Screencasts on Silverlight 2


http://www.mtaulty.com/SLVideos.html



Monday, May 12, 2008

Looping image array and displaying them in sharepoint


Hi Guys,

Here I am going to look at XSLT Transformation and how to display a number of images like the following
I have a page in Sharepoint where i am trying to display a array of images.
I need to use XSL transformation to make this work using sharepoint designer.
There is a @CompanyLogos Column(Lookup column with multiple values to a picture library image list) in my custom list.

On the sharepoint page... call the template by passing in the value (@CompanyLogos= a.gif;b.gif;c.gif)

Click to preview

Here is the definition for Template

Click to preview

I found this template here
http://www.stylusstudio.com/xsllist/199908/post40580.html