<?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>Conor's Blog &#187; JavaScript</title>
	<atom:link href="http://blog.macaoidh.name/category/languages/javascript-languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.macaoidh.name</link>
	<description>PHP, Music, Linux</description>
	<lastBuildDate>Thu, 02 Sep 2010 12:38:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>jQuery UI Sortable &#8211; Save Position and Open/Close</title>
		<link>http://blog.macaoidh.name/2010/09/02/jquery-ui-sortable-save-position-and-openclose/</link>
		<comments>http://blog.macaoidh.name/2010/09/02/jquery-ui-sortable-save-position-and-openclose/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 12:38:10 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[divs]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery ui]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[save position]]></category>
		<category><![CDATA[save status]]></category>
		<category><![CDATA[sortable]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.macaoidh.name/?p=383</guid>
		<description><![CDATA[I wrote a bit for the Furasta.Org overview page yesterday. I decided to share what I wrote (re-written independent from Furasta.Org) because when writing it I couldn&#8217;t find anything online documenting it. I know there are things like this &#8211; WordPress&#8217;s Dashboard is one example &#8211; but it didn&#8217;t seem to be documented anywhere. Demo [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a bit for the <a href="http://Furasta.Org">Furasta.Org</a> overview page yesterday. I decided to share what I wrote (re-written independent from <a href="http://Furasta.Org">Furasta.Org</a>) because when writing it I couldn&#8217;t find anything online documenting it. I know there are things like this &#8211; WordPress&#8217;s Dashboard is one example &#8211; but it didn&#8217;t seem to be documented anywhere.</p>
<h2><a title="Demo" href="http://files.macaoidh.name/demos/jquery-ui-sortable/">Demo</a></h2>
<h2><a title="Download Example" href="http://files.macaoidh.name/Download/jquery-ui-sortable-example">Download Example</a></h2>
<p>I&#8217;m not going to go into the details of how it&#8217;s done. If you download the well documented example, you should be able to figure out how it works. Any suggestions for improvement are welcome.</p>
<p>This example is somewhat different from how it is actually done in <a href="http://Furasta.Org">Furasta.Org</a>, where I use the caching system to store files based on the user&#8217;s id insuring that each user can have their own separate configuration. The key difference, noted in the documentation, is that in <a href="http://Furasta.Org">Furasta.Org</a> I don&#8217;t know how many divs need sorting because the plugin architecture has access to what I have called &#8216;Overview Items&#8217;. So to deal with that issue I created a class to deal with the items, which is visible <a href="http://code.google.com/p/furasta-org/source/browse/trunk/_inc/class/OverviewItems.php">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2010/09/02/jquery-ui-sortable-save-position-and-openclose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Strobe</title>
		<link>http://blog.macaoidh.name/2009/02/08/javascript-strobe/</link>
		<comments>http://blog.macaoidh.name/2009/02/08/javascript-strobe/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 20:22:05 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[strobe light]]></category>
		<category><![CDATA[trippy]]></category>

		<guid isPermaLink="false">http://macaoidh.name/?p=113</guid>
		<description><![CDATA[Go from screen to strobe in 0.05 seconds. I just wrote this quick strobe light script for a laugh. This is no normal strobe light &#8211; it&#8217;s trippy! Try it out: Download &#124; Demo]]></description>
			<content:encoded><![CDATA[<p>Go from screen to strobe in 0.05 seconds. I just wrote this quick strobe light script for a laugh. This is no normal strobe light &#8211; it&#8217;s trippy!</p>
<p>Try it out: <a href="http://macaoidh.name/work/force-download.php">Download</a> | <a href="http://macaoidh.name/work/trippy.html">Demo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/02/08/javascript-strobe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
