<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0">
	<channel>
		<title>return 1; Scripts RSS</title>
		<description>Personal coding blog and portfolio</description>
		<link>http://www.return1.net</link>
		<copyright>Copyright 2007 by return1.net</copyright>
		<language>en-GB</language>
		
		<pubDate>Sun, 03 Oct 2010 17:38:33 +0200</pubDate>
		<lastBuildDate>Sun, 03 Oct 2010 17:38:33 +0200</lastBuildDate>
		
		<image>
			<url>http://www.return1.net/app/views/v2/images/logo.png</url>
			<link>http://www.return1.net</link>
			<description>return 1;</description>
		</image>
		
				<item>
			<title>Exaile &#039;Add Directory&#039; Plugin</title>
			<author>Lucas van Dijk</author>
			<description> &lt;a href=&quot;http://www.exaile.org&quot; rel=&quot;external&quot;&gt;Exaile&lt;/a&gt; is my favorite music player for Linux, and it makes a LOT of hours on my computer. But there&#039;s one thing that annoyed me, you couldn&#039;t select multiple directories, and add all tracks in it to the playlist.&lt;br /&gt;
&lt;br /&gt;
But Exaile has a great plugin system, so I created a plugin for it. You can now choose File -&amp;gt; Open Directory, select the directories you want to add, and all files in the selected directories will be added to (optionally new) playlist. This function differs from the built in &#039;Import directory&#039; feature, because the Import Directory function can only import one directory.&lt;br /&gt;
&lt;br /&gt;
To install it, place the file in the ~/.exaile/plugins directory.</description>
			<link>http://www.return1.net/site/scripts/view/12/</link>
			<comments>http://www.return1.net/site/scripts/view/12/#comments</comments>
			<pubDate>Sun, 29 Jun 2008 20:16:39 +0200</pubDate>					</item>
				<item>
			<title>PP Reader</title>
			<author>Lucas van Dijk</author>
			<description> This script reads save files from Pocket Physics, a very cool Nintendo DS Homebrew game.&lt;br /&gt;
&lt;br /&gt;
- It reads the built in thumbnail&lt;br /&gt;
- It can create a large preview by reading all elements itself.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need this image:&lt;br /&gt;
&lt;img src=&quot;http://www.return1.net/app/pp/back.png&quot; alt=&quot;&quot; class=&quot;bbcodeimg&quot; /&gt;</description>
			<link>http://www.return1.net/site/scripts/view/11/</link>
			<comments>http://www.return1.net/site/scripts/view/11/#comments</comments>
			<pubDate>Sun, 16 Mar 2008 15:17:00 +0100</pubDate>					</item>
				<item>
			<title>Lucky&#039;s Captcha v4</title>
			<author>Lucas van Dijk</author>
			<description> Another captcha by me &lt;img src=&quot;http://www.return1.net/app/images/smilies/face-smile.png&quot; alt=&quot;:)&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
This captcha consists of three completely random generated drawings, and each of the drawing contains has a code behind it. The drawings are painted on the image on the right side. One of the three drawings is drawings is painted on the left side of the image. The visitor has to enter te code which matches the drawing on the right.</description>
			<link>http://www.return1.net/site/scripts/view/9/</link>
			<comments>http://www.return1.net/site/scripts/view/9/#comments</comments>
			<pubDate>Tue, 08 Jan 2008 14:33:14 +0100</pubDate>					</item>
				<item>
			<title>MSN Tween Auth Class</title>
			<author>Lucas van Dijk</author>
			<description> This class is used for authenticating with Passport 3.0, used in the MSN protocol.&lt;br /&gt;
&lt;br /&gt;
See &lt;a href=&quot;http://msnpiki.msnfanatic.com/index.php/MSNP13:SOAPTweener&quot; rel=&quot;external&quot;&gt;this&lt;/a&gt; page for more information.&lt;br /&gt;
&lt;br /&gt;
Python 2.5 or the elementtree module is required.</description>
			<link>http://www.return1.net/site/scripts/view/8/</link>
			<comments>http://www.return1.net/site/scripts/view/8/#comments</comments>
			<pubDate>Fri, 04 Jan 2008 23:32:03 +0100</pubDate>					</item>
				<item>
			<title>Xchat Auto Join</title>
			<author>Lucas van Dijk</author>
			<description> This is a &lt;b&gt;very&lt;/b&gt; simple script, which automatically joins the channel again after you were being kicked.&lt;br /&gt;
