<?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>All My Brain &#187; javascript</title>
	<atom:link href="http://allmybrain.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:42:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>YUI Image Uploader works with YUI 2.8.1</title>
		<link>http://allmybrain.com/2010/06/16/yui-image-uploader-works-with-yui-2-8-1/</link>
		<comments>http://allmybrain.com/2010/06/16/yui-image-uploader-works-with-yui-2-8-1/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:22:38 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=367</guid>
		<description><![CDATA[I thought I'd better double check that the image upload still works fine with YUI 2.8.1 If you haven't read the original YUI Image Uploader page, start there. After that, you can use this page for an example getting the script to work with the latest YUI. The 2.6 image uploader is compatible with Editor [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/06/16/yui-image-uploader-works-with-yui-2-8-1/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>YUI Image Uploader gets a code repository</title>
		<link>http://allmybrain.com/2010/03/08/yui-image-uploader-gets-a-code-repository/</link>
		<comments>http://allmybrain.com/2010/03/08/yui-image-uploader-gets-a-code-repository/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:45:50 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=356</guid>
		<description><![CDATA[I've created a github project for the YUI Image Uploader. You can download the scripts and example page here: http://github.com/mulicheng/yuiupload This will also facilitate user contributed changes and backend scripts.]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/03/08/yui-image-uploader-gets-a-code-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.net backend implementation of YUI Image Uploader</title>
		<link>http://allmybrain.com/2010/01/13/asp-net-backend-implementation-of-yui-image-uploader/</link>
		<comments>http://allmybrain.com/2010/01/13/asp-net-backend-implementation-of-yui-image-uploader/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 14:36:32 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=339</guid>
		<description><![CDATA[Tom from mostynwebsolutions.com has created an ASP YUI Image Uploader backend. Direct Download: YuiExample.zip. The YUI Image Upload posts on this site contain details on implementing the front end and editor if you're just getting into this. Thanks Tom.]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/01/13/asp-net-backend-implementation-of-yui-image-uploader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example Image Upload with YUI Rich Text Editor 2.7.0</title>
		<link>http://allmybrain.com/2009/07/01/example-image-upload-with-yui-rich-text-editor-270/</link>
		<comments>http://allmybrain.com/2009/07/01/example-image-upload-with-yui-rich-text-editor-270/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:20:00 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=296</guid>
		<description><![CDATA[It's somewhat slow coming, but I've checked compatibility with the image uploader and YUI version 2.7.0. If you haven't read the original YUI Image Uploader page, start there. After that, you can use this page for an example getting the script to work with the latest YUI. The 2.6 image uploader is compatible with Editor [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/07/01/example-image-upload-with-yui-rich-text-editor-270/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Example YUI Image upload with YUI 2.6.0</title>
		<link>http://allmybrain.com/2008/11/06/example-yui-image-upload-with-yui-260/</link>
		<comments>http://allmybrain.com/2008/11/06/example-yui-image-upload-with-yui-260/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 14:03:39 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=163</guid>
		<description><![CDATA[I wanted to add an example of the yuiImgUploader script working with YUI version 2.6.0. If you haven't read the original YUI Image Uploader page, start there. After that, you can use this page for an example getting the script to work with the latest YUI. That changes from the previous 2.5 Image uploader are [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/11/06/example-yui-image-upload-with-yui-260/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Using YUI to Create Nested Tabs</title>
		<link>http://allmybrain.com/2008/04/29/using-yui-to-create-nested-tabs/</link>
		<comments>http://allmybrain.com/2008/04/29/using-yui-to-create-nested-tabs/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 16:36:49 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[DHTML]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[TabView]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=93</guid>
		<description><![CDATA[Recently, I was browsing the YUI JavaScript forums and found a post about nesting the tab control. I haven't done that before personally, but have done things where my tabs had Ajax or DHTML dependencies inside the tabs. I decided I'd take a whack at this one and see what I could come up with. [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/04/29/using-yui-to-create-nested-tabs/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Using YUI components in a templated environment</title>
		<link>http://allmybrain.com/2008/04/11/using-yui-components-in-a-templated-environment/</link>
		<comments>http://allmybrain.com/2008/04/11/using-yui-components-in-a-templated-environment/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 21:40:56 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=90</guid>
		<description><![CDATA[If you develop sites anything like I do, you'll end up setting up a site wide layout and theme before you start coding any individual pages. I like to add YUI components where they are useful, but I've come across a couple little quirks that were annoying me. Here are my observations and what I [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/04/11/using-yui-components-in-a-templated-environment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Serving JavaScript Fast</title>
		<link>http://allmybrain.com/2008/04/02/serving-javascript-fast/</link>
		<comments>http://allmybrain.com/2008/04/02/serving-javascript-fast/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 20:55:42 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2008/04/02/serving-javascript-fast/</guid>
		<description><![CDATA[I found this excellent writeup on serving JavaScript files posted on Digg.com. I think I'll convert some of those ideas to Python but I thought it worth posting here in the mean time with the link to the story. The next generation of web apps make heavy use of JavaScript and CSS. We’ll show you [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/04/02/serving-javascript-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Upload with YUI Editor 2.5.0</title>
		<link>http://allmybrain.com/2008/02/25/image-upload-with-yui-editor-250/</link>
		<comments>http://allmybrain.com/2008/02/25/image-upload-with-yui-editor-250/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 17:08:48 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2008/02/25/image-upload-with-yui-editor-250/</guid>
		<description><![CDATA[The YUI team has been making further enhancements to the YUI library. I decided to stick together in one post all the previous resources I've added for the YUI Image Uploader and make sure the uploader was compatible with the latest version of the YUI Rich Text Editor. Image Uploader Client Code To use upload [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/02/25/image-upload-with-yui-editor-250/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to fix the Digg Tools JavaScript for WordPress</title>
		<link>http://allmybrain.com/2008/01/11/how-to-fix-the-digg-tools-javascript-for-wordpress/</link>
		<comments>http://allmybrain.com/2008/01/11/how-to-fix-the-digg-tools-javascript-for-wordpress/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 18:58:00 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[digg effect]]></category>
		<category><![CDATA[digg tools]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2008/01/11/how-to-fix-the-digg-tools-javascript-for-wordpress/</guid>
		<description><![CDATA[If you have a wordpress blog and you've ever had a popular enough post to have it posted to Digg.com, you might be tempted to paste the digg tools javascript into your post to integrate your site with the digg post. The first thing you noticed after you got the post edited is that your [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/01/11/how-to-fix-the-digg-tools-javascript-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>An Example Rich Text Editor Image Upload with PHP</title>
		<link>http://allmybrain.com/2007/12/21/an-example-rich-text-editor-image-upload-with-php/</link>
		<comments>http://allmybrain.com/2007/12/21/an-example-rich-text-editor-image-upload-with-php/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 21:36:20 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/12/21/an-example-rich-text-editor-image-upload-with-php/</guid>
		<description><![CDATA[After my previous image uploader and turbogears image uploader posts, the overwhelmingly most requested information has been a PHP implementation of the upload script. I'm not much of a PHP guru. Luckily, a few users have posted possible solutions for this. I've added an editor to this post that uses a PHP script to process [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/12/21/an-example-rich-text-editor-image-upload-with-php/feed/</wfw:commentRss>
		<slash:comments>98</slash:comments>
		</item>
		<item>
		<title>Creating Image Preview Tooltips with the YUI Overlay Widget</title>
		<link>http://allmybrain.com/2007/12/05/creating-image-preview-tooltips-with-the-yui-overlay-widget/</link>
		<comments>http://allmybrain.com/2007/12/05/creating-image-preview-tooltips-with-the-yui-overlay-widget/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 20:05:09 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[image preview]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tooltips]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/12/05/creating-image-preview-tooltips-with-the-yui-overlay-widget/</guid>
		<description><![CDATA[The Yahoo UI Library provides a nifty helper for creating tooltips. I started playing around with it when I wanted to add the same tooltip to a large number of elements on a page. What got me interested in this implementation, is the ability to use the same tooltip on a number of elements, rather [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/12/05/creating-image-preview-tooltips-with-the-yui-overlay-widget/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Implementing the Apriori Data Mining Algorithm with JavaScript</title>
		<link>http://allmybrain.com/2007/11/12/implementing-the-apriori-data-mining-algorithm-with-javascript/</link>
		<comments>http://allmybrain.com/2007/11/12/implementing-the-apriori-data-mining-algorithm-with-javascript/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 16:29:23 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[apriori]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/11/12/implementing-the-apriori-data-mining-algorithm-with-javascript/</guid>
		<description><![CDATA[I've been working on my thesis for a little too long. I'm hopefully about finished, but that is beside the point. Part of what I've been working on revolves around the Apriori Data Mining algorithm. If you know what Apriori is, and you are looking for how to implement it, then this post is for [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/11/12/implementing-the-apriori-data-mining-algorithm-with-javascript/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>YUI Image Uploader Example with TurboGears</title>
		<link>http://allmybrain.com/2007/10/22/yui-image-uploader-example-with-turbogears/</link>
		<comments>http://allmybrain.com/2007/10/22/yui-image-uploader-example-with-turbogears/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 18:53:56 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[turbogears]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/22/yui-image-uploader-example-with-turbogears/</guid>
		<description><![CDATA[After completing the YUI Image Uploader, I received a lot of requests for a working example. I didn't originally create a working example, because that requires server functionality that this server didn't have. I've remedied the situation and have completed an example with TurboGears. Of course, any server side language or framework will do as [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/22/yui-image-uploader-example-with-turbogears/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>An Image Upload Extension for YUI Rich Text Editor</title>
		<link>http://allmybrain.com/2007/10/16/an-image-upload-extension-for-yui-rich-text-editor/</link>
		<comments>http://allmybrain.com/2007/10/16/an-image-upload-extension-for-yui-rich-text-editor/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 19:24:30 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/16/an-image-upload-extension-for-yui-rich-text-editor/</guid>
		<description><![CDATA[Before you begin: Read the updates at the bottom of the page. This post was written for an older version of the YUI library. I've had nothing but good things to say about the Yahoo User Interface tools. It seems to me like the developers continually add all the things from other libraries that I [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/16/an-image-upload-extension-for-yui-rich-text-editor/feed/</wfw:commentRss>
		<slash:comments>133</slash:comments>
		</item>
	</channel>
</rss>

