<?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>delusionworld blog &#187; Screencast</title>
	<atom:link href="http://www.delusionworld.com/tag/screencast/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delusionworld.com</link>
	<description>my MooTools, TYPO3 and FLOW3 experiences</description>
	<lastBuildDate>Fri, 24 Jun 2011 21:22:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>MPR Preparation Part 2</title>
		<link>http://www.delusionworld.com/mootools/mpr-preparation-part-2/</link>
		<comments>http://www.delusionworld.com/mootools/mpr-preparation-part-2/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 00:38:13 +0000</pubDate>
		<dc:creator>daKmoR</dc:creator>
				<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[Screencast]]></category>

		<guid isPermaLink="false">http://www.delusionworld.com/?p=16</guid>
		<description><![CDATA[As I promised here is the script to use your MooTools Plugin Repository even more sufficient. It&#8217;s all about easy handling. I want to use all the Plugin I have without including a lot of script, css tags in my header. With this php code it&#8217;s really easy to do it. First pls see the [...]]]></description>
			<content:encoded><![CDATA[<p>As I promised here is the script to use your MooTools Plugin Repository even more sufficient. It&#8217;s all about easy handling. I want to use all the Plugin I have without including a lot of script, css tags in my header. With this php code it&#8217;s really easy to do it.</p>
<p>First pls see the Screencast <a href="http://screencast.com/t/gNj3SHhW">MPR Preparation Part 2</a>.</p>
<p>Here you can see how I like to work &#8211; never write to much code. So by using autoload and the php file you don&#8217;t need to care about any javascript or css. Once you are done with your work &#8211; you can easily just save the content you get from the php script and upload it, so you don&#8217;t need to autocreate this on your server &#8211; just upload ONE javascript file and ONE css file and you it will contain all your plugins relevant code (except for the images :p).</p>
<p>My next plans:</p>
<ul>
<li>create a demo page where you can just write js/html/css code and don&#8217;t need to worry about file inclusion (a little playground)</li>
<li>include a cache for the php script</li>
<li>include a lot more plugins</li>
<li>some other improvements for the script (find base tag, auto identify if the script is also used for css, &#8230;)</li>
</ul>
<p>If you wanna try the things you have seen in the Screencast just download <a href="http://www.delusionworld.com/wp-content/uploads/2009/02/mprpreperationpart2.zip">MPR.Preparation.Part2</a> extract it to a webserver (with php and curl) and look at the MPR.html.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delusionworld.com/mootools/mpr-preparation-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MPR Preparation Part 1</title>
		<link>http://www.delusionworld.com/mootools/mpr-preparation-part-1/</link>
		<comments>http://www.delusionworld.com/mootools/mpr-preparation-part-1/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 10:54:27 +0000</pubDate>
		<dc:creator>daKmoR</dc:creator>
				<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[Screencast]]></category>

		<guid isPermaLink="false">http://www.delusionworld.com/?p=9</guid>
		<description><![CDATA[Some Time ago I had an idea on how to make using MooTools evan easier. Basically it&#8217;s about using a &#8220;convention&#8221; for Plugins (directory structur) and intraducing an function to autoload Code that&#8217;s mandatory. This is about developing locally and not using it on the public server. For general use I will provide a Script [...]]]></description>
			<content:encoded><![CDATA[<p>Some Time ago I had an idea on how to make using MooTools evan easier. Basically it&#8217;s about using a &#8220;convention&#8221; for Plugins (directory structur) and intraducing an function to autoload Code that&#8217;s mandatory.</p>
<p>This is about developing locally and not using it on the public server. For general use I will provide a Script that automatically generates ONE MooTools File to be included within you page.</p>
<p>To see how a local MooTools Plugin Repository could help you while developing you can see a short <a href="http://www.screencast.com/users/daKmoR/folders/Jing/media/0653e165-c2ef-4b0b-a176-c04891df8227">screencast</a>.</p>
<p>For more Information you can see the original Post on <a href="http://www.mooforum.net/general12/idea-easy-plugin-respository-t1085.html">MooForum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delusionworld.com/mootools/mpr-preparation-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