&lt;br /&gt;
Place this in the .xchat2 folder.</description>
			<link>http://www.return1.net/site/scripts/view/7/</link>
			<comments>http://www.return1.net/site/scripts/view/7/#comments</comments>
			<pubDate>Fri, 04 Jan 2008 23:32:03 +0100</pubDate>					</item>
				<item>
			<title>Element Scroller for Scriptaculous</title>
			<author>Lucas van Dijk</author>
			<description> This effect for Script.aculo.us can scroll the element it self. For exaple, if you have a div with overflow: auto; and it&#039;s scrollable, with this effect you can scroll the div to a specific position.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;How to use&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;head&quot;&gt;&lt;a href=&quot;#&quot; style=&quot;float: right;&quot; onclick=&quot;toggle_code(1); return false;&quot;&gt;Toggle highlighting&lt;/a&gt;Code&lt;/div&gt;&lt;textarea readonly=&quot;readonly&quot; id=&quot;code_text_1&quot; style=&quot;width: 100%; display: none;&quot; wrap=&quot;off&quot; rows=&quot;3&quot;&gt;
new Effect.ScrollVertical(element, options);
new Effect.ScrollHorizontal(element, options);
&lt;/textarea&gt;&lt;div id=&quot;code_block_1&quot; style=&quot;display: block;&quot;&gt;&lt;div class=&quot;javascript geshi-code&quot; style=&quot;font-family: monospace;&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;new&lt;/span&gt; Effect.&lt;span style=&quot;color: #006600;&quot;&gt;ScrollVertical&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;element, options&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;new&lt;/span&gt; Effect.&lt;span style=&quot;color: #006600;&quot;&gt;ScrollHorizontal&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;element, options&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
The 2 effects are almost the same, except the first one scrolls vertical, and the other scrolls horizontal, in case you didn&#039;t noticed &lt;img src=&quot;http://www.return1.net/app/images/smilies/face-wink.png&quot; alt=&quot;;)&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Parameters&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;element&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
The object or the ID of the elemt you want to scroll.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;options&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
An object with options, see below&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Options&lt;/b&gt;&lt;br /&gt;
A list of default options can be found here:&lt;br /&gt;
&lt;a href=&quot;http://wiki.script.aculo.us/scriptaculous/show/CoreEffects&quot; target=&quot;_blank&quot;&gt;http://wiki.script.aculo.us/scriptaculous/show/CoreEffects&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Option&lt;/i&gt; to&lt;/b&gt;&lt;br /&gt;
This specifies the pixel number where to scroll to. if you &lt;b&gt;don&#039;t set the option from&lt;/b&gt; it starts scrolling from the current position. So if you want to scroll to a specific position, set &lt;i&gt;from&lt;/i&gt; to 0.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Option&lt;/i&gt; from&lt;/b&gt;&lt;br /&gt;
The specifies the pixel number where to scroll from.</description>
			<link>http://www.return1.net/site/scripts/view/6/</link>
			<comments>http://www.return1.net/site/scripts/view/6/#comments</comments>
			<pubDate>Fri, 04 Jan 2008 23:32:03 +0100</pubDate>					</item>
				<item>
			<title>Captcha Class</title>
			<author>Lucas van Dijk</author>
			<description> This is an captcha class which displays some random characters, in different colors.&lt;br /&gt;
&lt;br /&gt;
The user has to enter all characters in blue. If there are no blue characters, the user must enter a dash (-).</description>
			<link>http://www.return1.net/site/scripts/view/5/</link>
			<comments>http://www.return1.net/site/scripts/view/5/#comments</comments>
			<pubDate>Fri, 04 Jan 2008 23:32:03 +0100</pubDate>					</item>
				<item>
			<title>Image Class</title>
			<author>Lucas van Dijk</author>
			<description> This class can be used to edit images. The simple version can resize images, and add a watermark to it. There&#039;s also an extended version, but that one is for sale &lt;img src=&quot;http://www.return1.net/app/images/smilies/face-wink.png&quot; alt=&quot;;)&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
An example is provided how to use the class.</description>
			<link>http://www.return1.net/site/scripts/view/4/</link>
			<comments>http://www.return1.net/site/scripts/view/4/#comments</comments>
			<pubDate>Fri, 04 Jan 2008 23:32:03 +0100</pubDate>					</item>
				<item>
			<title>Accordion for script.aculo.us</title>
			<author>Lucas van Dijk</author>
			<description> Everybody knows the Accordion effect from mootools. In the past I used script.aculo.us pretty much, and I couldn&#039;t find a good accordion effect, which worked the same like the mootools version. So I decided the create one, and this is the result.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;How to Use&lt;/b&gt;&lt;br /&gt;
