<?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>Thu, 11 Mar 2010 17:30:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>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>0</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>1</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>Site optimisations, CDN and the hidden bandwith costs of cookies</title>
		<link>http://fragged.org/site-optimisations-cdn-and-the-hidden-bandwith-costs-of-cookies_1006.html</link>
		<comments>http://fragged.org/site-optimisations-cdn-and-the-hidden-bandwith-costs-of-cookies_1006.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 11:09:37 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=1006</guid>
		<description><![CDATA[Around Christmas we tend to get a LOT of web traffic at work, so much so that we exceed our agreed bandwith a allocation with RackSpace and end up having to pay huge excess fees. Not wanting to be caught out for a second year in a row, I had a look at various ways [...]]]></description>
		<wfw:commentRss>http://fragged.org/site-optimisations-cdn-and-the-hidden-bandwith-costs-of-cookies_1006.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download great new free fonts</title>
		<link>http://fragged.org/download-great-new-free-fonts_997.html</link>
		<comments>http://fragged.org/download-great-new-free-fonts_997.html#comments</comments>
		<pubDate>Tue, 16 Feb 2010 11:47:38 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[we like]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://fragged.org/download-great-new-free-fonts_997.html</guid>
		<description><![CDATA[A nice blog post that samples 35 great fonts free to download, some are actually rather good. Head to Instant Shift to check them out. 
]]></description>
		<wfw:commentRss>http://fragged.org/download-great-new-free-fonts_997.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 out [...]]]></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>1</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>wtfjs – some of the ‘bad parts’ that can ruin your code</title>
		<link>http://fragged.org/wtfjs-some-of-the-bad-parts-that-can-ruin-your-code_969.html</link>
		<comments>http://fragged.org/wtfjs-some-of-the-bad-parts-that-can-ruin-your-code_969.html#comments</comments>
		<pubDate>Sun, 14 Feb 2010 11:41:46 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://fragged.org/wtfjs-some-of-the-bad-parts-that-can-ruin-your-code_969.html</guid>
		<description><![CDATA[Just found this enjoyable collection of javascript statements that don&#8217;t make any sense, such as:

"string" instanceof String; // false.
[] == false; // true
"" == false; // true
null == false; // false, that's more like it
typeof null // object
null === Object // false


for these and more WTF moments in javascript, head over to wtfjs.com.
]]></description>
		<wfw:commentRss>http://fragged.org/wtfjs-some-of-the-bad-parts-that-can-ruin-your-code_969.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get a url’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. Instead, [...]]]></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>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>The mootools plugins repository ‘forge’ 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 – 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>PHP debugging: breadcrumb all functions and their callees from anywhere</title>
		<link>http://fragged.org/php-debugging-javascripts-function-callee-equivalent-for-tracing-bugs_893.html</link>
		<comments>http://fragged.org/php-debugging-javascripts-function-callee-equivalent-for-tracing-bugs_893.html#comments</comments>
		<pubDate>Thu, 12 Nov 2009 16:30:37 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[debug]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=893</guid>
		<description><![CDATA[This is just a little snippet that I wrote whilst trying to debug some dodgy MYSQL calls that were causing problems. It allows you to backtrace all functions and files that have led to the problem, mapping it through a breadcrumb of sorts. REALLY helpful when tracing other people&#8217;s code also&#8230;

function get_callee() {
   [...]]]></description>
		<wfw:commentRss>http://fragged.org/php-debugging-javascripts-function-callee-equivalent-for-tracing-bugs_893.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CubeCart 4 security vulnerability: is your store at risk?</title>
		<link>http://fragged.org/cubecart-4-security-vulnerability-is-your-store-at-risk_890.html</link>
		<comments>http://fragged.org/cubecart-4-security-vulnerability-is-your-store-at-risk_890.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 16:06:23 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[fragged]]></category>
		<category><![CDATA[we dislike...]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[CubeCart]]></category>

		<guid isPermaLink="false">http://fragged.org/?p=890</guid>
		<description><![CDATA[Whilst reading on XSS attacks today, I found this recently reported exploit in CubeCart 4 that can gain an attacker full administrative access to the store. 
Not only that, it can help them dump your entire store DB &#8211; products, cats, users, orders, the works. Anyway, you get the idea. &#8220;CubeCart responded and informed their [...]]]></description>
		<wfw:commentRss>http://fragged.org/cubecart-4-security-vulnerability-is-your-store-at-risk_890.html/feed</wfw:commentRss>
		<slash:comments>5</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 on [...]]]></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&#8217;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 info [...]]]></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>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>Don’t copy and paste my javascript blindly…</title>
		<link>http://fragged.org/dont-copy-and-paste-my-javascript-blindly_860.html</link>
		<comments>http://fragged.org/dont-copy-and-paste-my-javascript-blindly_860.html#comments</comments>
		<pubDate>Tue, 04 Aug 2009 22:38:07 +0000</pubDate>
		<dc:creator>Dimitar Christoff</dc:creator>
				<category><![CDATA[fragged]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://fragged.org/dont-copy-and-paste-my-javascript-blindly_860.html</guid>
		<description><![CDATA[Just a quick request &#8211; if you go and use snippets of javascript code from this site, great, it&#8217;s what it&#8217;s there for. 
Just please, please, don&#8217;t copy and paste my google analytics javascript into your pages as well, it kind of messes up my stats. Thanks in advance.
]]></description>
		<wfw:commentRss>http://fragged.org/dont-copy-and-paste-my-javascript-blindly_860.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stop bot spam without OCR: hOOmanTest – 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…</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 – 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><!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: s219634488.onlinehome.info @ 2010-03-11 17:44:40 -->
