<?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>Blog :: deam.org &#187; moodblender</title>
	<atom:link href="http://blog.deam.org/tag/moodblender/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deam.org</link>
	<description>hier schreibt Klaus M. Brantl</description>
	<lastBuildDate>Wed, 25 Jan 2012 16:18:54 +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>moodblender 0.3 – GitHub + core-rewrite</title>
		<link>http://blog.deam.org/2011/10/07/moodblender-0-3-%e2%80%93-github-core-rewrite/</link>
		<comments>http://blog.deam.org/2011/10/07/moodblender-0-3-%e2%80%93-github-core-rewrite/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 10:53:16 +0000</pubDate>
		<dc:creator>Klaus M. Brantl</dc:creator>
				<category><![CDATA[Javascript/ HTML/ CSS]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[moodblender]]></category>

		<guid isPermaLink="false">http://blog.deam.org/?p=550</guid>
		<description><![CDATA[One and a half years since the last version and since I touched the code. The new version is now on GitHub and contains some significant improvements. The support for jQuery 1.3.x is now dropped in favor of the .delay()-function. Check it out on GitHub.]]></description>
			<content:encoded><![CDATA[<p>One and a half years since the last version and since I touched the code.</p>
<p>The new version is now on <a href="https://github.com/deam-org/moodblender" target="_blank">GitHub</a> and contains some significant improvements. The support for jQuery 1.3.x is now dropped in favor of the .delay()-function.</p>
<p><a href="https://github.com/deam-org/moodblender" target="_blank">Check it out on GitHub</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deam.org/2011/10/07/moodblender-0-3-%e2%80%93-github-core-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>moodblender 0.2 – minor fixes</title>
		<link>http://blog.deam.org/2010/03/17/moodblender-0-2-%e2%80%93-minor-fixes/</link>
		<comments>http://blog.deam.org/2010/03/17/moodblender-0-2-%e2%80%93-minor-fixes/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 19:38:11 +0000</pubDate>
		<dc:creator>Klaus M. Brantl</dc:creator>
				<category><![CDATA[Projekte]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Javascript/ HTML/ CSS]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[moodblender]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.deam.org/?p=333</guid>
		<description><![CDATA[After my first release on last sunday I have to put out a first bugfix-version. So everything from the first post on this still fits, except: IE6 seems to go crazy with it. So I decided to remove support for all IE-browsers with version 6 and smaller &#8211; no worry, it degrades nicely. IE7 and [...]]]></description>
			<content:encoded><![CDATA[<p>After my first release on last sunday I have to put out a first bugfix-version. So everything from <a href="/2010/03/14/moodblender-0-1-i-like-to-blend-things/">the first post</a> on this still fits, except:</p>
<ul>
<li>IE6 seems to go crazy with it. So I decided to remove support for all IE-browsers with version 6 and smaller &#8211; no worry, it degrades nicely.</li>
<li>IE7 and IE8 of course do not support &#8220;opacity:value&#8221; in CSS. So the initial set-up with div-elements looked a bit strange. I integrated a small check with $.support.opacity on the append()-part.</li>
<li>the plugin works nicely with jQuery 1.4.2 &#8211; demos are updated now.</li>
</ul>
<p><strong>Demos:</strong> <a href="http://www.deam.org/static/moodblender/demo1.html" target="_blank">demo1 jQuery  1.3</a>, <a href="http://www.deam.org/static/moodblender/demo1_jquery14.html" target="_blank">demo1  jQuery 1.4</a>, <a href="http://www.deam.org/static/moodblender/demo2.html" target="_blank">demo2 jQuery  1.3</a>, <a href="http://www.deam.org/static/moodblender/demo2_jquery14.html" target="_blank">demo2  jQuery 1.4</a></p>
<p><strong>Downloads:</strong> the <a href="http://www.deam.org/static/moodblender/jquery.moodblender.min.js" target="_blank">minified version</a> (2.2kb) or <a href="http://www.deam.org/static/moodblender/jquery.moodblender.js" target="_blank">the full source</a>.</p>
<p>btw.: I plan to publish it on the jQuery-plugins-page if I&#8217;ve rewritten the loop()-function &#8211; so maybe with version 0.4.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deam.org/2010/03/17/moodblender-0-2-%e2%80%93-minor-fixes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>moodblender 0.1 &#8211; I like to b(l)end things</title>
		<link>http://blog.deam.org/2010/03/14/moodblender-0-1-i-like-to-blend-things/</link>
		<comments>http://blog.deam.org/2010/03/14/moodblender-0-1-i-like-to-blend-things/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 14:10:27 +0000</pubDate>
		<dc:creator>Klaus M. Brantl</dc:creator>
				<category><![CDATA[Javascript/ HTML/ CSS]]></category>
		<category><![CDATA[Projekte]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[moodblender]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.deam.org/?p=295</guid>
		<description><![CDATA[I&#8217;ve started this plugin for jQuery in december 2009 &#8211; and left it for at least two months. Now I give you moodblender. Don&#8217;t expect a amazing and cool and useful jQuery-plugin. It&#8217;s for fun only. Let&#8217;s say you have an area in your website with some sort of &#8220;moody image&#8221;. Something that sits there [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started this plugin for jQuery in december 2009 &#8211; and left it for at least two months.<br />
Now I give you <strong>moodblender</strong>.<br />
Don&#8217;t expect a amazing and cool and useful jQuery-plugin. It&#8217;s for fun only.</p>
<p>Let&#8217;s say you have an area in your website with some sort of &#8220;moody image&#8221;. Something that sits there pretty still and won&#8217;t change. Of course there are tons of jQuery-tools to make this a attractive spot (like cycle), but they are all a bit too much. And I found none that support slicing the image and using some sort of video-style transition. That&#8217;s where <strong>moodblender</strong> comes in.</p>
<p><a href="http://blog.deam.org/wp-content/uploads/2010/03/moodblender_screenshot.png"><img class="size-medium wp-image-296 alignnone" title="moodblender_screenshot" src="http://blog.deam.org/wp-content/uploads/2010/03/moodblender_screenshot-300x170.png" alt="" width="300" height="170" /></a></p>
<p>The plugin is in it&#8217;s early stages. You should only use the settings splitparts, loop, maxloop and dwellTime. Using &#8220;blendOut: true&#8221; is fine, but does not work the way I had it in mind ;)</p>
<p>There are two demos available: <a href="http://www.deam.org/static/moodblender/demo1.html" target="_blank">number 1</a> and <a href="http://www.deam.org/static/moodblender/demo2.html" target="_blank">number 2</a>.</p>
<p>Use the <a href="http://www.deam.org/static/moodblender/jquery.moodblender.min.js" target="_blank">minified version</a> (2.2kb) or <a href="http://www.deam.org/static/moodblender/jquery.moodblender.js" target="_blank">read the full source</a>. It&#8217;s tested with jQuery 1.3.2, but should work with the latest 1.4 as well.<br />
Browserchecks aren&#8217;t complete yet. I&#8217;ve only tested it with Firefox 3.6, Safari 4, Google Chrome 4 and Opera 10.10. I did some tests with InternetExplorer 6 to 8, but only with an early version.</p>
<p>HTML</p>
<pre class="ln-"><code class="html">&lt;div id="mood"&gt;
&lt;img src="pix/mood_1_test.jpg" alt=""/&gt;
&lt;img src="pix/mood_3_test.jpg" alt=""/&gt;
&lt;img src="pix/mood_2_test.jpg" alt=""/&gt;
&lt;/div&gt;</code></pre>
<p>CSS</p>
<pre class="ln-"><code class="css">#mood
{
 position:relative;
 overflow:hidden;
 width:500px;
 height:282px;
}</code></pre>
<p>JS</p>
<pre class="ln-"><code class="js">$(document).ready(function() {
 $('#mood').moodblender({
 loop: true,
 maxloop: 10,
 blendOut: false,
 dwellTime: 3000
 });
});</code></pre>
<p>I&#8217;ve a couple of things in mind for version 0.2 and beyond. Some of them are</p>
<ul>
<li>rewrite the loop-function and maybe make use of jQuery&#8217;s new <a href="http://api.jquery.com/delay/">delay()-function</a> (sometimes looping kills itself or slices move in on one block&#8230; timing is evil in JS)</li>
<li>add support for jQuery Easing Plugin</li>
<li>fix the &#8216;blendOut: true&#8217;</li>
<li>add full support for IE6 to 8 (or degrade nicely with IE6 ;)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.deam.org/2010/03/14/moodblender-0-1-i-like-to-blend-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

