<?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; fragged</title>
	<atom:link href="http://fragged.org/_/fragged/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>mailcheck for mootools: suggestive email auto correction</title>
		<link>http://fragged.org/mailcheck-for-mootools-suggestive-email-auto-correction_1491.html</link>
		<comments>http://fragged.org/mailcheck-for-mootools-suggestive-email-auto-correction_1491.html#comments</comments>
		<pubDate>Fri, 23 Mar 2012 21:35:30 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mailcheck]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1491</guid>
		<description><![CDATA[Every now and then, a plugin comes about that has a good idea. Recently, this has been the mailcheck jquery plugin by Kicksend. According to their claims, it has reduced typos in emails during user signups by over 50%. The plugin works by comparing the domain typed vs a list of pre-configured popular TLDs for [...]]]></description>
		<wfw:commentRss>http://fragged.org/mailcheck-for-mootools-suggestive-email-auto-correction_1491.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>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>mooGrowl: a lightweight growl style class for mootools 1.4</title>
		<link>http://fragged.org/moogrowl-a-lightweight-growl-style-class-for-mootools-1-4_1398.html</link>
		<comments>http://fragged.org/moogrowl-a-lightweight-growl-style-class-for-mootools-1-4_1398.html#comments</comments>
		<pubDate>Wed, 02 Nov 2011 12:09:56 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[growl]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1398</guid>
		<description><![CDATA[There was notiMoo and I am sure there have been other javascript/mootools Growl notification solutions already. Yet, none of them were CSS3 and mootools 1.4 friendly, so I created a new Class instead. Check out mooGrowl on GitHub https://github.com/DimitarChristoff/mooGrowl View the demo on jsfiddle: Full screen or normal jsfiddle Screenshot of some Growls:]]></description>
		<wfw:commentRss>http://fragged.org/moogrowl-a-lightweight-growl-style-class-for-mootools-1-4_1398.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So long and thanks for all the fish</title>
		<link>http://fragged.org/so-long-and-thanks-for-all-the-fish_1391.html</link>
		<comments>http://fragged.org/so-long-and-thanks-for-all-the-fish_1391.html#comments</comments>
		<pubDate>Wed, 24 Aug 2011 15:10:31 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[fragged webtogs]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1391</guid>
		<description><![CDATA[This is one of these posts that you write with your heart sunk and a feeling of regret&#8230; After 4+ fabulous years with WebTogs, I am moving on to pastures new. It has been an absolute blast. I got the chance to start with a simple whiteboard idea and built a e-commerce start-up from the [...]]]></description>
		<wfw:commentRss>http://fragged.org/so-long-and-thanks-for-all-the-fish_1391.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>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>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>Compressing jpeg images via base64 data and gzip deflating</title>
		<link>http://fragged.org/compressing-jpeg-images-via-base64-data-and-gzip-deflating_1264.html</link>
		<comments>http://fragged.org/compressing-jpeg-images-via-base64-data-and-gzip-deflating_1264.html#comments</comments>
		<pubDate>Fri, 18 Feb 2011 14:35:02 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[base64]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1264</guid>
		<description><![CDATA[Jpeg images are already fairly compressed. Applying gzip inflate/deflate to them does not gain much whereas gzipping files with a text content type (.css, .js, .html) usually gives pretty good results. This all led me to think, what happens if I take a decent sized jpeg image, convert it to a data:image base64 set and [...]]]></description>
		<wfw:commentRss>http://fragged.org/compressing-jpeg-images-via-base64-data-and-gzip-deflating_1264.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rant on wordpress updates and plugins that bundle jquery</title>
		<link>http://fragged.org/rant-on-wordpress-updates-and-plugins-that-bundle-jquery_1150.html</link>
		<comments>http://fragged.org/rant-on-wordpress-updates-and-plugins-that-bundle-jquery_1150.html#comments</comments>
		<pubDate>Fri, 17 Dec 2010 11:19:01 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[stop-relying-on-jquery]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1150</guid>
		<description><![CDATA[I updated WordPress yesterday and did I come to regret it&#8230; It deleted all post cache and the &#8216;WordPress Popular Posts&#8217; plugin stopped working. Whilst I was looking into it, I noticed it was bundling jQuery into the page. What&#8217;s worse, the plugin does not seem to function / record article views when jQuery is [...]]]></description>
		<wfw:commentRss>http://fragged.org/rant-on-wordpress-updates-and-plugins-that-bundle-jquery_1150.html/feed</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>Intermoos series, part 3: &#8220;ketching up&#8221; with Christoph Pojer</title>
		<link>http://fragged.org/intermoos-series-part-3-ketching-up-with-christoph-pojer_1179.html</link>
		<comments>http://fragged.org/intermoos-series-part-3-ketching-up-with-christoph-pojer_1179.html#comments</comments>
		<pubDate>Tue, 14 Dec 2010 10:33:33 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[intermoo]]></category>
		<category><![CDATA[interview]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1179</guid>
		<description><![CDATA[Another day, another &#8220;intermoo&#8221;. I really wanted to get Justin Bieber to comment on MooTools today but seeing as he refused to commit to answering my questions, I got the next best thing: the chance to ketchup[1] with Christoph Pojer from the MooTools core team. When you meet with Chris, there&#8217;s something endearing about him, [...]]]></description>
		<wfw:commentRss>http://fragged.org/intermoos-series-part-3-ketching-up-with-christoph-pojer_1179.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Intermoo series, Part 2: Piotr &#8220;Zalun&#8221; Zalewa, jsFiddle creator</title>
		<link>http://fragged.org/intermoo-series-part-2-piotr-zalun-zalewa-jsfiddle-creator_1169.html</link>
		<comments>http://fragged.org/intermoo-series-part-2-piotr-zalun-zalewa-jsfiddle-creator_1169.html#comments</comments>
		<pubDate>Mon, 13 Dec 2010 11:43:10 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[intermoo]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jsfiddle]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1169</guid>
		<description><![CDATA[Here&#8217;s &#8220;Intermoos&#8220;, part two: we sit and talk to Piotr Zalewa, aka Zalun of jsFiddle fame. If you&#8217;ve not heard of jsFiddle or used it, you should stop reading this and visit it first, play with it and come back because you&#8217;d be missing out. Whereas Zalun is not an official MooTools team member, his [...]]]></description>
		<wfw:commentRss>http://fragged.org/intermoo-series-part-2-piotr-zalun-zalewa-jsfiddle-creator_1169.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>summer outdoor sandals blues</title>
		<link>http://fragged.org/summer-outdoor-sandals-blues_1102.html</link>
		<comments>http://fragged.org/summer-outdoor-sandals-blues_1102.html#comments</comments>
		<pubDate>Mon, 19 Jul 2010 14:21:22 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[we dislike...]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[outdoor]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1102</guid>
		<description><![CDATA[This is nothing to do with javascript but I am on a holiday, after all&#8230; Bit gutted to find that my otherwise excellent Newport Sandals by Keen have started to pack it in after 2 seasons of tear and wear &#8211; it seems they were not as water resistant as I was initially led to [...]]]></description>
		<wfw:commentRss>http://fragged.org/summer-outdoor-sandals-blues_1102.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mooSelecta &#8211; an accessible mootools select/dropdown element replacement</title>
		<link>http://fragged.org/mooselecta-an-accessible-mootools-select-dropdown-element-replacement_1055.html</link>
		<comments>http://fragged.org/mooselecta-an-accessible-mootools-select-dropdown-element-replacement_1055.html#comments</comments>
		<pubDate>Wed, 31 Mar 2010 16:16:06 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1055</guid>
		<description><![CDATA[Don&#8217;t you just love how different browsers style (or rather, don&#8217;t style) select and option elements? One of the things I dread most as a developer is when the design team come in and produce forms with controls that are totally bespoke and unobtainable due to the browser limitations. This prompted me to write a [...]]]></description>
		<wfw:commentRss>http://fragged.org/mooselecta-an-accessible-mootools-select-dropdown-element-replacement_1055.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Site optimisations, CDN and the hidden bandwith costs of cookies</title>
		<link>http://fragged.org/site-optimisations-cdn-and-the-hidden-bandwith-costs-of-cookies_1006.html</link>
		<comments>http://fragged.org/site-optimisations-cdn-and-the-hidden-bandwith-costs-of-cookies_1006.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 11:09:37 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1006</guid>
		<description><![CDATA[Around Christmas we tend to get a LOT of web traffic at work, so much so that we exceed our agreed bandwith a allocation with RackSpace and end up having to pay huge excess fees. Not wanting to be caught out for a second year in a row, I had a look at various ways [...]]]></description>
		<wfw:commentRss>http://fragged.org/site-optimisations-cdn-and-the-hidden-bandwith-costs-of-cookies_1006.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download great new free fonts</title>
		<link>http://fragged.org/download-great-new-free-fonts_997.html</link>
		<comments>http://fragged.org/download-great-new-free-fonts_997.html#comments</comments>
		<pubDate>Tue, 16 Feb 2010 11:47:38 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://fragged.org/download-great-new-free-fonts_997.html</guid>
		<description><![CDATA[A nice blog post that samples 35 great fonts free to download, some are actually rather good. Head to Instant Shift to check them out.]]></description>
		<wfw:commentRss>http://fragged.org/download-great-new-free-fonts_997.html/feed</wfw:commentRss>
		<slash:comments>0</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:09:39 -->
