<?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>Kolja Schleich &#187; widget</title>
	<atom:link href="http://kolja.galerie-neander.de/tag/widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://kolja.galerie-neander.de</link>
	<description>Developing Wordpress Plugins</description>
	<lastBuildDate>Sat, 14 Nov 2009 12:18:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>chCounter Widget 2.7 bundled with chCounter</title>
		<link>http://kolja.galerie-neander.de/2009/07/chcounter-widget-2-7-bundled-with-chcounter/</link>
		<comments>http://kolja.galerie-neander.de/2009/07/chcounter-widget-2-7-bundled-with-chcounter/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 02:29:53 +0000</pubDate>
		<dc:creator>Kolja Schleich</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[chcounter]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[visitor counter]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://kolja.galerie-neander.de/?p=219</guid>
		<description><![CDATA[I finally decided to include chCounter directly into the plugin software, because several users had problems installing the counter and the chCounter website is in german unfortunately. Unless any bugs appear this will be the final version of the plugin since it does what it&#8217;s supposed to do. To configure chcounter via the webinterface the [...]]]></description>
			<content:encoded><![CDATA[<p>I finally decided to include chCounter directly into the plugin software, because several users had problems installing the counter and the chCounter website is in german unfortunately. Unless any bugs appear this will be the final version of the plugin since it does what it&#8217;s supposed to do. To configure chcounter via the webinterface the following two directories need to be writable by the server</p>
<blockquote><p>chcounter/</p>
<p>chcounter/includes/</p></blockquote>
<p>If you <strong>upgrade</strong> from a previous plugin version you simply need to configure the included chCounter to reflect your old database settings.</p>
<p>I think this change makes installations easier and faster.</p>
]]></content:encoded>
			<wfw:commentRss>http://kolja.galerie-neander.de/2009/07/chcounter-widget-2-7-bundled-with-chcounter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Sponsors Slideshow Widget</title>
		<link>http://kolja.galerie-neander.de/2009/05/new-sponsors-slideshow-widget/</link>
		<comments>http://kolja.galerie-neander.de/2009/05/new-sponsors-slideshow-widget/#comments</comments>
		<pubDate>Wed, 13 May 2009 03:07:46 +0000</pubDate>
		<dc:creator>Kolja Schleich</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://kolja.galerie-neander.de/?p=157</guid>
		<description><![CDATA[I found some time to work a little bit on the Sponsors Slideshow Widget Plugin. In this new version I switched to using the jQuery Cycle Plugin. I think the bug in IE with displaying the first slide only half is now gone. Further it brings several new fade effects. Besides this new Widget title [...]]]></description>
			<content:encoded><![CDATA[<p>I found some time to work a little bit on the Sponsors Slideshow Widget Plugin. In this new version I switched to using the <a href="http://www.malsup.com/jquery/cycle/" target="_blank">jQuery Cycle Plugin</a>. I think the bug in IE with displaying the first slide only half is now gone. Further it brings several new fade effects. Besides this new Widget title is now set manually. If left empty, no title will be displayed. Finally I&#8217;ve worked on the display function so that it should be possible to display the widget manually with the following code example:</p>
<blockquote><p>sponsors_slideshow_widget_display(array(</p>
<p style="padding-left: 60px;">&#8216;number&#8217; =&gt; 1,</p>
<p style="padding-left: 60px;">&#8216;category&#8217; =&gt; catID,</p>
<p style="padding-left: 60px;">&#8216;widget_title&#8217; =&gt; &#8216;Here goes the title&#8217;,</p>
<p style="padding-left: 60px;">&#8216;fade&#8217; =&gt; &#8216;fade&#8217;,</p>
<p style="padding-left: 60px;">&#8216;time&#8217; =&gt; 5,</p>
<p style="padding-left: 60px;">&#8216;width&#8217; =&gt; 200,</p>
<p style="padding-left: 60px;">&#8216;height&#8217; =&gt; 100,</p>
<p style="padding-left: 60px;">order =&gt; 0</p>
<p>));</p></blockquote>
<p><em>number</em> is a unique integer to identify widget, <em>catID</em> is the ID of the link category to display,<em> fade</em> is any <a href="http://www.malsup.com/jquery/cycle/begin.html" target="_blank">valid fade effect</a>, <em>time </em>in seconds between images, <em>width</em> and <em>height</em> of slideshow in pixel, <em>order</em> can be 0 for sequential or 1 for random ordering of images.</p>
]]></content:encoded>
			<wfw:commentRss>http://kolja.galerie-neander.de/2009/05/new-sponsors-slideshow-widget/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Sponsors Slideshow Widget Update</title>
		<link>http://kolja.galerie-neander.de/2009/04/sponsors-slideshow-widget-update/</link>
		<comments>http://kolja.galerie-neander.de/2009/04/sponsors-slideshow-widget-update/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 19:09:29 +0000</pubDate>
		<dc:creator>Kolja Schleich</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://kolja.galerie-neander.de/?p=150</guid>
		<description><![CDATA[I&#8217;ve recently released a new version of my SponsorsSlideshowWidget. It supports now multiple widgets, so it is possible to present several link categories in different widgets. Further some styling issues are fixed, such as transparent background color and centering of the slideshow.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently released a new version of my SponsorsSlideshowWidget. It supports now multiple widgets, so it is possible to present several link categories in different widgets. Further some styling issues are fixed, such as transparent background color and centering of the slideshow.</p>
]]></content:encoded>
			<wfw:commentRss>http://kolja.galerie-neander.de/2009/04/sponsors-slideshow-widget-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
