<?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>Wed, 28 Jul 2010 10:56:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>using mootools pseudo selectors to SEO check for hidden page elements</title>
		<link>http://fragged.org/using-mootools-pseudo-selectors-to-seo-check-for-hidden-page-elements_1118.html</link>
		<comments>http://fragged.org/using-mootools-pseudo-selectors-to-seo-check-for-hidden-page-elements_1118.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 10:36:43 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[SEO / SEM]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1118</guid>
		<description><![CDATA[This is an interesting one. Basically, there&#8217;s a school of thought in SEO that says, you should not apply a display: none CSS property to elements without a valid reason. By valid, it is understood that the hidden content it is somehow interacting with the user based upon events. For example, flyout / foldout menu [...]]]></description>
		<wfw:commentRss>http://fragged.org/using-mootools-pseudo-selectors-to-seo-check-for-hidden-page-elements_1118.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>protecting private class methods in mootools</title>
		<link>http://fragged.org/protecting-private-class-methods-in-mootools_1110.html</link>
		<comments>http://fragged.org/protecting-private-class-methods-in-mootools_1110.html#comments</comments>
		<pubDate>Thu, 15 Jul 2010 14:09:20 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1110</guid>
		<description><![CDATA[This is a bit of a sore topic as it is often being asked by people on forums and sites like Stack Overflow. Essentially, javascript does not offer a meaningful way to protect methods from being called directly. Come to think of it, neither does mootools&#8211;at least not officially. However, there is a private API [...]]]></description>
		<wfw:commentRss>http://fragged.org/protecting-private-class-methods-in-mootools_1110.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create bit.ly addresses on the fly with mootools and Request.JSONP</title>
		<link>http://fragged.org/create-bit-ly-addresses-on-the-fly-with-mootools-and-request-jsonp_1094.html</link>
		<comments>http://fragged.org/create-bit-ly-addresses-on-the-fly-with-mootools-and-request-jsonp_1094.html#comments</comments>
		<pubDate>Fri, 09 Jul 2010 12:06:38 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[JSONP]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1094</guid>
		<description><![CDATA[I was writing my own re-tweet class and found that I need to crunch URLs on the fly to make them fit within the 140 character limit on Twitter. Come bit.ly and their API, easily accessible via REST and with a JSONP callback interface, just the job for extending Request.JSONP: Request.bitly = new Class({ // [...]]]></description>
		<wfw:commentRss>http://fragged.org/create-bit-ly-addresses-on-the-fly-with-mootools-and-request-jsonp_1094.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>code your own facebook &#8216;be the first to like&#8217; with mootools</title>
		<link>http://fragged.org/code-your-own-facebook-be-the-first-to-like-with-mootools_1095.html</link>
		<comments>http://fragged.org/code-your-own-facebook-be-the-first-to-like-with-mootools_1095.html#comments</comments>
		<pubDate>Wed, 07 Jul 2010 11:04:51 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1095</guid>
		<description><![CDATA[I never like having iframes in production sites source codes so when management decided to add the &#8216;facebook like&#8217; widget thing, I decided to move it outside of the source and into a javascript abstraction. Easiest and most convenient way to do so is via extending the Element prototype in mootools (via Element.implement()): Element.implement({ facebookLike: [...]]]></description>
		<wfw:commentRss>http://fragged.org/code-your-own-facebook-be-the-first-to-like-with-mootools_1095.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>beware: googlebot understands javascript, mootools and ajax now</title>
		<link>http://fragged.org/beware-googlebot-understands-javascript-mootools-and-ajax-now_1086.html</link>
		<comments>http://fragged.org/beware-googlebot-understands-javascript-mootools-and-ajax-now_1086.html#comments</comments>
		<pubDate>Thu, 03 Jun 2010 10:56:26 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[SEO / SEM]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[mayday]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1086</guid>
		<description><![CDATA[This came as a complete shock to me: due to the Google Mayday update, I have been monitoring how the bot accesses our sites in a futile search for clues as to the page rankings changes. Very surprised to discover googlebot fetching URLs that are _strictly_ available through Ajax only. Here is a sample request [...]]]></description>
		<wfw:commentRss>http://fragged.org/beware-googlebot-understands-javascript-mootools-and-ajax-now_1086.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>mooPlaceholder: input placeholder behaviour class</title>
		<link>http://fragged.org/mooplaceholder-input-placeholder-behaviour-class_1081.html</link>
		<comments>http://fragged.org/mooplaceholder-input-placeholder-behaviour-class_1081.html#comments</comments>
		<pubDate>Thu, 06 May 2010 23:54:03 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[placeholder]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1081</guid>
		<description><![CDATA[Some of the HTML5 features just won&#8217;t come fast enough. One such feature is the ability to apply a placeholder input attribute, something like placeholder=&#8217;your text&#8217; which takes the text and sets it as a pseudo default input value until it&#8217;s focused or changed. Currently (at time of writing), this only works in webkit-based browsers [...]]]></description>
		<wfw:commentRss>http://fragged.org/mooplaceholder-input-placeholder-behaviour-class_1081.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mootools 1.3 beta 1 is finally out for grabs</title>
		<link>http://fragged.org/mootools-1-3-beta-1-is-finally-out-for-grabs_1074.html</link>
		<comments>http://fragged.org/mootools-1-3-beta-1-is-finally-out-for-grabs_1074.html#comments</comments>
		<pubDate>Wed, 28 Apr 2010 11:28:21 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[we like]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1074</guid>
		<description><![CDATA[In what promises to be the most significant update thus far (well, perhaps the mootools 1.11 to 1.2 is still worth mentioning as a milestone), the mootools team have finally released a public beta. Why is it significant? You can read the blog post but here is the short summary: in addition to being set [...]]]></description>
		<wfw:commentRss>http://fragged.org/mootools-1-3-beta-1-is-finally-out-for-grabs_1074.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>Dimitar Christoff</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>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>Mon, 15 Mar 2010 10:58:31 +0000</pubDate>
		<dc:creator>Dimitar Christoff</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[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", url: "http://www.flickr.com/services/rest/?" }, initialize: [...]]]></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>porting element storage from mootools 1.2 to 1.11 and 1.1.2</title>
		<link>http://fragged.org/porting-element-storage-from-mootools-1-2-to-1-11-and-1-1-2_1036.html</link>
		<comments>http://fragged.org/porting-element-storage-from-mootools-1-2-to-1-11-and-1-1-2_1036.html#comments</comments>
		<pubDate>Thu, 11 Mar 2010 17:26:25 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1036</guid>
		<description><![CDATA[This is a very nice feature, one of the great ideas that came with mootools 1.2. You can store any property within elements by simply mimicking the markup of &#60;div myprop=&#8221;myvalue&#8221;> in javascript. However, setting such proprietary element properties in IE can be very slow. What mootools 1.2 did was to abstract element storage into [...]]]></description>
		<wfw:commentRss>http://fragged.org/porting-element-storage-from-mootools-1-2-to-1-11-and-1-1-2_1036.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cross-domain AJAX calls via YQL as proxy and mootools JSONP</title>
		<link>http://fragged.org/cross-domain-ajax-calls-via-yql-as-proxy-and-mootools-jsonp_1028.html</link>
		<comments>http://fragged.org/cross-domain-ajax-calls-via-yql-as-proxy-and-mootools-jsonp_1028.html#comments</comments>
		<pubDate>Wed, 10 Mar 2010 11:14:29 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[JSONP]]></category>
		<category><![CDATA[xss]]></category>
		<category><![CDATA[yql]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1028</guid>
		<description><![CDATA[I wrote this a while back when I needed to do pseudo AJAX calls to a remote host. Due to XSS restrictions and security policies, a normal XMLHttpRequest (XHR) call is not allowed to work across domains or even sub-domains. But Yahoo&#8217;s YQL interface kindly lets you GET any URL (which also means being able [...]]]></description>
		<wfw:commentRss>http://fragged.org/cross-domain-ajax-calls-via-yql-as-proxy-and-mootools-jsonp_1028.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting latest tweets through mootools JSONP</title>
		<link>http://fragged.org/getting-latest-tweets-through-mootools-jsonp_1017.html</link>
		<comments>http://fragged.org/getting-latest-tweets-through-mootools-jsonp_1017.html#comments</comments>
		<pubDate>Thu, 04 Mar 2010 15:18:13 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[JSONP]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1017</guid>
		<description><![CDATA[Nothing like being egocentric so here&#8217;s what you can do to add latest tweets of a particular user to your site through mootools. This class totally `forked` from a post by AppDen (Scott Kyle) so feel free to give him some love, he deserves it for being such a bright spark. You can also &#8220;play&#8221; [...]]]></description>
		<wfw:commentRss>http://fragged.org/getting-latest-tweets-through-mootools-jsonp_1017.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Detect adblocking software through mootools and have a fallback strategy</title>
		<link>http://fragged.org/detect-adblocking-software-through-mootools-and-have-a-fallback-strategy_970.html</link>
		<comments>http://fragged.org/detect-adblocking-software-through-mootools-and-have-a-fallback-strategy_970.html#comments</comments>
		<pubDate>Sun, 14 Feb 2010 15:14:31 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[adblock]]></category>
		<category><![CDATA[adverts]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=970</guid>
		<description><![CDATA[Being able to check if website adverts were blocked is of some importance. As browser plugins such as AdBlock Plus and the likes are getting better all the time, less and less of your adverts get served up. Hence, my simple solution that can try and recover some of the lost revenue. Google adwords code [...]]]></description>
		<wfw:commentRss>http://fragged.org/detect-adblocking-software-through-mootools-and-have-a-fallback-strategy_970.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get a url&#8217;s tweet / retweet count via tweetmeme api and mootools JSONP</title>
		<link>http://fragged.org/get-a-urls-tweet-retweet-count-via-tweetmeme-api-and-mootools-jsonp_951.html</link>
		<comments>http://fragged.org/get-a-urls-tweet-retweet-count-via-tweetmeme-api-and-mootools-jsonp_951.html#comments</comments>
		<pubDate>Thu, 11 Feb 2010 11:58:11 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[mootools]]></category>
		<category><![CDATA[JSONP]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=951</guid>
		<description><![CDATA[I needed to get retweet counts as data, as opposed embedding the standard widget that tweetmeme supply. Turning to their API instead got me joy initially. After a stressful few minutes with a javascript label exception was taking place, it transpired that the tweetmeme API was not returning valid JSON within i&#8217;s deignated callback wrapper. [...]]]></description>
		<wfw:commentRss>http://fragged.org/get-a-urls-tweet-retweet-count-via-tweetmeme-api-and-mootools-jsonp_951.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The mootools plugins repository &#8216;forge&#8217; is now live, at last</title>
		<link>http://fragged.org/the-mootools-plugins-repository-forge-is-now-live-at-last_917.html</link>
		<comments>http://fragged.org/the-mootools-plugins-repository-forge-is-now-live-at-last_917.html#comments</comments>
		<pubDate>Sun, 10 Jan 2010 20:18:44 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[forge]]></category>
		<category><![CDATA[mooshell]]></category>
		<category><![CDATA[mootools FTW]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=917</guid>
		<description><![CDATA[Long time without updates but I have been away since mid December. Long story short, went to Bulgaria with the best of intentions to ski a little and ended up &#8220;enjoying&#8221; the warmest winter this country has had in over 20 years instead. Meanwhile, folks back home in London reported to be freezing their privates [...]]]></description>
		<wfw:commentRss>http://fragged.org/the-mootools-plugins-repository-forge-is-now-live-at-last_917.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lemmings javascript sprite animation with pseudo parallax (through mootools)</title>
		<link>http://fragged.org/lemmings-javascript-sprite-animation-with-pseudo-parallax-through-mootools_903.html</link>
		<comments>http://fragged.org/lemmings-javascript-sprite-animation-with-pseudo-parallax-through-mootools_903.html#comments</comments>
		<pubDate>Tue, 24 Nov 2009 14:41:04 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[sprite]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=903</guid>
		<description><![CDATA[This was supposed to be my Friday Fun post but it got to where it&#8217;s at on the following Monday instead. Having never tackled sprite animation before, this has been a learning experience anyway (on the principles of animation also). I think the result is fairly adequate &#8211; a moving lemming in a world that [...]]]></description>
		<wfw:commentRss>http://fragged.org/lemmings-javascript-sprite-animation-with-pseudo-parallax-through-mootools_903.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snow flakes for your site? Try mooSnow &#8211; a javascript class that just snows</title>
		<link>http://fragged.org/snow-flakes-for-your-site-try-moosnow-a-javascript-class-that-just-snows_901.html</link>
		<comments>http://fragged.org/snow-flakes-for-your-site-try-moosnow-a-javascript-class-that-just-snows_901.html#comments</comments>
		<pubDate>Wed, 18 Nov 2009 02:08:56 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[xmas]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=901</guid>
		<description><![CDATA[Just pulled out the old textSnow class foer 1.11 and rewrote it for 1.2.4. Anyway, head over to the demo page, it has all the info you need.]]></description>
		<wfw:commentRss>http://fragged.org/snow-flakes-for-your-site-try-moosnow-a-javascript-class-that-just-snows_901.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mootools 1.2.4 released. finally.</title>
		<link>http://fragged.org/mootools-1-2-4-released-finally_886.html</link>
		<comments>http://fragged.org/mootools-1-2-4-released-finally_886.html#comments</comments>
		<pubDate>Tue, 20 Oct 2009 00:10:43 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[mootools]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[ftw]]></category>
		<category><![CDATA[new]]></category>

		<guid isPermaLink="false">http://fragged.org/mootools-1-2-4-released-finally_886.html</guid>
		<description><![CDATA[Only 2 weeks late, which by software development standards is &#8216;dead on&#8217;, mootools 1.2.4 and 1.1.2 are officially released. Amongst the more-exciting changes for me (aside from the the many fixes and additions to -more), JSON.stringify and JSON.parse native methods and DomReady always firing before load event (this had been plaguing me for a while [...]]]></description>
		<wfw:commentRss>http://fragged.org/mootools-1-2-4-released-finally_886.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending the Request.JSONP class to fetch geolocation data from YQL and others</title>
		<link>http://fragged.org/extending-the-request-jsonp-class-to-fetch-geolocation-data-from-yql-and-others_877.html</link>
		<comments>http://fragged.org/extending-the-request-jsonp-class-to-fetch-geolocation-data-from-yql-and-others_877.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 19:51:47 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[JSONP]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=877</guid>
		<description><![CDATA[Here&#8217;s a novel idea (stolen from AppDen&#8216;s Twitter feed fetch class) &#8211; extend the mootools-more&#8217;s JSONP class and setup some quick and easy geolocation lookups through pidgets.com and YQL (yahoo query language). Here they are, 3 mini classes. First one uses the client&#8217;s IP address (or an optional ip supplied by options) to fetch geolocation [...]]]></description>
		<wfw:commentRss>http://fragged.org/extending-the-request-jsonp-class-to-fetch-geolocation-data-from-yql-and-others_877.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mootools colour picker: mooRainbow</title>
		<link>http://fragged.org/mootools-colour-picker-moorainbow_864.html</link>
		<comments>http://fragged.org/mootools-colour-picker-moorainbow_864.html#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:42:18 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[mootools]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[colour picker]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[turbomilk]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=864</guid>
		<description><![CDATA[I was browsing around the internet and came across Iconza by turbomilk. As it seemed rather nice and my Framework Detector Firefox add-on sniffed out mootools, I had a look at the source. It uses what looks like a colour picker plugin for mootools called mooRainbow. Nice to have in your toolkit, you never know. [...]]]></description>
		<wfw:commentRss>http://fragged.org/mootools-colour-picker-moorainbow_864.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop bot spam without OCR: hOOmanTest &#8211; a modern javascript captcha class</title>
		<link>http://fragged.org/stop-bot-spam-without-ocr-hoomantest-a-modern-javascript-captcha-class_853.html</link>
		<comments>http://fragged.org/stop-bot-spam-without-ocr-hoomantest-a-modern-javascript-captcha-class_853.html#comments</comments>
		<pubDate>Tue, 04 Aug 2009 10:16:04 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[hOOmanTest]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=853</guid>
		<description><![CDATA[It has always annoyed me as a user when having to strain my eyesight and having to type weird letters or numbers in order to prove I am a human. The practice is known as &#8216;captcha&#8217; and dates back a while now. Regretfully, nothing much has changed aside from the ability of the bots to [...]]]></description>
		<wfw:commentRss>http://fragged.org/stop-bot-spam-without-ocr-hoomantest-a-modern-javascript-captcha-class_853.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enough of the jQuery already&#8230;</title>
		<link>http://fragged.org/enough-of-the-jquery-already_849.html</link>
		<comments>http://fragged.org/enough-of-the-jquery-already_849.html#comments</comments>
		<pubDate>Mon, 03 Aug 2009 18:53:58 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[we dislike...]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=849</guid>
		<description><![CDATA[This is not much of a post but a bit of a rant. &#8220;It&#8217;s my party and I&#8217;ll cry if I want to&#8221;, right? I have a problem with jQuery&#8211;not with the framework as such, but with some of its users. And who in their right mind wouldn&#8217;t be getting the amp when just about [...]]]></description>
		<wfw:commentRss>http://fragged.org/enough-of-the-jquery-already_849.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>facebOOkTips: mootools facebook style tooltips &#8211; update</title>
		<link>http://fragged.org/facebooktips-mootools-facebook-style-tooltips-update_825.html</link>
		<comments>http://fragged.org/facebooktips-mootools-facebook-style-tooltips-update_825.html#comments</comments>
		<pubDate>Mon, 22 Jun 2009 08:32:12 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[tooltip]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=825</guid>
		<description><![CDATA[I have had the facebook tooltip available as a part of my core library for a while now. However, usage on various sites highlighted certain visual errors in the way it rendered on sites with custom CSS settings for line-height and line-spacing. This (plus the ineffectiveness of the old way the tooltip arrow was injected) [...]]]></description>
		<wfw:commentRss>http://fragged.org/facebooktips-mootools-facebook-style-tooltips-update_825.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mootools 1.2.3 released, bug fixes and compatibility with other frameworks</title>
		<link>http://fragged.org/mootools-1-2-3-released-bug-fixes-and-compatibility-with-other-frameworks_823.html</link>
		<comments>http://fragged.org/mootools-1-2-3-released-bug-fixes-and-compatibility-with-other-frameworks_823.html#comments</comments>
		<pubDate>Sat, 20 Jun 2009 08:49:12 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[frameworks]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=823</guid>
		<description><![CDATA[Nathan White announced the mootools 1.2.3 release today. This is to be the last version prior to bumping everything into mootools 2.0. Although mootools 1.2.3 is mostly about bug fixing, it does introduce an important feature: &#8220;Element: MooTools compatibility mode: the $ function is only defined if no pre-existing $ function is found. If an [...]]]></description>
		<wfw:commentRss>http://fragged.org/mootools-1-2-3-released-bug-fixes-and-compatibility-with-other-frameworks_823.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>imageScrOOler: a mootools image thumbnails scrolling class with carousel effect</title>
		<link>http://fragged.org/imagescrooler-a-mootools-image-thumbnails-scrolling-class_794.html</link>
		<comments>http://fragged.org/imagescrooler-a-mootools-image-thumbnails-scrolling-class_794.html#comments</comments>
		<pubDate>Fri, 12 Jun 2009 11:29:51 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[imageScrOOler]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=794</guid>
		<description><![CDATA[*update* 15/09/2009 &#8211; Added a new option, carousel: true&#124;false, which creates a never-ending wrap of the image set. Check the imageScrOOler example page for more. I have had this in my pipeline a while now but it&#8217;s time to release it for whoever needs this kind of thing. The idea is simple: have an array [...]]]></description>
		<wfw:commentRss>http://fragged.org/imagescrooler-a-mootools-image-thumbnails-scrolling-class_794.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 @ 2010-07-29 14:31:45 -->