<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A free flash slideshow for your websitewidget</title>
	<atom:link href="http://www.creativeclans.nl/tag/widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.creativeclans.nl</link>
	<description>A free flash slideshow for your website</description>
	<lastBuildDate>Thu, 19 Jan 2012 20:36:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flash slideshow widget compatible with WordPress 2.7.1</title>
		<link>http://www.creativeclans.nl/2009/03/flash-slideshow-widget-compatible-with-wordpress-271/</link>
		<comments>http://www.creativeclans.nl/2009/03/flash-slideshow-widget-compatible-with-wordpress-271/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 10:36:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCSlideShow News]]></category>
		<category><![CDATA[compatible]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[slide show]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.creativeclans.nl/?p=254</guid>
		<description><![CDATA[<p>The current version of the free flash slideshow WordPress widget (version 1.1) is compatible with WordPress 2.7.1.<br />
In the wordpress.org plugin directory, it says compatible up to 2.7, but that&#8217;s because we&#8217;re having some problems connecting to the repository, and therefore can&#8217;t update the info.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The current version of the free flash slideshow WordPress widget (version 1.1) is compatible with WordPress 2.7.1.<br />
In the wordpress.org plugin directory, it says compatible up to 2.7, but that&#8217;s because we&#8217;re having some problems connecting to the repository, and therefore can&#8217;t update the info.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativeclans.nl/2009/03/flash-slideshow-widget-compatible-with-wordpress-271/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A multilingual slideshow in wordpress</title>
		<link>http://www.creativeclans.nl/2009/02/a-multilingual-slide-show-in-wordpress/</link>
		<comments>http://www.creativeclans.nl/2009/02/a-multilingual-slide-show-in-wordpress/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 11:45:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCSlideShow Documentation]]></category>
		<category><![CDATA[multilingual]]></category>
		<category><![CDATA[slide show]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.creativeclans.nl/?p=195</guid>
		<description><![CDATA[<p>First of all, I wish to thank Wyn James, who managed to get the slideshow to work on his multilingual wordpress site, and was kind enough to give me the solution.</p>
<p>The slideshow wasn&#8217;t developped to be used in a multilingual environment, and therefore it&#8217;s not possible to add more than one caption to each slide. So you might have your whole site in more languages, but the captions would always be in that one language.</p>
<h3>But there is a solution!</h3>
<address>This solution works with the qTranslate plugin. It might work with other multilingual plugins as well. I don&#8217;t know, you&#8217;ll have to try.</address>
<p>To make your slideshow multilingual, install and activate the <a title="qTranslate plugin" href="http://wordpress.org/extend/plugins/qtranslate/">qTranslate plugin</a>, and the <a title="Widget Logic plugin" href="http://wordpress.org/extend/plugins/widget-logic/">Widget Logic plugin</a>.</p>
<p>Add the qTranslate widget to your sidebar.</p>
<p>Then add a slideshow widget for each language, giving each the captions in that language.</p>
<p>At the end of the usual slideshow settings, you&#8217;ll find a new one called &#8216;Widget logic&#8217;. Put the following code in there:</p>
<pre>(function_exists('qtrans_getLanguage') &#38;&#38; qtrans_getLanguage()=="<strong>xx</strong>")</pre>
<p>You must put the code of the desired language instead of the <strong>xx</strong>.</p>
<p>For example, &#8216;en&#8217; is english, &#8216;de&#8217; is german, &#8216;it&#8217; is italian, &#8216;nl&#8217; is dutch, &#8216;fr&#8217; is french, &#8216;es&#8217; is spanish.</p>
<p>Try it, it works great. And let me know if you can&#8217;t get it to work.</p>
<p><br class="spacer_" />&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>First of all, I wish to thank Wyn James, who managed to get the slideshow to work on his multilingual wordpress site, and was kind enough to give me the solution.</p>
<p>The slideshow wasn&#8217;t developped to be used in a multilingual environment, and therefore it&#8217;s not possible to add more than one caption to each slide. So you might have your whole site in more languages, but the captions would always be in that one language.</p>
<h3>But there is a solution!</h3>
<address>This solution works with the qTranslate plugin. It might work with other multilingual plugins as well. I don&#8217;t know, you&#8217;ll have to try.</address>
<p>To make your slideshow multilingual, install and activate the <a title="qTranslate plugin" href="http://wordpress.org/extend/plugins/qtranslate/">qTranslate plugin</a>, and the <a title="Widget Logic plugin" href="http://wordpress.org/extend/plugins/widget-logic/">Widget Logic plugin</a>.</p>
<p>Add the qTranslate widget to your sidebar.</p>
<p>Then add a slideshow widget for each language, giving each the captions in that language.</p>
<p>At the end of the usual slideshow settings, you&#8217;ll find a new one called &#8216;Widget logic&#8217;. Put the following code in there:</p>
<pre>(function_exists('qtrans_getLanguage') &amp;&amp; qtrans_getLanguage()=="<strong>xx</strong>")</pre>
<p>You must put the code of the desired language instead of the <strong>xx</strong>.</p>
<p>For example, &#8216;en&#8217; is english, &#8216;de&#8217; is german, &#8216;it&#8217; is italian, &#8216;nl&#8217; is dutch, &#8216;fr&#8217; is french, &#8216;es&#8217; is spanish.</p>
<p>Try it, it works great. And let me know if you can&#8217;t get it to work.</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativeclans.nl/2009/02/a-multilingual-slide-show-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash slideshow WordPress widget version 1.1 released</title>
		<link>http://www.creativeclans.nl/2009/02/flash-slideshow-wordpress-widget-version-11-released/</link>
		<comments>http://www.creativeclans.nl/2009/02/flash-slideshow-wordpress-widget-version-11-released/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 10:27:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCSlideShow News]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[slide show]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.creativeclans.nl/?p=193</guid>
		<description><![CDATA[<div class="entry">
<p>This new version of the free flash slideshow wordpress widget is the result of the feedback of one of you. So don&#8217;t hesitate and post your praise, questions, comments and critics. It all helps to make a better product!</p>
<p>So, what&#8217;s new? Did you notice that your slide show disappeared when you enabled permalinks? Well, it doesn&#8217;t anymore!  <strong>Version 1.1 is permalink compatible!</strong></p>
<p>The following information can also be found in the ‘readme.txt’ file that is included in the zip-file.</p>
<h4>Installation<br />
</h4>
<p>Installation is easy. Just download the <a title="download free flash slideshow joomla module" href="http://www.creativeclans.nl/free-downloads/">free flash slideshow WordPress widget</a>, and install and activate it using the ‘Plugins/Add New’ menu in your WordPress admin panel.</p>
<p>Once installed, you can add instances of the widget to your website through the ‘Appearance/Widgets’ menu, and change the settings by editing the added widget.  Take a look at the <a title="CCSlideShow user guide" href="http://www.creativeclans.nl/?p=134">CCSlideShow user guide</a> for a complete list of all parameters.</p>
<p>You can add as many slide shows as you want. Each slide show has it’s own set of settings.</p>
<p>To make the images appear in the slide show, you need to set the first two parameters:</p>
<p><strong>path</strong></p>
<p>Has to contain the absolute path to the slides folder, WITH the final slash.</p>
<p>Use this setting when you have disabled ‘Organize my uploads into month- and year-based folders’ in the WordPress miscellanious settings, or are using a plugin that allows you to upload the images to a single folder.</p>
<p><strong>Images</strong></p>
<p>Has to contain a list of the image names, one image per line.</p>
<p>If you didn’t use the ‘path’ setting, or only put a part of the path there (because you’ve enabled ‘Organize my uploads into month- and year-based folders’ in the WordPress miscellanious settings, or anyway the images are stored in different folders), then you’ll have to add the (missing part of) the path to the image names.</p>
<h4>License<br />
</h4>
<p>The flash slideshow WordPress widget is released under the GNU/GPL license.</p>
<p>The CCSlideShow.swf flash file included in the widget is released under <a title="license" href="http://www.creativeclans.nl/?p=131">this license</a>. As long as the flash file is a part of the CCSlideShow WordPress widget, you are free to use it as if it was released under GNU/GPL as well. If you want to use it outside of the CCSlideShow WordPress widget, then you’ll have to abide the rules of <a title="license" href="http://www.creativeclans.nl/?p=131">this license</a>.</p>
&#8230;</div>]]></description>
			<content:encoded><![CDATA[<div class="entry">
<p>This new version of the free flash slideshow wordpress widget is the result of the feedback of one of you. So don&#8217;t hesitate and post your praise, questions, comments and critics. It all helps to make a better product!</p>
<p>So, what&#8217;s new? Did you notice that your slide show disappeared when you enabled permalinks? Well, it doesn&#8217;t anymore!  <strong>Version 1.1 is permalink compatible!</strong></p>
<p>The following information can also be found in the ‘readme.txt’ file that is included in the zip-file.</p>
<h4>Installation<br />
</h4>
<p>Installation is easy. Just download the <a title="download free flash slideshow joomla module" href="http://www.creativeclans.nl/free-downloads/">free flash slideshow WordPress widget</a>, and install and activate it using the ‘Plugins/Add New’ menu in your WordPress admin panel.</p>
<p>Once installed, you can add instances of the widget to your website through the ‘Appearance/Widgets’ menu, and change the settings by editing the added widget.  Take a look at the <a title="CCSlideShow user guide" href="http://www.creativeclans.nl/?p=134">CCSlideShow user guide</a> for a complete list of all parameters.</p>
<p>You can add as many slide shows as you want. Each slide show has it’s own set of settings.</p>
<p>To make the images appear in the slide show, you need to set the first two parameters:</p>
<p><strong>path</strong></p>
<p>Has to contain the absolute path to the slides folder, WITH the final slash.</p>
<p>Use this setting when you have disabled ‘Organize my uploads into month- and year-based folders’ in the WordPress miscellanious settings, or are using a plugin that allows you to upload the images to a single folder.</p>
<p><strong>Images</strong></p>
<p>Has to contain a list of the image names, one image per line.</p>
<p>If you didn’t use the ‘path’ setting, or only put a part of the path there (because you’ve enabled ‘Organize my uploads into month- and year-based folders’ in the WordPress miscellanious settings, or anyway the images are stored in different folders), then you’ll have to add the (missing part of) the path to the image names.</p>
<h4>License<br />
</h4>
<p>The flash slideshow WordPress widget is released under the GNU/GPL license.</p>
<p>The CCSlideShow.swf flash file included in the widget is released under <a title="license" href="http://www.creativeclans.nl/?p=131">this license</a>. As long as the flash file is a part of the CCSlideShow WordPress widget, you are free to use it as if it was released under GNU/GPL as well. If you want to use it outside of the CCSlideShow WordPress widget, then you’ll have to abide the rules of <a title="license" href="http://www.creativeclans.nl/?p=131">this license</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.creativeclans.nl/2009/02/flash-slideshow-wordpress-widget-version-11-released/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Flash slideshow WordPress widget published in the WordPress plugin directory</title>
		<link>http://www.creativeclans.nl/2009/01/flash-slideshow-widget-published-in-the-wordpress-plugin-directory/</link>
		<comments>http://www.creativeclans.nl/2009/01/flash-slideshow-widget-published-in-the-wordpress-plugin-directory/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 15:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCSlideShow News]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[slide show]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.creativeclans.nl/?p=190</guid>
		<description><![CDATA[<p>From today, the slide show wordpress widget is available in the <a title="Wordpress plugin directory" href="http://wordpress.org/extend/plugins/creative-clans-slide-show/">WordPress plugin directory</a> as well. So now you can also install it directly from the WordPress plugin directory, without having to download it first.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>From today, the slide show wordpress widget is available in the <a title="Wordpress plugin directory" href="http://wordpress.org/extend/plugins/creative-clans-slide-show/">WordPress plugin directory</a> as well. So now you can also install it directly from the WordPress plugin directory, without having to download it first.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativeclans.nl/2009/01/flash-slideshow-widget-published-in-the-wordpress-plugin-directory/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Free flash slideshow WordPress widget released</title>
		<link>http://www.creativeclans.nl/2009/01/free-flash-slideshow-wordpress-widget-released/</link>
		<comments>http://www.creativeclans.nl/2009/01/free-flash-slideshow-wordpress-widget-released/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 12:59:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCSlideShow News]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[slide show]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.creativeclans.nl/?p=170</guid>
		<description><![CDATA[<p><span style="color: #ff0000;"><span style="font-size: medium;"><strong>Attention:  <a title="Info and download of version 1.1 of the slide show widget" href="http://www.creativeclans.nl/?p=193">version 1.1 of the widget</a> has been released. The download link in this post has been disactivated.</strong></span></span></p>
<p>And here it is: the widget that lets you use multiple instances of the Creative Clans slide show 1.2 in your WordPress 2.7 website!</p>
<p>The following information can also be found in the &#8216;readme.txt&#8217; file that is included in the zip-file.</p>
<h4>Installation<br />
</h4>
<p>Installation is easy. Just download the zip file, and install and activate it using the &#8216;Plugins/Add New&#8217; menu in your WordPress admin panel.</p>
<p>Once installed, you can add instances of the widget to your website through the &#8216;Appearance/Widgets&#8217; menu, and change the settings by editing the added widget.  Take a look at the <a title="CCSlideShow user guide" href="http://www.creativeclans.nl/?p=134">CCSlideShow user guide</a> for a complete list of all parameters.</p>
<p>You can add as many slide shows as you want. Each slide show has it&#8217;s own set of settings.</p>
<p>To make the images appear in the slide show, you need to set the first two parameters:</p>
<p><strong>path</strong></p>
<p>Has to contain the absolute path to the slides folder, WITH the final slash.</p>
<p>Use this setting when you have disabled &#8216;Organize my uploads into month- and year-based folders&#8217; in the WordPress miscellanious settings, or are using a plugin that allows you to upload the images to a single folder.</p>
<p><strong>Images</strong></p>
<p>Has to contain a list of the image names, one image per line.</p>
<p>If you didn&#8217;t use the &#8216;path&#8217; setting, or only put a part of the path there (because you&#8217;ve enabled &#8216;Organize my uploads into month- and year-based folders&#8217; in the WordPress miscellanious settings, or anyway the images are stored in different folders), then you&#8217;ll have to add the (missing part of) the path to the image names.</p>
<h4>License<br />
</h4>
<p>The WordPress widget is released under the GNU/GPL license.</p>
<p>The CCSlideShow.swf flash file included in the widget is released under <a title="license" href="http://www.creativeclans.nl/?p=131">this license</a>. As long as the flash file is a part of the CCSlideShow WordPress widget, you are free to use it as if it was released under GNU/GPL as well. If you want to use it outside of the CCSlideShow WordPress widget, then you’ll have to abide the rules of this <a title="license" href="http://www.creativeclans.nl/?p=131">this license</a>.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><span style="font-size: medium;"><strong>Attention:  <a title="Info and download of version 1.1 of the slide show widget" href="http://www.creativeclans.nl/?p=193">version 1.1 of the widget</a> has been released. The download link in this post has been disactivated.</strong></span></span></p>
<p>And here it is: the widget that lets you use multiple instances of the Creative Clans slide show 1.2 in your WordPress 2.7 website!</p>
<p>The following information can also be found in the &#8216;readme.txt&#8217; file that is included in the zip-file.</p>
<h4>Installation<br />
</h4>
<p>Installation is easy. Just download the zip file, and install and activate it using the &#8216;Plugins/Add New&#8217; menu in your WordPress admin panel.</p>
<p>Once installed, you can add instances of the widget to your website through the &#8216;Appearance/Widgets&#8217; menu, and change the settings by editing the added widget.  Take a look at the <a title="CCSlideShow user guide" href="http://www.creativeclans.nl/?p=134">CCSlideShow user guide</a> for a complete list of all parameters.</p>
<p>You can add as many slide shows as you want. Each slide show has it&#8217;s own set of settings.</p>
<p>To make the images appear in the slide show, you need to set the first two parameters:</p>
<p><strong>path</strong></p>
<p>Has to contain the absolute path to the slides folder, WITH the final slash.</p>
<p>Use this setting when you have disabled &#8216;Organize my uploads into month- and year-based folders&#8217; in the WordPress miscellanious settings, or are using a plugin that allows you to upload the images to a single folder.</p>
<p><strong>Images</strong></p>
<p>Has to contain a list of the image names, one image per line.</p>
<p>If you didn&#8217;t use the &#8216;path&#8217; setting, or only put a part of the path there (because you&#8217;ve enabled &#8216;Organize my uploads into month- and year-based folders&#8217; in the WordPress miscellanious settings, or anyway the images are stored in different folders), then you&#8217;ll have to add the (missing part of) the path to the image names.</p>
<h4>License<br />
</h4>
<p>The WordPress widget is released under the GNU/GPL license.</p>
<p>The CCSlideShow.swf flash file included in the widget is released under <a title="license" href="http://www.creativeclans.nl/?p=131">this license</a>. As long as the flash file is a part of the CCSlideShow WordPress widget, you are free to use it as if it was released under GNU/GPL as well. If you want to use it outside of the CCSlideShow WordPress widget, then you’ll have to abide the rules of this <a title="license" href="http://www.creativeclans.nl/?p=131">this license</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativeclans.nl/2009/01/free-flash-slideshow-wordpress-widget-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Flash slideshow WordPress widget demo</title>
		<link>http://www.creativeclans.nl/2009/01/flash-slideshow-wordpress-widget-demo/</link>
		<comments>http://www.creativeclans.nl/2009/01/flash-slideshow-wordpress-widget-demo/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 10:16:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCSlideShow News]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.creativeclans.nl/?p=166</guid>
		<description><![CDATA[<p>The WordPress widget is ready. As soon as the documentation is finished, it&#8217;ll be released. So keep checking this site out!</p>
<p>In the mean time, you can see an example of what it looks like on the right. Like it?&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The WordPress widget is ready. As soon as the documentation is finished, it&#8217;ll be released. So keep checking this site out!</p>
<p>In the mean time, you can see an example of what it looks like on the right. Like it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creativeclans.nl/2009/01/flash-slideshow-wordpress-widget-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

