<?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>Davs Rants and Random Thoughts &#187; Yahoo!</title>
	<atom:link href="http://blog.davglass.com/category/yahoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davglass.com</link>
	<description></description>
	<lastBuildDate>Wed, 18 Nov 2009 06:30:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>YUI 3 Gallery &#8211; Hidden Features</title>
		<link>http://blog.davglass.com/2009/11/yui-3-gallery-hidden-features/</link>
		<comments>http://blog.davglass.com/2009/11/yui-3-gallery-hidden-features/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 19:55:35 +0000</pubDate>
		<dc:creator>Dav Glass</dc:creator>
				<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.davglass.com/?p=225</guid>
		<description><![CDATA[Today the YUI Team announced the little project I have been working on for the last couple of months. The YUI 3 Gallery.
So I figured I would write a little post to show a few of the &#8220;hidden&#8221; features of the Gallery and how you can use them.
JS Lint:
Every module that we push to the [...]]]></description>
			<content:encoded><![CDATA[<p>Today the <a href="http://www.yuiblog.com/blog/2009/11/04/introducing-the-yui-3-gallery/">YUI Team announced</a> the little project I have been working on for the last couple of months. The <a href="http://yuilibrary.com/gallery/">YUI 3 Gallery</a>.</p>
<p>So I figured I would write a little post to show a few of the <em>&#8220;hidden&#8221;</em> features of the Gallery and how you can use them.</p>
<p><strong>JS Lint:</strong><br />
Every module that we push to the CDN has to go through our build system that uses the <a href="http://yuilibrary.com/projects/builder/">YUI Builder Tool</a>. The Builder concatenates files, then compresses them with <a href="http://developer.yahoo.com/yui/compressor/">YUICompressor</a> and runs <a href="http://jslint.org/">JSLint</a> on them a couple of times. We include this output on every build, so you as the end-user can see that output and use it to determine if you want to use the module in your application. If you look at my <a href="http://yuilibrary.com/gallery/show/yql">YQL Module</a> and click the link for the <a href="http://yuilibrary.com/gallery/buildtag/yql/gallery-2009.10.27">Build Tag</a> <em>(Which is the stamp we give each CDN push)</em>, you will see the code that is required to load this module on your page. Just below that you can see a link called &#8220;[Show Build Output]&#8220;. Clicking that link will show you the raw output generated by the build system.</p>
<p><strong>Loader</strong><br />
Some people have asked why they have to include the config in their <code>YUI</code> instance, to make a Gallery item work.</p>
<p><img src="http://img.skitch.com/20091104-kuxd7ccxfndd6yte5jyj9m9k9y.jpg" alt="Code Snippet" /></p>
<p>The short answer is: <em>We didn&#8217;t want to release a YUI 3.0.1 just to add a couple of lines to one file.</em><br />
The longer answer is: When we release YUI 3.1.0, this will be built into the <code>Loader</code> module. And it will be done for you automatically. Since the files are hosted on the CDN, but are not in the same directory as the YUI files are, we had to modify <code>Loader</code> to know about Gallery modules and make it smart enough to change directories to use the CDN.</p>
<p>However, I have built an API into the Gallery to help with this.</p>
<p><img src="http://img.skitch.com/20091104-quse8jssfmu1j43e6mr74c23b2.jpg" alt="Loader Code" /></p>
<p><a href="http://davglass.github.com/gallery/loader/">This example</a> shows how you can load a single js file from YUILibrary.com and plug it into your <code>YUI</code> instance and have access to all the gallery modules that are currently on the CDN.</p>
<p><strong>API</strong><br />
The Gallery was designed with a pretty robust API exposed to help developers and users get the most out of the data inside the Gallery.<br />
Here is the list of valid API endpoints:</p>
<ul>
<li><a href="http://yuilibrary.com/gallery/api/loader">http://yuilibrary.com/gallery/api/loader</a></li>
<li><a href="http://yuilibrary.com/gallery/api/user/davglass">http://yuilibrary.com/gallery/api/user/davglass</a> <em>(works for any username)</em></li>
<li><a href="http://yuilibrary.com/gallery/api/show/yql">http://yuilibrary.com/gallery/api/show/yql</a> <em>(works for any module name)</em></li>
<li><a href="http://yuilibrary.com/gallery/api/random">http://yuilibrary.com/gallery/api/random</a></li>
<li><a href="http://yuilibrary.com/gallery/api/oncdn">http://yuilibrary.com/gallery/api/oncdn</a></li>
<li><a href="http://yuilibrary.com/gallery/api/featured">http://yuilibrary.com/gallery/api/featured</a></li>
<li><a href="http://yuilibrary.com/gallery/api/popular">http://yuilibrary.com/gallery/api/popular</a></li>
</ul>
<p><strong>Command Line</strong><br />
Last, but not least, my <code>yui-git</code> command line tool has support for the Gallery now.<br />
You can query all the items in the Pending CDN Queue and check them out into a branch to test them before they are on the CDN.</p>
<p>That&#8217;s about it for now, hope you all enjoy the new Gallery &#038; I hope to see lots of new modules in there soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davglass.com/2009/11/yui-3-gallery-hidden-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GitHub @ Yahoo! &#8211; YUI Theater scoop!</title>
		<link>http://blog.davglass.com/2009/08/github-yahoo-yui-theater-scoop/</link>
		<comments>http://blog.davglass.com/2009/08/github-yahoo-yui-theater-scoop/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 21:57:42 +0000</pubDate>
		<dc:creator>Dav Glass</dc:creator>
				<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.davglass.com/?p=214</guid>
		<description><![CDATA[A few weeks ago, the awesome GitHub crew (Chris, Tom &#038; Scott) dropped by Yahoo! to give a tech talk. They talk about Git, GitHub, Social Coding and more. And you get to see the video before it hits YUI Theater!!

]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, the awesome <a href="http://github.com">GitHub</a> crew (<a href="http://github.com/defunkt">Chris</a>, <a href="http://github.com/mojombo">Tom</a> &#038; <a href="http://github.com/schacon">Scott</a>) dropped by Yahoo! to give a tech talk. They talk about Git, GitHub, Social Coding and more. And you get to see the video before it hits YUI Theater!!</p>
<div style=" width: 640; height=360;margin:2em;">
<object width="640" height="360" allowFullScreen="true"><param name="movie" value="http://cosmos.bcst.yahoo.com/up/ypp/default/player.swf"></param><param name="flashVars" value="vid=15004396&#038;autoPlay=0&#038;thumbnailUrl=http://yuiblog.com/assets/prestonwerner-github-20090810-104435.jpg"</param><param name="wmode" value="transparent"></param>
 <embed width="640" height="360" allowFullScreen="true" src="http://cosmos.bcst.yahoo.com/up/ypp/default/player.swf" type="application/x-shockwave-flash" flashvars="vid=15004396&#038;autoPlay=0&#038;thumbnailUrl=http://yuiblog.com/assets/prestonwerner-github-20090810-104435.jpg"></embed></object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.davglass.com/2009/08/github-yahoo-yui-theater-scoop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 Years Ago&#8230;</title>
		<link>http://blog.davglass.com/2009/07/3-years-ago/</link>
		<comments>http://blog.davglass.com/2009/07/3-years-ago/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 14:09:23 +0000</pubDate>
		<dc:creator>Dav Glass</dc:creator>
				<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.davglass.com/?p=196</guid>
		<description><![CDATA[Three years ago today, I posted my first YUI example to the ydn-javascript list.
Here is the message:

#first_code { border: 1px solid black; background-color: #ccc; margin: 1em; padding: 1em;  }

You can use a simple addListener like so:

YAHOO.util.Event.addListener([HTMLObject], 'contextmenu', CallBackFunction);

You can see a working example here:

http://blog.davglass.com/files/yahoo/index.html

FYI, I am also using the YAHOO.namespace in the example.
The link [...]]]></description>
			<content:encoded><![CDATA[<p>Three years ago today, I posted my first <a href="http://developer.yahoo.com">YUI</a> example to the <a href="http://tech.groups.yahoo.com/group/ydn-javascript">ydn-javascript</a> list.</p>
<p>Here is the <a href="http://tech.groups.yahoo.com/group/ydn-javascript/message/3206">message</a>:</p>
<style>
#first_code { border: 1px solid black; background-color: #ccc; margin: 1em; padding: 1em;  }
</style>
<pre id="first_code">You can use a simple addListener like so:

YAHOO.util.Event.addListener([HTMLObject], 'contextmenu', CallBackFunction);

You can see a working example here:

http://blog.davglass.com/files/yahoo/index.html

FYI, I am also using the YAHOO.namespace in the example.</pre>
<p>The <a href="http://blog.davglass.com/files/yahoo/index.html">link to that code still works</a> <img src='http://blog.davglass.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>After reading a few of the old posts I thought I would do a little data collection &#038; here&#8217;s what I came up with. In the last 3 years:</p>
<ul>
<li>17,747 lines of YUI code w/comments</li>
<li>2,130 posts to ydn-javascript</li>
<li>432 public bugs fixed</li>
<li>222 posts to the new <a href="http://yuilibrary.com/forum/">YUILibrary.com</a> forum</li>
<li><a href="http://blog.davglass.com/2006/06/yui-code-samples/">211 public examples</a></li>
<li>15 talks</li>
<li><a href="http://developer.yahoo.com/yui/editor/">1 Video</a></li>
</ul>
<p>Wow, it&#8217;s been an awesome 3 years.. Here&#8217;s to 3 more with YUI 3 !!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davglass.com/2009/07/3-years-ago/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Yahoo Open Hack London</title>
		<link>http://blog.davglass.com/2009/05/yahoo-open-hack-london/</link>
		<comments>http://blog.davglass.com/2009/05/yahoo-open-hack-london/#comments</comments>
		<pubDate>Mon, 11 May 2009 07:05:26 +0000</pubDate>
		<dc:creator>Dav Glass</dc:creator>
				<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[hackday]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://blog.davglass.com/2009/05/yahoo-open-hack-london/</guid>
		<description><![CDATA[

Yahoo Open Hack London 57
Originally uploaded by Jinho.Jung.


Yahoo Open Hack London 67
Originally uploaded by Jinho.Jung.
This weekend I had the privilege of attending the second Open Hack Day in London. This year I was a presenter instead of just there for user support. I have to say that it was an awesome event and I can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;"><a title="photo sharing" href="http://www.flickr.com/photos/phploveme/3514598799/"><img style="border: solid 2px #000000;" src="http://farm4.static.flickr.com/3349/3514598799_809fdb90fe_m.jpg" alt="" /></a></p>
<p><span style="font-size: 0.9em; margin-top: 0px;"><br />
<a href="http://www.flickr.com/photos/phploveme/3514598799/">Yahoo Open Hack London 57</a></span></p>
<p>Originally uploaded by <a href="http://www.flickr.com/people/phploveme/">Jinho.Jung</a>.</div>
<div style="float: right; margin-left: 10px; margin-bottom: 10px;"><a title="photo sharing" href="http://www.flickr.com/photos/phploveme/3515408702/"><img style="border: solid 2px #000000;" src="http://farm4.static.flickr.com/3315/3515408702_43e2de7f67_m.jpg" alt="" /></a></p>
<p><span style="font-size: 0.9em; margin-top: 0px;"><br />
<a href="http://www.flickr.com/photos/phploveme/3515408702/">Yahoo Open Hack London 67</a></span></p>
<p>Originally uploaded by <a href="http://www.flickr.com/people/phploveme/">Jinho.Jung</a>.</div>
<p>This weekend I had the privilege of attending the second Open Hack Day in London. This year I was a presenter instead of just there for user support. I have to say that it was an awesome event and I can&#8217;t wait to do it again.</p>
<p>I&#8217;ve uploaded the slides from my talk to <a href="http://www.slideshare.net/davglass/yui-3/">SlideShare</a> and posted the <a href="http://blog.davglass.com/files/openhackday/openhackday/code/photos/">code example here</a>.</p>
<p>I have to mention that one of the best parts was the band: <a title="http://pornophonique.de/" href="http://pornophonique.de/">pornophonique.de</a>. They are a German duo that plays a guitar and a GameBoy. It&#8217;s a pretty sweet sound and so far I really like coding to it <img src='http://blog.davglass.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>There are tons of pics available from the event, so browse on over to <a href="http://www.flickr.com/search/?q=openhacklondon&amp;m=tags">flickr and check them out</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davglass.com/2009/05/yahoo-open-hack-london/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>YUI and Adobe AIR &#8211; Sample App</title>
		<link>http://blog.davglass.com/2008/02/yui-and-adobe-air-sample-app/</link>
		<comments>http://blog.davglass.com/2008/02/yui-and-adobe-air-sample-app/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 14:53:52 +0000</pubDate>
		<dc:creator>Dav Glass</dc:creator>
				<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.davglass.com/2008/02/yui-and-adobe-air-sample-app/</guid>
		<description><![CDATA[With the release of Adobe AIR 1.0 today, I figured I should package a sample AIR app using the latest YUI release. And what better example of showing YUI 2.5.0 in all it&#8217;s glory than to convert my Complex Application example. 
This example contains a patched version of the YUI Editor that makes the Editor [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.davglass.com/files/yui/air1/"><img  alt="" style="border: 1px solid black; margin: 10px; height: 100px;" src="http://blog.davglass.com/files/yui/air1/yui.jpg" align="right"></a>With the release of Adobe AIR 1.0 today, I figured I should package a sample AIR app using the latest YUI release. And what better example of showing YUI 2.5.0 in all it&#8217;s glory than to convert my <a target="_blank" href="http://developer.yahoo.com/yui/examples/layout/adv_layout_source.html">Complex Application example</a>. </p>
<p><em>This example contains a <strong>patched</strong> version of the <a target="_blank" href="http://developer.yahoo.com/yui/editor/">YUI Editor</a> that makes the Editor render inside of AIR. The Editor contained in this app is not a fully functional version of the Editor Control (I am still working on that).</em></p>
<p>You can download and install the <a href="http://blog.davglass.com/files/yui/air1/">AIR app from here</a>.</p>
<p>So you can see what I have done, I have included the source for the <a href="http://blog.davglass.com/files/yui/air1/yui_complex.tar.gz">AIR app here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davglass.com/2008/02/yui-and-adobe-air-sample-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS Grid Builder in the news again</title>
		<link>http://blog.davglass.com/2008/01/css-grid-builder-in-the-news-again/</link>
		<comments>http://blog.davglass.com/2008/01/css-grid-builder-in-the-news-again/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 20:44:29 +0000</pubDate>
		<dc:creator>Dav Glass</dc:creator>
				<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.davglass.com/2008/01/css-grid-builder-in-the-news-again/</guid>
		<description><![CDATA[It seems that my CSS Grid Builder has hit the news again. Dion Almaer over at Ajaxian has posted an article linking to an article that Jeremy Zawodny did about my Grid Builder  
Who would have thought that it&#8217;s still getting all this love when I wrote it back in Nov of 2006.
]]></description>
			<content:encoded><![CDATA[<p>It seems that my CSS Grid Builder has hit the news again. Dion Almaer over at Ajaxian has <a href="http://ajaxian.com/archives/yui-grid-css-and-grid-builder">posted an article</a> linking to an <a href="http://jeremy.zawodny.com/blog/archives/009883.html">article that Jeremy Zawodny did</a> about my Grid Builder <img src='http://blog.davglass.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Who would have thought that it&#8217;s still getting all this love when I wrote it back in <a href="http://blog.davglass.com/2006/11/introducing-yui-css-grid-builder/">Nov of 2006</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davglass.com/2008/01/css-grid-builder-in-the-news-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Update</title>
		<link>http://blog.davglass.com/2007/09/wordpress-plugin-update-2/</link>
		<comments>http://blog.davglass.com/2007/09/wordpress-plugin-update-2/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 15:41:40 +0000</pubDate>
		<dc:creator>Dav Glass</dc:creator>
				<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.davglass.com/2007/09/wordpress-plugin-update-2/</guid>
		<description><![CDATA[I just updated the WordPress plugin for YUI Version 2.3.1. The following things were updated:

Bug Fixes
Flickr Plugin updated to abide by their TOU
Comments toolbar updated to add support for

XHTML
Unordered Lists
Ordered Lists

The Editor will now not be displayed if you view the page with an iPhone or Nokia N95 Phone

You can get the details on installing [...]]]></description>
			<content:encoded><![CDATA[<p>I just updated the WordPress plugin for YUI Version 2.3.1. The following things were updated:</p>
<ul>
<li>Bug Fixes</li>
<li>Flickr Plugin updated to abide by their TOU</li>
<li>Comments toolbar updated to add support for</li>
<ul>
<li>XHTML</li>
<li>Unordered Lists</li>
<li>Ordered Lists</li>
</ul>
<li>The Editor will now not be displayed if you view the page with an iPhone or Nokia N95 Phone</li>
</ul>
<p><a title="WordPress Plugin Install" href="http://blog.davglass.com/files/yui/wp-yui-rte/">You can get the details on installing it here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davglass.com/2007/09/wordpress-plugin-update-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>First YUI Blog Post</title>
		<link>http://blog.davglass.com/2007/08/first-yui-blog-post/</link>
		<comments>http://blog.davglass.com/2007/08/first-yui-blog-post/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 02:35:47 +0000</pubDate>
		<dc:creator>Dav Glass</dc:creator>
				<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.davglass.com/2007/08/first-yui-blog-post/</guid>
		<description><![CDATA[Hey all &#8211;
Today, I got to post my very first blog article over on the YUI Blog. Swing on over and take a peek..
]]></description>
			<content:encoded><![CDATA[<p>Hey all &#8211;</p>
<p>Today, I got to post my very first blog article over on the <a title="RTE Notes" href="http://yuiblog.com/blog/2007/08/13/rte-notes/" tabindex="1">YUI Blog</a>. Swing on over and take a peek..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davglass.com/2007/08/first-yui-blog-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flickr Ransomizr</title>
		<link>http://blog.davglass.com/2007/08/flickr-ransomizr/</link>
		<comments>http://blog.davglass.com/2007/08/flickr-ransomizr/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 16:20:37 +0000</pubDate>
		<dc:creator>Dav Glass</dc:creator>
				<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[pics]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.davglass.com/2007/08/flickr-ransomizr/</guid>
		<description><![CDATA[Kent Brewster has released a nifty little hack to let you build something like this:

   Link to this Ransomiz
This thing is awesome!!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://kentbrewster.com/ransomizr/">Kent Brewster</a> has released a nifty little hack to let you build something like this:</p>
<p>
<span href="http://flickr.com/photos/49968232@N00/771267353/" tag="a"><img src="http://farm2.static.flickr.com/1174/771267353_5df469fff2_s.jpg" title="d" border="0" height="50" width="50"></span><span href="http://flickr.com/photos/95229107@N00/697685532/" tag="a"><img src="http://farm2.static.flickr.com/1375/697685532_92adc2e247_s.jpg" title="a" border="0" height="50" width="50"></span><span href="http://flickr.com/photos/49968232@N00/771698518/" tag="a"><img src="http://farm2.static.flickr.com/1427/771698518_fc9d71292d_s.jpg" title="v" border="0" height="50" width="50"></span><img src="http://l.yimg.com/us.yimg.com/i/spacer.gif" title=" " height="50" width="50"> <span href="http://flickr.com/photos/49968232@N00/771356661/" tag="a"><img src="http://farm2.static.flickr.com/1009/771356661_84668b7785_s.jpg" title="g" border="0" height="50" width="50"></span><span href="http://flickr.com/photos/92745470@N00/695513743/" tag="a"><img src="http://farm2.static.flickr.com/1154/695513743_a009969739_s.jpg" title="l" border="0" height="50" width="50"></span><span href="http://flickr.com/photos/91106816@N00/790169401/" tag="a"><img src="http://farm2.static.flickr.com/1137/790169401_8dbf311ebb_s.jpg" title="a" border="0" height="50" width="50"></span><span href="http://flickr.com/photos/49968232@N00/772024682/" tag="a"><img src="http://farm2.static.flickr.com/1356/772024682_c9481d2012_s.jpg" title="s" border="0" height="50" width="50"></span><span href="http://flickr.com/photos/49968232@N00/770859575/" tag="a"><img src="http://farm2.static.flickr.com/1070/770859575_4a4b115c75_s.jpg" title="s" border="0" height="50" width="50"></span><img src="http://l.yimg.com/us.yimg.com/i/spacer.gif" title=" " height="50" width="50"> <span href="http://flickr.com/photos/49968232@N00/771186659/" tag="a"><img src="http://farm2.static.flickr.com/1188/771186659_1fd1e6a8e8_s.jpg" title="w" border="0" height="50" width="50"></span><span href="http://flickr.com/photos/92745470@N00/871817047/" tag="a"><img src="http://farm2.static.flickr.com/1241/871817047_0aff2428b2_s.jpg" title="u" border="0" height="50" width="50"></span><span href="http://flickr.com/photos/92745470@N00/872722448/" tag="a"><img src="http://farm2.static.flickr.com/1236/872722448_54823b025b_s.jpg" title="z" border="0" height="50" width="50"></span><img src="http://l.yimg.com/us.yimg.com/i/spacer.gif" title=" " height="50" width="50"> <span href="http://flickr.com/photos/49968232@N00/771252889/" tag="a"><img src="http://farm2.static.flickr.com/1208/771252889_bc1faca41f_s.jpg" title="h" border="0" height="50" width="50"></span><span href="http://flickr.com/photos/92745470@N00/872880340/" tag="a"><img src="http://farm2.static.flickr.com/1225/872880340_5ef585c9fe_s.jpg" title="e" border="0" height="50" width="50"></span><span href="http://flickr.com/photos/95229107@N00/1053751917/" tag="a"><img src="http://farm2.static.flickr.com/1148/1053751917_03f2e84cca_s.jpg" title="r" border="0" height="50" width="50"></span><span href="http://flickr.com/photos/92709190@N00/726840795/" tag="a"><img src="http://farm2.static.flickr.com/1412/726840795_4943655976_s.jpg" title="e" border="0" height="50" width="50"></span><br /><a href="http://kentbrewster.com/ransomizr/?m=Dav%20Glass%20Wuz%20Here">Link to this Ransomiz</a></p>
<p>This thing is awesome!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davglass.com/2007/08/flickr-ransomizr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YUI Rich Text Editor WordPress Plugin</title>
		<link>http://blog.davglass.com/2007/07/yui-rich-text-editor-wordpress-plugin/</link>
		<comments>http://blog.davglass.com/2007/07/yui-rich-text-editor-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 01:30:42 +0000</pubDate>
		<dc:creator>Dav Glass</dc:creator>
				<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.davglass.com/2007/07/yui-rich-text-editor-wordpress-plugin/</guid>
		<description><![CDATA[Today, the YUI team released version 2.3.0 of the library and it contains my Rich Text Editor. So I decided to build a plugin for WordPress that allows you to use that editor for blog posts as well as comments.
You can download the plugin here.
You can demo the plugin here: http://rte.davglass.com
The posting and comments feature [...]]]></description>
			<content:encoded><![CDATA[<p>Today, the <a href="http://yuiblog.com/blog/2007/07/31/yui-2-3-0-released/">YUI team released version 2.3.0</a> of the library and it contains my <a target="_blank" href="http://yuiblog.com/blog/2007/07/31/yui-2-3-0-released/">Rich Text Editor</a>. So I decided to build a plugin for <a target="_blank" href="http://wordpress.org/">WordPress</a> that allows you to use that editor for blog posts as well as comments.</p>
<p>You can download the <a href="http://blog.davglass.com/files/yui/wp-yui-rte/">plugin here</a>.</p>
<p>You can demo the plugin here: <a target="_blank" href="http://rte.davglass.com">http://rte.davglass.com</a></p>
<p>The posting and comments feature of the plugin has also been activated, you can test the post editor by logging in with the username and password of: rte</p>
<p>Please be nice with the posts and the comments or I will have to turn off the demo.</p>
<p>I have the plugin installed on this site, so you should now see it in action when you make a comment <img src='http://blog.davglass.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Enjoy<br />
Dav</p>
<p>Note, I just found out that WordPress is filtering the content coming from the editor.. Let me get that patched. I&#8217;ll post an update when that is fixed..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davglass.com/2007/07/yui-rich-text-editor-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
