
<?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; yui</title>
	<atom:link href="http://allmybrain.com/tag/yui/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Sat, 10 Jul 2010 17:08:45 +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>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>3</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>32</slash:comments>
		</item>
		<item>
		<title>Java upload handler for YUI Image Uploader</title>
		<link>http://allmybrain.com/2009/02/16/java-upload-handler-for-yui-image-uploader/</link>
		<comments>http://allmybrain.com/2009/02/16/java-upload-handler-for-yui-image-uploader/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 13:36:03 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=239</guid>
		<description><![CDATA[Vijay Oruganty has been kind enough to provide a Java upload handler for the YUI Rich text image uploader. I've attached the Eclipse project here. Here is Vijay's comments on the project: [the attached file] has the whole eclipse project including the required libraries to build the project using ant. It has the compiled classes [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/02/16/java-upload-handler-for-yui-image-uploader/feed/</wfw:commentRss>
		<slash:comments>6</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>36</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>6</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>1</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>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>79</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>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>122</slash:comments>
		</item>
		<item>
		<title>Pardon my dust</title>
		<link>http://allmybrain.com/2007/10/05/pardon-my-dust/</link>
		<comments>http://allmybrain.com/2007/10/05/pardon-my-dust/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 20:27:11 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/05/pardon-my-dust/</guid>
		<description><![CDATA[I found that my theme was not working correctly in Internet Explorer (Gee, imagine that.) Rather than search for another, I've decided to tweak it myself. Pardon my lack of styles for a bit. Edit There. I've created a new template, based on my old template's stylesheet, that uses YUI Grids instead of a home [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/05/pardon-my-dust/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
