<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Showing random images in SharePoint 2007 using jQuery</title>
	<atom:link href="http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jason</title>
		<link>http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/comment-page-2/#comment-97631</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 20 Oct 2011 16:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/#comment-97631</guid>
		<description>Thanks to Twitter I was able to find a solution: var a = $(&quot;div.[id^=WebPartIDHere] table.ms-summarystandardbody td.ms-vb2 a:random&quot;);

Now to figure out how to display metadata columns from the list view  ;)</description>
		<content:encoded><![CDATA[<p>Thanks to Twitter I was able to find a solution: var a = $(&#034;div.[id^=WebPartIDHere] table.ms-summarystandardbody td.ms-vb2 a:random&#034;);</p>
<p>Now to figure out how to display metadata columns from the list view  ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/comment-page-2/#comment-97619</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 20 Oct 2011 15:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/#comment-97619</guid>
		<description>&quot;as far as I know every Web Part you drop on the page gets a unique ID. Using that ID you should be able to limit the slideshow to a single list.&quot;

Oh please tell me how to incorporate the unique wep part id  :(  I&#039;m pretty sure that it has to be part of   var a = $(&quot;table.ms-summarystandardbody td.ms-vb2 a:random&quot;);  but I cannot figure out how.</description>
		<content:encoded><![CDATA[<p>&#034;as far as I know every Web Part you drop on the page gets a unique ID. Using that ID you should be able to limit the slideshow to a single list.&#034;</p>
<p>Oh please tell me how to incorporate the unique wep part id  :(  I&#039;m pretty sure that it has to be part of   var a = $(&#034;table.ms-summarystandardbody td.ms-vb2 a:random&#034;);  but I cannot figure out how.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Servé Hermans</title>
		<link>http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/comment-page-1/#comment-84485</link>
		<dc:creator>Servé Hermans</dc:creator>
		<pubDate>Tue, 05 Jul 2011 08:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/#comment-84485</guid>
		<description>Even old posts are useful! Thanks for sharing.
One addition that might be useful as well could be the following article: http://blogs.pointbridge.com/Blogs/johnson_bert/Pages/Post.aspx?_ID=20#EntryTabs

Bert uses the ddwrt function Random() and XSL to randomize and limit the results of a dataview or content by query web part. Great stuff as well.

Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Even old posts are useful! Thanks for sharing.<br />
One addition that might be useful as well could be the following article: <a href="http://blogs.pointbridge.com/Blogs/johnson_bert/Pages/Post.aspx?_ID=20#EntryTabs" rel="nofollow">http://blogs.pointbridge.com/Blogs/johnson_bert/Pages/Post.aspx?_ID=20#EntryTabs</a></p>
<p>Bert uses the ddwrt function Random() and XSL to randomize and limit the results of a dataview or content by query web part. Great stuff as well.</p>
<p>Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/comment-page-1/#comment-81647</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Wed, 08 Jun 2011 05:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/#comment-81647</guid>
		<description>All you have to do is to edit the Web Part and in the Appearance group, set the value of the Chrome property None. That should make the CEWP &#039;invisible&#039;.</description>
		<content:encoded><![CDATA[<p>All you have to do is to edit the Web Part and in the Appearance group, set the value of the Chrome property None. That should make the CEWP &#039;invisible&#039;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PS3</title>
		<link>http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/comment-page-1/#comment-81617</link>
		<dc:creator>PS3</dc:creator>
		<pubDate>Tue, 07 Jun 2011 20:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/#comment-81617</guid>
		<description>Hi, Thanks for this post. I do little UI modification for the sites that work on and not a developer. I have done exactly the step you mentioned and was able to see the Image getting changes..but how do i hide the Content Web part...? Even after i delete the tile it shows as untitled in the page. Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hi, Thanks for this post. I do little UI modification for the sites that work on and not a developer. I have done exactly the step you mentioned and was able to see the Image getting changes..but how do i hide the Content Web part&#8230;? Even after i delete the tile it shows as untitled in the page. Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/comment-page-1/#comment-75109</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 08 Apr 2011 12:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/#comment-75109</guid>
		<description>@Praveen: I think I understand what you need. What I&#039;m missing is the things that you&#039;ve already tried and the things that you&#039;re stuck on.</description>
		<content:encoded><![CDATA[<p>@Praveen: I think I understand what you need. What I&#039;m missing is the things that you&#039;ve already tried and the things that you&#039;re stuck on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/comment-page-1/#comment-75091</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Fri, 08 Apr 2011 10:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/#comment-75091</guid>
		<description>And i also need to say that am on WCM Publishing portal site development, and i had went with PageLayouts with custom content types. Using this Page Layouts the article pages will be created with Fields called Image,Title etc..

And for my landing page i need to have this webpart with Image rotation where the end user clicks shouls navigate to the Article Page if they likes the Image :) along with little description next to the image.

Hope i made you clear. Really your site shows me new way of easier approaches for developers.
Really like your site very Much.

Thanks.</description>
		<content:encoded><![CDATA[<p>And i also need to say that am on WCM Publishing portal site development, and i had went with PageLayouts with custom content types. Using this Page Layouts the article pages will be created with Fields called Image,Title etc..</p>
<p>And for my landing page i need to have this webpart with Image rotation where the end user clicks shouls navigate to the Article Page if they likes the Image :) along with little description next to the image.</p>
<p>Hope i made you clear. Really your site shows me new way of easier approaches for developers.<br />
Really like your site very Much.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/comment-page-1/#comment-75089</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Fri, 08 Apr 2011 10:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/#comment-75089</guid>
		<description>Hello Waldek,
Many thanks for the Quick reply !
And i need to have a webpart which should display images only randomly with the some set of interval from a custom list definition as well should navigate to the page where that actual image resides for click on the image.

Pls help me out since i had tried all the approaches in your site where this all are getting the images from Picture Library i believe.

Many thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello Waldek,<br />
Many thanks for the Quick reply !<br />
And i need to have a webpart which should display images only randomly with the some set of interval from a custom list definition as well should navigate to the page where that actual image resides for click on the image.</p>
<p>Pls help me out since i had tried all the approaches in your site where this all are getting the images from Picture Library i believe.</p>
<p>Many thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/comment-page-1/#comment-75053</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 08 Apr 2011 09:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/#comment-75053</guid>
		<description>@Praveen: What is your challenge exactly? What have you already tried and at which moment are you getting stuck?</description>
		<content:encoded><![CDATA[<p>@Praveen: What is your challenge exactly? What have you already tried and at which moment are you getting stuck?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/comment-page-1/#comment-75046</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Fri, 08 Apr 2011 07:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/showing-random-images-sharepoint-2007-jquery/#comment-75046</guid>
		<description>Hello Waldek,
Will you pls help me out how to get the same Image rotator functionality from a custom list for which am having 3 fields(Image attachment, Title, URL &amp; Text)?
Thanks in advance !!!</description>
		<content:encoded><![CDATA[<p>Hello Waldek,<br />
Will you pls help me out how to get the same Image rotator functionality from a custom list for which am having 3 fields(Image attachment, Title, URL &amp; Text)?<br />
Thanks in advance !!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

