<?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>Jeff dePascale &#187; Prequel</title>
	<atom:link href="http://www.jeffdepascale.com/index.php/tags/prequel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffdepascale.com</link>
	<description>Blogging on and developing web and mobile technologies</description>
	<lastBuildDate>Mon, 12 Apr 2010 18:09:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Prequel version 1.0 and documentation released on Google Code</title>
		<link>http://www.jeffdepascale.com/index.php/opensource/prequel-version-10-and-documentation-released-on-google-code/</link>
		<comments>http://www.jeffdepascale.com/index.php/opensource/prequel-version-10-and-documentation-released-on-google-code/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 01:38:49 +0000</pubDate>
		<dc:creator>Jeff dePascale</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Prequel]]></category>

		<guid isPermaLink="false">http://jeffdepascale.com/news/?p=36</guid>
		<description><![CDATA[Prequel has been fully documented and released open source as a 1.0, available now on google code, link below: Prequel on Google Code Quick start PDF available here: Prequel Quickstart PDF And class documentation is located here: com.jeffdePascale Documentation dtsv.dtse_post_36_permalink = 'http://www.jeffdepascale.com/index.php/opensource/prequel-version-10-and-documentation-released-on-google-code/'; dtsv.dtse_post_36_title = 'Prequel version 1.0 and documentation released on Google Code';]]></description>
			<content:encoded><![CDATA[<p>Prequel has been fully documented and released open source as a 1.0, available now on google code, link below:</p>
<p><a href="http://code.google.com/p/prequel-preloader/">Prequel on Google Code</a></p>
<p>Quick start PDF available here:</p>
<p><a href="http://prequel-preloader.googlecode.com/files/Prequel%20Quick%20Start%20Guide.pdf">Prequel Quickstart  PDF</a></p>
<p>And class documentation is located here:</p>
<p><a href="http://www.jeffdepascale.com/blog/documentation/">com.jeffdePascale Documentation</a></p>



		<!-- Added by WP-DragToShare-eXtended Plugin -->
		<script type="text/javascript">
			dtsv.dtse_post_36_permalink = 'http://www.jeffdepascale.com/index.php/opensource/prequel-version-10-and-documentation-released-on-google-code/';
			dtsv.dtse_post_36_title = 'Prequel version 1.0 and documentation released on Google Code';
		</script>
		<!-- End of WP-DragToShare-eXtended Plugin -->]]></content:encoded>
			<wfw:commentRss>http://www.jeffdepascale.com/index.php/opensource/prequel-version-10-and-documentation-released-on-google-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Prequel upgraded to .96 &#8211; now with bandwidth detection</title>
		<link>http://www.jeffdepascale.com/index.php/opensource/prequel-upgraded-to-96-now-with-bandwidth-detection/</link>
		<comments>http://www.jeffdepascale.com/index.php/opensource/prequel-upgraded-to-96-now-with-bandwidth-detection/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 03:50:42 +0000</pubDate>
		<dc:creator>Jeff dePascale</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Prequel]]></category>

		<guid isPermaLink="false">http://jeffdepascale.com/news/?p=43</guid>
		<description><![CDATA[As of the .96 release just pushed to google code, Prequel now features optional bandwidth detection. Implemention alongside Prequel: import com.jeffdePascale.prequel.*; var preload:Prequel = new Prequel(); var bandwidth:BandwidthDetection = new BandwidthDetection(preload); bandwidth.addEventListener(BandwidthEvent.BANDWIDTH, eBandwidthHandler); preload.preload([this]); function eBandwidthHandler(e:BandwidthEvent):void{ trace("bandwidth: " + e.bandwidth + " kbps"); trace("seconds: " + e.seconds); } dtsv.dtse_post_43_permalink = 'http://www.jeffdepascale.com/index.php/opensource/prequel-upgraded-to-96-now-with-bandwidth-detection/'; dtsv.dtse_post_43_title = 'Prequel upgraded [...]]]></description>
			<content:encoded><![CDATA[<p>As of the .96 release just pushed to google code, Prequel now features optional bandwidth detection. Implemention alongside Prequel:</p>
<p>import com.jeffdePascale.prequel.*;</p>
<p>var preload:Prequel = new Prequel();<br />
var bandwidth:BandwidthDetection = new BandwidthDetection(preload);<br />
bandwidth.addEventListener(BandwidthEvent.BANDWIDTH, eBandwidthHandler);<br />
preload.preload([this]);</p>
<p>function eBandwidthHandler(e:BandwidthEvent):void{<br />
	trace("bandwidth: " + e.bandwidth + " kbps");<br />
	trace("seconds: " + e.seconds);<br />
}</p>



		<!-- Added by WP-DragToShare-eXtended Plugin -->
		<script type="text/javascript">
			dtsv.dtse_post_43_permalink = 'http://www.jeffdepascale.com/index.php/opensource/prequel-upgraded-to-96-now-with-bandwidth-detection/';
			dtsv.dtse_post_43_title = 'Prequel upgraded to .96 – now with bandwidth detection';
		</script>
		<!-- End of WP-DragToShare-eXtended Plugin -->]]></content:encoded>
			<wfw:commentRss>http://www.jeffdepascale.com/index.php/opensource/prequel-upgraded-to-96-now-with-bandwidth-detection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
