<?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>Daniel Skinner: News and Articles on Web Development &#187; scriptaculous</title>
	<atom:link href="http://www.daniel-skinner.co.uk/tag/scriptaculous/feed" rel="self" type="application/rss+xml" />
	<link>http://www.daniel-skinner.co.uk</link>
	<description>Daniel Skinner&#039;s Blog: Web Development news and articles</description>
	<lastBuildDate>Wed, 18 Mar 2009 15:11:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lightview by Nick Stakenburg</title>
		<link>http://www.daniel-skinner.co.uk/lightview-by-nick-stakenburg/12/01/2008</link>
		<comments>http://www.daniel-skinner.co.uk/lightview-by-nick-stakenburg/12/01/2008#comments</comments>
		<pubDate>Sat, 12 Jan 2008 14:41:59 +0000</pubDate>
		<dc:creator>Daniel Skinner</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[lightview]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[protoype]]></category>
		<category><![CDATA[scriptaculous]]></category>
		<category><![CDATA[slimbox]]></category>

		<guid isPermaLink="false">http://www.daniel-skinner.co.uk/lightview-by-nick-stakenburg/12/01/2008</guid>
		<description><![CDATA[Nick has just released Lightview (another neat project) to the public. Lightview allows you to augment your images. It provides an excellent way of creating a slideshow or simply showing a large version of a thumbnail without resorting to popups. Effects are used to create very appealing slideshows and image galleries.
From the Lightview project site:

Clean: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nickstakenburg.com/" title="Nick Stakenburg" rel="external">Nick</a> has just released Lightview (another neat project) to the public. <a href="http://www.nickstakenburg.com/projects/lightview/" title="Lightview by Nick Stakenburg" rel="external">Lightview</a> allows you to augment your images. It provides an excellent way of creating a slideshow or simply showing a large version of a thumbnail without resorting to popups. Effects are used to create very appealing slideshows and image galleries.</p>
<p>From the Lightview project site:</p>
<ul>
<li><span>Clean</span>: Designed to compliment your images.</li>
<li><span>Fast</span>: Images and their neighbours are preloaded.</li>
<li><span>Easy to customize</span>: You don&#8217;t even have to know CSS.</li>
<li><span>Rounded</span>: Adjustable rounded corners, without PNGs.</li>
<li><span>Smart resizing</span>: Images will always fit on your screen.</li>
<li><span>Slideshow</span>: One button slideshow.</li>
<li><span>Effects</span>: Using Scriptaculous.</li>
<li><span>Works on all modern browsers</span></li>
</ul>
<p>Lightview is similar to <a href="http://www.huddletogether.com/projects/lightbox2/" title="Lightbox 2" rel="external">Lightbox 2</a> and both are built with Prototype and Scriptaculous. However, there are a few differences I noticed:</p>
<ul>
<li>The morphing effect that Lightview uses is a refreshing change (probably because I have seen the Lightbox effects too many times!).</li>
<li>Lightview allows you to customise many of the visual aspects of the viewer programatically. For example, the background colour and corner radius.</li>
<li>Lightview supports a customisable slideshow option which Lightbox lacks.</li>
<li>Lightview uses the caption attribute of the <code>&lt;a&gt;</code> tag to give images a caption. This attribute is not valid XHTML and thus its usage will produce invalid markup.  I would suggest using a convention similar to that used by MooTools Tips: <code>title="image title :: caption"</code></li>
<li>Lightbox has been around for a while and is well tested and proven.</li>
</ul>
<p>Personally I like the look of Lightview but I wouldn&#8217;t use it because I don&#8217;t like invalid markup!</p>
<p>If you are interested in something similar for the MooTools framework, try <a href="http://www.digitalia.be/software/slimbox" title="Slimbox: Lightbox for MooTools" rel="external">Slimbox</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daniel-skinner.co.uk/lightview-by-nick-stakenburg/12/01/2008/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Scripteka, Prototype 1.6 and Scriptaculous 1.8 Released!</title>
		<link>http://www.daniel-skinner.co.uk/prototype-16-and-scriptaculous-18-released/08/11/2007</link>
		<comments>http://www.daniel-skinner.co.uk/prototype-16-and-scriptaculous-18-released/08/11/2007#comments</comments>
		<pubDate>Thu, 08 Nov 2007 15:12:30 +0000</pubDate>
		<dc:creator>Daniel Skinner</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[prototip]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scriptaculous]]></category>
		<category><![CDATA[scripteka]]></category>

		<guid isPermaLink="false">http://www.daniel-skinner.co.uk/prototype-16-and-scriptaculous-18-released/08/11/2007</guid>
		<description><![CDATA[Prototype 1.6.0 Final has now been released on the same day as Scriptaculous 1.8.0. Scripteka prototype resource goes live!]]></description>
			<content:encoded><![CDATA[<p>Prototype 1.6.0 Final has now been released on the same day as Scriptaculous 1.8.0.</p>
<p>In a previous post about <a href="http://www.daniel-skinner.co.uk/using-prototype/21/10/2007" title="Using Prototype">Prototype 1.6.0 RC1</a>, I discussed many of the improvements this release will bring. Prototype 1.6.0 is the most significant release in over two years bringing a completely rewritten Class API, new enchancements to the DOM API and more.</p>
<p>Scriptaculous 1.8.0 was also released on the same day and is fully compatible with Prototype 1.6.0 final. The latest version brings many performance improvements and bug fixes and a few new features, including support for playing .mp3 sounds! Future releases of Scriptaculous 1.x will be bug releases only. A preview version of Scriptaculous 2.0 is expected soon!</p>
<p><a href="http://www.daniel-skinner.co.uk/prototip-110-preview/29/10/2007" title="Prototip 1.1.0 Preview">Prototip 1.1.0</a> is expected to be released shortly after the final release of Prototype 1.6.0.</p>
<p>There is also a fantastic new website which recently went live called <a href="http://scripteka.com/" rel="external" title="Scripteka: Prototype extensions library">Scripteka</a>. Scripteka is a site that many users of prototype have been waiting for, a central resource for all libraires, extensions and add-ons created using the prototype framework. It features a full rating system and tagging. Scripteka is itself an application built with prototype.</p>
<p>See the full post on the <a href="http://prototypejs.org/2007/11/7/prototype-1-6-0-script-aculo-us-1-8-0-and-the-bungee-book-now-available/" rel="external" title="Prototpye 1.6.0 Release">release of Prototype 1.6.0</a> for more info.</p>
<p>See the full post on the <a href="http://mir.aculo.us/2007/11/7/script-aculo-us-1-8-prototype-1-6-and-the-book-released" rel="external" title="Scriptaculous 1.8.0 Release">release of Scriptaculous 1.8.0</a> for more info.</p>
<p>Prototip can be found at <a href="http://www.nickstakenburg.com/projects/prototip/" rel="external" title="Prototip 1.1.0">Nick Stakenburg&#8217;s Prototip</a> site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daniel-skinner.co.uk/prototype-16-and-scriptaculous-18-released/08/11/2007/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
