<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>frag   (frăg)</title>
	
	<link>http://fragged.org</link>
	<description>[..] 2. To completely ruin something.</description>
	<lastBuildDate>Wed, 19 Sep 2012 07:58:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/fragged" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="fragged" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Extend Slick pseudo selector to find data-attributes</title>
		<link>http://fragged.org/extend-slick-pseudo-selector-to-find-data-attributes_1537.html</link>
		<comments>http://fragged.org/extend-slick-pseudo-selector-to-find-data-attributes_1537.html#comments</comments>
		<pubDate>Tue, 18 Sep 2012 18:12:19 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[motools]]></category>
		<category><![CDATA[slick]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1537</guid>
		<description><![CDATA[This is a relatively simple idea. Select elements with data-attributes that match a pattern, for example, div[data-media-*]. The problem is, CSS selectors don;t allow you to wildcard attributes themselves so we need to be creative. We will extend the Slick selector engine with a data pseudo selector, which will look at the outerHTML of the [...]]]></description>
		<wfw:commentRss>http://fragged.org/extend-slick-pseudo-selector-to-find-data-attributes_1537.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spying unobtrusively on Class instance events in MooTools</title>
		<link>http://fragged.org/spying-unobtrusively-on-class-instance-events-in-mootools_1531.html</link>
		<comments>http://fragged.org/spying-unobtrusively-on-class-instance-events-in-mootools_1531.html#comments</comments>
		<pubDate>Tue, 21 Aug 2012 13:44:05 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[fireEvent]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1531</guid>
		<description><![CDATA[Ever needed to debug how your Class instances fire Events? It can be frustrating and messy, especially if you do not have access to the original Class prototype source. But, you can hack your way around this and create a transparent spy on all fireEvent methods on any Class instance. Here is how: (function() { [...]]]></description>
		<wfw:commentRss>http://fragged.org/spying-unobtrusively-on-class-instance-events-in-mootools_1531.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Epitome does todo</title>
		<link>http://fragged.org/epitome-does-todo_1529.html</link>
		<comments>http://fragged.org/epitome-does-todo_1529.html#comments</comments>
		<pubDate>Fri, 13 Jul 2012 10:16:23 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[Epitome]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[todo]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1529</guid>
		<description><![CDATA[Just a quick update, my MooTools MVP library Epitome now has its own Epitome-todo repository as a submodule, an implementation of the popular TodoMVC demo. You can see it live here. If you checkout Epitome from git, you can use: git submodule init git submodule update &#8230; and point your browser to your local `example/todo/epitome/` [...]]]></description>
		<wfw:commentRss>http://fragged.org/epitome-does-todo_1529.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Epitome goes CI via buster.js and Travis CI</title>
		<link>http://fragged.org/epitome-goes-ci-via-buster-js-and-travis-ci_1526.html</link>
		<comments>http://fragged.org/epitome-goes-ci-via-buster-js-and-travis-ci_1526.html#comments</comments>
		<pubDate>Fri, 06 Jul 2012 14:50:25 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[buster.js]]></category>
		<category><![CDATA[travis-ci]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1526</guid>
		<description><![CDATA[Just a quick note &#8211; the MooTools MV* framework I wrote for QMetric called &#8216;Epitome&#8216; is now covered by Travis CI automated testing. Read more about how to implement this in your javascript projects in this blog post on the QMetric Tech Blog.]]></description>
		<wfw:commentRss>http://fragged.org/epitome-goes-ci-via-buster-js-and-travis-ci_1526.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So you want delayed events in your mootools class?</title>
		<link>http://fragged.org/so-you-want-delayed-events-in-your-mootools-class_1520.html</link>
		<comments>http://fragged.org/so-you-want-delayed-events-in-your-mootools-class_1520.html#comments</comments>
		<pubDate>Wed, 13 Jun 2012 11:28:20 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[fireEvent]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1520</guid>
		<description><![CDATA[I recently found that in the context of Class, .fireEvent() accepts a 3-rd argument, delay. Firing deferred events can be useful but you need to understand the full difference between the patterns available at your disposal. Pattern one. It relies on delay creating a function and passing arguments to that function at the time of [...]]]></description>
		<wfw:commentRss>http://fragged.org/so-you-want-delayed-events-in-your-mootools-class_1520.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Epitome: an example MooTools model / MVC tutorial</title>
		<link>http://fragged.org/epitome-an-example-mootools-model-mvc-tutorial_1517.html</link>
		<comments>http://fragged.org/epitome-an-example-mootools-model-mvc-tutorial_1517.html#comments</comments>
		<pubDate>Mon, 11 Jun 2012 09:30:44 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1517</guid>
		<description><![CDATA[I have been a little busy at work but we recently built a small Model class to support our question set and I turned it into a tutorial on how to build your own MV* framework on top of MooTools. It is called &#8216;Epitome&#8216; and is available on GitHub here: https://github.com/DimitarChristoff/Epitome. Keep in mind that [...]]]></description>
		<wfw:commentRss>http://fragged.org/epitome-an-example-mootools-model-mvc-tutorial_1517.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new mootools github repos for handy little tools</title>
		<link>http://fragged.org/new-mootools-github-repos-for-handy-little-tools_1514.html</link>
		<comments>http://fragged.org/new-mootools-github-repos-for-handy-little-tools_1514.html#comments</comments>
		<pubDate>Mon, 28 May 2012 21:50:14 +0000</pubDate>
		<dc:creator>coda</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1514</guid>
		<description><![CDATA[Right then. If you don&#8217;t follow me on github, this will be news to you. Storage. https://github.com/DimitarChristoff/Storage &#8211; it&#8217;s a class that allows you to API localStorage or sessionStorage, when available &#8211; with a fallback to using window.name in older browsers like IE6/7. It can be used as standalone or as a mixin (implemented) class [...]]]></description>
		<wfw:commentRss>http://fragged.org/new-mootools-github-repos-for-handy-little-tools_1514.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>MooTools Request.Spy – 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 – 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>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>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>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>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>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: fragged.org @ 2013-05-05 17:22:27 -->