You&#039;ll need script.aculo.us, which you can download &lt;a href=&quot;http://script.aculo.us&quot; rel=&quot;external&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Put the following in your &amp;lt;head&amp;gt; tag:&lt;br /&gt;
&lt;div class=&quot;head&quot;&gt;&lt;a href=&quot;#&quot; style=&quot;float: right;&quot; onclick=&quot;toggle_code(2); return false;&quot;&gt;Toggle highlighting&lt;/a&gt;Code&lt;/div&gt;&lt;textarea readonly=&quot;readonly&quot; id=&quot;code_text_2&quot; style=&quot;width: 100%; display: none;&quot; wrap=&quot;off&quot; rows=&quot;4&quot;&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;js/prototype.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;js/scriptaculous.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;js/accordion.js&quot;&gt;&lt;/script&gt;
&lt;/textarea&gt;&lt;div id=&quot;code_block_2&quot; style=&quot;display: block;&quot;&gt;&lt;div style=&quot;font-family: monospace;&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;js/prototype.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;js/scriptaculous.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;js/accordion.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: bold;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Create the html for the accordion:&lt;br /&gt;
&lt;div class=&quot;head&quot;&gt;&lt;a href=&quot;#&quot; style=&quot;float: right;&quot; onclick=&quot;toggle_code(3); return false;&quot;&gt;Toggle highlighting&lt;/a&gt;Code&lt;/div&gt;&lt;textarea readonly=&quot;readonly&quot; id=&quot;code_text_3&quot; style=&quot;width: 100%; display: none;&quot; wrap=&quot;off&quot; rows=&quot;11&quot;&gt;
&lt;div id=&quot;accordion&quot;&gt;
    &lt;h3&gt;Title 1&lt;/h3&gt;
    &lt;p&gt;Text 1&lt;/p&gt;
    
    &lt;h3&gt;Title 2&lt;/h3&gt;
    &lt;p&gt;Text 2&lt;/p&gt;
    
    &lt;h3&gt;Title 3&lt;/h3&gt;
    &lt;p&gt;Text 3&lt;/p&gt;    
