<?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>frag   (frăg) &#187; mootools</title>
	<atom:link href="http://fragged.org/_/mootools/feed" rel="self" type="application/rss+xml" />
	<link>http://fragged.org</link>
	<description>[..] 2. To completely ruin something.</description>
	<lastBuildDate>Fri, 27 Apr 2012 13:04:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>StrongPass: A password strength helper class</title>
		<link>http://fragged.org/strongpass-a-password-strength-helper-class_1495.html</link>
		<comments>http://fragged.org/strongpass-a-password-strength-helper-class_1495.html#comments</comments>
		<pubDate>Fri, 27 Apr 2012 13:01:59 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1495</guid>
		<description><![CDATA[Good news, everyone (I miss Futurama). Three years ago I wrote a mootools plugin for password strength checking, based upon a stack overflow jquery post. I just had cause to revisit this for work at QMetric and refactored it (read, rewrote from scratch) for MooTools 1.4+ The Class is on the forge, it&#8217;s fairly flexible [...]]]></description>
		<wfw:commentRss>http://fragged.org/strongpass-a-password-strength-helper-class_1495.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MooTools plugins round-up</title>
		<link>http://fragged.org/mootools-plugins-round-up_1482.html</link>
		<comments>http://fragged.org/mootools-plugins-round-up_1482.html#comments</comments>
		<pubDate>Mon, 13 Feb 2012 10:42:18 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1482</guid>
		<description><![CDATA[Time for a round-up of interesting / quality plugins on the MooTools forge or github. Again. First off, my favourite find over the last month has to be the MooTools Router. What it does is handle application paths for hashes in the style of the Backbone.js router but it&#8217;s really a normal MooTools class. It [...]]]></description>
		<wfw:commentRss>http://fragged.org/mootools-plugins-round-up_1482.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MooTools Request.Spy &#8211; monitor all requests through the Request class prototype</title>
		<link>http://fragged.org/mootools-request-spy-monitor-all-requests-through-the-request-class-prototype_1474.html</link>
		<comments>http://fragged.org/mootools-request-spy-monitor-all-requests-through-the-request-class-prototype_1474.html#comments</comments>
		<pubDate>Fri, 10 Feb 2012 12:10:49 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[Request.spy]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1474</guid>
		<description><![CDATA[An interesting question on StackOverflow prompted me to look into creating a universal spy/logger for all Requests that MooTools. The objective is: being able to log / spy on all XHR requests w/o modifying code anywhere. It is trivial to override the Request Class and change the prototype of the success and failure. The problem [...]]]></description>
		<wfw:commentRss>http://fragged.org/mootools-request-spy-monitor-all-requests-through-the-request-class-prototype_1474.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage lazy-loading handlebars / mustache / other templates via MooTools</title>
		<link>http://fragged.org/manage-lazy-loading-handlebars-mustache-other-templates-via-mootools_1464.html</link>
		<comments>http://fragged.org/manage-lazy-loading-handlebars-mustache-other-templates-via-mootools_1464.html#comments</comments>
		<pubDate>Wed, 08 Feb 2012 13:35:21 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[handlebars]]></category>
		<category><![CDATA[templating]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1464</guid>
		<description><![CDATA[I have started using Backbone.js but with handlebars templates (like in Ember.js) that I parse through Underscore.js. Anyway, to cut a long story short &#8211; I did not want to have a bunch of flat script tags with HTML in the document body on page load so I thought of a way to lazyload and [...]]]></description>
		<wfw:commentRss>http://fragged.org/manage-lazy-loading-handlebars-mustache-other-templates-via-mootools_1464.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using overloadSetter / overloadGetter to make flexible functions in mootools</title>
		<link>http://fragged.org/using-overloadsetter-overloadgetter-to-make-flexible-functions-in-mootools_1451.html</link>
		<comments>http://fragged.org/using-overloadsetter-overloadgetter-to-make-flexible-functions-in-mootools_1451.html#comments</comments>
		<pubDate>Thu, 02 Feb 2012 16:08:24 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[function]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1451</guid>
		<description><![CDATA[This is a really helpful feature of MooTools that a few people know and use. Basically, there is a pair of 2 Function prototypes called &#8216;overloadGetter&#8216; and &#8216;overloadSetter&#8216;. They are very simple in what they can provide. Say, you have a function that is a private property setter in a Class that takes 2 arguments: [...]]]></description>
		<wfw:commentRss>http://fragged.org/using-overloadsetter-overloadgetter-to-make-flexible-functions-in-mootools_1451.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MooTools in a distant future: how to write to better survive the changes</title>
		<link>http://fragged.org/mootools-in-a-distant-future-how-to-write-to-better-survive-the-changes_1438.html</link>
		<comments>http://fragged.org/mootools-in-a-distant-future-how-to-write-to-better-survive-the-changes_1438.html#comments</comments>
		<pubDate>Wed, 01 Feb 2012 23:00:54 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[milk]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1438</guid>
		<description><![CDATA[You may have already heard this, or maybe not. But this won&#8217;t change the fact that javascript is changing and the way people write it and specifically, how they write the libraries, modules and widgets we all share and use is slowly being edged towards an AMD pattern. This stands for Asynchronous Module Definition, pioneered [...]]]></description>
		<wfw:commentRss>http://fragged.org/mootools-in-a-distant-future-how-to-write-to-better-survive-the-changes_1438.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A larger MooTools logo</title>
		<link>http://fragged.org/a-larger-mootools-logo_1428.html</link>
		<comments>http://fragged.org/a-larger-mootools-logo_1428.html#comments</comments>
		<pubDate>Thu, 12 Jan 2012 14:30:51 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1428</guid>
		<description><![CDATA[I had to look around and find an up-to date mootools logo of a decent size and I couldn&#8217;t find one. Hence, I took an old and small AI file and updated it to the current colours, ending up with the logo at 25cm and 300 DPI! Whereas I won&#8217;t post this size here (see [...]]]></description>
		<wfw:commentRss>http://fragged.org/a-larger-mootools-logo_1428.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>substitutePath &#8211; a string method that recursively replaces values from an object</title>
		<link>http://fragged.org/substitutepath-a-string-method-that-recursively-replaces-values-from-an-object_1416.html</link>
		<comments>http://fragged.org/substitutepath-a-string-method-that-recursively-replaces-values-from-an-object_1416.html#comments</comments>
		<pubDate>Sun, 25 Dec 2011 08:52:31 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[string-extras]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1416</guid>
		<description><![CDATA[Originally, this was meant to be released as something for String.Extras in mootools-more as an idea by Oskar, coined by myself with input from csuwldcat &#8211; but it seems that the pull request is not going anywhere so I will release it here instead. The idea is to extend the behaviour of String.substitute to be [...]]]></description>
		<wfw:commentRss>http://fragged.org/substitutepath-a-string-method-that-recursively-replaces-values-from-an-object_1416.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New mootools plugins released on github/forge</title>
		<link>http://fragged.org/new-mootools-plugins-released-on-githubforge_1411.html</link>
		<comments>http://fragged.org/new-mootools-plugins-released-on-githubforge_1411.html#comments</comments>
		<pubDate>Sat, 24 Dec 2011 16:53:53 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[mooTagify]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1411</guid>
		<description><![CDATA[Time to wrap up the year, I think. I released 2 more small plugins of mine on github and the MooTools forge. mooTagify GitGub project page: https://github.com/DimitarChristoff/mooTagify Forge link: http://mootools.net/forge/p/mootagify A plugin for small tag lists input. Also, provides an ajax auto-completion sub-class that can be used as a standalone anyway. Screenshot: Example with ajax [...]]]></description>
		<wfw:commentRss>http://fragged.org/new-mootools-plugins-released-on-githubforge_1411.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MooTools class mutators to log method calls</title>
		<link>http://fragged.org/using-mootools-class-mutators-to-log-method-calls_1405.html</link>
		<comments>http://fragged.org/using-mootools-class-mutators-to-log-method-calls_1405.html#comments</comments>
		<pubDate>Wed, 09 Nov 2011 12:27:00 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[mutators]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1405</guid>
		<description><![CDATA[When you are debugging a huge web app, comprised of many classes and many methods, it can be really tedious and difficult. Having to go and edit code and add `console.log` calls all over the place is hardly productive and can involve a lot of typing. Fortunately, you can use a lesser known feature of [...]]]></description>
		<wfw:commentRss>http://fragged.org/using-mootools-class-mutators-to-log-method-calls_1405.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>mooPlaceholder revisited: a flexible placeholder input solution for IE and older browsers</title>
		<link>http://fragged.org/mooplaceholder-revisited-a-flexible-placeholder-input-solution-for-ie-and-older-browsers_1399.html</link>
		<comments>http://fragged.org/mooplaceholder-revisited-a-flexible-placeholder-input-solution-for-ie-and-older-browsers_1399.html#comments</comments>
		<pubDate>Mon, 31 Oct 2011 14:20:20 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[mooPlaceholder]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1399</guid>
		<description><![CDATA[Creating some javascript that can mimic the HTML5 behavior of a placeholder= attribute on an input element can be simple. Unfortunately, getting a single solution you can work with that fits all browsers and have little overhead to work with is not that easy. The following are the requirements when making it universal: work as [...]]]></description>
		<wfw:commentRss>http://fragged.org/mooplaceholder-revisited-a-flexible-placeholder-input-solution-for-ie-and-older-browsers_1399.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with dynamic Class names in MooTools</title>
		<link>http://fragged.org/working-with-dynamic-class-names-in-mootools_1395.html</link>
		<comments>http://fragged.org/working-with-dynamic-class-names-in-mootools_1395.html#comments</comments>
		<pubDate>Tue, 18 Oct 2011 09:21:23 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1395</guid>
		<description><![CDATA[This is somewhat trivial but is also useful and is a common question that a lot of people ask. The problem is in 2 parts: How to instantiate a Class based upon a dynamic name/variable and how to identify the Class name that has created a MooTools Class instance (the prototype, really). First of all, [...]]]></description>
		<wfw:commentRss>http://fragged.org/working-with-dynamic-class-names-in-mootools_1395.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lazyloading multiple sequential javascript dependencies in MooTools</title>
		<link>http://fragged.org/lazyloading-multiple-sequential-javascript-dependencies-in-mootools_1389.html</link>
		<comments>http://fragged.org/lazyloading-multiple-sequential-javascript-dependencies-in-mootools_1389.html#comments</comments>
		<pubDate>Wed, 06 Jul 2011 13:56:21 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[lazyloading]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1389</guid>
		<description><![CDATA[We all know and love Asset.js from MooTools-more. It affords you lazyloading by providing Asset.javascript, Asset.image, Asset.images and Asset.css. However, sometimes you need more precision when bringing in external scripts as dependencies. Hence I created my own Asset.javascripts &#8211; based losely on a coupling of Asset.images and Asset.javascript but providing sequential asynchronous loading. Asset.javascripts = [...]]]></description>
		<wfw:commentRss>http://fragged.org/lazyloading-multiple-sequential-javascript-dependencies-in-mootools_1389.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MooTools pattern fun: Class Implements + Extends at the same time</title>
		<link>http://fragged.org/mootools-pattern-fun-class-implements-extends-at-the-same-time_1359.html</link>
		<comments>http://fragged.org/mootools-pattern-fun-class-implements-extends-at-the-same-time_1359.html#comments</comments>
		<pubDate>Wed, 06 Jul 2011 11:23:17 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[JSONP]]></category>
		<category><![CDATA[localStorage]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1359</guid>
		<description><![CDATA[Update: Thanks to @CarstenSchwede, who pointed out that the MooTools Class Constructor expects the Extends mutator __before__ the Implements one, meaning you don&#8217;t need to worry about any of the stuff I had to come up with (described in this post). Upon further investigation with Arian, it turns out that MooTools 2.0 will NOT be [...]]]></description>
		<wfw:commentRss>http://fragged.org/mootools-pattern-fun-class-implements-extends-at-the-same-time_1359.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mootools flickr api class via Request.JSONP</title>
		<link>http://fragged.org/mootools-flickr-api-class-via-request-jsonp_1042.html</link>
		<comments>http://fragged.org/mootools-flickr-api-class-via-request-jsonp_1042.html#comments</comments>
		<pubDate>Fri, 13 May 2011 10:58:31 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[flikr]]></category>
		<category><![CDATA[JSONP]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1042</guid>
		<description><![CDATA[updated for mootools 1.3.2 I needed to bring some images into a thumbnail/gallery and decided to use flickr&#8217;s API for easy access. The result is a mini-api which allows you to control your options and parse the images that flickr sends back. // the class Request.flickr = new Class({ Extends: Request.JSONP, options: { callbackKey: "jsoncallback", [...]]]></description>
		<wfw:commentRss>http://fragged.org/mootools-flickr-api-class-via-request-jsonp_1042.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CKeditor blues: when it fails to pass on the data via AJAX</title>
		<link>http://fragged.org/ckeditor-blues-when-it-fails-to-pass-on-the-data-via-ajax_1363.html</link>
		<comments>http://fragged.org/ckeditor-blues-when-it-fails-to-pass-on-the-data-via-ajax_1363.html#comments</comments>
		<pubDate>Thu, 12 May 2011 16:40:38 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[CKEDITOR]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1363</guid>
		<description><![CDATA[CKeditor is a good WYSIWYG content editor and is very popular in various CMS and on-page editing tools. It _tends_ to work and is helpful to those who cannot use HTML natively. However, from a developer standpoint &#8211; it can cause some headaches and it lacks proper API (or otherwise documentation). All you get is [...]]]></description>
		<wfw:commentRss>http://fragged.org/ckeditor-blues-when-it-fails-to-pass-on-the-data-via-ajax_1363.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just a quick heads-up: updated site live header to new sprite animation</title>
		<link>http://fragged.org/just-a-quick-heads-up-updated-site-live-header-to-new-sprite-animation_1337.html</link>
		<comments>http://fragged.org/just-a-quick-heads-up-updated-site-live-header-to-new-sprite-animation_1337.html#comments</comments>
		<pubDate>Tue, 10 May 2011 15:11:33 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[lemmings mootools sprite]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1337</guid>
		<description><![CDATA[It&#8217;s been an year since I last touched on the live header malarkey and though the old one was OK, it was more to do with playing with the idea and developing a basic parallax effect in javascript. Oh, and learning more MooTools. The new one is a complete (or near enough) rewrite of the [...]]]></description>
		<wfw:commentRss>http://fragged.org/just-a-quick-heads-up-updated-site-live-header-to-new-sprite-animation_1337.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A powerful and simple mootools modal window class called &#8220;baseBox&#8221;</title>
		<link>http://fragged.org/the-simple-modal-window-via-mootools_232.html</link>
		<comments>http://fragged.org/the-simple-modal-window-via-mootools_232.html#comments</comments>
		<pubDate>Tue, 03 May 2011 02:36:05 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=232</guid>
		<description><![CDATA[This was completely overhauled. Basically, I just released a new mootools modalBox Class called &#8216;baseBox&#8217;. You can see it on jsfiddle and play with it some. Full details, documentation are available on the project github page. Features: Full CSS support &#8211; whatever you do, it assigns to the box. Complete control &#8211; plenty of options, [...]]]></description>
		<wfw:commentRss>http://fragged.org/the-simple-modal-window-via-mootools_232.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial: write a small content slider Class in MooTools and extend it</title>
		<link>http://fragged.org/tutorial-write-a-small-content-slider-class-in-mootools-and-extend-it_1321.html</link>
		<comments>http://fragged.org/tutorial-write-a-small-content-slider-class-in-mootools-and-extend-it_1321.html#comments</comments>
		<pubDate>Fri, 22 Apr 2011 14:47:25 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1321</guid>
		<description><![CDATA[Difficulty: moderate Framework: MooTools 1.3 (no previous ver compatibility) Dependencies: MooTools-more 1.3.1 (no compat mode, just Element.Delegation required to build it) DocType: HTML5 &#8211; optional Before I begin, if you have not made a MooTools Class before, I suggest you first read this tutorial I made last month on creating a Sliding Tips plugin, which [...]]]></description>
		<wfw:commentRss>http://fragged.org/tutorial-write-a-small-content-slider-class-in-mootools-and-extend-it_1321.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial: write a small but flexible MooTools Tips class</title>
		<link>http://fragged.org/tutorial-write-a-small-but-flexible-mootools-tips-class_1293.html</link>
		<comments>http://fragged.org/tutorial-write-a-small-but-flexible-mootools-tips-class_1293.html#comments</comments>
		<pubDate>Sat, 12 Mar 2011 18:00:12 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1293</guid>
		<description><![CDATA[The other day somebody came in on the IRC channel and asked if there&#8217;s a MooTools script available to replicate the effect of this jQuery plugin. The main objective was to be also easily able to keep the tip on whilst the mouse skips from the trigger element into it. Since I did not know [...]]]></description>
		<wfw:commentRss>http://fragged.org/tutorial-write-a-small-but-flexible-mootools-tips-class_1293.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The MooTools Round-up, week 1 (7 &#8211; 13th of March)</title>
		<link>http://fragged.org/the-mootools-round-up-week-1-7-13th-of-march_1262.html</link>
		<comments>http://fragged.org/the-mootools-round-up-week-1-7-13th-of-march_1262.html#comments</comments>
		<pubDate>Thu, 10 Mar 2011 16:13:32 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[round-up]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1262</guid>
		<description><![CDATA[Going to start a new series in the blog on everything MooTools on a weekly basis. If you notice how &#8220;Round-up&#8221; plays on the cows element, that&#8217;s no accident. Only wish I was called &#8216;Woody&#8217;. Oh well. So, what&#8217;s new in the world of the greatest javascript framework known to man? My pick of the [...]]]></description>
		<wfw:commentRss>http://fragged.org/the-mootools-round-up-week-1-7-13th-of-march_1262.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feature detect base64 image support, revisited</title>
		<link>http://fragged.org/feature-detect-base64-image-support-revisited_1250.html</link>
		<comments>http://fragged.org/feature-detect-base64-image-support-revisited_1250.html#comments</comments>
		<pubDate>Fri, 11 Feb 2011 10:01:26 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[base64]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1250</guid>
		<description><![CDATA[Recently I had cause to revisit my old routine that checks if a browser can work with base64-encoded images. This is a test that modernizr does not offer so the only way to do so is to Feature-detect. To the rescue: an empty 1x1px gif image gets encoded and is then set as the src [...]]]></description>
		<wfw:commentRss>http://fragged.org/feature-detect-base64-image-support-revisited_1250.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some &#8220;-More&#8221; intermoos: a long chat with Aaron Newton</title>
		<link>http://fragged.org/some-more-intermoos-a-long-chat-with-aaron-newton_1225.html</link>
		<comments>http://fragged.org/some-more-intermoos-a-long-chat-with-aaron-newton_1225.html#comments</comments>
		<pubDate>Fri, 28 Jan 2011 11:14:05 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[interviews]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[intermoo]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1225</guid>
		<description><![CDATA[Our next mootools interview is a a bit long. Let it not be said that I did not warn you &#8211; but it&#8217;s worth the read. So, without further adieu&#8230; One of the biggest &#8220;names&#8221; you are likely to hear whilst talking about MooTools (or even javascript in general) is that of Aaron Newton. Through [...]]]></description>
		<wfw:commentRss>http://fragged.org/some-more-intermoos-a-long-chat-with-aaron-newton_1225.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Intermoos Part 6: Fábio Miranda Costa gets slick</title>
		<link>http://fragged.org/intermoos-part-6-fabio-miranda-costa-gets-slick_1213.html</link>
		<comments>http://fragged.org/intermoos-part-6-fabio-miranda-costa-gets-slick_1213.html#comments</comments>
		<pubDate>Thu, 30 Dec 2010 10:00:59 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[interviews]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[intermoo]]></category>
		<category><![CDATA[interview]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1213</guid>
		<description><![CDATA[Here&#8217;s the next instalment in our Intermoos series: we sit and talk with Fábio Miranda Costa, a mootools core member and one of the coders behind Slick, the new MooTools selector engine. Name: Fábio Miranda Costa Nickname: fabiomcosta Country: Brasil MooTools team: Core and Slick Age: 24 Company / Occupation: Software Engineer at Globo.com Blog: [...]]]></description>
		<wfw:commentRss>http://fragged.org/intermoos-part-6-fabio-miranda-costa-gets-slick_1213.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Intermoos part 5: Ryan &#8220;rpflo&#8221; Florence. On moo4q and ninjas</title>
		<link>http://fragged.org/intermoos-part-5-ryan-rpflo-florence-on-mooq4-and-ninjas_1200.html</link>
		<comments>http://fragged.org/intermoos-part-5-ryan-rpflo-florence-on-mooq4-and-ninjas_1200.html#comments</comments>
		<pubDate>Fri, 17 Dec 2010 10:49:16 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[intermoo]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1200</guid>
		<description><![CDATA[Here&#8217;s the next instalment in our Intermoos series: we sit and talk with Ryan Florence, one of the most extraordinary and well respected coders, the man behind moo4q, SlideShow, mooDocs and the MooTools magazine. I thought he was Italian (or at least French) for a long time. I was wrong&#8230; Name: Ryan Florence Nickname: rpflo [...]]]></description>
		<wfw:commentRss>http://fragged.org/intermoos-part-5-ryan-rpflo-florence-on-mooq4-and-ninjas_1200.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: fragged.org @ 2012-05-18 16:16:01 -->
