<?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>Web Development By George &#187; YUI</title>
	<atom:link href="http://www.webdevelopmentbygeorge.com/tag/yui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevelopmentbygeorge.com</link>
	<description>ColdFusion, Flex, and JavaScript Programming</description>
	<lastBuildDate>Mon, 14 Nov 2011 20:45:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>YUI Loader &#8211; &#8220;other is undefined&#8221;</title>
		<link>http://www.webdevelopmentbygeorge.com/2009/04/20/yui-loader-other-is-undefined/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=yui-loader-other-is-undefined</link>
		<comments>http://www.webdevelopmentbygeorge.com/2009/04/20/yui-loader-other-is-undefined/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 19:37:47 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.webdevelopmentbygeorge.com/?p=61</guid>
		<description><![CDATA[So today I was getting the nice cryptic message of &#8220;other is undefined&#8221; when I was trying to call loader.require on an object.  Once I dug through my code I was trying to replicate from another section of the site, I realized that the details behind this was leaving out the loader.addModule section of code. [...]]]></description>
			<content:encoded><![CDATA[<p>So today I was getting the nice cryptic message of &#8220;other is undefined&#8221; when I was trying to call loader.require on an object.  Once I dug through my code I was trying to replicate from another section of the site, I realized that the details behind this was leaving out the loader.addModule section of code.  So if you come across this, take a look through your addModule sections to make sure you have all of the pieces you&#8217;re trying to add onto the code!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopmentbygeorge.com/2009/04/20/yui-loader-other-is-undefined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YUI Tab View &#8211; Getting the BeforeAction to work</title>
		<link>http://www.webdevelopmentbygeorge.com/2009/02/24/yui-tab-view-getting-the-beforeaction-to-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=yui-tab-view-getting-the-beforeaction-to-work</link>
		<comments>http://www.webdevelopmentbygeorge.com/2009/02/24/yui-tab-view-getting-the-beforeaction-to-work/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 15:49:14 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[YUI]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[tabview]]></category>

		<guid isPermaLink="false">http://www.webdevelopmentbygeorge.com/?p=6</guid>
		<description><![CDATA[So I&#8217;ve been building a section of a website using the YUI TabView and having some difficulty getting the beforeActiveTabChangeevent to work right.  Now I was using version 2.5.2 first, and in that version, this event doesn&#8217;t even fire.  So I tried using beforeActiveChange on the tab itself.  I could get this to fire, but returning false as [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been building a section of a website using the <a title="YUI TabView" href="http://developer.yahoo.com/yui/tabview/">YUI TabView</a> and having some difficulty getting the <em>beforeActiveTabChange</em>event to work right.  Now I was using version 2.5.2 first, and in that version, this event doesn&#8217;t even fire.  So I tried using <em>beforeActiveChange</em> on the tab itself.  I could get this to fire, but returning false as the documents say to do, would not stop the event from continuing.  So I did some digging, and found a post somewhere out there &#8211; I&#8217;ve lost it now &#8211; saying that 2.6 fixed this problem.  Well I tried that for a little while, and found that in 2.6, TabView&#8217;s <em>beforeActiveTabChange</em> does indeed fire, but it has the same problem that <em>beforeActiveChange</em> had in 2.5.2 &#8211; returning false does nothing.</p>
<p>Well as you can imagine, I found this to be frustrating.  So I started doing a little more digging &#8211; had a post on the YUI Developer boards go unanswered, googled a bunch of things &#8211; and then stumbled on to the face that 2.7 had been released.  Well I tried using that &#8211; figuring what the heck &#8211; and it worked! <em>beforeActiveTabChange</em> stopped the tabs from changing if false was returned!  Hallelujah!  Now I haven&#8217;t tried to see if <em>beforeActiveChange</em> at the tab level works now or not, but I&#8217;m just so happy to have the TabView event work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevelopmentbygeorge.com/2009/02/24/yui-tab-view-getting-the-beforeaction-to-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