&lt;/div&gt; 
&lt;/textarea&gt;&lt;div id=&quot;code_block_3&quot; style=&quot;display: block;&quot;&gt;&lt;div style=&quot;font-family: monospace;&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;lt;div id=&amp;quot;accordion&amp;quot;&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;h3&amp;gt;Title 1&amp;lt;/h3&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;p&amp;gt;Text 1&amp;lt;/p&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: bold;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;h3&amp;gt;Title 2&amp;lt;/h3&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;p&amp;gt;Text 2&amp;lt;/p&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;h3&amp;gt;Title 3&amp;lt;/h3&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: bold;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;p&amp;gt;Text 3&amp;lt;/p&amp;gt; &amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;lt;/div&amp;gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
And add before the &amp;lt;/body&amp;gt; tag this code:&lt;br /&gt;
&lt;div class=&quot;head&quot;&gt;&lt;a href=&quot;#&quot; style=&quot;float: right;&quot; onclick=&quot;toggle_code(4); return false;&quot;&gt;Toggle highlighting&lt;/a&gt;Code&lt;/div&gt;&lt;textarea readonly=&quot;readonly&quot; id=&quot;code_text_4&quot; style=&quot;width: 100%; display: none;&quot; wrap=&quot;off&quot; rows=&quot;4&quot;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
new Accordion(&quot;div#accordion h3&quot;, &quot;div#accordion p&quot;);
&lt;/script&gt; 
&lt;/textarea&gt;&lt;div id=&quot;code_block_4&quot; style=&quot;display: block;&quot;&gt;&lt;div style=&quot;font-family: monospace;&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;new Accordion(&amp;quot;div#accordion h3&amp;quot;, &amp;quot;div#accordion p&amp;quot;);&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;lt;/script&amp;gt; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: bold;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Constructor Arguments&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The first parameter is a CSS selector, which selects all headings, for the accordion.&lt;br /&gt;
&lt;br /&gt;
The second parameter is a CSS selector which selects all content elements, used by the accordion.&lt;br /&gt;
&lt;br /&gt;
The third parameter is a list of options, see below.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Options&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;duration&lt;/b&gt;&lt;br /&gt;
The duration of the slide and fade effect.&lt;br /&gt;
&lt;div class=&quot;head&quot;&gt;&lt;a href=&quot;#&quot; style=&quot;float: right;&quot; onclick=&quot;toggle_code(5); return false;&quot;&gt;Toggle highlighting&lt;/a&gt;Code&lt;/div&gt;&lt;textarea readonly=&quot;readonly&quot; id=&quot;code_text_5&quot; style=&quot;width: 100%; display: none;&quot; wrap=&quot;off&quot; rows=&quot;2&quot;&gt;
new Accordion(&#039;div#accordion h3&#039;, &#039;div#accordion p&#039;, {duration: 0.5}); 
&lt;/textarea&gt;&lt;div id=&quot;code_block_5&quot; style=&quot;display: block;&quot;&gt;&lt;div class=&quot;javascript geshi-code&quot; style=&quot;font-family: monospace;&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;new&lt;/span&gt; Accordion&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&#039;div#accordion h3&#039;&lt;/span&gt;, &lt;span style=&quot;color: #3366CC;&quot;&gt;&#039;div#accordion p&#039;&lt;/span&gt;, &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;duration: &lt;span style=&quot;color: #CC0000;&quot;&gt;0.5&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;; &lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; color: black; font-weight: normal; font-style: normal;&quot;&gt;&lt;div style=&quot;font-family: &#039;Courier New&#039;, Courier, monospace; font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;default_open&lt;/b&gt;&lt;br /&gt;
The index of the body which is open by default.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;OnStart&lt;/b&gt;&lt;br /&gt;
An event which will be called before opening a new content element.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;OnFinish&lt;/b&gt;&lt;br /&gt;
An event which will be called after the open effect.</description>
			<link>http://www.return1.net/site/scripts/view/3/</link>
			<comments>http://www.return1.net/site/scripts/view/3/#comments</comments>
			<pubDate>Fri, 04 Jan 2008 23:32:03 +0100</pubDate>					</item>
				<item>
			<title>MySQL Database Class</title>
			<author>Lucas van Dijk</author>
			<description> This is a set of classes which make communicating with a MySQL Database a lot easier. &lt;br /&gt;
&lt;br /&gt;
It&#039;s divided into four classes:&lt;br /&gt;
- MySQLDatabase, the main class, which connects to your MySQL server and selects the database etc.&lt;br /&gt;
&lt;br /&gt;
- MySQLResult, when you execute a query which returns rows, this object will be returned. From this object, you can fetch rows, and a lot more. This class also implements the Iterator interface, so you can use this class in a foreach statement.&lt;br /&gt;
&lt;br /&gt;
- MySQLStatement, a class which can be used for parameter binding, repetitive mysql queries etc.&lt;br /&gt;
&lt;br /&gt;
- MySQLException, an exception class, which will be thrown when an error occurs.&lt;br /&gt;
&lt;br /&gt;
You can connect to multiple servers, and select multiple databases, also transactions are supported, but transactions only work with InnoDB as engine.</description>
			<link>http://www.return1.net/site/scripts/view/2/</link>
			<comments>http://www.return1.net/site/scripts/view/2/#comments</comments>
			<pubDate>Fri, 04 Jan 2008 23:32:03 +0100</pubDate>					</item>
				<item>
			<title>Exaile Now Playing Xchat Script</title>
			<author>Lucas van Dijk</author>
			<description> This a Xchat script, which can send your currently playing track in &lt;a href=&quot;http://www.exaile.org&quot; rel=&quot;external&quot;&gt;Exaile&lt;/a&gt;, to the IRC channel you&#039;re on in Xchat. You can also control Exaile (play, pause, stop etc), or adjust the volume or the rating of the current song.&lt;br /&gt;
&lt;br /&gt;
It also supports CTCP song request, so if someone sends a CTCP GETSONG to you, the currently playing track will be automatically sent through DCC, to the user who requested it.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Usage&lt;/b&gt;&lt;br /&gt;
/exaile - &lt;i&gt;Prints your current playing song&lt;/i&gt;&lt;br /&gt;
/exaile play/pause/stop/next/prev - &lt;i&gt;Control exaile&lt;/i&gt;&lt;br /&gt;
/exaile rating {rating 1-8} - &lt;i&gt;Set the rating for the current song&lt;/i&gt;&lt;br /&gt;
/exaile volume up|down -&lt;i&gt;Control the volume of exaile&lt;/i&gt;&lt;br /&gt;
/exaile send {nick} - &lt;i&gt;Send the current playing song to {nick}&lt;/i&gt;</description>
			<link>http://www.return1.net/site/scripts/view/1/</link>
			<comments>http://www.return1.net/site/scripts/view/1/#comments</comments>
			<pubDate>Fri, 04 Jan 2008 23:32:03 +0100</pubDate>					</item>
			</channel>
</rss>