<?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; javascript</title>
	<atom:link href="http://fragged.org/_/javascript/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>Another javascript test</title>
		<link>http://fragged.org/another-javascript-test_1052.html</link>
		<comments>http://fragged.org/another-javascript-test_1052.html#comments</comments>
		<pubDate>Mon, 22 Mar 2010 16:40:09 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[quiz]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://fragged.org/another-javascript-test_1052.html</guid>
		<description><![CDATA[This time I found a fun javascript test on StackOverflow on the PerfectionKills blog: Javascript Quiz, once again it has been suggested to use through the interview process for a javascript / front-end engineer role. Good luck and have fun (as they say&#8230;)]]></description>
		<wfw:commentRss>http://fragged.org/another-javascript-test_1052.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>javascript tests fun continues</title>
		<link>http://fragged.org/javascript-tests-fun-continues_1011.html</link>
		<comments>http://fragged.org/javascript-tests-fun-continues_1011.html#comments</comments>
		<pubDate>Fri, 19 Feb 2010 14:16:32 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[quiz]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://fragged.org/javascript-tests-fun-continues_1011.html</guid>
		<description><![CDATA[A great new test through javascript.ru (an incredible resource, even if in Russian). Dmitry Soshnikov has created a new fun javascript quiz you can test your knowledge against. The difference is that he&#8217;s tried to abstract real world problems, collected from various mailing lists or problems of his own doing. Worth 10 mins for sure.]]></description>
		<wfw:commentRss>http://fragged.org/javascript-tests-fun-continues_1011.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating a wrapper namespace for the FireBug console.log function for IE and other browsers</title>
		<link>http://fragged.org/creating-a-wrapper-for-the-firebug-consolelog-function-for-ie-and-other-browsers_218.html</link>
		<comments>http://fragged.org/creating-a-wrapper-for-the-firebug-consolelog-function-for-ie-and-other-browsers_218.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 15:22:45 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=218</guid>
		<description><![CDATA[Most web application/AJAX development takes place within the confines of either FireFox + Firebug or Webkit browsers and their consoles (firebug is now available on chrome?). However, other browsers (such as IE) lack console functionality and this presents a problem. When in a hurry / under pressure, I have been known to forget to take [...]]]></description>
		<wfw:commentRss>http://fragged.org/creating-a-wrapper-for-the-firebug-consolelog-function-for-ie-and-other-browsers_218.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>on performance of looping arrays and objects in javascript</title>
		<link>http://fragged.org/on-performance-of-looping-arrays-and-objects-in-javascript_979.html</link>
		<comments>http://fragged.org/on-performance-of-looping-arrays-and-objects-in-javascript_979.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 10:53:39 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://fragged.org/on-performance-of-looping-arrays-and-objects-in-javascript_979.html</guid>
		<description><![CDATA[There are probably as many ways of looping an array in javascript as there are phrases that are synonymous for masturbation. So, what are they and how fast do they perform? Head over to this test @ a blog on Sun which sports no less than 17 different loops to get a fair indication of [...]]]></description>
		<wfw:commentRss>http://fragged.org/on-performance-of-looping-arrays-and-objects-in-javascript_979.html/feed</wfw:commentRss>
		<slash:comments>2</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>interviewing for javascript developers and advanced javascript tests</title>
		<link>http://fragged.org/how-to-interview-for-positions-with-heavy-javascript-development-and-advanced-javascript-tests_921.html</link>
		<comments>http://fragged.org/how-to-interview-for-positions-with-heavy-javascript-development-and-advanced-javascript-tests_921.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 13:46:58 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=921</guid>
		<description><![CDATA[We&#8217;re shortly due to hire a new lamp/javascript developer at work and I just came across a very interesting post by Nicholas C. Zakas of Yahoo and O&#8217;Reilly fame. Although his requirements are probably a bit excessive (considering the enterprise level he&#8217;s at), I think there are some good ideas &#8211; definitely worth a read [...]]]></description>
		<wfw:commentRss>http://fragged.org/how-to-interview-for-positions-with-heavy-javascript-development-and-advanced-javascript-tests_921.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>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>jsPrintSetup: an AMAZING plugin for firefox that gives extended javascript controls to the printer</title>
		<link>http://fragged.org/jsprintsetup-an-amazing-plugin-for-firefox-that-hands-controls-to-printer-and-spooler-to-javascript_871.html</link>
		<comments>http://fragged.org/jsprintsetup-an-amazing-plugin-for-firefox-that-hands-controls-to-printer-and-spooler-to-javascript_871.html#comments</comments>
		<pubDate>Mon, 21 Sep 2009 14:06:19 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=871</guid>
		<description><![CDATA[This is not a tool you can rely on for customer-facing development, but I found it invaluable nevertheless. jsPrintSetup is a small fireFox add-on that hands you a controlling object in javascript. You get FULL access to any print-related function you could think of: list printers, select default printers, print silently, control spool, headers&#8230; There&#8217;s [...]]]></description>
		<wfw:commentRss>http://fragged.org/jsprintsetup-an-amazing-plugin-for-firefox-that-hands-controls-to-printer-and-spooler-to-javascript_871.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>
	</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:32:27 -->